From 3e868d844c44aab62fd1324e52872afd1f706cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 12 Jul 2020 16:15:10 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 0d3043b6308af148da06ac14c53defc4b1e7e138) --- .../desktop_files/groupwarewizard.desktop/af.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ar.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/bg.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/br.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ca.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/cs.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/da.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/de.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/el.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/es.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/et.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/eu.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/fa.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/fi.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/fr.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/fy.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ga.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/gl.po | 22 ++++++++++++++++++++++ .../groupwarewizard.desktop.pot | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/hu.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/is.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/it.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ja.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/kk.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/km.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ko.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/lt.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/nb.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/nds.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ne.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/nl.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/nn.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/pl.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/pt.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/pt_BR.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/ru.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/sk.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/sl.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/sr.po | 22 ++++++++++++++++++++++ .../groupwarewizard.desktop/sr@Latn.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/sv.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/tr.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/uk.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/zh_CN.po | 22 ++++++++++++++++++++++ .../desktop_files/groupwarewizard.desktop/zh_TW.po | 22 ++++++++++++++++++++++ 45 files changed, 990 insertions(+) create mode 100644 translations/desktop_files/groupwarewizard.desktop/af.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ar.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/bg.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/br.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ca.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/cs.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/da.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/de.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/el.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/es.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/et.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/eu.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/fa.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/fi.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/fr.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/fy.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ga.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/gl.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/groupwarewizard.desktop.pot create mode 100644 translations/desktop_files/groupwarewizard.desktop/hu.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/is.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/it.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ja.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/kk.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/km.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ko.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/lt.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/nb.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/nds.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ne.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/nl.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/nn.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/pl.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/pt.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/pt_BR.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/ru.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/sk.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/sl.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/sr.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/sr@Latn.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/sv.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/tr.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/uk.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/zh_CN.po create mode 100644 translations/desktop_files/groupwarewizard.desktop/zh_TW.po (limited to 'translations/desktop_files/groupwarewizard.desktop') diff --git a/translations/desktop_files/groupwarewizard.desktop/af.po b/translations/desktop_files/groupwarewizard.desktop/af.po new file mode 100644 index 000000000..dac702a6e --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/af.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE groupware assistent" diff --git a/translations/desktop_files/groupwarewizard.desktop/ar.po b/translations/desktop_files/groupwarewizard.desktop/ar.po new file mode 100644 index 000000000..ed525c10d --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ar.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "مرشد TDE للبرمجيات الجماعية" diff --git a/translations/desktop_files/groupwarewizard.desktop/bg.po b/translations/desktop_files/groupwarewizard.desktop/bg.po new file mode 100644 index 000000000..946a5bfe5 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/bg.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Помощник за група" diff --git a/translations/desktop_files/groupwarewizard.desktop/br.po b/translations/desktop_files/groupwarewizard.desktop/br.po new file mode 100644 index 000000000..ace59f57e --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/br.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: br\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Skoazeller strollant evit TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/ca.po b/translations/desktop_files/groupwarewizard.desktop/ca.po new file mode 100644 index 000000000..2b13cc6b7 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ca.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Assistent de Groupware TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/cs.po b/translations/desktop_files/groupwarewizard.desktop/cs.po new file mode 100644 index 000000000..44edd2bfa --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/cs.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Průvodce TDE groupwarem" diff --git a/translations/desktop_files/groupwarewizard.desktop/da.po b/translations/desktop_files/groupwarewizard.desktop/da.po new file mode 100644 index 000000000..030c4b50b --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/da.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware-guide" diff --git a/translations/desktop_files/groupwarewizard.desktop/de.po b/translations/desktop_files/groupwarewizard.desktop/de.po new file mode 100644 index 000000000..66bc905cb --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/de.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware-Assistent" diff --git a/translations/desktop_files/groupwarewizard.desktop/el.po b/translations/desktop_files/groupwarewizard.desktop/el.po new file mode 100644 index 000000000..e35afe048 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/el.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Μάγος Groupware του TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/es.po b/translations/desktop_files/groupwarewizard.desktop/es.po new file mode 100644 index 000000000..2ff7a0ada --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/es.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Asistente de groupware de TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/et.po b/translations/desktop_files/groupwarewizard.desktop/et.po new file mode 100644 index 000000000..68e555518 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/et.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware nõustaja" diff --git a/translations/desktop_files/groupwarewizard.desktop/eu.po b/translations/desktop_files/groupwarewizard.desktop/eu.po new file mode 100644 index 000000000..8b9ee7df4 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/eu.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE groupware morroia" diff --git a/translations/desktop_files/groupwarewizard.desktop/fa.po b/translations/desktop_files/groupwarewizard.desktop/fa.po new file mode 100644 index 000000000..620c63516 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/fa.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "جادوگر TDE Groupware" diff --git a/translations/desktop_files/groupwarewizard.desktop/fi.po b/translations/desktop_files/groupwarewizard.desktop/fi.po new file mode 100644 index 000000000..784b912e6 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/fi.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupwaren ohjattu toiminto" diff --git a/translations/desktop_files/groupwarewizard.desktop/fr.po b/translations/desktop_files/groupwarewizard.desktop/fr.po new file mode 100644 index 000000000..57f13e7c3 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/fr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Assistant TDE de travail collaboratif" diff --git a/translations/desktop_files/groupwarewizard.desktop/fy.po b/translations/desktop_files/groupwarewizard.desktop/fy.po new file mode 100644 index 000000000..929cebedf --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/fy.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fy\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware-tsjoender" diff --git a/translations/desktop_files/groupwarewizard.desktop/ga.po b/translations/desktop_files/groupwarewizard.desktop/ga.po new file mode 100644 index 000000000..49e98c8ec --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ga.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ga\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Treoraí Groupware TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/gl.po b/translations/desktop_files/groupwarewizard.desktop/gl.po new file mode 100644 index 000000000..587833948 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/gl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Asistente de Traballo en Grupo de TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/groupwarewizard.desktop.pot b/translations/desktop_files/groupwarewizard.desktop/groupwarewizard.desktop.pot new file mode 100644 index 000000000..bae2b197e --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/groupwarewizard.desktop.pot @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "" diff --git a/translations/desktop_files/groupwarewizard.desktop/hu.po b/translations/desktop_files/groupwarewizard.desktop/hu.po new file mode 100644 index 000000000..e2bc0fd0f --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/hu.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE csoportmunka-varázsló" diff --git a/translations/desktop_files/groupwarewizard.desktop/is.po b/translations/desktop_files/groupwarewizard.desktop/is.po new file mode 100644 index 000000000..57910d316 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/is.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE hópvinnukerfisálfur" diff --git a/translations/desktop_files/groupwarewizard.desktop/it.po b/translations/desktop_files/groupwarewizard.desktop/it.po new file mode 100644 index 000000000..1d40d640a --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/it.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Assistente configurazione di TDE Groupware" diff --git a/translations/desktop_files/groupwarewizard.desktop/ja.po b/translations/desktop_files/groupwarewizard.desktop/ja.po new file mode 100644 index 000000000..a14dd0450 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ja.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE グループウェアウィザード" diff --git a/translations/desktop_files/groupwarewizard.desktop/kk.po b/translations/desktop_files/groupwarewizard.desktop/kk.po new file mode 100644 index 000000000..584fe5ff3 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/kk.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE бірікен жұмыс шебері" diff --git a/translations/desktop_files/groupwarewizard.desktop/km.po b/translations/desktop_files/groupwarewizard.desktop/km.po new file mode 100644 index 000000000..db3b398da --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/km.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: km\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "អ្នក​ជំនួយការ​កម្មវិធី​ពហុ​អ្នក​ប្រើ​របស់ TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/ko.po b/translations/desktop_files/groupwarewizard.desktop/ko.po new file mode 100644 index 000000000..e1c05346a --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ko.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE 그룹웨어 마법사" diff --git a/translations/desktop_files/groupwarewizard.desktop/lt.po b/translations/desktop_files/groupwarewizard.desktop/lt.po new file mode 100644 index 000000000..fc9d0c038 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/lt.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware vedlys" diff --git a/translations/desktop_files/groupwarewizard.desktop/nb.po b/translations/desktop_files/groupwarewizard.desktop/nb.po new file mode 100644 index 000000000..fd287ef4d --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/nb.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE gruppevareveiviser" diff --git a/translations/desktop_files/groupwarewizard.desktop/nds.po b/translations/desktop_files/groupwarewizard.desktop/nds.po new file mode 100644 index 000000000..bc0391d9a --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/nds.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nds\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Groupware-Hölper vun TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/ne.po b/translations/desktop_files/groupwarewizard.desktop/ne.po new file mode 100644 index 000000000..8f8d49722 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ne.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ne\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "केडीई ग्रुपवेयर विजार्ड" diff --git a/translations/desktop_files/groupwarewizard.desktop/nl.po b/translations/desktop_files/groupwarewizard.desktop/nl.po new file mode 100644 index 000000000..6936f8779 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/nl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware-wizard" diff --git a/translations/desktop_files/groupwarewizard.desktop/nn.po b/translations/desktop_files/groupwarewizard.desktop/nn.po new file mode 100644 index 000000000..fc35728a7 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/nn.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE-vegvisar for gruppevare" diff --git a/translations/desktop_files/groupwarewizard.desktop/pl.po b/translations/desktop_files/groupwarewizard.desktop/pl.po new file mode 100644 index 000000000..e28fe03d6 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/pl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Asystent TDE Groupware" diff --git a/translations/desktop_files/groupwarewizard.desktop/pt.po b/translations/desktop_files/groupwarewizard.desktop/pt.po new file mode 100644 index 000000000..1e9eda8e4 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/pt.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Assistente Groupware do TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/pt_BR.po b/translations/desktop_files/groupwarewizard.desktop/pt_BR.po new file mode 100644 index 000000000..a8b7c75d6 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/pt_BR.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Assistente Groupware do TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/ru.po b/translations/desktop_files/groupwarewizard.desktop/ru.po new file mode 100644 index 000000000..4495fb142 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/ru.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Мастер подключения к серверам совместной работы" diff --git a/translations/desktop_files/groupwarewizard.desktop/sk.po b/translations/desktop_files/groupwarewizard.desktop/sk.po new file mode 100644 index 000000000..b886db3be --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/sk.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Sprievodca TDE Groupware" diff --git a/translations/desktop_files/groupwarewizard.desktop/sl.po b/translations/desktop_files/groupwarewizard.desktop/sl.po new file mode 100644 index 000000000..b40ec9907 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/sl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Čarovnik za TDE Groupware" diff --git a/translations/desktop_files/groupwarewizard.desktop/sr.po b/translations/desktop_files/groupwarewizard.desktop/sr.po new file mode 100644 index 000000000..c09457f76 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/sr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware чаробњак" diff --git a/translations/desktop_files/groupwarewizard.desktop/sr@Latn.po b/translations/desktop_files/groupwarewizard.desktop/sr@Latn.po new file mode 100644 index 000000000..2716282c7 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/sr@Latn.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sr@Latn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE Groupware čarobnjak" diff --git a/translations/desktop_files/groupwarewizard.desktop/sv.po b/translations/desktop_files/groupwarewizard.desktop/sv.po new file mode 100644 index 000000000..bae63f4e5 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/sv.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE-grupprogramguide" diff --git a/translations/desktop_files/groupwarewizard.desktop/tr.po b/translations/desktop_files/groupwarewizard.desktop/tr.po new file mode 100644 index 000000000..2b4bfd68f --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/tr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Grup Çalışması (Groupware) Sihirbazı" diff --git a/translations/desktop_files/groupwarewizard.desktop/uk.po b/translations/desktop_files/groupwarewizard.desktop/uk.po new file mode 100644 index 000000000..cdf18992c --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/uk.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "Майстер групової роботи для TDE" diff --git a/translations/desktop_files/groupwarewizard.desktop/zh_CN.po b/translations/desktop_files/groupwarewizard.desktop/zh_CN.po new file mode 100644 index 000000000..a57dfbd90 --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/zh_CN.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE 群件向导" diff --git a/translations/desktop_files/groupwarewizard.desktop/zh_TW.po b/translations/desktop_files/groupwarewizard.desktop/zh_TW.po new file mode 100644 index 000000000..fa0728c2f --- /dev/null +++ b/translations/desktop_files/groupwarewizard.desktop/zh_TW.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-12 15:43+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: groupwarewizard.desktop:2 +msgid "TDE Groupware Wizard" +msgstr "TDE 群組精靈" -- cgit v1.2.1