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 /logic/lang | |
parent | 4397e2ac9f17829db1fe33938f81077b2b332429 (diff) |
modules: add .ts files
Diffstat (limited to 'logic/lang')
-rw-r--r-- | logic/lang/nl_NL.ts | 27 | ||||
-rw-r--r-- | logic/lang/pl_PL.ts | 27 | ||||
-rw-r--r-- | logic/lang/ru_RU.ts | 27 | ||||
-rw-r--r-- | logic/lang/stub.ts | 27 |
4 files changed, 108 insertions, 0 deletions
diff --git a/logic/lang/nl_NL.ts b/logic/lang/nl_NL.ts new file mode 100644 index 00000000..c6ca1553 --- /dev/null +++ b/logic/lang/nl_NL.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="nl_NL"> +<context> + <name>Work</name> + <message> + <location filename="../work.cpp" line="+20"/> + <source>Select filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>CSV File (*.csv)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+26"/> + <source>Logging error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Unable to open file '%1'. Proceeding without logging.</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..abdb60d6 --- /dev/null +++ b/logic/lang/pl_PL.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="pl_PL"> +<context> + <name>Work</name> + <message> + <location filename="../work.cpp" line="+20"/> + <source>Select filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>CSV File (*.csv)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+26"/> + <source>Logging error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Unable to open file '%1'. Proceeding without logging.</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..e9fcd993 --- /dev/null +++ b/logic/lang/ru_RU.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru_RU"> +<context> + <name>Work</name> + <message> + <location filename="../work.cpp" line="+20"/> + <source>Select filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>CSV File (*.csv)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+26"/> + <source>Logging error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Unable to open file '%1'. Proceeding without logging.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/logic/lang/stub.ts b/logic/lang/stub.ts new file mode 100644 index 00000000..5d1bc11a --- /dev/null +++ b/logic/lang/stub.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>Work</name> + <message> + <location filename="../work.cpp" line="+20"/> + <source>Select filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> + <source>CSV File (*.csv)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+26"/> + <source>Logging error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+1"/> + <source>Unable to open file '%1'. Proceeding without logging.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |