Hello community,

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

Package is "kigo"

Tue Jan  8 12:21:25 2019 rev:78 rq:658402 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kigo/kigo.changes        2018-11-13 
17:20:04.486064467 +0100
+++ /work/SRC/openSUSE:Factory/.kigo.new.28833/kigo.changes     2019-01-08 
12:22:35.504659908 +0100
@@ -1,0 +2,35 @@
+Fri Dec 14 06:09:11 UTC 2018 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:00 UTC 2018 - [email protected]
+
+- 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:23 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:03 UTC 2018 - [email protected]
+
+- 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 +82 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -98 +133 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -207 +242 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -266 +301 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -346 +381 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -462 +497 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  kigo-18.08.3.tar.xz

New:
----
  kigo-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kigo.spec ++++++
--- /var/tmp/diff_new_pack.1mBTcs/_old  2019-01-08 12:22:36.092659259 +0100
+++ /var/tmp/diff_new_pack.1mBTcs/_new  2019-01-08 12:22:36.092659259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kigo
 #
-# 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,21 +12,20 @@
 # 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/
 #
 
 
+# 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:           kigo
-Version:        18.08.3
+Version:        18.12.0
 Release:        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}')}
 Summary:        Traditional Chinese Boardgame for KDE
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Other
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        kigo-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
@@ -50,7 +49,6 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Traditional Chinese Boardgame
@@ -72,9 +70,9 @@
     %find_lang %{name} --with-man --all-name
     %{kf5_find_htmldocs}
   %endif
+
 %files
-%defattr(-,root,root)
-%doc COPYING COPYING.DOC
+%license COPYING COPYING.DOC
 %{_kf5_bindir}/kigo
 %doc %lang(en) %{_kf5_htmldir}/en/kigo/
 %{_kf5_applicationsdir}/org.kde.kigo.desktop
@@ -88,7 +86,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ kigo-18.08.3.tar.xz -> kigo-18.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/data/themes/default.desktop 
new/kigo-18.12.0/data/themes/default.desktop
--- old/kigo-18.08.3/data/themes/default.desktop        2018-11-03 
06:50:15.000000000 +0100
+++ new/kigo-18.12.0/data/themes/default.desktop        2018-11-13 
08:23:11.000000000 +0100
@@ -1,6 +1,5 @@
 [KGameTheme]
 Name=Default
-Name[ast]=Por defeutu
 Name[be]=Прадвызначаны
 Name[br]=Dre ziouer
 Name[bs]=Podrazumijevani
@@ -60,7 +59,6 @@
 Name[zh_CN]=默认
 Name[zh_TW]=預設
 Description=Kigo Default theme for KDE 4
-Description[ast]=El tema por defeutu de Kigo pa KDE 4
 Description[bs]=Kigo podrazumjevana tema za KDE 4
 Description[ca]=Tema predeterminat del Kigo per al KDE 4
 Description[ca@valencia]=Tema predeterminat del Kigo per al KDE 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/data/themes/plain.desktop 
new/kigo-18.12.0/data/themes/plain.desktop
--- old/kigo-18.08.3/data/themes/plain.desktop  2018-11-03 06:50:15.000000000 
+0100
+++ new/kigo-18.12.0/data/themes/plain.desktop  2018-11-13 08:23:11.000000000 
+0100
@@ -1,6 +1,5 @@
 [KGameTheme]
 Name=Plain
-Name[ast]=Planu
 Name[bs]=Obični
 Name[ca]=Normal
 Name[ca@valencia]=Normal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ast/kigo.po 
new/kigo-18.12.0/po/ast/kigo.po
--- old/kigo-18.08.3/po/ast/kigo.po     2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ast/kigo.po     1970-01-01 01:00:00.000000000 +0100
@@ -1,812 +0,0 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# enolp <[email protected]>, 2015, 2017.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
-"PO-Revision-Date: 2017-07-01 05:10+0100\n"
-"Last-Translator: enolp <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\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 "[email protected]"
-
-#: game/game.cpp:327
-#, kde-format
-msgctxt "%1 stone coordinate"
-msgid "White %1"
-msgstr ""
-
-#: game/game.cpp:330 game/game.cpp:400 gui/mainwindow.cpp:397
-#, kde-format
-msgid "White passed"
-msgstr ""
-
-#: game/game.cpp:336
-#, kde-format
-msgctxt "%1 stone coordinate"
-msgid "Black %1"
-msgstr ""
-
-#: game/game.cpp:339 game/game.cpp:402 gui/mainwindow.cpp:399
-#, kde-format
-msgid "Black passed"
-msgstr ""
-
-#: game/game.cpp:409
-#, kde-format
-msgid "White resigned"
-msgstr ""
-
-#: game/game.cpp:411
-#, kde-format
-msgid "Black resigned"
-msgstr ""
-
-#: game/game.cpp:419
-#, kde-format
-msgctxt "%1 response from Go engine"
-msgid "White %1"
-msgstr ""
-
-#: game/game.cpp:421
-#, kde-format
-msgctxt "%1 response from Go engine"
-msgid "Black %1"
-msgstr ""
-
-#. i18n: ectx: property (title), widget (QGroupBox, backendGroupBox)
-#: gui/config/generalconfig.ui:17
-#, kde-format
-msgid "Backend"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_3)
-#: gui/config/generalconfig.ui:23
-#, kde-format
-msgid "Executable:"
-msgstr "Executable:"
-
-#. i18n: ectx: property (toolTip), widget (KUrlRequester, engineExecutable)
-#: gui/config/generalconfig.ui:42
-#, kde-format
-msgid "Select the executable file to start the Go engine"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label)
-#: gui/config/generalconfig.ui:49
-#, kde-format
-msgid "Parameters:"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (QLineEdit, engineParameters)
-#: gui/config/generalconfig.ui:62
-#, kde-format
-msgid "Add here the necessary parameters to start the Engine in GTP mode"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (QLineEdit, kcfg_EngineCommand)
-#: gui/config/generalconfig.ui:75
-#, kde-format
-msgid "This is the resulting engine command which will be used by Kigo"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (KLed, engineLed)
-#: gui/config/generalconfig.ui:94
-#, kde-format
-msgid "Indicates whether the Go engine works correctly"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_4)
-#: gui/config/generalconfig.ui:108
-#, kde-format
-msgid ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
-"p, li { white-space: pre-wrap; }\n"
-"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-"
-"weight:400; font-style:normal;\">\n"
-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\">Please select a Go engine "
-"that supports the <span style=\" font-style:italic;\">GnuGo Text Protocol "
-"(GTP)</span>. The indicator light turns green when the selected backend is "
-"working.</p></body></html>"
-msgstr ""
-
-#. i18n: ectx: property (title), widget (QGroupBox, appearanceGroupBox)
-#: gui/config/generalconfig.ui:128
-#, kde-format
-msgid "Appearance"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowBoardLabels)
-#: gui/config/generalconfig.ui:137
-#, kde-format
-msgid "Display Board Labels"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_2)
-#: gui/config/generalconfig.ui:144
-#, kde-format
-msgid "Hint Visibility Time:"
-msgstr ""
-
-#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, kcfg_HintVisibleTime)
-#: gui/config/generalconfig.ui:163
-#, kde-format
-msgid " Seconds"
-msgstr ""
-
-#. i18n: ectx: Menu (game)
-#: gui/kigoui.rc:9
-#, kde-format
-msgctxt "@title:menu"
-msgid "&Game"
-msgstr ""
-
-#. i18n: ectx: Menu (move)
-#: gui/kigoui.rc:20
-#, kde-format
-msgctxt "@title:menu"
-msgid "&Move"
-msgstr ""
-
-#. i18n: ectx: Menu (settings)
-#: gui/kigoui.rc:25
-#, kde-format
-msgctxt "@title:menu"
-msgid "&Settings"
-msgstr ""
-
-#. i18n: ectx: Menu (dockers)
-#: gui/kigoui.rc:27
-#, kde-format
-msgctxt "@title:menu"
-msgid "&Dockers"
-msgstr ""
-
-#. i18n: ectx: ToolBar (mainToolBar)
-#: gui/kigoui.rc:36
-#, kde-format
-msgctxt "@title:menu"
-msgid "Main Toolbar"
-msgstr ""
-
-#. i18n: ectx: ToolBar (moveToolBar)
-#: gui/kigoui.rc:42
-#, kde-format
-msgctxt "@title:menu"
-msgid "Move Toolbar"
-msgstr ""
-
-#: gui/mainwindow.cpp:107
-#, kde-format
-msgid "Set up a new game..."
-msgstr ""
-
-#: gui/mainwindow.cpp:113 gui/mainwindow.cpp:199
-#, kde-format
-msgid "Kigo Game Files (*.sgf)"
-msgstr ""
-
-#: gui/mainwindow.cpp:150
-#, kde-format
-msgid "Set up a loaded game..."
-msgstr ""
-
-#: gui/mainwindow.cpp:153
-#, kde-format
-msgid "Unable to load game..."
-msgstr ""
-
-#: gui/mainwindow.cpp:203
-#, kde-format
-msgid "Game saved..."
-msgstr ""
-
-#: gui/mainwindow.cpp:205
-#, kde-format
-msgid "Unable to save game."
-msgstr ""
-
-#: gui/mainwindow.cpp:252
-#, kde-format
-msgid "Game started..."
-msgstr ""
-
-#: gui/mainwindow.cpp:284
-#, kde-format
-msgid "%1 won with a score of %2."
-msgstr ""
-
-#: gui/mainwindow.cpp:287
-#, kde-format
-msgid "%1 won with a score of %2 (bounds: %3 and %4)."
-msgstr ""
-
-#: gui/mainwindow.cpp:295
-#, kde-format
-msgid "Undone move"
-msgstr ""
-
-#: gui/mainwindow.cpp:303
-#, kde-format
-msgid "Redone move"
-msgstr ""
-
-#: gui/mainwindow.cpp:327
-#, kde-format
-msgid "General"
-msgstr ""
-
-#: gui/mainwindow.cpp:328
-#, kde-format
-msgid "Themes"
-msgstr ""
-
-#: gui/mainwindow.cpp:347
-#, kde-format
-msgid "Backend was changed, restart necessary..."
-msgstr ""
-
-#: gui/mainwindow.cpp:409 gui/mainwindow.cpp:411
-#, kde-format
-msgctxt "@action"
-msgid "Get More Games..."
-msgstr ""
-
-#: gui/mainwindow.cpp:417 gui/mainwindow.cpp:419
-#, kde-format
-msgctxt "@action"
-msgid "Start Game"
-msgstr ""
-
-#: gui/mainwindow.cpp:423 gui/mainwindow.cpp:425
-#, kde-format
-msgctxt "@action"
-msgid "Finish Game"
-msgstr ""
-
-#: gui/mainwindow.cpp:433
-#, kde-format
-msgctxt "@action:inmenu Move"
-msgid "Pass Move"
-msgstr ""
-
-#: gui/mainwindow.cpp:438
-#, kde-format
-msgctxt "@action:inmenu View"
-msgid "Show Move &Numbers"
-msgstr ""
-
-#: gui/mainwindow.cpp:451
-#, kde-format
-msgctxt "@title:window"
-msgid "Game Setup"
-msgstr ""
-
-#: gui/mainwindow.cpp:460 gui/mainwindow.cpp:466
-#, kde-format
-msgctxt "@title:window"
-msgid "Information"
-msgstr ""
-
-#: gui/mainwindow.cpp:472 gui/mainwindow.cpp:481
-#, kde-format
-msgctxt "@title:window"
-msgid "Moves"
-msgstr ""
-
-#: gui/mainwindow.cpp:475
-#, kde-format
-msgid "No move"
-msgstr ""
-
-#: gui/mainwindow.cpp:486
-#, kde-format
-msgctxt "@title:window"
-msgid "Error"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label)
-#: gui/widgets/errorwidget.ui:21
-#, kde-format
-msgid ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
-"p, li { white-space: pre-wrap; }\n"
-"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-"
-"weight:400; font-style:normal;\">\n"
-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
-"family:'Sans Serif'; font-size:10pt; color:#ff0000;\">Kigo was unable to "
-"find a  Go engine backend.</span></p>\n"
-"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; "
-"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-"
-"family:'Sans Serif'; font-size:10pt; color:#ff0000;\"></p>\n"
-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
-"family:'Sans Serif'; font-size:10pt;\">If you are sure that you already "
-"installed a suitable Go engine, you might want to configure Kigo to use that "
-"engine. Otherwise you should install a Go engine (like GnuGo).</span></p></"
-"body></html>"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QPushButton, configureButton)
-#: gui/widgets/errorwidget.ui:49
-#, kde-format
-msgid "Configure Kigo..."
-msgstr ""
-
-#: gui/widgets/gamewidget.cpp:55 gui/widgets/gamewidget.cpp:60
-#, kde-format
-msgid "Computer (level %1)"
-msgstr ""
-
-#: gui/widgets/gamewidget.cpp:63
-#, kde-format
-msgid "%1 Stone"
-msgid_plural "%1 Stones"
-msgstr[0] ""
-msgstr[1] ""
-
-#: gui/widgets/gamewidget.cpp:80
-#, kde-format
-msgctxt "Indication who played the last move"
-msgid "%1 (white)"
-msgstr ""
-
-#: gui/widgets/gamewidget.cpp:82
-#, kde-format
-msgctxt "Indication who played the last move"
-msgid "%1 (black)"
-msgstr ""
-
-#: gui/widgets/gamewidget.cpp:91
-#, kde-format
-msgid "White's turn"
-msgstr ""
-
-#: gui/widgets/gamewidget.cpp:95
-#, kde-format
-msgid "Black's turn"
-msgstr ""
-
-#: gui/widgets/gamewidget.cpp:100 gui/widgets/gamewidget.cpp:101
-#, kde-format
-msgid "%1 capture"
-msgid_plural "%1 captures"
-msgstr[0] ""
-msgstr[1] ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_5)
-#: gui/widgets/gamewidget.ui:19 gui/widgets/setupwidget.ui:103
-#, kde-format
-msgid "Handicap:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, handicapLabel)
-#: gui/widgets/gamewidget.ui:35
-#, kde-format
-msgid "2"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_3)
-#. i18n: ectx: property (text), widget (QLabel, label_4)
-#. i18n: ectx: property (text), widget (QLabel, komiStaticLabel)
-#: gui/widgets/gamewidget.ui:42 gui/widgets/setupwidget.ui:151
-#: gui/widgets/setupwidget.ui:403
-#, kde-format
-msgid "Komi:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, komiLabel)
-#: gui/widgets/gamewidget.ui:58
-#, kde-format
-msgid "0.5 Points"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label)
-#: gui/widgets/gamewidget.ui:78
-#, kde-format
-msgid "Last move:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_2)
-#: gui/widgets/gamewidget.ui:101
-#, kde-format
-msgid "Move:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, whiteNameLabel)
-#: gui/widgets/gamewidget.ui:184
-#, kde-format
-msgid "White Player"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, whiteCapturesLabel)
-#. i18n: ectx: property (text), widget (QLabel, blackCapturesLabel)
-#: gui/widgets/gamewidget.ui:191 gui/widgets/gamewidget.ui:265
-#, kde-format
-msgid "Captures:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, blackNameLabel)
-#: gui/widgets/gamewidget.ui:233
-#, kde-format
-msgid "Black Player"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QPushButton, finishButton)
-#: gui/widgets/gamewidget.ui:308
-#, kde-format
-msgid "Finish Game"
-msgstr ""
-
-#: gui/widgets/setupwidget.cpp:66
-#, kde-format
-msgid " Stone"
-msgid_plural " Stones"
-msgstr[0] ""
-msgstr[1] ""
-
-#: gui/widgets/setupwidget.cpp:170
-#, kde-format
-msgctxt "Time limit of a game in minutes"
-msgid "%1 minute"
-msgid_plural "%1 minutes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: gui/widgets/setupwidget.cpp:172
-#, kde-format
-msgctxt "Time limit of a game, hours, minutes"
-msgid "%1 hour, %2"
-msgid_plural "%1 hours, %2"
-msgstr[0] ""
-msgstr[1] ""
-
-#: gui/widgets/setupwidget.cpp:194
-#, kde-format
-msgid " of %1"
-msgstr ""
-
-#: gui/widgets/setupwidget.cpp:237
-#, kde-format
-msgid "White to play"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, playerLabel)
-#: gui/widgets/setupwidget.cpp:239 gui/widgets/setupwidget.ui:448
-#, kde-format
-msgid "Black to play"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_12)
-#: gui/widgets/setupwidget.ui:30
-#, kde-format
-msgid "Board size:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QRadioButton, sizeSmall)
-#: gui/widgets/setupwidget.ui:37
-#, kde-format
-msgid "&Tiny (9x9)"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QRadioButton, sizeMedium)
-#: gui/widgets/setupwidget.ui:47
-#, kde-format
-msgid "Small (&13x13)"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QRadioButton, sizeBig)
-#: gui/widgets/setupwidget.ui:54
-#, kde-format
-msgid "No&rmal (19x19)"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QRadioButton, sizeOther)
-#: gui/widgets/setupwidget.ui:66
-#, kde-format
-msgid "&Custom:"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (KPluralHandlingSpinBox, 
handicapSpinBox)
-#: gui/widgets/setupwidget.ui:126
-#, kde-format
-msgid ""
-"Handicap stones are an advantage for the black player.\n"
-"Black gets a number of stones on the board before the game starts."
-msgstr ""
-
-#. i18n: ectx: property (specialValueText), widget (KPluralHandlingSpinBox, 
handicapSpinBox)
-#: gui/widgets/setupwidget.ui:129
-#, kde-format
-msgid "No handicap"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (QDoubleSpinBox, komiSpinBox)
-#: gui/widgets/setupwidget.ui:171
-#, kde-format
-msgid ""
-"Komi are points given to the white player at the end of the game.\n"
-"It balances out the advantage black has by making the first move."
-msgstr ""
-
-#. i18n: ectx: property (suffix), widget (QDoubleSpinBox, komiSpinBox)
-#: gui/widgets/setupwidget.ui:174
-#, kde-format
-msgid " Points"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, eventStaticLabel)
-#: gui/widgets/setupwidget.ui:237
-#, kde-format
-msgid "Event:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, locationStaticLabel)
-#: gui/widgets/setupwidget.ui:272
-#, kde-format
-msgid "Location:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, dateStaticLabel)
-#: gui/widgets/setupwidget.ui:307
-#, kde-format
-msgid "Date:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, roundStaticLabel)
-#: gui/widgets/setupwidget.ui:339
-#, kde-format
-msgid "Round:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, scoreStaticLabel)
-#: gui/widgets/setupwidget.ui:371
-#, kde-format
-msgid "Score:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, continueStaticLabel)
-#: gui/widgets/setupwidget.ui:435
-#, kde-format
-msgid "Continue:"
-msgstr ""
-
-#. i18n: ectx: property (suffix), widget (QSpinBox, startMoveSpinBox)
-#: gui/widgets/setupwidget.ui:467
-#, kde-format
-msgid " of 999"
-msgstr ""
-
-#. i18n: ectx: property (prefix), widget (QSpinBox, startMoveSpinBox)
-#: gui/widgets/setupwidget.ui:470
-#, kde-format
-msgid "Move "
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, timeStaticLabel)
-#: gui/widgets/setupwidget.ui:489
-#, kde-format
-msgid "Time limit:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QCheckBox, whiteIsComputerCheckBox)
-#: gui/widgets/setupwidget.ui:572
-#, kde-format
-msgid "&Computer"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_6)
-#: gui/widgets/setupwidget.ui:595
-#, kde-format
-msgid "&Name:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label1)
-#. i18n: ectx: property (text), widget (QLabel, label1_3)
-#: gui/widgets/setupwidget.ui:637 gui/widgets/setupwidget.ui:823
-#, kde-format
-msgid "Weak"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label2)
-#. i18n: ectx: property (text), widget (QLabel, label2_3)
-#: gui/widgets/setupwidget.ui:656 gui/widgets/setupwidget.ui:804
-#, kde-format
-msgid "Strong"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QCheckBox, blackIsComputerCheckBox)
-#: gui/widgets/setupwidget.ui:742
-#, kde-format
-msgid "C&omputer"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_7)
-#: gui/widgets/setupwidget.ui:762
-#, kde-format
-msgid "Na&me:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QPushButton, startButton)
-#: gui/widgets/setupwidget.ui:1003
-#, kde-format
-msgid "Start Game"
-msgstr ""
-
-#. i18n: ectx: label, entry (EngineCommand), group (Backend)
-#: kigo.kcfg:9
-#, kde-format
-msgid "The current game engine command with (optional) parameters"
-msgstr ""
-
-#. i18n: ectx: label, entry (Theme), group (UserInterface)
-#: kigo.kcfg:20
-#, kde-format
-msgid "The graphical theme to be used"
-msgstr ""
-
-#. i18n: ectx: label, entry (ShowBoardLabels), group (UserInterface)
-#: kigo.kcfg:24
-#, kde-format
-msgid "Determines whether board labels are shown"
-msgstr ""
-
-#. i18n: ectx: label, entry (ShowMoveNumbers), group (UserInterface)
-#: kigo.kcfg:28
-#, kde-format
-msgid "Move numbers are drawn onto stones if enabled"
-msgstr ""
-
-#. i18n: ectx: label, entry (HintVisibleTime), group (UserInterface)
-#: kigo.kcfg:32
-#, kde-format
-msgid "Number of seconds for which a hint is visible"
-msgstr ""
-
-#. i18n: ectx: label, entry (BlackPlayerHuman), group (Game)
-#: kigo.kcfg:40
-#, kde-format
-msgid "Is black a human player?"
-msgstr ""
-
-#. i18n: ectx: label, entry (BlackPlayerName), group (Game)
-#: kigo.kcfg:44
-#, kde-format
-msgid "The name of the black player"
-msgstr ""
-
-#. i18n: ectx: label, entry (BlackPlayerStrength), group (Game)
-#: kigo.kcfg:48
-#, kde-format
-msgid "The strength of the black player"
-msgstr ""
-
-#. i18n: ectx: label, entry (WhitePlayerHuman), group (Game)
-#: kigo.kcfg:54
-#, kde-format
-msgid "Is white a human player?"
-msgstr ""
-
-#. i18n: ectx: label, entry (WhitePlayerName), group (Game)
-#: kigo.kcfg:58
-#, kde-format
-msgid "The name of the white player"
-msgstr ""
-
-#. i18n: ectx: label, entry (WhitePlayerStrength), group (Game)
-#: kigo.kcfg:62
-#, kde-format
-msgid "The strength of the white player"
-msgstr ""
-
-#. i18n: ectx: label, entry (BoardSize), group (Game)
-#: kigo.kcfg:68
-#, kde-format
-msgid "Go board size"
-msgstr ""
-
-#. i18n: ectx: label, entry (Komi), group (Game)
-#: kigo.kcfg:75
-#, kde-format
-msgid "Komi"
-msgstr ""
-
-#. i18n: ectx: tooltip, entry (Komi), group (Game)
-#: kigo.kcfg:76
-#, kde-format
-msgid "With komi you can give the black player some extra points"
-msgstr ""
-
-#. i18n: ectx: label, entry (FixedHandicapValue), group (Game)
-#: kigo.kcfg:82
-#, kde-format
-msgid "Extra stones for the black player"
-msgstr ""
-
-#: main.cpp:55
-#, kde-format
-msgid "Kigo"
-msgstr ""
-
-#: main.cpp:56
-#, kde-format
-msgid "KDE Go Board Game"
-msgstr ""
-
-#: main.cpp:57
-#, kde-format
-msgid "Copyright (c) 2008-2010 Sascha Peilicke"
-msgstr ""
-
-#: main.cpp:58
-#, kde-format
-msgid "Sascha Peilicke (saschpe)"
-msgstr ""
-
-#: main.cpp:58
-#, kde-format
-msgid "Original author"
-msgstr ""
-
-#: main.cpp:60
-#, kde-format
-msgid "Yuri Chornoivan"
-msgstr ""
-
-#: main.cpp:60
-#, kde-format
-msgid "Documentation editor"
-msgstr ""
-
-#: main.cpp:62
-#, kde-format
-msgid "Arturo Silva"
-msgstr ""
-
-#: main.cpp:62
-#, kde-format
-msgid "Default theme designer"
-msgstr ""
-
-#: main.cpp:71 main.cpp:72
-#, kde-format
-msgctxt "@info:shell"
-msgid "Game to load (SGF file)"
-msgstr ""
-
-#: main.cpp:71
-#, kde-format
-msgctxt "@info:shell"
-msgid "gamefile"
-msgstr ""
-
-#: main.cpp:72
-#, kde-format
-msgctxt "@info:shell"
-msgid "[gamefile]"
-msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/bs/kigo.po 
new/kigo-18.12.0/po/bs/kigo.po
--- old/kigo-18.08.3/po/bs/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/bs/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2014-10-20 19:26+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ca/kigo.po 
new/kigo-18.12.0/po/ca/kigo.po
--- old/kigo-18.08.3/po/ca/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ca/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 10:33+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ca@valencia/kigo.po 
new/kigo-18.12.0/po/ca@valencia/kigo.po
--- old/kigo-18.08.3/po/ca@valencia/kigo.po     2018-11-06 01:15:28.000000000 
+0100
+++ new/kigo-18.12.0/po/ca@valencia/kigo.po     2018-12-07 01:31:39.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 10:33+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -851,33 +851,3 @@
 msgctxt "@info:shell"
 msgid "[gamefile]"
 msgstr "[fitxer de partida]"
-
-#~ msgid " Stones"
-#~ msgstr " Pedres"
-
-#~ msgid "List of available/configured engine backends"
-#~ msgstr "Llista de dorsals de motor disponibles/configurats"
-
-#~ msgid "List of backend commands corresponding to the engine list"
-#~ msgstr "Llista d'ordres de dorsal corresponents a la llista de motors"
-
-#~ msgid "for White"
-#~ msgstr "per blanques"
-
-#~ msgid "for Black"
-#~ msgstr "per negres"
-
-#~ msgid "Human"
-#~ msgstr "Humà"
-
-#~ msgid "New Game"
-#~ msgstr "Nou joc"
-
-#~ msgid "Fixed Handicap"
-#~ msgstr "Desavantatge fix"
-
-#~ msgid "Loaded Game"
-#~ msgstr "S'ha carregat una partida"
-
-#~ msgid "Computer (Level 10)"
-#~ msgstr "Ordinador (nivell 10)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/cs/kigo.po 
new/kigo-18.12.0/po/cs/kigo.po
--- old/kigo-18.08.3/po/cs/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/cs/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-09-12 11:46+0100\n"
 "Last-Translator: Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/da/kigo.po 
new/kigo-18.12.0/po/da/kigo.po
--- old/kigo-18.08.3/po/da/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/da/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-11-11 03:37+0200\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/de/kigo.po 
new/kigo-18.12.0/po/de/kigo.po
--- old/kigo-18.08.3/po/de/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/de/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-06-21 06:36+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/el/kigo.po 
new/kigo-18.12.0/po/el/kigo.po
--- old/kigo-18.08.3/po/el/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/el/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2009-09-29 18:34+0300\n"
 "Last-Translator: Petros Vidalis <[email protected]>\n"
 "Language-Team: Ελληνικά <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/en_GB/kigo.po 
new/kigo-18.12.0/po/en_GB/kigo.po
--- old/kigo-18.08.3/po/en_GB/kigo.po   2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/en_GB/kigo.po   2018-12-07 01:31:39.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-05-21 16:19+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/eo/kigo.po 
new/kigo-18.12.0/po/eo/kigo.po
--- old/kigo-18.08.3/po/eo/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/eo/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/es/kigo.po 
new/kigo-18.12.0/po/es/kigo.po
--- old/kigo-18.08.3/po/es/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/es/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-26 19:02+0200\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/et/kigo.po 
new/kigo-18.12.0/po/et/kigo.po
--- old/kigo-18.08.3/po/et/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/et/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2012-05-21 17:33+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/fi/kigo.po 
new/kigo-18.12.0/po/fi/kigo.po
--- old/kigo-18.08.3/po/fi/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/fi/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2018-01-29 13:19+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/fr/kigo.po 
new/kigo-18.12.0/po/fr/kigo.po
--- old/kigo-18.08.3/po/fr/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/fr/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-05-15 11:05+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ga/kigo.po 
new/kigo-18.12.0/po/ga/kigo.po
--- old/kigo-18.08.3/po/ga/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ga/kigo.po      2018-12-07 01:31:39.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: playground-games/kgo.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2008-08-04 12:52-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/gl/kigo.po 
new/kigo-18.12.0/po/gl/kigo.po
--- old/kigo-18.08.3/po/gl/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/gl/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2018-01-19 19:55+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/hr/kigo.po 
new/kigo-18.12.0/po/hr/kigo.po
--- old/kigo-18.08.3/po/hr/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/hr/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2010-01-24 17:08+0100\n"
 "Last-Translator: Andrej Dundovic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/hu/kigo.po 
new/kigo-18.12.0/po/hu/kigo.po
--- old/kigo-18.08.3/po/hu/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/hu/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2012-08-21 08:24+0200\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/is/kigo.po 
new/kigo-18.12.0/po/is/kigo.po
--- old/kigo-18.08.3/po/is/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/is/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2015-01-29 09:07+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/it/kigo.po 
new/kigo-18.12.0/po/it/kigo.po
--- old/kigo-18.08.3/po/it/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/it/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-05-07 15:40+0200\n"
 "Last-Translator: Valter Mura <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ja/kigo.po 
new/kigo-18.12.0/po/ja/kigo.po
--- old/kigo-18.08.3/po/ja/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ja/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2010-06-30 23:04-0700\n"
 "Last-Translator: Fumiaki Okushi <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/kk/kigo.po 
new/kigo-18.12.0/po/kk/kigo.po
--- old/kigo-18.08.3/po/kk/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/kk/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2013-04-12 06:29+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/km/kigo.po 
new/kigo-18.12.0/po/km/kigo.po
--- old/kigo-18.08.3/po/km/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/km/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2009-10-23 15:12+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/lt/kigo.po 
new/kigo-18.12.0/po/lt/kigo.po
--- old/kigo-18.08.3/po/lt/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/lt/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2011-08-09 23:13+0300\n"
 "Last-Translator: Remigijus Jarmalavičius <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/lv/kigo.po 
new/kigo-18.12.0/po/lv/kigo.po
--- old/kigo-18.08.3/po/lv/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/lv/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2012-07-03 01:00+0300\n"
 "Last-Translator: Einars Sprugis <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/mr/kigo.po 
new/kigo-18.12.0/po/mr/kigo.po
--- old/kigo-18.08.3/po/mr/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/mr/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2013-03-05 15:41+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/nb/kigo.po 
new/kigo-18.12.0/po/nb/kigo.po
--- old/kigo-18.08.3/po/nb/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/nb/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2012-12-11 20:32+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/nds/kigo.po 
new/kigo-18.12.0/po/nds/kigo.po
--- old/kigo-18.08.3/po/nds/kigo.po     2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/nds/kigo.po     2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2014-06-09 22:12+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/nl/kigo.po 
new/kigo-18.12.0/po/nl/kigo.po
--- old/kigo-18.08.3/po/nl/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/nl/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 23:41+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/nn/kigo.po 
new/kigo-18.12.0/po/nn/kigo.po
--- old/kigo-18.08.3/po/nn/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/nn/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-09-03 18:05+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/pl/kigo.po 
new/kigo-18.12.0/po/pl/kigo.po
--- old/kigo-18.08.3/po/pl/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/pl/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 07:14+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/pt/kigo.po 
new/kigo-18.12.0/po/pt/kigo.po
--- old/kigo-18.08.3/po/pt/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/pt/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 11:39+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/pt_BR/kigo.po 
new/kigo-18.12.0/po/pt_BR/kigo.po
--- old/kigo-18.08.3/po/pt_BR/kigo.po   2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/pt_BR/kigo.po   2018-12-07 01:31:40.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-09-14 17:50-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ro/kigo.po 
new/kigo-18.12.0/po/ro/kigo.po
--- old/kigo-18.08.3/po/ro/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ro/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2010-01-18 15:23+0200\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Română <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ru/kigo.po 
new/kigo-18.12.0/po/ru/kigo.po
--- old/kigo-18.08.3/po/ru/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ru/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2018-10-08 19:22+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/sk/kigo.po 
new/kigo-18.12.0/po/sk/kigo.po
--- old/kigo-18.08.3/po/sk/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/sk/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-26 21:22+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/sl/kigo.po 
new/kigo-18.12.0/po/sl/kigo.po
--- old/kigo-18.08.3/po/sl/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/sl/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-06-17 08:37+0100\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/sr/kigo.po 
new/kigo-18.12.0/po/sr/kigo.po
--- old/kigo-18.08.3/po/sr/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/sr/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-05-07 21:01+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/sv/kigo.po 
new/kigo-18.12.0/po/sv/kigo.po
--- old/kigo-18.08.3/po/sv/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/sv/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 06:15+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/tr/kigo.po 
new/kigo-18.12.0/po/tr/kigo.po
--- old/kigo-18.08.3/po/tr/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/tr/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-05-16 12:54+0000\n"
 "Last-Translator: Mete <[email protected]>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/ug/kigo.po 
new/kigo-18.12.0/po/ug/kigo.po
--- old/kigo-18.08.3/po/ug/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/ug/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/uk/kigo.po 
new/kigo-18.12.0/po/uk/kigo.po
--- old/kigo-18.08.3/po/uk/kigo.po      2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/uk/kigo.po      2018-12-07 01:31:40.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-04-22 10:25+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/zh_CN/kigo.po 
new/kigo-18.12.0/po/zh_CN/kigo.po
--- old/kigo-18.08.3/po/zh_CN/kigo.po   2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/zh_CN/kigo.po   2018-12-07 01:31:40.000000000 +0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
-"PO-Revision-Date: 2018-11-01 23:21\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
+"PO-Revision-Date: 2018-11-12 09:25\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/po/zh_TW/kigo.po 
new/kigo-18.12.0/po/zh_TW/kigo.po
--- old/kigo-18.08.3/po/zh_TW/kigo.po   2018-11-06 01:15:28.000000000 +0100
+++ new/kigo-18.12.0/po/zh_TW/kigo.po   2018-12-07 01:31:40.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-10-24 03:11+0200\n"
+"POT-Creation-Date: 2018-11-12 06:52+0100\n"
 "PO-Revision-Date: 2017-07-03 20:57+0800\n"
 "Last-Translator: Jeff Huang <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/src/gui/org.kde.kigo.appdata.xml 
new/kigo-18.12.0/src/gui/org.kde.kigo.appdata.xml
--- old/kigo-18.08.3/src/gui/org.kde.kigo.appdata.xml   2018-11-03 
06:50:15.000000000 +0100
+++ new/kigo-18.12.0/src/gui/org.kde.kigo.appdata.xml   2018-11-13 
08:23:11.000000000 +0100
@@ -4,7 +4,6 @@
   <metadata_license>FSFAP</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>Kigo</name>
-  <name xml:lang="ast">Kigo</name>
   <name xml:lang="ca">Kigo</name>
   <name xml:lang="ca-valencia">Kigo</name>
   <name xml:lang="cs">Kigo</name>
@@ -96,6 +95,7 @@
   </description>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kigo</url>
   <url type="help">https://docs.kde.org/?application=kigo</url>
+  <url 
type="donation">https://www.kde.org/community/donations/?app=kigo&amp;source=appdata</url>
   <screenshots>
     <screenshot type="default">
       <image>https://kde.org/images/screenshots/kigo.png</image>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-18.08.3/src/gui/org.kde.kigo.desktop 
new/kigo-18.12.0/src/gui/org.kde.kigo.desktop
--- old/kigo-18.08.3/src/gui/org.kde.kigo.desktop       2018-11-03 
06:50:15.000000000 +0100
+++ new/kigo-18.12.0/src/gui/org.kde.kigo.desktop       2018-11-13 
08:23:11.000000000 +0100
@@ -8,7 +8,6 @@
 X-DBUS-ServiceName=org.kde.kigo
 
 Name=Kigo
-Name[ast]=Kigo
 Name[bs]=Kigo
 Name[ca]=Kigo
 Name[ca@valencia]=Kigo
@@ -56,7 +55,6 @@
 Name[zh_TW]=Kigo
 
 GenericName=Go Board Game
-GenericName[ast]=Xuegu de mesa Go
 GenericName[bs]=Igraj igru na ploči
 GenericName[ca]=Joc de taula Go
 GenericName[ca@valencia]=Joc de taula Go


Reply via email to