diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd73316 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +moc_*.cxx +qrc_*.cxx +cmake_install.cmake +cmake_uninstall.cmake +Makefile +CMakeFiles +CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake +lib*.so +lib*.so.* +ui_*.h +*.qm +lxqt-appswitcher/lxqt-appswitcher +lxqt-desktop/lxqt-desktop +lxqt-panel/panel/lxqt-panel +*~ +*.autosave +*-swp +CMakeLists.txt.user* +/build +nbproject/ diff --git a/COPYING b/COPYING index a8dd823..20fb9c7 100644 --- a/COPYING +++ b/COPYING @@ -1,9 +1,8 @@ - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -23,8 +22,7 @@ specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. +strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that @@ -89,9 +87,9 @@ libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes a de-facto standard. To achieve this, non-free programs must -be allowed to use the library. A more frequent case is that a free +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. @@ -138,8 +136,8 @@ included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation and installation of the library. +interface definition files, plus the scripts used to control compilation +and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of @@ -305,10 +303,10 @@ of these things: the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. - c) Accompany the work with a written offer, valid for at least - three years, to give the same user the materials specified in - Subsection 6a, above, for a charge no more than the cost of - performing this distribution. + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above @@ -386,10 +384,9 @@ all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any @@ -407,11 +404,11 @@ be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. diff --git a/aboutdialog/lxqtaboutdialog.cpp b/aboutdialog/lxqtaboutdialog.cpp index 0a86e39..3fe1f16 100644 --- a/aboutdialog/lxqtaboutdialog.cpp +++ b/aboutdialog/lxqtaboutdialog.cpp @@ -128,7 +128,6 @@ QString AboutDialogPrivate::thanksText() const "
  • Alexander Zakher (the Razor-qt name)
  • " "
  • Andy Fitzsimon (logo/icon)
  • " "
  • Eugene Pivnev (QtDesktop)
  • " - "
  • Paul Gnther (desktop backgrounds)
  • " "
  • Manuel Meier (for ideas)
  • " "
  • KDE <http://kde.org/>
  • " ).arg(tr("Special thanks to:", "About dialog, 'Thanks' tab text")); diff --git a/aboutdialog/technicalinfo.cpp b/aboutdialog/technicalinfo.cpp index 3e6e0b5..c775440 100644 --- a/aboutdialog/technicalinfo.cpp +++ b/aboutdialog/technicalinfo.cpp @@ -31,7 +31,7 @@ #include -using namespace LxQt; +using namespace LXQt; class TechInfoTable { diff --git a/debian/changelog b/debian/changelog index e19b29d..17df647 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxqt-about (0.10.0-2) unstable; urgency=medium + + * Merge from experimental. + * New upstream release. + * Set a minimum version of liblxqt. + + -- ChangZhuo Chen (陳昌倬) Sun, 15 Nov 2015 21:48:42 +0800 + lxqt-about (0.9.0+20150806-2) unstable; urgency=medium * cleanup control diff --git a/debian/control b/debian/control index ac2e8be..656e1df 100644 --- a/debian/control +++ b/debian/control @@ -8,16 +8,16 @@ Priority: optional Build-Depends: debhelper (>= 9), cmake (>= 3.0.2), libkf5windowsystem-dev, - liblxqt0-dev, + liblxqt0-dev (>= 0.10.0), libqt5x11extras5-dev, - libqt5xdg-dev, + libqt5xdg-dev (>= 1.3.0), libx11-dev, pkg-config, qttools5-dev, qttools5-dev-tools Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git/?h=debian/sid +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-about.git -b debian/sid Homepage: https://github.com/lxde/lxqt-about Package: lxqt-about diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7a9f00a --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream/latest +pristine-tar = True + +[import-orig] +# Use git cherrypick -n upstream instead. +merge = False diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..05cd1df --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,63 @@ +-----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 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch index 5424070..817dfe4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -https://github.com/lxde/lxqt-about/releases .*/([\d\.]+).tar.gz +opts="pgpsigurlmangle=s/$/.asc/" \ + https://github.com/lxde/lxqt-about/releases .*/([\d\.]+).tar.gz diff --git a/main.cpp b/main.cpp index b11142d..d42c1a8 100644 --- a/main.cpp +++ b/main.cpp @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) { - LxQt::Application app(argc, argv); + LXQt::Application app(argc, argv); AboutDialog dlg; return app.exec(); } diff --git a/resources/lxqt-about.desktop.in b/resources/lxqt-about.desktop.in index 4c111cc..6c520eb 100644 --- a/resources/lxqt-about.desktop.in +++ b/resources/lxqt-about.desktop.in @@ -5,7 +5,7 @@ GenericName=About LXQt Comment=Learn more about LXQt Exec=lxqt-about Icon=help-about -Categories=Help;LXQt -OnlyShowIn=LXQt;LXDE; +Categories=System;Documentation; +OnlyShowIn=LXQt; #TRANSLATIONS_DIR=translations diff --git a/translations/lxqt-about_cs.ts b/translations/lxqt-about_cs.ts index 4902978..92d7aaf 100644 --- a/translations/lxqt-about_cs.ts +++ b/translations/lxqt-about_cs.ts @@ -71,8 +71,8 @@ Ne - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>Nástroje LxQt Desktop - Technické informace</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>Nástroje LXQt Desktop - Technické informace</b> Version diff --git a/translations/lxqt-about_cs_CZ.ts b/translations/lxqt-about_cs_CZ.ts index 160053a..89a0099 100644 --- a/translations/lxqt-about_cs_CZ.ts +++ b/translations/lxqt-about_cs_CZ.ts @@ -71,8 +71,8 @@ Ne - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>Nástroje LxQt Desktop - Technické informace</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>Nástroje LXQt Desktop - Technické informace</b> Version diff --git a/translations/lxqt-about_da_DK.ts b/translations/lxqt-about_da_DK.ts index 06df2b1..0a797b4 100644 --- a/translations/lxqt-about_da_DK.ts +++ b/translations/lxqt-about_da_DK.ts @@ -71,8 +71,8 @@ Nej - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt Desktop Værktøjskasse - Teknisk Information</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Værktøjskasse - Teknisk Information</b> Version diff --git a/translations/lxqt-about_de.desktop b/translations/lxqt-about_de.desktop index 0bc0881..ca4dcb3 100644 --- a/translations/lxqt-about_de.desktop +++ b/translations/lxqt-about_de.desktop @@ -1,4 +1,4 @@ # Translations -Name[de]=Über LxQt -GenericName[de]=Über LxQt -Comment[de]=Mehr über LxQt erfahren +Name[de]=Über LXQt +GenericName[de]=Über LXQt +Comment[de]=Mehr über LXQt erfahren diff --git a/translations/lxqt-about_de.ts b/translations/lxqt-about_de.ts index d3d9888..dde31aa 100644 --- a/translations/lxqt-about_de.ts +++ b/translations/lxqt-about_de.ts @@ -68,7 +68,7 @@ About LXQt - Über LxQt + Über LXQt diff --git a/translations/lxqt-about_el.desktop b/translations/lxqt-about_el.desktop new file mode 100644 index 0000000..45d0988 --- /dev/null +++ b/translations/lxqt-about_el.desktop @@ -0,0 +1,3 @@ +Name[el]=Σχετικά με το LXQt +GenericName[el]=Σχετικά με το LXQt +Comment[el]=Μάθετε περισσότερα σχετικά με το LXQt diff --git a/translations/lxqt-about_el.ts b/translations/lxqt-about_el.ts new file mode 100644 index 0000000..629f6d7 --- /dev/null +++ b/translations/lxqt-about_el.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 + Το 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_es.ts b/translations/lxqt-about_es.ts index 1362f6e..b93fabe 100644 --- a/translations/lxqt-about_es.ts +++ b/translations/lxqt-about_es.ts @@ -71,7 +71,7 @@ No - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Caja de herramientas del Escritorio LXQt - Información técnica</b> diff --git a/translations/lxqt-about_es_VE.ts b/translations/lxqt-about_es_VE.ts index 6a42ac6..7c04e6e 100644 --- a/translations/lxqt-about_es_VE.ts +++ b/translations/lxqt-about_es_VE.ts @@ -71,7 +71,7 @@ No - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Utilidad de Escritorio LXQt - Informacion</b> diff --git a/translations/lxqt-about_eu.ts b/translations/lxqt-about_eu.ts index c254d0a..cdf964c 100644 --- a/translations/lxqt-about_eu.ts +++ b/translations/lxqt-about_eu.ts @@ -71,8 +71,8 @@ Ez - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt mahaigainaren tresna-jokoa - Informazio teknikoa</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt mahaigainaren tresna-jokoa - Informazio teknikoa</b> Version diff --git a/translations/lxqt-about_hu.desktop b/translations/lxqt-about_hu.desktop index 9c23f67..e0ca3ae 100644 --- a/translations/lxqt-about_hu.desktop +++ b/translations/lxqt-about_hu.desktop @@ -1,4 +1,4 @@ # Translations -Name[hu]=Az LxQt -GenericName[hu]=Az LxQt -ról -Comment[hu]=Bővebben az LxQt asztalról +Name[hu]=Az LXQt +GenericName[hu]=Az LXQt -ról +Comment[hu]=Bővebben az LXQt asztalról diff --git a/translations/lxqt-about_it_IT.ts b/translations/lxqt-about_it_IT.ts index 857fe67..b18cee6 100644 --- a/translations/lxqt-about_it_IT.ts +++ b/translations/lxqt-about_it_IT.ts @@ -71,7 +71,7 @@ No - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Strumenti desktop di LXQt - informazioni tecniche</b> diff --git a/translations/lxqt-about_pl_PL.ts b/translations/lxqt-about_pl_PL.ts index 04bcd83..ca7c647 100644 --- a/translations/lxqt-about_pl_PL.ts +++ b/translations/lxqt-about_pl_PL.ts @@ -71,8 +71,8 @@ Nie - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>Skrzynka narzędziowa pulpitu LxQt - Informacje techniczne</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>Skrzynka narzędziowa pulpitu LXQt - Informacje techniczne</b> Version diff --git a/translations/lxqt-about_pt.desktop b/translations/lxqt-about_pt.desktop index 1c82b73..0f2d102 100644 --- a/translations/lxqt-about_pt.desktop +++ b/translations/lxqt-about_pt.desktop @@ -1,4 +1,4 @@ # Translations -Name[pt]=Sobre o LxQt -GenericName[pt]=Sobre o LxQt -Comment[pt]=Saber mais sobre o LxQt +Name[pt]=Sobre o LXQt +GenericName[pt]=Sobre o LXQt +Comment[pt]=Saber mais sobre o LXQt diff --git a/translations/lxqt-about_pt.ts b/translations/lxqt-about_pt.ts index 7970450..8ef71d4 100644 --- a/translations/lxqt-about_pt.ts +++ b/translations/lxqt-about_pt.ts @@ -42,7 +42,7 @@ 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>. + O LXQt é desenvolvido pelos <a %1>colaboradores da equipa LXQt</a>. @@ -60,7 +60,7 @@ 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. + O LXQt está traduzido em diversos idiomas graças ao trabalho desenvolvido pelas equipas de tradução de todo o mundo. Yes @@ -71,7 +71,7 @@ Não - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Ambiente de trabalho LXQt - Informações técnicas</b> diff --git a/translations/lxqt-about_pt_BR.ts b/translations/lxqt-about_pt_BR.ts index a75732b..ba2485b 100644 --- a/translations/lxqt-about_pt_BR.ts +++ b/translations/lxqt-about_pt_BR.ts @@ -71,7 +71,7 @@ Não - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Caixa De Ferramentas Do Desktop LXQt - Informações Técnicas</b> diff --git a/translations/lxqt-about_th_TH.ts b/translations/lxqt-about_th_TH.ts index 7a2ae4f..91e915d 100644 --- a/translations/lxqt-about_th_TH.ts +++ b/translations/lxqt-about_th_TH.ts @@ -71,7 +71,7 @@ ไม่ - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>กล่องเครื่องมือเดกส์ท็อป LXQt - ข้อมูลทางเทคนิค</b> diff --git a/translations/lxqt-about_tr.ts b/translations/lxqt-about_tr.ts index 54b6dd4..5a6f142 100644 --- a/translations/lxqt-about_tr.ts +++ b/translations/lxqt-about_tr.ts @@ -71,8 +71,8 @@ Hayır - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt Masaüstü araç kutusu - Teknik bilgi</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt Masaüstü araç kutusu - Teknik bilgi</b> Version @@ -137,7 +137,7 @@ About LXQt - LxQt Hakkında + LXQt Hakkında diff --git a/translations/lxqt-about_uk.ts b/translations/lxqt-about_uk.ts index 25140e0..2042399 100644 --- a/translations/lxqt-about_uk.ts +++ b/translations/lxqt-about_uk.ts @@ -71,7 +71,7 @@ Ні - <b>LxQt Desktop Toolbox - Technical Info</b> + <b>LXQt Desktop Toolbox - Technical Info</b> <b>Інструменти стільниці LXQt - Технічна інформація</b> @@ -137,7 +137,7 @@ About LXQt - Про LxQt + Про LXQt diff --git a/translations/lxqt-about_zh_CN.ts b/translations/lxqt-about_zh_CN.ts index e998967..0c2e2b2 100644 --- a/translations/lxqt-about_zh_CN.ts +++ b/translations/lxqt-about_zh_CN.ts @@ -71,8 +71,8 @@ - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt 桌面工具箱 - 技术信息</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt 桌面工具箱 - 技术信息</b> Version diff --git a/translations/lxqt-about_zh_TW.ts b/translations/lxqt-about_zh_TW.ts index c2a8920..212632f 100644 --- a/translations/lxqt-about_zh_TW.ts +++ b/translations/lxqt-about_zh_TW.ts @@ -71,8 +71,8 @@ - <b>LxQt Desktop Toolbox - Technical Info</b> - <b>LxQt桌面工具箱-技術資訊</b> + <b>LXQt Desktop Toolbox - Technical Info</b> + <b>LXQt桌面工具箱-技術資訊</b> Version @@ -137,7 +137,7 @@ About LXQt - 關於LxQt + 關於LXQt diff --git a/translatorsinfo/translators_el.info b/translatorsinfo/translators_el.info new file mode 100644 index 0000000..bff6df9 --- /dev/null +++ b/translatorsinfo/translators_el.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 = Dimitrios Glentadakis +translator_3_nameNative = Δημήτριος Γλενταδάκης +translator_3_contact = dglent@free.fr + +# 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/translatorsinfo.cpp b/translatorsinfo/translatorsinfo.cpp index 47bc217..4bc33c3 100644 --- a/translatorsinfo/translatorsinfo.cpp +++ b/translatorsinfo/translatorsinfo.cpp @@ -32,7 +32,7 @@ #include #include -//using namespace LxQt; +//using namespace LXQt; void fillLangguages(QMap *languages) { diff --git a/translatorsinfo/translatorsinfo.h b/translatorsinfo/translatorsinfo.h index 4b6132f..241171e 100644 --- a/translatorsinfo/translatorsinfo.h +++ b/translatorsinfo/translatorsinfo.h @@ -32,7 +32,7 @@ #include #if 0 -namespace LxQt +namespace LXQt { #endif @@ -72,5 +72,5 @@ private: void process(const QString &lang, const QString &englishName, const QString &nativeName, const QString &contact); }; -//} //namecpace LxQt +//} //namecpace LXQt #endif // TRANSLATORSINFO_H