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 /tracker-test/lang/ru_RU.ts | |
parent | 4397e2ac9f17829db1fe33938f81077b2b332429 (diff) |
modules: add .ts files
Diffstat (limited to 'tracker-test/lang/ru_RU.ts')
-rw-r--r-- | tracker-test/lang/ru_RU.ts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tracker-test/lang/ru_RU.ts b/tracker-test/lang/ru_RU.ts new file mode 100644 index 00000000..30cda523 --- /dev/null +++ b/tracker-test/lang/ru_RU.ts @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!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> +</context> +</TS> |