Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2019-02-11 21:20:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old)
 and      /work/SRC/openSUSE:Factory/.kgamma5.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kgamma5"

Mon Feb 11 21:20:05 2019 rev:56 rq:672579 version:5.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2019-01-10 
15:17:50.450661174 +0100
+++ /work/SRC/openSUSE:Factory/.kgamma5.new.28833/kgamma5.changes       
2019-02-11 21:20:09.111248916 +0100
@@ -1,0 +2,20 @@
+Thu Feb  7 16:02:50 UTC 2019 - [email protected]
+
+- Update to 5.15.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.0.php
+- No code changes since 5.14.90
+
+-------------------------------------------------------------------
+Thu Jan 17 18:46:18 UTC 2019 - [email protected]
+
+- Update to 5.14.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.90.php
+- Changes since 5.14.5:
+  * bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 
cycle
+  * Use directly KDEFrameworkCompilerSettings
+
+-------------------------------------------------------------------

Old:
----
  kgamma5-5.14.5.tar.xz
  kgamma5-5.14.5.tar.xz.sig

New:
----
  kgamma5-5.15.0.tar.xz
  kgamma5-5.15.0.tar.xz.sig

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

Other differences:
------------------
++++++ kgamma5.spec ++++++
--- /var/tmp/diff_new_pack.xtKUTU/_old  2019-02-11 21:20:09.587248661 +0100
+++ /var/tmp/diff_new_pack.xtKUTU/_new  2019-02-11 21:20:09.591248660 +0100
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           kgamma5
-Version:        5.14.5
+Version:        5.15.0
 Release:        0
 Summary:        Display gamma configuration
 License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
 Url:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz
+Source:         kgamma5-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig
+Source1:        kgamma5-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.0.0

++++++ kgamma5-5.14.5.tar.xz -> kgamma5-5.15.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/CMakeLists.txt 
new/kgamma5-5.15.0/CMakeLists.txt
--- old/kgamma5-5.14.5/CMakeLists.txt   2019-01-08 11:59:32.000000000 +0100
+++ new/kgamma5-5.15.0/CMakeLists.txt   2019-02-07 12:10:18.000000000 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kgamma)
-set(PROJECT_VERSION "5.14.5")
+set(PROJECT_VERSION "5.15.0")
 
 set(QT_MIN_VERSION "5.11.0")
-set(KF5_MIN_VERSION "5.50.0")
+set(KF5_MIN_VERSION "5.54.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
-include(KDECompilerSettings NO_POLICY_SCOPE)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(FeatureSummary)
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets)
@@ -32,10 +32,6 @@
 configure_file(config-kgamma.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-kgamma.h)
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-add_definitions(-DQT_USE_QSTRINGBUILDER)
-add_definitions(-DQT_NO_CAST_FROM_ASCII)
-add_definitions(-DQT_NO_CAST_TO_ASCII)
 add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
 
 add_subdirectory(kcmkgamma)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/kcmkgamma/gammactrl.h 
new/kgamma5-5.15.0/kcmkgamma/gammactrl.h
--- old/kgamma5-5.14.5/kcmkgamma/gammactrl.h    2019-01-08 11:59:25.000000000 
+0100
+++ new/kgamma5-5.15.0/kcmkgamma/gammactrl.h    2019-02-07 12:10:11.000000000 
+0100
@@ -55,11 +55,11 @@
     double ming;
     XVidExtWrap *xv;
 
-  public slots:
+  public Q_SLOTS:
     /** Disable textfield */
     void suspend();
 
-  protected slots:
+  protected Q_SLOTS:
     /** Set slider and textfield */
     void setCtrl(int);
     /** Set gamma and textfield */
@@ -67,7 +67,7 @@
     /** Change status of GammaCtrl when pressed */
     void pressed();
 
-  signals:
+  Q_SIGNALS:
     /** Gamma change signal */
     void gammaChanged(int);
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/kcmkgamma/kgamma.h 
new/kgamma5-5.15.0/kcmkgamma/kgamma.h
--- old/kgamma5-5.14.5/kcmkgamma/kgamma.h       2019-01-08 11:59:25.000000000 
+0100
+++ new/kgamma5-5.15.0/kcmkgamma/kgamma.h       2019-02-07 12:10:11.000000000 
+0100
@@ -52,7 +52,7 @@
       /** Validate the loaded gamma values */
       bool validateGammaValues();
 
-    private slots:
+    private Q_SLOTS:
       /** Called if the user changesd something */
       void Changed() { emit changed(true); }
       /** Called if the user marked or unmarked the XF86Config checkbox */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ar/kcmkgamma.po 
new/kgamma5-5.15.0/po/ar/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ar/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ar/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-12-17 12:02+0400\n"
 "Last-Translator: zayed <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ast/kcmkgamma.po 
new/kgamma5-5.15.0/po/ast/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ast/kcmkgamma.po      2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ast/kcmkgamma.po      1970-01-01 01:00:00.000000000 
+0100
@@ -1,106 +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]>, 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
-"PO-Revision-Date: 2016-12-19 03:56+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"
-
-#: kgamma.cpp:143
-#, kde-format
-msgid "&Select test picture:"
-msgstr ""
-
-#: kgamma.cpp:148
-#, kde-format
-msgid "Gray Scale"
-msgstr ""
-
-#: kgamma.cpp:149
-#, kde-format
-msgid "RGB Scale"
-msgstr ""
-
-#: kgamma.cpp:150
-#, kde-format
-msgid "CMY Scale"
-msgstr ""
-
-#: kgamma.cpp:151
-#, kde-format
-msgid "Dark Gray"
-msgstr ""
-
-#: kgamma.cpp:152
-#, kde-format
-msgid "Mid Gray"
-msgstr ""
-
-#: kgamma.cpp:153
-#, kde-format
-msgid "Light Gray"
-msgstr ""
-
-#: kgamma.cpp:202
-#, kde-format
-msgid "Gamma:"
-msgstr ""
-
-#: kgamma.cpp:205
-#, kde-format
-msgid "Red:"
-msgstr ""
-
-#: kgamma.cpp:208
-#, kde-format
-msgid "Green:"
-msgstr ""
-
-#: kgamma.cpp:211
-#, kde-format
-msgid "Blue:"
-msgstr ""
-
-#: kgamma.cpp:253
-#, kde-format
-msgid "Save settings system wide"
-msgstr ""
-
-#: kgamma.cpp:257
-#, kde-format
-msgid "Sync screens"
-msgstr ""
-
-#: kgamma.cpp:265
-#, kde-format
-msgid "Screen %1"
-msgstr "Pantalla %1"
-
-#: kgamma.cpp:283
-#, kde-format
-msgid "Gamma correction is not supported by your graphics hardware or driver."
-msgstr ""
-
-#: kgamma.cpp:591
-#, kde-format
-msgid ""
-"<h1>Monitor Gamma</h1> This is a tool for changing monitor gamma correction. "
-"Use the four sliders to define the gamma correction either as a single "
-"value, or separately for the red, green and blue components. You may need to "
-"correct the brightness and contrast settings of your monitor for good "
-"results. The test images help you to find proper settings.<br> You can save "
-"them system-wide to XF86Config (root access is required for that) or to your "
-"own KDE settings. On multi head systems you can correct the gamma values "
-"separately for all screens."
-msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/be/kcmkgamma.po 
new/kgamma5-5.15.0/po/be/kcmkgamma.po
--- old/kgamma5-5.14.5/po/be/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/be/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-06-22 20:54+0300\n"
 "Last-Translator: Darafei Praliaskouski <[email protected]>\n"
 "Language-Team: Belarusian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/bg/kcmkgamma.po 
new/kgamma5-5.15.0/po/bg/kcmkgamma.po
--- old/kgamma5-5.14.5/po/bg/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/bg/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-07-23 09:00+0000\n"
 "Last-Translator: Zlatko Popov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/br/kcmkgamma.po 
new/kgamma5-5.15.0/po/br/kcmkgamma.po
--- old/kgamma5-5.14.5/po/br/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/br/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kgamma.pot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <[email protected]>\n"
 "Language-Team: br <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/bs/kcmkgamma.po 
new/kgamma5-5.15.0/po/bs/kcmkgamma.po
--- old/kgamma5-5.14.5/po/bs/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/bs/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2012-09-03 13:51+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/kgamma5-5.14.5/po/ca/kcmkgamma.po 
new/kgamma5-5.15.0/po/ca/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ca/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ca/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2018-06-28 21:24+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ca@valencia/kcmkgamma.po 
new/kgamma5-5.15.0/po/ca@valencia/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ca@valencia/kcmkgamma.po      2019-01-08 
11:59:27.000000000 +0100
+++ new/kgamma5-5.15.0/po/ca@valencia/kcmkgamma.po      2019-02-07 
12:10:13.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2018-06-28 21:24+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/cs/kcmkgamma.po 
new/kgamma5-5.15.0/po/cs/kcmkgamma.po
--- old/kgamma5-5.14.5/po/cs/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/cs/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2013-02-06 11:25+0100\n"
 "Last-Translator: Tomáš Chvátal <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/cy/kcmkgamma.po 
new/kgamma5-5.15.0/po/cy/kcmkgamma.po
--- old/kgamma5-5.14.5/po/cy/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/cy/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ../cy/messages//kdegraphics/kgamma.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <[email protected]>\n"
 "Language-Team: cy <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/da/kcmkgamma.po 
new/kgamma5-5.15.0/po/da/kcmkgamma.po
--- old/kgamma5-5.14.5/po/da/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/da/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-01-15 22:45+0100\n"
 "Last-Translator: Keld Simonsen <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/de/kcmkgamma.po 
new/kgamma5-5.15.0/po/de/kcmkgamma.po
--- old/kgamma5-5.14.5/po/de/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/de/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2012-05-11 11:33+0200\n"
 "Last-Translator: Frederik Schwarzer <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/el/kcmkgamma.po 
new/kgamma5-5.15.0/po/el/kcmkgamma.po
--- old/kgamma5-5.14.5/po/el/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/el/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-03-08 22:52+0200\n"
 "Last-Translator: Spiros Georgaras <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/en_GB/kcmkgamma.po 
new/kgamma5-5.15.0/po/en_GB/kcmkgamma.po
--- old/kgamma5-5.14.5/po/en_GB/kcmkgamma.po    2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/en_GB/kcmkgamma.po    2019-02-07 12:10:13.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-04-13 10:20+0100\n"
 "Last-Translator: Malcolm Hunter <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/eo/kcmkgamma.po 
new/kgamma5-5.15.0/po/eo/kcmkgamma.po
--- old/kgamma5-5.14.5/po/eo/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/eo/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-11-30 20:35+0100\n"
 "Last-Translator: Pierre-Marie Pédrot <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/es/kcmkgamma.po 
new/kgamma5-5.15.0/po/es/kcmkgamma.po
--- old/kgamma5-5.14.5/po/es/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/es/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2013-03-17 14:08+0100\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/kgamma5-5.14.5/po/et/kcmkgamma.po 
new/kgamma5-5.15.0/po/et/kcmkgamma.po
--- old/kgamma5-5.14.5/po/et/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/et/kcmkgamma.po       2019-02-07 12:10:13.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-10-10 20:39+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/kgamma5-5.14.5/po/eu/kcmkgamma.po 
new/kgamma5-5.15.0/po/eu/kcmkgamma.po
--- old/kgamma5-5.14.5/po/eu/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/eu/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2009-05-12 17:58+0200\n"
 "Last-Translator: Iñaki Larrañaga Murgoitio <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/fa/kcmkgamma.po 
new/kgamma5-5.15.0/po/fa/kcmkgamma.po
--- old/kgamma5-5.14.5/po/fa/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/fa/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-06-24 11:42+0330\n"
 "Last-Translator: Nazanin Kazemi <[email protected]>\n"
 "Language-Team: Persian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/fi/kcmkgamma.po 
new/kgamma5-5.15.0/po/fi/kcmkgamma.po
--- old/kgamma5-5.14.5/po/fi/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/fi/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2015-08-07 00:10+0200\n"
 "Last-Translator: Lasse Liehu <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/fr/kcmkgamma.po 
new/kgamma5-5.15.0/po/fr/kcmkgamma.po
--- old/kgamma5-5.14.5/po/fr/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/fr/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2013-06-26 11:17+0200\n"
 "Last-Translator: xavier <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/fy/kcmkgamma.po 
new/kgamma5-5.15.0/po/fy/kcmkgamma.po
--- old/kgamma5-5.14.5/po/fy/kcmkgamma.po       2019-01-08 11:59:27.000000000 
+0100
+++ new/kgamma5-5.15.0/po/fy/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-04-15 01:26+0200\n"
 "Last-Translator: Rinse de Vries <[email protected]>\n"
 "Language-Team: Nederlands <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ga/kcmkgamma.po 
new/kgamma5-5.15.0/po/ga/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ga/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ga/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kgamma.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/gl/kcmkgamma.po 
new/kgamma5-5.15.0/po/gl/kcmkgamma.po
--- old/kgamma5-5.14.5/po/gl/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/gl/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2018-03-31 11:01+0100\n"
 "Last-Translator: Adrian Chaves <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/he/kcmkgamma.po 
new/kgamma5-5.15.0/po/he/kcmkgamma.po
--- old/kgamma5-5.14.5/po/he/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/he/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2017-05-16 06:53-0400\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/hi/kcmkgamma.po 
new/kgamma5-5.15.0/po/hi/kcmkgamma.po
--- old/kgamma5-5.14.5/po/hi/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/hi/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-12-27 16:41+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/hne/kcmkgamma.po 
new/kgamma5-5.15.0/po/hne/kcmkgamma.po
--- old/kgamma5-5.14.5/po/hne/kcmkgamma.po      2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/hne/kcmkgamma.po      2019-02-07 12:10:14.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2009-02-26 15:24+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/hr/kcmkgamma.po 
new/kgamma5-5.15.0/po/hr/kcmkgamma.po
--- old/kgamma5-5.14.5/po/hr/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/hr/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma 0\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2010-01-09 14:07+0100\n"
 "Last-Translator: Andrej Dundović <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/hu/kcmkgamma.po 
new/kgamma5-5.15.0/po/hu/kcmkgamma.po
--- old/kgamma5-5.14.5/po/hu/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/hu/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.0\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-04-01 11:11+0100\n"
 "Last-Translator: Tamas Szanto <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ia/kcmkgamma.po 
new/kgamma5-5.15.0/po/ia/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ia/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ia/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2013-02-07 10:22+0100\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/id/kcmkgamma.po 
new/kgamma5-5.15.0/po/id/kcmkgamma.po
--- old/kgamma5-5.14.5/po/id/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/id/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2018-06-11 06:43+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/is/kcmkgamma.po 
new/kgamma5-5.15.0/po/is/kcmkgamma.po
--- old/kgamma5-5.14.5/po/is/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/is/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-06-20 20:32+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: íslenska <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/it/kcmkgamma.po 
new/kgamma5-5.15.0/po/it/kcmkgamma.po
--- old/kgamma5-5.14.5/po/it/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/it/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-12-26 23:18+0100\n"
 "Last-Translator: Nicola Ruggero <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ja/kcmkgamma.po 
new/kgamma5-5.15.0/po/ja/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ja/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ja/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-07-08 17:00+0900\n"
 "Last-Translator: Yukiko Bando <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/kk/kcmkgamma.po 
new/kgamma5-5.15.0/po/kk/kcmkgamma.po
--- old/kgamma5-5.14.5/po/kk/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/kk/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-02-01 15:07+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/km/kcmkgamma.po 
new/kgamma5-5.15.0/po/km/kcmkgamma.po
--- old/kgamma5-5.14.5/po/km/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/km/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-01-24 10:12+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ko/kcmkgamma.po 
new/kgamma5-5.15.0/po/ko/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ko/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ko/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-09-08 10:50+0900\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/lt/kcmkgamma.po 
new/kgamma5-5.15.0/po/lt/kcmkgamma.po
--- old/kgamma5-5.14.5/po/lt/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/lt/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2015-12-29 20:05+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: lt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/lv/kcmkgamma.po 
new/kgamma5-5.15.0/po/lv/kcmkgamma.po
--- old/kgamma5-5.14.5/po/lv/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/lv/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-12-17 22:28+0200\n"
 "Last-Translator: Viesturs Zarins <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/mk/kcmkgamma.po 
new/kgamma5-5.15.0/po/mk/kcmkgamma.po
--- old/kgamma5-5.14.5/po/mk/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/mk/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-11-30 19:03+0100\n"
 "Last-Translator: Bozidar Proevski <[email protected]>\n"
 "Language-Team: Macedonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/mr/kcmkgamma.po 
new/kgamma5-5.15.0/po/mr/kcmkgamma.po
--- old/kgamma5-5.14.5/po/mr/kcmkgamma.po       2019-01-08 11:59:28.000000000 
+0100
+++ new/kgamma5-5.15.0/po/mr/kcmkgamma.po       2019-02-07 12:10:14.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2013-02-07 12:00+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: American English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ms/kcmkgamma.po 
new/kgamma5-5.15.0/po/ms/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ms/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ms/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: Mimos\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2005-11-05 07:13+0800\n"
 "Last-Translator: MIMOS <[email protected]>\n"
 "Language-Team: Malay <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/nb/kcmkgamma.po 
new/kgamma5-5.15.0/po/nb/kcmkgamma.po
--- old/kgamma5-5.14.5/po/nb/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/nb/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-02-06 20:45+0100\n"
 "Last-Translator: MagicPO 0.3 (automated)\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/nds/kcmkgamma.po 
new/kgamma5-5.15.0/po/nds/kcmkgamma.po
--- old/kgamma5-5.14.5/po/nds/kcmkgamma.po      2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/nds/kcmkgamma.po      2019-02-07 12:10:15.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-11-07 21:07+0100\n"
 "Last-Translator: Manfred Wiese <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ne/kcmkgamma.po 
new/kgamma5-5.15.0/po/ne/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ne/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ne/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-08-20 12:28+0545\n"
 "Last-Translator: Nabin Gautam <[email protected]>\n"
 "Language-Team: Nepali <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/nl/kcmkgamma.po 
new/kgamma5-5.15.0/po/nl/kcmkgamma.po
--- old/kgamma5-5.14.5/po/nl/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/nl/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2018-08-08 16:22+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/kgamma5-5.14.5/po/nn/kcmkgamma.po 
new/kgamma5-5.15.0/po/nn/kcmkgamma.po
--- old/kgamma5-5.14.5/po/nn/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/nn/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-08-03 19:23+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/oc/kcmkgamma.po 
new/kgamma5-5.15.0/po/oc/kcmkgamma.po
--- old/kgamma5-5.14.5/po/oc/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/oc/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-08-05 22:27+0200\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <[email protected]>\n"
 "Language-Team: Occitan (lengadocian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/pa/kcmkgamma.po 
new/kgamma5-5.15.0/po/pa/kcmkgamma.po
--- old/kgamma5-5.14.5/po/pa/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/pa/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-06-20 19:05+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/pl/kcmkgamma.po 
new/kgamma5-5.15.0/po/pl/kcmkgamma.po
--- old/kgamma5-5.14.5/po/pl/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/pl/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2003-11-24 21:55+0100\n"
 "Last-Translator: Michal Rudolf <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/pt/kcmkgamma.po 
new/kgamma5-5.15.0/po/pt/kcmkgamma.po
--- old/kgamma5-5.14.5/po/pt/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/pt/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-06-22 02:40+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/pt_BR/kcmkgamma.po 
new/kgamma5-5.15.0/po/pt_BR/kcmkgamma.po
--- old/kgamma5-5.14.5/po/pt_BR/kcmkgamma.po    2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/pt_BR/kcmkgamma.po    2019-02-07 12:10:15.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2009-01-03 01:23-0200\n"
 "Last-Translator: André Marcelo Alvarenga <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ro/kcmkgamma.po 
new/kgamma5-5.15.0/po/ro/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ro/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ro/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-12-29 22:17+0200\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ru/kcmkgamma.po 
new/kgamma5-5.15.0/po/ru/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ru/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ru/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2010-12-24 23:16+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/kgamma5-5.14.5/po/se/kcmkgamma.po 
new/kgamma5-5.15.0/po/se/kcmkgamma.po
--- old/kgamma5-5.14.5/po/se/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/se/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-12-10 10:14+0100\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/si/kcmkgamma.po 
new/kgamma5-5.15.0/po/si/kcmkgamma.po
--- old/kgamma5-5.14.5/po/si/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/si/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2011-09-04 13:02+0530\n"
 "Last-Translator: Danishka Navin <[email protected]>\n"
 "Language-Team: Sinhala <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/sk/kcmkgamma.po 
new/kgamma5-5.15.0/po/sk/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sk/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/sk/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2009-11-21 11:31+0100\n"
 "Last-Translator: Michal Sulek <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/sl/kcmkgamma.po 
new/kgamma5-5.15.0/po/sl/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sl/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/sl/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2013-07-22 11:08+0200\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/kgamma5-5.14.5/po/sq/kcmkgamma.po 
new/kgamma5-5.15.0/po/sq/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sq/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/sq/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2010-02-06 14:26+0000\n"
 "Last-Translator: Vilson Gjeci <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/sr/kcmkgamma.po 
new/kgamma5-5.15.0/po/sr/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sr/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/sr/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2018-08-16 09:14+0200\n"
 "PO-Revision-Date: 2015-08-01 14:25+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/kgamma5-5.14.5/po/sr@ijekavian/kcmkgamma.po 
new/kgamma5-5.15.0/po/sr@ijekavian/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sr@ijekavian/kcmkgamma.po     2019-01-08 
11:59:29.000000000 +0100
+++ new/kgamma5-5.15.0/po/sr@ijekavian/kcmkgamma.po     2019-02-07 
12:10:15.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2018-08-16 09:14+0200\n"
 "PO-Revision-Date: 2015-08-01 14:25+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/kgamma5-5.14.5/po/sr@ijekavianlatin/kcmkgamma.po 
new/kgamma5-5.15.0/po/sr@ijekavianlatin/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sr@ijekavianlatin/kcmkgamma.po        2019-01-08 
11:59:29.000000000 +0100
+++ new/kgamma5-5.15.0/po/sr@ijekavianlatin/kcmkgamma.po        2019-02-07 
12:10:15.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2018-08-16 09:14+0200\n"
 "PO-Revision-Date: 2015-08-01 14:25+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/kgamma5-5.14.5/po/sr@latin/kcmkgamma.po 
new/kgamma5-5.15.0/po/sr@latin/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sr@latin/kcmkgamma.po 2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/sr@latin/kcmkgamma.po 2019-02-07 12:10:15.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2018-08-16 09:14+0200\n"
 "PO-Revision-Date: 2015-08-01 14:25+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/kgamma5-5.14.5/po/sv/kcmkgamma.po 
new/kgamma5-5.15.0/po/sv/kcmkgamma.po
--- old/kgamma5-5.14.5/po/sv/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/sv/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-04-01 08:20+0200\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/kgamma5-5.14.5/po/ta/kcmkgamma.po 
new/kgamma5-5.15.0/po/ta/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ta/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ta/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-08-14 12:34+0530\n"
 "Last-Translator: I. Felix <[email protected]>\n"
 "Language-Team:  <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/tg/kcmkgamma.po 
new/kgamma5-5.15.0/po/tg/kcmkgamma.po
--- old/kgamma5-5.14.5/po/tg/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/tg/kcmkgamma.po       2019-02-07 12:10:15.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2004-08-04 15:07+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team:  Tajik\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/th/kcmkgamma.po 
new/kgamma5-5.15.0/po/th/kcmkgamma.po
--- old/kgamma5-5.14.5/po/th/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/th/kcmkgamma.po       2019-02-07 12:10:16.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2008-02-04 15:27+0700\n"
 "Last-Translator: Thanomsub Noppaburana <[email protected]>\n"
 "Language-Team: Thai <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/tr/kcmkgamma.po 
new/kgamma5-5.15.0/po/tr/kcmkgamma.po
--- old/kgamma5-5.14.5/po/tr/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/tr/kcmkgamma.po       2019-02-07 12:10:16.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2017-04-13 15:00+0100\n"
 "Last-Translator: Volkan Gezer <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/ug/kcmkgamma.po 
new/kgamma5-5.15.0/po/ug/kcmkgamma.po
--- old/kgamma5-5.14.5/po/ug/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/ug/kcmkgamma.po       2019-02-07 12:10:16.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+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/kgamma5-5.14.5/po/uk/kcmkgamma.po 
new/kgamma5-5.15.0/po/uk/kcmkgamma.po
--- old/kgamma5-5.14.5/po/uk/kcmkgamma.po       2019-01-08 11:59:29.000000000 
+0100
+++ new/kgamma5-5.15.0/po/uk/kcmkgamma.po       2019-02-07 12:10:16.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2009-12-13 10:23+0200\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/kgamma5-5.14.5/po/zh_CN/kcmkgamma.po 
new/kgamma5-5.15.0/po/zh_CN/kcmkgamma.po
--- old/kgamma5-5.14.5/po/zh_CN/kcmkgamma.po    2019-01-08 11:59:30.000000000 
+0100
+++ new/kgamma5-5.15.0/po/zh_CN/kcmkgamma.po    2019-02-07 12:10:16.000000000 
+0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
-"PO-Revision-Date: 2019-01-05 20:49\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
+"PO-Revision-Date: 2019-01-27 23:03\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/kgamma5-5.14.5/po/zh_HK/kcmkgamma.po 
new/kgamma5-5.15.0/po/zh_HK/kcmkgamma.po
--- old/kgamma5-5.14.5/po/zh_HK/kcmkgamma.po    2019-01-08 11:59:30.000000000 
+0100
+++ new/kgamma5-5.15.0/po/zh_HK/kcmkgamma.po    2019-02-07 12:10:16.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2006-01-09 22:32+0800\n"
 "Last-Translator: Walter Cheuk <[email protected]>\n"
 "Language-Team: Chinese (Hong Kong) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.14.5/po/zh_TW/kcmkgamma.po 
new/kgamma5-5.15.0/po/zh_TW/kcmkgamma.po
--- old/kgamma5-5.14.5/po/zh_TW/kcmkgamma.po    2019-01-08 11:59:30.000000000 
+0100
+++ new/kgamma5-5.15.0/po/zh_TW/kcmkgamma.po    2019-02-07 12:10:16.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:47+0200\n"
+"POT-Creation-Date: 2019-01-18 07:37+0100\n"
 "PO-Revision-Date: 2007-05-21 17:52+0800\n"
 "Last-Translator: Franklin Weng <franklin at goodhorse dot idv dot tw>\n"
 "Language-Team: Chinese Traditional <[email protected]>\n"
@@ -106,6 +106,6 @@
 msgstr ""
 "<h1>Monitor Gamma</h1>這是改變監式器 Gamma 修正的工具。用四個滑動器來定義 "
 "Gamma 修正,看是要定義為單一值,還是分別調整紅綠藍三原色的值。您可能也需要修"
-"正量度、對比等設定。測試圖片可以幫您找到適合的設定值。<br> 您可以將設定值存到"
-"系統的 XF86Config 設定中(但是需要 root 權限),或是存到您自己的 KDE 設定中。"
-"在多頭系統中您修正不同螢幕的 Gamma 值。"
\ No newline at end of file
+"正量度、對比等設定。測試圖片可以幫您找到適合的設定值。<br/> 您可以將設定值存"
+"到系統的 XF86Config 設定中(但是需要 root 權限),或是存到您自己的 KDE 設定"
+"中。在多頭系統中您修正不同螢幕的 Gamma 值。"
\ No newline at end of file



Reply via email to