Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2019-01-08 12:20:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kblackbox (Old)
 and      /work/SRC/openSUSE:Factory/.kblackbox.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblackbox"

Tue Jan  8 12:20:37 2019 rev:82 rq:658358 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes      2018-11-13 
17:17:49.570247605 +0100
+++ /work/SRC/openSUSE:Factory/.kblackbox.new.28833/kblackbox.changes   
2019-01-08 12:20:53.732772384 +0100
@@ -1,0 +2,40 @@
+Fri Dec 14 06:09:02 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Wed Dec  5 22:49:42 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove ldconfig call, no libs here.
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:51 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:04 UTC 2018 - Luca Beltrame <lbeltr...@kde.org>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:49 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Add donation url to appdata
+
+-------------------------------------------------------------------
@@ -47 +87 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -97 +137 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -208 +248 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -267 +307 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -359 +399 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -480 +520 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  kblackbox-18.08.3.tar.xz

New:
----
  kblackbox-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kblackbox.spec ++++++
--- /var/tmp/diff_new_pack.Q5XULm/_old  2019-01-08 12:20:54.184771884 +0100
+++ /var/tmp/diff_new_pack.Q5XULm/_new  2019-01-08 12:20:54.184771884 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kblackbox
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
-Name:           kblackbox
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.26.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:           kblackbox
+Version:        18.12.0
+Release:        0
 Summary:        Logic game with elements of hide-and-seek
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Puzzle
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        kblackbox-%{version}.tar.xz
 BuildRequires:  kconfig-devel
 BuildRequires:  kconfigwidgets-devel
@@ -53,10 +52,9 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-KBlackbox is a graphical logical game, inspired by emacs' blackbox. It
+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}
@@ -74,16 +72,12 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
   %suse_update_desktop_file -r org.kde.kblackbox       Game BoardGame
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
-%doc COPYING COPYING.DOC
+%license COPYING COPYING.DOC
 %dir %{_kf5_appstreamdir}
 %{_kf5_applicationsdir}/org.kde.kblackbox.desktop
 %{_kf5_appsdir}/kblackbox/
@@ -95,7 +89,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ kblackbox-18.08.3.tar.xz -> kblackbox-18.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/org.kde.kblackbox.appdata.xml 
new/kblackbox-18.12.0/org.kde.kblackbox.appdata.xml
--- old/kblackbox-18.08.3/org.kde.kblackbox.appdata.xml 2018-01-16 
00:28:10.000000000 +0100
+++ new/kblackbox-18.12.0/org.kde.kblackbox.appdata.xml 2018-11-08 
00:38:09.000000000 +0100
@@ -4,7 +4,6 @@
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>KBlackbox</name>
-  <name xml:lang="ast">KBlackbox</name>
   <name xml:lang="bs">KBlackBox</name>
   <name xml:lang="ca">KBlackbox</name>
   <name xml:lang="ca-valencia">KBlackbox</name>
@@ -109,6 +108,7 @@
   <url type="homepage">http://games.kde.org/game.php?game=kblackbox</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kblackbox</url>
   <url 
type="help">http://docs.kde.org/stable/en/kdegames/kblackbox/index.html</url>
+  <url 
type="donation">https://www.kde.org/community/donations/?app=kblackbox&amp;source=appdata</url>
   <screenshots>
     <screenshot type="default">
       <image>http://kde.org/images/screenshots/kblackbox.png</image>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/org.kde.kblackbox.desktop 
new/kblackbox-18.12.0/org.kde.kblackbox.desktop
--- old/kblackbox-18.08.3/org.kde.kblackbox.desktop     2018-01-16 
00:28:10.000000000 +0100
+++ new/kblackbox-18.12.0/org.kde.kblackbox.desktop     2018-11-08 
00:38:09.000000000 +0100
@@ -65,7 +65,6 @@
 Exec=kblackbox -qwindowtitle %c
 Name=KBlackBox
 Name[af]=Kblackbox
-Name[ast]=KBlackBox
 Name[be]=Чорная скрыня
 Name[bn]=কে-ব্ল্যাকবক্স
 Name[br]=KBlackBox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ar/kblackbox.po 
new/kblackbox-18.12.0/po/ar/kblackbox.po
--- old/kblackbox-18.08.3/po/ar/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ar/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2013-10-14 13:04+0000\n"
 "Last-Translator: safaalfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: <e...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ast/kblackbox.po 
new/kblackbox-18.12.0/po/ast/kblackbox.po
--- old/kblackbox-18.08.3/po/ast/kblackbox.po   2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ast/kblackbox.po   1970-01-01 01:00:00.000000000 
+0100
@@ -1,663 +0,0 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# enolp <en...@softastur.org>, 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
-"PO-Revision-Date: 2016-12-21 16:38+0100\n"
-"Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alministrado...@softastur.org>\n"
-"Language: ast\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: Lokalize 2.0\n"
-
-#, kde-format
-msgctxt "NAME OF TRANSLATORS"
-msgid "Your names"
-msgstr "Softastur"
-
-#, kde-format
-msgctxt "EMAIL OF TRANSLATORS"
-msgid "Your emails"
-msgstr "alministrado...@softastur.org"
-
-#: 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:92
-#, kde-format
-msgctxt "Difficulty level title"
-msgid "Configurable"
-msgstr ""
-
-#: kbbmainwindow.cpp:102
-#, kde-format
-msgid "Start Tutorial"
-msgstr ""
-
-#: kbbmainwindow.cpp:104
-#, kde-format
-msgid "Start tutorial"
-msgstr ""
-
-#: kbbmainwindow.cpp:105
-#, 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:109
-#, kde-format
-msgid "New Sandbox Game"
-msgstr ""
-
-#: kbbmainwindow.cpp:110
-#, kde-format
-msgid "Start a new sandbox game"
-msgstr ""
-
-#: kbbmainwindow.cpp:111
-#, 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:117
-#, 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:118
-#, 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:122
-#, kde-format
-msgid "Give up the game"
-msgstr ""
-
-#: kbbmainwindow.cpp:123
-#, 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:128
-#, kde-format
-msgid "Enable highlight under mouse"
-msgstr ""
-
-#: kbbmainwindow.cpp:168
-#, kde-format
-msgid "Move Down"
-msgstr ""
-
-#: kbbmainwindow.cpp:174
-#, kde-format
-msgid "Move Up"
-msgstr ""
-
-#: kbbmainwindow.cpp:180
-#, kde-format
-msgid "Move Left"
-msgstr ""
-
-#: kbbmainwindow.cpp:186
-#, kde-format
-msgid "Move Right"
-msgstr ""
-
-#: kbbmainwindow.cpp:192
-#, kde-format
-msgid "Switch Ball or Shoot Laser"
-msgstr ""
-
-#: kbbmainwindow.cpp:198
-#, kde-format
-msgid "Switch Marker"
-msgstr ""
-
-#: kbbmainwindow.cpp:272
-#, 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:305
-#, 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:307
-#, kde-format
-msgid "To check if you successfully guessed the ball positions, click here!"
-msgstr ""
-
-#: kbbmainwindow.cpp:309
-#, 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:313
-#, kde-format
-msgid "Game over."
-msgstr ""
-
-#: kbbmainwindow.cpp:315
-#, kde-format
-msgid "Game paused."
-msgstr ""
-
-#: kbbmainwindow.cpp:354
-#, 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:354
-#, kde-format
-msgid "Check positions"
-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 "Your final score is: %1.<br />You did really well!"
-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 "But it does not count<br />because <b>it is the sandbox!</b>"
-msgstr ""
-
-#: kbbmainwindow.cpp:365
-#, 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:394
-#, kde-format
-msgid "Game paused.<br />Press \"%1\" to resume."
-msgstr ""
-
-#: kbbmainwindow.cpp:415
-#, kde-format
-msgid ""
-"Do you want to cancel the current custom game and start a new one with the "
-"new parameters?"
-msgstr ""
-
-#: kbbmainwindow.cpp:415 kbbmainwindow.cpp:502
-#, kde-format
-msgid "Start new game"
-msgstr ""
-
-#: kbbmainwindow.cpp:429
-#, kde-format
-msgid "Custom Game"
-msgstr ""
-
-#: kbbmainwindow.cpp:448
-#, kde-format
-msgid "Sorry, you may not give up during the tutorial."
-msgstr ""
-
-#: kbbmainwindow.cpp:448
-#, kde-format
-msgid "Solve"
-msgstr ""
-
-#: kbbmainwindow.cpp:451
-#, 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:451 kbbmainwindow.cpp:453
-#, kde-format
-msgid "Give up"
-msgstr ""
-
-#: kbbmainwindow.cpp:453
-#, kde-format
-msgid "You should place %1 ball!\n"
-msgid_plural "You should place %1 balls!\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: kbbmainwindow.cpp:453
-#, kde-format
-msgid "You have placed %1.\n"
-msgid_plural "You have placed %1.\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: kbbmainwindow.cpp:453
-#, kde-format
-msgid "Do you really want to give up this game?"
-msgstr ""
-
-#: kbbmainwindow.cpp:463
-#, 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:502
-#, 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:54
-#, kde-format
-msgid "KBlackBox"
-msgstr ""
-
-#: main.cpp:54
-#, kde-format
-msgid "Find the balls hidden in the black box by shooting laser beams!"
-msgstr ""
-
-#: main.cpp:54
-#, kde-format
-msgid ""
-"(c) 2007, Nicolas Roffet\n"
-"(c) 1999-2000, Robert Cimrman"
-msgstr ""
-
-#: main.cpp:55
-#, kde-format
-msgid "Nicolas Roffet"
-msgstr ""
-
-#: main.cpp:55
-#, kde-format
-msgid "Developer of version 0.4."
-msgstr ""
-
-#: main.cpp:56
-#, kde-format
-msgid "Robert Cimrman"
-msgstr ""
-
-#: main.cpp:56
-#, kde-format
-msgid "Original developer"
-msgstr ""
-
-#: main.cpp:57
-#, kde-format
-msgid "Johann Ollivier Lapeyre"
-msgstr ""
-
-#: main.cpp:57
-#, kde-format
-msgid "Artist"
-msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/bg/kblackbox.po 
new/kblackbox-18.12.0/po/bg/kblackbox.po
--- old/kblackbox-18.08.3/po/bg/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/bg/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -2,7 +2,7 @@
 # Bulgarian translation of KDE.
 # This file is licensed under the GPL.
 #
-# $Id: kblackbox.po 1508802 2018-01-16 03:40:05Z scripty $
+# $Id: kblackbox.po 1528210 2018-11-12 06:44:57Z scripty $
 #
 # Zlatko Popov <zlatkopo...@fsa-bg.org>, 2006.
 # Petar Toushkov <pt.launch...@gmail.com>, 2009, 2010.
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2010-05-13 09:23+0200\n"
 "Last-Translator: Petar Toushkov <pt.launch...@gmail.com>\n"
 "Language-Team: Bulgarian <d...@fsa-bg.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/bs/kblackbox.po 
new/kblackbox-18.12.0/po/bs/kblackbox.po
--- old/kblackbox-18.08.3/po/bs/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/bs/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2014-10-23 22:52+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ca/kblackbox.po 
new/kblackbox-18.12.0/po/ca/kblackbox.po
--- old/kblackbox-18.08.3/po/ca/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ca/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 20:38+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ca@valencia/kblackbox.po 
new/kblackbox-18.12.0/po/ca@valencia/kblackbox.po
--- old/kblackbox-18.08.3/po/ca@valencia/kblackbox.po   2018-11-06 
01:15:03.000000000 +0100
+++ new/kblackbox-18.12.0/po/ca@valencia/kblackbox.po   2018-12-07 
01:30:34.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 20:38+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -774,34 +774,3 @@
 #, kde-format
 msgid "Artist"
 msgstr "Artista"
-
-#~ msgid "Time: 00:00"
-#~ msgstr "Temps: 00:00"
-
-#~ msgid "Size: 00 x 00"
-#~ msgstr "Mida: 00 x 00"
-
-#~ msgid "1 ball too many!"
-#~ msgid_plural "%1 balls too many!"
-#~ msgstr[0] "1 bola és massa!"
-#~ msgstr[1] "%1 boles és massa!"
-
-#~ msgid "No more balls to place"
-#~ msgstr "No hi ha més boles"
-
-#~ msgid "1 ball to place"
-#~ msgid_plural "%1 balls to place"
-#~ msgstr[0] "1 bola per emplaçar"
-#~ msgstr[1] "%1 boles per emplaçar"
-
-#~ msgid "Game over"
-#~ msgstr "Final de la partida"
-
-#~ msgid "Time: %1"
-#~ msgstr "Temps: %1"
-
-#~ msgid "Size: %1 x %2"
-#~ msgstr "Mida: %1 x %2"
-
-#~ msgid "Difficulty level"
-#~ msgstr "Nivell de dificultat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/cs/kblackbox.po 
new/kblackbox-18.12.0/po/cs/kblackbox.po
--- old/kblackbox-18.08.3/po/cs/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/cs/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-30 17:46+0100\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/da/kblackbox.po 
new/kblackbox-18.12.0/po/da/kblackbox.po
--- old/kblackbox-18.08.3/po/da/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/da/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2017-03-04 14:54+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/de/kblackbox.po 
new/kblackbox-18.12.0/po/de/kblackbox.po
--- old/kblackbox-18.08.3/po/de/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/de/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-02-27 13:23+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/el/kblackbox.po 
new/kblackbox-18.12.0/po/el/kblackbox.po
--- old/kblackbox-18.08.3/po/el/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/el/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2016-05-29 22:08+0200\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/en_GB/kblackbox.po 
new/kblackbox-18.12.0/po/en_GB/kblackbox.po
--- old/kblackbox-18.08.3/po/en_GB/kblackbox.po 2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/en_GB/kblackbox.po 2018-12-07 01:30:34.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/eo/kblackbox.po 
new/kblackbox-18.12.0/po/eo/kblackbox.po
--- old/kblackbox-18.08.3/po/eo/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/eo/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2007-12-31 04:28+0100\n"
 "Last-Translator: Pierre-Marie Pédrot <pedrot...@wanadoo.fr>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/es/kblackbox.po 
new/kblackbox-18.12.0/po/es/kblackbox.po
--- old/kblackbox-18.08.3/po/es/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/es/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 05:04+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/et/kblackbox.po 
new/kblackbox-18.12.0/po/et/kblackbox.po
--- old/kblackbox-18.08.3/po/et/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/et/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2016-01-13 14:21+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/eu/kblackbox.po 
new/kblackbox-18.12.0/po/eu/kblackbox.po
--- old/kblackbox-18.08.3/po/eu/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/eu/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2010-11-27 20:30+0100\n"
 "Last-Translator: Ignigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/fa/kblackbox.po 
new/kblackbox-18.12.0/po/fa/kblackbox.po
--- old/kblackbox-18.08.3/po/fa/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/fa/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2008-04-15 16:31+0330\n"
 "Last-Translator: Emil Sedgh <emilse...@gmail.com>\n"
 "Language-Team: American English <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/fi/kblackbox.po 
new/kblackbox-18.12.0/po/fi/kblackbox.po
--- old/kblackbox-18.08.3/po/fi/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/fi/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-29 13:21+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/fr/kblackbox.po 
new/kblackbox-18.12.0/po/fr/kblackbox.po
--- old/kblackbox-18.08.3/po/fr/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/fr/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-18 09:37+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ga/kblackbox.po 
new/kblackbox-18.12.0/po/ga/kblackbox.po
--- old/kblackbox-18.08.3/po/ga/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ga/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegames/kblackbox.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/gl/kblackbox.po 
new/kblackbox-18.12.0/po/gl/kblackbox.po
--- old/kblackbox-18.08.3/po/gl/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/gl/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-04-28 21:20+0100\n"
 "Last-Translator: Adrian Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/he/kblackbox.po 
new/kblackbox-18.12.0/po/he/kblackbox.po
--- old/kblackbox-18.08.3/po/he/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/he/kblackbox.po    2018-12-07 01:30:34.000000000 
+0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2017-05-16 07:01-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/hi/kblackbox.po 
new/kblackbox-18.12.0/po/hi/kblackbox.po
--- old/kblackbox-18.08.3/po/hi/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/hi/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2007-12-22 17:48+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/hr/kblackbox.po 
new/kblackbox-18.12.0/po/hr/kblackbox.po
--- old/kblackbox-18.08.3/po/hr/kblackbox.po    2018-11-06 01:15:03.000000000 
+0100
+++ new/kblackbox-18.12.0/po/hr/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox 0\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2010-09-21 21:36+0200\n"
 "Last-Translator: Marko Dimjasevic <ma...@dimjasevic.net>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/hu/kblackbox.po 
new/kblackbox-18.12.0/po/hu/kblackbox.po
--- old/kblackbox-18.08.3/po/hu/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/hu/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2015-09-04 14:17+0200\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/is/kblackbox.po 
new/kblackbox-18.12.0/po/is/kblackbox.po
--- old/kblackbox-18.08.3/po/is/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/is/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2009-06-13 16:24+0000\n"
 "Last-Translator: Sveinn í Felli <svei...@nett.is>\n"
 "Language-Team: icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/it/kblackbox.po 
new/kblackbox-18.12.0/po/it/kblackbox.po
--- old/kblackbox-18.08.3/po/it/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/it/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-02-04 11:06+0100\n"
 "Last-Translator: Valter Mura <valterm...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ja/kblackbox.po 
new/kblackbox-18.12.0/po/ja/kblackbox.po
--- old/kblackbox-18.08.3/po/ja/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ja/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2007-12-24 14:00+0900\n"
 "Last-Translator: Yukiko Bando <yba...@k6.dion.ne.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/kk/kblackbox.po 
new/kblackbox-18.12.0/po/kk/kblackbox.po
--- old/kblackbox-18.08.3/po/kk/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/kk/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2012-07-30 08:21+0600\n"
 "Last-Translator: Sairan Kikkarin\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/km/kblackbox.po 
new/kblackbox-18.12.0/po/km/kblackbox.po
--- old/kblackbox-18.08.3/po/km/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/km/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2009-10-28 08:37+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ko/kblackbox.po 
new/kblackbox-18.12.0/po/ko/kblackbox.po
--- old/kblackbox-18.08.3/po/ko/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ko/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2015-04-26 19:13+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/lt/kblackbox.po 
new/kblackbox-18.12.0/po/lt/kblackbox.po
--- old/kblackbox-18.08.3/po/lt/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/lt/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2011-08-09 22:58+0300\n"
 "Last-Translator: Remigijus Jarmalavičius <remigi...@jarmalavicius.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/lv/kblackbox.po 
new/kblackbox-18.12.0/po/lv/kblackbox.po
--- old/kblackbox-18.08.3/po/lv/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/lv/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2012-06-29 20:18+0300\n"
 "Last-Translator: Einars Sprugis <eina...@gmail.com>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/mr/kblackbox.po 
new/kblackbox-18.12.0/po/mr/kblackbox.po
--- old/kblackbox-18.08.3/po/mr/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/mr/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2013-03-05 15:47+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/nb/kblackbox.po 
new/kblackbox-18.12.0/po/nb/kblackbox.po
--- old/kblackbox-18.08.3/po/nb/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/nb/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/nds/kblackbox.po 
new/kblackbox-18.12.0/po/nds/kblackbox.po
--- old/kblackbox-18.08.3/po/nds/kblackbox.po   2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/nds/kblackbox.po   2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2014-05-13 19:12+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/nl/kblackbox.po 
new/kblackbox-18.12.0/po/nl/kblackbox.po
--- old/kblackbox-18.08.3/po/nl/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/nl/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 13:56+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/nn/kblackbox.po 
new/kblackbox-18.12.0/po/nn/kblackbox.po
--- old/kblackbox-18.08.3/po/nn/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/nn/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/pa/kblackbox.po 
new/kblackbox-18.12.0/po/pa/kblackbox.po
--- old/kblackbox-18.08.3/po/pa/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/pa/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2007-08-05 21:30+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi <punjabi-l...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/pl/kblackbox.po 
new/kblackbox-18.12.0/po/pl/kblackbox.po
--- old/kblackbox-18.08.3/po/pl/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/pl/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -1,6 +1,6 @@
 # translation of kblackbox.po to Polish
 # translation of kblackbox.po to
-# Version: $Revision: 1509471 $
+# Version: $Revision: 1528210 $
 # Piotr Roszatycki <dex...@fnet.pl>, 1999.
 # Michal Rudolf <mrud...@kdewebdev.org>, 2005, 2007, 2008, 2009.
 # Marta Rybczyńska <kde-i...@rybczynska.net>, 2008.
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-28 07:01+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/pt/kblackbox.po 
new/kblackbox-18.12.0/po/pt/kblackbox.po
--- old/kblackbox-18.08.3/po/pt/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/pt/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 09:53+0000\n"
 "Last-Translator: Pedro Morais <mor...@kde.org>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/pt_BR/kblackbox.po 
new/kblackbox-18.12.0/po/pt_BR/kblackbox.po
--- old/kblackbox-18.08.3/po/pt_BR/kblackbox.po 2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/pt_BR/kblackbox.po 2018-12-07 01:30:35.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-03-29 09:15-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ro/kblackbox.po 
new/kblackbox-18.12.0/po/ro/kblackbox.po
--- old/kblackbox-18.08.3/po/ro/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ro/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2011-06-11 13:16+0300\n"
 "Last-Translator: Cristian Oneț <onet.crist...@gmail.com>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ru/kblackbox.po 
new/kblackbox-18.12.0/po/ru/kblackbox.po
--- old/kblackbox-18.08.3/po/ru/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ru/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2015-03-15 21:21+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/sk/kblackbox.po 
new/kblackbox-18.12.0/po/sk/kblackbox.po
--- old/kblackbox-18.08.3/po/sk/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/sk/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2016-11-20 19:59+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/sl/kblackbox.po 
new/kblackbox-18.12.0/po/sl/kblackbox.po
--- old/kblackbox-18.08.3/po/sl/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/sl/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -2,7 +2,7 @@
 # Translation of kblackbox.po to Slovenian
 # SLOVENIAN TRANSLATION OF KDEGAMES.
 # Copyright (C) 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
-# $Id: kblackbox.po 1508846 2018-01-16 16:34:25Z mernik $
+# $Id: kblackbox.po 1528210 2018-11-12 06:44:57Z scripty $
 # $Source$
 #
 # Marko Samastur <mar...@elite.org>, 1999.
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 17:16+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/sr/kblackbox.po 
new/kblackbox-18.12.0/po/sr/kblackbox.po
--- old/kblackbox-18.08.3/po/sr/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/sr/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2017-09-28 17:59+0200\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/sv/kblackbox.po 
new/kblackbox-18.12.0/po/sv/kblackbox.po
--- old/kblackbox-18.08.3/po/sv/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/sv/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-17 22:17+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/tr/kblackbox.po 
new/kblackbox-18.12.0/po/tr/kblackbox.po
--- old/kblackbox-18.08.3/po/tr/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/tr/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2015-05-24 11:59+0000\n"
 "Last-Translator: Necdet <necdetyu...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/ug/kblackbox.po 
new/kblackbox-18.12.0/po/ug/kblackbox.po
--- old/kblackbox-18.08.3/po/ug/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/ug/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/uk/kblackbox.po 
new/kblackbox-18.12.0/po/uk/kblackbox.po
--- old/kblackbox-18.08.3/po/uk/kblackbox.po    2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/uk/kblackbox.po    2018-12-07 01:30:35.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-01-16 09:09+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/zh_CN/kblackbox.po 
new/kblackbox-18.12.0/po/zh_CN/kblackbox.po
--- old/kblackbox-18.08.3/po/zh_CN/kblackbox.po 2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/zh_CN/kblackbox.po 2018-12-07 01:30:35.000000000 
+0100
@@ -10,8 +10,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
-"PO-Revision-Date: 2018-11-01 23:20\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
+"PO-Revision-Date: 2018-11-12 09:24\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-18.08.3/po/zh_TW/kblackbox.po 
new/kblackbox-18.12.0/po/zh_TW/kblackbox.po
--- old/kblackbox-18.08.3/po/zh_TW/kblackbox.po 2018-11-06 01:15:04.000000000 
+0100
+++ new/kblackbox-18.12.0/po/zh_TW/kblackbox.po 2018-12-07 01:30:35.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kblackbox\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-01-16 03:13+0100\n"
+"POT-Creation-Date: 2018-11-12 06:51+0100\n"
 "PO-Revision-Date: 2018-03-24 16:35+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"


Reply via email to