From e8a43f1faf45099c86a88fec1cec94f67cb2f459 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 14 Jul 2016 20:53:17 +0200 Subject: [PATCH] Cherry-picking upstream version 0.10.96~12-g8c1e642. --- .gitignore | 22 --- AUTHORS | 4 +- CMakeLists.txt | 8 ++ README.md | 7 + aboutdialog/lxqtaboutdialog.cpp | 2 +- translations/lxqt-about.ts | 109 --------------- translations/lxqt-about_ar.ts | 117 ---------------- translations/lxqt-about_cs.ts | 178 ------------------------- translations/lxqt-about_cs_CZ.ts | 178 ------------------------- translations/lxqt-about_da.ts | 109 --------------- translations/lxqt-about_da_DK.ts | 178 ------------------------- translations/lxqt-about_de.ts | 109 --------------- translations/lxqt-about_el.ts | 178 ------------------------- translations/lxqt-about_eo.ts | 117 ---------------- translations/lxqt-about_es.ts | 178 ------------------------- translations/lxqt-about_es_VE.ts | 178 ------------------------- translations/lxqt-about_eu.ts | 178 ------------------------- translations/lxqt-about_fi.ts | 130 ------------------ translations/lxqt-about_fr_FR.ts | 117 ---------------- translations/lxqt-about_hu.ts | 109 --------------- translations/lxqt-about_ia.ts | 109 --------------- translations/lxqt-about_id_ID.ts | 109 --------------- translations/lxqt-about_it_IT.ts | 178 ------------------------- translations/lxqt-about_ja.ts | 109 --------------- translations/lxqt-about_ko.ts | 109 --------------- translations/lxqt-about_lt.ts | 117 ---------------- translations/lxqt-about_nl.ts | 117 ---------------- translations/lxqt-about_pl_PL.ts | 178 ------------------------- translations/lxqt-about_pt.ts | 178 ------------------------- translations/lxqt-about_pt_BR.ts | 178 ------------------------- translations/lxqt-about_ro_RO.ts | 117 ---------------- translations/lxqt-about_ru.desktop | 4 +- translations/lxqt-about_ru.ts | 109 --------------- translations/lxqt-about_ru_RU.ts | 109 --------------- translations/lxqt-about_sk_SK.ts | 109 --------------- translations/lxqt-about_sl.ts | 117 ---------------- translations/lxqt-about_sr@latin.ts | 109 --------------- translations/lxqt-about_sr_RS.ts | 109 --------------- translations/lxqt-about_th_TH.ts | 178 ------------------------- translations/lxqt-about_tr.ts | 178 ------------------------- translations/lxqt-about_uk.ts | 178 ------------------------- translations/lxqt-about_zh_CN.ts | 178 ------------------------- translations/lxqt-about_zh_TW.ts | 178 ------------------------- translatorsinfo/translators_it_IT.info | 6 +- translatorsinfo/translators_ru.info | 6 +- 45 files changed, 26 insertions(+), 5247 deletions(-) delete mode 100644 .gitignore create mode 100644 README.md delete mode 100644 translations/lxqt-about.ts delete mode 100644 translations/lxqt-about_ar.ts delete mode 100644 translations/lxqt-about_cs.ts delete mode 100644 translations/lxqt-about_cs_CZ.ts delete mode 100644 translations/lxqt-about_da.ts delete mode 100644 translations/lxqt-about_da_DK.ts delete mode 100644 translations/lxqt-about_de.ts delete mode 100644 translations/lxqt-about_el.ts delete mode 100644 translations/lxqt-about_eo.ts delete mode 100644 translations/lxqt-about_es.ts delete mode 100644 translations/lxqt-about_es_VE.ts delete mode 100644 translations/lxqt-about_eu.ts delete mode 100644 translations/lxqt-about_fi.ts delete mode 100644 translations/lxqt-about_fr_FR.ts delete mode 100644 translations/lxqt-about_hu.ts delete mode 100644 translations/lxqt-about_ia.ts delete mode 100644 translations/lxqt-about_id_ID.ts delete mode 100644 translations/lxqt-about_it_IT.ts delete mode 100644 translations/lxqt-about_ja.ts delete mode 100644 translations/lxqt-about_ko.ts delete mode 100644 translations/lxqt-about_lt.ts delete mode 100644 translations/lxqt-about_nl.ts delete mode 100644 translations/lxqt-about_pl_PL.ts delete mode 100644 translations/lxqt-about_pt.ts delete mode 100644 translations/lxqt-about_pt_BR.ts delete mode 100644 translations/lxqt-about_ro_RO.ts delete mode 100644 translations/lxqt-about_ru.ts delete mode 100644 translations/lxqt-about_ru_RU.ts delete mode 100644 translations/lxqt-about_sk_SK.ts delete mode 100644 translations/lxqt-about_sl.ts delete mode 100644 translations/lxqt-about_sr@latin.ts delete mode 100644 translations/lxqt-about_sr_RS.ts delete mode 100644 translations/lxqt-about_th_TH.ts delete mode 100644 translations/lxqt-about_tr.ts delete mode 100644 translations/lxqt-about_uk.ts delete mode 100644 translations/lxqt-about_zh_CN.ts delete mode 100644 translations/lxqt-about_zh_TW.ts diff --git a/.gitignore b/.gitignore deleted file mode 100644 index dd73316..0000000 --- a/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -moc_*.cxx -qrc_*.cxx -cmake_install.cmake -cmake_uninstall.cmake -Makefile -CMakeFiles -CMakeCache.txt -CPackConfig.cmake -CPackSourceConfig.cmake -lib*.so -lib*.so.* -ui_*.h -*.qm -lxqt-appswitcher/lxqt-appswitcher -lxqt-desktop/lxqt-desktop -lxqt-panel/panel/lxqt-panel -*~ -*.autosave -*-swp -CMakeLists.txt.user* -/build -nbproject/ diff --git a/AUTHORS b/AUTHORS index 1b0e063..fc0d31d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,8 +4,8 @@ Upstream authors: Copyright: Copyright (c) 2010-2012 Razor team - Copyright (c) 2012-2014 LXQt team + Copyright (c) 2012-2016 LXQt team Petr Vanek -License: GPL-2 and LGPL-2.1+ +License: LGPL-2.1+ The full text of the licenses can be found in the 'COPYING' file. diff --git a/CMakeLists.txt b/CMakeLists.txt index c05f9fd..f1326f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,14 @@ lxqt_translate_ts(QM_FILES ${UI_FILES} INSTALL_DIR "${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}" + PULL_TRANSLATIONS + ${PULL_TRANSLATIONS} + CLEAN_TRANSLATIONS + ${CLEAN_TRANSLATIONS} + TRANSLATIONS_REPO + ${TRANSLATIONS_REPO} + TRANSLATIONS_REFSPEC + ${TRANSLATIONS_REFSPEC} ) lxqt_app_translation_loader(QM_LOADER ${PROJECT_NAME}) diff --git a/README.md b/README.md new file mode 100644 index 0000000..24ff591 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# lxqt-about + +The standalone LXQt “About” dialog + +Main project can be found here: + +* http://lxqt.org/ diff --git a/aboutdialog/lxqtaboutdialog.cpp b/aboutdialog/lxqtaboutdialog.cpp index 3fe1f16..b76d664 100644 --- a/aboutdialog/lxqtaboutdialog.cpp +++ b/aboutdialog/lxqtaboutdialog.cpp @@ -97,7 +97,7 @@ QString AboutDialogPrivate::aboutText() const "About dialog, 'About' tab text"), tr("LXQt would not have been possible without the Razor-qt project and its many contributors.", "About dialog, 'About' tab text").arg("href=\"http://razor-qt.org\""), - tr("Copyright: %1-%2 %3", "About dialog, 'About' tab text") + tr("Copyright: © %1-%2 %3", "About dialog, 'About' tab text") .arg("2010", QDate::currentDate().toString("yyyy"), "LXQt team"), tr("Homepage: %1", "About dialog, 'About' tab text") .arg("http://lxqt.org"), diff --git a/translations/lxqt-about.ts b/translations/lxqt-about.ts deleted file mode 100644 index a2c623e..0000000 --- a/translations/lxqt-about.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - Copy to clipboard - - - - - About LXQt - - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - diff --git a/translations/lxqt-about_ar.ts b/translations/lxqt-about_ar.ts deleted file mode 100644 index 61e07de..0000000 --- a/translations/lxqt-about_ar.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - نعم - - - No - - - - - about - - - About LXQt - نبذةٌ عن نظام ريزر - - - - About - About dialog, Tab title - تبذةٌ عن - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - معلوماتٌ تقنيَّةٌ - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_cs.ts b/translations/lxqt-about_cs.ts deleted file mode 100644 index 92d7aaf..0000000 --- a/translations/lxqt-about_cs.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Verze: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Pokročilé, snadno se používající a rychlé pracovní prostředí založené na technologiích Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Autorské právo: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Domovská stránka: %1 - - - - License: %1 - About dialog, 'About' tab text - Licence: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt je přeložen do mnoha jazyků díky práci překladatelských týmů z celého světa. - - - Yes - Ano - - - No - Ne - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Nástroje LXQt Desktop - Technické informace</b> - - - Version - Verze - - - Qt - Qt - - - Debug Build - Ladicí sestavení - - - System Configuration - Nastavení systému - - - Share Directory - Sdílený adresář - - - Translations - About dialog, Tab title - Překlady - - - <b>User Directories</b> - <b>Uživatelské adresáře</b> - - - Xdg Data Home - Domovská složka pro data Xdg - - - Xdg Config Home - Domovská složka pro nastavení Xdg - - - Xdg Data Dirs - Adresáře pro data Xdg - - - Xdg Cache Home - Domovská složka pro vyrovnávací paměť Xdg - - - Xdg Runtime Home - Domovská složka pro čas běhu Xdg - - - Xdg Autostart Dirs - Adresáře pro automatické spuštění Xdg - - - Xdg Autostart Home - Domovská složka pro automatické spuštění Xdg - - - - about - - - About LXQt - O prostředí LXQt - - - - About - About dialog, Tab title - O - - - - Authors - About dialog, Tab title - Autoři - - - - Thanks - About dialog, Tab title - Poděkování - - - - Translations - About dialog, Tab title - Překlady - - - - Technical Info - About dialog, Tab title - Technické informace - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_cs_CZ.ts b/translations/lxqt-about_cs_CZ.ts deleted file mode 100644 index 89a0099..0000000 --- a/translations/lxqt-about_cs_CZ.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Verze: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Pokročilé, snadno se používající a rychlé pracovní prostředí založené na technologiích Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Autorské právo: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Domovská stránka: %1 - - - - License: %1 - About dialog, 'About' tab text - Licence: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt je přeložen do mnoha jazyků díky práci překladatelských týmů z celého světa. - - - Yes - Ano - - - No - Ne - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Nástroje LXQt Desktop - Technické informace</b> - - - Version - Verze - - - Qt - Qt - - - Debug Build - Ladicí sestavení - - - System Configuration - Nastavení systému - - - Share Directory - Sdílený adresář - - - Translations - About dialog, Tab title - Překlady - - - <b>User Directories</b> - <b>Uživatelské adresáře</b> - - - Xdg Data Home - Domovská složka pro data Xdg - - - Xdg Config Home - Domovská složka pro nastavení Xdg - - - Xdg Data Dirs - Adresáře pro data Xdg - - - Xdg Cache Home - Domovská složka pro vyrovnávací paměť Xdg - - - Xdg Runtime Home - Domovská složka pro čas běhu Xdg - - - Xdg Autostart Dirs - Adresáře pro automatické spuštění Xdg - - - Xdg Autostart Home - Domovská složka pro automatické spuštění Xdg - - - - about - - - About LXQt - O prostředí LXQt - - - - About - About dialog, Tab title - O - - - - Authors - About dialog, Tab title - Autoři - - - - Thanks - About dialog, Tab title - Poděkování - - - - Translations - About dialog, Tab title - Překlady - - - - Technical Info - About dialog, Tab title - Technické informace - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_da.ts b/translations/lxqt-about_da.ts deleted file mode 100644 index 39354db..0000000 --- a/translations/lxqt-about_da.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_da_DK.ts b/translations/lxqt-about_da_DK.ts deleted file mode 100644 index 0a797b4..0000000 --- a/translations/lxqt-about_da_DK.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Version: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Avanceret, nem at bruge, hurtigt skrivebordsmiljø baseret på Qt teknologier. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Hjemmeside: %1 - - - - License: %1 - About dialog, 'About' tab text - Licens: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt er oversat til mange sprog takket være oversættere fra hele verden. - - - Yes - Ja - - - No - Nej - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>LXQt Desktop Værktøjskasse - Teknisk Information</b> - - - Version - Version - - - Qt - Qt - - - Debug Build - Fejlsøgningsversion - - - System Configuration - Systemindstillinger - - - Share Directory - Delt Katalog - - - Translations - About dialog, Tab title - Oversættelser - - - <b>User Directories</b> - <b>Bruger Biblioteker</b> - - - Xdg Data Home - Xdg Brugerdata Katalog - - - Xdg Config Home - Xdg Konfigurationsdata Katalog - - - Xdg Data Dirs - Xdg Data Kataloger - - - Xdg Cache Home - Xdg Cache Katalog - - - Xdg Runtime Home - Xdg udførselskatalog - - - Xdg Autostart Dirs - Xdg Autostart Katalog - - - Xdg Autostart Home - Xdg Autostart Hjemmekatalog - - - - about - - - About LXQt - Om LXQt - - - - About - About dialog, Tab title - Omkring - - - - Authors - About dialog, Tab title - Forfattere - - - - Thanks - About dialog, Tab title - Tak - - - - Translations - About dialog, Tab title - Oversættelser - - - - Technical Info - About dialog, Tab title - Teknisk Information - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_de.ts b/translations/lxqt-about_de.ts deleted file mode 100644 index dde31aa..0000000 --- a/translations/lxqt-about_de.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Version: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Fortgeschrittene, leicht zu bedienende und schnelle Arbeitsumgebung, basierend auf Qt-Technologien. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - LXQt wäre nicht ohne das <a %1>Razor-qt</a>-Projekt und seine vielen Mitwirkenden möglich gewesen. - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Urheberrecht: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Internetseite: %1 - - - - License: %1 - About dialog, 'About' tab text - Lizenz: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - LXQt wird vom <a %1>LXQt Team und Mitwirkenden</a> entwickelt. - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - Wenn Sie an der Mitarbeit in unserem Entwicklungsteam interessiert sind, <a %1>treten Sie uns bei</a>. - - - - Special thanks to: - About dialog, 'Thanks' tab text - Besonderen Dank an: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt wird dank der Arbeit unseres über die ganze Welt verteilten Übersetzungsteams in viele Sprachen übersetzt. - - - - about - - - About LXQt - Über LXQt - - - - About - About dialog, Tab title - Über - - - - Authors - About dialog, Tab title - Programmierer - - - - Thanks - About dialog, Tab title - Danksagungen - - - - Translations - About dialog, Tab title - Übersetzungen - - - - Technical Info - About dialog, Tab title - Technische Hinweise - - - - Copy to clipboard - In Zwischenablage kopieren - - - diff --git a/translations/lxqt-about_el.ts b/translations/lxqt-about_el.ts deleted file mode 100644 index 629f6d7..0000000 --- a/translations/lxqt-about_el.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Έκδοση: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Προηγμένη, εύκολη στη χρήση και γρήγορη επιφάνεια εργασίας με βάση τις τεχνολογίες Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - Το LXQt δεν θα ήταν εφικτό να δημιουργηθεί χωρίς το έργο <a %1>Razor-qt</a> και τους πολλούς συντελεστές του. - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Πνευματικά δικαιώματα: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Ιστοσελίδα: %1 - - - - License: %1 - About dialog, 'About' tab text - Άδεια χρήσης: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - Το LXQt αναπτύσσεται από την <a %1>ομάδα του LXQt και τους συνεισφέροντες</a>. - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - Αν ενδιαφέρεστε να συνεργαστούμε στην ομάδα ανάπτυξης, <a %1>ελάτε μαζί μας</a>. - - - - Special thanks to: - About dialog, 'Thanks' tab text - Ειδικές ευχαριστίες σε: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt έχει μεταφραστεί σε πολλές γλώσσες χάρη στο έργο των μεταφραστικών ομάδων σε όλο τον κόσμο. - - - Yes - Ναι - - - No - Όχι - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Επιφάνεια εργασίας LXQt - Τεχνικές πληροφορίες</b> - - - Version - Έκδοση - - - Qt - Qt - - - Debug Build - Κατασκευή αποσφαλμάτωσης - - - System Configuration - Διαμόρφωση συστήματος - - - Share Directory - Κοινόχρηστος κατάλογος - - - Translations - About dialog, Tab title - Μεταφράσεις - - - <b>User Directories</b> - <b>Κατάλογοι χρηστών</b> - - - Xdg Data Home - Αρχικός κατάλογος δεδομένων xdg - - - Xdg Config Home - Αρχικός κατάλογος διαμόρφωσης xdg - - - Xdg Data Dirs - Κατάλογοι δεδομένων xdg - - - Xdg Cache Home - Αρχικός κατάλογος λανθάνουσας μνήμης xdg - - - Xdg Runtime Home - Αρχικός κατάλογος εκτέλεσης xdg - - - Xdg Autostart Dirs - Κατάλογοι αυτόματης εκκίνησης xdg - - - Xdg Autostart Home - Αρχικός κατάλογος αυτόματης εκκίνησης xdg - - - - about - - - About LXQt - Σχετικά με το LXQt - - - - About - About dialog, Tab title - Σχετικά - - - - Authors - About dialog, Tab title - Συγγραφείς - - - - Thanks - About dialog, Tab title - Ευχαριστίες - - - - Translations - About dialog, Tab title - Μεταφράσεις - - - - Technical Info - About dialog, Tab title - Τεχνικές πληροφορίες - - - - Copy to clipboard - Αντιγραφή στο πρόχειρο - - - diff --git a/translations/lxqt-about_eo.ts b/translations/lxqt-about_eo.ts deleted file mode 100644 index 337addd..0000000 --- a/translations/lxqt-about_eo.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Jes - - - No - Ne - - - - about - - - About LXQt - Pri LXQto - - - - About - About dialog, Tab title - Pri - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - Teknikaj informoj - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_es.ts b/translations/lxqt-about_es.ts deleted file mode 100644 index b93fabe..0000000 --- a/translations/lxqt-about_es.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Versión %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Avanzado, fácil de usar y rápido entorno de escritorio basado en tecnologías Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Página principal: %1 - - - - License: %1 - About dialog, 'About' tab text - Licencia: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt es traducido a muchos idiomas gracias a la labor de los equipos de traducción en todo el mundo. - - - Yes - Si - - - No - No - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Caja de herramientas del Escritorio LXQt - Información técnica</b> - - - Version - Versión - - - Qt - Qt - - - Debug Build - Construcción con símbolos de depuración - - - System Configuration - Configuración del Sistema - - - Share Directory - Directorio compartido - - - Translations - About dialog, Tab title - Traducciones - - - <b>User Directories</b> - <b>Directorios de usuario</b> - - - Xdg Data Home - Xdg Datos de inicio de usuario - - - Xdg Config Home - Xdg Configuración de inicio del usuario - - - Xdg Data Dirs - Xdg Directorios de datos - - - Xdg Cache Home - Xdg Cache de inicio de usuario - - - Xdg Runtime Home - Xdg Inicio de ejecución de usuario - - - Xdg Autostart Dirs - Xdg Directorio de inicio automático - - - Xdg Autostart Home - Xdg Directorio de usuario de inicio automático - - - - about - - - About LXQt - Acerca de LXQt - - - - About - About dialog, Tab title - Acerca - - - - Authors - About dialog, Tab title - Autores - - - - Thanks - About dialog, Tab title - Gracias - - - - Translations - About dialog, Tab title - Traducciones - - - - Technical Info - About dialog, Tab title - Información Técnica - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_es_VE.ts b/translations/lxqt-about_es_VE.ts deleted file mode 100644 index 7c04e6e..0000000 --- a/translations/lxqt-about_es_VE.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Version: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Avanzado, facil de usar, rapido entorno de escritorio basado en tecnologia QT. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - pagina web: %1 - - - - License: %1 - About dialog, 'About' tab text - Licencia: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt es traducido en muchos lenguajes gracias al trabajo de traductores en todo el mundo. - - - Yes - Si - - - No - No - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Utilidad de Escritorio LXQt - Informacion</b> - - - Version - Version - - - Qt - Qt - - - Debug Build - Debug Build - - - System Configuration - Configuracion del sistema - - - Share Directory - Directorio de Data - - - Translations - About dialog, Tab title - Traducciones - - - <b>User Directories</b> - <b>Directorio de usuario</b> - - - Xdg Data Home - Xdg Data Home - - - Xdg Config Home - Xdg Config Home - - - Xdg Data Dirs - Xdg Data Dirs - - - Xdg Cache Home - Xdg Cache Home - - - Xdg Runtime Home - Xdg Runtime Home - - - Xdg Autostart Dirs - Xdg Autostart Dirs - - - Xdg Autostart Home - Xdg Autostart Home - - - - about - - - About LXQt - Acerca de LXQt - - - - About - About dialog, Tab title - Acerca - - - - Authors - About dialog, Tab title - Autores - - - - Thanks - About dialog, Tab title - Agradecimientos - - - - Translations - About dialog, Tab title - Traducciones - - - - Technical Info - About dialog, Tab title - Informacion - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_eu.ts b/translations/lxqt-about_eu.ts deleted file mode 100644 index cdf964c..0000000 --- a/translations/lxqt-about_eu.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Bertsioa: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Qt teknologietan oinarritutako mahaigain-ingurune aurreratu, erabilerraz eta azkarra. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright-a: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Webgunea: %1 - - - - License: %1 - About dialog, 'About' tab text - Lizentzia: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt hainbat hizkuntzetara itzulita dago mundu osoko itzulpen-taldeen lanari esker. - - - Yes - Bai - - - No - Ez - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>LXQt mahaigainaren tresna-jokoa - Informazio teknikoa</b> - - - Version - Bertsioa - - - Qt - Qt - - - Debug Build - Arazteko eraikitzea - - - System Configuration - Sistemaren konfigurazioa - - - Share Directory - Partekatu direktorioa - - - Translations - About dialog, Tab title - Itzulpenak - - - <b>User Directories</b> - <b>Erabiltzailearen direktorioak</b> - - - Xdg Data Home - Xdg datuen etxea - - - Xdg Config Home - Xdg konfigurazioen etxea - - - Xdg Data Dirs - Xdg datuen direktorioak - - - Xdg Cache Home - Xdg cache-aren etxea - - - Xdg Runtime Home - Xdg exekuzio-denborako etxea - - - Xdg Autostart Dirs - Xdg autoabioaren direktorioak - - - Xdg Autostart Home - Xdg autoabioaren etxea - - - - about - - - About LXQt - LXQt-i buruz - - - - About - About dialog, Tab title - Honi buruz - - - - Authors - About dialog, Tab title - Egileak - - - - Thanks - About dialog, Tab title - Eskerrak - - - - Translations - About dialog, Tab title - Itzulpenak - - - - Technical Info - About dialog, Tab title - Informazio teknikoa - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_fi.ts b/translations/lxqt-about_fi.ts deleted file mode 100644 index f1cfbd9..0000000 --- a/translations/lxqt-about_fi.ts +++ /dev/null @@ -1,130 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Versio: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Tekijänoikeus: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Verkkosivusto: %1 - - - - License: %1 - About dialog, 'About' tab text - Lisenssi: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Kyllä - - - No - Ei - - - Version - Versio - - - Qt - Qt - - - Translations - About dialog, Tab title - Käännökset - - - - about - - - About LXQt - Tietoja LXQtista - - - - About - About dialog, Tab title - Tietoja - - - - Authors - About dialog, Tab title - Tekijät - - - - Thanks - About dialog, Tab title - Kiitokset - - - - Translations - About dialog, Tab title - Käännökset - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_fr_FR.ts b/translations/lxqt-about_fr_FR.ts deleted file mode 100644 index bda0513..0000000 --- a/translations/lxqt-about_fr_FR.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Oui - - - No - Non - - - - about - - - About LXQt - À propos de LXQt - - - - About - About dialog, Tab title - À propos - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - Informations techniques - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_hu.ts b/translations/lxqt-about_hu.ts deleted file mode 100644 index 16c0ca7..0000000 --- a/translations/lxqt-about_hu.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Verzió: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Qt alapú könnyen használható, fejlett és gyors asztalkezelő. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - Az LXQt a <a %1>Razor-qt</a>-és annak fejlesztői nélkül nem létezne. - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Jogok: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Honlap: %1 - - - - License: %1 - About dialog, 'About' tab text - Licensz: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - Az LXQt fejlesztői<a %1>LXQt Team és a társasága</a> - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - Ha érdekli a fejlesztés. akkor <a %1>csatlakozhat hozzánk</a>. - - - - Special thanks to: - About dialog, 'Thanks' tab text - Külön köszönet: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - Az LXQT sok nyelvre le van fordítva, a világban működő fordítóknak köszönhetőn. - - - - about - - - About LXQt - Az LXQT -ről - - - - About - About dialog, Tab title - Rólunk - - - - Authors - About dialog, Tab title - Szerzők - - - - Thanks - About dialog, Tab title - Köszönet - - - - Translations - About dialog, Tab title - Fordítások - - - - Technical Info - About dialog, Tab title - Technikai háttér - - - - Copy to clipboard - Vágólapra másol - - - diff --git a/translations/lxqt-about_ia.ts b/translations/lxqt-about_ia.ts deleted file mode 100644 index 0d8a0ca..0000000 --- a/translations/lxqt-about_ia.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_id_ID.ts b/translations/lxqt-about_id_ID.ts deleted file mode 100644 index 4f44169..0000000 --- a/translations/lxqt-about_id_ID.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_it_IT.ts b/translations/lxqt-about_it_IT.ts deleted file mode 100644 index b18cee6..0000000 --- a/translations/lxqt-about_it_IT.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Versione: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Un ambiente desktop veloce, facile da usare e avanzato basato sulle tecnologie Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Sito: %1 - - - - License: %1 - About dialog, 'About' tab text - Licenza: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt è tradotto in molte lingue grazie al lavoro dei gruppi di traduzione in giro per il mondo. - - - Yes - - - - No - No - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Strumenti desktop di LXQt - informazioni tecniche</b> - - - Version - Versione - - - Qt - Qt - - - Debug Build - Compilazione di debug - - - System Configuration - Configurazione del sistema - - - Share Directory - Cartella condivisa - - - Translations - About dialog, Tab title - Traduzioni - - - <b>User Directories</b> - <b>Cartelle dell'utente</b> - - - Xdg Data Home - Xdg Data Home - - - Xdg Config Home - Xdg Config Home - - - Xdg Data Dirs - Xdg Data Dirs - - - Xdg Cache Home - Xdg Cache Home - - - Xdg Runtime Home - Xdg Runtime Home - - - Xdg Autostart Dirs - Xdg Autostart Dirs - - - Xdg Autostart Home - Xdg Autostart Home - - - - about - - - About LXQt - Informazioni su LXQt - - - - About - About dialog, Tab title - Informazioni - - - - Authors - About dialog, Tab title - Autori - - - - Thanks - About dialog, Tab title - Ringraziamenti - - - - Translations - About dialog, Tab title - Traduzioni - - - - Technical Info - About dialog, Tab title - Informazioni tecniche - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_ja.ts b/translations/lxqt-about_ja.ts deleted file mode 100644 index 66ebe02..0000000 --- a/translations/lxqt-about_ja.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - バージョン: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Qt テクノロジーベースの、高度で使いやすく高速なデスクトップ環境 - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - LXQtは、<a %1>Razor-qt</a>プロジェクトとそのたくさんの貢献者たちなしにはありえませんでした。 - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - ホームページ: %1 - - - - License: %1 - About dialog, 'About' tab text - ライセンス: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - LXQtは、<a %1>LXQtチームとその貢献者たち</a>によって開発されています。 - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - もし私たちの作業に関心がありましたら、<a %1>参加してください</a>。 - - - - Special thanks to: - About dialog, 'Thanks' tab text - スペシャルサンクス: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQtは、たくさんの言語に翻訳されています。世界各地の翻訳チームの成果に対して謝意を表します。 - - - - about - - - About LXQt - LXQtについて - - - - About - About dialog, Tab title - About - - - - Authors - About dialog, Tab title - 作者 - - - - Thanks - About dialog, Tab title - 謝辞 - - - - Translations - About dialog, Tab title - 翻訳 - - - - Technical Info - About dialog, Tab title - 技術情報 - - - - Copy to clipboard - クリップボードへコピー - - - diff --git a/translations/lxqt-about_ko.ts b/translations/lxqt-about_ko.ts deleted file mode 100644 index d15c04d..0000000 --- a/translations/lxqt-about_ko.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_lt.ts b/translations/lxqt-about_lt.ts deleted file mode 100644 index 327a5ce..0000000 --- a/translations/lxqt-about_lt.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Taip - - - No - Ne - - - - about - - - About LXQt - Apie LXQt - - - - About - About dialog, Tab title - Apie - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - Techninė informacija - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_nl.ts b/translations/lxqt-about_nl.ts deleted file mode 100644 index 6ada44f..0000000 --- a/translations/lxqt-about_nl.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Ja - - - No - Nee - - - - about - - - About LXQt - Over LXQt - - - - About - About dialog, Tab title - Over - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - Technische Informatie - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_pl_PL.ts b/translations/lxqt-about_pl_PL.ts deleted file mode 100644 index ca7c647..0000000 --- a/translations/lxqt-about_pl_PL.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Wersja: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Zaawansowany, łatwy w obsłudze i szybki pulpit bazujący na Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Prawa autorskie: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Strona: %1 - - - - License: %1 - About dialog, 'About' tab text - Licencja: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt jest dostępny w wielu językach dzięki wspanialej pracy ekip tłumaczy z całego świata. - - - Yes - Tak - - - No - Nie - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Skrzynka narzędziowa pulpitu LXQt - Informacje techniczne</b> - - - Version - Wersja - - - Qt - Qt - - - Debug Build - Wersja debugowa - - - System Configuration - Konfiguracja systemu - - - Share Directory - Udostępniany katalog - - - Translations - About dialog, Tab title - Tłumaczenia - - - <b>User Directories</b> - <b>Katalogi użytkownika</b> - - - Xdg Data Home - Ścieżka dostępu plików Xdg - - - Xdg Config Home - Ścieżka dostępu konfiguracji Xdg - - - Xdg Data Dirs - Katalogi plików Xdg - - - Xdg Cache Home - Ścieżka dostępu pamięci podręcznej Xdg - - - Xdg Runtime Home - Ścieżka dostępu środowiska uruchomieniowego Xdg - - - Xdg Autostart Dirs - Katalogi autostartu Xdg - - - Xdg Autostart Home - Ścieżka dostępu autostart Xdg - - - - about - - - About LXQt - O LXQt - - - - About - About dialog, Tab title - O - - - - Authors - About dialog, Tab title - Autorzy - - - - Thanks - About dialog, Tab title - Podziękowania - - - - Translations - About dialog, Tab title - Tłumaczenia - - - - Technical Info - About dialog, Tab title - Informacje techniczne - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_pt.ts b/translations/lxqt-about_pt.ts deleted file mode 100644 index 8ef71d4..0000000 --- a/translations/lxqt-about_pt.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Versão: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Ambiente de trabalho rápido, simples e fácil de utilizar baseado na tecnologia Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - O LXQt não seria possível sem a ajuda dos colaboradores do projeto <a %1>Razor-qt</a>. - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Direitos de autor: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Página web: %1 - - - - License: %1 - About dialog, 'About' tab text - Licença: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - O LXQt é desenvolvido pelos <a %1>colaboradores da equipa LXQt</a>. - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - Se quiser ajudar no desenvolvimento, <a %1>pode integrar a nossa equipa</a>. - - - - Special thanks to: - About dialog, 'Thanks' tab text - Um especial obrigado: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - O LXQt está traduzido em diversos idiomas graças ao trabalho desenvolvido pelas equipas de tradução de todo o mundo. - - - Yes - Sim - - - No - Não - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Ambiente de trabalho LXQt - Informações técnicas</b> - - - Version - Versão - - - Qt - Qt - - - Debug Build - Compilação de depuração - - - System Configuration - Configuração do sistema - - - Share Directory - Diretório de partilha - - - Translations - About dialog, Tab title - Traduções - - - <b>User Directories</b> - Diretórios do utilizador - - - Xdg Data Home - Diretório dos dados do utilizador - - - Xdg Config Home - Diretório das configurações do utilizador - - - Xdg Data Dirs - Diretórios de dados - - - Xdg Cache Home - Diretório de cache do utilizador - - - Xdg Runtime Home - Diretório de execução do utilizador - - - Xdg Autostart Dirs - Diretórios de arranque automático - - - Xdg Autostart Home - Diretório de arranque automático do utilizador - - - - about - - - About LXQt - Sobre o LXQt - - - - About - About dialog, Tab title - Sobre - - - - Authors - About dialog, Tab title - Autores - - - - Thanks - About dialog, Tab title - Agradecimentos - - - - Translations - About dialog, Tab title - Traduções - - - - Technical Info - About dialog, Tab title - Informações técnicas - - - - Copy to clipboard - Copiar para a área de transferência - - - diff --git a/translations/lxqt-about_pt_BR.ts b/translations/lxqt-about_pt_BR.ts deleted file mode 100644 index ba2485b..0000000 --- a/translations/lxqt-about_pt_BR.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Versão: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Avançado, fácil de usar, e ambiente de trabalho rápido baseado nas tecnologias Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Copyright: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Página: %1 - - - - License: %1 - About dialog, 'About' tab text - Licença: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt é traduzido em muitas línguas, graças ao trabalho das equipes de tradução de todo o mundo. - - - Yes - Sim - - - No - Não - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Caixa De Ferramentas Do Desktop LXQt - Informações Técnicas</b> - - - Version - Versão - - - Qt - Qt - - - Debug Build - Depuração Da Compilação - - - System Configuration - Configuração Do Sistema - - - Share Directory - Compartilhar Diretório - - - Translations - About dialog, Tab title - Traduções - - - <b>User Directories</b> - <b>Diretórios Do Usuário</b> - - - Xdg Data Home - Xdg Dados Pessoais - - - Xdg Config Home - Xdg Configuções Pessoais - - - Xdg Data Dirs - Xdg Diretórios Pessoais - - - Xdg Cache Home - Xdg Cache Pessoal - - - Xdg Runtime Home - Xdg Tempo De Execução Pessoal - - - Xdg Autostart Dirs - Xdg Diretórios De Início Automático - - - Xdg Autostart Home - Xdg Início Automático Pessoal - - - - about - - - About LXQt - Sobre o LXQt - - - - About - About dialog, Tab title - Sobre - - - - Authors - About dialog, Tab title - Autores - - - - Thanks - About dialog, Tab title - Agradecimentos - - - - Translations - About dialog, Tab title - Traduções - - - - Technical Info - About dialog, Tab title - Ficha Técnica - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_ro_RO.ts b/translations/lxqt-about_ro_RO.ts deleted file mode 100644 index 7490e9d..0000000 --- a/translations/lxqt-about_ro_RO.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Da - - - No - Nu - - - - about - - - About LXQt - Despre LXQt - - - - About - About dialog, Tab title - Despre - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - Informații tehnice - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_ru.desktop b/translations/lxqt-about_ru.desktop index 8a905d2..d2c135e 100644 --- a/translations/lxqt-about_ru.desktop +++ b/translations/lxqt-about_ru.desktop @@ -1,3 +1,3 @@ # Translations -GenericName[ru]=Узнать больше о LXQt -Name[ru]=О LXQt +GenericName[ru]=Узнать больше об LXQt +Name[ru]=Об LXQt diff --git a/translations/lxqt-about_ru.ts b/translations/lxqt-about_ru.ts deleted file mode 100644 index 92efb5e..0000000 --- a/translations/lxqt-about_ru.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Версия: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Передовая, быстрая, и простая в использовании среда рабочего стола на основе технологий Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - LXQT не могло бы существовать без проекта <a %1>Razor-qt</a> и многих его участников. - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Авторские права: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Домашняя страница: %1 - - - - License: %1 - About dialog, 'About' tab text - Лицензия: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - LXQT разработан <a %1>командой LXQt и прочими участниками</a>. - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - Если вы заинтересованы работой с нашей командой разработки, <a %1>присоединяйтесь к нам</a>. - - - - Special thanks to: - About dialog, 'Thanks' tab text - Особая благодарность: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQT переведён на множество языков благодаря работе команд переводчиков по всему миру. - - - - about - - - About LXQt - О LXQt - - - - About - About dialog, Tab title - О программе - - - - Authors - About dialog, Tab title - Авторы - - - - Thanks - About dialog, Tab title - Благодарности - - - - Translations - About dialog, Tab title - Переводы - - - - Technical Info - About dialog, Tab title - Техническая информация - - - - Copy to clipboard - Копировать в буфер обмена - - - diff --git a/translations/lxqt-about_ru_RU.ts b/translations/lxqt-about_ru_RU.ts deleted file mode 100644 index 982f59b..0000000 --- a/translations/lxqt-about_ru_RU.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Версия: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Передовая, быстрая, и простая в использовании среда рабочего стола на основе технологий Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - LXQT не могло бы существовать без проекта <a %1>Razor-qt</a> и многих его участников. - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Авторские права: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Домашняя страница: %1 - - - - License: %1 - About dialog, 'About' tab text - Лицензия: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - LXQT разработан <a %1>командой LXQt и прочими участниками</a>. - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - Если вы заинтересованы работой с нашей командой разработки, <a %1>присоединяйтесь к нам</a>. - - - - Special thanks to: - About dialog, 'Thanks' tab text - Особая благодарность: - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQT переведён на множество языков благодаря работе команд переводчиков по всему миру. - - - - about - - - About LXQt - О LXQt - - - - About - About dialog, Tab title - О программе - - - - Authors - About dialog, Tab title - Авторы - - - - Thanks - About dialog, Tab title - Благодарности - - - - Translations - About dialog, Tab title - Переводы - - - - Technical Info - About dialog, Tab title - Техническая информация - - - - Copy to clipboard - Копировать в буфер обмена - - - diff --git a/translations/lxqt-about_sk_SK.ts b/translations/lxqt-about_sk_SK.ts deleted file mode 100644 index ee3b3e1..0000000 --- a/translations/lxqt-about_sk_SK.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - O prostredí LXQt - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_sl.ts b/translations/lxqt-about_sl.ts deleted file mode 100644 index a1ab4e2..0000000 --- a/translations/lxqt-about_sl.ts +++ /dev/null @@ -1,117 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - Yes - Da - - - No - Ne - - - - about - - - About LXQt - O LXQt - - - - About - About dialog, Tab title - O - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - Tehnični podatki - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_sr@latin.ts b/translations/lxqt-about_sr@latin.ts deleted file mode 100644 index 0a79cc6..0000000 --- a/translations/lxqt-about_sr@latin.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_sr_RS.ts b/translations/lxqt-about_sr_RS.ts deleted file mode 100644 index 2f10434..0000000 --- a/translations/lxqt-about_sr_RS.ts +++ /dev/null @@ -1,109 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - - - - - Homepage: %1 - About dialog, 'About' tab text - - - - - License: %1 - About dialog, 'About' tab text - - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - - - - - about - - - About LXQt - О Рејзору - - - - About - About dialog, Tab title - - - - - Authors - About dialog, Tab title - - - - - Thanks - About dialog, Tab title - - - - - Translations - About dialog, Tab title - - - - - Technical Info - About dialog, Tab title - - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_th_TH.ts b/translations/lxqt-about_th_TH.ts deleted file mode 100644 index 91e915d..0000000 --- a/translations/lxqt-about_th_TH.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - รุ่น: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - สภาพแวดล้อมเดสก์ท็อปที่เพียบพร้อม ใช้ง่าย รวดเร็ว โดยใช้เทคโลยีจาก Qt - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - ลิขสิทธิ์สูกต้อง: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - โฮมเพจ: %1 - - - - License: %1 - About dialog, 'About' tab text - สัญญาอนุญาต: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt ได้แปลเป็นภาษาต่างๆ มากมาย จึงขอขอบคุณไปยังทีมงานแปลต่าง ๆ จากทั่วโลก - - - Yes - ใช่ - - - No - ไม่ - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>กล่องเครื่องมือเดกส์ท็อป LXQt - ข้อมูลทางเทคนิค</b> - - - Version - รุ่น - - - Qt - Qt - - - Debug Build - ดีบั๊กบิวด์ - - - System Configuration - การตั้งค่าระบบ - - - Share Directory - ไดเรกทอรี - - - Translations - About dialog, Tab title - การแปล - - - <b>User Directories</b> - <b>User Directories</b> - - - Xdg Data Home - Xdg Data Home - - - Xdg Config Home - Xdg Config Home - - - Xdg Data Dirs - Xdg Data Dirs - - - Xdg Cache Home - Xdg Cache Home - - - Xdg Runtime Home - Xdg Runtime Home - - - Xdg Autostart Dirs - Xdg Autostart Dirs - - - Xdg Autostart Home - Xdg Autostart Home - - - - about - - - About LXQt - เกี่ยวกับ LXQt - - - - About - About dialog, Tab title - เกี่ยวกับ - - - - Authors - About dialog, Tab title - ผู้สร้าง - - - - Thanks - About dialog, Tab title - ขอขอบคุณ - - - - Translations - About dialog, Tab title - การแปล - - - - Technical Info - About dialog, Tab title - ข้อมูลทางเทคนิค - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_tr.ts b/translations/lxqt-about_tr.ts deleted file mode 100644 index 5a6f142..0000000 --- a/translations/lxqt-about_tr.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Versiyon: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Qt teknolojilerini temel alan gelişmiş, kullanımı kolay ve hızlı masaüstü ortamı. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Telif Hakkı: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Anasayfa: %1 - - - - License: %1 - About dialog, 'About' tab text - Lisans: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt tüm dünyadaki çeviri ekiplerinin çalışmalarına sayesinde birçok dil çevrilir. - - - Yes - Evet - - - No - Hayır - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>LXQt Masaüstü araç kutusu - Teknik bilgi</b> - - - Version - Versiyon - - - Qt - Qt - - - Debug Build - Hata Ayıklama Oluştur - - - System Configuration - Sistem Yapılandırması - - - Share Directory - Paylaşılan Dizin - - - Translations - About dialog, Tab title - Çeviriler - - - <b>User Directories</b> - <b>Kullanıcı Dizinleri</b> - - - Xdg Data Home - Xdg Ev Verisi Dizini - - - Xdg Config Home - Xdg Ev Yapılandırması Dizini - - - Xdg Data Dirs - Xdg Veri Dizinleri - - - Xdg Cache Home - Xdg Ev Önbelleği Dizini - - - Xdg Runtime Home - Xdg Ev Çalışma Zamanı Dizini - - - Xdg Autostart Dirs - Xdg Otomatik Başlatma Dizinleri - - - Xdg Autostart Home - Xdg Ev Otomatik Başlatma Dizini - - - - about - - - About LXQt - LXQt Hakkında - - - - About - About dialog, Tab title - Hakkında - - - - Authors - About dialog, Tab title - Yazarlar - - - - Thanks - About dialog, Tab title - Teşekkürler - - - - Translations - About dialog, Tab title - Çeviriler - - - - Technical Info - About dialog, Tab title - Teknik Bilgi - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_uk.ts b/translations/lxqt-about_uk.ts deleted file mode 100644 index 2042399..0000000 --- a/translations/lxqt-about_uk.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - Версія: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - Передове, легке у використанні та швидке стільникове середовище засноване на технологіях Qt. - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - Авторське право: %1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - Домашня сторінка: %1 - - - - License: %1 - About dialog, 'About' tab text - Ліцензія: %1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt перекладено на багато мов завдяки праці команд перекладачів по всьому світу. - - - Yes - Так - - - No - Ні - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>Інструменти стільниці LXQt - Технічна інформація</b> - - - Version - Версія - - - Qt - Qt - - - Debug Build - Відлагоджувальна збірка - - - System Configuration - Сістемні налаштування - - - Share Directory - Спільна тека - - - Translations - About dialog, Tab title - Переклади - - - <b>User Directories</b> - <b>Теки користувача</b> - - - Xdg Data Home - Домівка даних Xdg - - - Xdg Config Home - Домівка налаштувань Xdg - - - Xdg Data Dirs - Текі даних Xdg - - - Xdg Cache Home - Домівка кешу Xdg - - - Xdg Runtime Home - Домівка часу виконання Xdg - - - Xdg Autostart Dirs - Текі автозапуску Xdg - - - Xdg Autostart Home - Домівка автозапуску Xdg - - - - about - - - About LXQt - Про LXQt - - - - About - About dialog, Tab title - Про - - - - Authors - About dialog, Tab title - Автори - - - - Thanks - About dialog, Tab title - Подяка - - - - Translations - About dialog, Tab title - Перекладачі - - - - Technical Info - About dialog, Tab title - Технічна інформація - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_zh_CN.ts b/translations/lxqt-about_zh_CN.ts deleted file mode 100644 index 0c2e2b2..0000000 --- a/translations/lxqt-about_zh_CN.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - 版本:%1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - 基于 Qt 技术的高级、易用、快速的桌面环境 - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - 版权所有:%1-%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - 主页:%1 - - - - License: %1 - About dialog, 'About' tab text - 协议:%1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt 已被翻译成多种语言,特别感谢来自世界各地的翻译团队的努力。 - - - Yes - - - - No - - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>LXQt 桌面工具箱 - 技术信息</b> - - - Version - 版本 - - - Qt - Qt - - - Debug Build - 调试版本 - - - System Configuration - 系统配置 - - - Share Directory - 共享目录 - - - Translations - About dialog, Tab title - 翻译 - - - <b>User Directories</b> - <b>用户目录</b> - - - Xdg Data Home - Xdg 数据位置 - - - Xdg Config Home - Xdg 配置文件 - - - Xdg Data Dirs - Xdg 数据目录 - - - Xdg Cache Home - Xdg 缓存目录 - - - Xdg Runtime Home - Xdg 运行时目录 - - - Xdg Autostart Dirs - Xdg 开机启动目录 - - - Xdg Autostart Home - Xdg 开机启动文件 - - - - about - - - About LXQt - 关于LXQt - - - - About - About dialog, Tab title - 关于 - - - - Authors - About dialog, Tab title - 作者 - - - - Thanks - About dialog, Tab title - 致谢 - - - - Translations - About dialog, Tab title - 翻译 - - - - Technical Info - About dialog, Tab title - 技术信息 - - - - Copy to clipboard - - - - diff --git a/translations/lxqt-about_zh_TW.ts b/translations/lxqt-about_zh_TW.ts deleted file mode 100644 index 212632f..0000000 --- a/translations/lxqt-about_zh_TW.ts +++ /dev/null @@ -1,178 +0,0 @@ - - - - - AboutDialogPrivate - - - Version: %1 - 版本: %1 - - - - Advanced, easy-to-use, and fast desktop environment based on Qt technologies. - About dialog, 'About' tab text - 基於Qt技術打造出來使用容易、進階、快速的桌面環境 - - - - LXQt would not have been possible without the <a %1>Razor-qt</a> project and its many contributors. - About dialog, 'About' tab text - - - - - Copyright: %1-%2 %3 - About dialog, 'About' tab text - 版權所有: %1.%2 %3 - - - - Homepage: %1 - About dialog, 'About' tab text - 首頁: %1 - - - - License: %1 - About dialog, 'About' tab text - 憑證 :%1 - - - - LXQt is developed by the <a %1>LXQt Team and contributors</a>. - About dialog, 'Authors' tab text - - - - - If you are interested in working with our development team, <a %1>join us</a>. - About dialog, 'Authors' tab text - - - - - Special thanks to: - About dialog, 'Thanks' tab text - - - - - LXQt is translated into many languages thanks to the work of the translation teams all over the world. - About dialog, 'Translations' tab text - LXQt已經有由世界各地的翻譯團隊所提供多種語言的翻譯。 - - - Yes - - - - No - - - - <b>LXQt Desktop Toolbox - Technical Info</b> - <b>LXQt桌面工具箱-技術資訊</b> - - - Version - 版本 - - - Qt - Qt - - - Debug Build - 開發除錯 - - - System Configuration - 系統設定 - - - Share Directory - 分享目錄 - - - Translations - About dialog, Tab title - 翻譯 - - - <b>User Directories</b> - <b>使用者目錄</b> - - - Xdg Data Home - Xdg資料首頁 - - - Xdg Config Home - Xdg設定首頁 - - - Xdg Data Dirs - Xdg資料目錄 - - - Xdg Cache Home - Xdg快取首頁 - - - Xdg Runtime Home - Xdg 運行環境首頁 - - - Xdg Autostart Dirs - Xdg自動啟動目錄 - - - Xdg Autostart Home - Xdg自動啟動首頁 - - - - about - - - About LXQt - 關於LXQt - - - - About - About dialog, Tab title - 關於 - - - - Authors - About dialog, Tab title - 作者 - - - - Thanks - About dialog, Tab title - 感謝 - - - - Translations - About dialog, Tab title - 翻譯 - - - - Technical Info - About dialog, Tab title - 技術資訊 - - - - Copy to clipboard - - - - diff --git a/translatorsinfo/translators_it_IT.info b/translatorsinfo/translators_it_IT.info index 8b049b3..7403abc 100644 --- a/translatorsinfo/translators_it_IT.info +++ b/translatorsinfo/translators_it_IT.info @@ -5,9 +5,9 @@ translator_1_nameEnglish = Giacomo translator_1_nameNative = Giacomo translator_1_contact = giacomosrv@gmail.com -# translator_2_nameEnglish = Translator 2. Your name in English. -# translator_2_nameNative = Translator 2. Your name in the native language. -# translator_2_contact = Translator 2. Contact information, email or web site address. +translator_2_nameEnglish = Vincenzo Reale +translator_2_nameNative = Vincenzo Reale +translator_2_contact = smart2128@baslug.org # translator_3_nameEnglish = Translator 3. Your name in English. # translator_3_nameNative = Translator 3. Your name in the native language. diff --git a/translatorsinfo/translators_ru.info b/translatorsinfo/translators_ru.info index acc4c34..e1b5f4c 100644 --- a/translatorsinfo/translators_ru.info +++ b/translatorsinfo/translators_ru.info @@ -13,9 +13,9 @@ translator_3_nameEnglish = Translator 3. Ilya Shestopalov translator_3_nameNative = Translator 3. Илья Шестопалов translator_3_contact = Translator 3. yast4ik@yahoo.com -# translator_4_nameEnglish = Translator 4. Your name in English. -# translator_4_nameNative = Translator 4. Your name in the native language. -# translator_4_contact = Translator 4. Contact information, email or web site address. +translator_4_nameEnglish = Igor Zakharov +translator_4_nameNative = Игорь Захаров +translator_4_contact = f2404@yandex.ru # translator_5_nameEnglish = Translator 5. Your name in English. # translator_5_nameNative = Translator 5. Your name in the native language.