commit kjumpingcube for openSUSE:Factory
29 Apr
2020
29 Apr
'20
18:49
Hello community, here is the log from the commit of package kjumpingcube for openSUSE:Factory checked in at 2020-04-29 20:49:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kjumpingcube (Old) and /work/SRC/openSUSE:Factory/.kjumpingcube.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kjumpingcube" Wed Apr 29 20:49:12 2020 rev:97 rq:796950 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes 2020-03-12 23:04:29.991138850 +0100 +++ /work/SRC/openSUSE:Factory/.kjumpingcube.new.2738/kjumpingcube.changes 2020-04-29 20:49:48.488644077 +0200 @@ -1,0 +2,29 @@ +Thu Apr 23 12:22:31 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- No code change since 20.03.90 + +------------------------------------------------------------------- +Sun Apr 5 20:30:09 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> + +- Update to 20.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-rc +- No code change since 20.03.80 + +------------------------------------------------------------------- +Sun Mar 22 09:17:05 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> + +- Update to 20.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-beta +- Changes since 19.12.3: + * Fix compilation due to KIO::stat() (as used here) being deprecated + * Fix link: ui.html -> menus.html + +------------------------------------------------------------------- Old: ---- kjumpingcube-19.12.3.tar.xz kjumpingcube-19.12.3.tar.xz.sig New: ---- kjumpingcube-20.04.0.tar.xz kjumpingcube-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kjumpingcube.spec ++++++ --- /var/tmp/diff_new_pack.Htz4Oh/_old 2020-04-29 20:49:49.364646084 +0200 +++ /var/tmp/diff_new_pack.Htz4Oh/_new 2020-04-29 20:49:49.368646093 +0200 @@ -1,7 +1,7 @@ # # spec file for package kjumpingcube # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,34 +21,30 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kjumpingcube -Version: 19.12.3 +Version: 20.04.0 Release: 0 Summary: Tactical board game License: GPL-2.0-or-later Group: Amusements/Games/Board/Puzzle URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif BuildRequires: extra-cmake-modules +BuildRequires: update-desktop-files BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5KDELibs4Support) BuildRequires: cmake(KF5GuiAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5ItemViews) +BuildRequires: cmake(KF5KDEGames) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(KF5NotifyConfig) BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(KF5KDEGames) BuildRequires: cmake(Phonon4Qt5) -BuildRequires: update-desktop-files BuildRequires: cmake(Qt5QuickWidgets) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Test) @@ -56,17 +52,17 @@ Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} %if %{with lang} -Recommends: %{name}-lang +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring %endif +Recommends: %{name}-lang %description KJumpingCube is a tactical one or two-player game. The playing field consists of squares that contains points which can be increased. By this you can gain more fields and finally win the board over. -%if %{with lang} %lang_package -%endif %prep %setup -q -n kjumpingcube-%{version} ++++++ kjumpingcube-19.12.3.tar.xz -> kjumpingcube-20.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/CMakeLists.txt new/kjumpingcube-20.04.0/CMakeLists.txt --- old/kjumpingcube-19.12.3/CMakeLists.txt 2020-03-03 01:20:16.000000000 +0100 +++ new/kjumpingcube-20.04.0/CMakeLists.txt 2020-04-17 02:32:06.000000000 +0200 @@ -34,7 +34,7 @@ add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) add_definitions(-DQT_NO_URL_CAST_FROM_STRING) if (EXISTS "${CMAKE_SOURCE_DIR}/.git") - add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000) + add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400) endif() add_subdirectory(pics) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/doc/index.docbook new/kjumpingcube-20.04.0/doc/index.docbook --- old/kjumpingcube-19.12.3/doc/index.docbook 2020-02-27 09:41:14.000000000 +0100 +++ new/kjumpingcube-20.04.0/doc/index.docbook 2020-04-04 10:54:15.000000000 +0200 @@ -287,8 +287,8 @@ <para> Additionally &kjumpingcube; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu> menu items, for more information read the sections about -the <ulink url="help:/fundamentals/ui.html#menus-settings">Settings Menu</ulink> -and <ulink url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink> +the <ulink url="help:/fundamentals/menus.html#menus-settings">Settings Menu</ulink> +and <ulink url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink> of the &kde; Fundamentals. </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/main.cpp new/kjumpingcube-20.04.0/main.cpp --- old/kjumpingcube-19.12.3/main.cpp 2020-02-27 09:41:14.000000000 +0100 +++ new/kjumpingcube-20.04.0/main.cpp 2020-04-04 10:54:15.000000000 +0200 @@ -58,7 +58,7 @@ aboutData.addCredit(i18n("Eugene Trounev"), i18n("Graphics for KDE 4.0 version."), QStringLiteral("irs_me@hotmail.com")); - aboutData.setHomepage(QStringLiteral("http://games.kde.org/kjumpingcube")); + aboutData.setHomepage(QStringLiteral("https://kde.org/applications/games/org.kde.kjumpingcube")); QCommandLineParser parser; KAboutData::setApplicationData(aboutData); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/org.kde.kjumpingcube.appdata.xml new/kjumpingcube-20.04.0/org.kde.kjumpingcube.appdata.xml --- old/kjumpingcube-19.12.3/org.kde.kjumpingcube.appdata.xml 2020-02-27 09:41:14.000000000 +0100 +++ new/kjumpingcube-20.04.0/org.kde.kjumpingcube.appdata.xml 2020-04-04 10:54:15.000000000 +0200 @@ -110,6 +110,7 @@ <caption xml:lang="de">KJumpingCube spielen</caption> <caption xml:lang="en-GB">Playing KJumpingCube</caption> <caption xml:lang="es">Jugando a KJumpingCube</caption> + <caption xml:lang="et">KJumpingCube mängimine</caption> <caption xml:lang="fr">Partie de KJumpingCube en cours</caption> <caption xml:lang="gl">Xogando a KJumpingCube</caption> <caption xml:lang="id">Memainkan KJumpingCube</caption> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/org.kde.kjumpingcube.desktop new/kjumpingcube-20.04.0/org.kde.kjumpingcube.desktop --- old/kjumpingcube-19.12.3/org.kde.kjumpingcube.desktop 2020-02-27 09:41:14.000000000 +0100 +++ new/kjumpingcube-20.04.0/org.kde.kjumpingcube.desktop 2020-04-04 10:54:15.000000000 +0200 @@ -128,6 +128,7 @@ Comment[de]=Eroberungsspiel Comment[en_GB]=Territory Capture Game Comment[es]=Juego de conquista de territorios +Comment[et]=Mänguala vallutamise mäng Comment[fi]=Alueenvaltauspeli Comment[fr]=Jeu de capture de territoires Comment[gl]=Xogo de captura de territorios. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/pics/default.desktop new/kjumpingcube-20.04.0/pics/default.desktop --- old/kjumpingcube-19.12.3/pics/default.desktop 2020-02-27 09:41:14.000000000 +0100 +++ new/kjumpingcube-20.04.0/pics/default.desktop 2020-04-04 10:54:15.000000000 +0200 @@ -74,7 +74,7 @@ Description[ja]=KDE4 用のシンプルなキューブセット Description[kk]=KDE4-тің қарапайым текшелер жиыны Description[km]=សំណុំគូបធម្មតាសម្រាប់ KDE4 -Description[ko]=KDE 4를 위한 간단한 육면체 세트 +Description[ko]=KDE 4용 간단한 육면체 세트 Description[lv]=Vienkārša kubu kopa priekš KDE4 Description[mr]=केडीई४ करिता घनांचा सोपा संच Description[nb]=Enkelt sett med kuber for KDE 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/ca@valencia/kjumpingcube.po new/kjumpingcube-20.04.0/po/ca@valencia/kjumpingcube.po --- old/kjumpingcube-19.12.3/po/ca@valencia/kjumpingcube.po 2020-03-03 01:20:12.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/ca@valencia/kjumpingcube.po 2020-04-17 02:32:04.000000000 +0200 @@ -39,7 +39,7 @@ #: game.cpp:88 #, kde-format msgid "Sorry, doing a move..." -msgstr "Ho sento, s'està fent un moviment..." +msgstr "Ho sentim, s'està fent un moviment..." #: game.cpp:125 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/de/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/de/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/de/docs/kjumpingcube/index.docbook 2020-03-03 01:20:15.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/de/docs/kjumpingcube/index.docbook 2020-04-17 02:32:05.000000000 +0200 @@ -681,9 +681,9 @@ >Einstellungen</guimenu > und <guimenu >Hilfe</guimenu ->, weitere Informationen dazu finden Sie in den Abschnitten über die Menüs <ulink url="help:/fundamentals/ui.html#menus-settings" +>, weitere Informationen dazu finden Sie in den Abschnitten über die Menüs <ulink url="help:/fundamentals/menus.html#menus-settings" >Einstellungen</ulink -> und <ulink url="help:/fundamentals/ui.html#menus-help" +> und <ulink url="help:/fundamentals/menus.html#menus-help" >Hilfe</ulink > der &kde;-Grundlagen. </para> </sect2> @@ -981,8 +981,7 @@ >Deutsche Übersetzung von Maren Pakura <email >maren@kde.org</email ></para -> -&underFDL; &underGPL; </chapter> +> &underFDL; &underGPL; </chapter> &documentation.index; </book> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/es/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/es/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/es/docs/kjumpingcube/index.docbook 2020-03-03 01:20:15.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/es/docs/kjumpingcube/index.docbook 2020-04-17 02:32:05.000000000 +0200 @@ -735,9 +735,9 @@ >Preferencias</guimenu > y <guimenu >Ayuda</guimenu -> comunes de &kde;. Para obtener más información, consulte las secciones sobre el <ulink url="help:/fundamentals/ui.html#menus-settings" +> comunes de &kde;. Para obtener más información, consulte las secciones sobre el <ulink url="help:/fundamentals/menus.html#menus-settings" >Menú «Preferencias»</ulink -> y <ulink url="help:/fundamentals/ui.html#menus-help" +> y <ulink url="help:/fundamentals/menus.html#menus-help" >Menú «Ayuda» </ulink > de «Aspectos básicos de &kde;». </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/it/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/it/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/it/docs/kjumpingcube/index.docbook 2020-03-03 01:20:15.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/it/docs/kjumpingcube/index.docbook 2020-04-17 02:32:05.000000000 +0200 @@ -681,9 +681,9 @@ >Impostazioni</guimenu > e <guimenu >Aiuto</guimenu -> comuni a tutto &kde;. Per ulteriori informazioni leggere le sezioni relative <ulink url="help:/fundamentals/ui.html#menus-settings" +> comuni a tutto &kde;. Per ulteriori informazioni leggere le sezioni relative <ulink url="help:/fundamentals/menus.html#menus-settings" >Menu Impostazioni</ulink -> e <ulink url="help:/fundamentals/ui.html#menus-help" +> e <ulink url="help:/fundamentals/menus.html#menus-help" >Menu Aiuto</ulink > dei Fondamentali di &kde;. </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/ko/kjumpingcube.po new/kjumpingcube-20.04.0/po/ko/kjumpingcube.po --- old/kjumpingcube-19.12.3/po/ko/kjumpingcube.po 2020-03-03 01:20:13.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/ko/kjumpingcube.po 2020-04-17 02:32:05.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the kjumpingcube package. -# Shinjo Park <kde@peremen.name>, 2019. +# Shinjo Park <kde@peremen.name>, 2019, 2020. # msgid "" msgstr "" "Project-Id-Version: kjumpingcube\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-28 02:59+0200\n" -"PO-Revision-Date: 2019-05-30 13:08+0200\n" +"PO-Revision-Date: 2020-04-04 15:02+0200\n" "Last-Translator: Shinjo Park <kde@peremen.name>\n" "Language-Team: Korean <kde-kr@kde.org>\n" "Language: ko\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 18.12.3\n" +"X-Generator: Lokalize 19.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -148,7 +148,7 @@ #: game.cpp:630 #, kde-format msgid "The file %1 does not exist!" -msgstr "파일 %1이(가) 존재하지 않습니다!" +msgstr "파일 %1이(가) 없습니다!" #: game.cpp:645 #, kde-format @@ -400,7 +400,7 @@ #: main.cpp:56 #, kde-format msgid "Upgrade to KDE4 and SVG artwork support." -msgstr "KDE 4 업그레이드 및 SVG 그래픽 지원" +msgstr "KDE 4 업그레이드 및 SVG 그래픽 지원." #: main.cpp:58 #, kde-format @@ -410,7 +410,7 @@ #: main.cpp:59 #, kde-format msgid "Graphics for KDE 4.0 version." -msgstr "KDE 4 버전 그래픽" +msgstr "KDE 4 버전 그래픽." #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) #: settings.ui:28 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/ml/kjumpingcube.po new/kjumpingcube-20.04.0/po/ml/kjumpingcube.po --- old/kjumpingcube-19.12.3/po/ml/kjumpingcube.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/ml/kjumpingcube.po 2020-04-17 02:32:05.000000000 +0200 @@ -0,0 +1,562 @@ +# Malayalam translations for kjumpingcube package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the kjumpingcube package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: kjumpingcube\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" +"PO-Revision-Date: 2019-12-12 21:51+0000\n" +"Last-Translator: Vivek KJ Pazhedath <vivekkj2004@gmail.com>\n" +"Language-Team: SMC <smc.org.in>\n" +"Language: ml\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Weblate 3.9.1\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "shijualexonline@gmail.com,snalledam@dataone.in,vivekkj2004@gmail.com" + +#: game.cpp:88 +#, kde-format +msgid "Sorry, doing a move..." +msgstr "" + +#: game.cpp:125 +#, kde-format +msgid "Game over" +msgstr "" + +#: game.cpp:126 +#, kde-format +msgid "The winner is Player %1!" +msgstr "" + +#: game.cpp:127 +#, kde-format +msgid "Winner" +msgstr "" + +#: game.cpp:138 +#, kde-format +msgid "General" +msgstr "" + +#: game.cpp:251 +#, kde-format +msgid "Start game" +msgstr "" + +#: game.cpp:254 +#, kde-format +msgid "Continue game" +msgstr "" + +#: game.cpp:258 +#, kde-format +msgid "Start computer move" +msgstr "" + +#: game.cpp:279 +#, kde-format +msgid "Your turn" +msgstr "" + +#: game.cpp:282 +#, kde-format +msgid "Player %1" +msgstr "" + +#: game.cpp:298 +#, kde-format +msgid "Computer player %1 is moving" +msgstr "" + +#: game.cpp:318 +#, kde-format +msgid "The computer could not find a valid move." +msgstr "" + +#: game.cpp:418 +#, kde-format +msgid "Show next step" +msgstr "" + +#: game.cpp:476 +#, kde-format +msgid "Finishing move..." +msgstr "" + +#: game.cpp:515 +#, kde-format +msgid "Interrupt game" +msgstr "" + +#: game.cpp:521 +#, kde-format +msgid "Stop computing" +msgstr "" + +#: game.cpp:524 +#, kde-format +msgid "Stop showing move" +msgstr "" + +#: game.cpp:527 +#, kde-format +msgid "Stop animation" +msgstr "" + +#: game.cpp:556 +#, kde-format +msgid "New Game" +msgstr "" + +#: game.cpp:585 +#, kde-format +msgid "" +"The file %1 exists.\n" +"Do you want to overwrite it?" +msgstr "" + +#: game.cpp:610 +#, kde-format +msgid "Game saved as %1" +msgstr "" + +#: game.cpp:613 +#, kde-format +msgid "" +"There was an error in saving file\n" +"%1" +msgstr "" + +#: game.cpp:630 +#, kde-format +msgid "The file %1 does not exist!" +msgstr "" + +#: game.cpp:645 +#, kde-format +msgid "The file %1 is not a KJumpingCube gamefile!" +msgstr "" + +#: game.cpp:658 +#, kde-format +msgid "" +"There was an error loading file\n" +"%1" +msgstr "" + +#: game.cpp:686 +#, kde-format +msgid "" +"You have changed the size setting of the game and that requires a new game " +"to start.\n" +"\n" +"Do you wish to abandon the current game or continue playing and restore the " +"previous size setting?" +msgstr "" + +#: game.cpp:692 +#, kde-format +msgid "" +"You have requested a new game, but there is already a game in progress.\n" +"\n" +"Do you wish to abandon the current game?" +msgstr "" + +#: game.cpp:697 +#, kde-format +msgid "New Game?" +msgstr "" + +#: game.cpp:698 +#, kde-format +msgid "Abandon Game" +msgstr "" + +#: game.cpp:699 +#, kde-format +msgid "Continue Game" +msgstr "" + +#: game.cpp:841 +#, kde-format +msgid "" +"The file's cube box size is outside the range %1 to %2. It will be set to %1." +msgstr "" + +#: game.cpp:857 +#, kde-format +msgid "Missing input line for cube %1." +msgstr "" + +#: game.cpp:866 +#, kde-format +msgid "Owner of cube %1 is outside the range 0 to 2." +msgstr "" + +#: game.cpp:873 +#, kde-format +msgid "Value of cube %1 is outside the range 1 to %2." +msgstr "" + +#: game.cpp:888 +#, kde-format +msgid "Current player is neither 1 nor 2." +msgstr "" + +#: kjumpingcube.cpp:59 +#, kde-format +msgid "Current player:" +msgstr "" + +#: kjumpingcube.cpp:143 +#, kde-format +msgid "Settings" +msgstr "" + +#. i18n: ectx: label, entry (AnimationSpeed), group (Game) +#: kjumpingcube.kcfg:11 +#, kde-format +msgid "Animation speed of overflowing dice" +msgstr "" + +#. i18n: ectx: label, entry (AnimationNone), group (Game) +#: kjumpingcube.kcfg:15 +#, kde-format +msgid "Animation type None (no pauses)." +msgstr "" + +#. i18n: ectx: label, entry (AnimationDelay), group (Game) +#: kjumpingcube.kcfg:19 +#, kde-format +msgid "Animation type Darken and pause." +msgstr "" + +#. i18n: ectx: label, entry (AnimationBlink), group (Game) +#: kjumpingcube.kcfg:23 +#, kde-format +msgid "Animation type Blink rapidly." +msgstr "" + +#. i18n: ectx: label, entry (AnimationSpread), group (Game) +#: kjumpingcube.kcfg:27 +#, kde-format +msgid "Animation type Scatter dots." +msgstr "" + +#. i18n: ectx: label, entry (Color0), group (Game) +#: kjumpingcube.kcfg:31 +#, kde-format +msgid "Color of neutral cubes." +msgstr "" + +#. i18n: ectx: label, entry (Color1), group (Game) +#: kjumpingcube.kcfg:35 +#, kde-format +msgid "Color of player 1." +msgstr "" + +#. i18n: ectx: label, entry (Color2), group (Game) +#: kjumpingcube.kcfg:39 +#, kde-format +msgid "Color of player 2." +msgstr "" + +#. i18n: ectx: label, entry (CubeDim), group (Game) +#: kjumpingcube.kcfg:45 +#, kde-format +msgid "Size of the playing field." +msgstr "" + +#. i18n: ectx: label, entry (ComputerPlayer1), group (Game) +#: kjumpingcube.kcfg:49 +#, kde-format +msgid "Whether player 1 is played by the computer." +msgstr "" + +#. i18n: ectx: label, entry (Kepler1), group (Game) +#: kjumpingcube.kcfg:53 +#, kde-format +msgid "Whether computer player 1 uses Kepler AI." +msgstr "" + +#. i18n: ectx: label, entry (Newton1), group (Game) +#: kjumpingcube.kcfg:57 +#, kde-format +msgid "Whether computer player 1 uses Newton AI." +msgstr "" + +#. i18n: ectx: label, entry (Skill1), group (Game) +#: kjumpingcube.kcfg:68 +#, kde-format +msgid "Skill of computer player 1." +msgstr "" + +#. i18n: ectx: label, entry (ComputerPlayer2), group (Game) +#: kjumpingcube.kcfg:72 +#, kde-format +msgid "Whether player 2 is played by the computer." +msgstr "" + +#. i18n: ectx: label, entry (Kepler2), group (Game) +#: kjumpingcube.kcfg:76 +#, kde-format +msgid "Whether computer player 2 uses Kepler AI." +msgstr "" + +#. i18n: ectx: label, entry (Newton2), group (Game) +#: kjumpingcube.kcfg:80 +#, kde-format +msgid "Whether computer player 2 uses Newton AI." +msgstr "" + +#. i18n: ectx: label, entry (Skill2), group (Game) +#: kjumpingcube.kcfg:91 +#, kde-format +msgid "Skill of computer player 2." +msgstr "" + +#. i18n: ectx: label, entry (PauseForComputer), group (Game) +#: kjumpingcube.kcfg:95 +#, kde-format +msgid "Pause before each computer move." +msgstr "" + +#. i18n: ectx: label, entry (PauseForStep), group (Game) +#: kjumpingcube.kcfg:99 +#, kde-format +msgid "Pause before each cascade step." +msgstr "" + +#. i18n: ectx: ToolBar (mainToolBar) +#: kjumpingcubeui.rc:9 +#, kde-format +msgid "Main Toolbar" +msgstr "" + +#: main.cpp:36 +#, kde-format +msgid "Tactical one or two player game" +msgstr "" + +#: main.cpp:49 +#, kde-format +msgid "KJumpingCube" +msgstr "" + +#: main.cpp:51 +#, kde-format +msgid "(c) 1998-2000, Matthias Kiefer" +msgstr "" + +#: main.cpp:53 +#, kde-format +msgid "Matthias Kiefer" +msgstr "" + +#: main.cpp:54 +#, kde-format +msgid "Benjamin Meyer" +msgstr "" + +#: main.cpp:54 +#, kde-format +msgid "Various improvements" +msgstr "" + +#: main.cpp:55 +#, kde-format +msgid "Ian Wadham" +msgstr "" + +#: main.cpp:56 +#, kde-format +msgid "Upgrade to KDE4 and SVG artwork support." +msgstr "" + +#: main.cpp:58 +#, kde-format +msgid "Eugene Trounev" +msgstr "" + +#: main.cpp:59 +#, kde-format +msgid "Graphics for KDE 4.0 version." +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) +#: settings.ui:28 +#, kde-format +msgid "Computer Player 1" +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ComputerPlayer1) +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ComputerPlayer2) +#: settings.ui:46 settings.ui:181 +#, kde-format +msgid "Playing now" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_5) +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_6) +#: settings.ui:59 settings.ui:194 +#, kde-format +msgid "Style of Play" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_Kepler1) +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_Kepler2) +#: settings.ui:65 settings.ui:203 +#, kde-format +msgid "Kepler" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_Newton1) +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_Newton2) +#: settings.ui:75 settings.ui:213 +#, kde-format +msgid "Newton" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, label_9) +#: settings.ui:120 settings.ui:255 +#, kde-format +msgid "Beginner" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_2) +#. i18n: ectx: property (text), widget (QLabel, label_10) +#: settings.ui:130 settings.ui:265 +#, kde-format +msgid "Average" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#. i18n: ectx: property (text), widget (QLabel, label_11) +#: settings.ui:146 settings.ui:281 +#, kde-format +msgid "Expert" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox) +#: settings.ui:163 +#, kde-format +msgid "Computer Player 2" +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_PauseForComputer) +#: settings.ui:298 +#, kde-format +msgid "Pause before each computer move" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) +#: settings.ui:309 +#, kde-format +msgid "Board Size" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_4) +#: settings.ui:345 +#, kde-format +msgid "3x3" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_5) +#: settings.ui:368 +#, kde-format +msgid "15x15" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4) +#: settings.ui:383 +#, kde-format +msgid "Players' Colors" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_6) +#: settings.ui:391 +#, kde-format +msgid "Player 1:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_7) +#: settings.ui:405 +#, kde-format +msgid "Player 2:" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_8) +#: settings.ui:419 +#, kde-format +msgid "Neutral:" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, kcfg_AnimationType) +#: settings.ui:434 +#, kde-format +msgid "Cascade Move Display" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_AnimationNone) +#: settings.ui:446 +#, kde-format +msgid "None (no pauses)" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_AnimationDelay) +#: settings.ui:459 +#, kde-format +msgid "Darken and pause" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_AnimationBlink) +#: settings.ui:472 +#, kde-format +msgid "Blink rapidly" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_AnimationSpread) +#: settings.ui:485 +#, kde-format +msgid "Scatter dots" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, SpeedSlider) +#: settings.ui:498 +#, kde-format +msgid "Cascade Move Time" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_14) +#: settings.ui:543 +#, kde-format +msgid "Short" +msgstr "" + +#. i18n: ectx: property (text), widget (QLabel, label_13) +#: settings.ui:566 +#, kde-format +msgid "Long" +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_PauseForStep) +#: settings.ui:581 +#, kde-format +msgid "Pause before each cascade step" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/nb/kjumpingcube.po new/kjumpingcube-20.04.0/po/nb/kjumpingcube.po --- old/kjumpingcube-19.12.3/po/nb/kjumpingcube.po 2020-03-03 01:20:13.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/nb/kjumpingcube.po 2020-04-17 02:32:05.000000000 +0200 @@ -12,7 +12,7 @@ "POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2014-01-07 15:27+0100\n" "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n" -"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n" +"Language-Team: Norwegian Bokmål <l10n-no@lister.huftis.org>\n" "Language: nb\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/kjumpingcube-19.12.3/po/nl/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/nl/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/nl/docs/kjumpingcube/index.docbook 2020-03-03 01:20:15.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/nl/docs/kjumpingcube/index.docbook 2020-04-17 02:32:05.000000000 +0200 @@ -671,9 +671,9 @@ >Instellingen</guimenu > en <guimenu >Help</guimenu ->, voor meer informatie lees de secties over de <ulink url="help:/fundamentals/ui.html#menus-settings" +>, voor meer informatie lees de secties over de <ulink url="help:/fundamentals/menus.html#menus-settings" >Menu-instellingen</ulink -> en <ulink url="help:/fundamentals/ui.html#menus-help" +> en <ulink url="help:/fundamentals/menus.html#menus-help" >Menu Help</ulink > van &kde;-fundamentals. </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/nn/kjumpingcube.po new/kjumpingcube-20.04.0/po/nn/kjumpingcube.po --- old/kjumpingcube-19.12.3/po/nn/kjumpingcube.po 2020-03-03 01:20:14.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/nn/kjumpingcube.po 2020-04-17 02:32:05.000000000 +0200 @@ -8,7 +8,7 @@ "POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2016-01-17 14:01+0100\n" "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n" -"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" +"Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n" "Language: nn\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/kjumpingcube-19.12.3/po/pt_BR/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/pt_BR/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/pt_BR/docs/kjumpingcube/index.docbook 2020-03-03 01:20:16.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/pt_BR/docs/kjumpingcube/index.docbook 2020-04-17 02:32:06.000000000 +0200 @@ -1,11 +1,6 @@ <?xml version="1.0" ?> <!--IMPORTANT: please note that'do not change this!' notice does not apply to translators --> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY kappname "&kjumpingcube;"> - <!ENTITY kappversion "2.1" -><!--Application version. Use this variable everywhere it's needed.--> - <!ENTITY package "kdegames" -> <!-- do not change this! --> <!ENTITY % Brazilian-Portuguese "INCLUDE" > <!-- change language only here --> <!ENTITY % addindex "IGNORE" @@ -107,16 +102,14 @@ >&FDLNotice;</legalnotice> <date ->05/06/2013</date -><!-- Date of (re)writing, or update. Use the variable definitions within header to change this value.--> +>09/06/2016</date> <releaseinfo ->&kappversion; (&kde; 4.11)</releaseinfo -><!-- Application version number. Use the variable definitions within header to change this value.--> +>2.1 (Applications 16.04)</releaseinfo> <!--Short description of this document. Do not change unless necessary!--> <abstract> <para ->Esta documentação descreve o jogo &kjumpingcube; na versão &kappversion;</para> +>Esta documentação descreve o jogo &kjumpingcube; versão 2.1</para> </abstract> <!--List of relevant keywords--> @@ -702,9 +695,9 @@ >Configurações</guimenu > e <guimenu >Ajuda</guimenu ->, comuns do &kde;. Para mais informações, consulte as seções sobre o <ulink url="help:/fundamentals/ui.html#menus-settings" +>, comuns do &kde;. Para mais informações, consulte as seções sobre o <ulink url="help:/fundamentals/menus.html#menus-settings" >Menu Configurações</ulink -> e o <ulink url="help:/fundamentals/ui.html#menus-help" +> e o <ulink url="help:/fundamentals/menus.html#menus-help" >Menu Ajuda</ulink > dos Fundamentos do &kde;. </para> </sect2> @@ -1002,22 +995,8 @@ > e André Marcelo Alvarenga <email >alvarenga@kde.org</email ></para -> -&underFDL; &underGPL; </chapter> +> &underFDL; &underGPL; </chapter> -<appendix id="installation"> -<title ->Instalação</title> - -&install.intro.documentation; - - -<sect1 id="Compilation"> -<title ->Compilação e instalação</title> -&install.compile.documentation; </sect1> -</appendix> - &documentation.index; </book> <!-- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/sv/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/sv/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/sv/docs/kjumpingcube/index.docbook 2020-03-03 01:20:16.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/sv/docs/kjumpingcube/index.docbook 2020-04-17 02:32:06.000000000 +0200 @@ -681,9 +681,9 @@ >Inställningar</guimenu > och <guimenu >Hjälp</guimenu -> i &kde;. För mer information, läs avsnitten <ulink url="help:/fundamentals/ui.html#menus-settings" +> i &kde;. För mer information, läs avsnitten <ulink url="help:/fundamentals/menus.html#menus-settings" >Menyn Inställningar</ulink -> och <ulink url="help:/fundamentals/ui.html#menus-help" +> och <ulink url="help:/fundamentals/menus.html#menus-help" >Menyn Hjälp</ulink > i &kde;:s Grunder. </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/uk/docs/kjumpingcube/index.docbook new/kjumpingcube-20.04.0/po/uk/docs/kjumpingcube/index.docbook --- old/kjumpingcube-19.12.3/po/uk/docs/kjumpingcube/index.docbook 2020-03-03 01:20:16.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/uk/docs/kjumpingcube/index.docbook 2020-04-17 02:32:06.000000000 +0200 @@ -671,9 +671,9 @@ >Параметри</guimenu > і <guimenu >Довідка</guimenu ->. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink url="help:/fundamentals/ui.html#menus-settings" +>. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink url="help:/fundamentals/menus.html#menus-settings" >меню «Параметри»</ulink -> та <ulink url="help:/fundamentals/ui.html#menus-help" +> та <ulink url="help:/fundamentals/menus.html#menus-help" >меню «Довідка»</ulink > підручника з основ роботи у &kde;. </para> </sect2> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjumpingcube-19.12.3/po/zh_CN/kjumpingcube.po new/kjumpingcube-20.04.0/po/zh_CN/kjumpingcube.po --- old/kjumpingcube-19.12.3/po/zh_CN/kjumpingcube.po 2020-03-03 01:20:15.000000000 +0100 +++ new/kjumpingcube-20.04.0/po/zh_CN/kjumpingcube.po 2020-04-17 02:32:05.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-06-28 02:59+0200\n" -"PO-Revision-Date: 2020-01-20 21:56\n" +"PO-Revision-Date: 2020-03-25 19:57\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
1714
Age (days ago)
1714
Last active (days ago)
0 comments
1 participants
participants (1)
-
root