diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:16:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:26:11 +0200 |
commit | 56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1 (patch) | |
tree | d13b1fd47f0225250fa55a26eda65e093a8abae2 /tracker-pt/module | |
parent | e8a40e46dc3310c68ca1f29613218b8c744c8d5f (diff) |
i18n: update strings
Diffstat (limited to 'tracker-pt/module')
-rw-r--r-- | tracker-pt/module/lang/nl_NL.ts | 7 | ||||
-rw-r--r-- | tracker-pt/module/lang/ru_RU.ts | 7 | ||||
-rw-r--r-- | tracker-pt/module/lang/stub.ts | 7 | ||||
-rw-r--r-- | tracker-pt/module/lang/zh_CN.ts | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/tracker-pt/module/lang/nl_NL.ts b/tracker-pt/module/lang/nl_NL.ts index 9e739505..4679971e 100644 --- a/tracker-pt/module/lang/nl_NL.ts +++ b/tracker-pt/module/lang/nl_NL.ts @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="nl_NL"> +<context> + <name>pt_module::metadata_pt</name> + <message> + <source>PointTracker 1.1</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> diff --git a/tracker-pt/module/lang/ru_RU.ts b/tracker-pt/module/lang/ru_RU.ts index f62cf2e1..c3611ef0 100644 --- a/tracker-pt/module/lang/ru_RU.ts +++ b/tracker-pt/module/lang/ru_RU.ts @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="ru_RU"> +<context> + <name>pt_module::metadata_pt</name> + <message> + <source>PointTracker 1.1</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> diff --git a/tracker-pt/module/lang/stub.ts b/tracker-pt/module/lang/stub.ts index 6401616d..03d19f4e 100644 --- a/tracker-pt/module/lang/stub.ts +++ b/tracker-pt/module/lang/stub.ts @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1"> +<context> + <name>pt_module::metadata_pt</name> + <message> + <source>PointTracker 1.1</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> diff --git a/tracker-pt/module/lang/zh_CN.ts b/tracker-pt/module/lang/zh_CN.ts index 6401616d..03d19f4e 100644 --- a/tracker-pt/module/lang/zh_CN.ts +++ b/tracker-pt/module/lang/zh_CN.ts @@ -1,4 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1"> +<context> + <name>pt_module::metadata_pt</name> + <message> + <source>PointTracker 1.1</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> |