From b41fa9452b62bb1d83819910272524fd09c36e3c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Feb 2017 21:12:53 +0100 Subject: modules: add .ts files --- logic/lang/nl_NL.ts | 27 +++++++++++++++++++++++++++ logic/lang/pl_PL.ts | 27 +++++++++++++++++++++++++++ logic/lang/ru_RU.ts | 27 +++++++++++++++++++++++++++ logic/lang/stub.ts | 27 +++++++++++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 logic/lang/nl_NL.ts create mode 100644 logic/lang/pl_PL.ts create mode 100644 logic/lang/ru_RU.ts create mode 100644 logic/lang/stub.ts (limited to 'logic') 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 @@ + + + + + Work + + + Select filename + + + + + CSV File (*.csv) + + + + + Logging error + + + + + Unable to open file '%1'. Proceeding without logging. + + + + 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 @@ + + + + + Work + + + Select filename + + + + + CSV File (*.csv) + + + + + Logging error + + + + + Unable to open file '%1'. Proceeding without logging. + + + + 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 @@ + + + + + Work + + + Select filename + + + + + CSV File (*.csv) + + + + + Logging error + + + + + Unable to open file '%1'. Proceeding without logging. + + + + 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 @@ + + + + + Work + + + Select filename + + + + + CSV File (*.csv) + + + + + Logging error + + + + + Unable to open file '%1'. Proceeding without logging. + + + + -- cgit v1.2.3