Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmines for openSUSE:Factory checked in at 2021-12-13 20:43:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmines (Old) and /work/SRC/openSUSE:Factory/.kmines.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmines" Mon Dec 13 20:43:21 2021 rev:117 rq:937973 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmines/kmines.changes 2021-11-06 18:20:16.556955393 +0100 +++ /work/SRC/openSUSE:Factory/.kmines.new.2520/kmines.changes 2021-12-13 20:48:37.424566879 +0100 @@ -1,0 +2,27 @@ +Fri Dec 3 19:22:15 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +------------------------------------------------------------------- +Sat Nov 27 10:11:10 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:55:33 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * kde-ci: use @same so that stable builds use stable libkdegames + * CI: Fix repo path for libkdegames + * Documentation updates + * Capitalization fixes to settings dialog options + +------------------------------------------------------------------- Old: ---- kmines-21.08.3.tar.xz kmines-21.08.3.tar.xz.sig New: ---- kmines-21.12.0.tar.xz kmines-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmines.spec ++++++ --- /var/tmp/diff_new_pack.NOILEc/_old 2021-12-13 20:48:37.916567194 +0100 +++ /var/tmp/diff_new_pack.NOILEc/_new 2021-12-13 20:48:37.924567199 +0100 @@ -16,12 +16,11 @@ # -%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmines -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Minesweeper-like game License: GPL-2.0-or-later ++++++ kmines-21.08.3.tar.xz -> kmines-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/.gitlab-ci.yml new/kmines-21.12.0/.gitlab-ci.yml --- old/kmines-21.08.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kmines-21.12.0/.gitlab-ci.yml 2021-12-02 22:31:07.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/.kde-ci.yml new/kmines-21.12.0/.kde-ci.yml --- old/kmines-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kmines-21.12.0/.kde-ci.yml 2021-12-02 22:31:07.000000000 +0100 @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'games/libkdegames': '@same' + 'frameworks/kconfig': '@stable' + 'frameworks/kconfigwidgets': '@stable' + 'frameworks/kcoreaddons': '@stable' + 'frameworks/kcrash': '@stable' + 'frameworks/kdbusaddons': '@stable' + 'frameworks/kdoctools': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/ktextwidgets': '@stable' + 'frameworks/kwidgetsaddons': '@stable' + 'frameworks/kxmlgui': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/CMakeLists.txt new/kmines-21.12.0/CMakeLists.txt --- old/kmines-21.08.3/CMakeLists.txt 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/CMakeLists.txt 2021-12-02 22:31:07.000000000 +0100 @@ -2,8 +2,8 @@ # Release Service version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") -set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MINOR "12") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") # Bump KMINES_BASE_VERSION once new features are added @@ -13,11 +13,21 @@ project(kmines VERSION ${KMINES_VERSION}) set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.83.0") +set(KF5_MIN_VERSION "5.85.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) + +include(ECMAddAppIcon) +include(ECMInstallIcons) +include(ECMQtDeclareLoggingCategory) +include(ECMSetupVersion) +include(FeatureSummary) + find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config @@ -34,29 +44,10 @@ find_package(KF5KDEGames 7.3.0 REQUIRED) -include(KDEInstallDirs) -include(KDECMakeSettings) -include(KDECompilerSettings NO_POLICY_SCOPE) - -include(FeatureSummary) -include(ECMAddAppIcon) -include(ECMInstallIcons) -include(ECMQtDeclareLoggingCategory) -include(ECMSetupVersion) - add_definitions( - -DQT_NO_KEYWORDS - -DQT_NO_FOREACH - -DQT_NO_CAST_TO_ASCII - -DQT_NO_CAST_FROM_ASCII - -DQT_NO_URL_CAST_FROM_STRING - -DQT_NO_CAST_FROM_BYTEARRAY - -DQT_USE_QSTRINGBUILDER - -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT - -DQT_STRICT_ITERATORS -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 - -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055200 + -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600 -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/data/org.kde.kmines.appdata.xml new/kmines-21.12.0/data/org.kde.kmines.appdata.xml --- old/kmines-21.08.3/data/org.kde.kmines.appdata.xml 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/data/org.kde.kmines.appdata.xml 2021-12-02 22:31:07.000000000 +0100 @@ -4,6 +4,7 @@ <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <name>KMines</name> + <name xml:lang="ar">?????????????? ??</name> <name xml:lang="ca">KMines</name> <name xml:lang="ca-valencia">KMines</name> <name xml:lang="cs">KMines</name> @@ -40,6 +41,7 @@ <name xml:lang="zh-CN">KMines</name> <name xml:lang="zh-TW">KMines</name> <summary>Minesweeper-like Game</summary> + <summary xml:lang="ar">???????? ?????? ?????????? ??????????????</summary> <summary xml:lang="ca">Joc a l'estil del dragamines</summary> <summary xml:lang="ca-valencia">Joc a l'estil del dragamines</summary> <summary xml:lang="cs">Hra s minov??m polem</summary> @@ -75,6 +77,7 @@ <summary xml:lang="zh-CN">????????????</summary> <description> <p>KMines is a classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over.</p> + <p xml:lang="ar">?????????????? ?? ???? ???????? ?????????? ?????????? ????????????????. ???????????? ???? ?????????? ???? ???????? ???????????????? ?????? ?????????? ???? ??????????. ?????????? ?????? ?????????? ?????? ?? ?????????? ????????????.</p> <p xml:lang="ca">El KMines ??s un joc cl??ssic de dragamines. La idea ??s descobrir tots els quadrats sense que exploti cap mina. Quan una mina explota, el joc acaba.</p> <p xml:lang="ca-valencia">El KMines ??s un joc cl??ssic de dragamines. La idea ??s descobrir tots els quadrats sense que exploti cap mina. Quan una mina explota, el joc acaba.</p> <p xml:lang="cs">KMines je klasick?? hra Miny. ??kolem je odkr??t v??echny ??tverce ani?? byste odp??lili jakoukoliv minu. Pokud mina vybuchne, hra skon??ila.</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/data/org.kde.kmines.desktop new/kmines-21.12.0/data/org.kde.kmines.desktop --- old/kmines-21.08.3/data/org.kde.kmines.desktop 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/data/org.kde.kmines.desktop 2021-12-02 22:31:07.000000000 +0100 @@ -1,6 +1,7 @@ [Desktop Entry] Name=KMines Name[af]=Kmyne +Name[ar]=?????????????? ?? Name[be]=?????????? Name[bn]=??????-?????????????????? Name[br]=KMines @@ -74,6 +75,7 @@ Type=Application X-DocPath=kmines/index.html GenericName=Minesweeper-like Game +GenericName[ar]=???????? ?????? ?????????? ?????????????? GenericName[be]=???????????? ?? ???????????? GenericName[bn]=??????????????????????????????-??????????????? ???????????? GenericName[br]=C'hoari doare Minesweeper @@ -138,6 +140,7 @@ GenericName[zh_CN]=???????????? GenericName[zh_TW]=???????????????????????? Comment=Minesweeper-like Game +Comment[ar]=???????? ?????? ?????????? ?????????????? Comment[ca]=Joc a l'estil del dragamines Comment[ca@valencia]=Joc a l'estil del dragamines Comment[cs]=Hra s minov??m polem diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ar/kmines.po new/kmines-21.12.0/po/ar/kmines.po --- old/kmines-21.08.3/po/ar/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ar/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-05 22:28+0400\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-15 13:45+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" "Language: ar\n" @@ -56,22 +56,19 @@ #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AllowKminesReset) #: generalopts.ui:24 -#, fuzzy, kde-format -#| msgid "Allow KMines Reset" +#, kde-format msgid "Allow KMines reset" msgstr "???????? ???????????? ?????????????? ??" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisableScoreOnReset) #: generalopts.ui:37 -#, fuzzy, kde-format -#| msgid "Disable Score on Reset" +#, kde-format msgid "Disable score on reset" msgstr "?????? ?????????????? ?????? ??????????????" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ExploreWithLeftClickOnNumberCells) #: generalopts.ui:44 -#, fuzzy, kde-format -#| msgid "Explore with Left Click on Number Cells" +#, kde-format msgid "Explore with left click on number cells" msgstr "???????????? ?????????? ???????????? ?????? ?????????? ??????????????" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/be/kmines.po new/kmines-21.12.0/po/be/kmines.po --- old/kmines-21.08.3/po/be/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/be/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2007-06-25 11:11+0300\n" "Last-Translator: Darafei Praliaskouski <[email protected]>\n" "Language-Team: Belarusian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/bg/kmines.po new/kmines-21.12.0/po/bg/kmines.po --- old/kmines-21.08.3/po/bg/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/bg/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2011-07-28 18:29+0300\n" "Last-Translator: Yasen Pramatarov <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/bs/kmines.po new/kmines-21.12.0/po/bs/kmines.po --- old/kmines-21.08.3/po/bs/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/bs/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2013-10-18 20:07+0000\n" "Last-Translator: Samir Ribi?? <Unknown>\n" "Language-Team: Bosnian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ca/kmines.po new/kmines-21.12.0/po/ca/kmines.po --- old/kmines-21.08.3/po/ca/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ca/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-13 11:06+0200\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-13 10:44+0200\n" "Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ca@valencia/kmines.po new/kmines-21.12.0/po/ca@valencia/kmines.po --- old/kmines-21.08.3/po/ca@valencia/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ca@valencia/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-13 11:06+0200\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-13 10:44+0200\n" "Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/cs/kmines.po new/kmines-21.12.0/po/cs/kmines.po --- old/kmines-21.08.3/po/cs/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/cs/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-13 14:32+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/da/kmines.po new/kmines-21.12.0/po/da/kmines.po --- old/kmines-21.08.3/po/da/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/da/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2010-12-04 19:43+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/de/docs/kmines/index.docbook new/kmines-21.12.0/po/de/docs/kmines/index.docbook --- old/kmines-21.08.3/po/de/docs/kmines/index.docbook 2021-11-02 01:12:02.000000000 +0100 +++ new/kmines-21.12.0/po/de/docs/kmines/index.docbook 2021-12-03 01:12:16.000000000 +0100 @@ -98,9 +98,9 @@ >&FDLNotice;</legalnotice> <date ->2020-08-13</date> +>2021-07-11</date> <releaseinfo ->4.0 (Applications 20.12)</releaseinfo> +>4.0 (KDE Gear 21.04)</releaseinfo> <abstract ><para @@ -325,8 +325,8 @@ <listitem ><para ><action ->Quits</action -> &kmines;</para +>Beendet</action +> &kmines;.</para ></listitem> </varlistentry> @@ -353,11 +353,11 @@ >Benutzerdefiniert</guimenuitem > eine individuelle Feldgr????e zu w??hlen.</para> <para ->If you select <guimenuitem ->Custom</guimenuitem ->, then the settings you have configured in the <guimenuitem ->Configure &kmines;</guimenuitem -> dialog will be used.</para +>Falls Sie <guimenuitem +>Benutzerdefiniert</guimenuitem +> ausw??hlen, werden die im Dialog <guilabel +>Einrichten - &kmines;</guilabel +> eingestellten Werte verwendet.</para ></listitem> </varlistentry> @@ -439,7 +439,9 @@ ></keycombo ></entry ><entry ->What's This Help</entry +><quote +>Was ist das?</quote +>-Hilfe</entry ></row> <row ><entry @@ -457,13 +459,13 @@ </table> <para ->These shortcuts can be changed by selecting <menuchoice +>Diese Tastenbelegungen k??nnen Sie im Men?? <menuchoice > <guimenu ->Settings</guimenu +>Einstellungen</guimenu > <guimenuitem ->Configure Shortcuts...</guimenuitem +>Kurzbefehle festlegen ...</guimenuitem > </menuchoice -> from the menubar.</para> +> ??ndern.</para> </sect1> @@ -481,10 +483,12 @@ </question> <answer> <para ->Yes, click on the <guimenu ->Settings</guimenu -> menu and select <guimenuitem ->Configure &kmines;...</guimenuitem +>Ja, w??hlen Sie im Men?? <menuchoice +><guimenu +>Einstellungen</guimenu +> <guimenuitem +>&kmines; einrichten ...</guimenuitem +></menuchoice >. </para> </answer> </qandaentry> @@ -507,13 +511,13 @@ <title >Spieleinstellungen</title> <para ->The game settings can be configured by selecting <menuchoice +>Um die Einstellungen f??r das Spiel zu ??ndern, ??ffnen Sie mit <menuchoice ><guimenu ->Settings</guimenu +>Einstellungen</guimenu > <guimenuitem ->Configure &kmines;...</guimenuitem -></menuchoice -> from the menubar. A dialog will appear. </para> +>&kmines; einrichten ...</guimenuitem +> </menuchoice +> einen Dialog. </para> <para >Aus der Seite <guilabel >Allgemein</guilabel @@ -529,7 +533,7 @@ </varlistentry> <varlistentry> <term ->Allow &kmines; Reset</term> +>Zur??cksetzen von &kmines; erlauben</term> <listitem> <para >Ist dies aktiviert, dann k??nnen Sie ein &kmines;-Spiel zur??cksetzen, wenn >Sie nur noch raten k??nnen und der letzte Rateversuch falsch war.</para> @@ -537,7 +541,7 @@ </varlistentry> <varlistentry> <term ->Disable Score on Reset</term> +>Spielstand beim Zur??cksetzen deaktivieren</term> <listitem> <para >Ist dies aktiviert, dann k??nnen Sie beim Zur??cksetzen die Bewertung >abschalten.</para> @@ -545,7 +549,7 @@ </varlistentry> <varlistentry> <term ->Explore with Left Click on Number Cells</term> +>Markieren mit linkem Mausklick auf ein Feld</term> <listitem> <para >Wenn aktiviert, dann hat das Klicken mit der &LMBn; auf ein Feld den gleichen >Effekt wie das Klicken mit der &MMBn;.</para> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/de/kmines.po new/kmines-21.12.0/po/de/kmines.po --- old/kmines-21.08.3/po/de/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/de/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-14 14:47+0200\n" "Last-Translator: Burkhard L??ck <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/el/kmines.po new/kmines-21.12.0/po/el/kmines.po --- old/kmines-21.08.3/po/el/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/el/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-18 11:08+0300\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-19 08:32+0300\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" "Language: el\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/en_GB/kmines.po new/kmines-21.12.0/po/en_GB/kmines.po --- old/kmines-21.08.3/po/en_GB/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/en_GB/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-25 11:22+0100\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-25 11:14+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" "Language: en_GB\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/eo/kmines.po new/kmines-21.12.0/po/eo/kmines.po --- old/kmines-21.08.3/po/eo/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/eo/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2007-12-05 22:19+0100\n" "Last-Translator: Pierre-Marie P??drot <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/es/docs/kmines/index.docbook new/kmines-21.12.0/po/es/docs/kmines/index.docbook --- old/kmines-21.08.3/po/es/docs/kmines/index.docbook 2021-11-02 01:12:02.000000000 +0100 +++ new/kmines-21.12.0/po/es/docs/kmines/index.docbook 2021-12-03 01:12:16.000000000 +0100 @@ -168,9 +168,9 @@ >&FDLNotice;</legalnotice> <date ->2020-08-13</date> +>2021-07-11</date> <releaseinfo ->4.0 (Applications 20.12)</releaseinfo> +>4.0 (KDE Gear 21.04)</releaseinfo> <abstract ><para @@ -395,8 +395,8 @@ <listitem ><para ><action ->Quits</action -> &kmines;</para +>Sale</action +> de &kmines;.</para ></listitem> </varlistentry> @@ -423,11 +423,11 @@ >Personalizado..</guimenuitem >.</para> <para ->If you select <guimenuitem ->Custom</guimenuitem ->, then the settings you have configured in the <guimenuitem ->Configure &kmines;</guimenuitem -> dialog will be used.</para +>Si selecciona <guimenuitem +>Personalizado</guimenuitem +>, se usar??n las preferencias que haya configurado en el cuadro de di??logo <guilabel +>Configurar &kmines;</guilabel +>.</para ></listitem> </varlistentry> @@ -509,7 +509,7 @@ ></keycombo ></entry ><entry ->What's This Help</entry +>Ayuda ??Qu?? es esto?</entry ></row> <row ><entry @@ -527,13 +527,13 @@ </table> <para ->These shortcuts can be changed by selecting <menuchoice -> <guimenu ->Settings</guimenu -> <guimenuitem ->Configure Shortcuts...</guimenuitem -> </menuchoice -> from the menubar.</para> +>Estos accesos r??pidos se pueden cambiar seleccionando la opci??n del men?? <menuchoice +><guimenu +>Preferencias</guimenu +><guimenuitem +>Configurar accesos r??pidos...</guimenuitem +></menuchoice +>.</para> </sect1> @@ -551,10 +551,12 @@ </question> <answer> <para ->Yes, click on the <guimenu ->Settings</guimenu -> menu and select <guimenuitem ->Configure &kmines;...</guimenuitem +>S??, pulse la opci??n del men?? <menuchoice +><guimenu +>Preferencias</guimenu +> <guimenuitem +>Configurar &kmines;...</guimenuitem +></menuchoice >. </para> </answer> </qandaentry> @@ -577,13 +579,13 @@ <title >Preferencias del juego</title> <para ->The game settings can be configured by selecting <menuchoice +>Las preferencias del juego se pueden configurar seleccionando el elemento del men?? <menuchoice ><guimenu ->Settings</guimenu +>Preferencias</guimenu > <guimenuitem ->Configure &kmines;...</guimenuitem +>Configurar &kmines;...</guimenuitem ></menuchoice -> from the menubar. A dialog will appear. </para> +>. Se mostrar?? un di??logo. </para> <para >El la p??gina <guilabel >General</guilabel @@ -599,7 +601,7 @@ </varlistentry> <varlistentry> <term ->Allow &kmines; Reset</term> +>Permitir reinicio de &kmines;</term> <listitem> <para >Si est?? marcada, le permite reiniciar el juego de &kmines; cuando es >imposible hacer nada m??s excepto suponer, y su ??ltima suposici??n es >err??nea.</para> @@ -607,7 +609,7 @@ </varlistentry> <varlistentry> <term ->Disable Score on Reset</term> +>Desactivar la puntuaci??n al reiniciar</term> <listitem> <para >Si est?? marcada, le permite desactivar la puntuaci??n al reiniciar.</para> @@ -615,7 +617,7 @@ </varlistentry> <varlistentry> <term ->Explore with Left Click on Number Cells</term> +>Explorar con clic izquierdo en las celdas con n??mero</term> <listitem> <para >Si est?? marcada, el clic con el &LMB; en una celda con n??mero tendr?? el >mismo efecto que un clic con el &MMB;.</para> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/es/kmines.po new/kmines-21.12.0/po/es/kmines.po --- old/kmines-21.08.3/po/es/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/es/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-14 19:55+0100\n" "Last-Translator: Sofia Priego <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/et/kmines.po new/kmines-21.12.0/po/et/kmines.po --- old/kmines-21.08.3/po/et/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/et/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2019-11-11 12:52+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/eu/kmines.po new/kmines-21.12.0/po/eu/kmines.po --- old/kmines-21.08.3/po/eu/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/eu/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-21 10:09+0200\n" "Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/fa/kmines.po new/kmines-21.12.0/po/fa/kmines.po --- old/kmines-21.08.3/po/fa/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/fa/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2008-04-16 22:40+0330\n" "Last-Translator: Emil Sedgh <[email protected]>\n" "Language-Team: American English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/fi/kmines.po new/kmines-21.12.0/po/fi/kmines.po --- old/kmines-21.08.3/po/fi/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/fi/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-08-18 19:15+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/fr/kmines.po new/kmines-21.12.0/po/fr/kmines.po --- old/kmines-21.08.3/po/fr/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/fr/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-14 07:43+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ga/kmines.po new/kmines-21.12.0/po/ga/kmines.po --- old/kmines-21.08.3/po/ga/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ga/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdegames/kmines.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/gl/kmines.po new/kmines-21.12.0/po/gl/kmines.po --- old/kmines-21.08.3/po/gl/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/gl/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2019-01-15 19:39+0100\n" "Last-Translator: Adri??n Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/he/kmines.po new/kmines-21.12.0/po/he/kmines.po --- old/kmines-21.08.3/po/he/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/he/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2017-05-16 07:01-0400\n" "Last-Translator: Copied by Zanata <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/hi/kmines.po new/kmines-21.12.0/po/hi/kmines.po --- old/kmines-21.08.3/po/hi/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/hi/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2007-12-24 12:15+0530\n" "Last-Translator: Ravishankar Shrivastava <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/hr/kmines.po new/kmines-21.12.0/po/hr/kmines.po --- old/kmines-21.08.3/po/hr/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/hr/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kmines 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2006-08-21 17:04+0100\n" "Last-Translator: Renato Pavicic <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/hu/kmines.po new/kmines-21.12.0/po/hu/kmines.po --- old/kmines-21.08.3/po/hu/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/hu/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: KDE 4.2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2012-01-22 15:46+0100\n" "Last-Translator: Krist??f Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/id/kmines.po new/kmines-21.12.0/po/id/kmines.po --- old/kmines-21.08.3/po/id/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/id/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-04-18 00:40+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/is/kmines.po new/kmines-21.12.0/po/is/kmines.po --- old/kmines-21.08.3/po/is/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/is/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -4,20 +4,20 @@ # # Bjarni R. Einarsson, <[email protected]>, 1998. # Pjetur G. Hjaltason <[email protected]>, 2004. -# Sveinn ?? Felli <[email protected]>, 2009, 2010, 2011. +# Sveinn ?? Felli <[email protected]>, 2009, 2010, 2011, 2021. msgid "" msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2011-06-29 22:07+0000\n" -"Last-Translator: Sveinn ?? Felli <[email protected]>\n" -"Language-Team: Icelandic <[email protected]>\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-10-07 11:52+0000\n" +"Last-Translator: Sveinn ?? Felli <[email protected]>\n" +"Language-Team: Icelandic\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 19.12.3\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "\n" "\n" @@ -26,12 +26,12 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Richard Allen, J??hann Fri??riksson, Pjetur G. Hjaltason" +msgstr "Richard Allen, J??hann Fri??riksson, Pjetur G. Hjaltason, Sveinn ?? Felli" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected], [email protected], [email protected]" +msgstr "[email protected], [email protected], [email protected], [email protected]" #. i18n: ectx: property (text), widget (QLabel, label) #: customgame.ui:16 @@ -61,31 +61,31 @@ #: generalopts.ui:24 #, kde-format msgid "Allow KMines reset" -msgstr "" +msgstr "Leyfa endurstillingu KMines" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisableScoreOnReset) #: generalopts.ui:37 #, kde-format msgid "Disable score on reset" -msgstr "" +msgstr "Gera stig ??virk vi?? n??llstillingu" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ExploreWithLeftClickOnNumberCells) #: generalopts.ui:44 #, kde-format msgid "Explore with left click on number cells" -msgstr "" +msgstr "Kanna me?? vinstrismell ?? talnareiti" #. i18n: ectx: label, entry (UseQuestionMarks), group (General) #: kmines.kcfg:9 #, kde-format msgid "Whether the \"unsure\" marker may be used." -msgstr "Hvort nota m?? \"??viss\" flaggi??." +msgstr "Hvort nota m?? \"??viss\" flaggi??." #. i18n: ectx: label, entry (ExploreWithLeftClickOnNumberCells), group (General) #: kmines.kcfg:21 #, kde-format msgid "Left click on a number cell will have the same effect as mid click." -msgstr "" +msgstr "Vinstrismellur ?? talnareiti hefur s??mu ??hrif og a?? mi??jusmella." #. i18n: ectx: label, entry (CustomWidth), group (Options) #: kmines.kcfg:27 @@ -129,6 +129,10 @@ "(c) 2006-2007, Mauricio Piacentini\n" "(c) 2007, Dmitry Suzdalev" msgstr "" +"(c) 1996-2005, Nicolas Hadacek\n" +"(c) 2001, Mikhail Kourinny\n" +"(c) 2006-2007, Mauricio Piacentini\n" +"(c) 2007, Dmitry Suzdalev" #: main.cpp:45 #, kde-format @@ -223,12 +227,12 @@ #: mainwindow.cpp:203 #, kde-format msgid "Reset?" -msgstr "" +msgstr "N??llstilla?" #: mainwindow.cpp:203 #, kde-format msgid "Reset the Game?" -msgstr "" +msgstr "Endurstilla leikinn?" #: mainwindow.cpp:214 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/it/docs/kmines/index.docbook new/kmines-21.12.0/po/it/docs/kmines/index.docbook --- old/kmines-21.08.3/po/it/docs/kmines/index.docbook 2021-11-02 01:12:02.000000000 +0100 +++ new/kmines-21.12.0/po/it/docs/kmines/index.docbook 2021-12-03 01:12:16.000000000 +0100 @@ -98,9 +98,9 @@ >&FDLNotice;</legalnotice> <date ->2020-08-13</date> +>2021-07-11</date> <releaseinfo ->4.0 (Applications 20.12)</releaseinfo> +>4.0 (KDE Gear 21.04)</releaseinfo> <abstract ><para @@ -355,8 +355,8 @@ <para >Se scegli <guimenuitem >Personalizzato</guimenuitem -> verranno usati i parametri che hai impostato nella finestra di dialogo <guimenuitem ->Configura &kmines;</guimenuitem +> verranno usati i parametri che hai impostato nella finestra di dialogo <guilabel +>Configura &kmines;</guilabel >.</para ></listitem> </varlistentry> @@ -457,13 +457,13 @@ </table> <para ->Queste scorciatoie possono essere modificate selezionando <menuchoice +>Queste scorciatoie possono essere modificate selezionando l'elemento del menu <menuchoice > <guimenu >Impostazioni</guimenu > <guimenuitem >Configura le scorciatoie</guimenuitem > </menuchoice -> dalla barra dei menu.</para> +>.</para> </sect1> @@ -481,11 +481,13 @@ </question> <answer> <para ->Certo. Premi il menu <guimenu +>Certo. Premi l'elemento del menu <menuchoice +><guimenu >Impostazioni</guimenu -> e seleziona <guimenuitem +> <guimenuitem >Configura &kmines;...</guimenuitem -> </para> +></menuchoice +>. </para> </answer> </qandaentry> @@ -507,13 +509,13 @@ <title >Opzioni di gioco</title> <para ->Le opzioni di gioco possono essere modificate selezionando <menuchoice +>Le opzioni di gioco possono essere modificate selezionando l'elemento del menu <menuchoice > <guimenu >Impostazioni</guimenu > <guimenuitem >Configura &kmines;...</guimenuitem > </menuchoice -> dalla barra dei menu. Apparir?? una finestra di dialogo. </para> +>. Apparir?? una finestra di dialogo. </para> <para >Nella pagina <guilabel >Generale</guilabel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/it/kmines.po new/kmines-21.12.0/po/it/kmines.po --- old/kmines-21.08.3/po/it/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/it/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-19 09:53+0200\n" "Last-Translator: Paolo Zamponi <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ja/kmines.po new/kmines-21.12.0/po/ja/kmines.po --- old/kmines-21.08.3/po/ja/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ja/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2008-12-23 11:25+0900\n" "Last-Translator: Yukiko Bando <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/kk/kmines.po new/kmines-21.12.0/po/kk/kmines.po --- old/kmines-21.08.3/po/kk/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/kk/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2011-01-19 03:18+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/km/kmines.po new/kmines-21.12.0/po/km/kmines.po --- old/kmines-21.08.3/po/km/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/km/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2009-10-24 10:36+0700\n" "Last-Translator: Morn Met\n" "Language-Team: Khmer <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ko/kmines.po new/kmines-21.12.0/po/ko/kmines.po --- old/kmines-21.08.3/po/ko/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ko/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-18 13:31+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/lt/kmines.po new/kmines-21.12.0/po/lt/kmines.po --- old/kmines-21.08.3/po/lt/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/lt/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2015-12-29 17:52+0200\n" "Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: lt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/lv/kmines.po new/kmines-21.12.0/po/lv/kmines.po --- old/kmines-21.08.3/po/lv/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/lv/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2008-12-27 18:46+0200\n" "Last-Translator: Viesturs Zarins <[email protected]>\n" "Language-Team: Lavtian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ml/kmines.po new/kmines-21.12.0/po/ml/kmines.po --- old/kmines-21.08.3/po/ml/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ml/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines trunk\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2019-12-12 22:09+0000\n" "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n" "Language-Team: SMC <smc.org.in>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/mr/kmines.po new/kmines-21.12.0/po/mr/kmines.po --- old/kmines-21.08.3/po/mr/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/mr/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2013-03-22 15:18+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/nb/kmines.po new/kmines-21.12.0/po/nb/kmines.po --- old/kmines-21.08.3/po/nb/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/nb/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2010-10-19 12:08+0200\n" "Last-Translator: Bj??rn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokm??l <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/nds/kmines.po new/kmines-21.12.0/po/nds/kmines.po --- old/kmines-21.08.3/po/nds/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/nds/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2011-01-21 10:19+0100\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/nl/kmines.po new/kmines-21.12.0/po/nl/kmines.po --- old/kmines-21.08.3/po/nl/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/nl/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -15,10 +15,10 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-13 10:54+0200\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-13 13:35+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" -"Language-Team: Dutch <[email protected]>\n" +"Language-Team: \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/nn/kmines.po new/kmines-21.12.0/po/nn/kmines.po --- old/kmines-21.08.3/po/nn/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/nn/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2020-09-20 09:28+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/pa/kmines.po new/kmines-21.12.0/po/pa/kmines.po --- old/kmines-21.08.3/po/pa/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/pa/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2007-01-17 11:10+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/pl/kmines.po new/kmines-21.12.0/po/pl/kmines.po --- old/kmines-21.08.3/po/pl/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/pl/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -1,4 +1,4 @@ -# Version: $Revision: 1605452 $ +# Version: $Revision: 1605447 $ # translation of kmines.po to Polish # translation of kmines.po to # translation of kmines.po to @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-25 07:58+0200\n" "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/pt/kmines.po new/kmines-21.12.0/po/pt/kmines.po --- old/kmines-21.08.3/po/pt/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/pt/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2020-09-17 10:14+0100\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-13 12:41+0100\n" "Last-Translator: Jos?? Nuno Pires <[email protected]>\n" "Language-Team: pt <[email protected]>\n" "Language: pt\n" @@ -51,24 +51,21 @@ #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AllowKminesReset) #: generalopts.ui:24 -#, fuzzy, kde-format -#| msgid "Allow KMines Reset" +#, kde-format msgid "Allow KMines reset" -msgstr "Permitir o Rein??cio do KMines" +msgstr "Permitir o rein??cio do KMines" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisableScoreOnReset) #: generalopts.ui:37 -#, fuzzy, kde-format -#| msgid "Disable Score on Reset" +#, kde-format msgid "Disable score on reset" -msgstr "Desactivar a Pontua????o ao Reiniciar" +msgstr "Desactivar a pontua????o ao reiniciar" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ExploreWithLeftClickOnNumberCells) #: generalopts.ui:44 -#, fuzzy, kde-format -#| msgid "Explore with Left Click on Number Cells" +#, kde-format msgid "Explore with left click on number cells" -msgstr "Explorar com o Bot??o Esquerdo nas C??lulas de N??meros" +msgstr "Explorar com o bot??o esquerdo nas c??lulas de n??meros" #. i18n: ectx: label, entry (UseQuestionMarks), group (General) #: kmines.kcfg:9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/pt_BR/kmines.po new/kmines-21.12.0/po/pt_BR/kmines.po --- old/kmines-21.08.3/po/pt_BR/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/pt_BR/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2021-07-14 11:43-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ro/kmines.po new/kmines-21.12.0/po/ro/kmines.po --- old/kmines-21.08.3/po/ro/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ro/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: kmines-1.0.1a\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2012-05-27 22:59+0300\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ru/kmines.po new/kmines-21.12.0/po/ru/kmines.po --- old/kmines-21.08.3/po/ru/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ru/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2010-12-05 22:02+0200\n" "Last-Translator: Artem Sereda <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/se/kmines.po new/kmines-21.12.0/po/se/kmines.po --- old/kmines-21.08.3/po/se/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/se/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2007-09-11 22:44+0200\n" "Last-Translator: Northern Sami translation team <[email protected]." "no>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/sk/kmines.po new/kmines-21.12.0/po/sk/kmines.po --- old/kmines-21.08.3/po/sk/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/sk/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2020-09-02 20:42+0200\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/sl/kmines.po new/kmines-21.12.0/po/sl/kmines.po --- old/kmines-21.08.3/po/sl/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/sl/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -13,8 +13,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-14 09:35+0200\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-14 09:04+0200\n" "Last-Translator: Matja?? Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/sq/kmines.po new/kmines-21.12.0/po/sq/kmines.po --- old/kmines-21.08.3/po/sq/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/sq/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdegames\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2009-08-11 23:53+0000\n" "Last-Translator: Vilson Gjeci <[email protected]>\n" "Language-Team: Albanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/sv/kmines.po new/kmines-21.12.0/po/sv/kmines.po --- old/kmines-21.08.3/po/sv/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/sv/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-13 11:24+0200\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-13 11:38+0200\n" "Last-Translator: Stefan Asserh??ll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" "Language: sv\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ta/kmines.po new/kmines-21.12.0/po/ta/kmines.po --- old/kmines-21.08.3/po/ta/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ta/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2005-03-22 22:18-0800\n" "Last-Translator: Tamil PC <[email protected]>\n" "Language-Team: English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/tg/kmines.po new/kmines-21.12.0/po/tg/kmines.po --- old/kmines-21.08.3/po/tg/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/tg/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2005-10-22 16:41+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: Tajik\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/tr/kmines.po new/kmines-21.12.0/po/tr/kmines.po --- old/kmines-21.08.3/po/tr/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/tr/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdegames-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2014-06-08 13:55+0000\n" "Last-Translator: Volkan Gezer <[email protected]>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/ug/kmines.po new/kmines-21.12.0/po/ug/kmines.po --- old/kmines-21.08.3/po/ug/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/ug/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/uk/kmines.po new/kmines-21.12.0/po/uk/kmines.po --- old/kmines-21.08.3/po/uk/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/uk/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-07-13 09:41+0300\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-07-13 08:57+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" "Language: uk\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/wa/kmines.po new/kmines-21.12.0/po/wa/kmines.po --- old/kmines-21.08.3/po/wa/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/wa/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2011-07-17 16:12+0200\n" "Last-Translator: Jean Cayron <[email protected]>\n" "Language-Team: Walloon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/zh_CN/kmines.po new/kmines-21.12.0/po/zh_CN/kmines.po --- old/kmines-21.08.3/po/zh_CN/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/zh_CN/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" -"PO-Revision-Date: 2021-10-29 13:27\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" +"PO-Revision-Date: 2021-11-30 15:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/po/zh_TW/kmines.po new/kmines-21.12.0/po/zh_TW/kmines.po --- old/kmines-21.08.3/po/zh_TW/kmines.po 2021-11-02 01:12:01.000000000 +0100 +++ new/kmines-21.12.0/po/zh_TW/kmines.po 2021-12-03 01:12:16.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-13 01:38+0000\n" +"POT-Creation-Date: 2021-07-13 00:16+0000\n" "PO-Revision-Date: 2019-01-15 22:40+0800\n" "Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/src/CMakeLists.txt new/kmines-21.12.0/src/CMakeLists.txt --- old/kmines-21.08.3/src/CMakeLists.txt 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/src/CMakeLists.txt 2021-12-02 22:31:07.000000000 +0100 @@ -6,11 +6,18 @@ add_executable(kmines) target_sources(kmines PRIVATE - mainwindow.cpp - cellitem.cpp borderitem.cpp + borderitem.h + cellitem.cpp + cellitem.h + commondefs.h + main.cpp + mainwindow.cpp + mainwindow.h minefielditem.cpp + minefielditem.h scene.cpp + scene.h main.cpp kmines.qrc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/src/mainwindow.cpp new/kmines-21.12.0/src/mainwindow.cpp --- old/kmines-21.08.3/src/mainwindow.cpp 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/src/mainwindow.cpp 2021-12-02 22:31:07.000000000 +0100 @@ -42,9 +42,9 @@ : QWidget(parent) { ui.setupUi(this); - connect(ui.kcfg_CustomWidth, QOverload<int>::of(&QSpinBox::valueChanged), + connect(ui.kcfg_CustomWidth, qOverload<int>(&QSpinBox::valueChanged), this, &CustomGameConfig::updateMaxMines); - connect(ui.kcfg_CustomHeight, QOverload<int>::of(&QSpinBox::valueChanged), + connect(ui.kcfg_CustomHeight, qOverload<int>(&QSpinBox::valueChanged), this, &CustomGameConfig::updateMaxMines); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/src/minefielditem.cpp new/kmines-21.12.0/src/minefielditem.cpp --- old/kmines-21.08.3/src/minefielditem.cpp 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/src/minefielditem.cpp 2021-12-02 22:31:07.000000000 +0100 @@ -29,7 +29,7 @@ m_gameOver = false; m_numUnrevealed = m_numRows*m_numCols; - for(CellItem* item : qAsConst(m_cells)) { + for(CellItem* item : std::as_const(m_cells)) { item->unreveal(); item->unflag(); item->unexplode(); @@ -137,7 +137,7 @@ continue; } - for (int idx : qAsConst(cellsWithMines)) { + for (int idx : std::as_const(cellsWithMines)) { FieldPos rc = rowColFromIndex(idx); const QList<CellItem*> neighbours = adjacentItemsFor(rc.first, rc.second); for (CellItem *item : neighbours) { @@ -255,11 +255,11 @@ m_cellSize = static_cast<int>(size); - for (CellItem* item : qAsConst(m_cells)) { + for (CellItem* item : std::as_const(m_cells)) { item->setRenderSize(QSize(m_cellSize, m_cellSize)); } - for (BorderItem *item : qAsConst(m_borders)) { + for (BorderItem *item : std::as_const(m_borders)) { item->setRenderSize(QSize(m_cellSize, m_cellSize)); } @@ -276,7 +276,7 @@ itemAt(row,col)->setPos((col+1)*m_cellSize, (row+1)*m_cellSize); } - for (BorderItem* item : qAsConst(m_borders)) { + for (BorderItem* item : std::as_const(m_borders)) { item->setPos( item->col()*m_cellSize, item->row()*m_cellSize ); } } @@ -542,7 +542,7 @@ void MineFieldItem::revealAllMines() { - for (CellItem* item : qAsConst(m_cells)) { + for (CellItem* item : std::as_const(m_cells)) { if( (item->isFlagged() && !item->hasMine()) || (!item->isFlagged() && item->hasMine()) ) { item->reveal(); @@ -568,7 +568,7 @@ bool MineFieldItem::checkLost() { // for loss... - for (CellItem* item : qAsConst(m_cells)) { + for (CellItem* item : std::as_const(m_cells)) { if(item->isExploded()) { m_gameOver = true; @@ -587,7 +587,7 @@ if(m_numUnrevealed == m_minesCount) { // mark not flagged cells (if any) with flags - for (CellItem* item : qAsConst(m_cells)) { + for (CellItem* item : std::as_const(m_cells)) { if( item->isQuestioned() ) item->mark(); if( !item->isRevealed() && !item->isFlagged() ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/themes/classic.desktop new/kmines-21.12.0/themes/classic.desktop --- old/kmines-21.08.3/themes/classic.desktop 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/themes/classic.desktop 2021-12-02 22:31:07.000000000 +0100 @@ -1,5 +1,6 @@ [KGameTheme] Name=Classic +Name[ar]=???????????? Name[be]=???????????????? Name[bs]=Klasi??no Name[ca]=Cl??ssic @@ -59,6 +60,7 @@ Name[zh_CN]=?????? Name[zh_TW]=?????? Description=Classic theme for KMines +Description[ar]=?????? ?????????????? ?????????????? ?? Description[bs]=Klasi??na tema za KMines Description[ca]=Tema cl??ssic per al KMines Description[ca@valencia]=Tema cl??ssic per al KMines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/themes/default.desktop new/kmines-21.12.0/themes/default.desktop --- old/kmines-21.08.3/themes/default.desktop 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/themes/default.desktop 2021-12-02 22:31:07.000000000 +0100 @@ -1,5 +1,6 @@ [KGameTheme] Name=Default +Name[ar]=???????????????? Name[be]=?????????????????????????? Name[br]=Dre ziouer Name[bs]=Podrazumijevani @@ -61,6 +62,7 @@ Name[zh_CN]=?????? Name[zh_TW]=?????? Description=KMines Oxygen theme +Description[ar]=?????? ?????????????? ?????????????? ?? Description[ca]=Tema Oxygen del KMines Description[ca@valencia]=Tema Oxygen del KMines Description[cs]=Motiv Oxygen pro KMines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/themes/graveyard-mayhem.desktop new/kmines-21.12.0/themes/graveyard-mayhem.desktop --- old/kmines-21.08.3/themes/graveyard-mayhem.desktop 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/themes/graveyard-mayhem.desktop 2021-12-02 22:31:07.000000000 +0100 @@ -1,5 +1,6 @@ [KGameTheme] Name=Graveyard Mayhem +Name[ar]=?????????? ???????????? Name[bs]=Groblje Maythem Name[ca]=L'esquarterament del cementiri Name[ca@valencia]=L'esquarterament del cementiri @@ -43,6 +44,7 @@ Name[zh_CN]=???????????? Name[zh_TW]=??????????????? Description=A spooky theme for KMines. Don't get caught by the zombies in the graveyard! +Description[ar]=?????? ?????????? ?????????????? ??. ???? ?????? ?????????????? ???????????? ???? ??????????????! Description[bs]=Sablasna tema za KMines. Ne dopusti da bude?? uhva??en od strane zombija na groblju! Description[ca]=Un tema esfere??dor per al KMines. No us deixeu atrapar pels zombis en el cementiri! Description[ca@valencia]=Un tema esfere??dor per al KMines. No vos deixeu atrapar pels zombis en el cementiri! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/themes/green.desktop new/kmines-21.12.0/themes/green.desktop --- old/kmines-21.08.3/themes/green.desktop 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/themes/green.desktop 2021-12-02 22:31:07.000000000 +0100 @@ -1,5 +1,6 @@ [KGameTheme] Name=Gardens of Danger +Name[ar]=?????????? ?????????? Name[bs]=Vrtovi opasnosti Name[ca]=Jard?? del perill Name[ca@valencia]=Jard?? del perill @@ -50,6 +51,7 @@ Name[zh_CN]=???????????? Name[zh_TW]=???????????? Description=A funny theme for KMines +Description[ar]=?????? ???????? ?????????????? ?? Description[ca]=Un tema divertit per al KMines Description[ca@valencia]=Un tema divertit per al KMines Description[cs]=Legra??n?? motiv pro KMines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-21.08.3/themes/kmines_waste2.desktop new/kmines-21.12.0/themes/kmines_waste2.desktop --- old/kmines-21.08.3/themes/kmines_waste2.desktop 2021-10-31 11:26:42.000000000 +0100 +++ new/kmines-21.12.0/themes/kmines_waste2.desktop 2021-12-02 22:31:07.000000000 +0100 @@ -1,5 +1,6 @@ [KGameTheme] Name=Cig Waste No. 2 +Name[ar]=???????????? ?????? ?????? ?? Name[ca]=Neteja de burilles n??m. 2 Name[ca@valencia]=Neteja de burilles n??m. 2 Name[de]=Zigarettenm??ll @@ -23,6 +24,7 @@ Name[x-test]=xxCig Waste No. 2xx Name[zh_CN]=???????????? 2 Description=The cleaning of the Earth begins +Description[ar]=???????? ?????????? ?????????? Description[ca]=Ha comen??at la neteja de la Terra Description[ca@valencia]=Ha comen??at la neteja de la Terra Description[de]=M??llbeseitigung auf der Erde
