Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2018-12-19 13:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmousetool (Old)
 and      /work/SRC/openSUSE:Factory/.kmousetool.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmousetool"

Wed Dec 19 13:35:20 2018 rev:91 rq:658427 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes    2018-11-12 
09:29:56.990106624 +0100
+++ /work/SRC/openSUSE:Factory/.kmousetool.new.28833/kmousetool.changes 
2018-12-19 13:35:21.884466847 +0100
@@ -1,0 +2,44 @@
+Fri Dec 14 06:09:16 UTC 2018 - [email protected]
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Wed Dec  5 23:03:30 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Remove ldconfig calls as there are no libraries.
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:10 UTC 2018 - [email protected]
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:33 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:15 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Refine donation url in appdata
+  * Add nullptr
+  * Make it compile KDEFrameworkCompilerSettings
+  * Add explicit cmake errors on missing components
+  * Adding .arcconfig file
+
+-------------------------------------------------------------------
@@ -47 +91 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -97 +141 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -214 +258 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -273 +317 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -360 +404 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -476 +520 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  kmousetool-18.08.3.tar.xz

New:
----
  kmousetool-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kmousetool.spec ++++++
--- /var/tmp/diff_new_pack.bQAds2/_old  2018-12-19 13:35:22.452466109 +0100
+++ /var/tmp/diff_new_pack.bQAds2/_new  2018-12-19 13:35:22.452466109 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmousetool
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
-Name:           kmousetool
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
+Name:           kmousetool
+Version:        18.12.0
+Release:        0
 Summary:        Automatic Mouse Click
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  alsa-devel
 BuildRequires:  extra-cmake-modules
@@ -51,7 +50,6 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Clicks the mouse for you, reducing hand strain.
@@ -71,16 +69,12 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
   %suse_update_desktop_file org.kde.kmousetool   Utility Accessibility
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
-%doc COPYING COPYING.DOC
+%license COPYING COPYING.DOC
 %dir %{_kf5_htmldir}
 %dir %{_kf5_htmldir}/en
 %doc %lang(en) %{_kf5_htmldir}/en/*/
@@ -93,7 +87,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ kmousetool-18.08.3.tar.xz -> kmousetool-18.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/.arcconfig 
new/kmousetool-18.12.0/.arcconfig
--- old/kmousetool-18.08.3/.arcconfig   1970-01-01 01:00:00.000000000 +0100
+++ new/kmousetool-18.12.0/.arcconfig   2018-11-08 01:04:08.000000000 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/CMakeLists.txt 
new/kmousetool-18.12.0/CMakeLists.txt
--- old/kmousetool-18.08.3/CMakeLists.txt       2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/CMakeLists.txt       2018-12-07 01:27:00.000000000 
+0100
@@ -1,21 +1,23 @@
 project(kmousetool)
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
-set (QT_MIN_VERSION "5.3.0")
+set(QT_MIN_VERSION "5.9.0")
+set(KF5_VERSION "5.46.0")
 
-find_package (ECM 1.3.0 REQUIRED NO_MODULE)
+
+find_package (ECM ${KF5_VERSION} REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(CheckIncludeFiles)
 include(KDEInstallDirs)
 include(ECMInstallIcons)
 include(KDECMakeSettings)
-include(KDECompilerSettings NO_POLICY_SCOPE)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(FeatureSummary)
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets)
 
-find_package (KF5 REQUIRED
+find_package (KF5 ${KF5_VERSION} REQUIRED
     DBusAddons
     DocTools
     I18n
@@ -26,17 +28,18 @@
 
 find_package(Phonon4Qt5 REQUIRED NO_MODULE)
 
-add_definitions( -DQT_NO_CAST_FROM_ASCII )
-add_definitions( -DQT_NO_CAST_TO_ASCII )
-add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
 
 find_package(X11 REQUIRED)
-if(X11_XTest_FOUND)
-    add_subdirectory( doc )
-    add_subdirectory( kmousetool )
-endif(X11_XTest_FOUND)
+if(NOT X11_Xt_FOUND)
+    message(FATAL_ERROR "Cannot find X11 Xt component (libxt header file 
X11/Intrinsic.h)")
+endif(NOT X11_Xt_FOUND)
+if(NOT X11_XTest_FOUND)
+    message(FATAL_ERROR "Cannot find X11 XTest component (libxcb-xtest header 
file X11/extensions/XTest.h)")
+endif(NOT X11_XTest_FOUND)
+
+add_subdirectory( doc )
+add_subdirectory( kmousetool )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/kmousetool/kmousetool.h 
new/kmousetool-18.12.0/kmousetool/kmousetool.h
--- old/kmousetool-18.08.3/kmousetool/kmousetool.h      2018-09-02 
06:39:21.000000000 +0200
+++ new/kmousetool-18.12.0/kmousetool/kmousetool.h      2018-11-08 
01:04:08.000000000 +0100
@@ -146,7 +146,7 @@
     bool isAutostart();
     void setAutostart (bool start);
 
-public slots:
+public Q_SLOTS:
     /**
      * This slot is called whenever a value in the settings window was changed.
      * It enabled and disables the three buttons "Defaults", "Reset" and 
"Apply".
@@ -186,7 +186,7 @@
     /**
      *  construtor
      */
-    explicit KMouseTool(QWidget* parent=0, const char *name=0);
+    explicit KMouseTool(QWidget* parent=nullptr, const char *name=0);
 
     /** destructor */
     ~KMouseTool();
@@ -195,11 +195,11 @@
 class KMouseToolTray : public KStatusNotifierItem {
     Q_OBJECT
 public:
-    explicit KMouseToolTray (QWidget *parent=0);
+    explicit KMouseToolTray (QWidget *parent=nullptr);
     ~KMouseToolTray();
 
     void updateStartStopText (bool mousetool_is_running);
-signals:
+Q_SIGNALS:
     void startStopSelected();
     void configureSelected();
     void aboutSelected();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/kmousetool/mtstroke.cpp 
new/kmousetool-18.12.0/kmousetool/mtstroke.cpp
--- old/kmousetool-18.08.3/kmousetool/mtstroke.cpp      2018-09-02 
06:39:21.000000000 +0200
+++ new/kmousetool-18.12.0/kmousetool/mtstroke.cpp      2018-11-08 
01:04:08.000000000 +0100
@@ -226,7 +226,7 @@
   QString strokefilename;
   strokefilename = 
QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + 
QLatin1String("/kmousetool_strokes.txt" );
 
-  ofstream outfile (strokefilename.toLatin1(), ios::out);
+  ofstream outfile (strokefilename.toLatin1().constData(), ios::out);
   if (!outfile) {
     return false;
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmousetool-18.08.3/kmousetool/org.kde.kmousetool.appdata.xml 
new/kmousetool-18.12.0/kmousetool/org.kde.kmousetool.appdata.xml
--- old/kmousetool-18.08.3/kmousetool/org.kde.kmousetool.appdata.xml    
2018-09-02 06:39:21.000000000 +0200
+++ new/kmousetool-18.12.0/kmousetool/org.kde.kmousetool.appdata.xml    
2018-11-08 01:04:08.000000000 +0100
@@ -4,17 +4,18 @@
   <metadata_license>FSFAP</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>KMouseTool</name>
-  <name xml:lang="ast">KMouseTool</name>
   <name xml:lang="ca">KMouseTool</name>
   <name xml:lang="ca-valencia">KMouseTool</name>
   <name xml:lang="cs">KMouseTool</name>
   <name xml:lang="de">KMouseTool</name>
+  <name xml:lang="el">KMouseTool</name>
   <name xml:lang="en-GB">KMouseTool</name>
   <name xml:lang="es">KMouseTool</name>
   <name xml:lang="eu">KMouseTool</name>
   <name xml:lang="fi">KMouseTool</name>
   <name xml:lang="fr">KMouseTool</name>
   <name xml:lang="gl">KMouseTool</name>
+  <name xml:lang="ia">KMouseTool</name>
   <name xml:lang="it">KMouseTool</name>
   <name xml:lang="ko">KMouseTool</name>
   <name xml:lang="nl">KMouseTool</name>
@@ -32,12 +33,14 @@
   <summary xml:lang="ca-valencia">Clic automàtic del ratolí</summary>
   <summary xml:lang="cs">Automatické klikání myší</summary>
   <summary xml:lang="de">Automatische Mausklicks</summary>
+  <summary xml:lang="el">Αυτόματο κλικ ποντικιού</summary>
   <summary xml:lang="en-GB">Automatic Mouse Click</summary>
   <summary xml:lang="es">Pulsación automática del ratón</summary>
   <summary xml:lang="eu">Saguaren klik automatikoa</summary>
   <summary xml:lang="fi">Automaattinen hiiren napsautus</summary>
   <summary xml:lang="fr">Clic de souris automatique</summary>
   <summary xml:lang="gl">Clic automático do rato</summary>
+  <summary xml:lang="ia">Pulsar automatic de mus</summary>
   <summary xml:lang="it">Clic del mouse automatico</summary>
   <summary xml:lang="ko">자동 마우스 클릭</summary>
   <summary xml:lang="nl">Automatische muisklik</summary>
@@ -57,6 +60,7 @@
     <p xml:lang="ca">El KMouseTool fa clic de ratolí per vós, així que no ho 
heu de fer. El KMouseTool funciona amb qualsevol ratolí o dispositiu 
apuntador.</p>
     <p xml:lang="ca-valencia">El KMouseTool fa clic de ratolí per vós, així 
que no ho heu de fer. El KMouseTool funciona amb qualsevol ratolí o dispositiu 
apuntador.</p>
     <p xml:lang="de">KMouseTool drückt die Maustaste für Sie und funktioniert 
mit jeder Maus und jedem Zeigergerät.</p>
+    <p xml:lang="el">Το KMouseTool κάνει κλικ το ποντίκι, έτσι εσείς δεν 
χρειάζεται να το κάνετε. Το KMouseTool λειτουργεί με κάθε ποντίκι ή συσκευή με 
δείκτη.</p>
     <p xml:lang="en-GB">KMouseTool clicks the mouse for you, so you don't have 
to. KMouseTool works with any mouse or pointing device.</p>
     <p xml:lang="es">KMouseTool pulsa los botones del ratón por usted. 
KMouseTool funciona con cualquier ratón o dispositivo apuntador.</p>
     <p xml:lang="eu">KMouseTool tresnak saguari klik egiten dio zure ordez, 
zuk egin behar ez dezazun. KMouseTool edozein sagu edo gailu erakuslerekin 
dabil.</p>
@@ -70,14 +74,13 @@
     <p xml:lang="pl">KMouseTool klika myszą za ciebie, abyś sam nie musiał ego 
robić. KMouseTool działa z każdą myszą lub urządzeniem wskazującym.</p>
     <p xml:lang="pt">O KMouseTool carrega o botão do rato, para que não tenha 
de o fazer. O KMouseTool funciona com qualquer rato ou dispositivo de 
ponteiro.</p>
     <p xml:lang="pt-BR">O KMouseTool clica o botão do mouse para você. Ele 
funciona com qualquer mouse ou dispositivo apontador.</p>
-    <p xml:lang="sk">KMouseTool klikne za vás takže vy nemusíte. KMouseTool 
pracuje s každou myšou alebo ukazovacím zariadením.</p>
     <p xml:lang="sv">Kmousetool klickar musen åt dig så att du inte behöver 
göra det. Kmousetool fungerar med vilken mus eller pekenhet som helst.</p>
     <p xml:lang="uk">KMouseTool «клацає» кнопками миші за вас. KMouseTool 
працює замість будь-якої миші або координатного пристрою.</p>
     <p xml:lang="x-test">xxKMouseTool clicks the mouse for you, so you don't 
have to. KMouseTool works with any mouse or pointing device.xx</p>
     <p xml:lang="zh-CN">KMouseTool 为您单击鼠标,因此您不必这样做。KMouseTool 可用于任何鼠标或指针设备。</p>
   </description>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kmousetool</url>
-  <url type="donation">https://www.kde.org/community/donations/</url>
+  <url 
type="donation">https://www.kde.org/community/donations/?app=kmousetool&amp;source=appdata</url>
   <url type="help">https://docs.kde.org/?application=kmousetool</url>
   <url 
type="homepage">https://www.kde.org/applications/utilities/kmousetool/</url>
   <screenshots>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmousetool-18.08.3/kmousetool/org.kde.kmousetool.desktop 
new/kmousetool-18.12.0/kmousetool/org.kde.kmousetool.desktop
--- old/kmousetool-18.08.3/kmousetool/org.kde.kmousetool.desktop        
2018-09-02 06:39:21.000000000 +0200
+++ new/kmousetool-18.12.0/kmousetool/org.kde.kmousetool.desktop        
2018-11-08 01:04:08.000000000 +0100
@@ -5,7 +5,6 @@
 X-DocPath=kmousetool/index.html
 Comment=Clicks the mouse for you, reducing the effects of RSI
 Comment[ar]=ينقر على الفأرة بدلاً عنك، مُخَفِّفاً عنك تأثيرات RSI
-Comment[ast]=Fai clic del mur por ti, amenorgando los efeutos del RSI
 Comment[bg]=Автоматично щракване с бутона на мишката
 Comment[bs]=Klikće mišem za vas, smanjujući profesionalna oboljenja
 Comment[ca]=Fa els clics del ratolí, reduint els efectes del RSI (índex de 
força relativa)
@@ -74,7 +73,6 @@
 Terminal=false
 Name=KMouseTool
 Name[ar]=أداة فأرة كي
-Name[ast]=KMouseTool
 Name[be]=KMouseTool
 Name[bg]=KMouseTool
 Name[br]=KMouseTool
@@ -146,7 +144,6 @@
 Name[zh_TW]=K-滑鼠工具
 GenericName=Automatic Mouse Click
 GenericName[ar]=نقر الفأرة التلقائي
-GenericName[ast]=Clic automáticu de mur
 GenericName[be]=Аўтаматычны клік мышшу
 GenericName[bg]=Инструмент за мишката
 GenericName[bs]=Automatski klik mišem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ar/kmousetool.po 
new/kmousetool-18.12.0/po/ar/kmousetool.po
--- old/kmousetool-18.08.3/po/ar/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ar/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2007-10-14 15:30+0000\n"
 "Last-Translator: Youssef Chahibi <[email protected]>\n"
 "Language-Team: <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ast/kmousetool.po 
new/kmousetool-18.12.0/po/ast/kmousetool.po
--- old/kmousetool-18.08.3/po/ast/kmousetool.po 2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ast/kmousetool.po 1970-01-01 01:00:00.000000000 
+0100
@@ -1,231 +0,0 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# enolp <[email protected]>, 2017.
-msgid ""
-msgstr ""
-"Project-Id-Version: kmousetool\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
-"PO-Revision-Date: 2017-09-04 17:38+0100\n"
-"Last-Translator: enolp <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\n"
-"Language: ast\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Poedit-Language: asturian\n"
-"X-Generator: Lokalize 2.0\n"
-
-#, kde-format
-msgctxt "NAME OF TRANSLATORS"
-msgid "Your names"
-msgstr "[email protected]"
-
-#, kde-format
-msgctxt "EMAIL OF TRANSLATORS"
-msgid "Your emails"
-msgstr "[email protected]"
-
-#: kmousetool.cpp:396
-#, kde-format
-msgid "The drag time must be less than or equal to the dwell time."
-msgstr "El tiempu d'arrastre ha ser menor o igual que'l tiempu de retrasu."
-
-#: kmousetool.cpp:396
-#, kde-format
-msgid "Invalid Value"
-msgstr "Valor non válidu"
-
-#: kmousetool.cpp:466 kmousetool.cpp:613
-#, kde-format
-msgid "&Stop"
-msgstr "&Parar"
-
-#: kmousetool.cpp:468 kmousetool.cpp:593 kmousetool.cpp:616
-#, kde-format
-msgctxt "Start tracking the mouse"
-msgid "&Start"
-msgstr "&Aniciar"
-
-#: kmousetool.cpp:538
-#, kde-format
-msgid ""
-"There are unsaved changes in the active module.\n"
-"Do you want to apply the changes before closing the configuration window or "
-"discard the changes?"
-msgstr ""
-"Hai camudancies ensin guardar nel módulu activu.\n"
-"¿Quies aplicales enantes de zarrar la ventana de configuración o escartales?"
-
-#: kmousetool.cpp:539
-#, kde-format
-msgid "Closing Configuration Window"
-msgstr "Zarrando ventana de configuración"
-
-#: kmousetool.cpp:558
-#, kde-format
-msgid ""
-"There are unsaved changes in the active module.\n"
-"Do you want to apply the changes before quitting KMousetool or discard the "
-"changes?"
-msgstr ""
-"Hai camudancies ensin guardar nel módulu activu.\n"
-"¿Quies aplicales enantes de colar de KMousetool o escartales?"
-
-#: kmousetool.cpp:559
-#, kde-format
-msgid "Quitting KMousetool"
-msgstr "Colando de KMousetool"
-
-#: kmousetool.cpp:596
-#, kde-format
-msgid "&Configure KMouseTool..."
-msgstr "&Configurar KMouseTool..."
-
-#: kmousetool.cpp:599
-#, kde-format
-msgid "KMousetool &Handbook"
-msgstr "&Manual de KMouseTool"
-
-#: kmousetool.cpp:601
-#, kde-format
-msgid "&About KMouseTool"
-msgstr "&Tocante a KMouseTool"
-
-#. i18n: ectx: property (windowTitle), widget (QWidget, KMouseToolUI)
-#: kmousetoolui.ui:14 main.cpp:31 main.cpp:39
-#, kde-format
-msgid "KMouseTool"
-msgstr "KMouseTool"
-
-#. i18n: ectx: property (title), widget (QGroupBox, groupBox1)
-#: kmousetoolui.ui:20
-#, kde-format
-msgid "Settings"
-msgstr "Axustes"
-
-#. i18n: ectx: property (text), widget (QLabel, dragTimeLabel)
-#: kmousetoolui.ui:62
-#, kde-format
-msgid "&Drag time (1/10 sec):"
-msgstr "Tiempu d'&arrastre (1/10 seg):"
-
-#. i18n: ectx: property (text), widget (QLabel, movementLabel)
-#: kmousetoolui.ui:97
-#, kde-format
-msgid "&Minimum movement:"
-msgstr "&Movimientu mínimu:"
-
-#. i18n: ectx: property (text), widget (QCheckBox, cbStart)
-#: kmousetoolui.ui:107
-#, kde-format
-msgid "Start with &desktop session"
-msgstr "Aniciar cola sesión d'&escritoriu"
-
-#. i18n: ectx: property (text), widget (QCheckBox, cbDrag)
-#: kmousetoolui.ui:114
-#, kde-format
-msgid "Smar&t drag"
-msgstr "Arrastre intelixen&te"
-
-#. i18n: ectx: property (text), widget (QCheckBox, cbStroke)
-#: kmousetoolui.ui:124
-#, kde-format
-msgid "&Enable strokes"
-msgstr "&Activar trazos"
-
-#. i18n: ectx: property (text), widget (QLabel, dwellTimeLabel)
-#: kmousetoolui.ui:131
-#, kde-format
-msgid "Dwell &time (1/10 sec):"
-msgstr "Tiempu de &retrasu (1/10 seg):"
-
-#. i18n: ectx: property (text), widget (QCheckBox, cbClick)
-#: kmousetoolui.ui:154
-#, kde-format
-msgid "A&udible click"
-msgstr "Clic &sonoru"
-
-#. i18n: ectx: property (text), widget (QLabel, textLabel1)
-#: kmousetoolui.ui:191
-#, kde-format
-msgid ""
-"KMouseTool will run as a background application after you close this dialog. "
-"To change the settings again, restart KMouseTool or use the system tray."
-msgstr ""
-"KMouse executaráse como una aplicación de fondu dempués de que zarres esti "
-"diálogu. Pa camudar de nueves los axustes, reanicia KMouseTool o usa la "
-"bandexa'l sistema."
-
-#. i18n: ectx: property (text), widget (QPushButton, buttonStartStop)
-#: kmousetoolui.ui:223
-#, kde-format
-msgid "&Start"
-msgstr "&Aniciar"
-
-#: main.cpp:43
-#, kde-format
-msgid ""
-"(c) 2002-2003, Jeff Roush\n"
-"(c) 2003, Gunnar Schmidt"
-msgstr ""
-"(c) 2002-2003, Jeff Roush\n"
-"(c) 2003, Gunnar Schmidt"
-
-#: main.cpp:48
-#, kde-format
-msgid "Gunnar Schmidt"
-msgstr "Gunnar Schmidt"
-
-#: main.cpp:48
-#, kde-format
-msgid "Current maintainer"
-msgstr "Caltenedor actual"
-
-#: main.cpp:49
-#, kde-format
-msgid "Olaf Schmidt"
-msgstr "Olaf Schmidt"
-
-#: main.cpp:49
-#, kde-format
-msgid "Usability improvements"
-msgstr "Ameyores d'usu"
-
-#: main.cpp:50
-#, kde-format
-msgid "Jeff Roush"
-msgstr "Jeff Roush"
-
-#: main.cpp:50
-#, kde-format
-msgid "Original author"
-msgstr "Autor orixinal"
-
-#: main.cpp:52
-#, kde-format
-msgid "Joe Betts"
-msgstr "Joe Betts"
-
-#~ msgid "&Defaults"
-#~ msgstr "Valores por &defeutu"
-
-#~ msgid "&Reset"
-#~ msgstr "&Restablecer"
-
-#~ msgid "&Apply"
-#~ msgstr "&Aplicar"
-
-#~ msgid "&Help"
-#~ msgstr "Ayu&da"
-
-#~ msgid "&Close"
-#~ msgstr "&Zarrar"
-
-#~ msgid "&Quit"
-#~ msgstr "&Colar"
-
-#~ msgid "Start with &KDE"
-#~ msgstr "Aniciar con KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/bg/kmousetool.po 
new/kmousetool-18.12.0/po/bg/kmousetool.po
--- old/kmousetool-18.08.3/po/bg/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/bg/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2012-06-20 11:29+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/kmousetool-18.08.3/po/bs/kmousetool.po 
new/kmousetool-18.12.0/po/bs/kmousetool.po
--- old/kmousetool-18.08.3/po/bs/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/bs/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2013-10-18 19:24+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ca/kmousetool.po 
new/kmousetool-18.12.0/po/ca/kmousetool.po
--- old/kmousetool-18.08.3/po/ca/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ca/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-06 06:53+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ca@valencia/kmousetool.po 
new/kmousetool-18.12.0/po/ca@valencia/kmousetool.po
--- old/kmousetool-18.08.3/po/ca@valencia/kmousetool.po 2018-11-06 
01:13:42.000000000 +0100
+++ new/kmousetool-18.12.0/po/ca@valencia/kmousetool.po 2018-12-07 
01:26:58.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-06 06:53+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -214,24 +214,3 @@
 #, kde-format
 msgid "Joe Betts"
 msgstr "Joe Betts"
-
-#~ msgid "&Defaults"
-#~ msgstr "&Omissió"
-
-#~ msgid "&Reset"
-#~ msgstr "&Inicialitza"
-
-#~ msgid "&Apply"
-#~ msgstr "&Aplica"
-
-#~ msgid "&Help"
-#~ msgstr "A&juda"
-
-#~ msgid "&Close"
-#~ msgstr "&Tanca"
-
-#~ msgid "&Quit"
-#~ msgstr "&Surt"
-
-#~ msgid "Start with &KDE"
-#~ msgstr "Inicia amb el &KDE"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/cs/kmousetool.po 
new/kmousetool-18.12.0/po/cs/kmousetool.po
--- old/kmousetool-18.08.3/po/cs/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/cs/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-27 14:25+0100\n"
 "Last-Translator: Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/da/kmousetool.po 
new/kmousetool-18.12.0/po/da/kmousetool.po
--- old/kmousetool-18.08.3/po/da/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/da/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-11-06 14:12+0200\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/de/kmousetool.po 
new/kmousetool-18.12.0/po/de/kmousetool.po
--- old/kmousetool-18.08.3/po/de/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/de/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-11 07:27+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/kmousetool-18.08.3/po/el/kmousetool.po 
new/kmousetool-18.12.0/po/el/kmousetool.po
--- old/kmousetool-18.08.3/po/el/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/el/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-09-21 11:01+0200\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/en_GB/kmousetool.po 
new/kmousetool-18.12.0/po/en_GB/kmousetool.po
--- old/kmousetool-18.08.3/po/en_GB/kmousetool.po       2018-11-06 
01:13:42.000000000 +0100
+++ new/kmousetool-18.12.0/po/en_GB/kmousetool.po       2018-12-07 
01:26:58.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-11-26 15:23+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/kmousetool-18.08.3/po/eo/kmousetool.po 
new/kmousetool-18.12.0/po/eo/kmousetool.po
--- old/kmousetool-18.08.3/po/eo/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/eo/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2004-06-30 21:06GMT\n"
 "Last-Translator: David Anema <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/es/kmousetool.po 
new/kmousetool-18.12.0/po/es/kmousetool.po
--- old/kmousetool-18.08.3/po/es/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/es/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-16 12:06+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/kmousetool-18.08.3/po/et/kmousetool.po 
new/kmousetool-18.12.0/po/et/kmousetool.po
--- old/kmousetool-18.08.3/po/et/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/et/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2012-06-11 17:39+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/eu/kmousetool.po 
new/kmousetool-18.12.0/po/eu/kmousetool.po
--- old/kmousetool-18.08.3/po/eu/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/eu/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-08-30 13:52+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/kmousetool-18.08.3/po/fa/kmousetool.po 
new/kmousetool-18.12.0/po/fa/kmousetool.po
--- old/kmousetool-18.08.3/po/fa/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/fa/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2007-06-10 15:29+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/kmousetool-18.08.3/po/fi/kmousetool.po 
new/kmousetool-18.12.0/po/fi/kmousetool.po
--- old/kmousetool-18.08.3/po/fi/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/fi/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-12-08 16:42+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/kmousetool-18.08.3/po/fr/kmousetool.po 
new/kmousetool-18.12.0/po/fr/kmousetool.po
--- old/kmousetool-18.08.3/po/fr/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/fr/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-14 15:25+0100\n"
 "Last-Translator: Yoann Laissus <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ga/kmousetool.po 
new/kmousetool-18.12.0/po/ga/kmousetool.po
--- old/kmousetool-18.08.3/po/ga/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ga/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeaccessibility/kmousetool.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/gl/kmousetool.po 
new/kmousetool-18.12.0/po/gl/kmousetool.po
--- old/kmousetool-18.08.3/po/gl/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/gl/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-09-03 19:46+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/he/kmousetool.po 
new/kmousetool-18.12.0/po/he/kmousetool.po
--- old/kmousetool-18.08.3/po/he/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/he/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2004-05-21 18:38+0000\n"
 "Last-Translator: Diego Iastrubni <[email protected]>\n"
 "Language-Team: hebrew <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/hi/kmousetool.po 
new/kmousetool-18.12.0/po/hi/kmousetool.po
--- old/kmousetool-18.08.3/po/hi/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/hi/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2007-11-19 15:36+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/kmousetool-18.08.3/po/hr/kmousetool.po 
new/kmousetool-18.12.0/po/hr/kmousetool.po
--- old/kmousetool-18.08.3/po/hr/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/hr/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2011-07-14 13:33+0200\n"
 "Last-Translator: Marko Dimjašević <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/hu/kmousetool.po 
new/kmousetool-18.12.0/po/hu/kmousetool.po
--- old/kmousetool-18.08.3/po/hu/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/hu/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2012-06-05 23:23+0200\n"
 "Last-Translator: Kristóf Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ia/kmousetool.po 
new/kmousetool-18.12.0/po/ia/kmousetool.po
--- old/kmousetool-18.08.3/po/ia/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ia/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Giovanni Sora <[email protected]>, 2016.
+# Giovanni Sora <[email protected]>, 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
-"PO-Revision-Date: 2016-06-29 11:22+0200\n"
-"Last-Translator: Giovanni Sora <[email protected]>\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
+"PO-Revision-Date: 2018-09-21 22:43+0100\n"
+"Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -59,7 +59,7 @@
 #: kmousetool.cpp:539
 #, kde-format
 msgid "Closing Configuration Window"
-msgstr ""
+msgstr "Claudente fenestra de configuration"
 
 #: kmousetool.cpp:558
 #, kde-format
@@ -72,17 +72,17 @@
 #: kmousetool.cpp:559
 #, kde-format
 msgid "Quitting KMousetool"
-msgstr ""
+msgstr "Abandonante KMousetool"
 
 #: kmousetool.cpp:596
 #, kde-format
 msgid "&Configure KMouseTool..."
-msgstr ""
+msgstr "&Configura KMouseTool"
 
 #: kmousetool.cpp:599
 #, kde-format
 msgid "KMousetool &Handbook"
-msgstr ""
+msgstr "&Manuale de KMousetool"
 
 #: kmousetool.cpp:601
 #, kde-format
@@ -141,7 +141,7 @@
 #: kmousetoolui.ui:154
 #, kde-format
 msgid "A&udible click"
-msgstr ""
+msgstr "Click a&udibile"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1)
 #: kmousetoolui.ui:191
@@ -163,11 +163,13 @@
 "(c) 2002-2003, Jeff Roush\n"
 "(c) 2003, Gunnar Schmidt"
 msgstr ""
+"(c) 2002-2003, Jeff Roush\n"
+"(c) 2003, Gunnar Schmidt"
 
 #: main.cpp:48
 #, kde-format
 msgid "Gunnar Schmidt"
-msgstr ""
+msgstr "Gunnar Schmidt"
 
 #: main.cpp:48
 #, kde-format
@@ -177,17 +179,17 @@
 #: main.cpp:49
 #, kde-format
 msgid "Olaf Schmidt"
-msgstr ""
+msgstr "Olaf Schmidt"
 
 #: main.cpp:49
 #, kde-format
 msgid "Usability improvements"
-msgstr ""
+msgstr "Melioramentos de usabilitate"
 
 #: main.cpp:50
 #, kde-format
 msgid "Jeff Roush"
-msgstr ""
+msgstr "Jeff Roush"
 
 #: main.cpp:50
 #, kde-format
@@ -197,7 +199,7 @@
 #: main.cpp:52
 #, kde-format
 msgid "Joe Betts"
-msgstr ""
+msgstr "Joe Betts"
 
 #~ msgid "&Defaults"
 #~ msgstr "Valores Pre&definite"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/is/kmousetool.po 
new/kmousetool-18.12.0/po/is/kmousetool.po
--- old/kmousetool-18.08.3/po/is/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/is/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2009-06-09 10:17+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/kmousetool-18.08.3/po/it/kmousetool.po 
new/kmousetool-18.12.0/po/it/kmousetool.po
--- old/kmousetool-18.08.3/po/it/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/it/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-09 19:53+0100\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/kmousetool-18.08.3/po/ja/kmousetool.po 
new/kmousetool-18.12.0/po/ja/kmousetool.po
--- old/kmousetool-18.08.3/po/ja/kmousetool.po  2018-11-06 01:13:42.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ja/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2007-08-11 21:00+0900\n"
 "Last-Translator: Yukiko Bando <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/kk/kmousetool.po 
new/kmousetool-18.12.0/po/kk/kmousetool.po
--- old/kmousetool-18.08.3/po/kk/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/kk/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2013-09-15 07:01+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/kmousetool-18.08.3/po/km/kmousetool.po 
new/kmousetool-18.12.0/po/km/kmousetool.po
--- old/kmousetool-18.08.3/po/km/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/km/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2009-06-03 15:21+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ko/kmousetool.po 
new/kmousetool-18.12.0/po/ko/kmousetool.po
--- old/kmousetool-18.08.3/po/ko/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ko/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-12-03 11:56+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/kmousetool-18.08.3/po/lt/kmousetool.po 
new/kmousetool-18.12.0/po/lt/kmousetool.po
--- old/kmousetool-18.08.3/po/lt/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/lt/kmousetool.po  2018-12-07 01:26:58.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2011-10-28 20:56+0300\n"
 "Last-Translator: Remigijus\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/lv/kmousetool.po 
new/kmousetool-18.12.0/po/lv/kmousetool.po
--- old/kmousetool-18.08.3/po/lv/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/lv/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2009-05-16 09:00+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/kmousetool-18.08.3/po/mr/kmousetool.po 
new/kmousetool-18.12.0/po/mr/kmousetool.po
--- old/kmousetool-18.08.3/po/mr/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/mr/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2013-03-09 14:48+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/kmousetool-18.08.3/po/nb/kmousetool.po 
new/kmousetool-18.12.0/po/nb/kmousetool.po
--- old/kmousetool-18.08.3/po/nb/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/nb/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2012-08-10 20:51+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/kmousetool-18.08.3/po/nds/kmousetool.po 
new/kmousetool-18.12.0/po/nds/kmousetool.po
--- old/kmousetool-18.08.3/po/nds/kmousetool.po 2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/nds/kmousetool.po 2018-12-07 01:26:59.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2014-02-15 01:38+0100\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/nl/kmousetool.po 
new/kmousetool-18.12.0/po/nl/kmousetool.po
--- old/kmousetool-18.08.3/po/nl/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/nl/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-06 13:22+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/nn/kmousetool.po 
new/kmousetool-18.12.0/po/nn/kmousetool.po
--- old/kmousetool-18.08.3/po/nn/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/nn/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-29 14:21+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/kmousetool-18.08.3/po/pa/kmousetool.po 
new/kmousetool-18.12.0/po/pa/kmousetool.po
--- old/kmousetool-18.08.3/po/pa/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/pa/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2010-02-02 08:39+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/kmousetool-18.08.3/po/pl/kmousetool.po 
new/kmousetool-18.12.0/po/pl/kmousetool.po
--- old/kmousetool-18.08.3/po/pl/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/pl/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-13 11:19+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/kmousetool-18.08.3/po/pt/kmousetool.po 
new/kmousetool-18.12.0/po/pt/kmousetool.po
--- old/kmousetool-18.08.3/po/pt/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/pt/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-06 10:14+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/pt_BR/kmousetool.po 
new/kmousetool-18.12.0/po/pt_BR/kmousetool.po
--- old/kmousetool-18.08.3/po/pt_BR/kmousetool.po       2018-11-06 
01:13:43.000000000 +0100
+++ new/kmousetool-18.12.0/po/pt_BR/kmousetool.po       2018-12-07 
01:26:59.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-09-14 15:32-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ro/kmousetool.po 
new/kmousetool-18.12.0/po/ro/kmousetool.po
--- old/kmousetool-18.08.3/po/ro/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ro/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2010-11-30 01:24+0000\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Română <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ru/kmousetool.po 
new/kmousetool-18.12.0/po/ru/kmousetool.po
--- old/kmousetool-18.08.3/po/ru/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ru/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-11-01 14:01+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/kmousetool-18.08.3/po/sk/kmousetool.po 
new/kmousetool-18.12.0/po/sk/kmousetool.po
--- old/kmousetool-18.08.3/po/sk/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/sk/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-31 21:31+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/sl/kmousetool.po 
new/kmousetool-18.12.0/po/sl/kmousetool.po
--- old/kmousetool-18.08.3/po/sl/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/sl/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-15 14:16+0100\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/sr/kmousetool.po 
new/kmousetool-18.12.0/po/sr/kmousetool.po
--- old/kmousetool-18.08.3/po/sr/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/sr/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-16 22:55+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/sv/kmousetool.po 
new/kmousetool-18.12.0/po/sv/kmousetool.po
--- old/kmousetool-18.08.3/po/sv/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/sv/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-06 18:16+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/kmousetool-18.08.3/po/tr/kmousetool.po 
new/kmousetool-18.12.0/po/tr/kmousetool.po
--- old/kmousetool-18.08.3/po/tr/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/tr/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdeaccessibility-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-31 15:21+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdeaccessibility-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/ug/kmousetool.po 
new/kmousetool-18.12.0/po/ug/kmousetool.po
--- old/kmousetool-18.08.3/po/ug/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/ug/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/uk/kmousetool.po 
new/kmousetool-18.12.0/po/uk/kmousetool.po
--- old/kmousetool-18.08.3/po/uk/kmousetool.po  2018-11-06 01:13:43.000000000 
+0100
+++ new/kmousetool-18.12.0/po/uk/kmousetool.po  2018-12-07 01:26:59.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-06 07:12+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/zh_CN/kmousetool.po 
new/kmousetool-18.12.0/po/zh_CN/kmousetool.po
--- old/kmousetool-18.08.3/po/zh_CN/kmousetool.po       2018-11-06 
01:13:43.000000000 +0100
+++ new/kmousetool-18.12.0/po/zh_CN/kmousetool.po       2018-12-07 
01:26:59.000000000 +0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
-"PO-Revision-Date: 2018-11-01 23:28\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
+"PO-Revision-Date: 2018-11-12 09:29\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.08.3/po/zh_TW/kmousetool.po 
new/kmousetool-18.12.0/po/zh_TW/kmousetool.po
--- old/kmousetool-18.08.3/po/zh_TW/kmousetool.po       2018-11-06 
01:13:43.000000000 +0100
+++ new/kmousetool-18.12.0/po/zh_TW/kmousetool.po       2018-12-07 
01:26:59.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kmousetool\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-07-07 03:09+0200\n"
+"POT-Creation-Date: 2018-11-12 06:50+0100\n"
 "PO-Revision-Date: 2017-07-30 21:48+0800\n"
 "Last-Translator: Jeff Huang <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"


Reply via email to