Hello community,

here is the log from the commit of package kbackup for openSUSE:Factory checked 
in at 2019-08-19 21:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbackup (Old)
 and      /work/SRC/openSUSE:Factory/.kbackup.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbackup"

Mon Aug 19 21:29:31 2019 rev:17 rq:723607 version:19.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbackup/kbackup.changes  2019-07-17 
13:15:53.527798697 +0200
+++ /work/SRC/openSUSE:Factory/.kbackup.new.22127/kbackup.changes       
2019-08-19 21:29:35.700619397 +0200
@@ -1,0 +2,30 @@
+Fri Aug  9 08:30:27 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+-------------------------------------------------------------------
+Tue Aug 06 16:50:48 UTC 2019 - [email protected]
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- No code changes since 19.07.80
+
+-------------------------------------------------------------------
+Tue Jul 23 11:58:57 UTC 2019 - [email protected]
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * increase cmake version
+  * Increase maximum custom slice size (kde#406551)
+  * make it build on openSuse Leap 15.0 with KF5 5.45.0
+
+-------------------------------------------------------------------

Old:
----
  kbackup-19.04.3.tar.xz

New:
----
  applications.keyring
  kbackup-19.08.0.tar.xz
  kbackup-19.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kbackup.spec ++++++
--- /var/tmp/diff_new_pack.OIxmfa/_old  2019-08-19 21:29:36.388619257 +0200
+++ /var/tmp/diff_new_pack.OIxmfa/_new  2019-08-19 21:29:36.388619257 +0200
@@ -18,13 +18,17 @@
 
 %bcond_without lang
 Name:           kbackup
-Version:        19.04.3
+Version:        19.08.0
 Release:        0
 Summary:        Backup program based on KDE Frameworks 5
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
-URL:            http://www.kde.org
-Source0:        %{name}-%{version}.tar.xz
+URL:            https://www.kde.org
+Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  karchive-devel
 BuildRequires:  kf5-filesystem

++++++ kbackup-19.04.3.tar.xz -> kbackup-19.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/.gitignore 
new/kbackup-19.08.0/.gitignore
--- old/kbackup-19.04.3/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/kbackup-19.08.0/.gitignore      2019-08-09 02:11:44.000000000 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/CMakeLists.txt 
new/kbackup-19.08.0/CMakeLists.txt
--- old/kbackup-19.04.3/CMakeLists.txt  2019-07-06 11:34:45.000000000 +0200
+++ new/kbackup-19.08.0/CMakeLists.txt  2019-08-09 02:11:44.000000000 +0200
@@ -1,15 +1,15 @@
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(kbackup)
 
 set(QT_MIN_VERSION "5.9.0")
-set(KF5_MIN_VERSION "5.46.0")
+set(KF5_MIN_VERSION "5.45.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/ca/kbackup.po 
new/kbackup-19.08.0/po/ca/kbackup.po
--- old/kbackup-19.04.3/po/ca/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/ca/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-26 16:39+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/kbackup-19.04.3/po/ca@valencia/kbackup.po 
new/kbackup-19.08.0/po/ca@valencia/kbackup.po
--- old/kbackup-19.04.3/po/ca@valencia/kbackup.po       2019-07-09 
02:28:04.000000000 +0200
+++ new/kbackup-19.08.0/po/ca@valencia/kbackup.po       2019-08-09 
02:58:12.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-26 16:39+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/kbackup-19.04.3/po/cs/kbackup.po 
new/kbackup-19.08.0/po/cs/kbackup.po
--- old/kbackup-19.04.3/po/cs/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/cs/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-12-06 10:46+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/da/kbackup.po 
new/kbackup-19.08.0/po/da/kbackup.po
--- old/kbackup-19.04.3/po/da/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/da/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-07-18 22:27+0100\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/kbackup-19.04.3/po/de/kbackup.po 
new/kbackup-19.08.0/po/de/kbackup.po
--- old/kbackup-19.04.3/po/de/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/de/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-26 12:05+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/kbackup-19.04.3/po/el/kbackup.po 
new/kbackup-19.08.0/po/el/kbackup.po
--- old/kbackup-19.04.3/po/el/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/el/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-12-20 14:30+0200\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/en_GB/kbackup.po 
new/kbackup-19.08.0/po/en_GB/kbackup.po
--- old/kbackup-19.04.3/po/en_GB/kbackup.po     2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/en_GB/kbackup.po     2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-12-02 12:49+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/kbackup-19.04.3/po/es/kbackup.po 
new/kbackup-19.08.0/po/es/kbackup.po
--- old/kbackup-19.04.3/po/es/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/es/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: es\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-12-03 01:11+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/kbackup-19.04.3/po/eu/kbackup.po 
new/kbackup-19.08.0/po/eu/kbackup.po
--- old/kbackup-19.04.3/po/eu/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/eu/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-05-18 08:54+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/kbackup-19.04.3/po/fi/kbackup.po 
new/kbackup-19.08.0/po/fi/kbackup.po
--- old/kbackup-19.04.3/po/fi/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/fi/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-01-23 13:19+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/fr/kbackup.po 
new/kbackup-19.08.0/po/fr/kbackup.po
--- old/kbackup-19.04.3/po/fr/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/fr/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: fr\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-10-27 12:18+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/kbackup-19.04.3/po/gl/kbackup.po 
new/kbackup-19.08.0/po/gl/kbackup.po
--- old/kbackup-19.04.3/po/gl/kbackup.po        2019-07-09 02:28:04.000000000 
+0200
+++ new/kbackup-19.08.0/po/gl/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-03-02 13:31+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 18.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/ia/kbackup.po 
new/kbackup-19.08.0/po/ia/kbackup.po
--- old/kbackup-19.04.3/po/ia/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/ia/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-12-27 17:14+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/kbackup-19.04.3/po/it/kbackup.po 
new/kbackup-19.08.0/po/it/kbackup.po
--- old/kbackup-19.04.3/po/it/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/it/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-12-01 15:47+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/kbackup-19.04.3/po/ja/kbackup.po 
new/kbackup-19.08.0/po/ja/kbackup.po
--- old/kbackup-19.04.3/po/ja/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/ja/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-01-06 14:52-0800\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/ko/kbackup.po 
new/kbackup-19.08.0/po/ko/kbackup.po
--- old/kbackup-19.04.3/po/ko/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/ko/kbackup.po        2019-08-09 02:58:12.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-05-20 19:16+0200\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/kbackup-19.04.3/po/lt/kbackup.po 
new/kbackup-19.08.0/po/lt/kbackup.po
--- old/kbackup-19.04.3/po/lt/kbackup.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/kbackup-19.08.0/po/lt/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -0,0 +1,788 @@
+# Lithuanian translations for kbackup package.
+# Copyright (C) 2019 This file is copyright:
+# This file is distributed under the same license as the kbackup package.
+# Automatically generated, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kbackup\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
+"PO-Revision-Date: 2018-11-29 03:19+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: lt\n"
+"Language: lt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
+"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr ""
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr ""
+
+#: Archiver.cxx:427
+#, kde-format
+msgid "Nothing selected for backup"
+msgstr ""
+
+#: Archiver.cxx:433
+#, kde-format
+msgid "The target dir '%1' is not valid"
+msgstr ""
+
+#: Archiver.cxx:440
+#, kde-format
+msgid "The target dir '%1' must be a local file system dir and no remote URL"
+msgstr ""
+
+#: Archiver.cxx:453
+#, kde-format
+msgid ""
+"The target directory '%1' does not exist.\n"
+"\n"
+"Shall I create it?"
+msgstr ""
+
+#: Archiver.cxx:458
+#, kde-format
+msgid ""
+"Could not create the target directory '%1'.\n"
+"The operating system reports: %2"
+msgstr ""
+
+#: Archiver.cxx:465
+#, kde-format
+msgid "The target dir does not exist"
+msgstr ""
+
+#: Archiver.cxx:538
+#, kde-format
+msgid "...reducing number of kept archives to max. %1"
+msgstr ""
+
+#: Archiver.cxx:599
+#, kde-format
+msgid "...deleting %1"
+msgstr ""
+
+#: Archiver.cxx:623
+#, kde-format
+msgid ""
+"fetching directory listing of target failed. Can not reduce kept archives."
+msgstr ""
+
+#: Archiver.cxx:646
+#, kde-format
+msgid "Could not write backup timestamps into profile %1: %2"
+msgstr ""
+
+#: Archiver.cxx:650
+#, kde-format
+msgid "-- Filtered Files: %1"
+msgstr ""
+
+#: Archiver.cxx:653
+#, kde-format
+msgid "!! Backup finished <b>but files were skipped</b> !!"
+msgstr ""
+
+#: Archiver.cxx:655
+#, kde-format
+msgid "-- Backup successfully finished --"
+msgstr ""
+
+#: Archiver.cxx:661
+#, kde-format
+msgid ""
+"The backup has finished but files were skipped.\n"
+"What do you want to do now?"
+msgstr ""
+
+#: Archiver.cxx:663
+#, kde-format
+msgid ""
+"The backup has finished successfully.\n"
+"What do you want to do now?"
+msgstr ""
+
+#: Archiver.cxx:680
+#, kde-format
+msgid "Totals: Files: %1, Size: %2, Duration: %3"
+msgstr ""
+
+#: Archiver.cxx:691
+#, kde-format
+msgid "...Backup aborted!"
+msgstr ""
+
+#: Archiver.cxx:719
+#, kde-format
+msgid "Backup cancelled"
+msgstr ""
+
+#: Archiver.cxx:736
+#, kde-format
+msgid "...finished slice %1"
+msgstr ""
+
+#: Archiver.cxx:751
+#, kde-format
+msgid "...uploading archive %1 to %2"
+msgstr ""
+
+#: Archiver.cxx:769
+#, kde-format
+msgid "How shall we proceed with the upload?"
+msgstr ""
+
+#: Archiver.cxx:769
+#, kde-format
+msgid "Upload Failed"
+msgstr ""
+
+#: Archiver.cxx:770
+#, kde-format
+msgid "Retry"
+msgstr ""
+
+#: Archiver.cxx:770
+#, kde-format
+msgid "Change Target"
+msgstr ""
+
+#: Archiver.cxx:864
+#, kde-format
+msgid "The script '%1' could not be started."
+msgstr ""
+
+#: Archiver.cxx:903
+#, kde-format
+msgid "The medium is full. Please insert medium Nr. %1"
+msgstr ""
+
+#: Archiver.cxx:939
+#, kde-format
+msgid "The file '%1' can not be opened for writing."
+msgstr ""
+
+#: Archiver.cxx:943
+#, kde-format
+msgid ""
+"The file '%1' can not be opened for writing.\n"
+"\n"
+"Do you want to retry?"
+msgstr ""
+
+#: Archiver.cxx:969
+#, kde-format
+msgid "Could not write to archive. Maybe the medium is full."
+msgstr ""
+
+#: Archiver.cxx:973
+#, kde-format
+msgid ""
+"Could not write to archive.\n"
+"The operating system reports: %1"
+msgstr ""
+
+#: Archiver.cxx:992
+#, kde-format
+msgid "...skipping filtered directory %1"
+msgstr ""
+
+#: Archiver.cxx:1003
+#, kde-format
+msgid ""
+"Could not get information of directory: %1\n"
+"The operating system reports: %2"
+msgstr ""
+
+#: Archiver.cxx:1013
+#, kde-format
+msgid "Directory '%1' is not readable. Skipping."
+msgstr ""
+
+#: Archiver.cxx:1029
+#, kde-format
+msgid ""
+"Could not write directory '%1' to archive.\n"
+"Maybe the medium is full."
+msgstr ""
+
+#: Archiver.cxx:1150 Archiver.cxx:1231
+#, kde-format
+msgid ""
+"Could not get information of file: %1\n"
+"The operating system reports: %2"
+msgstr ""
+
+#: Archiver.cxx:1178 Archiver.cxx:1275
+#, kde-format
+msgid ""
+"Could not read from file '%1'\n"
+"The operating system reports: %2"
+msgstr ""
+
+#: Archiver.cxx:1245
+#, kde-format
+msgid "Could not open file '%1' for reading."
+msgstr ""
+
+#: Archiver.cxx:1308
+#, kde-format
+msgid "...archiving file %1"
+msgstr ""
+
+#: Archiver.cxx:1346
+#, kde-format
+msgid ""
+"Could not read file: %1\n"
+"The operating system reports: %2"
+msgstr ""
+
+#: Archiver.cxx:1360
+#, kde-format
+msgid ""
+"Could not create temporary file for compressing: %1\n"
+"The operating system reports: %2"
+msgstr ""
+
+#: Archiver.cxx:1385
+#, kde-format
+msgid "Could not write to temporary file"
+msgstr ""
+
+#: Archiver.cxx:1406
+#, kde-format
+msgid "...compressing file %1"
+msgstr ""
+
+#: Archiver.cxx:1450
+#, kde-format
+msgid "WARNING:"
+msgstr ""
+
+#. i18n: ectx: Menu (file)
+#: kbackupui.rc:4
+#, kde-format
+msgid "&File"
+msgstr ""
+
+#. i18n: ectx: Menu (settings)
+#: kbackupui.rc:12
+#, kde-format
+msgid "&Settings"
+msgstr ""
+
+#. i18n: ectx: property (windowTitle), widget (QWidget, MainWidgetBase)
+#: main.cxx:46 MainWidgetBase.ui:16
+#, kde-format
+msgid "KBackup"
+msgstr ""
+
+#: main.cxx:47
+#, kde-format
+msgid "An easy to use backup program"
+msgstr ""
+
+#: main.cxx:48
+#, kde-format
+msgid "(c) 2006 - 2018 Martin Koller"
+msgstr ""
+
+#: main.cxx:52
+#, kde-format
+msgid "Martin Koller"
+msgstr ""
+
+#: main.cxx:52
+#, kde-format
+msgid "Developer"
+msgstr ""
+
+#: main.cxx:63
+#, kde-format
+msgid "Start with given profile."
+msgstr ""
+
+#: main.cxx:65
+#, kde-format
+msgid "Script to run after finishing one archive slice."
+msgstr ""
+
+#: main.cxx:67
+#, kde-format
+msgid ""
+"Automatically run the backup with the given profile and terminate when done."
+msgstr ""
+
+#: main.cxx:70
+#, kde-format
+msgid ""
+"Automatically run the backup with the given profile in the background "
+"(without showing a window) and terminate when done."
+msgstr ""
+
+#: main.cxx:75
+#, kde-format
+msgid ""
+"In autobg mode be verbose and print every single filename during backup."
+msgstr ""
+
+#: main.cxx:78
+#, kde-format
+msgid ""
+"In auto/autobg mode force the backup to be a full backup instead of acting "
+"on the profile settings."
+msgstr ""
+
+#: main.cxx:152 MainWindow.cxx:209
+#, kde-format
+msgid "Could not open profile '%1' for reading: %2"
+msgstr ""
+
+#: MainWidget.cxx:68
+#, kde-format
+msgid "Incremental Backup"
+msgstr ""
+
+#: MainWidget.cxx:70
+#, kde-format
+msgid "Full Backup"
+msgstr ""
+
+#. i18n: ectx: property (specialValueText), widget (QSpinBox, numBackups)
+#. i18n: ectx: property (specialValueText), widget (QSpinBox, maxSliceSize)
+#: MainWidget.cxx:165 SettingsDialog.cxx:21 SettingsDialog.ui:67
+#: SettingsDialog.ui:136
+#, kde-format
+msgid "unlimited"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QPushButton, startButton)
+#: MainWidgetBase.ui:41 MainWindow.cxx:115
+#, kde-format
+msgid "Start Backup"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QPushButton, cancelButton)
+#: MainWidgetBase.ui:69 MainWindow.cxx:118
+#, kde-format
+msgid "Cancel Backup"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: MainWidgetBase.ui:92
+#, kde-format
+msgid "Next Backup:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, backupType)
+#: MainWidgetBase.ui:99
+#, kde-format
+msgid "TextLabel"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QCheckBox, forceFullBackup)
+#: MainWidgetBase.ui:106
+#, kde-format
+msgid "Force Full Backup"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox3)
+#: MainWidgetBase.ui:121
+#, kde-format
+msgid "Target"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, textLabel2)
+#: MainWidgetBase.ui:127
+#, kde-format
+msgid "Folder:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, sliceLabel)
+#: MainWidgetBase.ui:143
+#, kde-format
+msgid "Medium:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, sliceNum)
+#: MainWidgetBase.ui:165
+#, kde-format
+msgid "1"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, textLabel1)
+#. i18n: ectx: property (text), widget (QLabel, textLabel6)
+#: MainWidgetBase.ui:185 MainWidgetBase.ui:277
+#, kde-format
+msgid "Size:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, capacity)
+#: MainWidgetBase.ui:201
+#, kde-format
+msgid "0 MB"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox2)
+#: MainWidgetBase.ui:236
+#, kde-format
+msgid "Totals"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, textLabel4)
+#: MainWidgetBase.ui:248
+#, kde-format
+msgid "Files:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, totalFiles)
+#. i18n: ectx: property (text), widget (QLabel, totalSize)
+#: MainWidgetBase.ui:258 MainWidgetBase.ui:287
+#, kde-format
+msgid "0"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, totalSize_2)
+#: MainWidgetBase.ui:300
+#, kde-format
+msgid "MB"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, textLabel8)
+#: MainWidgetBase.ui:335
+#, kde-format
+msgid "Duration:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, elapsedTime)
+#: MainWidgetBase.ui:345
+#, kde-format
+msgid "00:00:00"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
+#: MainWidgetBase.ui:387
+#, kde-format
+msgid "Warnings:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, fileProgressLabel)
+#: MainWidgetBase.ui:413
+#, kde-format
+msgid "Progress:"
+msgstr ""
+
+#: MainWindow.cxx:58
+#, kde-format
+msgid "New Profile"
+msgstr ""
+
+#: MainWindow.cxx:62
+#, kde-format
+msgid "Load Profile..."
+msgstr ""
+
+#: MainWindow.cxx:66
+#, kde-format
+msgid "Save Profile"
+msgstr ""
+
+#: MainWindow.cxx:70
+#, kde-format
+msgid "Save Profile As..."
+msgstr ""
+
+#: MainWindow.cxx:74
+#, kde-format
+msgid "Profile Settings..."
+msgstr ""
+
+#: MainWindow.cxx:77
+#, kde-format
+msgid "Enable All Messages"
+msgstr ""
+
+#: MainWindow.cxx:79
+#, kde-format
+msgid "Dock in System Tray"
+msgstr ""
+
+#: MainWindow.cxx:83
+#, kde-format
+msgid "Show Hidden Files"
+msgstr ""
+
+#: MainWindow.cxx:145
+#, kde-format
+msgid "There is a backup in progress. Do you want to abort it?"
+msgstr ""
+
+#: MainWindow.cxx:187 MainWindow.cxx:233 MainWindow.cxx:250
+#, kde-format
+msgid "Select Profile"
+msgstr ""
+
+#: MainWindow.cxx:188 MainWindow.cxx:234 MainWindow.cxx:251
+#, kde-format
+msgid "KBackup Profile (*.kbp)"
+msgstr ""
+
+#: MainWindow.cxx:212 MainWindow.cxx:280
+#, kde-format
+msgid "Open failed"
+msgstr ""
+
+#: MainWindow.cxx:261
+#, kde-format
+msgid ""
+"The profile '%1' does already exist.\n"
+"Do you want to overwrite it?"
+msgstr ""
+
+#: MainWindow.cxx:264
+#, kde-format
+msgid "Profile exists"
+msgstr ""
+
+#: MainWindow.cxx:277
+#, kde-format
+msgid "Could not open profile '%1' for writing: %2"
+msgstr ""
+
+#: MainWindow.cxx:353
+#, kde-format
+msgid ""
+"Files: %1 Size: %2 MB\n"
+"%3"
+msgstr ""
+
+#: Selector.cxx:249
+#, kde-format
+msgid "Name"
+msgstr ""
+
+#: Selector.cxx:249
+#, kde-format
+msgid "Size"
+msgstr ""
+
+#: Selector.cxx:249
+#, kde-format
+msgid "Last Modified"
+msgstr ""
+
+#: Selector.cxx:293
+#, kde-format
+msgid "Open With"
+msgstr ""
+
+#: Selector.cxx:301
+#, kde-format
+msgid "Delete File"
+msgstr ""
+
+#: Selector.cxx:307
+#, kde-format
+msgid "Properties..."
+msgstr ""
+
+#: Selector.cxx:593
+#, kde-format
+msgid "Do you really want to delete '%1'?"
+msgstr ""
+
+#: Selector.cxx:594
+#, kde-format
+msgid "Delete"
+msgstr ""
+
+#: Selector.cxx:605
+#, kde-format
+msgid "Could not delete directory '%1'."
+msgstr ""
+
+#: Selector.cxx:614
+#, kde-format
+msgid ""
+"Could not delete file '%1'.\n"
+"Reason: %2"
+msgstr ""
+
+#: Selector.cxx:682
+#, kde-format
+msgid "Other Application..."
+msgstr ""
+
+#: Selector.cxx:684
+#, kde-format
+msgid "File Manager"
+msgstr ""
+
+#: SettingsDialog.cxx:22
+#, kde-format
+msgid "650 MB CD"
+msgstr ""
+
+#: SettingsDialog.cxx:23
+#, kde-format
+msgid "700 MB CD"
+msgstr ""
+
+#: SettingsDialog.cxx:24
+#, kde-format
+msgid "4.7 GB DVD"
+msgstr ""
+
+#: SettingsDialog.cxx:25
+#, kde-format
+msgid "8.5 GB DVD"
+msgstr ""
+
+#: SettingsDialog.cxx:26
+#, kde-format
+msgid "9.4 GB DVD"
+msgstr ""
+
+#: SettingsDialog.cxx:27
+#, kde-format
+msgid "17.1 GB DVD"
+msgstr ""
+
+#: SettingsDialog.cxx:28
+#, kde-format
+msgid "custom"
+msgstr ""
+
+#. i18n: ectx: property (windowTitle), widget (QDialog, SettingsDialog)
+#: SettingsDialog.ui:16
+#, kde-format
+msgid "Profile Settings"
+msgstr ""
+
+#. i18n: ectx: property (toolTip), widget (QCheckBox, mediaNeedsChange)
+#: SettingsDialog.ui:38
+#, kde-format
+msgid ""
+"Uncheck if you want to avoid a confirmation dialog to change the medium when "
+"a slice was finished"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QCheckBox, mediaNeedsChange)
+#: SettingsDialog.ui:41
+#, kde-format
+msgid "Target needs media change"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: SettingsDialog.ui:48
+#, kde-format
+msgid "Exclude Paths Filter:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: SettingsDialog.ui:57
+#, kde-format
+msgid "Number of full backups to keep"
+msgstr ""
+
+#. i18n: ectx: property (toolTip), widget (QSpinBox, numBackups)
+#: SettingsDialog.ui:64
+#, kde-format
+msgid ""
+"How many full backups shall be kept in the target directory before older "
+"ones will be deleted"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: SettingsDialog.ui:77
+#, kde-format
+msgid "Full Backup Interval"
+msgstr ""
+
+#. i18n: ectx: property (toolTip), widget (QSpinBox, fullBackupInterval)
+#: SettingsDialog.ui:84
+#, kde-format
+msgid "How often shall a full backup, instead of an incremental one, be done"
+msgstr ""
+
+#. i18n: ectx: property (specialValueText), widget (QSpinBox, 
fullBackupInterval)
+#: SettingsDialog.ui:87
+#, kde-format
+msgid "Every Day"
+msgstr ""
+
+#. i18n: ectx: property (suffix), widget (QSpinBox, fullBackupInterval)
+#: SettingsDialog.ui:90
+#, kde-format
+msgid " days"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, textLabel1)
+#: SettingsDialog.ui:105
+#, kde-format
+msgid "Archive Prefix:"
+msgstr ""
+
+#. i18n: ectx: property (toolTip), widget (QLineEdit, filter)
+#: SettingsDialog.ui:115
+#, kde-format
+msgid ""
+"Defines wildcards for filenames which will be ignored for backup, separated "
+"by a space. E.g.: \"*.ogg *.wav\""
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox2)
+#: SettingsDialog.ui:122
+#, kde-format
+msgid "Maximum Archive Size:"
+msgstr ""
+
+#. i18n: ectx: property (suffix), widget (QSpinBox, maxSliceSize)
+#: SettingsDialog.ui:139
+#, kde-format
+msgid " MB"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: SettingsDialog.ui:157
+#, kde-format
+msgid "Exclude Filename Filter:"
+msgstr ""
+
+#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, dirFilter)
+#: SettingsDialog.ui:164
+#, kde-format
+msgid ""
+"<html><head/><body><p>Defines a list of absolute path patterns which are "
+"used to filter complete directories,<br/>e.g. /home/*/.mozilla/*/Cache</p></"
+"body></html>"
+msgstr ""
+
+#. i18n: ectx: property (toolTip), widget (QCheckBox, compressFiles)
+#: SettingsDialog.ui:171
+#, kde-format
+msgid "Uncheck if you want to avoid compressing files at all"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QCheckBox, compressFiles)
+#: SettingsDialog.ui:174
+#, kde-format
+msgid "Compress Files"
+msgstr ""
+
+#. i18n: ectx: property (placeholderText), widget (QLineEdit, prefix)
+#: SettingsDialog.ui:181
+#, kde-format
+msgid "backup"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/nl/kbackup.po 
new/kbackup-19.08.0/po/nl/kbackup.po
--- old/kbackup-19.04.3/po/nl/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/nl/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-26 09:43+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/kbackup-19.04.3/po/nn/kbackup.po 
new/kbackup-19.08.0/po/nn/kbackup.po
--- old/kbackup-19.04.3/po/nn/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/nn/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-01-05 14:09+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/kbackup-19.04.3/po/pl/kbackup.po 
new/kbackup-19.08.0/po/pl/kbackup.po
--- old/kbackup-19.04.3/po/pl/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/pl/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-01-20 07:13+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/kbackup-19.04.3/po/pt/kbackup.po 
new/kbackup-19.08.0/po/pt/kbackup.po
--- old/kbackup-19.04.3/po/pt/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/pt/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: pt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-26 11:49+0000\n"
 "Last-Translator: Carlos Gonçalves <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
@@ -18,6 +18,7 @@
 "X-Generator: Lokalize 0.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-POFile-SpellExtra: KBackup Koller TextLabel GB kbp\n"
+"X-POFile-IgnoreConsistency: Name\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/pt_BR/kbackup.po 
new/kbackup-19.08.0/po/pt_BR/kbackup.po
--- old/kbackup-19.04.3/po/pt_BR/kbackup.po     2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/pt_BR/kbackup.po     2019-08-09 02:58:13.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2019-02-07 17:30-0200\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/kbackup-19.04.3/po/ru/kbackup.po 
new/kbackup-19.08.0/po/ru/kbackup.po
--- old/kbackup-19.04.3/po/ru/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/ru/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ru.po_[8daEob]\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-09-22 18:16+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/sk/kbackup.po 
new/kbackup-19.08.0/po/sk/kbackup.po
--- old/kbackup-19.04.3/po/sk/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/sk/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -4,13 +4,14 @@
 # Jozef Riha <[email protected]>, 2007, 2009.
 # Roman Paholik <[email protected]>, 2018.
 # Mthw <[email protected]>, 2019.
+# Matej Mrenica <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: KBackUp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
-"PO-Revision-Date: 2019-01-28 18:31+0100\n"
-"Last-Translator: Mthw <[email protected]>\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
+"PO-Revision-Date: 2019-07-11 14:30+0200\n"
+"Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +20,7 @@
 "X-Poedit-Language: Slovak\n"
 "X-Poedit-Country: SLOVAKIA\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -92,9 +93,9 @@
 "uchovávaných archívov."
 
 #: Archiver.cxx:646
-#, fuzzy, kde-format
+#, kde-format
 msgid "Could not write backup timestamps into profile %1: %2"
-msgstr "Nepodaril sa zápis do dočasného súboru"
+msgstr "Nepodaril sa zápis časového záznamu zálohy do profilu %1: %2"
 
 #: Archiver.cxx:650
 #, kde-format
@@ -252,12 +253,12 @@
 "Operačný systém hlási: %2"
 
 #: Archiver.cxx:1178 Archiver.cxx:1275
-#, fuzzy, kde-format
+#, kde-format
 msgid ""
 "Could not read from file '%1'\n"
 "The operating system reports: %2"
 msgstr ""
-"Nemožno prečítať súbor: %1\n"
+"Nemožno prečítať súbor: '%1'\n"
 "Operačný systém hlási: %2"
 
 #: Archiver.cxx:1245
@@ -386,9 +387,9 @@
 msgstr "Nepodarilo sa otvoriť profil  '%1' na čítanie: %2"
 
 #: MainWidget.cxx:68
-#, fuzzy, kde-format
+#, kde-format
 msgid "Incremental Backup"
-msgstr "Zrušiť zálohovanie"
+msgstr "Prírastková záloha"
 
 #: MainWidget.cxx:70
 #, kde-format
@@ -732,7 +733,7 @@
 #: SettingsDialog.ui:48
 #, kde-format
 msgid "Exclude Paths Filter:"
-msgstr ""
+msgstr "Filter na vynechanie ciest:"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: SettingsDialog.ui:57
@@ -758,9 +759,9 @@
 
 #. i18n: ectx: property (toolTip), widget (QSpinBox, fullBackupInterval)
 #: SettingsDialog.ui:84
-#, fuzzy, kde-format
+#, kde-format
 msgid "How often shall a full backup, instead of an incremental one, be done"
-msgstr "Ako často sa má robyť úplná záloha namiesto"
+msgstr "Ako často sa má robiť úplná záloha, namiesto prírastkovej"
 
 #. i18n: ectx: property (specialValueText), widget (QSpinBox, 
fullBackupInterval)
 #: SettingsDialog.ui:87
@@ -804,7 +805,7 @@
 #: SettingsDialog.ui:157
 #, kde-format
 msgid "Exclude Filename Filter:"
-msgstr ""
+msgstr "Filter na vynechanie súborov:"
 
 #. i18n: ectx: property (toolTip), widget (QPlainTextEdit, dirFilter)
 #: SettingsDialog.ui:164
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/po/sv/kbackup.po 
new/kbackup-19.08.0/po/sv/kbackup.po
--- old/kbackup-19.04.3/po/sv/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/sv/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: sv\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-27 07:27+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/kbackup-19.04.3/po/uk/kbackup.po 
new/kbackup-19.08.0/po/uk/kbackup.po
--- old/kbackup-19.04.3/po/uk/kbackup.po        2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/uk/kbackup.po        2019-08-09 02:58:13.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: 2018-11-26 07:51+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/kbackup-19.04.3/po/zh_CN/kbackup.po 
new/kbackup-19.08.0/po/zh_CN/kbackup.po
--- old/kbackup-19.04.3/po/zh_CN/kbackup.po     2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/zh_CN/kbackup.po     2019-08-09 02:58:13.000000000 
+0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
-"PO-Revision-Date: 2019-06-02 13:20\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
+"PO-Revision-Date: 2019-07-18 15:16\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/kbackup-19.04.3/po/zh_TW/kbackup.po 
new/kbackup-19.08.0/po/zh_TW/kbackup.po
--- old/kbackup-19.04.3/po/zh_TW/kbackup.po     2019-07-09 02:28:05.000000000 
+0200
+++ new/kbackup-19.08.0/po/zh_TW/kbackup.po     2019-08-09 02:58:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:12+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/src/SettingsDialog.ui 
new/kbackup-19.08.0/src/SettingsDialog.ui
--- old/kbackup-19.04.3/src/SettingsDialog.ui   2019-07-06 11:34:45.000000000 
+0200
+++ new/kbackup-19.08.0/src/SettingsDialog.ui   2019-08-09 02:11:44.000000000 
+0200
@@ -142,7 +142,7 @@
            <number>0</number>
           </property>
           <property name="maximum">
-           <number>4096</number>
+           <number>999999</number>
           </property>
          </widget>
         </item>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-19.04.3/src/org.kde.kbackup.appdata.xml 
new/kbackup-19.08.0/src/org.kde.kbackup.appdata.xml
--- old/kbackup-19.04.3/src/org.kde.kbackup.appdata.xml 2019-07-06 
11:34:45.000000000 +0200
+++ new/kbackup-19.08.0/src/org.kde.kbackup.appdata.xml 2019-08-09 
02:11:44.000000000 +0200
@@ -132,6 +132,7 @@
       <li xml:lang="pl">Używanie plików profili z podanymi katalogami i 
plikami do wykonania lub wykluczenia z kopii zapasowej</li>
       <li xml:lang="pt">Uso de ficheiros de perfis com definições das pastas e 
ficheiros a incluir ou excluir na cópia de segurança</li>
       <li xml:lang="pt-BR">Uso de arquivos de perfis com definições das pastas 
e arquivos a serem incluídos ou excluídos na cópia de segurança</li>
+      <li xml:lang="sk">Používanie súborov s definíciami pre priečinky a 
súbory, ktoré sa majú zahrnúť alebo vynechať do zálohy</li>
       <li xml:lang="sv">Använder profilfiler med definitioner av kataloger och 
filer som ska  inkluderas i eller exkluderas från säkerhetskopieringen</li>
       <li xml:lang="uk">Використання файлів профілів із визначеннями тек і 
файлів, які буде включено і виключено із переліку резервного копіювання</li>
       <li xml:lang="x-test">xxUsing profile files with definitions for Folders 
and files to be included or excluded from the backupxx</li>
@@ -181,6 +182,7 @@
       <li xml:lang="pl">Wykonywanie zautomatyzowanych kopii zapasowych bez 
używania graficznego interfejsu użytkownika</li>
       <li xml:lang="pt">Execução de cópias de segurança automatizadas sem usar 
uma interface gráfica</li>
       <li xml:lang="pt-BR">Execução de cópias de segurança automatizadas sem 
usar uma interface gráfica</li>
+      <li xml:lang="sk">Spúšťanie automatizovaných záloh bez použitia 
grafického používateľského prostredia</li>
       <li xml:lang="sv">Kör automatiserade säkerhetskopieringar utan att 
använda ett grafiskt användargränssnitt</li>
       <li xml:lang="uk">Виконання автоматизованого створення резервних копій 
без використання графічного інтерфейсу користувача</li>
       <li xml:lang="x-test">xxRunning automated backups without using a 
graphical user interfacexx</li>


Reply via email to