Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2019-10-14 12:37:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old)
 and      /work/SRC/openSUSE:Factory/.kgamma5.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kgamma5"

Mon Oct 14 12:37:11 2019 rev:67 rq:737465 version:5.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2019-09-07 
11:37:01.574407216 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new.2352/kgamma5.changes        
2019-10-14 12:37:11.663376146 +0200
@@ -1,0 +2,25 @@
+Thu Oct 10 14:25:46 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.17.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.0.php
+- No code changes since 5.16.90
+
+-------------------------------------------------------------------
+Tue Oct  8 16:22:38 UTC 2019 - Stefan Dirsch <sndir...@suse.com>
+
+- added "BuildRequires: pkgconfig(xxf86vm)" in order to fix build
+  with upcoming changes in libglvnd/Mesa
+
+-------------------------------------------------------------------
+Thu Sep 19 12:32:34 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.16.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.90.php
+- Changes since 5.16.5:
+  * update to latest kf5 dependency
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kgamma5.spec ++++++
--- /var/tmp/diff_new_pack.6LEDUR/_old  2019-10-14 12:37:12.211374713 +0200
+++ /var/tmp/diff_new_pack.6LEDUR/_new  2019-10-14 12:37:12.215374703 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           kgamma5
-Version:        5.16.5
+Version:        5.17.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
@@ -40,6 +40,7 @@
 BuildRequires:  cmake(Qt5Gui) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xxf86vm)
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif

++++++ kgamma5-5.16.5.tar.xz -> kgamma5-5.17.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/CMakeLists.txt 
new/kgamma5-5.17.0/CMakeLists.txt
--- old/kgamma5-5.16.5/CMakeLists.txt   2019-09-03 15:45:38.000000000 +0200
+++ new/kgamma5-5.17.0/CMakeLists.txt   2019-10-10 14:28:24.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kgamma)
-set(PROJECT_VERSION "5.16.5")
+set(PROJECT_VERSION "5.17.0")
 
 set(QT_MIN_VERSION "5.12.0")
-set(KF5_MIN_VERSION "5.58.0")
+set(KF5_MIN_VERSION "5.62.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/kcmkgamma/kgamma.cpp 
new/kgamma5-5.17.0/kcmkgamma/kgamma.cpp
--- old/kgamma5-5.16.5/kcmkgamma/kgamma.cpp     2019-09-03 15:45:17.000000000 
+0200
+++ new/kgamma5-5.17.0/kcmkgamma/kgamma.cpp     2019-10-10 14:27:39.000000000 
+0200
@@ -394,7 +394,7 @@
   KConfigGroup grp = config->group("ConfigFile");
   QString ConfigFile( grp.readEntry("use") );
   KConfigGroup syncGroup = config->group("SyncBox");
-  if ( syncGroup.readEntry("sync") == QStringLiteral("yes") ) 
syncbox->setChecked(true);
+  if ( syncGroup.readEntry("sync") == QLatin1String("yes") ) 
syncbox->setChecked(true);
   delete config;
 
   if ( ConfigFile == QLatin1String("XF86Config") ) {  // parse XF86Config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/kcmkgamma/kgamma.desktop 
new/kgamma5-5.17.0/kcmkgamma/kgamma.desktop
--- old/kgamma5-5.16.5/kcmkgamma/kgamma.desktop 2019-09-03 15:45:17.000000000 
+0200
+++ new/kgamma5-5.17.0/kcmkgamma/kgamma.desktop 2019-10-10 14:27:39.000000000 
+0200
@@ -58,7 +58,7 @@
 Comment[sr@latin]=Alatka za kalibraciju monitora
 Comment[sv]=Ett kalibreringsverktyg för bildskärm
 Comment[ta]=திரை நிலைக்கருவி
-Comment[tg]=Утилита барои калибратсия кардани монитор
+Comment[tg]=Абзори андозагирии монитор
 Comment[th]=เครื่องมือปรับความเที่ยงตรงของจอภาพ
 Comment[tr]=Monitör kalibrasyon aracı
 Comment[ug]=كۆزەتكۈچ تەڭشەش قورالى
@@ -132,7 +132,7 @@
 Name[sr@latin]=Gama
 Name[sv]=Gamma
 Name[ta]=காமா
-Name[tg]=Гамма
+Name[tg]=Дараҷаи якдигарӣ
 Name[th]=แกมมา
 Name[tr]=Gama
 Name[ug]=گامما
@@ -195,6 +195,7 @@
 X-KDE-Keywords[sr@ijekavianlatin]=KGamma, kgamma, Gamma, gamma,K‑gama,gama
 X-KDE-Keywords[sr@latin]=KGamma, kgamma, Gamma, gamma,K‑gama,gama
 X-KDE-Keywords[sv]=KGamma, kgamma, Gamma, gamma
+X-KDE-Keywords[tg]=KGamma, kgamma, Дараҷаи якдигарӣ, дараҷаи якдигарӣ
 X-KDE-Keywords[tr]=KGamma, kgamma, gamma, gama
 X-KDE-Keywords[uk]=KGamma,kgamma,Gamma,gamma,гама,рівень,контрастність,рівень 
контрастності
 X-KDE-Keywords[x-test]=xxKGammaxx,xx kgammaxx,xx Gammaxx,xx gammaxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ar/kcmkgamma.po 
new/kgamma5-5.17.0/po/ar/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ar/kcmkgamma.po       2019-09-03 15:45:22.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ar/kcmkgamma.po       2019-10-10 14:27:50.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-12-17 12:02+0400\n"
 "Last-Translator: zayed <zayed.alsa...@gmail.com>\n"
 "Language-Team: Arabic <linuxac-kde-arabic-t...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/be/kcmkgamma.po 
new/kgamma5-5.17.0/po/be/kcmkgamma.po
--- old/kgamma5-5.16.5/po/be/kcmkgamma.po       2019-09-03 15:45:22.000000000 
+0200
+++ new/kgamma5-5.17.0/po/be/kcmkgamma.po       2019-10-10 14:27:50.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-06-22 20:54+0300\n"
 "Last-Translator: Darafei Praliaskouski <kom...@licei2.com>\n"
 "Language-Team: Belarusian <i...@mova.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/bg/kcmkgamma.po 
new/kgamma5-5.17.0/po/bg/kcmkgamma.po
--- old/kgamma5-5.16.5/po/bg/kcmkgamma.po       2019-09-03 15:45:23.000000000 
+0200
+++ new/kgamma5-5.17.0/po/bg/kcmkgamma.po       2019-10-10 14:27:51.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-07-23 09:00+0000\n"
 "Last-Translator: Zlatko Popov <zlatkopo...@fsa-bg.org>\n"
 "Language-Team: Bulgarian <d...@linux.zonebg.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/br/kcmkgamma.po 
new/kgamma5-5.17.0/po/br/kcmkgamma.po
--- old/kgamma5-5.16.5/po/br/kcmkgamma.po       2019-09-03 15:45:23.000000000 
+0200
+++ new/kgamma5-5.17.0/po/br/kcmkgamma.po       2019-10-10 14:27:51.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kgamma.pot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <tvign...@mandriva.com>\n"
 "Language-Team: br <l...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/bs/kcmkgamma.po 
new/kgamma5-5.17.0/po/bs/kcmkgamma.po
--- old/kgamma5-5.16.5/po/bs/kcmkgamma.po       2019-09-03 15:45:23.000000000 
+0200
+++ new/kgamma5-5.17.0/po/bs/kcmkgamma.po       2019-10-10 14:27:52.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2012-09-03 13:51+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ca/kcmkgamma.po 
new/kgamma5-5.17.0/po/ca/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ca/kcmkgamma.po       2019-09-03 15:45:23.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ca/kcmkgamma.po       2019-10-10 14:27:52.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2018-06-28 21:24+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ca@valencia/kcmkgamma.po 
new/kgamma5-5.17.0/po/ca@valencia/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ca@valencia/kcmkgamma.po      2019-09-03 
15:45:23.000000000 +0200
+++ new/kgamma5-5.17.0/po/ca@valencia/kcmkgamma.po      2019-10-10 
14:27:52.000000000 +0200
@@ -2,6 +2,7 @@
 # Copyright (C) 2003-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
+# or the same license as the source of its messages in English.
 #
 # Josep Ma. Ferrer <txe...@gmail.com>, 2003, 2007, 2010, 2012, 2015.
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2016, 2018.
@@ -9,15 +10,15 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
-"PO-Revision-Date: 2018-06-28 21:24+0100\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
+"PO-Revision-Date: 2019-07-05 12:00+0200\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Poedit 2.0.6\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -113,9 +114,9 @@
 "<h1>Monitor Gamma</h1> Aquesta és una eina per a canviar la correcció gamma "
 "del monitor. Empreu els quatre controls lliscants per a definir la correcció "
 "gamma, bé com un únic valor, o bé per separat en els components roig, verd i "
-"blau. Potser vos caldrà corregir els paràmetres de brillantor i contrast del "
-"monitor per a obtindre bons resultats. Les imatges de prova vos ajudaran a "
+"blau. Potser us caldrà corregir els paràmetres de brillantor i contrast del "
+"monitor per a obtindre bons resultats. Les imatges de prova us ajudaran a "
 "trobar els paràmetres apropiats.<br> Podeu guardar-los per a tot el sistema "
-"al XF86Config (cal l'accés a root per això) o als vostres propis paràmetres "
-"del KDE. En sistemes multimonitor podeu corregir els valors gamma de cada "
-"pantalla per separat."
\ No newline at end of file
+"en XF86Config (cal l'accés a root per a això) o als vostres propis "
+"paràmetres de KDE. En sistemes amb diversos monitors podeu corregir els "
+"valors gamma de cada pantalla per separat."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/cs/kcmkgamma.po 
new/kgamma5-5.17.0/po/cs/kcmkgamma.po
--- old/kgamma5-5.16.5/po/cs/kcmkgamma.po       2019-09-03 15:45:23.000000000 
+0200
+++ new/kgamma5-5.17.0/po/cs/kcmkgamma.po       2019-10-10 14:27:52.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-02-06 11:25+0100\n"
 "Last-Translator: Tomáš Chvátal <tomas.chva...@gmail.com>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/cy/kcmkgamma.po 
new/kgamma5-5.17.0/po/cy/kcmkgamma.po
--- old/kgamma5-5.16.5/po/cy/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/cy/kcmkgamma.po       2019-10-10 14:27:53.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ../cy/messages//kdegraphics/kgamma.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2004-09-20 15:44+0200\n"
 "Last-Translator: Thierry Vignaud <tvign...@mandrakesoft.com>\n"
 "Language-Team: cy <l...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/da/kcmkgamma.po 
new/kgamma5-5.17.0/po/da/kcmkgamma.po
--- old/kgamma5-5.16.5/po/da/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/da/kcmkgamma.po       2019-10-10 14:27:53.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-01-15 22:45+0100\n"
 "Last-Translator: Keld Simonsen <k...@dkuug.dk>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/de/kcmkgamma.po 
new/kgamma5-5.17.0/po/de/kcmkgamma.po
--- old/kgamma5-5.16.5/po/de/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/de/kcmkgamma.po       2019-10-10 14:27:53.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2012-05-11 11:33+0200\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/el/kcmkgamma.po 
new/kgamma5-5.17.0/po/el/kcmkgamma.po
--- old/kgamma5-5.16.5/po/el/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/el/kcmkgamma.po       2019-10-10 14:27:53.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-03-08 22:52+0200\n"
 "Last-Translator: Spiros Georgaras <s...@hellug.gr>\n"
 "Language-Team: Greek <i18...@lists.hellug.gr>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/en_GB/kcmkgamma.po 
new/kgamma5-5.17.0/po/en_GB/kcmkgamma.po
--- old/kgamma5-5.16.5/po/en_GB/kcmkgamma.po    2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/en_GB/kcmkgamma.po    2019-10-10 14:27:54.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-04-13 10:20+0100\n"
 "Last-Translator: Malcolm Hunter <malcolm.hun...@gmx.co.uk>\n"
 "Language-Team: British English <kde-en...@kde.me.uk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/eo/kcmkgamma.po 
new/kgamma5-5.17.0/po/eo/kcmkgamma.po
--- old/kgamma5-5.16.5/po/eo/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/eo/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-11-30 20:35+0100\n"
 "Last-Translator: Pierre-Marie Pédrot <pedrot...@wanadoo.fr>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/es/kcmkgamma.po 
new/kgamma5-5.17.0/po/es/kcmkgamma.po
--- old/kgamma5-5.16.5/po/es/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/es/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-03-17 14:08+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/et/kcmkgamma.po 
new/kgamma5-5.17.0/po/et/kcmkgamma.po
--- old/kgamma5-5.16.5/po/et/kcmkgamma.po       2019-09-03 15:45:24.000000000 
+0200
+++ new/kgamma5-5.17.0/po/et/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-10-10 20:39+0300\n"
 "Last-Translator: Marek Laane <b...@starman.ee>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/eu/kcmkgamma.po 
new/kgamma5-5.17.0/po/eu/kcmkgamma.po
--- old/kgamma5-5.16.5/po/eu/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/eu/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2009-05-12 17:58+0200\n"
 "Last-Translator: Iñaki Larrañaga Murgoitio <doo...@euskalgnu.org>\n"
 "Language-Team: Basque <itzulp...@euskalgnu.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/fa/kcmkgamma.po 
new/kgamma5-5.17.0/po/fa/kcmkgamma.po
--- old/kgamma5-5.16.5/po/fa/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/fa/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-06-24 11:42+0330\n"
 "Last-Translator: Nazanin Kazemi <kaz...@itland.ir>\n"
 "Language-Team: Persian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/fi/kcmkgamma.po 
new/kgamma5-5.17.0/po/fi/kcmkgamma.po
--- old/kgamma5-5.16.5/po/fi/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/fi/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2015-08-07 00:10+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/fr/kcmkgamma.po 
new/kgamma5-5.17.0/po/fr/kcmkgamma.po
--- old/kgamma5-5.16.5/po/fr/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/fr/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-06-26 11:17+0200\n"
 "Last-Translator: xavier <xavier.besn...@neuf.fr>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/fy/kcmkgamma.po 
new/kgamma5-5.17.0/po/fy/kcmkgamma.po
--- old/kgamma5-5.16.5/po/fy/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/fy/kcmkgamma.po       2019-10-10 14:27:54.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2004-04-15 01:26+0200\n"
 "Last-Translator: Rinse de Vries <ri...@kde.nl>\n"
 "Language-Team: Nederlands <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ga/kcmkgamma.po 
new/kgamma5-5.17.0/po/ga/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ga/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ga/kcmkgamma.po       2019-10-10 14:27:55.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kgamma.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/gl/kcmkgamma.po 
new/kgamma5-5.17.0/po/gl/kcmkgamma.po
--- old/kgamma5-5.16.5/po/gl/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/gl/kcmkgamma.po       2019-10-10 14:27:55.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2018-03-31 11:01+0100\n"
 "Last-Translator: Adrian Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/he/kcmkgamma.po 
new/kgamma5-5.17.0/po/he/kcmkgamma.po
--- old/kgamma5-5.16.5/po/he/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/he/kcmkgamma.po       2019-10-10 14:27:56.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2017-05-16 06:53-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/hi/kcmkgamma.po 
new/kgamma5-5.17.0/po/hi/kcmkgamma.po
--- old/kgamma5-5.16.5/po/hi/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/hi/kcmkgamma.po       2019-10-10 14:27:56.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-12-27 16:41+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/hne/kcmkgamma.po 
new/kgamma5-5.17.0/po/hne/kcmkgamma.po
--- old/kgamma5-5.16.5/po/hne/kcmkgamma.po      2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/hne/kcmkgamma.po      2019-10-10 14:27:56.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2009-02-26 15:24+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@aol.in>\n"
 "Language-Team: Hindi <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/hr/kcmkgamma.po 
new/kgamma5-5.17.0/po/hr/kcmkgamma.po
--- old/kgamma5-5.16.5/po/hr/kcmkgamma.po       2019-09-03 15:45:25.000000000 
+0200
+++ new/kgamma5-5.17.0/po/hr/kcmkgamma.po       2019-10-10 14:27:56.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2010-01-09 14:07+0100\n"
 "Last-Translator: Andrej Dundović <adund...@gmail.com>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/hu/kcmkgamma.po 
new/kgamma5-5.17.0/po/hu/kcmkgamma.po
--- old/kgamma5-5.16.5/po/hu/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/hu/kcmkgamma.po       2019-10-10 14:27:57.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-04-01 11:11+0100\n"
 "Last-Translator: Tamas Szanto <tsza...@interware.hu>\n"
 "Language-Team: Hungarian <kde-li...@sophia.jpte.hu>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ia/kcmkgamma.po 
new/kgamma5-5.17.0/po/ia/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ia/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ia/kcmkgamma.po       2019-10-10 14:27:57.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-02-07 10:22+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kgamma5-5.16.5/po/id/docs/kcontrol/kgamma5/index.docbook 
new/kgamma5-5.17.0/po/id/docs/kcontrol/kgamma5/index.docbook
--- old/kgamma5-5.16.5/po/id/docs/kcontrol/kgamma5/index.docbook        
1970-01-01 01:00:00.000000000 +0100
+++ new/kgamma5-5.17.0/po/id/docs/kcontrol/kgamma5/index.docbook        
2019-10-10 14:28:16.000000000 +0200
@@ -0,0 +1,191 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
+ "dtd/kdedbx45.dtd" [
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % Indonesian "INCLUDE"
+><!-- change language only here -->
+]>
+
+<article id="kgamma" lang="&language;">
+<title
+>Gamma Monitor</title>
+
+<articleinfo>
+<authorgroup>
+<author
+><firstname
+>Michael</firstname
+> <surname
+>v.Ostheim</surname
+> <affiliation
+> <address
+><email
+>osthe...@users.berlios.de</email
+></address>
+</affiliation>
+</author>
+<othercredit role="translator"
+><firstname
+>Wantoyo</firstname
+><surname
+></surname
+><affiliation
+><address
+><email
+>wanto...@gmail.com</email
+></address
+></affiliation
+><contrib
+>Terjemahan</contrib
+></othercredit
+> 
+</authorgroup>
+
+<date
+>31-07-2015</date>
+<releaseinfo
+>Plasma 5.4</releaseinfo>
+
+<keywordset>
+<keyword
+>KDE</keyword>
+<keyword
+>System Settings</keyword>
+<keyword
+>Monitor</keyword>
+<keyword
+>Kalibrasi</keyword>
+<keyword
+>Gamma</keyword>
+</keywordset>
+
+</articleinfo>
+
+<sect1 id="introduction">
+<title
+>Pengenalan</title>
+
+<para
+>Modul ini adalah alat untuk mengkoreksi gamma monitor. Dengan pengaturan 
gamma yang tepat, displaimu (situs web, citra, dll. (etc;)) akan terlihat sama 
pada monitormu seperti pada monitor lain.</para>
+<para
+>Ini memungkinkanmu untuk mengubah koreksi gamma monitor dari &X-Server;. Tapi 
itu tidak semuanya. Untuk hasil yang baik kamu harus mengeset kecerahan, 
kontras, dan keseimbangan warna monitormu yang benar. Ini mungkin sulit dan 
kamu harus mengulangi setiap langkah beberapa kali. Untuk hasil sempurna kamu 
membutuhkan hardware yang sangat bagus (dan mahal).</para>
+<para
+>Gunakan keempat penggeser untuk menentukan koreksi gamma sebagai nilai 
tunggal, atau secara terpisah untuk komponen merah, hijau dan biru. Pengesetan 
&X-Server; baku untuk gamma adalah 1,00 (&Mac; 1,80, WinXX 2,20). Gambar uji 
membantu kamu menemukan pengaturan yang tepat.</para>
+<para
+>Untuk menyimpan pengaturan gamma sistem lebar, fungsikan opsi <guilabel
+>Simpan pengaturan sistem lebar</guilabel
+>. Pengesetan sistem akan dikembalikan pada pemulaian &X-Server; selanjutnya. 
Kamu perlu akses root untuk menggunakan opsi ini. Gunakan ini jika kamu ingin 
memperbaiki pengaturan gamma untuk semua pengguna dan lingkungan grafis pada 
mesin ini.</para>
+<para
+>Untuk menyimpan pengaturan gamma ke konfigurasi &plasma; personalmu, jangan 
fungsikan opsi itu. Pengesetan pengguna akan dikembalikan di pemulaian &plasma; 
selanjutnya dan mengganti temporer pengaturan gamma sistem. Pengesetan sistem 
tidak dapat digunakan oleh itu dan akan dikembalikan di pemulaian &X-Server; 
selanjutnya.</para>
+<para
+>Pada sistem multi head, pilihlah layar yang ingin kamu ubah dengan kotak 
kombo. Ini juga akan berfungsi jika xinerama difungsikan. Jika kamu ingin 
mengatur semua layar dengan nilai gamma yang sama, fungsikan opsi <guilabel
+>Sinkronkan layar</guilabel
+>. Pada sistem yang hanya dengan satu layar opsi ini tidak akan 
berpengaruh.</para>
+</sect1>
+
+<sect1 id="using_test_images">
+<title
+>Menggunakan Citra Uji</title>
+<para
+>Modul ini menyediakan enam gambar uji berbeda yang dapat dipilih dari kotak 
tarik turun di bagian atas pada window.</para>
+<sect2 id="grey">
+<title
+>Gambar Uji Skala Abu</title>
+<para
+>Kamu seharusnya dapat melihat seperti berikut:</para>
+<itemizedlist>
+<listitem>
+<para
+>Sebuah grayscale dengan 20 bagian yang berbeda</para>
+</listitem>
+<listitem>
+<para
+>Bagian sangat gelap hitam murni</para>
+</listitem>
+<listitem>
+<para
+>Bagian sangat terang putih murni</para>
+</listitem>
+<listitem>
+<para
+>Tidak ada sedikit pun warna pada nada abu-abu</para>
+</listitem>
+</itemizedlist>
+
+<para
+>Jika kamu tidak dapat melihat seluruh dari 20 bagian, gunakan pengaturan 
kontras monitormu atau penggeser <guilabel
+>Gamma</guilabel
+> untuk memperbaikinya. Jika hitam bukan hitam murni, cobalah untuk 
menggelapkan monitor, jika putih bukan putih murni, cobalah untuk 
menerangkannya. Jika kamu melihat warna dalam nada abu-abu talalah pengaturan 
keseimbangan warna monitormu atau penggeser <guilabel
+>Merah</guilabel
+> (Red), <guilabel
+>Hijau</guilabel
+> (Green), dan <guilabel
+>Biru</guilabel 
+> (Blue).</para>
+</sect2>
+
+<sect2 id="RGB-Scale">
+<title
+>Gambar Uji Skala RGB</title>
+<para
+>Kamu seharusnya dapat melihat tiga strip, masing-masing dengan 16 bagian dari 
nada warna merah (red), hijau (green) atau biru (blue). Bagian yang paling 
gelap harus hitam murni, yang paling terang harus murni merah, hijau atau biru. 
Jika kamu tidak melihat semua bagian dari strip warna, cobalah untuk 
mencerahkan atau menggelapkan warna ini.</para>
+</sect2>
+
+<sect2 id="CMY-Scale">
+<title
+>Gambar Uji Skala CMY</title>
+<para
+>Kamu seharusnya dapat melihat tiga strip, masing-masing dengan 11 bagian nada 
warna sian (cyan), magenta (magenta) atau kuning (yellow). Bagian yang paling 
terang harus putih murni, yang paling gelap harus murni sian, magenta atau 
kuning.</para>
+
+<itemizedlist>
+<listitem>
+<para
+>Jika kamu tidak dapat melihat semua bagian sian, cobalah terangkan atau 
gelapkan merah</para>
+</listitem>
+<listitem>
+<para
+>Jika kamu tidak dapat melihat semua bagian magenta, cobalah terangkan atau 
gelapkan hijau</para>
+</listitem>
+<listitem>
+<para
+>Jika kamu tidak dapat melihat semua bagian kuning, cobalah terangkan atau 
gelapkan biru</para>
+</listitem>
+</itemizedlist>
+</sect2>
+
+<sect2 id="advanced">
+<title
+>Gambar Uji Tingkat-lanjut</title>
+<para
+>Tiga gambar berikut ini menunjukkan kemampuan monitormu pada tiga titik 
spektrum abu-abu. Jika kamu tidak dapat melihat semua perincian, jangan 
khawatir, atau beli hardware yang lebih baik. </para>
+<sect3 id="dark-gray">
+<title
+>Gambar Uji Abu Gelap</title>
+<para
+>Kamu seharusnya dapat melihat 10 persegi panjang yang berbeda pada abu-abu 
gelap di dalam kotak hitam. Bagan menunjukkanmu 1% langkah dari hitam. </para>
+</sect3>
+<sect3 id="mid-gray">
+<title
+>Gambar Uji Abu Sedang</title>
+<para
+>Gambar ini menunjukkanmu 11 persegi panjang abu-abu dalam kotak abu 50%. Kamu 
seharusnya dapat melihat semua persegi panjang kecuali yang tengah. Persegi 
panjang itu mewakili langkah-langkah dari 45% menjadi 55% abu-abu. </para>
+</sect3>
+<sect3 id="light-gray">
+<title
+>Gambar Uji Abu Terang</title>
+<para
+>Kamu seharusnya dapat melihat 10 persegi panjang yang berbeda pada abu-abu 
terang di dalam kotak hitam. Bagan menunjukkanmu 1% langkah dari putih. </para>
+</sect3>
+</sect2>
+</sect1>
+
+</article>
+<!--
+Local Variables:
+mode: sgml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/id/kcmkgamma.po 
new/kgamma5-5.17.0/po/id/kcmkgamma.po
--- old/kgamma5-5.16.5/po/id/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/id/kcmkgamma.po       2019-10-10 14:27:57.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2019-07-29 16:23+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/is/kcmkgamma.po 
new/kgamma5-5.17.0/po/is/kcmkgamma.po
--- old/kgamma5-5.16.5/po/is/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/is/kcmkgamma.po       2019-10-10 14:27:57.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-06-20 20:32+0000\n"
 "Last-Translator: Sveinn í Felli <svei...@nett.is>\n"
 "Language-Team: íslenska <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/it/kcmkgamma.po 
new/kgamma5-5.17.0/po/it/kcmkgamma.po
--- old/kgamma5-5.16.5/po/it/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/it/kcmkgamma.po       2019-10-10 14:27:58.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-12-26 23:18+0100\n"
 "Last-Translator: Nicola Ruggero <nic...@nxnt.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ja/kcmkgamma.po 
new/kgamma5-5.17.0/po/ja/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ja/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ja/kcmkgamma.po       2019-10-10 14:27:58.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-07-08 17:00+0900\n"
 "Last-Translator: Yukiko Bando <yba...@k6.dion.ne.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/kk/kcmkgamma.po 
new/kgamma5-5.17.0/po/kk/kcmkgamma.po
--- old/kgamma5-5.16.5/po/kk/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/kk/kcmkgamma.po       2019-10-10 14:27:58.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-02-01 15:07+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/km/kcmkgamma.po 
new/kgamma5-5.17.0/po/km/kcmkgamma.po
--- old/kgamma5-5.16.5/po/km/kcmkgamma.po       2019-09-03 15:45:26.000000000 
+0200
+++ new/kgamma5-5.17.0/po/km/kcmkgamma.po       2019-10-10 14:27:58.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-01-24 10:12+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ko/kcmkgamma.po 
new/kgamma5-5.17.0/po/ko/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ko/kcmkgamma.po       2019-09-03 15:45:27.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ko/kcmkgamma.po       2019-10-10 14:27:59.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-09-08 10:50+0900\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/lt/kcmkgamma.po 
new/kgamma5-5.17.0/po/lt/kcmkgamma.po
--- old/kgamma5-5.16.5/po/lt/kcmkgamma.po       2019-09-03 15:45:27.000000000 
+0200
+++ new/kgamma5-5.17.0/po/lt/kcmkgamma.po       2019-10-10 14:27:59.000000000 
+0200
@@ -6,9 +6,9 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
-"PO-Revision-Date: 2015-12-29 20:05+0200\n"
-"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
+"PO-Revision-Date: 2019-07-26 16:03+0300\n"
+"Last-Translator: Moo\n"
 "Language-Team: lt <kde-i18n...@kde.org>\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
@@ -16,12 +16,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Poedit 2.0.6\n"
 
 #: kgamma.cpp:143
 #, kde-format
 msgid "&Select test picture:"
-msgstr "&Pasirinkite bandomąjį paveikslėlį:"
+msgstr "&Pasirinkite bandomąjį paveiksliuką:"
 
 #: kgamma.cpp:148
 #, kde-format
@@ -76,7 +76,7 @@
 #: kgamma.cpp:253
 #, kde-format
 msgid "Save settings system wide"
-msgstr "Įrašyti nuostatas visai sistemai"
+msgstr "Įrašyti nuostatas sistemos mastu"
 
 #: kgamma.cpp:257
 #, kde-format
@@ -91,7 +91,7 @@
 #: kgamma.cpp:283
 #, kde-format
 msgid "Gamma correction is not supported by your graphics hardware or driver."
-msgstr "Jūsų grafinė plokštė arba valdyklė nepalaiko gamma korekcijos."
+msgstr "Jūsų grafikos plokštė ar tvarkyklė nepalaiko gama korekcijos."
 
 #: kgamma.cpp:591
 #, kde-format
@@ -108,9 +108,9 @@
 "<h1>Ekrano gama</h1> Šiuo įrankiu atliekamos monitoriaus spalvų gamos "
 "korekcijos. Naudokite keturias slinkties juostas arba kartu, arba atskirai "
 "keičiant raudonos, žalios ir mėlynos spalvų intensyvumą. Norėdami pasiekti "
-"geresnių rezultatų gal būt turėsite pakoreguoti savo monitoriaus ryškumo ir "
-"kontrasto nuostatas. Teisingas nuostatas Jums padės rasti bandymo "
-"paveikslėliai.<br> Galite išsaugoti šias nuostatas visai sistemai į "
-"XF86Config (tam reikės root - „Administratoriaus veiksenos“), arba tik į "
-"savo KDE nuostatas. Sistemoms, turinčioms kelis monitorius, šias reikšmes "
-"galite koreguoti kiekvienam jų atskirai."
\ No newline at end of file
+"geresnių rezultatų, galbūt, turėsite pakoreguoti savo monitoriaus ryškumo ir "
+"kontrasto nuostatas. Teisingas nuostatas jums padės rasti bandymo "
+"paveikslėliai.<br> Galite įrašyti šias nuostatas sistemos mastu į XF86Config "
+"(tam reikės supernaudotojo (root) teisių), arba tik į savo KDE nuostatas. "
+"Sistemoms, turinčioms kelis monitorius, šias reikšmes galite koreguoti "
+"kiekvienam iš jų atskirai."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/lv/kcmkgamma.po 
new/kgamma5-5.17.0/po/lv/kcmkgamma.po
--- old/kgamma5-5.16.5/po/lv/kcmkgamma.po       2019-09-03 15:45:27.000000000 
+0200
+++ new/kgamma5-5.17.0/po/lv/kcmkgamma.po       2019-10-10 14:28:00.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-12-17 22:28+0200\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/mk/kcmkgamma.po 
new/kgamma5-5.17.0/po/mk/kcmkgamma.po
--- old/kgamma5-5.16.5/po/mk/kcmkgamma.po       2019-09-03 15:45:27.000000000 
+0200
+++ new/kgamma5-5.17.0/po/mk/kcmkgamma.po       2019-10-10 14:28:00.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-11-30 19:03+0100\n"
 "Last-Translator: Bozidar Proevski <bobib...@freemail.com.mk>\n"
 "Language-Team: Macedonian <mkde-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ml/kcmkgamma.po 
new/kgamma5-5.17.0/po/ml/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ml/kcmkgamma.po       2019-09-03 15:45:27.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ml/kcmkgamma.po       1970-01-01 01:00:00.000000000 
+0100
@@ -1,107 +0,0 @@
-# Malayalam translations for kgamma5 package.
-# Copyright (C) 2019 This file is copyright:
-# This file is distributed under the same license as the kgamma5 package.
-# Automatically generated, 2019.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: kgamma5\n"
-"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
-"PO-Revision-Date: 2019-08-11 14:09+0530\n"
-"Last-Translator: Subin Siby <m...@subinsb.com>\n"
-"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
-"org.in>\n"
-"Language: ml\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: 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 ""
-
-#: 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.16.5/po/mr/kcmkgamma.po 
new/kgamma5-5.17.0/po/mr/kcmkgamma.po
--- old/kgamma5-5.16.5/po/mr/kcmkgamma.po       2019-09-03 15:45:27.000000000 
+0200
+++ new/kgamma5-5.17.0/po/mr/kcmkgamma.po       2019-10-10 14:28:00.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-02-07 12:00+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: American English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ms/kcmkgamma.po 
new/kgamma5-5.17.0/po/ms/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ms/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ms/kcmkgamma.po       2019-10-10 14:28:01.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: Mimos\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2005-11-05 07:13+0800\n"
 "Last-Translator: MIMOS <opensou...@mimos.my>\n"
 "Language-Team: Malay <kedidie...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/nb/kcmkgamma.po 
new/kgamma5-5.17.0/po/nb/kcmkgamma.po
--- old/kgamma5-5.16.5/po/nb/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/nb/kcmkgamma.po       2019-10-10 14:28:01.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-02-06 20:45+0100\n"
 "Last-Translator: MagicPO 0.3 (automated)\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/nds/kcmkgamma.po 
new/kgamma5-5.17.0/po/nds/kcmkgamma.po
--- old/kgamma5-5.16.5/po/nds/kcmkgamma.po      2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/nds/kcmkgamma.po      2019-10-10 14:28:01.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-11-07 21:07+0100\n"
 "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ne/kcmkgamma.po 
new/kgamma5-5.17.0/po/ne/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ne/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ne/kcmkgamma.po       2019-10-10 14:28:01.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-08-20 12:28+0545\n"
 "Last-Translator: Nabin Gautam <na...@mpp.org.np>\n"
 "Language-Team: Nepali <i...@mpp.org.np>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/nl/kcmkgamma.po 
new/kgamma5-5.17.0/po/nl/kcmkgamma.po
--- old/kgamma5-5.16.5/po/nl/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/nl/kcmkgamma.po       2019-10-10 14:28:02.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2018-08-08 16:22+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/nn/kcmkgamma.po 
new/kgamma5-5.17.0/po/nn/kcmkgamma.po
--- old/kgamma5-5.16.5/po/nn/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/nn/kcmkgamma.po       2019-10-10 14:28:02.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-08-03 19:23+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/oc/kcmkgamma.po 
new/kgamma5-5.17.0/po/oc/kcmkgamma.po
--- old/kgamma5-5.16.5/po/oc/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/oc/kcmkgamma.po       2019-10-10 14:28:02.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-08-05 22:27+0200\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <yan...@marchegay.org>\n"
 "Language-Team: Occitan (lengadocian) <ubuntu-l10n-...@lists.ubuntu.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/pa/kcmkgamma.po 
new/kgamma5-5.17.0/po/pa/kcmkgamma.po
--- old/kgamma5-5.16.5/po/pa/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/pa/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-06-20 19:05+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi <punjabi-l...@users.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/pl/kcmkgamma.po 
new/kgamma5-5.17.0/po/pl/kcmkgamma.po
--- old/kgamma5-5.16.5/po/pl/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/pl/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2003-11-24 21:55+0100\n"
 "Last-Translator: Michal Rudolf <mrud...@kdewebdev.org>\n"
 "Language-Team: Polish <kde-tra...@mer.chemia.polsl.gliwice.pl>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/pt/kcmkgamma.po 
new/kgamma5-5.17.0/po/pt/kcmkgamma.po
--- old/kgamma5-5.16.5/po/pt/kcmkgamma.po       2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/pt/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-06-22 02:40+0100\n"
 "Last-Translator: Pedro Morais <mor...@kde.org>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/pt_BR/kcmkgamma.po 
new/kgamma5-5.17.0/po/pt_BR/kcmkgamma.po
--- old/kgamma5-5.16.5/po/pt_BR/kcmkgamma.po    2019-09-03 15:45:28.000000000 
+0200
+++ new/kgamma5-5.17.0/po/pt_BR/kcmkgamma.po    2019-10-10 14:28:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2009-01-03 01:23-0200\n"
 "Last-Translator: André Marcelo Alvarenga <andrealvare...@gmx.net>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@mail.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ro/kcmkgamma.po 
new/kgamma5-5.17.0/po/ro/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ro/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ro/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-12-29 22:17+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ru/kcmkgamma.po 
new/kgamma5-5.17.0/po/ru/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ru/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ru/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2010-12-24 23:16+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/se/kcmkgamma.po 
new/kgamma5-5.17.0/po/se/kcmkgamma.po
--- old/kgamma5-5.16.5/po/se/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/se/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:45+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2004-12-10 10:14+0100\n"
 "Last-Translator: Børre Gaup <boe...@skolelinux.no>\n"
 "Language-Team: Northern Sami <i18n-...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/si/kcmkgamma.po 
new/kgamma5-5.17.0/po/si/kcmkgamma.po
--- old/kgamma5-5.16.5/po/si/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/si/kcmkgamma.po       2019-10-10 14:28:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2011-09-04 13:02+0530\n"
 "Last-Translator: Danishka Navin <danis...@gmail.com>\n"
 "Language-Team: Sinhala <i...@hanthana.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/sk/kcmkgamma.po 
new/kgamma5-5.17.0/po/sk/kcmkgamma.po
--- old/kgamma5-5.16.5/po/sk/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/sk/kcmkgamma.po       2019-10-10 14:28:04.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2009-11-21 11:31+0100\n"
 "Last-Translator: Michal Sulek <misu...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/sl/kcmkgamma.po 
new/kgamma5-5.17.0/po/sl/kcmkgamma.po
--- old/kgamma5-5.16.5/po/sl/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/sl/kcmkgamma.po       2019-10-10 14:28:04.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-07-22 11:08+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/sq/kcmkgamma.po 
new/kgamma5-5.17.0/po/sq/kcmkgamma.po
--- old/kgamma5-5.16.5/po/sq/kcmkgamma.po       2019-09-03 15:45:29.000000000 
+0200
+++ new/kgamma5-5.17.0/po/sq/kcmkgamma.po       2019-10-10 14:28:04.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2010-02-06 14:26+0000\n"
 "Last-Translator: Vilson Gjeci <vilsongj...@gmail.com>\n"
 "Language-Team: Albanian <s...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/sv/kcmkgamma.po 
new/kgamma5-5.17.0/po/sv/kcmkgamma.po
--- old/kgamma5-5.16.5/po/sv/kcmkgamma.po       2019-09-03 15:45:30.000000000 
+0200
+++ new/kgamma5-5.17.0/po/sv/kcmkgamma.po       2019-10-10 14:28:05.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2007-04-01 08:20+0200\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <s...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ta/kcmkgamma.po 
new/kgamma5-5.17.0/po/ta/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ta/kcmkgamma.po       2019-09-03 15:45:30.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ta/kcmkgamma.po       2019-10-10 14:28:05.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2004-08-14 12:34+0530\n"
 "Last-Translator: I. Felix <ifeli...@yahoo.co.in>\n"
 "Language-Team:  <tami...@ambalam.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/tg/kcmkgamma.po 
new/kgamma5-5.17.0/po/tg/kcmkgamma.po
--- old/kgamma5-5.16.5/po/tg/kcmkgamma.po       2019-09-03 15:45:30.000000000 
+0200
+++ new/kgamma5-5.17.0/po/tg/kcmkgamma.po       2019-10-10 14:28:06.000000000 
+0200
@@ -1,64 +1,61 @@
 # translation of kgamma.po to Tajik
 # translation of kgamma.po to Тоҷикӣ
 # Copyright (C) 2004 Free Software Foundation, Inc.
-# 2004, infoDev, a World Bank organization
-# 2004, Khujand Computer Technologies, Inc.
-# 2004, Youth Opportunities, NGO
-# Victor Ibragimov <youth_opportunit...@tajik.net>, 2004.
+# Victor Ibragimov <victor.ibragi...@gmail.com>, 2004, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
-"PO-Revision-Date: 2004-08-04 15:07+0500\n"
-"Last-Translator: Victor Ibragimov <youth_opportunit...@tajik.net>\n"
-"Language-Team:  Tajik\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
+"PO-Revision-Date: 2019-09-17 13:52+0500\n"
+"Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
+"Language-Team: English <kde-i18n-...@kde.org>\n"
 "Language: tg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kgamma.cpp:143
 #, kde-format
 msgid "&Select test picture:"
-msgstr "&Интихоби тасвироти озмоишӣ:"
+msgstr "&Интихоби тасвири санҷишӣ:"
 
 #: kgamma.cpp:148
 #, kde-format
 msgid "Gray Scale"
-msgstr "Заминаи хокистарӣ"
+msgstr "Миқёси Хокистариранг"
 
 #: kgamma.cpp:149
 #, kde-format
 msgid "RGB Scale"
-msgstr "RGB"
+msgstr "Миқёси RGB"
 
 #: kgamma.cpp:150
 #, kde-format
 msgid "CMY Scale"
-msgstr "CMY "
+msgstr "Миқёси CMY"
 
 #: kgamma.cpp:151
 #, kde-format
 msgid "Dark Gray"
-msgstr "Хокистарии баланд"
+msgstr "Хокистариранги сиёҳтоб"
 
 #: kgamma.cpp:152
 #, kde-format
 msgid "Mid Gray"
-msgstr "Хокистаранг"
+msgstr "Миқёси миёна"
 
 #: kgamma.cpp:153
 #, kde-format
 msgid "Light Gray"
-msgstr "Хокистарии равшан"
+msgstr "Хокистариранги равшан"
 
 #: kgamma.cpp:202
 #, kde-format
 msgid "Gamma:"
-msgstr "Анвоъ:"
+msgstr "Дараҷаи якдигарӣ:"
 
 #: kgamma.cpp:205
 #, kde-format
@@ -76,14 +73,14 @@
 msgstr "Кабуд:"
 
 #: kgamma.cpp:253
-#, fuzzy, kde-format
+#, kde-format
 msgid "Save settings system wide"
-msgstr "Нигоҳ доштани танзимотҳо дар XF86Config"
+msgstr "Нигоҳ доштани танзимот дар тамоми низом"
 
 #: kgamma.cpp:257
 #, kde-format
 msgid "Sync screens"
-msgstr "Синхронизонидани экранҳо"
+msgstr "Ҳамоҳангсозии экранҳо"
 
 #: kgamma.cpp:265
 #, kde-format
@@ -93,7 +90,7 @@
 #: kgamma.cpp:283
 #, kde-format
 msgid "Gamma correction is not supported by your graphics hardware or driver."
-msgstr "Анвои тасҳеҳот бо видеокорт ё драйвери шумо дастгирӣ намешавад."
+msgstr ""
 
 #: kgamma.cpp:591
 #, kde-format
@@ -106,13 +103,4 @@
 "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 ""
-"<h1>Анвои тасҳеҳоти монитор</h1> Ин барнома иҷозати тасҳеҳ кардани анвои "
-"мониторро медиҳад. Чаҳор чархакро барои таъғири анвоъ ҳамчун аҳамияти бутун "
-"ё ҷудо аз сурх, сабз ва кабуд таркибёфта низ истифода кунед. Ба қадри имкон, "
-"шумо бояд равшанӣ ва тазоди мониторро барои хубтар намудани натиҷот тасҳеҳ "
-"кунед. Тасвироти озмоишӣ барои ёфтани мутобиқоти лозимӣ кӯмак мерасонад.<br> "
-"Шумо метавонед танзимотҳои анвоъро дар файли XF86Config (танҳо "
-"истифодакунандаи root барои қайд дар ин файл ё дар танзимотҳои инфиродии KDE-"
-"и шумо имтиёз дорад. Ҳангоми истифодаи якчанд монитор, анвоъ-тасҳеҳотро "
-"барои ҳар яки он гузаронидан лозим аст."
\ No newline at end of file
+msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/th/kcmkgamma.po 
new/kgamma5-5.17.0/po/th/kcmkgamma.po
--- old/kgamma5-5.16.5/po/th/kcmkgamma.po       2019-09-03 15:45:30.000000000 
+0200
+++ new/kgamma5-5.17.0/po/th/kcmkgamma.po       2019-10-10 14:28:06.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2008-02-04 15:27+0700\n"
 "Last-Translator: Thanomsub Noppaburana <donga...@gmail.com>\n"
 "Language-Team: Thai <thai-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/tr/kcmkgamma.po 
new/kgamma5-5.17.0/po/tr/kcmkgamma.po
--- old/kgamma5-5.16.5/po/tr/kcmkgamma.po       2019-09-03 15:45:30.000000000 
+0200
+++ new/kgamma5-5.17.0/po/tr/kcmkgamma.po       2019-10-10 14:28:06.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2017-04-13 15:00+0100\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/ug/kcmkgamma.po 
new/kgamma5-5.17.0/po/ug/kcmkgamma.po
--- old/kgamma5-5.16.5/po/ug/kcmkgamma.po       2019-09-03 15:45:31.000000000 
+0200
+++ new/kgamma5-5.17.0/po/ug/kcmkgamma.po       2019-10-10 14:28:07.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/uk/kcmkgamma.po 
new/kgamma5-5.17.0/po/uk/kcmkgamma.po
--- old/kgamma5-5.16.5/po/uk/kcmkgamma.po       2019-09-03 15:45:31.000000000 
+0200
+++ new/kgamma5-5.17.0/po/uk/kcmkgamma.po       2019-10-10 14:28:07.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2009-12-13 10:23+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <translat...@linux.org.ua>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/zh_CN/kcmkgamma.po 
new/kgamma5-5.17.0/po/zh_CN/kcmkgamma.po
--- old/kgamma5-5.16.5/po/zh_CN/kcmkgamma.po    2019-09-03 15:45:31.000000000 
+0200
+++ new/kgamma5-5.17.0/po/zh_CN/kcmkgamma.po    2019-10-10 14:28:08.000000000 
+0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
-"PO-Revision-Date: 2019-08-16 17:05\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
+"PO-Revision-Date: 2019-10-09 10:02\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/zh_HK/kcmkgamma.po 
new/kgamma5-5.17.0/po/zh_HK/kcmkgamma.po
--- old/kgamma5-5.16.5/po/zh_HK/kcmkgamma.po    2019-09-03 15:45:31.000000000 
+0200
+++ new/kgamma5-5.17.0/po/zh_HK/kcmkgamma.po    2019-10-10 14:28:08.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\n"
 "PO-Revision-Date: 2006-01-09 22:32+0800\n"
 "Last-Translator: Walter Cheuk <wwych...@netvigator.com>\n"
 "Language-Team: Chinese (Hong Kong) <commun...@linuxhall.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.16.5/po/zh_TW/kcmkgamma.po 
new/kgamma5-5.17.0/po/zh_TW/kcmkgamma.po
--- old/kgamma5-5.16.5/po/zh_TW/kcmkgamma.po    2019-09-03 15:45:31.000000000 
+0200
+++ new/kgamma5-5.17.0/po/zh_TW/kcmkgamma.po    2019-10-10 14:28:08.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:51+0200\n"
+"POT-Creation-Date: 2019-05-20 03:24+0200\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 <zh-l...@linux.org.tw>\n"



Reply via email to