diff options
Diffstat (limited to 'tracker-test/lang')
| -rw-r--r-- | tracker-test/lang/de_DE.ts | 22 | ||||
| -rw-r--r-- | tracker-test/lang/nl_NL.ts | 8 | ||||
| -rw-r--r-- | tracker-test/lang/ru_RU.ts | 8 | ||||
| -rw-r--r-- | tracker-test/lang/stub.ts | 8 | ||||
| -rw-r--r-- | tracker-test/lang/zh_CN.ts | 22 |
5 files changed, 59 insertions, 9 deletions
diff --git a/tracker-test/lang/de_DE.ts b/tracker-test/lang/de_DE.ts new file mode 100644 index 00000000..e11372b6 --- /dev/null +++ b/tracker-test/lang/de_DE.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de_DE"> +<context> + <name>test_metadata</name> + <message> + <source>Test tracker</source> + <translation>Test-Tracker</translation> + </message> +</context> +<context> + <name>test_ui</name> + <message> + <source>Sine wave</source> + <translation>Sinus-Welle</translation> + </message> + <message> + <source>Pressing "Abort" will immediately crash the application.</source> + <translation>Beim Klick auf „Abbrechen“ wird die Anwendung sofort abstürzen.</translation> + </message> +</context> +</TS> diff --git a/tracker-test/lang/nl_NL.ts b/tracker-test/lang/nl_NL.ts index a136c79e..b4150273 100644 --- a/tracker-test/lang/nl_NL.ts +++ b/tracker-test/lang/nl_NL.ts @@ -4,17 +4,19 @@ <context> <name>test_metadata</name> <message> - <location filename="../test.h" line="+39"/> - <source>Testing - sine wave</source> + <source>Test tracker</source> <translation type="unfinished"></translation> </message> </context> <context> <name>test_ui</name> <message> - <location filename="../test.ui" line="+17"/> <source>Sine wave</source> <translation type="unfinished"></translation> </message> + <message> + <source>Pressing "Abort" will immediately crash the application.</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/tracker-test/lang/ru_RU.ts b/tracker-test/lang/ru_RU.ts index 30cda523..c69b3728 100644 --- a/tracker-test/lang/ru_RU.ts +++ b/tracker-test/lang/ru_RU.ts @@ -4,17 +4,19 @@ <context> <name>test_metadata</name> <message> - <location filename="../test.h" line="+39"/> - <source>Testing - sine wave</source> + <source>Test tracker</source> <translation type="unfinished"></translation> </message> </context> <context> <name>test_ui</name> <message> - <location filename="../test.ui" line="+17"/> <source>Sine wave</source> <translation type="unfinished"></translation> </message> + <message> + <source>Pressing "Abort" will immediately crash the application.</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/tracker-test/lang/stub.ts b/tracker-test/lang/stub.ts index 12952b2a..78f647f5 100644 --- a/tracker-test/lang/stub.ts +++ b/tracker-test/lang/stub.ts @@ -4,17 +4,19 @@ <context> <name>test_metadata</name> <message> - <location filename="../test.h" line="+39"/> - <source>Testing - sine wave</source> + <source>Test tracker</source> <translation type="unfinished"></translation> </message> </context> <context> <name>test_ui</name> <message> - <location filename="../test.ui" line="+17"/> <source>Sine wave</source> <translation type="unfinished"></translation> </message> + <message> + <source>Pressing "Abort" will immediately crash the application.</source> + <translation type="unfinished"></translation> + </message> </context> </TS> diff --git a/tracker-test/lang/zh_CN.ts b/tracker-test/lang/zh_CN.ts new file mode 100644 index 00000000..5df28f2f --- /dev/null +++ b/tracker-test/lang/zh_CN.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="zh_CN"> +<context> + <name>test_metadata</name> + <message> + <source>Test tracker</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>test_ui</name> + <message> + <source>Sine wave</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Pressing "Abort" will immediately crash the application.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
