From 06370c21dca541d15484c0da5eb8434a654537d5 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 18 Oct 2016 01:24:03 +0200 Subject: [PATCH] Cherry-picking upstream release: 0.11.0 * Sync debian foo with experimental * Bump compat to 10 * Removed --parallel from rules, standard compat 10 * Bump minimum version debhelper (>= 10) * Bump minimum version liblxqt0-dev (>= 0.11.0) * Bump minimum version libqt5xdg-dev (>= 2.0.0) * Added build dependency libqt5xdgiconloader-dev (>= 2.0.0) * Added build dependency libqt5svg5-dev * Added recommends lxqt-about-l10n * Exported LC_ALL=C.UTF-8 - define language settings for reproducible builds * Dropped patches, applied upstream * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Added README.md to docs --- .gitignore | 23 +-- AUTHORS | 4 +- CHANGELOG | 103 +++++++++++ CMakeLists.txt | 8 + README.md | 20 +++ aboutdialog/lxqtaboutdialog.cpp | 2 +- debian/changelog | 21 +++ debian/compat | 2 +- debian/control | 11 +- debian/copyright | 2 +- debian/docs | 1 + debian/patches/fix-translations.patch | 234 ------------------------- debian/patches/series | 1 - debian/rules | 9 +- debian/upstream/signing-key.asc | 107 +++++------ debian/watch | 4 +- translations/lxqt-about.ts | 109 ------------ translations/lxqt-about_ar.desktop | 4 + translations/lxqt-about_ar.ts | 117 ------------- translations/lxqt-about_ca.desktop | 4 + 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.desktop | 4 + 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_ar.info | 42 +++++ translatorsinfo/translators_ca.info | 42 +++++ translatorsinfo/translators_it_IT.info | 6 +- translatorsinfo/translators_ru.info | 6 +- 61 files changed, 327 insertions(+), 5551 deletions(-) create mode 100644 CHANGELOG create mode 100644 README.md delete mode 100644 debian/patches/fix-translations.patch delete mode 100644 debian/patches/series delete mode 100644 translations/lxqt-about.ts create mode 100644 translations/lxqt-about_ar.desktop delete mode 100644 translations/lxqt-about_ar.ts create mode 100644 translations/lxqt-about_ca.desktop 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 create mode 100644 translations/lxqt-about_nl.desktop 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 create mode 100644 translatorsinfo/translators_ar.info create mode 100644 translatorsinfo/translators_ca.info diff --git a/.gitignore b/.gitignore index dd73316..a6e99fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,3 @@ -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/ +build +translations/lxqt-sudo 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/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..8400efb --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,103 @@ + +lxqt-about-0.11.0 / 2016-09-24 +============================== + + * Extend README.md + * translation: Fix language in _nl.desktop + * Create lxqt-about_nl.desktop + * Add translators_ca.info + * Add Catalan translation + * Add Arabic Translation for Desktop File and SafaAlFulaij As a Translator (#30) + * .gitignore: Cleanup + * build: Use external translations + * ts-files removal (#28) + * Bump AUTHORS year Fix license, lxqt-about is LGPL only + * Italian translation update + * Russian translation update + * Updated german translation. + * French translation: + * Minor update of README.md + * Delete country specific files + * Add copyright symbol © to ‘About’ tab + * Add simple README.md file + +0.10.0 / 2015-10-31 +=================== + + * Remove unknown contributor + * Fix license file + * Desktop file fixed + * Add Greek (el) translation Remove country variant from language code Update translator info in translators_el.info + * Rename LxQt to LXQt everywhere + * Handles CMake policy CMP0063 + * Use the LXQtCompilerSettings CMake module + * Removes Transifex artifacts + * CMake: Adds Runtime and Devel install COMPONENTs + * Uses GNUInstallDirs + * Removes unused stuff + * Uses CMAKE_AUTORCC, drops qt5_add_resources() + * Removes unneeded libraries from arget_link_libraries() + * Use CMAKE_AUTOUIC, drop qt5_wrap_ui() + * Removes unneeded include_directories() + * Removed obsolete contexts from liblxqt. + * Updates the build system to the Targets infrastructure + * Removes .tx transaction dir artifact + * Don't use AUTOUIC + * Updates translations + * Translations: Removes LxQt namespace + * Adds .ts translation build infrastructure + * Updates namespaces and includes stuff + * CMakeLists: Handles new stuff + * Adds liblxqt aboutdialog and translatorsinfo files + * Hungarian translation + * Added german translation of .desktop file. + +0.9.0 / 2015-01-11 +================== + + * Add Japanese desktop file + * Added Portuguese desktop file + * - Unify naming for a unique lxqt. No more prefixes + * Use lxqt_translate_desktop() from LXQtTranslateDesktop.cmake + * CMakeLists.txt maintenance + * Update translations and add french desktop file + * Clean up CMakeLists.txt and drop Qt 4 support + +0.8.0 / 2014-06-01 +================== + + * Use preferred header style + * Use lxqt-qt5 for Qt5 build. + * Use new header file names. + * Port to liblxqt5 and qt5 + +0.7.0 / 2014-05-07 +================== + + * Update COPYING + * translation template removed icon translation removed + +0.6.99 / 2014-04-29 +=================== + + * Update AUTHORS + * Update the .desktop file + * Add CPack rules for creating tarball + * try to fix #45 About dialog shows twice in configuration center + * Removed CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR usage from CMakeLists.txt + * Finish the crazy razor=>lxqt renaming tasks. + * Buildable with liblxqt + * Make author and copyright info more precise. + * Use liblxqt find_package files + * Add COPYING and AUTHORS + * X-RAZOR changed to Razor in desktop files + * Fix various build falures + * Translations updated + * Fix components missing translations + * Translations + * Update translations + * Q is lowercase + * Deleted old translation methods. + * New translations for razorqt-about + * razor-about: Update name/description and category + * extended "razor-about" implementation. Resolves #253 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..d508ea5 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# lxqt-about + +## Overview + +`lxqt-about` is a dialogue window providing information about LXQt and the system it's running on. + +## Installation + +### Sources + +The only runtime dependency is [liblxqt](https://github.com/lxde/liblxqt). +CMake is needed to build as well as optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. + +Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`. + +To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual. + +### Binary packages + +The library is provided by all major Linux distributions like Arch Linux, Debian, Fedora and openSUSE. Just use your package manager to search for string `lxqt-about`. 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/debian/changelog b/debian/changelog index 3217cb3..9425c3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +lxqt-about (0.11.0-2) unstable; urgency=medium + + * Cherry-picking upstream release: 0.11.0 + * Sync debian foo with experimental + * Bump compat to 10 + * Removed --parallel from rules, standard compat 10 + * Bump minimum version debhelper (>= 10) + * Bump minimum version liblxqt0-dev (>= 0.11.0) + * Bump minimum version libqt5xdg-dev (>= 2.0.0) + * Added build dependency libqt5xdgiconloader-dev (>= 2.0.0) + * Added build dependency libqt5svg5-dev + * Added recommends lxqt-about-l10n + * Exported LC_ALL=C.UTF-8 - define language settings for reproducible + builds + * Dropped patches, applied upstream + * Added translation control to rules + * Set CMAKE_BUILD_TYPE=RelWithDebInfo + * Added README.md to docs + + -- Alf Gaida Tue, 18 Oct 2016 01:23:53 +0200 + lxqt-about (0.10.0-4) unstable; urgency=medium * Bump Standards to 3.9.8, no changes needed diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 44210b1..3559c4f 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,20 @@ Uploaders: Alf Gaida , Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), cmake (>= 3.0.2), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.10.0), + liblxqt0-dev (>= 0.11.0), + libqt5svg5-dev, libqt5x11extras5-dev, - libqt5xdg-dev (>= 1.3.0), + libqt5xdg-dev (>= 2.0.0), + libqt5xdgiconloader-dev (>= 2.0.0), libx11-dev, pkg-config, qttools5-dev, qttools5-dev-tools Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git/?h=debian/sid +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git/?h=debian/sid Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git -b debian/sid Homepage: https://github.com/lxde/lxqt-about @@ -24,6 +26,7 @@ Package: lxqt-about Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: lxqt-about-l10n Description: About screen for LXQt The about screen for LXQt . diff --git a/debian/copyright b/debian/copyright index fa5bd43..e2cac65 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: lxqt-about Source: https://github.com/lxde/lxqt-about Files: * -Copyright: 2012-2015 LXQt team +Copyright: 2012-2016 LXQt team 2010-2012 Razor team 2010-2014 Petr Vanek License: LGPL-2.1+ diff --git a/debian/docs b/debian/docs index 62deb04..0b6e0f3 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ AUTHORS +README.md diff --git a/debian/patches/fix-translations.patch b/debian/patches/fix-translations.patch deleted file mode 100644 index ea40afb..0000000 --- a/debian/patches/fix-translations.patch +++ /dev/null @@ -1,234 +0,0 @@ -Description: fix translations - fix translations - normally upstream does this before creating a - tar ball -Author: ChangZhuo Chen (陳昌倬) - ---- -Last-Update: 2015-12-26 - ---- /dev/null -+++ lxqt-about-0.10.0/translations/lxqt-about_el_GR.ts -@@ -0,0 +1,178 @@ -+ -+ -+ -+ -+ 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 -+ -+ -+ -+ ---- /dev/null -+++ lxqt-about-0.10.0/translatorsinfo/translators_el_GR.info -@@ -0,0 +1,42 @@ -+# _help = Don't translate this text, it is only help. I want to thank you in the "About" dialog. So, please fill the following information about yourself. The number does not matter, all the names will be displayed in alphabetical order. -+ -+ -+translator_1_nameEnglish = Efstathios Iosifidis -+translator_1_nameNative = Ευστάθιος Ιωσηφίδης -+translator_1_contact = iosifidis@opensuse.org -+ -+translator_2_nameEnglish = Antonis Geralis -+translator_2_nameNative = Αντώνης Γέραλης -+translator_2_contact = capoiosct@gmail.com -+ -+# translator_3_nameEnglish = Translator 3. Your name in English. -+# translator_3_nameNative = Translator 3. Your name in the native language. -+# translator_3_contact = Translator 3. Contact information, email or web site address. -+ -+# 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_5_nameEnglish = Translator 5. Your name in English. -+# translator_5_nameNative = Translator 5. Your name in the native language. -+# translator_5_contact = Translator 5. Contact information, email or web site address. -+ -+# translator_6_nameEnglish = Translator 6. Your name in English. -+# translator_6_nameNative = Translator 6. Your name in the native language. -+# translator_6_contact = Translator 6. Contact information, email or web site address. -+ -+# translator_7_nameEnglish = Translator 7. Your name in English. -+# translator_7_nameNative = Translator 7. Your name in the native language. -+# translator_7_contact = Translator 7. Contact information, email or web site address. -+ -+# translator_8_nameEnglish = Translator 8. Your name in English. -+# translator_8_nameNative = Translator 8. Your name in the native language. -+# translator_8_contact = Translator 8. Contact information, email or web site address. -+ -+# translator_9_nameEnglish = Translator 9. Your name in English. -+# translator_9_nameNative = Translator 9. Your name in the native language. -+# translator_9_contact = Translator 9. Contact information, email or web site address. -+ -+# translator_10_nameEnglish = Translator 10. Your name in English. -+# translator_10_nameNative = Translator 10. Your name in the native language. -+# translator_10_contact = Translator 10. Contact information, email or web site address. diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index d07a603..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-translations.patch diff --git a/debian/rules b/debian/rules index 19c73da..9dbedc2 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh ${@} --buildsystem cmake \ - --parallel + dh ${@} --buildsystem cmake + +override_dh_auto_configure: + dh_auto_configure -- \ + -DPULL_TRANSLATIONS=OFF\ + -DUPDATE_TRANSLATIONS=OFF\ + -DCMAKE_BUILD_TYPE=RelWithDebInfo diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc index 05cd1df..4936633 100644 --- a/debian/upstream/signing-key.asc +++ b/debian/upstream/signing-key.asc @@ -1,63 +1,50 @@ -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) -mQINBFJevCYBEACx+Hvy+Vsuf+V5jeLUnzjAmHoy8DfTeGWr3ts30IapLHrfi0+U -WpzNnISO77yTr4VNboVZH+GHM/rnPfieODfB4ZW6CZLlInMSKUXcgQsEqXpyBZhA -Ib/SPy2bOfHly1uRJes0uRDsH5+v/hD74sByfnjQlrvI68O6wvGZmDFMNNPVO8+/ -OWBSBNkBuVrrZOMSPsLwQGJ4UtUQ4whburaPJG4VZJc5DLbzJGbEuACc0IAEYJS3 -7AfXVXn4j4Gc9F3o1xTUnbOBnwGPquWwUIm3FM7Ec2OdkvMt3EwvnkMAfeVrq3iE -FDD/KZTxdL0BZH3QD8gB7Jm4v4f3Nkobg6JCvCbcH3wBdZW4mASbwWzfRaDC2zHb -ErTglD7PpShLKZZ0pr9okWZEGw4Ku3q8ALi1JXK/ePTmsBlvkVskOJ3Nnd0avgH4 -+Q/vZoKfH8EhNY745rI+8CE9iv6V9XiSUt4CKEWAENt4A8hq6U2vV+jZv3B6AgD7 -ZjiI59yD4YuYubu8rCnNizTgh1voVw3ietknn/x2H5yH8fByWZ5uL87C0ky/uma6 -ZGbiiAtM4kdkyDMrfRV5nlEG9EKAGPVu5mjeSCrfkETwZ9OFPz1AuDye4ZEXrrcC -iRQ7RX6/GtW18aHER0kzGnfwx5KJzkDrRBY8A2PdXLBcrsN4WpK9EX01PQARAQAB -tCNKZXJvbWUgTGVjbGFuY2hlIDxqZXJvbWVAbGVjbGFuLmNoPokCPwQTAQIAKQUC -Ul68JgIbAwUJAeEzgAcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEDfgrx/a -SPNzSHIP/1ewXcC0TFBcvDD7MrIP7anyNfiWfW7cxkR8GSamkg6HTa6Ndyr1FFjJ -OoDFUP37jWhu59CsHxs2D0zRWJktezfvElscRgqbHcdpIznqsGdI8hXCZafhBGVb -sdAB2LRawcXGxnXt7XajPcSVwLWRE62caBqohznU2iWvI780WNjEbZoA0LhZwaFF -UUPJm8ea9v0IkZVKUyg9WONZ1U7FEG9SaEiSpI8kJdx1fvCwZVDV/NRO5GqnJaho -P1LCne4YdwS6pt1/fRgk32IHxxZfHlLzLHxb6v1JmIg72x28qCmGyK9oFBDbbnYu -6Aq8XbHogOrD5vJM2Pfm2IhV0+JHOjfQbddv8tsAH1M+LI+tToXmg5st1AU3wnTn -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 -=fF8P +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 +=h7ww -----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch index 817dfe4..9333d16 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts="pgpsigurlmangle=s/$/.asc/" \ - https://github.com/lxde/lxqt-about/releases .*/([\d\.]+).tar.gz + https://github.com/lxde/lxqt-about/releases .*/lxqt-about-([\d\.]+).tar.xz 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.desktop b/translations/lxqt-about_ar.desktop new file mode 100644 index 0000000..fe23edf --- /dev/null +++ b/translations/lxqt-about_ar.desktop @@ -0,0 +1,4 @@ +# Translations +Name[ar]=عن لكسكيوت +GenericName[ar]=عن لكسكيوت +Comment[ar]=اطّلع على المزيد حول لكسكيوت 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_ca.desktop b/translations/lxqt-about_ca.desktop new file mode 100644 index 0000000..33fb2f9 --- /dev/null +++ b/translations/lxqt-about_ca.desktop @@ -0,0 +1,4 @@ +# Translations +Name[ca]=Quant a LXQt +GenericName[ca]=Quant a LXQt +Comment[ca]=Conegueu més coses quant a LXQt 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.desktop b/translations/lxqt-about_nl.desktop new file mode 100644 index 0000000..b659e3c --- /dev/null +++ b/translations/lxqt-about_nl.desktop @@ -0,0 +1,4 @@ +# Translations +Name[nl]=Over LXQt +GenericName[nl]=Over LXQt +Comment[nl]=Meer over LXQt te weten komen 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_ar.info b/translatorsinfo/translators_ar.info new file mode 100644 index 0000000..f41fc7f --- /dev/null +++ b/translatorsinfo/translators_ar.info @@ -0,0 +1,42 @@ +# _help = Don't translate this text, it is only help. I want to thank you in the "About" dialog. So, please fill the following information about yourself. The number does not matter, all the names will be displayed in alphabetical order. + + +translator_1_nameEnglish = Safa AlFulaij +translator_1_nameNative = صفا الفليج +# translator_1_contact = Translator 1. Contact information, email or web site address. + +# 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_3_nameEnglish = Translator 3. Your name in English. +# translator_3_nameNative = Translator 3. Your name in the native language. +# translator_3_contact = Translator 3. Contact information, email or web site address. + +# 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_5_nameEnglish = Translator 5. Your name in English. +# translator_5_nameNative = Translator 5. Your name in the native language. +# translator_5_contact = Translator 5. Contact information, email or web site address. + +# translator_6_nameEnglish = Translator 6. Your name in English. +# translator_6_nameNative = Translator 6. Your name in the native language. +# translator_6_contact = Translator 6. Contact information, email or web site address. + +# translator_7_nameEnglish = Translator 7. Your name in English. +# translator_7_nameNative = Translator 7. Your name in the native language. +# translator_7_contact = Translator 7. Contact information, email or web site address. + +# translator_8_nameEnglish = Translator 8. Your name in English. +# translator_8_nameNative = Translator 8. Your name in the native language. +# translator_8_contact = Translator 8. Contact information, email or web site address. + +# translator_9_nameEnglish = Translator 9. Your name in English. +# translator_9_nameNative = Translator 9. Your name in the native language. +# translator_9_contact = Translator 9. Contact information, email or web site address. + +# translator_10_nameEnglish = Translator 10. Your name in English. +# translator_10_nameNative = Translator 10. Your name in the native language. +# translator_10_contact = Translator 10. Contact information, email or web site address. diff --git a/translatorsinfo/translators_ca.info b/translatorsinfo/translators_ca.info new file mode 100644 index 0000000..2ecd53b --- /dev/null +++ b/translatorsinfo/translators_ca.info @@ -0,0 +1,42 @@ +# _help = Don't translate this text, it is only help. I want to thank you in the "About" dialog. So, please fill the following information about yourself. The number does not matter, all the names will be displayed in alphabetical order. + + +translator_1_nameEnglish = Robert Antoni Buj Gelonch +#translator_1_nameNative = Translator 1. Your name in the native language. +translator_1_contact = rbuj@fedoraproject.org + +# 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_3_nameEnglish = Translator 3. Your name in English. +# translator_3_nameNative = Translator 3. Your name in the native language. +# translator_3_contact = Translator 3. Contact information, email or web site address. + +# 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_5_nameEnglish = Translator 5. Your name in English. +# translator_5_nameNative = Translator 5. Your name in the native language. +# translator_5_contact = Translator 5. Contact information, email or web site address. + +# translator_6_nameEnglish = Translator 6. Your name in English. +# translator_6_nameNative = Translator 6. Your name in the native language. +# translator_6_contact = Translator 6. Contact information, email or web site address. + +# translator_7_nameEnglish = Translator 7. Your name in English. +# translator_7_nameNative = Translator 7. Your name in the native language. +# translator_7_contact = Translator 7. Contact information, email or web site address. + +# translator_8_nameEnglish = Translator 8. Your name in English. +# translator_8_nameNative = Translator 8. Your name in the native language. +# translator_8_contact = Translator 8. Contact information, email or web site address. + +# translator_9_nameEnglish = Translator 9. Your name in English. +# translator_9_nameNative = Translator 9. Your name in the native language. +# translator_9_contact = Translator 9. Contact information, email or web site address. + +# translator_10_nameEnglish = Translator 10. Your name in English. +# translator_10_nameNative = Translator 10. Your name in the native language. +# translator_10_contact = Translator 10. Contact information, email or web site address. 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.