Hello community,

here is the log from the commit of package purpose for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/purpose (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.purpose.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "purpose"

Tue May 12 11:39:26 2020 rev:38 rq:802213 version:5.70.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/purpose/purpose.changes        2020-04-21 
19:06:37.171878497 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.purpose.new.2738/purpose.changes      
2020-05-12 11:39:59.216700606 +0200
@@ -1,0 +2,9 @@
+Sun May  3 09:40:19 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- No code change since 5.69.0
+
+-------------------------------------------------------------------

Old:
----
  purpose-5.69.0.tar.xz
  purpose-5.69.0.tar.xz.sig

New:
----
  purpose-5.70.0.tar.xz
  purpose-5.70.0.tar.xz.sig

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

Other differences:
------------------
++++++ purpose.spec ++++++
--- /var/tmp/diff_new_pack.dcqf03/_old  2020-05-12 11:39:59.620701455 +0200
+++ /var/tmp/diff_new_pack.dcqf03/_new  2020-05-12 11:39:59.624701463 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           purpose
-Version:        5.69.0
+Version:        5.70.0
 Release:        0
 Summary:        Framework to integrate services and actions in applications
 License:        LGPL-2.1-or-later


++++++ purpose-5.69.0.tar.xz -> purpose-5.70.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/CMakeLists.txt 
new/purpose-5.70.0/CMakeLists.txt
--- old/purpose-5.69.0/CMakeLists.txt   2020-04-05 01:07:25.000000000 +0200
+++ new/purpose-5.70.0/CMakeLists.txt   2020-05-03 00:25:20.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.69.0 REQUIRED NO_MODULE)
+find_package(ECM 5.70.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -22,8 +22,8 @@
 include(ECMMarkNonGuiExecutable)
 include(ECMQtDeclareLoggingCategory)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 
 find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/libpurpose_quick.po 
new/purpose-5.70.0/po/en_GB/libpurpose_quick.po
--- old/purpose-5.69.0/po/en_GB/libpurpose_quick.po     2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/libpurpose_quick.po     2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-05-20 02:59+0200\n"
 "PO-Revision-Date: 2016-09-11 17:31+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/libpurpose_widgets.po 
new/purpose-5.70.0/po/en_GB/libpurpose_widgets.po
--- old/purpose-5.69.0/po/en_GB/libpurpose_widgets.po   2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/libpurpose_widgets.po   2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-06-24 02:53+0200\n"
 "PO-Revision-Date: 2019-08-03 16:09+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose-fileitemaction.po 
new/purpose-5.70.0/po/en_GB/purpose-fileitemaction.po
--- old/purpose-5.69.0/po/en_GB/purpose-fileitemaction.po       2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose-fileitemaction.po       2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-06-23 02:56+0200\n"
 "PO-Revision-Date: 2019-03-24 19:22+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_bluetooth.po 
new/purpose-5.70.0/po/en_GB/purpose_bluetooth.po
--- old/purpose-5.69.0/po/en_GB/purpose_bluetooth.po    2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_bluetooth.po    2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-09-08 02:57+0200\n"
 "PO-Revision-Date: 2019-08-03 16:09+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_email.po 
new/purpose-5.70.0/po/en_GB/purpose_email.po
--- old/purpose-5.69.0/po/en_GB/purpose_email.po        2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_email.po        2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2017-12-28 11:59+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_imgur.po 
new/purpose-5.70.0/po/en_GB/purpose_imgur.po
--- old/purpose-5.69.0/po/en_GB/purpose_imgur.po        2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_imgur.po        2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2017-03-05 10:58+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_kdeconnect.po 
new/purpose-5.70.0/po/en_GB/purpose_kdeconnect.po
--- old/purpose-5.69.0/po/en_GB/purpose_kdeconnect.po   2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_kdeconnect.po   2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-09-08 02:57+0200\n"
 "PO-Revision-Date: 2018-06-30 13:29+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_kdeconnectsms.po 
new/purpose-5.70.0/po/en_GB/purpose_kdeconnectsms.po
--- old/purpose-5.69.0/po/en_GB/purpose_kdeconnectsms.po        2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_kdeconnectsms.po        2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2019-03-24 19:21+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_ktp-sendfile.po 
new/purpose-5.70.0/po/en_GB/purpose_ktp-sendfile.po
--- old/purpose-5.69.0/po/en_GB/purpose_ktp-sendfile.po 2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_ktp-sendfile.po 2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2016-09-11 17:31+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_nextcloud.po 
new/purpose-5.70.0/po/en_GB/purpose_nextcloud.po
--- old/purpose-5.69.0/po/en_GB/purpose_nextcloud.po    2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_nextcloud.po    2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2020-03-03 02:59+0100\n"
 "PO-Revision-Date: 2018-06-30 13:46+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_pastebin.po 
new/purpose-5.70.0/po/en_GB/purpose_pastebin.po
--- old/purpose-5.69.0/po/en_GB/purpose_pastebin.po     2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_pastebin.po     2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2016-09-11 17:31+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_phabricator.po 
new/purpose-5.70.0/po/en_GB/purpose_phabricator.po
--- old/purpose-5.69.0/po/en_GB/purpose_phabricator.po  2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_phabricator.po  2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2020-01-08 03:00+0100\n"
 "PO-Revision-Date: 2018-06-30 13:46+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_reviewboard.po 
new/purpose-5.70.0/po/en_GB/purpose_reviewboard.po
--- old/purpose-5.69.0/po/en_GB/purpose_reviewboard.po  2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_reviewboard.po  2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-05-20 02:59+0200\n"
 "PO-Revision-Date: 2016-09-11 17:29+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_saveas.po 
new/purpose-5.70.0/po/en_GB/purpose_saveas.po
--- old/purpose-5.69.0/po/en_GB/purpose_saveas.po       2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_saveas.po       2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2018-06-30 13:46+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/en_GB/purpose_youtube.po 
new/purpose-5.70.0/po/en_GB/purpose_youtube.po
--- old/purpose-5.69.0/po/en_GB/purpose_youtube.po      2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/en_GB/purpose_youtube.po      2020-05-03 
00:25:20.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-08-15 02:40+0200\n"
 "PO-Revision-Date: 2018-06-30 13:46+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/ko/purpose_youtube.po 
new/purpose-5.70.0/po/ko/purpose_youtube.po
--- old/purpose-5.69.0/po/ko/purpose_youtube.po 2020-04-05 01:07:25.000000000 
+0200
+++ new/purpose-5.70.0/po/ko/purpose_youtube.po 2020-05-03 00:25:20.000000000 
+0200
@@ -40,7 +40,7 @@
 #: youtubeplugin_config.qml:70
 #, kde-format
 msgid "Tags:"
-msgstr "태그"
+msgstr "태그:"
 
 #: youtubeplugin_config.qml:74
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/pl/libpurpose_widgets.po 
new/purpose-5.70.0/po/pl/libpurpose_widgets.po
--- old/purpose-5.69.0/po/pl/libpurpose_widgets.po      2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/pl/libpurpose_widgets.po      2020-05-03 
00:25:20.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz <[email protected]>, 2015, 2018, 2019.
+# Łukasz Wojniłowicz <[email protected]>, 2015, 2018, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-24 02:53+0200\n"
-"PO-Revision-Date: 2019-07-07 07:35+0200\n"
+"PO-Revision-Date: 2020-04-19 09:09+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 
 #: JobDialog.qml:43 JobDialog.qml:100
 #, kde-format
@@ -31,4 +31,4 @@
 #: JobDialog.qml:97
 #, kde-format
 msgid "Cancel"
-msgstr "Zaniechaj"
+msgstr "Anuluj"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/ru/purpose_phabricator.po 
new/purpose-5.70.0/po/ru/purpose_phabricator.po
--- old/purpose-5.69.0/po/ru/purpose_phabricator.po     2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/ru/purpose_phabricator.po     2020-05-03 
00:25:20.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-08 03:00+0100\n"
-"PO-Revision-Date: 2020-03-17 21:14+0300\n"
+"PO-Revision-Date: 2020-04-11 16:54+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -47,7 +47,7 @@
 #: phabricatorplugin.cpp:67 phabricatorplugin_config.qml:66
 #, kde-format
 msgid "unknown"
-msgstr ""
+msgstr "неизвестно"
 
 #: phabricatorplugin.cpp:69
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/sk/purpose_kdeconnect.po 
new/purpose-5.70.0/po/sk/purpose_kdeconnect.po
--- old/purpose-5.69.0/po/sk/purpose_kdeconnect.po      2020-04-05 
01:07:25.000000000 +0200
+++ new/purpose-5.70.0/po/sk/purpose_kdeconnect.po      2020-05-03 
00:25:20.000000000 +0200
@@ -1,26 +1,27 @@
 # translation of purpose_kdeconnect.po to Slovak
 # Roman Paholik <[email protected]>, 2018.
+# Dusan Kazik <[email protected]>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: purpose_kdeconnect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-08 02:57+0200\n"
-"PO-Revision-Date: 2018-06-03 21:38+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+"PO-Revision-Date: 2020-04-06 09:40+0200\n"
+"Last-Translator: Dusan Kazik <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.12.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: kdeconnectplugin_config.qml:33
 #, kde-format
 msgid "Choose a device to send to:"
-msgstr "Vyberte zariadenie na odosanie:"
+msgstr "Vyberte zariadenie, do ktorého sa má odoslať:"
 
 #: kdeconnectplugin_config.qml:70
 #, kde-format
 msgid "No devices found"
-msgstr "Nenašli sa zariadenia"
+msgstr "Nenašli sa žiadne zariadenia"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.69.0/po/sq/purpose_youtube.po 
new/purpose-5.70.0/po/sq/purpose_youtube.po
--- old/purpose-5.69.0/po/sq/purpose_youtube.po 1970-01-01 01:00:00.000000000 
+0100
+++ new/purpose-5.70.0/po/sq/purpose_youtube.po 2020-05-03 00:25:20.000000000 
+0200
@@ -0,0 +1,53 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the purpose package.
+#
+# Agron Selimaj <[email protected]>, 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: purpose\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-08-15 02:40+0200\n"
+"PO-Revision-Date: 2020-04-14 01:12-0400\n"
+"Last-Translator: Agron Selimaj <[email protected]>\n"
+"Language-Team: sq\n"
+"Language: sq\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 19.12.3\n"
+
+#: youtubejobcomposite.cpp:51
+#, kde-format
+msgid "No YouTube account configured in your accounts."
+msgstr "Në llogaritë tuaja nuk keni asnjë llogari për YouTube"
+
+#: youtubeplugin_config.qml:41
+#, kde-format
+msgid "Account:"
+msgstr "Llogaria:"
+
+#: youtubeplugin_config.qml:63
+#, kde-format
+msgid "Title:"
+msgstr "Titulli:"
+
+#: youtubeplugin_config.qml:67
+#, kde-format
+msgid "Enter a title for the video..."
+msgstr "Shkruani një titull për këtë video..."
+
+#: youtubeplugin_config.qml:70
+#, kde-format
+msgid "Tags:"
+msgstr "Etiketat:"
+
+#: youtubeplugin_config.qml:74
+#, kde-format
+msgid "KDE, Kamoso"
+msgstr "KDE, Kamoso"
+
+#: youtubeplugin_config.qml:77
+#, kde-format
+msgid "Description:"
+msgstr "Përshkrimi:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.69.0/src/plugins/kdeconnect/kdeconnectplugin.json 
new/purpose-5.70.0/src/plugins/kdeconnect/kdeconnectplugin.json
--- old/purpose-5.69.0/src/plugins/kdeconnect/kdeconnectplugin.json     
2020-04-05 01:07:25.000000000 +0200
+++ new/purpose-5.70.0/src/plugins/kdeconnect/kdeconnectplugin.json     
2020-05-03 00:25:20.000000000 +0200
@@ -47,7 +47,7 @@
         "Description[ca]": "Envia a través del KDE Connect",
         "Description[cs]": "Poslat přes KDE Connect",
         "Description[da]": "Send via KDE Connect",
-        "Description[de]": "Mit KDE-Connect versenden",
+        "Description[de]": "Mit KDE Connect versenden",
         "Description[el]": "Αποστολή μέσω KDE Connect",
         "Description[en_GB]": "Send through KDE Connect",
         "Description[es]": "Enviar a través de KDE Connect",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.69.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json 
new/purpose-5.70.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json
--- old/purpose-5.69.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json      
2020-04-05 01:07:25.000000000 +0200
+++ new/purpose-5.70.0/src/plugins/kdeconnect_sms/kdeconnectsmsplugin.json      
2020-05-03 00:25:20.000000000 +0200
@@ -44,7 +44,7 @@
         "Description[ca]": "Envia un SMS a través del KDE Connect",
         "Description[cs]": "Poslat SMS přes KDE Connect",
         "Description[da]": "Send sms via KDE Connect",
-        "Description[de]": "SMS mit KDE-Connect versenden",
+        "Description[de]": "SMS mit KDE Connect versenden",
         "Description[en_GB]": "Send SMS via KDE Connect",
         "Description[es]": "Enviar SMS a través de KDE Connect",
         "Description[et]": "SMS-i saatmine KDE Connecti abil",
@@ -78,7 +78,7 @@
         "Name[ca]": "Envia un SMS a través del KDE Connect",
         "Name[cs]": "Poslat SMS přes KDE Connect",
         "Name[da]": "Send sms via KDE Connect",
-        "Name[de]": "SMS mit KDE-Connect versenden",
+        "Name[de]": "SMS mit KDE Connect versenden",
         "Name[en_GB]": "Send SMS via KDE Connect",
         "Name[es]": "Enviar SMS a través de KDE Connect",
         "Name[et]": "SMS-i saatmine KDE Connecti abil",
@@ -110,7 +110,7 @@
         "X-Purpose-ActionDisplay[ca]": "Envia un SMS a través del KDE 
Connect...",
         "X-Purpose-ActionDisplay[cs]": "Poslat SMS přes KDE Connect...",
         "X-Purpose-ActionDisplay[da]": "Send sms via KDE Connect...",
-        "X-Purpose-ActionDisplay[de]": "SMS mit KDE-Connect versenden ...",
+        "X-Purpose-ActionDisplay[de]": "SMS mit KDE Connect versenden ...",
         "X-Purpose-ActionDisplay[en_GB]": "Send SMS via KDE Connect...",
         "X-Purpose-ActionDisplay[es]": "Enviar SMS a través de KDE Connect...",
         "X-Purpose-ActionDisplay[et]": "Saada SMS KDE Connecti abil ...",


Reply via email to