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-libevdev/lang/nl_NL.ts | 27 +++++++++++++++++++++++++++ proto-libevdev/lang/ru_RU.ts | 27 +++++++++++++++++++++++++++ proto-libevdev/lang/stub.ts | 27 +++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 proto-libevdev/lang/nl_NL.ts create mode 100644 proto-libevdev/lang/ru_RU.ts create mode 100644 proto-libevdev/lang/stub.ts (limited to 'proto-libevdev') diff --git a/proto-libevdev/lang/nl_NL.ts b/proto-libevdev/lang/nl_NL.ts new file mode 100644 index 00000000..503c6938 --- /dev/null +++ b/proto-libevdev/lang/nl_NL.ts @@ -0,0 +1,27 @@ + + + + + UICLibevdevControls + + + VJoy + + + + + Make sure rw for /dev/input/uinput! + + + + + OK + + + + + Cancel + + + + diff --git a/proto-libevdev/lang/ru_RU.ts b/proto-libevdev/lang/ru_RU.ts new file mode 100644 index 00000000..9e78d930 --- /dev/null +++ b/proto-libevdev/lang/ru_RU.ts @@ -0,0 +1,27 @@ + + + + + UICLibevdevControls + + + VJoy + + + + + Make sure rw for /dev/input/uinput! + + + + + OK + + + + + Cancel + + + + diff --git a/proto-libevdev/lang/stub.ts b/proto-libevdev/lang/stub.ts new file mode 100644 index 00000000..ae9cf4cc --- /dev/null +++ b/proto-libevdev/lang/stub.ts @@ -0,0 +1,27 @@ + + + + + UICLibevdevControls + + + VJoy + + + + + Make sure rw for /dev/input/uinput! + + + + + OK + + + + + Cancel + + + + -- cgit v1.2.3