diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 21:12:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 21:12:53 +0100 |
commit | b41fa9452b62bb1d83819910272524fd09c36e3c (patch) | |
tree | bc8868b085f0b5dc74d277fba68f0be9e5e9f15c /proto-vjoystick/lang/nl_NL.ts | |
parent | 4397e2ac9f17829db1fe33938f81077b2b332429 (diff) |
modules: add .ts files
Diffstat (limited to 'proto-vjoystick/lang/nl_NL.ts')
-rw-r--r-- | proto-vjoystick/lang/nl_NL.ts | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/proto-vjoystick/lang/nl_NL.ts b/proto-vjoystick/lang/nl_NL.ts new file mode 100644 index 00000000..fc2ea6c4 --- /dev/null +++ b/proto-vjoystick/lang/nl_NL.ts @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl_NL"> +<context> + <name>vjoystick</name> + <message> + <location filename="../vjoystick.ui" line="+17"/> + <source>VJoy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+16"/> + <source><html><head/><body><p>Go to the <a href="http://vjoystick.sourceforge.net/site/"><span style=" text-decoration: underline; color:#0000ff;">vjoystick</span></a> project site or <a href="https://sourceforge.net/projects/vjoystick/files/latest/download"><span style=" text-decoration: underline; color:#0000ff;">download directly</span></a></p></body></html></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>vjoystick_metadata</name> + <message> + <location filename="../vjoystick.h" line="+77"/> + <source>Joystick emulation -- vjoystick</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>vjoystick_proto</name> + <message> + <location filename="../vjoystick.cpp" line="+102"/> + <source>vjoystick driver missing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>vjoystick won't work without the driver installed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>Download the driver</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Visit project site</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |