diff --git a/data/data.qrc b/data/data.qrc index 8a14934..3fedb85 100644 --- a/data/data.qrc +++ b/data/data.qrc @@ -2,15 +2,33 @@ ../icons/hicolor/64x64/apps/com.github.elth0r0.iqpuzzle.png collision_texture.png - fallback-icons/application-exit.png - fallback-icons/document-new.png - fallback-icons/document-open.png - fallback-icons/document-save.png - fallback-icons/help-about.png - fallback-icons/media-playback-pause.png - fallback-icons/preferences-system.png - fallback-icons/view-refresh.png - fallback-icons/zoom-in.png - fallback-icons/zoom-out.png + fallback-icons/dark/png/application-exit.png + fallback-icons/dark/png/configure.png + fallback-icons/dark/png/document-new.png + fallback-icons/dark/png/document-open.png + fallback-icons/dark/png/document-save.png + fallback-icons/dark/png/games-highscores.png + fallback-icons/dark/png/help-about.png + fallback-icons/dark/png/media-playback-pause.png + fallback-icons/dark/png/media-playlist-shuffle.png + fallback-icons/dark/png/tools-report-bug.png + fallback-icons/dark/png/view-refresh.png + fallback-icons/dark/png/view-statistics.png + fallback-icons/dark/png/zoom-in.png + fallback-icons/dark/png/zoom-out.png + fallback-icons/light/png/application-exit.png + fallback-icons/light/png/configure.png + fallback-icons/light/png/document-new.png + fallback-icons/light/png/document-open.png + fallback-icons/light/png/document-save.png + fallback-icons/light/png/games-highscores.png + fallback-icons/light/png/help-about.png + fallback-icons/light/png/media-playback-pause.png + fallback-icons/light/png/media-playlist-shuffle.png + fallback-icons/light/png/tools-report-bug.png + fallback-icons/light/png/view-refresh.png + fallback-icons/light/png/view-statistics.png + fallback-icons/light/png/zoom-in.png + fallback-icons/light/png/zoom-out.png diff --git a/data/fallback-icons/COPYING-ICONS b/data/fallback-icons/COPYING-ICONS new file mode 100644 index 0000000..63886ab --- /dev/null +++ b/data/fallback-icons/COPYING-ICONS @@ -0,0 +1,209 @@ +The Breeze Icon Theme in dark/ and light/ + + Copyright (C) 2014 Uri Herrera and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/data/fallback-icons/CREDITS b/data/fallback-icons/CREDITS deleted file mode 100644 index 325768b..0000000 --- a/data/fallback-icons/CREDITS +++ /dev/null @@ -1,2 +0,0 @@ - - iQPuzzle uses icons from Tango Desktop Project: http://tango.freedesktop.org diff --git a/data/fallback-icons/application-exit.png b/data/fallback-icons/application-exit.png deleted file mode 100644 index 0010931..0000000 Binary files a/data/fallback-icons/application-exit.png and /dev/null differ diff --git a/data/fallback-icons/dark/index.theme b/data/fallback-icons/dark/index.theme new file mode 100644 index 0000000..b3e9a7d --- /dev/null +++ b/data/fallback-icons/dark/index.theme @@ -0,0 +1,13 @@ +[Icon Theme] +Name=dark +Comment=dark theme icons +PanelDefault=22 +PanelSizes=22 +Directories=png + +[png] +Size=22 +Context=Applications +MinSize=16 +MaxSize=512 +Type=Fixed diff --git a/data/fallback-icons/dark/png/application-exit.png b/data/fallback-icons/dark/png/application-exit.png new file mode 100644 index 0000000..b444362 Binary files /dev/null and b/data/fallback-icons/dark/png/application-exit.png differ diff --git a/data/fallback-icons/dark/png/configure.png b/data/fallback-icons/dark/png/configure.png new file mode 100644 index 0000000..8e170be Binary files /dev/null and b/data/fallback-icons/dark/png/configure.png differ diff --git a/data/fallback-icons/dark/png/document-new.png b/data/fallback-icons/dark/png/document-new.png new file mode 100644 index 0000000..f55efd9 Binary files /dev/null and b/data/fallback-icons/dark/png/document-new.png differ diff --git a/data/fallback-icons/dark/png/document-open.png b/data/fallback-icons/dark/png/document-open.png new file mode 100644 index 0000000..ad0bcc7 Binary files /dev/null and b/data/fallback-icons/dark/png/document-open.png differ diff --git a/data/fallback-icons/dark/png/document-save.png b/data/fallback-icons/dark/png/document-save.png new file mode 100644 index 0000000..d5b26d9 Binary files /dev/null and b/data/fallback-icons/dark/png/document-save.png differ diff --git a/data/fallback-icons/dark/png/games-highscores.png b/data/fallback-icons/dark/png/games-highscores.png new file mode 100644 index 0000000..fd0ab07 Binary files /dev/null and b/data/fallback-icons/dark/png/games-highscores.png differ diff --git a/data/fallback-icons/dark/png/help-about.png b/data/fallback-icons/dark/png/help-about.png new file mode 100644 index 0000000..228a931 Binary files /dev/null and b/data/fallback-icons/dark/png/help-about.png differ diff --git a/data/fallback-icons/dark/png/media-playback-pause.png b/data/fallback-icons/dark/png/media-playback-pause.png new file mode 100644 index 0000000..2cb8318 Binary files /dev/null and b/data/fallback-icons/dark/png/media-playback-pause.png differ diff --git a/data/fallback-icons/dark/png/media-playlist-shuffle.png b/data/fallback-icons/dark/png/media-playlist-shuffle.png new file mode 100644 index 0000000..1925ee7 Binary files /dev/null and b/data/fallback-icons/dark/png/media-playlist-shuffle.png differ diff --git a/data/fallback-icons/dark/png/tools-report-bug.png b/data/fallback-icons/dark/png/tools-report-bug.png new file mode 100644 index 0000000..62fa362 Binary files /dev/null and b/data/fallback-icons/dark/png/tools-report-bug.png differ diff --git a/data/fallback-icons/dark/png/view-refresh.png b/data/fallback-icons/dark/png/view-refresh.png new file mode 100644 index 0000000..403b9a6 Binary files /dev/null and b/data/fallback-icons/dark/png/view-refresh.png differ diff --git a/data/fallback-icons/dark/png/view-statistics.png b/data/fallback-icons/dark/png/view-statistics.png new file mode 100644 index 0000000..aec888d Binary files /dev/null and b/data/fallback-icons/dark/png/view-statistics.png differ diff --git a/data/fallback-icons/dark/png/zoom-in.png b/data/fallback-icons/dark/png/zoom-in.png new file mode 100644 index 0000000..b7a80fb Binary files /dev/null and b/data/fallback-icons/dark/png/zoom-in.png differ diff --git a/data/fallback-icons/dark/png/zoom-out.png b/data/fallback-icons/dark/png/zoom-out.png new file mode 100644 index 0000000..f3b4415 Binary files /dev/null and b/data/fallback-icons/dark/png/zoom-out.png differ diff --git a/data/fallback-icons/document-new.png b/data/fallback-icons/document-new.png deleted file mode 100644 index 4c3efdd..0000000 Binary files a/data/fallback-icons/document-new.png and /dev/null differ diff --git a/data/fallback-icons/document-open.png b/data/fallback-icons/document-open.png deleted file mode 100644 index ab94046..0000000 Binary files a/data/fallback-icons/document-open.png and /dev/null differ diff --git a/data/fallback-icons/document-save.png b/data/fallback-icons/document-save.png deleted file mode 100644 index 22ff495..0000000 Binary files a/data/fallback-icons/document-save.png and /dev/null differ diff --git a/data/fallback-icons/help-about.png b/data/fallback-icons/help-about.png deleted file mode 100644 index f25fc3f..0000000 Binary files a/data/fallback-icons/help-about.png and /dev/null differ diff --git a/data/fallback-icons/light/index.theme b/data/fallback-icons/light/index.theme new file mode 100644 index 0000000..7dc71eb --- /dev/null +++ b/data/fallback-icons/light/index.theme @@ -0,0 +1,13 @@ +[Icon Theme] +Name=light +Comment=light theme icons +PanelDefault=22 +PanelSizes=22 +Directories=png + +[png] +Size=22 +Context=Applications +MinSize=16 +MaxSize=512 +Type=Fixed diff --git a/data/fallback-icons/light/png/application-exit.png b/data/fallback-icons/light/png/application-exit.png new file mode 100644 index 0000000..b444362 Binary files /dev/null and b/data/fallback-icons/light/png/application-exit.png differ diff --git a/data/fallback-icons/light/png/configure.png b/data/fallback-icons/light/png/configure.png new file mode 100644 index 0000000..4964e80 Binary files /dev/null and b/data/fallback-icons/light/png/configure.png differ diff --git a/data/fallback-icons/light/png/document-new.png b/data/fallback-icons/light/png/document-new.png new file mode 100644 index 0000000..fd7a1c7 Binary files /dev/null and b/data/fallback-icons/light/png/document-new.png differ diff --git a/data/fallback-icons/light/png/document-open.png b/data/fallback-icons/light/png/document-open.png new file mode 100644 index 0000000..47d28c2 Binary files /dev/null and b/data/fallback-icons/light/png/document-open.png differ diff --git a/data/fallback-icons/light/png/document-save.png b/data/fallback-icons/light/png/document-save.png new file mode 100644 index 0000000..7441e7e Binary files /dev/null and b/data/fallback-icons/light/png/document-save.png differ diff --git a/data/fallback-icons/light/png/games-highscores.png b/data/fallback-icons/light/png/games-highscores.png new file mode 100644 index 0000000..fbb9f94 Binary files /dev/null and b/data/fallback-icons/light/png/games-highscores.png differ diff --git a/data/fallback-icons/light/png/help-about.png b/data/fallback-icons/light/png/help-about.png new file mode 100644 index 0000000..49012a4 Binary files /dev/null and b/data/fallback-icons/light/png/help-about.png differ diff --git a/data/fallback-icons/light/png/media-playback-pause.png b/data/fallback-icons/light/png/media-playback-pause.png new file mode 100644 index 0000000..6196392 Binary files /dev/null and b/data/fallback-icons/light/png/media-playback-pause.png differ diff --git a/data/fallback-icons/light/png/media-playlist-shuffle.png b/data/fallback-icons/light/png/media-playlist-shuffle.png new file mode 100644 index 0000000..4af1fa6 Binary files /dev/null and b/data/fallback-icons/light/png/media-playlist-shuffle.png differ diff --git a/data/fallback-icons/light/png/tools-report-bug.png b/data/fallback-icons/light/png/tools-report-bug.png new file mode 100644 index 0000000..b68eac9 Binary files /dev/null and b/data/fallback-icons/light/png/tools-report-bug.png differ diff --git a/data/fallback-icons/light/png/view-refresh.png b/data/fallback-icons/light/png/view-refresh.png new file mode 100644 index 0000000..9675983 Binary files /dev/null and b/data/fallback-icons/light/png/view-refresh.png differ diff --git a/data/fallback-icons/light/png/view-statistics.png b/data/fallback-icons/light/png/view-statistics.png new file mode 100644 index 0000000..9fc9748 Binary files /dev/null and b/data/fallback-icons/light/png/view-statistics.png differ diff --git a/data/fallback-icons/light/png/zoom-in.png b/data/fallback-icons/light/png/zoom-in.png new file mode 100644 index 0000000..8eaf6d8 Binary files /dev/null and b/data/fallback-icons/light/png/zoom-in.png differ diff --git a/data/fallback-icons/light/png/zoom-out.png b/data/fallback-icons/light/png/zoom-out.png new file mode 100644 index 0000000..c0dbfde Binary files /dev/null and b/data/fallback-icons/light/png/zoom-out.png differ diff --git a/data/fallback-icons/media-playback-pause.png b/data/fallback-icons/media-playback-pause.png deleted file mode 100644 index c8b4fe2..0000000 Binary files a/data/fallback-icons/media-playback-pause.png and /dev/null differ diff --git a/data/fallback-icons/preferences-system.png b/data/fallback-icons/preferences-system.png deleted file mode 100644 index 9460dfc..0000000 Binary files a/data/fallback-icons/preferences-system.png and /dev/null differ diff --git a/data/fallback-icons/view-refresh.png b/data/fallback-icons/view-refresh.png deleted file mode 100644 index 3fd71d6..0000000 Binary files a/data/fallback-icons/view-refresh.png and /dev/null differ diff --git a/data/fallback-icons/zoom-in.png b/data/fallback-icons/zoom-in.png deleted file mode 100644 index 1aa7f09..0000000 Binary files a/data/fallback-icons/zoom-in.png and /dev/null differ diff --git a/data/fallback-icons/zoom-out.png b/data/fallback-icons/zoom-out.png deleted file mode 100644 index 00b654e..0000000 Binary files a/data/fallback-icons/zoom-out.png and /dev/null differ diff --git a/iqpuzzle.cpp b/iqpuzzle.cpp index 83880cc..4d52a70 100644 --- a/iqpuzzle.cpp +++ b/iqpuzzle.cpp @@ -44,6 +44,9 @@ #if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) #include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) +#include +#endif #include "./board.h" #include "./boarddialog.h" @@ -67,8 +70,24 @@ IQPuzzle::IQPuzzle(const QDir &userDataDir, const QDir &sharePath, m_Time(0, 0, 0), m_bSolved(false) { qDebug() << Q_FUNC_INFO; - m_pUi->setupUi(this); + + QString sIconTheme = QStringLiteral(":/fallback-icons/light"); +#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) + if (Qt::ColorScheme::Dark == QGuiApplication::styleHints()->colorScheme()) { + sIconTheme = QStringLiteral(":/fallback-icons/dark"); + } +#else + if (this->window()->palette().window().color().lightnessF() < 0.5) { + sIconTheme = QStringLiteral(":/fallback-icons/dark"); + } +#endif +#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0) + QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << sIconTheme); +#else + QIcon::setThemeSearchPaths(QIcon::themeSearchPaths() << sIconTheme); +#endif + m_pHighscore = new Highscore(); m_pSettings = new Settings(m_sSharePath, this); connect(m_pSettings, &Settings::changeLang, this, &IQPuzzle::loadLanguage); @@ -733,9 +752,9 @@ void IQPuzzle::showInfoBox() { tr("License") + ": " "GNU General Public License Version 3", - tr("This application uses icons from " - "" - "Tango project."), + tr("This application uses " + "" + "Breeze icons from KDE."), "" + tr("Translations") + "
" "  - Bulgarian: bogo1966
" diff --git a/iqpuzzle.ui b/iqpuzzle.ui index 4afc4ba..06d8b15 100644 --- a/iqpuzzle.ui +++ b/iqpuzzle.ui @@ -195,19 +195,25 @@ + + + &Highscore - + &Configure iQPuzzle... + + + Report &bug @@ -253,6 +259,9 @@ + + + Sta&tistics diff --git a/lang/iqpuzzle_bg.qm b/lang/iqpuzzle_bg.qm index 9712517..74bb530 100644 Binary files a/lang/iqpuzzle_bg.qm and b/lang/iqpuzzle_bg.qm differ diff --git a/lang/iqpuzzle_bg.ts b/lang/iqpuzzle_bg.ts index 1ad0e48..1026008 100644 --- a/lang/iqpuzzle_bg.ts +++ b/lang/iqpuzzle_bg.ts @@ -4,61 +4,61 @@ Board - - - - - - - - + + + + + + + + Warning Внимание - + Board grid size not valid. Reduced grid to default. Размерът на игралната дъска не е валиден. - + Board polygon not valid. Полигонът на дъската не е валиден. - + Not all pieces are needed for a solution. Не всички блокове са нужни за решението. - - + + Polygon not valid: Полигонът не е валиден: - + Could not find valid blocks. Не мога да намеря валидни блокове. - + No color defined - using fallback: Не е определен цвят - използвайки резервно копие: - + Invalid color defined - using fallback: Невалиден дефиниран цвят - използвайки резервно копие: - + Invalid start position - using fallback: Невалидна начална позиция - използвайки резервно копие: - + Hint Помощ @@ -91,33 +91,33 @@ Reduced grid to default. Highscore - - + + Highscore Резултати - + Position Позиция - + Name Име - + Time Време - + Moves Ходове - + Please insert your name for a new highscore: Моля, въведете името си за нов резултат: @@ -130,138 +130,138 @@ Reduced grid to default. Игра - + &Help Помощ - + &All available - + All &unsolved - + Setti&ngs Настройки - + Choose &new game Изберете ниво - + &Quit Край - + &About Относно - + Zoom &In Увеличение - + Zoom &Out Намаление - + &Restart game Рестарт на играта - + &Save game Запис на играта - - + + Save game Запис на игра - + &Load game Зареждане на игра - - + + Load game Зареждане на игра - + Pa&use Пауза - + &Highscore Резултати - + &Configure iQPuzzle... Настройки на играта - + Report &bug Отчетете бъг - - + + &Easy - - + + &Medium - - + + &Hard - - + + &All - + Sta&tistics - + Easy - + Medium - + Hard @@ -271,130 +271,130 @@ Reduced grid to default. Случайна игра - - + + Game paused Играта е на пауза - - - - - + + + + + Time Време - - - - - - + + + + + + Moves Ходове - + Load board Зареждане на дъска - + Board files - - - - + + + + File not found Файлът не е намерен - - - - + + + + The chosen file does not exist. Избраният файл не съществува. - + Games share path does not exist! - + Unknown Непознат - + Solutions Решения - + No boards available! - - + + Save games - + Invalid saved puzzle. Неправилно запазен пъзъл. - + Puzzle solved! Пъзелът е решен! - + Statistics - - + + Total - + Unsolved - + including unknown difficulty - + About Относно - + License Лиценз - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Това приложение използва икони от <a href="http://tango.freedesktop.org">Tango project</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Преводи @@ -402,49 +402,49 @@ Reduced grid to default. Settings - - + + Left - - + + Middle - - + + Right - - + + First X - - + + Second X - - + + Horizontal wheel - - + + Vertical wheel - + Please change your settings. Same mouse button is used for several actions. Моля, променете настройките си. Същият бутон на мишката се използва за няколко действия. diff --git a/lang/iqpuzzle_de.qm b/lang/iqpuzzle_de.qm index 74138e7..284540d 100644 Binary files a/lang/iqpuzzle_de.qm and b/lang/iqpuzzle_de.qm differ diff --git a/lang/iqpuzzle_de.ts b/lang/iqpuzzle_de.ts index 9556bfe..3d42332 100644 --- a/lang/iqpuzzle_de.ts +++ b/lang/iqpuzzle_de.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Warnung - + Board grid size not valid. Reduced grid to default. Spielfeld-Rastergröße ungültig. Reduziere Raster auf Defaultwert. - + Board polygon not valid. Spielfeld-Polygon nicht gültig. - + Hint Hinweis - + Not all pieces are needed for a solution. Nicht alle Teile werden für eine Lösung benötigt. - - + + Polygon not valid: Polygon ungültig: - + Could not find valid blocks. Es konnten keine gültigen Blöcke gefunden werden. - + No color defined - using fallback: Keine Farbe definiert - verwende Fallback: - + Invalid color defined - using fallback: Ungültige Farbe definiert - verwende Fallback: - + Invalid start position - using fallback: Keine Startposition - verwende Fallback: @@ -90,33 +92,33 @@ Reduziere Raster auf Defaultwert. Highscore - - + + Highscore Bestenliste - + Position Rang - + Name Name - + Time Zeit - + Moves Züge - + Please insert your name for a new highscore: Bitte Namen für die Bestenliste eintragen: @@ -134,266 +136,266 @@ Reduziere Raster auf Defaultwert. &Zufälliges Spiel - + &All available &Alle verfügbaren - + All &unsolved Alle &ungelösten - + &Help &Hilfe - + Setti&ngs Ei&nstellungen - + Choose &new game &Neues Spiel wählen - + &Quit B&eenden - + &About &Über - + Zoom &In Ver&größern - + Zoom &Out Ver&kleinern - + &Restart game S&piel neu starten - + &Save game Spiel &speichern - - + + Save game Spiel speichern - + &Load game Spiel &laden - - + + Load game Spiel laden - + Pa&use Pa&use - + &Highscore &Bestenliste anzeigen - + &Configure iQPuzzle... iQPuzzle &einrichten... - + Report &bug &Fehler melden - - + + &Easy &Einfach - - + + &Medium &Mittel - - + + &Hard &Schwierig - - + + &All &Alle - + Sta&tistics Sta&tistik - - + + Game paused Spiel pausiert - - - - - + + + + + Time Zeit - - - - - - + + + + + + Moves Züge - - - - + + + + File not found Datei nicht gefunden - - - - + + + + The chosen file does not exist. Die ausgewählte Datei existiert nicht. - + Games share path does not exist! Spieldatenverzeichnis existiert nicht! - + Unknown Unbekannt - + Solutions Lösungen - + Load board Spielfeld laden - + Board files Spielfelder - + No boards available! Keine Spielfelder verfügbar! - - + + Save games Speicherdatei - + Invalid saved puzzle. Ungültiges gespeichertes Puzzle. - + Puzzle solved! Puzzle gelöst! - + Statistics Statistik - - + + Total Gesamt - + Unsolved Ungelöst - + Easy Einfach - + Medium Mittel - + Hard Schwierig - + including unknown difficulty inklusive unbekannte Schwierigkeit - + About Über - + License Lizenz - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Diese Anwendung verwendet Symbole aus dem <a href="http://tango.freedesktop.org">Tango Projekt</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + Diese Anwendung verwendet <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze Symbole von KDE</a>. - + Translations Übersetzungen @@ -401,49 +403,49 @@ Reduziere Raster auf Defaultwert. Settings - - + + Left Links - - + + Middle Mittlere - - + + Right Rechts - - + + First X First X - - + + Second X Second X - - + + Vertical wheel Vertikales Mausrad - - + + Horizontal wheel Horizontales Mausrad - + Please change your settings. Same mouse button is used for several actions. Bitte ändern Sie Ihre Einstellungen. Die gleiche Maustaste wurde für mehrere Aktionen gewählt. @@ -486,4 +488,4 @@ Reduziere Raster auf Defaultwert. Verwende Fensterhintergundfarbe des Systems - \ No newline at end of file + diff --git a/lang/iqpuzzle_el_GR.qm b/lang/iqpuzzle_el_GR.qm index 4d23e9a..36dbbe1 100644 Binary files a/lang/iqpuzzle_el_GR.qm and b/lang/iqpuzzle_el_GR.qm differ diff --git a/lang/iqpuzzle_el_GR.ts b/lang/iqpuzzle_el_GR.ts index 1e8f9e7..59ef004 100644 --- a/lang/iqpuzzle_el_GR.ts +++ b/lang/iqpuzzle_el_GR.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Συναγερμός - + Board grid size not valid. Reduced grid to default. Το μέγεθος του δικτύου του συμβουλίου δεν είναι έγκυρο. Μειωμένο πλέγμα σε αθέτηση. - + Board polygon not valid. Το Συμβούλιο πολυγώνου δεν είναι έγκυρο. - + Hint Υπονοούμενο - + Not all pieces are needed for a solution. Δεν χρειάζονται όλα τα κομμάτια για μια λύση. - - + + Polygon not valid: Πολυγωνικό μη έγκυρο: - + Could not find valid blocks. Αδύνατη η εύρεση έγκυρων τετραγώνων. - + No color defined - using fallback: Δεν έχει καθοριστεί χρώμα - χρησιμοποιώντας εφεδρικά στοιχεία: - + Invalid color defined - using fallback: Μη έγκυρο χρώμα που ορίζεται - με τη χρήση εφεδρικού χρώματος: - + Invalid start position - using fallback: Μη έγκυρη θέση εκκίνησης - χρησιμοποιώντας εφεδρικά στοιχεία: @@ -90,33 +92,33 @@ Reduced grid to default. Highscore - - + + Highscore Σκορ - + Position θέση - + Name Όνομά - + Time Χρόνο - + Moves Κινήσεις - + Please insert your name for a new highscore: Παρακαλώ εισάγετε το όνομά: @@ -134,266 +136,266 @@ Reduced grid to default. Τυχαίο παιχνίδι - + &All available Όλες οι διαθέσιμες - + All &unsolved Όλες άλυτο - + &Help Βοήθεια - + Setti&ngs Ρυθμίσεις - + Choose &new game Εκκίνηση νέου παιχνιδιού - + &Quit Έξοδος - + &About Περί - + Zoom &In Μεγέθυνση - + Zoom &Out Σμίκρυνση - + &Restart game Συνέχιση - + &Save game Αποθήκευση παιχνιδιού - - + + Save game Αποθήκευση παιχνιδιού - + &Load game Φόρτωση παιχνιδιού - - + + Load game Φόρτωση παιχνιδιού - + Pa&use Παύση - + &Highscore Βαθμολογία - + &Configure iQPuzzle... Ρυθμίστε - + Report &bug Αναφορά σφάλματος - - + + &Easy Εύκολο - - + + &Medium Μεσαίο - - + + &Hard Δύσκολο - - + + &All Όλα - + Sta&tistics Στατιστικά - - + + Game paused Σε παύση - - - - - + + + + + Time Χρόνος - - - - - - + + + + + + Moves Κινήσεις - - - - + + + + File not found Το αρχείο δεν βρέθηκε - - - - + + + + The chosen file does not exist. Ο επιλεγμένος φάκελος δεν υπάρχει - + Games share path does not exist! Τα παιχνίδια δεν υπάρχουν! - + Unknown Άγνωστος - + Solutions Πρόβλημα - + Load board Φορτώνω σανίδα - + Board files Φάκελοι με επιτραπέζιο παιχνίδι - + No boards available! Δεν υπάρχουν σανίδες! - - + + Save games Αποθήκευση παιχνιδιού - + Invalid saved puzzle. Άκυρα στημένο παζλ. - + Puzzle solved! Ολοκληρώσατε το πρόβλημα! - + Statistics Στατιστική - - + + Total Άθροισμα - + Unsolved Ανεξιχνίαστος - + Easy Εύκολο - + Medium Μεσαίο - + Hard Δύσκολο - + including unknown difficulty άγνωστη δυσκολία - + About Περί - + License Άδεια - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Η παρούσα αίτηση χρησιμοποιεί εικονίδια από τον <a href="http://tango.freedesktop.org">Tango</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Μεταφράσεις @@ -401,49 +403,49 @@ Reduced grid to default. Settings - - + + Left Αριστερά - - + + Middle Μέση - - + + Right Δεξιά - - + + First X Πρωτο Χ - - + + Second X Δεύτερο Χ - - + + Vertical wheel Κάθετου τροχού - - + + Horizontal wheel Οριζόντιο τιμόνι - + Please change your settings. Same mouse button is used for several actions. Παρακαλώ αλλάξτε τις ρυθμίσεις σας. Το ίδιο κουμπί ποντικιού χρησιμοποιείται για αρκετές ενέργειες. @@ -486,4 +488,4 @@ Reduced grid to default. Χρώμα φόντου - \ No newline at end of file + diff --git a/lang/iqpuzzle_en.ts b/lang/iqpuzzle_en.ts index a2b66bb..ab52e36 100644 --- a/lang/iqpuzzle_en.ts +++ b/lang/iqpuzzle_en.ts @@ -4,61 +4,61 @@ Board - - - - - - - - + + + + + + + + Warning - + Board grid size not valid. Reduced grid to default. - + Board polygon not valid. - + Hint - + Not all pieces are needed for a solution. - - + + Polygon not valid: - + Could not find valid blocks. - + No color defined - using fallback: - + Invalid color defined - using fallback: - + Invalid start position - using fallback: @@ -91,33 +91,33 @@ Reduced grid to default. Highscore - - + + Highscore - + Position - + Name - + Time - + Moves - + Please insert your name for a new highscore: @@ -135,266 +135,266 @@ Reduced grid to default. - + &All available - + All &unsolved - + &Help - + Setti&ngs - + Choose &new game - + &Quit - + &About - + Zoom &In - + Zoom &Out - + &Restart game - + &Save game - - + + Save game - + &Load game - - + + Load game - + Pa&use - + &Highscore - + &Configure iQPuzzle... - + Report &bug - - + + &Easy - - + + &Medium - - + + &Hard - - + + &All - + Sta&tistics - - + + Game paused - - - - - + + + + + Time - - - - - - + + + + + + Moves - - - - + + + + File not found - - - - + + + + The chosen file does not exist. - + Games share path does not exist! - + Unknown - + Solutions - + Load board - + Board files - + No boards available! - - + + Save games - + Invalid saved puzzle. - + Puzzle solved! - + Statistics - - + + Total - + Unsolved - + Easy - + Medium - + Hard - + including unknown difficulty - + About - + License - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. - + Translations @@ -402,49 +402,49 @@ Reduced grid to default. Settings - - + + Left - - + + Middle - - + + Right - - + + First X - - + + Second X - - + + Vertical wheel - - + + Horizontal wheel - + Please change your settings. Same mouse button is used for several actions. diff --git a/lang/iqpuzzle_fr.qm b/lang/iqpuzzle_fr.qm index af22a17..4718e00 100644 Binary files a/lang/iqpuzzle_fr.qm and b/lang/iqpuzzle_fr.qm differ diff --git a/lang/iqpuzzle_fr.ts b/lang/iqpuzzle_fr.ts index 352190d..baf65b6 100644 --- a/lang/iqpuzzle_fr.ts +++ b/lang/iqpuzzle_fr.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Avertissement - + Board grid size not valid. Reduced grid to default. Grille de plateau invalide. Taille de grille réduite à la valeur par défaut. - + Board polygon not valid. Plateau polygonal invalide. - + Hint Indication - + Not all pieces are needed for a solution. Toutes les pièces ne sont pas nécessaires pour une solution. - - + + Polygon not valid: Polygone invalide: - + Could not find valid blocks. Impossible de trouver un bloc valable. - + No color defined - using fallback: - Aucune couleur définie - utilisation de la solution de secours : + Aucune couleur définie - utilisation de la solution de secours : - + Invalid color defined - using fallback: La couleur définie est invalide - Utilisation du mode fallback: - + Invalid start position - using fallback: Position de départ invalide - Utilisation du mode fallback: @@ -90,33 +92,33 @@ Taille de grille réduite à la valeur par défaut. Highscore - - + + Highscore Meilleurs scores - + Position Rang - + Name Nom - + Time Temps - + Moves Coups - + Please insert your name for a new highscore: Indiquez votre nom pour les meilleurs scores: @@ -134,266 +136,266 @@ Taille de grille réduite à la valeur par défaut. P&artie aléatoire - + &All available &Tous ceux disponibles - + All &unsolved Tous ceux &non résolus - + &Help &Aide - + Setti&ngs &Paramètres - + Choose &new game &Nouvelle partie - + &Quit &Quitter - + &About &À propos - + Zoom &In Agrand&ir - + Zoom &Out &Rétrécir - + &Restart game &Redémarrer la partie - + &Save game &Sauvegarder la partie - - + + Save game Sauvegarder la partie - + &Load game &Ouvrir une partie - - + + Load game Ouvrir une partie - + Pa&use Pa&use - + &Highscore &Meilleurs scores - + &Configure iQPuzzle... &Configurer iQPuzzle... - + Report &bug Signaler une &erreur - - + + &Easy &Facile - - + + &Medium &Moyen - - + + &Hard &Difficile - - + + &All &Tous - + Sta&tistics Sta&tistiques - - + + Game paused Partie en pause - - - - - + + + + + Time Temps - - - - - - + + + + + + Moves Coups - - - - + + + + File not found Fichier non trouvé - - - - + + + + The chosen file does not exist. Le fichier sélectionné n'existe pas. - + Games share path does not exist! - Le dossier des parties n'existe pas ! + Le dossier des parties n'existe pas ! - + Unknown Inconnu - + Solutions Solutions - + Load board Charger une partie - + Board files Plateaux - + No boards available! - Aucun plateau disponible ! + Aucun plateau disponible ! - - + + Save games Sauvegarder les parties - + Invalid saved puzzle. Puzzle enregistré invalide. - + Puzzle solved! - Puzzle résolu ! + Puzzle résolu ! - + Statistics Statistiques - - + + Total Total - + Unsolved Non résolus - + Easy Facile - + Medium Moyen - + Hard Difficile - + including unknown difficulty incluant des difficultés inconnues - + About À propos - + License Licence - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Ce logiciel utilise des icônes de <a href="http://tango.freedesktop.org">Tango Projekt</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Traductions @@ -401,49 +403,49 @@ Taille de grille réduite à la valeur par défaut. Settings - - + + Left Gauche - - + + Middle Milieu - - + + Right Droite - - + + First X First X - - + + Second X Second X - - + + Vertical wheel Molette verticale - - + + Horizontal wheel Molette horizontale - + Please change your settings. Same mouse button is used for several actions. Merci de changer les paramètres. Le même bouton est utilisé pour plusieurs actions. @@ -486,4 +488,4 @@ Taille de grille réduite à la valeur par défaut. Utiliser la couleur d'arrière-plan du système - \ No newline at end of file + diff --git a/lang/iqpuzzle_it.qm b/lang/iqpuzzle_it.qm index 484533c..ee89e34 100644 Binary files a/lang/iqpuzzle_it.qm and b/lang/iqpuzzle_it.qm differ diff --git a/lang/iqpuzzle_it.ts b/lang/iqpuzzle_it.ts index 8e82064..2d522bc 100644 --- a/lang/iqpuzzle_it.ts +++ b/lang/iqpuzzle_it.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Avviso - + Board grid size not valid. Reduced grid to default. Dimensione della griglia della scheda non valida. Griglia ridotta al valore predefinito. - + Board polygon not valid. Poligono della scheda non valido. - + Hint Suggerimento - + Not all pieces are needed for a solution. Non tutti i pezzi sono necessari per una soluzione. - - + + Polygon not valid: Poligono non valido: - + Could not find valid blocks. Impossibile trovare blocchi validi. - + No color defined - using fallback: Nessun colore definito - utilizzando il fallback: - + Invalid color defined - using fallback: Colore definito non valido - utilizzo del fallback: - + Invalid start position - using fallback: Posizione iniziale non valida - utilizzo del fallback: @@ -90,33 +92,33 @@ Griglia ridotta al valore predefinito. Highscore - - + + Highscore Record - + Position Posizione - + Name Nome - + Time Tempo - + Moves Mosse - + Please insert your name for a new highscore: Inserisci il tuo nome per un nuovo record: @@ -134,266 +136,266 @@ Griglia ridotta al valore predefinito. G&ioco casuale - + &All available &Tutto disponibile - + All &unsolved Tutto &irrisolto - + &Help &Aiuto - + Setti&ngs Impos&tazioni - + Choose &new game Scegli un &nuovo gioco - + &Quit &Esci - + &About &Riguardo a - + Zoom &In &Ingrandire - + Zoom &Out &Rimpicciolire - + &Restart game &Riavvia partita - + &Save game &Salva partita - - + + Save game Salva partita - + &Load game &Carica partita - - + + Load game Carica partita - + Pa&use Pa&usa - + &Highscore &Record - + &Configure iQPuzzle... &Configura iQPuzzle... - + Report &bug Segnala un &errore - - + + &Easy &Facile - - + + &Medium &Medio - - + + &Hard &Difficile - - + + &All &Tutto - + Sta&tistics Sta&tistiche - - + + Game paused Gioco in pausa - - - - - + + + + + Time Tempo - - - - - - + + + + + + Moves Mosse - - - - + + + + File not found File non trovato - - - - + + + + The chosen file does not exist. Il file seleziona non esiste. - + Games share path does not exist! Il percorso di condivisione dei giochi non esiste! - + Unknown Sconosciuto - + Solutions Soluzione - + Load board Carica Schema - + Board files File di schema - + No boards available! Nessun schema disponibile! - - + + Save games Salva partita - + Invalid saved puzzle. Puzzle salvato non valido. - + Puzzle solved! Puzzle risolto! - + Statistics Statistiche - - + + Total Totale - + Unsolved Irrisolti - + Easy Facile - + Medium Medio - + Hard Difficile - + including unknown difficulty includi difficoltà sconosciute - + About Riguardo a - + License Licenza - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Questa applicazione usa icone del <a href="http://tango.freedesktop.org">progetto Tango</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Traduzioni @@ -401,49 +403,49 @@ Griglia ridotta al valore predefinito. Settings - - + + Left Sinistra - - + + Middle Centro - - + + Right Destra - - + + First X Primo X - - + + Second X Seconda X - - + + Vertical wheel Ruota verticale - - + + Horizontal wheel Ruota orizzontale - + Please change your settings. Same mouse button is used for several actions. Per favore, modifica le tue impostazioni. Lo stesso pulsante del mouse viene utilizzato per diverse azioni. @@ -486,4 +488,4 @@ Griglia ridotta al valore predefinito. Usa il colore di sfondo del sistema - \ No newline at end of file + diff --git a/lang/iqpuzzle_ko.qm b/lang/iqpuzzle_ko.qm index cc56bd8..c43ebd5 100644 Binary files a/lang/iqpuzzle_ko.qm and b/lang/iqpuzzle_ko.qm differ diff --git a/lang/iqpuzzle_ko.ts b/lang/iqpuzzle_ko.ts index 33bcfd1..e19f08e 100644 --- a/lang/iqpuzzle_ko.ts +++ b/lang/iqpuzzle_ko.ts @@ -4,62 +4,62 @@ Board - - - - - - - - + + + + + + + + Warning 경고 - + Board grid size not valid. Reduced grid to default. 현재 보드판의 크기는 사용할 수 없습니다. 기본 값으로 줄여주세요. - + Board polygon not valid. 사용할 수 없는 크기의 다각형입니다. - + Hint 힌트 - + Not all pieces are needed for a solution. 정답에 모든 조각들이 필요한 것은 아닙니다. - - + + Polygon not valid: 사용할 수 없는 다각형: - + Could not find valid blocks. 사용할 수 있는 블록이 없습니다. - + No color defined - using fallback: 정의된 색상 없음 - fallback 사용: - + Invalid color defined - using fallback: 색상 정의 불가 - fallback 사용: - + Invalid start position - using fallback: 허용되지 않은 시작 위치 - fallback 사용: @@ -92,33 +92,33 @@ Reduced grid to default. Highscore - - + + Highscore 최고점 - + Position 위치 - + Name 이름 - + Time 시간 - + Moves 이동횟수 - + Please insert your name for a new highscore: 신기록을 위해 당신의 이름을 기입하세요: @@ -136,266 +136,266 @@ Reduced grid to default. 랜&덤 게임 - + &All available &모두 허용 - + All &unsolved 모두 &미해결 - + &Help &도움 - + Setti&ngs 셋&팅 - + Choose &new game 선택 &새로운 게임 - + &Quit &종료 - + &About &상세정보 - + Zoom &In &확대 - + Zoom &Out &축소 - + &Restart game &게임 재시작 - + &Save game &게임 저장 - - + + Save game 게임 저장 - + &Load game &게임 불러오기 - - + + Load game 게임 불러오기 - + Pa&use 중&지 - + &Highscore &기록 - + &Configure iQPuzzle... &iQPuzzle에 관하여... - + Report &bug 버그 &리포팅 - - + + &Easy &쉬움 - - + + &Medium &중간 - - + + &Hard &어려움 - - + + &All &전체 - + Sta&tistics 통&계 - - + + Game paused 게임 중지 - - - - - + + + + + Time 시간 - - - - - - + + + + + + Moves 이동 횟수 - - - - + + + + File not found 파일을 찾을 수 없음 - - - - + + + + The chosen file does not exist. 선택한 파일이 존재하지 않습니다. - + Games share path does not exist! 게임의 공유 경로가 존재하지 않습니다! - + Unknown 알수없음 - + Solutions 해결 - + Load board 보드 불러오기 - + Board files 보드 파일 - + No boards available! 사용가능한 보드 없음! - - + + Save games 게임 저장 - + Invalid saved puzzle. 저장 가능한 퍼즐이 없습니다. - + Puzzle solved! 퍼즐을 풀었습니다! - + Statistics 통계 - - + + Total 총합 - + Unsolved 미해결 - + Easy 쉬움 - + Medium 중간 - + Hard 어려움 - + including unknown difficulty 알수 없는 난이도 포함 - + About 상세 정보 - + License 라이선스 - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - 이 어플리케이션은 다음 사이트의 아이콘을 사용합니다. <a href="http://tango.freedesktop.org">progetto Tango</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations 번역 @@ -403,49 +403,49 @@ Reduced grid to default. Settings - - + + Left 왼쪽 - - + + Middle 중간 - - + + Right 오른쪽 - - + + First X 첫번째 X - - + + Second X 두번째 X - - + + Vertical wheel 수직 핸들 - - + + Horizontal wheel 수평 핸들 - + Please change your settings. Same mouse button is used for several actions. 설정을 변경해 주세요. 여러 작업에 동일한 마우스 버튼이 사용됩니다. diff --git a/lang/iqpuzzle_nb_NO.qm b/lang/iqpuzzle_nb_NO.qm index 820e23e..cc507a1 100644 Binary files a/lang/iqpuzzle_nb_NO.qm and b/lang/iqpuzzle_nb_NO.qm differ diff --git a/lang/iqpuzzle_nb_NO.ts b/lang/iqpuzzle_nb_NO.ts index 5344ca2..5d196bf 100644 --- a/lang/iqpuzzle_nb_NO.ts +++ b/lang/iqpuzzle_nb_NO.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Advarsel - + Board grid size not valid. Reduced grid to default. Rutenettstørrelsen er ikke gyldig. Det ble tilbakestilt. - + Board polygon not valid. Brettpolygonet er ikke gyldig. - + Hint Hint - + Not all pieces are needed for a solution. Alle bitene er ikke nødvendige i løsningen. - - + + Polygon not valid: Ugyldig polygon: - + Could not find valid blocks. Fant ingen gyldige blokker. - + No color defined - using fallback: Ingen farge definert - bruker forvalget: - + Invalid color defined - using fallback: Ugyldig farge definert - bruker forvalget: - + Invalid start position - using fallback: Ugyldig startposisjon - bruker forvalget: @@ -90,33 +92,33 @@ Det ble tilbakestilt. Highscore - - + + Highscore Topp-poengsum - + Position Posisjon - + Name Navn - + Time Tid - + Moves Trekk - + Please insert your name for a new highscore: Skriv inn navnet ditt på toppresultatlisten: @@ -134,266 +136,266 @@ Det ble tilbakestilt. &Tilfeldig spill - + &All available &Alle tilgjengelige - + All &unsolved alle &uløste - + &Help &Hjelp - + Setti&ngs &Innstillinger - + Choose &new game Velg &nytt spill - + &Quit &Avslutt - + &About &Om - + Zoom &In Fors&størr - + Zoom &Out For&minsk - + &Restart game &Start på nytt - + &Save game &Lagre spill - - + + Save game Lagre spill - + &Load game &Last inn spill - - + + Load game Last inn spill - + Pa&use &Pause - + &Highscore &Topp-poengsum - + &Configure iQPuzzle... &Sett opp iQPuzzle… - + Report &bug Innrapporter &feil - - + + &Easy &Lett - - + + &Medium &Middels - - + + &Hard &Vanskelig - - + + &All &Alle - + Sta&tistics Sta&tistikk - - + + Game paused Satt på pause - - - - - + + + + + Time Tid - - - - - - + + + + + + Moves Trekk - - - - + + + + File not found Kunne ikke finne filen - - - - + + + + The chosen file does not exist. Valgt fil finnes ikke. - + Games share path does not exist! Spilldelingsstien finnes ikke! - + Unknown Ukjent - + Solutions Løsninger - + Load board Last inn brett - + Board files Brettfiler - + No boards available! Ingen tilgjengelige brett! - - + + Save games Lagre spill - + Invalid saved puzzle. Ugyldig lagret puslespill. - + Puzzle solved! Løst - + Statistics Statistikk - - + + Total Totalt - + Unsolved Uløst - + Easy Lett - + Medium Middels - + Hard Vanskelig - + including unknown difficulty inklusive ukjent vanskelighetsgrad - + About Om - + License Lisens - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Dette programmet bruker ikoner fra <a href="http://tango.freedesktop.org">Tango-prosjektet</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Oversettelser @@ -401,49 +403,49 @@ Det ble tilbakestilt. Settings - - + + Left Venstre - - + + Middle Midten - - + + Right Høyre - - + + First X Første X - - + + Second X Andre X - - + + Vertical wheel Loddrett hjul - - + + Horizontal wheel Vannrett hjul - + Please change your settings. Same mouse button is used for several actions. Endre innstillingene dine. Samme museknapp er i bruk for flere handlinger. @@ -486,4 +488,4 @@ Det ble tilbakestilt. Bruk systemets bakgrunnsfarge - \ No newline at end of file + diff --git a/lang/iqpuzzle_nl.qm b/lang/iqpuzzle_nl.qm index acf3f8e..3fcd043 100644 Binary files a/lang/iqpuzzle_nl.qm and b/lang/iqpuzzle_nl.qm differ diff --git a/lang/iqpuzzle_nl.ts b/lang/iqpuzzle_nl.ts index a697b84..07523f6 100644 --- a/lang/iqpuzzle_nl.ts +++ b/lang/iqpuzzle_nl.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Waarschuwing - + Board grid size not valid. Reduced grid to default. De roostergrootte van dit bord is ongeldig. Het is verkleind naar de standaardgrootte. - + Board polygon not valid. Het polygoon is ongeldig. - + Hint Tip - + Not all pieces are needed for a solution. Niet alle stukken zijn benodigd om de puzzel op te lossen. - - + + Polygon not valid: Het polygoon is ongeldig: - + Could not find valid blocks. Kan geen geldige blokken vinden. - + No color defined - using fallback: Geen kleur opgegeven - de terugvalkleur wordt gebruikt: - + Invalid color defined - using fallback: Onjuiste kleur opgegeven - de terugvalkleur wordt gebruikt: - + Invalid start position - using fallback: Ongeldige startpositie - de terugvalpositie wordt gebruikt: @@ -90,33 +92,33 @@ Het is verkleind naar de standaardgrootte. Highscore - - + + Highscore Topscore - + Position Positie - + Name Naam - + Time Tijd - + Moves Aantal zetten - + Please insert your name for a new highscore: Voer uw naam in om de nieuwe topscore te noteren: @@ -134,266 +136,266 @@ Het is verkleind naar de standaardgrootte. &Willekeurig spel - + &All available &Alle beschikbare - + All &unsolved Alle &onopgeloste - + &Help &Hulp - + Setti&ngs Instelli&ngen - + Choose &new game &Nieuw spel kiezen - + &Quit Afsl&uiten - + &About &Over - + Zoom &In &Inzoomen - + Zoom &Out &Uitzoomen - + &Restart game Spel he&rstarten - + &Save game Spel &opslaan - - + + Save game Spel opslaan - + &Load game Spel &laden - - + + Load game Spel laden - + Pa&use Pa&uzeren - + &Highscore &Topscores - + &Configure iQPuzzle... iQPuzzle &instellen... - + Report &bug Bugs &melden - - + + &Easy Makk&elijk - - + + &Medium Ge&middeld - - + + &Hard &Moeilijk - - + + &All &Alles - + Sta&tistics Sta&tistieken - - + + Game paused Het spel is onderbroken - - - - - + + + + + Time Tijd - - - - - - + + + + + + Moves Aantal zetten - - - - + + + + File not found Bestand niet gevonden - - - - + + + + The chosen file does not exist. Het gekozen bestand bestaat niet. - + Games share path does not exist! Het spelpad bestaat niet! - + Unknown Onbekend - + Solutions Oplossingen - + Load board Bord laden - + Board files Bordbestanden - + No boards available! Er zijn geen borden beschikbaar! - - + + Save games Opgeslagen spellen - + Invalid saved puzzle. Ongeldige opgeslagen puzzel. - + Puzzle solved! De puzzel is opgelost! - + Statistics Statistieken - - + + Total Totaal - + Unsolved Onopgelost - + Easy Makkelijk - + Medium Gemiddeld - + Hard Moeilijk - + including unknown difficulty inclusief onbekende moeilijkheidsgraad - + About Over - + License Licentie - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Dit programma gebruikt pictogrammen van het <a href="http://tango.freedesktop.org">Tango-project</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Vertalingen @@ -401,49 +403,49 @@ Het is verkleind naar de standaardgrootte. Settings - - + + Left Links - - + + Middle Midden - - + + Right Rechts - - + + First X Eerste X - - + + Second X Tweede X - - + + Vertical wheel Verticaal schuiven - - + + Horizontal wheel Horizontaal schuiven - + Please change your settings. Same mouse button is used for several actions. Deze muisknop wordt gebruikt voor meerdere acties; wijzig uw instellingen. @@ -486,4 +488,4 @@ Het is verkleind naar de standaardgrootte. Achtergrondkleur van systeemthema gebruiken - \ No newline at end of file + diff --git a/lang/iqpuzzle_pt.qm b/lang/iqpuzzle_pt.qm index c4b1f2a..199aae3 100644 Binary files a/lang/iqpuzzle_pt.qm and b/lang/iqpuzzle_pt.qm differ diff --git a/lang/iqpuzzle_pt.ts b/lang/iqpuzzle_pt.ts index 872cfd3..9a03414 100644 --- a/lang/iqpuzzle_pt.ts +++ b/lang/iqpuzzle_pt.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Aviso - + Board grid size not valid. Reduced grid to default. Tamanho da grade do tabuleiro não é valido. Grade reduzida para o tamanho padrão - + Board polygon not valid. Polígono do tabuleiro não válido - + Hint Dica - + Not all pieces are needed for a solution. Nem todas as peças serão necessárias para a solução - - + + Polygon not valid: Polígono não válido: - + Could not find valid blocks. Não foi possível achar blocos válidos - + No color defined - using fallback: Nenhuma cor definida - usando a reserva: - + Invalid color defined - using fallback: Cor inválida definida - usando a reserva: - + Invalid start position - using fallback: Posição inicial inválida - usando a reserva: @@ -90,33 +92,33 @@ Grade reduzida para o tamanho padrão Highscore - - + + Highscore Pontuação máxima - + Position Posição - + Name Nome - + Time Tempo - + Moves Movimentos - + Please insert your name for a new highscore: Por favor inserir seu nome para uma nova pontuação máxima: @@ -134,266 +136,266 @@ Grade reduzida para o tamanho padrão J&ogo aleatório - + &All available &Todos disponíveis - + All &unsolved Todos &Não resolvidos - + &Help &Ajuda - + Setti&ngs Configura&ções - + Choose &new game Escolher &um novo jogo - + &Quit &Sair - + &About &Sobre - + Zoom &In Ampliar &tamanho - + Zoom &Out Reduzir &tamanho - + &Restart game &Reiniciar jogo - + &Save game &Salvar jogo - - + + Save game Salvar jogo - + &Load game &Carregar jogo - - + + Load game Carregar jogo - + Pa&use Pa&usa - + &Highscore &Pontuação máxima - + &Configure iQPuzzle... &Configurar iQPuzzle... - + Report &bug Reportar &bug - - + + &Easy &Fácil - - + + &Medium &Médio - - + + &Hard &Difícil - - + + &All &Todos - + Sta&tistics Esta&tísticas - - + + Game paused Jogo Pausado - - - - - + + + + + Time Tempo - - - - - - + + + + + + Moves Movimentos - - - - + + + + File not found Arquivo não encontrado - - - - + + + + The chosen file does not exist. O arquivo escolhido não existe - + Games share path does not exist! O caminho de compartilhamento do jogo não existe! - + Unknown Desconhecido - + Solutions Soluções - + Load board Carregar tabuleiro - + Board files Arquivos de tabuleiro - + No boards available! Nenhum tabuleiro disponível! - - + + Save games Salvar jogos - + Invalid saved puzzle. Puzzle salvo inválido. - + Puzzle solved! Puzzle solucionado! - + Statistics Estatísticas - - + + Total Total - + Unsolved Não solucionado - + Easy Fácil - + Medium Médio - + Hard Difícil - + including unknown difficulty incluindo dificuldade desconhecida - + About Sobre - + License Licença - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Essa aplicação usa ícones de <a href="http://tango.freedesktop.org">Tango project </a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Traduções @@ -401,49 +403,49 @@ Grade reduzida para o tamanho padrão Settings - - + + Left Esquerda - - + + Middle Meio - - + + Right Direita - - + + First X Primeiro X - - + + Second X Segundo X - - + + Vertical wheel Roda vertical - - + + Horizontal wheel Roda horizontal - + Please change your settings. Same mouse button is used for several actions. Por favor, altere suas configurações. O mesmo botão do mouse é usado para várias ações @@ -486,4 +488,4 @@ Grade reduzida para o tamanho padrão Usar a cor de fundo do sistema - \ No newline at end of file + diff --git a/lang/iqpuzzle_pt_BR.qm b/lang/iqpuzzle_pt_BR.qm index 0ab584e..eea2697 100644 Binary files a/lang/iqpuzzle_pt_BR.qm and b/lang/iqpuzzle_pt_BR.qm differ diff --git a/lang/iqpuzzle_pt_BR.ts b/lang/iqpuzzle_pt_BR.ts index f6e4442..a2ee5d3 100644 --- a/lang/iqpuzzle_pt_BR.ts +++ b/lang/iqpuzzle_pt_BR.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning Aviso - + Board grid size not valid. Reduced grid to default. Tamanho da grade do tabuleiro não é valido. Grade reduzida para o tamanho padrão - + Board polygon not valid. Polígono do tabuleiro não é válido. - + Hint Dica - + Not all pieces are needed for a solution. Nem todas as peças serão necessárias para a solução. - - + + Polygon not valid: Polígono não válido: - + Could not find valid blocks. Não foi possível achar blocos válidos. - + No color defined - using fallback: Nenhuma cor definida - usando a reserva: - + Invalid color defined - using fallback: Cor inválida definida - usando a reserva: - + Invalid start position - using fallback: Posição inicial inválida - usando a reserva: @@ -90,33 +92,33 @@ Grade reduzida para o tamanho padrão Highscore - - + + Highscore Pontuação máxima - + Position Posição - + Name Nome - + Time Tempo - + Moves Movimentos - + Please insert your name for a new highscore: Por favor inserir seu nome para uma nova pontuação máxima: @@ -134,266 +136,266 @@ Grade reduzida para o tamanho padrão J&ogo aleatório - + &All available &Todos disponíveis - + All &unsolved Todos &Não resolvidos - + &Help &Ajuda - + Setti&ngs Configura&ções - + Choose &new game Escolher &um novo jogo - + &Quit &Sair - + &About &Sobre - + Zoom &In Ampliar &tamanho - + Zoom &Out Reduzir &tamanho - + &Restart game &Reiniciar jogo - + &Save game &Salvar jogo - - + + Save game Salvar jogo - + &Load game &Carregar jogo - - + + Load game Carregar jogo - + Pa&use Pa&usa - + &Highscore &Pontuação máxima - + &Configure iQPuzzle... &Configurar iQPuzzle... - + Report &bug Reportar &bug - - + + &Easy &Fácil - - + + &Medium &Médio - - + + &Hard &Difícil - - + + &All &Todos - + Sta&tistics Esta&tísticas - - + + Game paused Jogo pausado - - - - - + + + + + Time Tempo - - - - - - + + + + + + Moves Movimentos - - - - + + + + File not found Arquivo não encontrado - - - - + + + + The chosen file does not exist. O arquivo escolhido não existe. - + Games share path does not exist! O caminho de compartilhamento do jogo não existe! - + Unknown Desconhecido - + Solutions Soluções - + Load board Carregar tabuleiro - + Board files Arquivos de tabuleiro - + No boards available! Sem tabuleiros disponíveis! - - + + Save games Salvar jogos - + Invalid saved puzzle. Puzzle salvo inválido. - + Puzzle solved! Puzzle solucionado! - + Statistics Estatísticas - - + + Total Total - + Unsolved Não solucionado - + Easy Fácil - + Medium Médio - + Hard Difícil - + including unknown difficulty incluindo dificuldade desconhecida - + About Sobre - + License Licença - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - Essa aplicação usa ícones de <a href="http://tango.freedesktop.org">Tango project</a>. + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations Traduções @@ -401,49 +403,49 @@ Grade reduzida para o tamanho padrão Settings - - + + Left Esquerda - - + + Middle Meio - - + + Right Direita - - + + First X Primeiro X - - + + Second X Segundo X - - + + Vertical wheel Roda vertical - - + + Horizontal wheel Roda horizontal - + Please change your settings. Same mouse button is used for several actions. Por favor, altere suas configurações. O mesmo botão do mouse é usado para várias ações. @@ -486,4 +488,4 @@ Grade reduzida para o tamanho padrão Usar a cor de fundo do sistema - \ No newline at end of file + diff --git a/lang/iqpuzzle_zh_CN.qm b/lang/iqpuzzle_zh_CN.qm index 2a8f031..7456b19 100644 Binary files a/lang/iqpuzzle_zh_CN.qm and b/lang/iqpuzzle_zh_CN.qm differ diff --git a/lang/iqpuzzle_zh_CN.ts b/lang/iqpuzzle_zh_CN.ts index 42114dd..bddaa12 100644 --- a/lang/iqpuzzle_zh_CN.ts +++ b/lang/iqpuzzle_zh_CN.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning 警告 - + Board grid size not valid. Reduced grid to default. 面板不可用。 將減為預設值。 - + Board polygon not valid. 面板不可用。 - + Hint 提示 - + Not all pieces are needed for a solution. 每局完成后,多连方可能有剩余。 - - + + Polygon not valid: 無效的多連方: - + Could not find valid blocks. 找不到可用的连方。 - + No color defined - using fallback: 未定义颜色 - 将使用原有的配置: - + Invalid color defined - using fallback: 定义的颜色无效 - 将使用原有的配置: - + Invalid start position - using fallback: 起始位置无效 - 将使用原有的配置: @@ -90,33 +92,33 @@ Reduced grid to default. Highscore - - + + Highscore 高分榜 - + Position 位置 - + Name 昵称 - + Time 耗时 - + Moves 步數 - + Please insert your name for a new highscore: 请输入你的昵称: @@ -134,266 +136,266 @@ Reduced grid to default. 随机游戏(a) - + &All available 所有選項(A) - + All &unsolved 全部未解決的謎題(u) - + &Help 説明(H) - + Setti&ngs 设置(n) - + Choose &new game 开始新游戏(n) - + &Quit 退出(Q) - + &About 关于(A) - + Zoom &In 放大(I) - + Zoom &Out 缩小(O) - + &Restart game 重置游戏(R) - + &Save game 保存游戏(S) - - + + Save game 保存遊戲 - + &Load game 加载游戏(L) - - + + Load game 加载游戏 - + Pa&use 暂停(u) - + &Highscore 高分榜(H) - + &Configure iQPuzzle... 配置游戏(C) - + Report &bug 提交错误(b) - - + + &Easy 简单(E) - - + + &Medium 中等(M) - - + + &Hard 困难(H) - - + + &All 全部(A) - + Sta&tistics 统计数据(t) - - + + Game paused 游戏已暂停 - - - - - + + + + + Time 耗時 - - - - - - + + + + + + Moves 步数 - - - - + + + + File not found 未发现文件 - - - - + + + + The chosen file does not exist. 檔不存在。 - + Games share path does not exist! 遊戲分享路徑不存在。 - + Unknown 未知 - + Solutions 谜题 - + Load board 加载面板 - + Board files 面板文件 - + No boards available! 无可用的面板! - - + + Save games 保存游戏 - + Invalid saved puzzle. 无效的保存文件。 - + Puzzle solved! 完成解谜! - + Statistics 统计数据 - - + + Total 总计 - + Unsolved 未解决 - + Easy 简单 - + Medium 中等 - + Hard 困难 - + including unknown difficulty 包含未知难度 - + About 关于 - + License 协议 - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - 本程序的图标来源于<a href="http://tango.freedesktop.org">Tango 项目</a>。 + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations 翻译 @@ -401,49 +403,49 @@ Reduced grid to default. Settings - - + + Left 鼠标左键 - - + + Middle 鼠标中键 - - + + Right 鼠标右键 - - + + First X 第一个 X 键 - - + + Second X 第二个 X 键 - - + + Vertical wheel 垂直滚轮 - - + + Horizontal wheel 水平滚轮 - + Please change your settings. Same mouse button is used for several actions. 请修改游戏设置,鼠标按钮操作有冲突。 @@ -486,4 +488,4 @@ Reduced grid to default. 使用系统背景色 - \ No newline at end of file + diff --git a/lang/iqpuzzle_zh_TW.qm b/lang/iqpuzzle_zh_TW.qm index c60ec4c..b646ef6 100644 Binary files a/lang/iqpuzzle_zh_TW.qm and b/lang/iqpuzzle_zh_TW.qm differ diff --git a/lang/iqpuzzle_zh_TW.ts b/lang/iqpuzzle_zh_TW.ts index fff078b..12e1729 100644 --- a/lang/iqpuzzle_zh_TW.ts +++ b/lang/iqpuzzle_zh_TW.ts @@ -1,63 +1,65 @@ - + + + Board - - - - - - - - + + + + + + + + Warning 警告 - + Board grid size not valid. Reduced grid to default. 面板不可用。 將減為預設值。 - + Board polygon not valid. 面板不可用。 - + Hint 提示 - + Not all pieces are needed for a solution. 每局完成後,多連方可能有剩餘。 - - + + Polygon not valid: 無效的多連方: - + Could not find valid blocks. 找不到可用的連方。 - + No color defined - using fallback: 未定義顏色 - 將使用原有的設定: - + Invalid color defined - using fallback: 定義的顏色無效 - 將使用原有的設定: - + Invalid start position - using fallback: 起始位置無效 - 將使用原有的設定: @@ -90,33 +92,33 @@ Reduced grid to default. Highscore - - + + Highscore 高分榜 - + Position 位置 - + Name 昵稱 - + Time 耗時 - + Moves 步數 - + Please insert your name for a new highscore: 請輸入你的昵稱: @@ -134,266 +136,266 @@ Reduced grid to default. 隨機遊戲(a) - + &All available 所有選項(A) - + All &unsolved 全部未解決的謎題(u) - + &Help 説明(H) - + Setti&ngs 設置(n) - + Choose &new game 開始新遊戲(n) - + &Quit 退出(Q) - + &About 關於(A) - + Zoom &In 放大(I) - + Zoom &Out 縮小(O) - + &Restart game 重置遊戲(R) - + &Save game 保存遊戲(S) - - + + Save game 保存遊戲 - + &Load game 載入遊戲(L) - - + + Load game 載入遊戲 - + Pa&use 暫停(u) - + &Highscore 高分榜(H) - + &Configure iQPuzzle... 配置遊戲(C) - + Report &bug 提交錯誤(b) - - + + &Easy 簡單(E) - - + + &Medium 中等(M) - - + + &Hard 困難(H) - - + + &All 全部(A) - + Sta&tistics 統計數據(t) - - + + Game paused 遊戲已暫停 - - - - - + + + + + Time 耗時 - - - - - - + + + + + + Moves 步數 - - - - + + + + File not found 未發現檔 - - - - + + + + The chosen file does not exist. 檔不存在。 - + Games share path does not exist! 遊戲分享路徑不存在。 - + Unknown 未知 - + Solutions 謎題 - + Load board 載入面板 - + Board files 面板檔 - + No boards available! 無可用的面板! - - + + Save games 保存遊戲 - + Invalid saved puzzle. 無效的保存檔。 - + Puzzle solved! 完成解謎! - + Statistics 統計數據 - - + + Total 總計 - + Unsolved 未解决 - + Easy 簡單 - + Medium 中等 - + Hard 困難 - + including unknown difficulty 包含未知難度 - + About 關於 - + License 協定 - - This application uses icons from <a href="http://tango.freedesktop.org">Tango project</a>. - 本程式的圖示來源於<a href="http://tango.freedesktop.org">Tango 專案</a>。 + + This application uses <a href="https://invent.kde.org/frameworks/breeze-icons">Breeze icons from KDE</a>. + - + Translations 翻譯 @@ -401,49 +403,49 @@ Reduced grid to default. Settings - - + + Left 滑鼠左鍵 - - + + Middle 滑鼠中鍵 - - + + Right 滑鼠右鍵 - - + + First X 第一個 X 鍵 - - + + Second X 第二個 X 鍵 - - + + Vertical wheel 垂直滾輪 - - + + Horizontal wheel 水平滾輪 - + Please change your settings. Same mouse button is used for several actions. 請修改遊戲設置,滑鼠按鈕操作有衝突。 @@ -486,4 +488,4 @@ Reduced grid to default. 使用系統背景色 - \ No newline at end of file + diff --git a/main.cpp b/main.cpp index 988189c..7dc9e11 100644 --- a/main.cpp +++ b/main.cpp @@ -56,13 +56,6 @@ auto main(int argc, char *argv[]) -> int { app.setApplicationName(QStringLiteral(APP_NAME)); app.setApplicationVersion(QStringLiteral(APP_VERSION)); app.setApplicationDisplayName(QStringLiteral(APP_NAME)); -#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0) - QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() - << QStringLiteral(":/fallback-icons")); -#else - QIcon::setThemeSearchPaths(QIcon::themeSearchPaths() - << QStringLiteral(":/fallback-icons")); -#endif #if !defined(Q_OS_WIN) && !defined(Q_OS_MAC) app.setWindowIcon(QIcon::fromTheme(QStringLiteral("iqpuzzle"), QIcon(QStringLiteral(":/iqpuzzle.png"))));