From abe860c0265a8a98e7c3d2fa05f769cf779b52bf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 29 Jul 2017 06:12:36 +0200 Subject: proto/{libevdev,wine}: add stub i18n Was breaking make(1). Issue: #661 --- proto-wine/lang/nl_NL.ts | 27 +++++++++++++++++++++++++++ proto-wine/lang/ru_RU.ts | 27 +++++++++++++++++++++++++++ proto-wine/lang/stub.ts | 27 +++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 proto-wine/lang/nl_NL.ts create mode 100644 proto-wine/lang/ru_RU.ts create mode 100644 proto-wine/lang/stub.ts (limited to 'proto-wine') 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 @@ + + + + + UICFTControls + + + FreeTrack settings FaceTrackNoIR + + + + + There are no settings necessary for the Wine protocol. + + + + + OK + + + + + Cancel + + + + 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 @@ + + + + + UICFTControls + + + FreeTrack settings FaceTrackNoIR + + + + + There are no settings necessary for the Wine protocol. + + + + + OK + + + + + Cancel + + + + 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 @@ + + + + + UICFTControls + + + FreeTrack settings FaceTrackNoIR + + + + + There are no settings necessary for the Wine protocol. + + + + + OK + + + + + Cancel + + + + -- cgit v1.2.3