diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-04 18:40:37 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-04 19:48:10 +0100 | 
| commit | 068e0c7d432ede0a388fe1478b5146fcf1809315 (patch) | |
| tree | 53cd09c78f5140263bbddfacaf90b3297a230be8 /logic | |
| parent | f08dc187499d2895f50f7e2e7e99bf698b0c0738 (diff) | |
modules: add autogenerated translation files
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/lang/opentrack-logic-pl_PL.ts | 17 | ||||
| -rw-r--r-- | logic/lang/opentrack-logic-ru_RU.ts | 17 | ||||
| -rw-r--r-- | logic/lang/pl_PL.ts | 17 | ||||
| -rw-r--r-- | logic/lang/ru_RU.ts | 17 | 
4 files changed, 68 insertions, 0 deletions
| diff --git a/logic/lang/opentrack-logic-pl_PL.ts b/logic/lang/opentrack-logic-pl_PL.ts new file mode 100644 index 00000000..fcf11395 --- /dev/null +++ b/logic/lang/opentrack-logic-pl_PL.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pl_PL"> +<context> +    <name>QFileDialog</name> +    <message> +        <location filename="../work.cpp" line="+18"/> +        <source>Select Filename</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location line="+0"/> +        <source>CSV File (*.csv)</source> +        <translation type="unfinished"></translation> +    </message> +</context> +</TS> diff --git a/logic/lang/opentrack-logic-ru_RU.ts b/logic/lang/opentrack-logic-ru_RU.ts new file mode 100644 index 00000000..afbca29f --- /dev/null +++ b/logic/lang/opentrack-logic-ru_RU.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru_RU"> +<context> +    <name>QFileDialog</name> +    <message> +        <location filename="../work.cpp" line="+18"/> +        <source>Select Filename</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location line="+0"/> +        <source>CSV File (*.csv)</source> +        <translation type="unfinished"></translation> +    </message> +</context> +</TS> diff --git a/logic/lang/pl_PL.ts b/logic/lang/pl_PL.ts new file mode 100644 index 00000000..fcf11395 --- /dev/null +++ b/logic/lang/pl_PL.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pl_PL"> +<context> +    <name>QFileDialog</name> +    <message> +        <location filename="../work.cpp" line="+18"/> +        <source>Select Filename</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location line="+0"/> +        <source>CSV File (*.csv)</source> +        <translation type="unfinished"></translation> +    </message> +</context> +</TS> diff --git a/logic/lang/ru_RU.ts b/logic/lang/ru_RU.ts new file mode 100644 index 00000000..afbca29f --- /dev/null +++ b/logic/lang/ru_RU.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru_RU"> +<context> +    <name>QFileDialog</name> +    <message> +        <location filename="../work.cpp" line="+18"/> +        <source>Select Filename</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location line="+0"/> +        <source>CSV File (*.csv)</source> +        <translation type="unfinished"></translation> +    </message> +</context> +</TS> | 
