Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2020-04-29 20:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kblackbox (Old)
 and      /work/SRC/openSUSE:Factory/.kblackbox.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblackbox"

Wed Apr 29 20:47:24 2020 rev:98 rq:796892 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes      2020-03-12 
23:02:46.459097585 +0100
+++ /work/SRC/openSUSE:Factory/.kblackbox.new.2738/kblackbox.changes    
2020-04-29 20:47:39.128365918 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:08 UTC 2020 - Luca Beltrame <lbeltr...@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:29:50 UTC 2020 - Luca Beltrame <lbeltr...@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:16:46 UTC 2020 - Luca Beltrame <lbeltr...@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 link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+-------------------------------------------------------------------

Old:
----
  kblackbox-19.12.3.tar.xz
  kblackbox-19.12.3.tar.xz.sig

New:
----
  kblackbox-20.04.0.tar.xz
  kblackbox-20.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kblackbox.spec ++++++
--- /var/tmp/diff_new_pack.BE2bOn/_old  2020-04-29 20:47:40.364368401 +0200
+++ /var/tmp/diff_new_pack.BE2bOn/_new  2020-04-29 20:47:40.368368408 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kblackbox
 #
-# 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,31 +21,27 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kblackbox
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Logic game with elements of hide-and-seek
 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:  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(KF5NotifyConfig)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
@@ -53,16 +49,16 @@
 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
 KBlackbox is a graphical logical game, inspired by emacs's blackbox. It
 is a game of hide and seek played on an grid of boxes.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kblackbox-%{version}


++++++ kblackbox-19.12.3.tar.xz -> kblackbox-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/CMakeLists.txt 
new/kblackbox-20.04.0/CMakeLists.txt
--- old/kblackbox-19.12.3/CMakeLists.txt        2020-03-03 01:19:07.000000000 
+0100
+++ new/kblackbox-20.04.0/CMakeLists.txt        2020-04-17 02:31:28.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
-set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set(RELEASE_SERVICE_VERSION_MAJOR "20")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-project(kblackbox VERSION ${KDE_APPLICATIONS_VERSION})
+project(kblackbox VERSION ${RELEASE_SERVICE_VERSION})
 
 set (QT_MIN_VERSION "5.7.0")
 set (KF5_MIN_VERSION "5.30.0")
@@ -83,7 +83,7 @@
     main.cpp
 )
 
-ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX KBLACKBOX 
VERSION_HEADER kblackbox_version.h)
+ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KBLACKBOX 
VERSION_HEADER kblackbox_version.h)
 
 kconfig_add_kcfg_files(kblackbox_SRCS kbbprefs.kcfgc)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/doc/index.docbook 
new/kblackbox-20.04.0/doc/index.docbook
--- old/kblackbox-19.12.3/doc/index.docbook     2020-03-01 10:42:28.000000000 
+0100
+++ new/kblackbox-20.04.0/doc/index.docbook     2020-04-15 11:13:02.000000000 
+0200
@@ -341,8 +341,8 @@
 </variablelist>
 <para>
 Additionally &kblackbox; 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>
+menu items, for more information read the sections about 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>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/main.cpp 
new/kblackbox-20.04.0/main.cpp
--- old/kblackbox-19.12.3/main.cpp      2020-03-01 10:42:28.000000000 +0100
+++ new/kblackbox-20.04.0/main.cpp      2020-04-15 11:13:02.000000000 +0200
@@ -56,7 +56,7 @@
     aboutData.addAuthor(i18n("Nicolas Roffet"),i18n("Developer of version 
0.4."), QStringLiteral("nicolas-...@roffet.com"));
     aboutData.addAuthor(i18n("Robert Cimrman"),i18n("Original developer"), 
QStringLiteral("cimrm...@students.zcu.cz"));
     aboutData.addCredit(i18n("Johann Ollivier Lapeyre"), i18n("Artist"), 
QStringLiteral("johann.ollivierlape...@gmail.com"));
-    aboutData.setHomepage(QStringLiteral("http://games.kde.org/kblackbox";));
+    
aboutData.setHomepage(QStringLiteral("https://kde.org/applications/games/org.kde.kblackbox";));
     QCommandLineParser parser;
     KAboutData::setApplicationData(aboutData);
     KCrash::initialize();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/org.kde.kblackbox.appdata.xml 
new/kblackbox-20.04.0/org.kde.kblackbox.appdata.xml
--- old/kblackbox-19.12.3/org.kde.kblackbox.appdata.xml 2020-03-01 
10:42:28.000000000 +0100
+++ new/kblackbox-20.04.0/org.kde.kblackbox.appdata.xml 2020-04-15 
11:13:02.000000000 +0200
@@ -119,7 +119,7 @@
   </screenshots>
   <project_group>KDE</project_group>
   <releases>
-    <release version="19.12.3" date="2020-03-05"/>
+    <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/ca@valencia/kblackbox.po 
new/kblackbox-20.04.0/po/ca@valencia/kblackbox.po
--- old/kblackbox-19.12.3/po/ca@valencia/kblackbox.po   2020-03-03 
01:19:04.000000000 +0100
+++ new/kblackbox-20.04.0/po/ca@valencia/kblackbox.po   2020-04-17 
02:31:26.000000000 +0200
@@ -298,7 +298,7 @@
 #: kbbmainwindow.cpp:446
 #, kde-format
 msgid "Sorry, you may not give up during the tutorial."
-msgstr "Ho sento, no podeu eixir durant la partida d'aprenentatge."
+msgstr "Ho sentim, no podeu eixir durant la partida d'aprenentatge."
 
 #: kbbmainwindow.cpp:446
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/de/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/de/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/de/docs/kblackbox/index.docbook    2020-03-03 
01:19:06.000000000 +0100
+++ new/kblackbox-20.04.0/po/de/docs/kblackbox/index.docbook    2020-04-17 
02:31:27.000000000 +0200
@@ -538,9 +538,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>
 
@@ -600,8 +600,7 @@
 >Deutsche Übersetzung von Maren Pakura<email
 >ma...@kde.org</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
   
 &documentation.index; 
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/en_GB/kblackbox.po 
new/kblackbox-20.04.0/po/en_GB/kblackbox.po
--- old/kblackbox-19.12.3/po/en_GB/kblackbox.po 2020-03-03 01:19:04.000000000 
+0100
+++ new/kblackbox-20.04.0/po/en_GB/kblackbox.po 2020-04-17 02:31:26.000000000 
+0200
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2018-02-18 16:30+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
-"Language-Team: British English <kde-i18n-...@kde.org>\n"
+"Language-Team: British English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\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/kblackbox-19.12.3/po/es/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/es/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/es/docs/kblackbox/index.docbook    2020-03-03 
01:19:06.000000000 +0100
+++ new/kblackbox-20.04.0/po/es/docs/kblackbox/index.docbook    2020-04-17 
02:31:28.000000000 +0200
@@ -576,9 +576,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>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/et/kblackbox.po 
new/kblackbox-20.04.0/po/et/kblackbox.po
--- old/kblackbox-19.12.3/po/et/kblackbox.po    2020-03-03 01:19:05.000000000 
+0100
+++ new/kblackbox-20.04.0/po/et/kblackbox.po    2020-04-17 02:31:27.000000000 
+0200
@@ -3,20 +3,20 @@
 #
 # Hasso Tepper <ha...@estpak.ee>, 1999.
 # Anti Veeranna <d...@linux.ee>, 2002.
-# Marek Laane <b...@smail.ee>, 2007-2009, 2010, 2012, 2016.
+# Marek Laane <b...@smail.ee>, 2007-2009, 2010, 2012, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
-"PO-Revision-Date: 2016-01-13 14:21+0200\n"
+"PO-Revision-Date: 2019-11-11 12:16+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
-"Language-Team: Estonian <kde...@linux.ee>\n"
+"Language-Team: Estonian <kde...@lists.linux.ee>\n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -27,7 +27,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "d...@linux.ee, b...@smail.ee"
+msgstr "d...@linux.ee, qiila...@gmail.com"
 
 #: kbblevelconfigurationwidget.cpp:35
 #, kde-format
@@ -142,7 +142,7 @@
 #: kbbmainwindow.cpp:126
 #, kde-format
 msgid "Enable highlight under mouse"
-msgstr ""
+msgstr "Esiletõstmise lubamine hiirekursori all"
 
 #: kbbmainwindow.cpp:166
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/it/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/it/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/it/docs/kblackbox/index.docbook    2020-03-03 
01:19:06.000000000 +0100
+++ new/kblackbox-20.04.0/po/it/docs/kblackbox/index.docbook    2020-04-17 
02:31:28.000000000 +0200
@@ -538,9 +538,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>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/ko/kblackbox.po 
new/kblackbox-20.04.0/po/ko/kblackbox.po
--- old/kblackbox-19.12.3/po/ko/kblackbox.po    2020-03-03 01:19:05.000000000 
+0100
+++ new/kblackbox-20.04.0/po/ko/kblackbox.po    2020-04-17 02:31:27.000000000 
+0200
@@ -2,14 +2,14 @@
 # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
 # This file is distributed under the same license as the kdegames package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
-# Shinjo Park <k...@peremen.name>, 2010, 2013, 2015, 2019.
+# Shinjo Park <k...@peremen.name>, 2010, 2013, 2015, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
-"PO-Revision-Date: 2019-05-30 01:36+0200\n"
+"PO-Revision-Date: 2020-04-05 11:57+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -17,17 +17,17 @@
 "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"
 msgid "Your names"
-msgstr "박신조,Launchpad Contributions:,Bundo,bluekyu"
+msgstr "박신조,Bundo,bluekyu"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "k...@peremen.name,,bu...@bundo.biz,bluekyu....@gmail.com"
+msgstr "k...@peremen.name,bu...@bundo.biz,bluekyu....@gmail.com"
 
 #: kbblevelconfigurationwidget.cpp:35
 #, kde-format
@@ -186,7 +186,7 @@
 #, kde-format
 msgid "First, you need to remove 1 ball from the black box."
 msgid_plural "First, you need to remove %1 balls from the black box."
-msgstr[0] "먼저 검은 상자에서 %1개의 공을 제거해야 합니다."
+msgstr[0] "먼저 검은 상자에서 공 %1개를 제거해야 합니다."
 
 #: kbbmainwindow.cpp:305
 #, kde-format
@@ -197,7 +197,7 @@
 #, kde-format
 msgid "You need to place 1 more ball on the black box."
 msgid_plural "You need to place %1 more balls on the black box."
-msgstr[0] "검은 상자에 %1개의 공을 더 놓아야 합니다."
+msgstr[0] "검은 상자에 공 %1개를 더 놓아야 합니다."
 
 #: kbbmainwindow.cpp:311
 #, kde-format
@@ -335,7 +335,7 @@
 #: kbbmainwindow.cpp:500
 #, kde-format
 msgid "This will be the end of the current game!"
-msgstr "현재 게임을 끝낼 것입니다!"
+msgstr "현재 게임을 끝냅니다!"
 
 #: kbbscalablegraphicwidget.cpp:121
 #, kde-format
@@ -385,7 +385,7 @@
 #: kbbtutorial.cpp:93
 #, kde-format
 msgid "Describes what you should do to reach the next tutorial step."
-msgstr "다음 튜토리얼 단계로 넘어가기 위해 해야 할 것을 설명합니다."
+msgstr "다음 튜토리얼 단계로 넘어갈 때 해야 할 것을 설명합니다."
 
 #: kbbtutorial.cpp:102
 #, kde-format
@@ -422,10 +422,10 @@
 "It has 3 balls <b>hidden</b> inside it and 24 laser probes around it.<br /"
 "><br />The goal is to <b>find the positions of the balls.</b>"
 msgstr ""
-"이 튜토리얼은 KBlackBox 진행 방법을 간단한 예제와 함께 안내합니다.<br /><br /"
-">지금 진행하는 게임은 6행 6열의 검은 사각형 상자입니다. 상자 속에는 공 3개가 "
-"<b>숨어</b> 있고 주변에는 레이저 탐침 24개가 있습니다.<br /><br />게임의 목표"
-"는 <b>공의 위치를 찾는 것</b>입니다."
+"이 튜토리얼은 KBlackBox 진행 방법을 간단한 예제로 안내합니다.<br /><br />지"
+"금 진행하는 게임은 6행 6열의 검은 사각형 상자입니다. 상자 속에는 공 3개가 <b>"
+"숨어</b> 있고 주변에는 레이저 탐침 24개가 있습니다.<br /><br />게임의 목표는 "
+"<b>공의 위치를 찾는 것</b>입니다."
 
 #: kbbtutorial.cpp:169
 #, kde-format
@@ -471,7 +471,7 @@
 "레이저 빔이 검은 상자 안의 공과 상호작용하지 않았다면 반대편 입구로 돌아 나옵"
 "니다.<br /><br />예제: 여기에 표시된 것처럼 상자에 공이 3개 들어 있다고 가정"
 "합시다. 레이저 빔 \"1\"에는 영향을 주지 않습니다.<br /><br />게임이 진행되면"
-"서 각각 입구/출구 쌍은 다른 번호로 표시될 것입니다."
+"서 각각 입구/출구 쌍은 다른 번호로 표시됩니다."
 
 #: kbbtutorial.cpp:179
 #, kde-format
@@ -541,8 +541,8 @@
 "deflected by this configuration of 3 balls."
 msgstr ""
 "여기에서 볼 수 있는 것처럼 검은 상자 안에서 상호작용은 아주 복잡할 수 있습니"
-"다!<br />위치 \"2\"에서 들어가고 나온 레이저 빔은 세 개의 공이 이렇게 배열되"
-"어 있을 때 안에서 굴절되었을 수도 있습니다."
+"다!<br />위치 \"2\"에서 들어가고 나온 레이저 빔은 공 세 개가 이렇게 배열되어 "
+"있을 때 안에서 굴절되었을 수도 있습니다."
 
 #: kbbtutorial.cpp:200
 #, kde-format
@@ -563,8 +563,8 @@
 "reflection."
 msgstr ""
 "레이저 빔이 <b>입구</b>를 통해서 검은 상자를 떠난다면 검은 상자 안에서 뒤쪽으"
-"로 반사된 것입니다.<br /><br />예제: 다음과 같이 두 개의 공이 배치되어 있다"
-"면 레이저 빔이 반사될 것입니다."
+"로 반사된 것입니다.<br /><br />예제: 다음과 같이 공 두 개가 배치되어 있다면 "
+"레이저 빔이 반사됩니다."
 
 #: kbbtutorial.cpp:208
 #, kde-format
@@ -608,9 +608,9 @@
 "the first 2 columns."
 msgstr ""
 "첫 두 개의 열에 공이 없다는 것을 확신할 수 있습니다. 만약 공이 있었다면 "
-"\"1\"번 위치로 들어간 빔이 공에 맞거나 2번 열에 있는 공에 의해서 굴절되었을 "
-"수 있습니다. 마우스 오른쪽 단추로 누르거나 키보드 단축키를 사용해서 \"빈 위치"
-"\"를 표시할 수 있습니다.<br /><br />예제: 첫 두 열에 12개의 표시가 있습니다."
+"\"1\"번 위치로 들어간 빔이 공에 맞거나 2번 열에 있는 공 때문에 굴절되었을 수 "
+"있습니다. 마우스 오른쪽 단추로 누르거나 키보드 단축키를 사용해서 \"빈 위치"
+"\"를 표시할 수 있습니다.<br /><br />예제: 첫 두 열에 표시 12개가 있습니다."
 
 #: kbbtutorial.cpp:222 kbbtutorial.cpp:231
 #, kde-format
@@ -652,9 +652,9 @@
 "shots if needed."
 msgstr ""
 "<b>축하합니다!</b> 이제 KBlackBox의 모든 규칙을 알게 되었습니다.<br /><br /"
-"><b>플레이를 시작할 수 있습니다.</b> 직접 튜토리얼 게임을 마칠 수 있록 노력"
-"해 보세요!<br /><br />팁: 세 개의 공의 위치를 확신할 수 있을 만큼의 빔을 발사"
-"했습니다. 필요하다면 더 발사할 수 있습니다."
+"><b>플레이를 시작할 수 있습니다.</b> 직접 튜토리얼 게임을 마칠 수 있도록 노력"
+"해 보세요!<br /><br />팁: 공 세 개의 위치를 확신할 수 있을 만큼의 빔을 발사했"
+"습니다. 필요하다면 더 발사할 수 있습니다."
 
 #: kbbtutorial.cpp:238
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/ml/kblackbox.po 
new/kblackbox-20.04.0/po/ml/kblackbox.po
--- old/kblackbox-19.12.3/po/ml/kblackbox.po    1970-01-01 01:00:00.000000000 
+0100
+++ new/kblackbox-20.04.0/po/ml/kblackbox.po    2020-04-17 02:31:27.000000000 
+0200
@@ -0,0 +1,664 @@
+# Malayalam translations for kblackbox package.
+# Copyright (C) 2019 This file is copyright:
+# This file is distributed under the same license as the kblackbox package.
+# Automatically generated, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kblackbox\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-07-28 02:50+0200\n"
+"PO-Revision-Date: 2019-12-12 22:03+0000\n"
+"Last-Translator: Vivek KJ Pazhedath <vivekkj2...@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 "shijualexonl...@gmail.com,snalle...@dataone.in,vivekkj2...@gmail.com"
+
+#: kbblevelconfigurationwidget.cpp:35
+#, kde-format
+msgctxt "A number between 1 and 99 is displayed in front of it."
+msgid " ball"
+msgid_plural " balls"
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbblevelconfigurationwidget.cpp:44
+#, kde-format
+msgctxt "A number between 2 and 30 is displayed in front of it."
+msgid " column"
+msgid_plural " columns"
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbblevelconfigurationwidget.cpp:53
+#, kde-format
+msgctxt "A number between 2 and 30 is displayed in front of it."
+msgid " row"
+msgid_plural " rows"
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbbmainwindow.cpp:90
+#, kde-format
+msgctxt "Difficulty level title"
+msgid "Configurable"
+msgstr ""
+
+#: kbbmainwindow.cpp:100
+#, kde-format
+msgid "Start Tutorial"
+msgstr ""
+
+#: kbbmainwindow.cpp:102
+#, kde-format
+msgid "Start tutorial"
+msgstr ""
+
+#: kbbmainwindow.cpp:103
+#, kde-format
+msgid ""
+"<qt>The <b>tutorial</b> is a fast, user friendly and interactive way to "
+"learn the rules of the game. Start it if you do not know them!</qt>"
+msgstr ""
+
+#: kbbmainwindow.cpp:107
+#, kde-format
+msgid "New Sandbox Game"
+msgstr ""
+
+#: kbbmainwindow.cpp:108
+#, kde-format
+msgid "Start a new sandbox game"
+msgstr ""
+
+#: kbbmainwindow.cpp:109
+#, kde-format
+msgid ""
+"<qt><p>In a <b>sandbox game</b>, the solution is displayed at the beginning "
+"of the game. This is useful to understand the game principles.</"
+"p><p>However: after a while, it is not really fun and you should try to "
+"start a real game!</p></qt>"
+msgstr ""
+
+#: kbbmainwindow.cpp:115
+#, kde-format
+msgctxt ""
+"This is the last action of a game to check the result, when the user is done."
+msgid "Done!"
+msgstr ""
+
+#: kbbmainwindow.cpp:116
+#, kde-format
+msgid ""
+"<qt><ul><li>First, you have to place all the balls on the black box. To "
+"guess the correct positions of the balls and see how they interact with "
+"laser beams, you should use the lasers that are positioned around the black "
+"box.</li><li><b>When you think you are done</b>, you should click here.</"
+"li></ul><p>Note that it is only possible to click here if you have placed "
+"the correct number of balls.</p></qt>"
+msgstr ""
+
+#: kbbmainwindow.cpp:120
+#, kde-format
+msgid "Give up the game"
+msgstr ""
+
+#: kbbmainwindow.cpp:121
+#, kde-format
+msgid ""
+"<qt><p>Choose \"<b>Solve</b>\" if you want to give up the current game. The "
+"solution will be displayed.</p><p>If you placed all the balls and do not "
+"want to give up, choose \"Done!\".</p></qt>"
+msgstr ""
+
+#: kbbmainwindow.cpp:126
+#, kde-format
+msgid "Enable highlight under mouse"
+msgstr ""
+
+#: kbbmainwindow.cpp:166
+#, kde-format
+msgid "Move Down"
+msgstr ""
+
+#: kbbmainwindow.cpp:172
+#, kde-format
+msgid "Move Up"
+msgstr ""
+
+#: kbbmainwindow.cpp:178
+#, kde-format
+msgid "Move Left"
+msgstr ""
+
+#: kbbmainwindow.cpp:184
+#, kde-format
+msgid "Move Right"
+msgstr ""
+
+#: kbbmainwindow.cpp:190
+#, kde-format
+msgid "Switch Ball or Shoot Laser"
+msgstr ""
+
+#: kbbmainwindow.cpp:196
+#, kde-format
+msgid "Switch Marker"
+msgstr ""
+
+#: kbbmainwindow.cpp:270
+#, kde-format
+msgctxt ""
+"The text may not be too wide. So please use some HTML-BR-tags to have "
+"something more or less as wide as in english. Thanks!"
+msgid ""
+"Note: You can change<br />the parameters of<br />custom games in the<br /"
+">Settings dialog."
+msgstr ""
+
+#: kbbmainwindow.cpp:303
+#, kde-format
+msgid "First, you need to remove 1 ball from the black box."
+msgid_plural "First, you need to remove %1 balls from the black box."
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbbmainwindow.cpp:305
+#, kde-format
+msgid "To check if you successfully guessed the ball positions, click here!"
+msgstr ""
+
+#: kbbmainwindow.cpp:307
+#, kde-format
+msgid "You need to place 1 more ball on the black box."
+msgid_plural "You need to place %1 more balls on the black box."
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbbmainwindow.cpp:311
+#, kde-format
+msgid "Game over."
+msgstr ""
+
+#: kbbmainwindow.cpp:313
+#, kde-format
+msgid "Game paused."
+msgstr ""
+
+#: kbbmainwindow.cpp:352
+#, kde-format
+msgid ""
+"Clicking on \"Done!\" is the normal way to check the positions of the balls "
+"at the end of the game. However, it is not possible in the tutorial to end "
+"the game before you reached the last step.\n"
+"Please first finish the tutorial."
+msgstr ""
+
+#: kbbmainwindow.cpp:352
+#, kde-format
+msgid "Check positions"
+msgstr ""
+
+#: kbbmainwindow.cpp:359
+#, kde-format
+msgctxt ""
+"The text may not be too wide. So please use some HTML-BR-tags to have "
+"something more or less as wide as in english. Thanks!"
+msgid "Your final score is: %1.<br />You did really well!"
+msgstr ""
+
+#: kbbmainwindow.cpp:361
+#, kde-format
+msgctxt ""
+"The text may not be too wide. So please use some HTML-BR-tags to have "
+"something more or less as wide as in english. Thanks!"
+msgid "But it does not count<br />because <b>it is the sandbox!</b>"
+msgstr ""
+
+#: kbbmainwindow.cpp:363
+#, kde-format
+msgctxt ""
+"The text may not be too wide. So please use some HTML-BR-tags to have "
+"something more or less as wide as in english. Thanks!"
+msgid "Your final score is: %1.<br />I guess you need more practice."
+msgstr ""
+
+#: kbbmainwindow.cpp:392
+#, kde-format
+msgid "Game paused.<br />Press \"%1\" to resume."
+msgstr ""
+
+#: kbbmainwindow.cpp:413
+#, kde-format
+msgid ""
+"Do you want to cancel the current custom game and start a new one with the "
+"new parameters?"
+msgstr ""
+
+#: kbbmainwindow.cpp:413 kbbmainwindow.cpp:500
+#, kde-format
+msgid "Start new game"
+msgstr ""
+
+#: kbbmainwindow.cpp:427
+#, kde-format
+msgid "Custom Game"
+msgstr ""
+
+#: kbbmainwindow.cpp:446
+#, kde-format
+msgid "Sorry, you may not give up during the tutorial."
+msgstr ""
+
+#: kbbmainwindow.cpp:446
+#, kde-format
+msgid "Solve"
+msgstr ""
+
+#: kbbmainwindow.cpp:449
+#, kde-format
+msgid ""
+"You placed all the balls. Great!\n"
+"You should now click on \"Done!\" to end the game and check if you guessed "
+"correctly.\n"
+"So, do you really want to give up this game?"
+msgstr ""
+
+#: kbbmainwindow.cpp:449 kbbmainwindow.cpp:451
+#, kde-format
+msgid "Give up"
+msgstr ""
+
+#: kbbmainwindow.cpp:451
+#, kde-format
+msgid "You should place %1 ball!\n"
+msgid_plural "You should place %1 balls!\n"
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbbmainwindow.cpp:451
+#, kde-format
+msgid "You have placed %1.\n"
+msgid_plural "You have placed %1.\n"
+msgstr[0] ""
+msgstr[1] ""
+
+#: kbbmainwindow.cpp:451
+#, kde-format
+msgid "Do you really want to give up this game?"
+msgstr ""
+
+#: kbbmainwindow.cpp:461
+#, kde-format
+msgctxt ""
+"The text may not be too wide. So please use some HTML-BR-tags to have "
+"something more or less as wide as in english. Thanks!"
+msgid ""
+"Note: In the sandbox mode,<br />the solution is already displayed.<br />Have "
+"fun!"
+msgstr ""
+
+#: kbbmainwindow.cpp:500
+#, kde-format
+msgid "This will be the end of the current game!"
+msgstr ""
+
+#: kbbscalablegraphicwidget.cpp:121
+#, kde-format
+msgid "Score"
+msgstr ""
+
+#: kbbscalablegraphicwidget.cpp:122
+#, kde-format
+msgid ""
+"<qt><p>This is <b>your score</b>. You should try to get the lowest possible."
+"</p><p>The score increases:<ul><li>with time: <b>1 point</b> per second.</"
+"li><li>with the use of lasers:<ul><li><b>3 points</b> if the laser beam hits "
+"a ball or exits at the entry point,</li><li><b>9 points</b> if it exits at "
+"another entry point.</li></ul></li></ul></p><p>Your score is set to <b>999</"
+"b> at the end of the game if you make a mistake.</p></qt>"
+msgstr ""
+
+#: kbbscalablegraphicwidget.cpp:125
+#, kde-format
+msgid ""
+"<qt><p>This is the <b>main game area</b>.</p><ul><li>The <b>black box</b> is "
+"in the center.</li><li>On the left, there are the <b>balls</b> you have to "
+"place over the black box.</li><li>Around the black box, there are <b>lasers</"
+"b> that are replaced with <b>interaction information</b> if you use them.</"
+"li></ul></qt>"
+msgstr ""
+
+#: kbbtutorial.cpp:54
+#, kde-format
+msgid "Tutorial"
+msgstr ""
+
+#: kbbtutorial.cpp:71
+#, kde-format
+msgid "Displays the progress of the tutorial."
+msgstr ""
+
+#: kbbtutorial.cpp:93
+#, kde-format
+msgid "Describes what you should do to reach the next tutorial step."
+msgstr ""
+
+#: kbbtutorial.cpp:102
+#, kde-format
+msgctxt "Previous tutorial step"
+msgid "&Previous"
+msgstr ""
+
+#: kbbtutorial.cpp:103
+#, kde-format
+msgid "Go back to the previous tutorial step."
+msgstr ""
+
+#: kbbtutorial.cpp:106
+#, kde-format
+msgctxt "Next tutorial step"
+msgid "&Next"
+msgstr ""
+
+#: kbbtutorial.cpp:107
+#, kde-format
+msgid "Go to the next tutorial step."
+msgstr ""
+
+#: kbbtutorial.cpp:169
+#, kde-format
+msgid "Welcome!"
+msgstr ""
+
+#: kbbtutorial.cpp:169
+#, kde-format
+msgid ""
+"This tutorial will teach you how to play KBlackBox, using a simple example."
+"<br /><br />We are playing with a square black box of 6 columns and 6 rows. "
+"It has 3 balls <b>hidden</b> inside it and 24 laser probes around it.<br /"
+"><br />The goal is to <b>find the positions of the balls.</b>"
+msgstr ""
+
+#: kbbtutorial.cpp:169
+#, kde-format
+msgid "Click on \"Next\""
+msgstr ""
+
+#: kbbtutorial.cpp:174
+#, kde-format
+msgid "Black box principles"
+msgstr ""
+
+#: kbbtutorial.cpp:174
+#, kde-format
+msgid ""
+"The balls are not visible, but we can shoot laser beams into the box at "
+"different entry points and observe if the laser beams leave the box, and if "
+"they do, where they come out.<br /><br />The laser beams interact with the "
+"balls in various ways."
+msgstr ""
+
+#: kbbtutorial.cpp:174
+#, kde-format
+msgid "Please click on the marked laser to shoot a beam into the black box."
+msgstr ""
+
+#: kbbtutorial.cpp:179
+#, kde-format
+msgid "No interaction"
+msgstr ""
+
+#: kbbtutorial.cpp:179
+#, kde-format
+msgid ""
+"If a laser beam does not interact with any ball in the black box, it comes "
+"out at the point opposite the entry point.<br /><br />Example: Suppose we "
+"have 3 balls in the box as shown. They will not affect laser beam \"1\".<br /"
+"><br />As the game progresses, each pair of entry/exit points is marked with "
+"a different number."
+msgstr ""
+
+#: kbbtutorial.cpp:179
+#, kde-format
+msgid "Now shoot the marked laser to discover the first kind of interaction."
+msgstr ""
+
+#: kbbtutorial.cpp:187
+#, kde-format
+msgid "Hit"
+msgstr ""
+
+#: kbbtutorial.cpp:187
+#, kde-format
+msgid ""
+"A direct impact on a ball is called a \"<b>hit</b>\". A beam that hits a "
+"ball does <b>not</b> emerge from the black box.<br /><br />Example: The beam "
+"might have hit a ball at the position shown, but the exact position of the "
+"hit is not certain: There are many other possibilities."
+msgstr ""
+
+#: kbbtutorial.cpp:187
+#, kde-format
+msgid "Shoot the marked laser to discover the second kind of interaction."
+msgstr ""
+
+#: kbbtutorial.cpp:193
+#, kde-format
+msgid "Simple deflection"
+msgstr ""
+
+#: kbbtutorial.cpp:193
+#, kde-format
+msgid ""
+"The interaction of a beam that does not actually hit a ball, but aims to one "
+"side of it, is called a \"<b>deflection</b>\". The angle of deflection of "
+"the beam is always <b>90 degrees</b>.<br /><br />Example: The ball shown "
+"would deflect beam \"2\" upward, as shown, but this is <b>not</b> the only "
+"possibility."
+msgstr ""
+
+#: kbbtutorial.cpp:193
+#, kde-format
+msgid ""
+"Click on \"Next\" to see another combination of ball positions that deflects "
+"the laser beam as shown."
+msgstr ""
+
+#: kbbtutorial.cpp:200
+#, kde-format
+msgid "Several deflections"
+msgstr ""
+
+#: kbbtutorial.cpp:200
+#, kde-format
+msgid ""
+"As you can see, interactions in the black box can be quite complicated!<br /"
+">A laser beam entering and exiting at the positions \"2\" might have been "
+"deflected by this configuration of 3 balls."
+msgstr ""
+
+#: kbbtutorial.cpp:200
+#, kde-format
+msgid "Shoot the marked laser to discover another kind of result."
+msgstr ""
+
+#: kbbtutorial.cpp:208
+#, kde-format
+msgid "Reflection"
+msgstr ""
+
+#: kbbtutorial.cpp:208
+#, kde-format
+msgid ""
+"If the laser beam leaves the black box <b>at the entry point</b>, it has "
+"been reflected backward inside the black box.<br /><br />Example: We have "
+"placed 2 balls for you in a configuration that would lead to such a "
+"reflection."
+msgstr ""
+
+#: kbbtutorial.cpp:208
+#, kde-format
+msgid "Shoot the marked laser to see another backward reflection case."
+msgstr ""
+
+#: kbbtutorial.cpp:215
+#, kde-format
+msgid "Special reflection"
+msgstr ""
+
+#: kbbtutorial.cpp:215
+#, kde-format
+msgid ""
+"If a ball is <b>at the edge of the box</b> (with no other ball nearby), a "
+"beam which is aimed into the black box directly beside it causes a backward "
+"reflection.<br /><br />Example: The configuration shown can cause a backward "
+"reflection."
+msgstr ""
+
+#: kbbtutorial.cpp:215
+#, kde-format
+msgid "Nearly done. Click on \"Next\"."
+msgstr ""
+
+#: kbbtutorial.cpp:222
+#, kde-format
+msgid "Marker for \"free position\""
+msgstr ""
+
+#: kbbtutorial.cpp:222
+#, kde-format
+msgid ""
+"We are sure there are no balls in the first 2 columns. If there were any, "
+"the beam entering at position \"1\" would hit a ball or be deflected by a "
+"ball in column 2. You can mark a \"free position\" with a right mouse click "
+"(see also keyboard shortcuts).<br /><br />Example: There are 12 markers in "
+"the first 2 columns."
+msgstr ""
+
+#: kbbtutorial.cpp:222 kbbtutorial.cpp:231
+#, kde-format
+msgid "Click on \"Next\"."
+msgstr ""
+
+#: kbbtutorial.cpp:231
+#, kde-format
+msgid "Marking balls"
+msgstr ""
+
+#: kbbtutorial.cpp:231
+#, kde-format
+msgid ""
+"When you have worked out where a ball is, please use the left mouse button "
+"to mark it. To remove a ball mark, use the left mouse button again. Last "
+"tip: If you are not sure about a position, you can use a right click on a "
+"ball to mark it as \"unsure\". (See also keyboard shortcuts.)<br /><br /"
+">Example: We marked one position as sure, the other one as unsure."
+msgstr ""
+
+#: kbbtutorial.cpp:238
+#, kde-format
+msgid "Let us play!"
+msgstr ""
+
+#: kbbtutorial.cpp:238
+#, kde-format
+msgid ""
+"<b>Congratulations!</b> You now know <b>all the rules</b> for KBlackBox.<br /"
+"><br /><b>You can start to play.</b> Try to finish this tutorial game by "
+"yourself!<br /><br />Tip: We have sent in enough beams to deduce the "
+"positions of the 3 balls with certainty. Of course, you can use some more "
+"shots if needed."
+msgstr ""
+
+#: kbbtutorial.cpp:238
+#, kde-format
+msgid "Finish placing the balls and click on \"Done!\" when you are done!"
+msgstr ""
+
+#. i18n: ectx: label, entry (theme), group (KBlackBox Setup)
+#: kblackbox.kcfg:9
+#, kde-format
+msgid ""
+"File of the current theme of the graphic elements. (SVGZ file with path and "
+"file extension)"
+msgstr ""
+
+#. i18n: ectx: label, entry (balls), group (KBlackBox Setup)
+#: kblackbox.kcfg:13
+#, kde-format
+msgid "Number of balls for custom difficulty level"
+msgstr ""
+
+#. i18n: ectx: label, entry (columns), group (KBlackBox Setup)
+#: kblackbox.kcfg:17
+#, kde-format
+msgid "Number of columns of the board for custom difficulty level"
+msgstr ""
+
+#. i18n: ectx: label, entry (rows), group (KBlackBox Setup)
+#: kblackbox.kcfg:21
+#, kde-format
+msgid "Number of rows of the board for custom difficuty level"
+msgstr ""
+
+#: main.cpp:55
+#, kde-format
+msgid "KBlackBox"
+msgstr ""
+
+#: main.cpp:55
+#, kde-format
+msgid "Find the balls hidden in the black box by shooting laser beams!"
+msgstr ""
+
+#: main.cpp:55
+#, kde-format
+msgid ""
+"(c) 2007, Nicolas Roffet\n"
+"(c) 1999-2000, Robert Cimrman"
+msgstr ""
+
+#: main.cpp:56
+#, kde-format
+msgid "Nicolas Roffet"
+msgstr ""
+
+#: main.cpp:56
+#, kde-format
+msgid "Developer of version 0.4."
+msgstr ""
+
+#: main.cpp:57
+#, kde-format
+msgid "Robert Cimrman"
+msgstr ""
+
+#: main.cpp:57
+#, kde-format
+msgid "Original developer"
+msgstr ""
+
+#: main.cpp:58
+#, kde-format
+msgid "Johann Ollivier Lapeyre"
+msgstr ""
+
+#: main.cpp:58
+#, kde-format
+msgid "Artist"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/nb/kblackbox.po 
new/kblackbox-20.04.0/po/nb/kblackbox.po
--- old/kblackbox-19.12.3/po/nb/kblackbox.po    2020-03-03 01:19:05.000000000 
+0100
+++ new/kblackbox-20.04.0/po/nb/kblackbox.po    2020-04-17 02:31:27.000000000 
+0200
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2012-12-11 20:07+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
-"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Bokmål <l10n...@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/kblackbox-19.12.3/po/nl/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/nl/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/nl/docs/kblackbox/index.docbook    2020-03-03 
01:19:07.000000000 +0100
+++ new/kblackbox-20.04.0/po/nl/docs/kblackbox/index.docbook    2020-04-17 
02:31:28.000000000 +0200
@@ -522,9 +522,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>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/nn/kblackbox.po 
new/kblackbox-20.04.0/po/nn/kblackbox.po
--- old/kblackbox-19.12.3/po/nn/kblackbox.po    2020-03-03 01:19:06.000000000 
+0100
+++ new/kblackbox-20.04.0/po/nn/kblackbox.po    2020-04-17 02:31:27.000000000 
+0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2018-03-11 15:55+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
-"Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Nynorsk <l10n...@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/kblackbox-19.12.3/po/pt_BR/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/pt_BR/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/pt_BR/docs/kblackbox/index.docbook 2020-03-03 
01:19:07.000000000 +0100
+++ new/kblackbox-20.04.0/po/pt_BR/docs/kblackbox/index.docbook 2020-04-17 
02:31:28.000000000 +0200
@@ -1,11 +1,5 @@
 <?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 "&kblackbox;">
-  <!ENTITY kappversion "0.4.0"
-><!--Applicaion 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"
@@ -61,16 +55,14 @@
 >&FDLNotice;</legalnotice
 > 
 <date
->05/05/2013</date
-><!-- Date of (re)writing, or update.-->
+>09/05/2016</date>
 <releaseinfo
->&kappversion; (&kde; 4.11)</releaseinfo
-><!-- Application version number. Use the variable definitions within header 
to change this value.-->
+>0.5.0 (Applications 16.04)</releaseinfo>
  
 <!--Short description of this document. Do not change unless necessary!-->
 <abstract>
        <para
->Esta documentação descreve o jogo &kblackbox; versão &kappversion;</para>
+>Esta documentação descreve o jogo &kblackbox; versão 0.5.0</para>
 </abstract>
  
 <!--List of relevan keywords-->
@@ -471,8 +463,8 @@
 </varlistentry>
 
 <varlistentry>
-       <term>
-               <menuchoice
+<term
+><menuchoice
 ><shortcut
 > <keycombo action="simul"
 >&Ctrl;<keycap
@@ -483,27 +475,27 @@
 >Jogo</guimenu
 > <guimenuitem
 >Sair</guimenuitem
-> </menuchoice>
-       </term>
-       <listitem>
-               <para
+> </menuchoice
+></term>
+<listitem>
+<para
 >Isto fecha a janela e sai do &kblackbox;.</para>
-       </listitem>
+</listitem>
 </varlistentry>
 
 <varlistentry>
-       <term>
-               <menuchoice
+<term
+><menuchoice
 ><guimenu
 >Mover</guimenu
 > <guimenuitem
 >Solucionar</guimenuitem
-> </menuchoice>
-       </term>
-       <listitem>
-               <para
+> </menuchoice
+></term>
+<listitem>
+<para
 >Use a opção para desistir de um jogo. Isto mostra-lhe a solução: as posições 
 >corretas das bolas.</para>
-       </listitem>
+</listitem>
 </varlistentry>
 
 <varlistentry>
@@ -544,9 +536,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>
 
@@ -590,7 +582,7 @@
 
 <chapter id="credits"
 ><title
->Créditos e licença</title
+>Créditos e Licença</title
 > <!-- do not change this! -->
 <!--This chapter is for credits and licenses.-->
  
@@ -606,22 +598,8 @@
 >Tradução de Stephen Killing <email
 >stephen.kill...@kdemail.net</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/kblackbox-19.12.3/po/ru/kblackbox.po 
new/kblackbox-20.04.0/po/ru/kblackbox.po
--- old/kblackbox-19.12.3/po/ru/kblackbox.po    2020-03-03 01:19:06.000000000 
+0100
+++ new/kblackbox-20.04.0/po/ru/kblackbox.po    2020-04-17 02:31:27.000000000 
+0200
@@ -9,19 +9,20 @@
 # Artem Sereda <overmin...@gmail.com>, 2009, 2013.
 # Alexander Potashev <aspotas...@gmail.com>, 2010, 2011, 2015.
 # Alexander Lakhin <exclus...@gmail.com>, 2013.
+# Alexander Yavorsky <kekc...@gmail.com>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+0200\n"
-"PO-Revision-Date: 2015-03-15 21:21+0300\n"
-"Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
+"PO-Revision-Date: 2020-04-12 14:38+0300\n"
+"Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.12.3\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -160,7 +161,7 @@
 #: kbbmainwindow.cpp:126
 #, kde-format
 msgid "Enable highlight under mouse"
-msgstr ""
+msgstr "Выделять позицию под курсором"
 
 #: kbbmainwindow.cpp:166
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/sv/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/sv/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/sv/docs/kblackbox/index.docbook    2020-03-03 
01:19:07.000000000 +0100
+++ new/kblackbox-20.04.0/po/sv/docs/kblackbox/index.docbook    2020-04-17 
02:31:28.000000000 +0200
@@ -540,9 +540,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>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/uk/docs/kblackbox/index.docbook 
new/kblackbox-20.04.0/po/uk/docs/kblackbox/index.docbook
--- old/kblackbox-19.12.3/po/uk/docs/kblackbox/index.docbook    2020-03-03 
01:19:07.000000000 +0100
+++ new/kblackbox-20.04.0/po/uk/docs/kblackbox/index.docbook    2020-04-17 
02:31:28.000000000 +0200
@@ -534,9 +534,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>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-19.12.3/po/zh_CN/kblackbox.po 
new/kblackbox-20.04.0/po/zh_CN/kblackbox.po
--- old/kblackbox-19.12.3/po/zh_CN/kblackbox.po 2020-03-03 01:19:06.000000000 
+0100
+++ new/kblackbox-20.04.0/po/zh_CN/kblackbox.po 2020-04-17 02:31:27.000000000 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+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"


Reply via email to