From 6477697c47baf383607e056669a1e0e72ec5f9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Apr 2020 16:26:33 +0200 Subject: [PATCH] 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 --- kbiff/CMakeL10n.txt | 7 +- kbiff/CMakeLists.txt | 5 +- kbiff/kbiff.desktop | 67 ------------------- .../desktop_files/kbiff.desktop/ca.po | 32 +++++++++ .../desktop_files/kbiff.desktop/cs.po | 32 +++++++++ .../desktop_files/kbiff.desktop/da.po | 32 +++++++++ .../desktop_files/kbiff.desktop/de.po | 32 +++++++++ .../desktop_files/kbiff.desktop/el.po | 32 +++++++++ .../desktop_files/kbiff.desktop/eo.po | 32 +++++++++ .../desktop_files/kbiff.desktop/es.po | 32 +++++++++ .../desktop_files/kbiff.desktop/et.po | 32 +++++++++ .../desktop_files/kbiff.desktop/fi.po | 32 +++++++++ .../desktop_files/kbiff.desktop/fr.po | 32 +++++++++ .../desktop_files/kbiff.desktop/gl.po | 32 +++++++++ .../desktop_files/kbiff.desktop/he.po | 32 +++++++++ .../desktop_files/kbiff.desktop/hr.po | 32 +++++++++ .../desktop_files/kbiff.desktop/hu.po | 32 +++++++++ .../desktop_files/kbiff.desktop/is.po | 32 +++++++++ .../desktop_files/kbiff.desktop/it.po | 32 +++++++++ .../desktop_files/kbiff.desktop/ja.po | 32 +++++++++ .../kbiff.desktop/kbiff.desktop.pot | 32 +++++++++ .../desktop_files/kbiff.desktop/mk.po | 32 +++++++++ .../desktop_files/kbiff.desktop/nl.po | 32 +++++++++ .../desktop_files/kbiff.desktop/no.po | 32 +++++++++ .../desktop_files/kbiff.desktop/no_NY.po | 32 +++++++++ .../desktop_files/kbiff.desktop/pl.po | 32 +++++++++ .../desktop_files/kbiff.desktop/pt.po | 32 +++++++++ .../desktop_files/kbiff.desktop/pt_BR.po | 32 +++++++++ .../desktop_files/kbiff.desktop/ro.po | 32 +++++++++ .../desktop_files/kbiff.desktop/ru.po | 32 +++++++++ .../desktop_files/kbiff.desktop/sk.po | 32 +++++++++ .../desktop_files/kbiff.desktop/sl.po | 32 +++++++++ .../desktop_files/kbiff.desktop/sr.po | 32 +++++++++ .../desktop_files/kbiff.desktop/sv.po | 32 +++++++++ .../desktop_files/kbiff.desktop/ta.po | 32 +++++++++ .../desktop_files/kbiff.desktop/tr.po | 32 +++++++++ .../desktop_files/kbiff.desktop/uk.po | 32 +++++++++ .../kbiff.desktop/zh_CN.GB2312.po | 32 +++++++++ 38 files changed, 1127 insertions(+), 72 deletions(-) create mode 100644 translations/desktop_files/kbiff.desktop/ca.po create mode 100644 translations/desktop_files/kbiff.desktop/cs.po create mode 100644 translations/desktop_files/kbiff.desktop/da.po create mode 100644 translations/desktop_files/kbiff.desktop/de.po create mode 100644 translations/desktop_files/kbiff.desktop/el.po create mode 100644 translations/desktop_files/kbiff.desktop/eo.po create mode 100644 translations/desktop_files/kbiff.desktop/es.po create mode 100644 translations/desktop_files/kbiff.desktop/et.po create mode 100644 translations/desktop_files/kbiff.desktop/fi.po create mode 100644 translations/desktop_files/kbiff.desktop/fr.po create mode 100644 translations/desktop_files/kbiff.desktop/gl.po create mode 100644 translations/desktop_files/kbiff.desktop/he.po create mode 100644 translations/desktop_files/kbiff.desktop/hr.po create mode 100644 translations/desktop_files/kbiff.desktop/hu.po create mode 100644 translations/desktop_files/kbiff.desktop/is.po create mode 100644 translations/desktop_files/kbiff.desktop/it.po create mode 100644 translations/desktop_files/kbiff.desktop/ja.po create mode 100644 translations/desktop_files/kbiff.desktop/kbiff.desktop.pot create mode 100644 translations/desktop_files/kbiff.desktop/mk.po create mode 100644 translations/desktop_files/kbiff.desktop/nl.po create mode 100644 translations/desktop_files/kbiff.desktop/no.po create mode 100644 translations/desktop_files/kbiff.desktop/no_NY.po create mode 100644 translations/desktop_files/kbiff.desktop/pl.po create mode 100644 translations/desktop_files/kbiff.desktop/pt.po create mode 100644 translations/desktop_files/kbiff.desktop/pt_BR.po create mode 100644 translations/desktop_files/kbiff.desktop/ro.po create mode 100644 translations/desktop_files/kbiff.desktop/ru.po create mode 100644 translations/desktop_files/kbiff.desktop/sk.po create mode 100644 translations/desktop_files/kbiff.desktop/sl.po create mode 100644 translations/desktop_files/kbiff.desktop/sr.po create mode 100644 translations/desktop_files/kbiff.desktop/sv.po create mode 100644 translations/desktop_files/kbiff.desktop/ta.po create mode 100644 translations/desktop_files/kbiff.desktop/tr.po create mode 100644 translations/desktop_files/kbiff.desktop/uk.po create mode 100644 translations/desktop_files/kbiff.desktop/zh_CN.GB2312.po diff --git a/kbiff/CMakeL10n.txt b/kbiff/CMakeL10n.txt index 48e042c..4f7b841 100644 --- a/kbiff/CMakeL10n.txt +++ b/kbiff/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## -tde_l10n_create_template( "messsages/kbiff" ) +tde_l10n_create_template( "messages/kbiff" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kbiff.desktop/" + SOURCES kbiff.desktop +) diff --git a/kbiff/CMakeLists.txt b/kbiff/CMakeLists.txt index 2cd758a..a130400 100644 --- a/kbiff/CMakeLists.txt +++ b/kbiff/CMakeLists.txt @@ -42,10 +42,7 @@ tde_install_icons( ${PROJECT_NAME} ) ##### other data -install( - FILES ${PROJECT_NAME}.desktop - DESTINATION ${APPS_INSTALL_DIR}/Internet -) +tde_create_translated_desktop( ${PROJECT_NAME}.desktop ) ##### other directory diff --git a/kbiff/kbiff.desktop b/kbiff/kbiff.desktop index 46f492e..d76953c 100644 --- a/kbiff/kbiff.desktop +++ b/kbiff/kbiff.desktop @@ -1,77 +1,10 @@ [Desktop Entry] Name=KBiff GenericName=Mail Monitor -GenericName[ca]=Notificador de correu -GenericName[cs]=Kontrola příchodu nové pošty -GenericName[da]=Post alarm -GenericName[de]=Mail-Benachrichtigung -GenericName[el]=Ειδοποίηση email -GenericName[eo]=Retpoŝtanoncilo -GenericName[es]=Notificador de correo electrónico -GenericName[et]=Uutest meilidest teataja -GenericName[fi]=Sähköpostimuistuttaja -GenericName[fr]=Avis d'arrivée de courrier électronique -GenericName[gl]=Notificador de correo -GenericName[he]=שדח ראוד גצ -GenericName[hu]=Mail figyelmeztető -GenericName[is]=Tilkynning tölvupósts -GenericName[it]=Notificatore di posta -GenericName[ja]=Mail受信を検出 -GenericName[mk]=Известувач за нова е-пошта -GenericName[nl]=Mail-notificatie -GenericName[no]=Epost-varsler -GenericName[no_NY]=Postpåminning -GenericName[pl]=Powiadamianie o nadejściu Maila -GenericName[pt]=Aviso de Correio Electrónico -GenericName[pt_BR]=Notificador de novos mails -GenericName[ro]=Notificare mail -GenericName[ru]=Сообщение о Mail -GenericName[sk]=Kontrola došlej pošty -GenericName[sl]=Indikator Pošte -GenericName[sr]=Mail obaveštavač -GenericName[sv]=Postsignalerare -GenericName[ta]=Á¢ý«ïºø «È¢Å¢ôÀ¡Ç÷ -GenericName[tr]=Posta Bildiricisi -GenericName[uk]=Сповіщувач електронної пошти -GenericName[zh_CN.GB2312]=Mail 通知 Exec=kbiff %i %m Icon=kbiff Type=Application X-DocPath=kbiff/index.html Comment=Mail notification utility -Comment[ca]=Utilitat de notificació de correu -Comment[cs]=Pomůcka upozorňující na novou poštu -Comment[da]=Giver besked om ny post -Comment[de]=Benachrichtigung bei neuen Mails -Comment[el]=Ειδοποιεί όταν έχετε νέο μύνημα -Comment[eo]=Informas pri nova retpoŝto -Comment[es]=Utilidad de notificación de correo -Comment[et]=Rakendus, mis teatab uutest saabunud meilidest -Comment[fi]=Postin saapumisesta ilmoittava ohjelma -Comment[fr]=Utilitaire d'avis d'arrivée de courrier électronique -Comment[gl]=Utilidade de notificación de correo -Comment[he]=שדח ראוד לע העדוהל רזע -Comment[hr]=Obavijest o novim porukama -Comment[hu]=Üzenet érkezésére figyelmeztető program -Comment[is]=kbiff: Fygjast með hvenær nýr póstur berst -Comment[it]=Notifica l'arrivo della posta elettronica -Comment[ja]=メールモニター -Comment[mk]=Известувач за нова е-пошта -Comment[nl]=Notificatie bij nieuwe berichten -Comment[no]=Gir beskjed når nye eposter ankommer -Comment[no_NY]=Gir beskjed når du får ny post -Comment[pl]=Powiadomienie o nowej poczcie -Comment[pt]=Utilitário de aviso de novo correio -Comment[pt_BR]=Utilitário de notificação de correio -Comment[ro]=Vă anunţă cînd vine un mail nou -Comment[ru]=Утилита оповещения о почте -Comment[sk]=Pomôcka, ktorá informuje o novej pošte -Comment[sl]=Obvestila o prispeli pošti -Comment[sr]=Program za obaveštavanje o pristigloj pošti -Comment[sv]=Verktyg som uppmärksammar dig när du fått ny post -Comment[ta]=«ïºø «È¢Å¢ôÒ ÀÂýÀ¡Î -Comment[tr]=Posta bildirim yardımcısı -Comment[uk]=Утіліта сповіщування про надходження пошти -Comment[zh_CN.GB2312]=邮件通知工具 Terminal=0 Categories=Qt;TDE;Network; diff --git a/translations/desktop_files/kbiff.desktop/ca.po b/translations/desktop_files/kbiff.desktop/ca.po new file mode 100644 index 0000000..39078e8 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/ca.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Notificador de correu" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Utilitat de notificació de correu" diff --git a/translations/desktop_files/kbiff.desktop/cs.po b/translations/desktop_files/kbiff.desktop/cs.po new file mode 100644 index 0000000..d963ef4 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/cs.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Kontrola příchodu nové pošty" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Pomůcka upozorňující na novou poštu" diff --git a/translations/desktop_files/kbiff.desktop/da.po b/translations/desktop_files/kbiff.desktop/da.po new file mode 100644 index 0000000..7e40dd2 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/da.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Post alarm" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Giver besked om ny post" diff --git a/translations/desktop_files/kbiff.desktop/de.po b/translations/desktop_files/kbiff.desktop/de.po new file mode 100644 index 0000000..8ebabf5 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/de.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Mail-Benachrichtigung" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Benachrichtigung bei neuen Mails" diff --git a/translations/desktop_files/kbiff.desktop/el.po b/translations/desktop_files/kbiff.desktop/el.po new file mode 100644 index 0000000..c4a276c --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/el.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Ειδοποίηση email" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Ειδοποιεί όταν έχετε νέο μύνημα" diff --git a/translations/desktop_files/kbiff.desktop/eo.po b/translations/desktop_files/kbiff.desktop/eo.po new file mode 100644 index 0000000..4d68240 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/eo.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Retpoŝtanoncilo" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Informas pri nova retpoŝto" diff --git a/translations/desktop_files/kbiff.desktop/es.po b/translations/desktop_files/kbiff.desktop/es.po new file mode 100644 index 0000000..97c7656 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/es.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Notificador de correo electrónico" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Utilidad de notificación de correo" diff --git a/translations/desktop_files/kbiff.desktop/et.po b/translations/desktop_files/kbiff.desktop/et.po new file mode 100644 index 0000000..cb4312d --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/et.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Uutest meilidest teataja" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Rakendus, mis teatab uutest saabunud meilidest" diff --git a/translations/desktop_files/kbiff.desktop/fi.po b/translations/desktop_files/kbiff.desktop/fi.po new file mode 100644 index 0000000..ef299af --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/fi.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Sähköpostimuistuttaja" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Postin saapumisesta ilmoittava ohjelma" diff --git a/translations/desktop_files/kbiff.desktop/fr.po b/translations/desktop_files/kbiff.desktop/fr.po new file mode 100644 index 0000000..495a719 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/fr.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Avis d'arrivée de courrier électronique" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Utilitaire d'avis d'arrivée de courrier électronique" diff --git a/translations/desktop_files/kbiff.desktop/gl.po b/translations/desktop_files/kbiff.desktop/gl.po new file mode 100644 index 0000000..3beb965 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/gl.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Notificador de correo" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Utilidade de notificación de correo" diff --git a/translations/desktop_files/kbiff.desktop/he.po b/translations/desktop_files/kbiff.desktop/he.po new file mode 100644 index 0000000..0b8c2de --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/he.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "שדח ראוד גצ" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "שדח ראוד לע העדוהל רזע" diff --git a/translations/desktop_files/kbiff.desktop/hr.po b/translations/desktop_files/kbiff.desktop/hr.po new file mode 100644 index 0000000..61a9f99 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/hr.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Obavijest o novim porukama" diff --git a/translations/desktop_files/kbiff.desktop/hu.po b/translations/desktop_files/kbiff.desktop/hu.po new file mode 100644 index 0000000..774a40a --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/hu.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Mail figyelmeztető" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Üzenet érkezésére figyelmeztető program" diff --git a/translations/desktop_files/kbiff.desktop/is.po b/translations/desktop_files/kbiff.desktop/is.po new file mode 100644 index 0000000..fc15b5c --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/is.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Tilkynning tölvupósts" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "kbiff: Fygjast með hvenær nýr póstur berst" diff --git a/translations/desktop_files/kbiff.desktop/it.po b/translations/desktop_files/kbiff.desktop/it.po new file mode 100644 index 0000000..00ecdb7 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/it.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Notificatore di posta" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Notifica l'arrivo della posta elettronica" diff --git a/translations/desktop_files/kbiff.desktop/ja.po b/translations/desktop_files/kbiff.desktop/ja.po new file mode 100644 index 0000000..2059a6f --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/ja.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Mail受信を検出" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "メールモニター" diff --git a/translations/desktop_files/kbiff.desktop/kbiff.desktop.pot b/translations/desktop_files/kbiff.desktop/kbiff.desktop.pot new file mode 100644 index 0000000..ca78c0e --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/kbiff.desktop.pot @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "" diff --git a/translations/desktop_files/kbiff.desktop/mk.po b/translations/desktop_files/kbiff.desktop/mk.po new file mode 100644 index 0000000..14a0d64 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/mk.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Известувач за нова е-пошта" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Известувач за нова е-пошта" diff --git a/translations/desktop_files/kbiff.desktop/nl.po b/translations/desktop_files/kbiff.desktop/nl.po new file mode 100644 index 0000000..298a5c5 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/nl.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Mail-notificatie" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Notificatie bij nieuwe berichten" diff --git a/translations/desktop_files/kbiff.desktop/no.po b/translations/desktop_files/kbiff.desktop/no.po new file mode 100644 index 0000000..acf1afa --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/no.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Epost-varsler" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Gir beskjed når nye eposter ankommer" diff --git a/translations/desktop_files/kbiff.desktop/no_NY.po b/translations/desktop_files/kbiff.desktop/no_NY.po new file mode 100644 index 0000000..cb5824b --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/no_NY.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: no_NY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Postpåminning" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Gir beskjed når du får ny post" diff --git a/translations/desktop_files/kbiff.desktop/pl.po b/translations/desktop_files/kbiff.desktop/pl.po new file mode 100644 index 0000000..ec82f95 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/pl.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Powiadamianie o nadejściu Maila" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Powiadomienie o nowej poczcie" diff --git a/translations/desktop_files/kbiff.desktop/pt.po b/translations/desktop_files/kbiff.desktop/pt.po new file mode 100644 index 0000000..020cedd --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/pt.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Aviso de Correio Electrónico" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Utilitário de aviso de novo correio" diff --git a/translations/desktop_files/kbiff.desktop/pt_BR.po b/translations/desktop_files/kbiff.desktop/pt_BR.po new file mode 100644 index 0000000..d33120b --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/pt_BR.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Notificador de novos mails" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Utilitário de notificação de correio" diff --git a/translations/desktop_files/kbiff.desktop/ro.po b/translations/desktop_files/kbiff.desktop/ro.po new file mode 100644 index 0000000..f2a3bac --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/ro.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Notificare mail" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Vă anunţă cînd vine un mail nou" diff --git a/translations/desktop_files/kbiff.desktop/ru.po b/translations/desktop_files/kbiff.desktop/ru.po new file mode 100644 index 0000000..7ef5ed0 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/ru.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Сообщение о Mail" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Утилита оповещения о почте" diff --git a/translations/desktop_files/kbiff.desktop/sk.po b/translations/desktop_files/kbiff.desktop/sk.po new file mode 100644 index 0000000..158945c --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/sk.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Kontrola došlej pošty" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Pomôcka, ktorá informuje o novej pošte" diff --git a/translations/desktop_files/kbiff.desktop/sl.po b/translations/desktop_files/kbiff.desktop/sl.po new file mode 100644 index 0000000..c2ce7f9 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/sl.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Indikator Pošte" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Obvestila o prispeli pošti" diff --git a/translations/desktop_files/kbiff.desktop/sr.po b/translations/desktop_files/kbiff.desktop/sr.po new file mode 100644 index 0000000..5913e9f --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/sr.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Mail obaveštavač" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Program za obaveštavanje o pristigloj pošti" diff --git a/translations/desktop_files/kbiff.desktop/sv.po b/translations/desktop_files/kbiff.desktop/sv.po new file mode 100644 index 0000000..49a816a --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/sv.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Postsignalerare" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Verktyg som uppmärksammar dig när du fått ny post" diff --git a/translations/desktop_files/kbiff.desktop/ta.po b/translations/desktop_files/kbiff.desktop/ta.po new file mode 100644 index 0000000..99bc993 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/ta.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Á¢ý«ïºø «È¢Å¢ôÀ¡Ç÷" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "«ïºø «È¢Å¢ôÒ ÀÂýÀ¡Î" diff --git a/translations/desktop_files/kbiff.desktop/tr.po b/translations/desktop_files/kbiff.desktop/tr.po new file mode 100644 index 0000000..f7071ee --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/tr.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Posta Bildiricisi" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Posta bildirim yardımcısı" diff --git a/translations/desktop_files/kbiff.desktop/uk.po b/translations/desktop_files/kbiff.desktop/uk.po new file mode 100644 index 0000000..e0365ce --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/uk.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+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 +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Сповіщувач електронної пошти" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "Утіліта сповіщування про надходження пошти" diff --git a/translations/desktop_files/kbiff.desktop/zh_CN.GB2312.po b/translations/desktop_files/kbiff.desktop/zh_CN.GB2312.po new file mode 100644 index 0000000..51950a5 --- /dev/null +++ b/translations/desktop_files/kbiff.desktop/zh_CN.GB2312.po @@ -0,0 +1,32 @@ +# 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-04-05 16:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN.GB2312\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: kbiff.desktop:2 +msgid "KBiff" +msgstr "" + +#. GenericName +#: kbiff.desktop:3 +msgid "Mail Monitor" +msgstr "Mail 通知" + +#. Comment +#: kbiff.desktop:8 +msgid "Mail notification utility" +msgstr "邮件通知工具"