diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-29 06:12:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-29 06:26:43 +0200 |
commit | abe860c0265a8a98e7c3d2fa05f769cf779b52bf (patch) | |
tree | 0a32c699a630b36d134b86ca009ee49d7e2ebf02 /proto-wine | |
parent | 771fee2ce813e892964b80792705dba275c05569 (diff) |
proto/{libevdev,wine}: add stub i18n
Was breaking make(1).
Issue: #661
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/lang/nl_NL.ts | 27 | ||||
-rw-r--r-- | proto-wine/lang/ru_RU.ts | 27 | ||||
-rw-r--r-- | proto-wine/lang/stub.ts | 27 |
3 files changed, 81 insertions, 0 deletions
diff --git a/proto-wine/lang/nl_NL.ts b/proto-wine/lang/nl_NL.ts new file mode 100644 index 00000000..4afcafa8 --- /dev/null +++ b/proto-wine/lang/nl_NL.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl_NL"> +<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> diff --git a/proto-wine/lang/ru_RU.ts b/proto-wine/lang/ru_RU.ts new file mode 100644 index 00000000..1fc4ce25 --- /dev/null +++ b/proto-wine/lang/ru_RU.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru_RU"> +<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> diff --git a/proto-wine/lang/stub.ts b/proto-wine/lang/stub.ts new file mode 100644 index 00000000..bcd7fb82 --- /dev/null +++ b/proto-wine/lang/stub.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> |