From a17f3168cc68574369f1b669fe1b4118e4843525 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 5 Apr 2018 04:46:00 +0200 Subject: fir Linux build --- proto-libevdev/*.hpp | 0 proto-libevdev/ftnoir_protocol_libevdev.cpp | 2 +- proto-libevdev/lang/nl_NL.ts | 22 +++++++++++++--- proto-libevdev/lang/ru_RU.ts | 22 +++++++++++++--- proto-libevdev/lang/stub.ts | 22 +++++++++++++--- proto-libevdev/lang/zh_CN.ts | 41 +++++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 13 deletions(-) create mode 100644 proto-libevdev/*.hpp create mode 100644 proto-libevdev/lang/zh_CN.ts (limited to 'proto-libevdev') diff --git a/proto-libevdev/*.hpp b/proto-libevdev/*.hpp new file mode 100644 index 00000000..e69de29b diff --git a/proto-libevdev/ftnoir_protocol_libevdev.cpp b/proto-libevdev/ftnoir_protocol_libevdev.cpp index 6bf9b511..4536204d 100644 --- a/proto-libevdev/ftnoir_protocol_libevdev.cpp +++ b/proto-libevdev/ftnoir_protocol_libevdev.cpp @@ -107,7 +107,7 @@ module_status evdev::initialize() { char buf[128] {}; (void) strerror_r(errno, buf, sizeof(buf)); - return error(_("Can't open /dev/uinput: %1").arg(buf)); + return error(tr("Can't open /dev/uinput: %1").arg(buf)); } return status_ok(); diff --git a/proto-libevdev/lang/nl_NL.ts b/proto-libevdev/lang/nl_NL.ts index 503c6938..90ed636a 100644 --- a/proto-libevdev/lang/nl_NL.ts +++ b/proto-libevdev/lang/nl_NL.ts @@ -4,24 +4,38 @@ UICLibevdevControls - VJoy - Make sure rw for /dev/input/uinput! - OK - Cancel + + evdev + + Virtual joystick for Linux + + + + Can't open /dev/uinput: %1 + + + + + evdevDll + + libevdev joystick receiver + + + diff --git a/proto-libevdev/lang/ru_RU.ts b/proto-libevdev/lang/ru_RU.ts index 9e78d930..cdf8920d 100644 --- a/proto-libevdev/lang/ru_RU.ts +++ b/proto-libevdev/lang/ru_RU.ts @@ -4,24 +4,38 @@ UICLibevdevControls - VJoy - Make sure rw for /dev/input/uinput! - OK - Cancel + + evdev + + Can't open /dev/uinput: %1 + + + + Virtual joystick for Linux + + + + + evdevDll + + libevdev joystick receiver + + + diff --git a/proto-libevdev/lang/stub.ts b/proto-libevdev/lang/stub.ts index ae9cf4cc..ae2e5c96 100644 --- a/proto-libevdev/lang/stub.ts +++ b/proto-libevdev/lang/stub.ts @@ -4,24 +4,38 @@ UICLibevdevControls - VJoy - Make sure rw for /dev/input/uinput! - OK - Cancel + + evdev + + Can't open /dev/uinput: %1 + + + + Virtual joystick for Linux + + + + + evdevDll + + libevdev joystick receiver + + + diff --git a/proto-libevdev/lang/zh_CN.ts b/proto-libevdev/lang/zh_CN.ts new file mode 100644 index 00000000..ae2e5c96 --- /dev/null +++ b/proto-libevdev/lang/zh_CN.ts @@ -0,0 +1,41 @@ + + + + + UICLibevdevControls + + VJoy + + + + Make sure rw for /dev/input/uinput! + + + + OK + + + + Cancel + + + + + evdev + + Can't open /dev/uinput: %1 + + + + Virtual joystick for Linux + + + + + evdevDll + + libevdev joystick receiver + + + + -- cgit v1.2.3