diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-23 01:03:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-23 01:03:11 +0200 |
commit | 95be9ebf061e1474ec9a4dd919a99ad16916020e (patch) | |
tree | ec39b492eafd701b49ca1d87fd689edc561c039e /proto-wine | |
parent | 73d07eaa496045ee1fd02c5f83530fc8fc497a8e (diff) |
proto/wine: fix i18n
Reported-by: Artem Sobolev
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-390559585
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/lang/zh_CN.ts | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/proto-wine/lang/zh_CN.ts b/proto-wine/lang/zh_CN.ts new file mode 100644 index 00000000..bcd7fb82 --- /dev/null +++ b/proto-wine/lang/zh_CN.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>UICFTControls</name> + <message> + <location filename="../ftnoir_winecontrols.ui" line="+17"/> + <source>FreeTrack settings FaceTrackNoIR</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+48"/> + <source>There are no settings necessary for the Wine protocol.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+47"/> + <source>OK</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+25"/> + <source>Cancel</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |