diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-09 17:00:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-09 17:04:28 +0100 |
commit | b3f564fd92c592ead4e27f45f92fc44741b68e49 (patch) | |
tree | a6deb5f341cbc542190c29d38fff51e534f09978 /tracker-test | |
parent | 128cb6525535acbddd324861c8d124e7f1729e18 (diff) |
update translation source files -- #743
Diffstat (limited to 'tracker-test')
-rw-r--r-- | tracker-test/lang/nl_NL.ts | 13 | ||||
-rw-r--r-- | tracker-test/lang/ru_RU.ts | 13 | ||||
-rw-r--r-- | tracker-test/lang/stub.ts | 13 |
3 files changed, 15 insertions, 24 deletions
diff --git a/tracker-test/lang/nl_NL.ts b/tracker-test/lang/nl_NL.ts index a136c79e..62759ab0 100644 --- a/tracker-test/lang/nl_NL.ts +++ b/tracker-test/lang/nl_NL.ts @@ -2,19 +2,16 @@ <!DOCTYPE TS> <TS version="2.1" language="nl_NL"> <context> - <name>test_metadata</name> - <message> - <location filename="../test.h" line="+39"/> - <source>Testing - sine wave</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> + <location line="+22"/> + <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..d32bdde2 100644 --- a/tracker-test/lang/ru_RU.ts +++ b/tracker-test/lang/ru_RU.ts @@ -2,19 +2,16 @@ <!DOCTYPE TS> <TS version="2.1" language="ru_RU"> <context> - <name>test_metadata</name> - <message> - <location filename="../test.h" line="+39"/> - <source>Testing - sine wave</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> + <location line="+22"/> + <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..306808dc 100644 --- a/tracker-test/lang/stub.ts +++ b/tracker-test/lang/stub.ts @@ -2,19 +2,16 @@ <!DOCTYPE TS> <TS version="2.1"> <context> - <name>test_metadata</name> - <message> - <location filename="../test.h" line="+39"/> - <source>Testing - sine wave</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> + <location line="+22"/> + <source>Pressing "Abort" will immediately crash the application.</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |