Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2019-12-14 12:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktimer (Old)
 and      /work/SRC/openSUSE:Factory/.ktimer.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktimer"

Sat Dec 14 12:14:17 2019 rev:103 rq:756291 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes    2019-11-13 
13:21:56.939299194 +0100
+++ /work/SRC/openSUSE:Factory/.ktimer.new.4691/ktimer.changes  2019-12-14 
12:18:56.551241954 +0100
@@ -1,0 +2,26 @@
+Tue Dec 10 06:38:57 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Update Appstream for new release
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:17 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:50 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- No code change since 19.08.3
+
+-------------------------------------------------------------------

Old:
----
  ktimer-19.08.3.tar.xz
  ktimer-19.08.3.tar.xz.sig

New:
----
  ktimer-19.12.0.tar.xz
  ktimer-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktimer.spec ++++++
--- /var/tmp/diff_new_pack.3Rns7o/_old  2019-12-14 12:18:57.387241809 +0100
+++ /var/tmp/diff_new_pack.3Rns7o/_new  2019-12-14 12:18:57.391241808 +0100
@@ -16,36 +16,35 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktimer
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Countdown Launcher
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(Qt5Concurrent)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 %if %{with lang}

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.3Rns7o/_old and 
/var/tmp/diff_new_pack.3Rns7o/_new differ

++++++ ktimer-19.08.3.tar.xz -> ktimer-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/CMakeLists.txt 
new/ktimer-19.12.0/CMakeLists.txt
--- old/ktimer-19.08.3/CMakeLists.txt   2019-11-05 05:06:23.000000000 +0100
+++ new/ktimer-19.12.0/CMakeLists.txt   2019-12-06 01:28:45.000000000 +0100
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
-set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MINOR "12")
+set (KDE_APPLICATIONS_VERSION_MICRO "0")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 project(ktimer VERSION ${KDE_APPLICATIONS_VERSION})
@@ -31,8 +31,10 @@
     DBusAddons
     Notifications
 )
-
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
+endif()
 if (${KF5Config_VERSION} STRGREATER "5.56.0")
         add_definitions(-DQT_NO_FOREACH)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/org.kde.ktimer.appdata.xml 
new/ktimer-19.12.0/org.kde.ktimer.appdata.xml
--- old/ktimer-19.08.3/org.kde.ktimer.appdata.xml       2019-11-01 
22:53:45.000000000 +0100
+++ new/ktimer-19.12.0/org.kde.ktimer.appdata.xml       2019-12-05 
22:06:55.000000000 +0100
@@ -8,6 +8,7 @@
   <name xml:lang="ca-valencia">KTimer</name>
   <name xml:lang="cs">KTimer</name>
   <name xml:lang="de">KTimer</name>
+  <name xml:lang="el">KTimer</name>
   <name xml:lang="en-GB">KTimer</name>
   <name xml:lang="es">KTimer</name>
   <name xml:lang="eu">KTimer</name>
@@ -35,6 +36,7 @@
   <summary xml:lang="ca-valencia">Llançador amb compte arrere</summary>
   <summary xml:lang="cs">Spouštěč s odpočtem</summary>
   <summary xml:lang="de">Rückwärtszähler</summary>
+  <summary xml:lang="el">Εκτελεστής αντίστροφης μέτρησης</summary>
   <summary xml:lang="en-GB">Countdown Launcher</summary>
   <summary xml:lang="es">Lanzador de cuenta atrás</summary>
   <summary xml:lang="eu">Atzekoz aurrera zenbatze abiarazlea</summary>
@@ -64,6 +66,7 @@
     <p xml:lang="ca">El KTimer és una petita eina per executar programes 
després d'un temps determinat. Permet introduir diverses tasques i establir un 
temporitzador per a cadascuna d'elles. Els comptadors de temps per a cada tasca 
es poden iniciar, aturar, modificar o repetir.</p>
     <p xml:lang="ca-valencia">El KTimer és una petita eina per executar 
programes després d'un temps determinat. Permet introduir diverses tasques i 
establir un temporitzador per a cadascuna d'elles. Els comptadors de temps per 
a cada tasca es poden iniciar, aturar, modificar o repetir.</p>
     <p xml:lang="de">KTimer ist ein Programm, um andere Anwendungen nach einer 
bestimmten Zeit zu starten. Es erlaubt das Erfassen von mehreren Aufgaben mit 
je eigenem Countdown. Jeder einzelne Countdown kann individuell gestartet, 
angehalten, geändert oder repetiert werden.</p>
+    <p xml:lang="el">Το KTimer είναι ένα μικρό εργαλέιο για την εκτέλεση 
προγραμμάτων έπειτα από κάποιο χρονικό διάστημα. Σας επιτρέπει να εισάγετε 
πολλές εργασίες και να ορίσετε χρονόμετρο για καθεμιά. Η χρονομέτρηση για κάθε 
εργασία μπορεί να ξεκινήσει, να διακοπεί, να αλλάξει ή να επαναληφθεί.</p>
     <p xml:lang="en-GB">KTimer is a little tool to execute programs after some 
time. It allows you to enter several tasks and to set a timer for each of them. 
The timers for each task can be started, stopped, changed, or looped.</p>
     <p xml:lang="es">KTimer es una pequeña herramienta para ejecutar programas 
tras cierto tiempo. Le permite introducir varias tareas y definir un 
temporizador para cada una de ellas. Puede iniciar, detener, modificar o poner 
en bucle estos temporizadores.</p>
     <p xml:lang="eu">KTimer adierazitako denbora igarotakoan aplikazioak 
exekutatzeko programa bat da. Hainbat ataza sartu eta bakoitzari atzera 
zenbatze bat ezarri dakioke. Ataza bakoitzaren atzera zenbatzea abiarazi, 
gelditu, aldatu edo begiztaz lotu daiteke.</p>
@@ -96,6 +99,7 @@
       <caption xml:lang="ca-valencia">Finestra de configuració del 
KTimer.</caption>
       <caption xml:lang="cs">Konfigurační okno aplikace KTimer</caption>
       <caption xml:lang="de">Einrichtungsdialog von KTimer</caption>
+      <caption xml:lang="el">Παράθυρο διαμόρφωσης του KTimer</caption>
       <caption xml:lang="en-GB">KTimer configuration window</caption>
       <caption xml:lang="es">Ventana de configuración de KTimer</caption>
       <caption xml:lang="eu">KTimer konfiguratzeko leiho</caption>
@@ -125,4 +129,7 @@
     <binary>ktimer</binary>
   </provides>
   <launchable type="desktop-id">org.kde.ktimer.desktop</launchable>
+  <releases>
+    <release version="19.12.0" date="2019-12-12"/>
+  </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ar/ktimer.po 
new/ktimer-19.12.0/po/ar/ktimer.po
--- old/ktimer-19.08.3/po/ar/ktimer.po  2019-11-05 05:06:20.000000000 +0100
+++ new/ktimer-19.12.0/po/ar/ktimer.po  2019-12-06 01:28:40.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-07-23 22:15+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/bg/ktimer.po 
new/ktimer-19.12.0/po/bg/ktimer.po
--- old/ktimer-19.08.3/po/bg/ktimer.po  2019-11-05 05:06:20.000000000 +0100
+++ new/ktimer-19.12.0/po/bg/ktimer.po  2019-12-06 01:28:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2011-07-23 14:55+0300\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/bs/ktimer.po 
new/ktimer-19.12.0/po/bs/ktimer.po
--- old/ktimer-19.08.3/po/bs/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/bs/ktimer.po  2019-12-06 01:28:40.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-10-18 20:26+0000\n"
 "Last-Translator: Vedran Ljubovic <[email protected]>\n"
 "Language-Team: Bosanski <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ca/ktimer.po 
new/ktimer-19.12.0/po/ca/ktimer.po
--- old/ktimer-19.08.3/po/ca/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ca/ktimer.po  2019-12-06 01:28:40.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-05 21:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ca@valencia/ktimer.po 
new/ktimer-19.12.0/po/ca@valencia/ktimer.po
--- old/ktimer-19.08.3/po/ca@valencia/ktimer.po 2019-11-05 05:06:21.000000000 
+0100
+++ new/ktimer-19.12.0/po/ca@valencia/ktimer.po 2019-12-06 01:28:40.000000000 
+0100
@@ -6,19 +6,20 @@
 # Joan Maspons <[email protected]>, 2009.
 # Manuel Tortosa Moreno <[email protected]>, 2009.
 # Antoni Bella Pérez <[email protected]>, 2017.
+# empar <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2018-03-05 21:10+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-09-26 13:21+0200\n"
+"Last-Translator: empar <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\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: Lokalize 19.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -71,8 +72,8 @@
 "New countdowns are put here. You can add and remove them, and stop and start "
 "them."
 msgstr ""
-"Els comptes arrere nous es posen ací. Podeu afegir-ne i eliminar-ne, i "
-"aturar-los i iniciar-los."
+"Els comptes arrere nous es posen ací. Podeu afegir-ne i eliminar-ne, i parar-"
+"los i iniciar-los."
 
 #. i18n: ectx: property (text), widget (QTreeWidget, m_list)
 #: prefwidget.ui:36
@@ -145,7 +146,7 @@
 #: prefwidget.ui:119
 #, kde-format
 msgid "You can use this slider to adjust the time."
-msgstr "Podeu usar aquest control lliscant per ajustar el temps."
+msgstr "Podeu usar aquest control lliscant per a ajustar el temps."
 
 #. i18n: ectx: property (toolTip), widget (QLCDNumber, m_counter)
 #: prefwidget.ui:129
@@ -158,7 +159,7 @@
 #, kde-format
 msgid "This number is how many seconds are left for the selected countdown."
 msgstr ""
-"Aquest número és la quantitat de segons que queden pel compte arrere "
+"Aquest número és la quantitat de segons que queden per al compte arrere "
 "seleccionat."
 
 #. i18n: ectx: property (toolTip), widget (QToolButton, m_pause)
@@ -189,7 +190,7 @@
 #: prefwidget.ui:158
 #, kde-format
 msgid "Use this to start or restart a countdown."
-msgstr "Useu això per iniciar o reiniciar un compte arrere."
+msgstr "Useu això per a iniciar o reiniciar un compte arrere."
 
 #. i18n: ectx: property (text), widget (QToolButton, m_start)
 #: prefwidget.ui:161
@@ -201,13 +202,13 @@
 #: prefwidget.ui:168
 #, kde-format
 msgid "Stop a countdown"
-msgstr "Atura un compte arrere"
+msgstr "Para un compte arrere"
 
 #. i18n: ectx: property (whatsThis), widget (QToolButton, m_stop)
 #: prefwidget.ui:171
 #, kde-format
 msgid "Use this to stop the countdown for a task."
-msgstr "Useu això per aturar el compte arrere d'una tasca."
+msgstr "Useu això per a parar el compte arrere d'una tasca."
 
 #. i18n: ectx: property (text), widget (QToolButton, m_stop)
 #: prefwidget.ui:174
@@ -231,7 +232,7 @@
 #: prefwidget.ui:197
 #, kde-format
 msgid "Settings"
-msgstr "Arranjament"
+msgstr "Configuració"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, m_loop)
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, m_loop)
@@ -349,10 +350,4 @@
 #, kde-format
 msgid "Enter a program you would like to run when the countdown is zero"
 msgstr ""
-"Introduïu un programa que voleu executar quan el compte arrere siga zero"
-
-#~ msgid "You can change the amount of time here."
-#~ msgstr "Aquí podeu canviar la durada."
-
-#~ msgid "This many seconds are left"
-#~ msgstr "Aquests són els segons que falten"
+"Introduïu un programa que vulgueu executar quan el compte arrere siga zero"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/cs/ktimer.po 
new/ktimer-19.12.0/po/cs/ktimer.po
--- old/ktimer-19.08.3/po/cs/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/cs/ktimer.po  2019-12-06 01:28:40.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-10-22 15:06+0200\n"
 "Last-Translator: Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/da/ktimer.po 
new/ktimer-19.12.0/po/da/ktimer.po
--- old/ktimer-19.08.3/po/da/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/da/ktimer.po  2019-12-06 01:28:40.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-06-04 10:29+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/de/ktimer.po 
new/ktimer-19.12.0/po/de/ktimer.po
--- old/ktimer-19.08.3/po/de/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/de/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-05 09:42+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/el/ktimer.po 
new/ktimer-19.12.0/po/el/ktimer.po
--- old/ktimer-19.08.3/po/el/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/el/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-10-18 15:46+0200\n"
 "Last-Translator: Long Run <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/en_GB/ktimer.po 
new/ktimer-19.12.0/po/en_GB/ktimer.po
--- old/ktimer-19.08.3/po/en_GB/ktimer.po       2019-11-05 05:06:21.000000000 
+0100
+++ new/ktimer-19.12.0/po/en_GB/ktimer.po       2019-12-06 01:28:41.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-10 14:17+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/eo/ktimer.po 
new/ktimer-19.12.0/po/eo/ktimer.po
--- old/ktimer-19.08.3/po/eo/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/eo/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2002-09-05 23:12+0200\n"
 "Last-Translator: Heiko Evermann <[email protected]>\n"
 "Language-Team: Esperanto\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/es/ktimer.po 
new/ktimer-19.12.0/po/es/ktimer.po
--- old/ktimer-19.08.3/po/es/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/es/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-20 22:32+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/ktimer-19.08.3/po/et/ktimer.po 
new/ktimer-19.12.0/po/et/ktimer.po
--- old/ktimer-19.08.3/po/et/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/et/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-07-05 03:08+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/ktimer-19.08.3/po/eu/ktimer.po 
new/ktimer-19.12.0/po/eu/ktimer.po
--- old/ktimer-19.08.3/po/eu/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/eu/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-09-04 23:13+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/fa/ktimer.po 
new/ktimer-19.12.0/po/fa/ktimer.po
--- old/ktimer-19.08.3/po/fa/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/fa/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2007-07-01 14:17+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/ktimer-19.08.3/po/fi/ktimer.po 
new/ktimer-19.12.0/po/fi/ktimer.po
--- old/ktimer-19.08.3/po/fi/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/fi/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-07-02 19:53+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/fr/ktimer.po 
new/ktimer-19.12.0/po/fr/ktimer.po
--- old/ktimer-19.08.3/po/fr/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/fr/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-06-01 16:28+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ga/ktimer.po 
new/ktimer-19.12.0/po/ga/ktimer.po
--- old/ktimer-19.08.3/po/ga/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ga/ktimer.po  2019-12-06 01:28:41.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeutils/ktimer.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\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/ktimer-19.08.3/po/gl/ktimer.po 
new/ktimer-19.12.0/po/gl/ktimer.po
--- old/ktimer-19.08.3/po/gl/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/gl/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-04-22 08:19+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/ktimer-19.08.3/po/he/ktimer.po 
new/ktimer-19.12.0/po/he/ktimer.po
--- old/ktimer-19.08.3/po/he/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/he/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2017-05-16 07:04-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/ktimer-19.08.3/po/hi/ktimer.po 
new/ktimer-19.12.0/po/hi/ktimer.po
--- old/ktimer-19.08.3/po/hi/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/hi/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2008-02-04 14:11+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/ktimer-19.08.3/po/hr/ktimer.po 
new/ktimer-19.12.0/po/hr/ktimer.po
--- old/ktimer-19.08.3/po/hr/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/hr/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: ktimer 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2004-04-20 13:29+CEST\n"
 "Last-Translator: auto\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/hu/ktimer.po 
new/ktimer-19.12.0/po/hu/ktimer.po
--- old/ktimer-19.08.3/po/hu/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/hu/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2011-04-29 18:00+0200\n"
 "Last-Translator: Tamas Krutki <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ia/ktimer.po 
new/ktimer-19.12.0/po/ia/ktimer.po
--- old/ktimer-19.08.3/po/ia/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ia/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -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:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-09-21 23:11+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/id/ktimer.po 
new/ktimer-19.12.0/po/id/ktimer.po
--- old/ktimer-19.08.3/po/id/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/id/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-08-28 14:41+0700\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-11-05 19:35+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -16,6 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -146,7 +147,7 @@
 #: prefwidget.ui:129
 #, kde-format
 msgid "Time in seconds until command is executed"
-msgstr "Waktu yang diperlukan sebelum melaksanakan perintah (dalam detik)"
+msgstr "Waktu yang diperlukan sebelum mengeksekusi perintah (dalam detik)"
 
 #. i18n: ectx: property (whatsThis), widget (QLCDNumber, m_counter)
 #: prefwidget.ui:132
@@ -282,20 +283,19 @@
 #. i18n: ectx: property (toolTip), widget (QCheckBox, m_consecutive)
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, m_consecutive)
 #: prefwidget.ui:255 prefwidget.ui:258
-#, fuzzy, kde-format
-#| msgid ""
-#| "Check this box if you want your countdown to start over after it finishes"
+#, kde-format
 msgid ""
 "Check this box if you want to execute this task after the previous one "
 "finishes"
 msgstr ""
-"Ceklis kotak ini apabila Anda ingin penghitungan dimulai kembali setelah usai"
+"Centang kotak ini jika kamu ingin mengeksekusi tugas ini sesudah salahsatu "
+"yang sebelumnya selesai"
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_consecutive)
 #: prefwidget.ui:261
 #, kde-format
 msgid "Consecutive task"
-msgstr ""
+msgstr "Tugas berturut-turut"
 
 #. i18n: ectx: property (text), widget (QLabel, TextLabel3)
 #: prefwidget.ui:268
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/is/ktimer.po 
new/ktimer-19.12.0/po/is/ktimer.po
--- old/ktimer-19.08.3/po/is/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/is/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-06-13 16:01+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/it/ktimer.po 
new/ktimer-19.12.0/po/it/ktimer.po
--- old/ktimer-19.08.3/po/it/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/it/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-05-01 19:13+0200\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ja/ktimer.po 
new/ktimer-19.12.0/po/ja/ktimer.po
--- old/ktimer-19.08.3/po/ja/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ja/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2002-10-21 12:44+0900\n"
 "Last-Translator: Noboru Sinohara <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/kk/ktimer.po 
new/ktimer-19.12.0/po/kk/ktimer.po
--- old/ktimer-19.08.3/po/kk/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/kk/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-07-12 09:38+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/km/ktimer.po 
new/ktimer-19.12.0/po/km/ktimer.po
--- old/ktimer-19.08.3/po/km/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/km/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2012-07-10 15:40+0700\n"
 "Last-Translator: sutha <[email protected]>\n"
 "Language-Team: Khmer <support@khmeros>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ko/ktimer.po 
new/ktimer-19.12.0/po/ko/ktimer.po
--- old/ktimer-19.08.3/po/ko/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ko/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-08-14 17:12+0100\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/ktimer-19.08.3/po/lt/ktimer.po 
new/ktimer-19.12.0/po/lt/ktimer.po
--- old/ktimer-19.08.3/po/lt/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/lt/ktimer.po  2019-12-06 01:28:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2015-12-29 16:00+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/ktimer-19.08.3/po/lv/ktimer.po 
new/ktimer-19.12.0/po/lv/ktimer.po
--- old/ktimer-19.08.3/po/lv/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/lv/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-06-07 21:04+0300\n"
 "Last-Translator: Viesturs Zariņš <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/mr/ktimer.po 
new/ktimer-19.12.0/po/mr/ktimer.po
--- old/ktimer-19.08.3/po/mr/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/mr/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -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:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-03-14 15:44+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/nb/ktimer.po 
new/ktimer-19.12.0/po/nb/ktimer.po
--- old/ktimer-19.08.3/po/nb/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/nb/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-04-25 10:38+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/nds/ktimer.po 
new/ktimer-19.12.0/po/nds/ktimer.po
--- old/ktimer-19.08.3/po/nds/ktimer.po 2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/nds/ktimer.po 2019-12-06 01:28:43.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-05-21 05:19+0200\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/ktimer-19.08.3/po/nl/ktimer.po 
new/ktimer-19.12.0/po/nl/ktimer.po
--- old/ktimer-19.08.3/po/nl/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/nl/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-05 11:06+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/ktimer-19.08.3/po/nn/ktimer.po 
new/ktimer-19.12.0/po/nn/ktimer.po
--- old/ktimer-19.08.3/po/nn/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/nn/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-06-04 22:03+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/pa/ktimer.po 
new/ktimer-19.12.0/po/pa/ktimer.po
--- old/ktimer-19.08.3/po/pa/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/pa/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2010-01-31 10:31+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: ਪੰਜਾਬੀ <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/pl/ktimer.po 
new/ktimer-19.12.0/po/pl/ktimer.po
--- old/ktimer-19.08.3/po/pl/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/pl/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -1,5 +1,5 @@
 # translation of ktimer.po to Polish
-# Version: $Revision: 1550639 $
+# Version: $Revision: 1542214 $
 # translation of ktimer.po to
 # Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
 #
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-05-01 06:05+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/pt/ktimer.po 
new/ktimer-19.12.0/po/pt/ktimer.po
--- old/ktimer-19.08.3/po/pt/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/pt/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-05 10:04+0000\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/ktimer-19.08.3/po/pt_BR/ktimer.po 
new/ktimer-19.12.0/po/pt_BR/ktimer.po
--- old/ktimer-19.08.3/po/pt_BR/ktimer.po       2019-11-05 05:06:21.000000000 
+0100
+++ new/ktimer-19.12.0/po/pt_BR/ktimer.po       2019-12-06 01:28:43.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-07-28 12:56-0300\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/ktimer-19.08.3/po/ro/ktimer.po 
new/ktimer-19.12.0/po/ro/ktimer.po
--- old/ktimer-19.08.3/po/ro/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ro/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2009-05-09 14:25+0300\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/ktimer-19.08.3/po/ru/ktimer.po 
new/ktimer-19.12.0/po/ru/ktimer.po
--- old/ktimer-19.08.3/po/ru/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/ru/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-09-27 06:05+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/ktimer-19.08.3/po/sk/ktimer.po 
new/ktimer-19.12.0/po/sk/ktimer.po
--- old/ktimer-19.08.3/po/sk/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/sk/ktimer.po  2019-12-06 01:28:43.000000000 +0100
@@ -1,20 +1,21 @@
 # translation of ktimer.po to Slovak
 # Stanislav Visnovsky <[email protected]>, 2001,2002.
 # Michal Sulek <[email protected]>, 2009, 2010.
+# Mthw <[email protected]>, 2019.
 # Matej Mrenica <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-08-03 20:12+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-07-11 14:40+0200\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.07.90\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/sl/ktimer.po 
new/ktimer-19.12.0/po/sl/ktimer.po
--- old/ktimer-19.08.3/po/sl/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/sl/ktimer.po  2019-12-06 01:28:44.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of ktimer.po to Slovenian
 # SLOVENIAN TRANSLATION OF KTIMER.
 # Copyright (C) 2001,2003 Free Software Foundation, Inc.
-# $Id: ktimer.po 1550639 2019-08-30 07:08:12Z scripty $
+# $Id: ktimer.po 1542222 2019-05-20 03:03:13Z scripty $
 # $Source$
 #
 # Grega Fajdiga <[email protected]>, 2001.
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2013-07-29 13:12+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/ktimer-19.08.3/po/sv/ktimer.po 
new/ktimer-19.12.0/po/sv/ktimer.po
--- old/ktimer-19.08.3/po/sv/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/sv/ktimer.po  2019-12-06 01:28:44.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-08 21:11+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/tr/ktimer.po 
new/ktimer-19.12.0/po/tr/ktimer.po
--- old/ktimer-19.08.3/po/tr/ktimer.po  2019-11-05 05:06:21.000000000 +0100
+++ new/ktimer-19.12.0/po/tr/ktimer.po  2019-12-06 01:28:44.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdeutils-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2014-06-08 14:02+0000\n"
 "Last-Translator: Volkan Gezer <[email protected]>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.08.3/po/ug/ktimer.po 
new/ktimer-19.12.0/po/ug/ktimer.po
--- old/ktimer-19.08.3/po/ug/ktimer.po  2019-11-05 05:06:22.000000000 +0100
+++ new/ktimer-19.12.0/po/ug/ktimer.po  2019-12-06 01:28:44.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\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/ktimer-19.08.3/po/uk/ktimer.po 
new/ktimer-19.12.0/po/uk/ktimer.po
--- old/ktimer-19.08.3/po/uk/ktimer.po  2019-11-05 05:06:22.000000000 +0100
+++ new/ktimer-19.12.0/po/uk/ktimer.po  2019-12-06 01:28:44.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2018-03-05 06:59+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/ktimer-19.08.3/po/zh_CN/ktimer.po 
new/ktimer-19.12.0/po/zh_CN/ktimer.po
--- old/ktimer-19.08.3/po/zh_CN/ktimer.po       2019-11-05 05:06:22.000000000 
+0100
+++ new/ktimer-19.12.0/po/zh_CN/ktimer.po       2019-12-06 01:28:44.000000000 
+0100
@@ -5,8 +5,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-10-09 10:13\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
+"PO-Revision-Date: 2019-11-19 23:14\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/ktimer-19.08.3/po/zh_TW/ktimer.po 
new/ktimer-19.12.0/po/zh_TW/ktimer.po
--- old/ktimer-19.08.3/po/zh_TW/ktimer.po       2019-11-05 05:06:22.000000000 
+0100
+++ new/ktimer-19.12.0/po/zh_TW/ktimer.po       2019-12-06 01:28:44.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:47+0200\n"
+"POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-05-14 22:54+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"


Reply via email to