Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2020-12-15 12:29:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and      /work/SRC/openSUSE:Factory/.purpose.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "purpose"

Tue Dec 15 12:29:59 2020 rev:42 rq:855474 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2020-11-23 
10:40:54.502028910 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.2328/purpose.changes        
2020-12-15 12:32:25.348098834 +0100
@@ -1,0 +2,12 @@
+Mon Dec  7 17:14:54 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- Changes since 5.76.0:
+  * Remove unused include
+  * [bluetooth] Fix sharing multiple files (kde#429620)
+  * Read translated plugin action label (kde#429510)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ purpose.spec ++++++
--- /var/tmp/diff_new_pack.ZNBHxR/_old  2020-12-15 12:32:26.248099560 +0100
+++ /var/tmp/diff_new_pack.ZNBHxR/_new  2020-12-15 12:32:26.252099563 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.76
+%define _tar_path 5.77
 # 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.76.0
+Version:        5.77.0
 Release:        0
 Summary:        Framework to integrate services and actions in applications
 License:        LGPL-2.1-or-later
@@ -50,12 +50,12 @@
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5Gui) >= 5.12.0
-BuildRequires:  cmake(Qt5Network) >= 5.12.0
-BuildRequires:  cmake(Qt5Qml) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5Gui) >= 5.13.0
+BuildRequires:  cmake(Qt5Network) >= 5.13.0
+BuildRequires:  cmake(Qt5Qml) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.13.0
 Requires:       kdeclarative-components >= %{_kf5_bugfix_version}
 Requires:       libKF5QuickAddons5 >= %{_kf5_bugfix_version}
 Requires:       libqt5-qtquickcontrols2


++++++ purpose-5.76.0.tar.xz -> purpose-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/CMakeLists.txt 
new/purpose-5.77.0/CMakeLists.txt
--- old/purpose-5.76.0/CMakeLists.txt   2020-11-07 13:21:28.000000000 +0100
+++ new/purpose-5.77.0/CMakeLists.txt   2020-12-05 14:01:46.000000000 +0100
@@ -2,11 +2,11 @@
 
 project(Purpose)
 
-find_package(ECM 5.76.0 REQUIRED NO_MODULE)
+find_package(ECM 5.77.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Qml Gui DBus 
Widgets Network Test)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -23,8 +23,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMGenerateQmlTypes)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.77.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.76.0/po/az/purpose-fileitemaction.po 
new/purpose-5.77.0/po/az/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/az/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/az/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2020-05-02 23:12+0400\n"
 "Last-Translator: Xəyyam <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 20.04.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Paylaş"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Paylaşmada səhv"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ca/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ca/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ca/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ca/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 20:25+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -20,12 +20,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Comparteix"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Error en compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.76.0/po/ca@valencia/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ca@valencia/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ca@valencia/purpose-fileitemaction.po 2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ca@valencia/purpose-fileitemaction.po 2020-12-05 
14:01:46.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 20:25+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -20,12 +20,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Comparteix"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Error en compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/cs/purpose-fileitemaction.po 
new/purpose-5.77.0/po/cs/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/cs/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/cs/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-07-31 13:52+0200\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 19.04.3\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Sdílet"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Chyba při sdílení"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/da/purpose-fileitemaction.po 
new/purpose-5.77.0/po/da/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/da/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/da/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-05-07 12:28+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Del"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Fejl ved deling"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/de/purpose-fileitemaction.po 
new/purpose-5.77.0/po/de/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/de/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/de/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-08-09 03:55+0200\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 18.12.3\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Teilen"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Fehler beim Teilen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/el/purpose-fileitemaction.po 
new/purpose-5.77.0/po/el/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/el/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/el/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2020-10-21 12:20+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 20.04.2\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Διαμοιρασμός"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Σφάλμα διαμοιρασμού"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/en_GB/purpose-fileitemaction.po 
new/purpose-5.77.0/po/en_GB/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/en_GB/purpose-fileitemaction.po       2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/en_GB/purpose-fileitemaction.po       2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-03-24 19:22+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.07.70\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Share"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Error sharing"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/es/purpose-fileitemaction.po 
new/purpose-5.77.0/po/es/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/es/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/es/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 20:14+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -19,12 +19,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 18.12.2\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Compartir"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Se ha producido un error al compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/et/purpose-fileitemaction.po 
new/purpose-5.77.0/po/et/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/et/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/et/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-11-08 19:08+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.08.1\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Jaga"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Tõrge jagamisel"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/eu/purpose-fileitemaction.po 
new/purpose-5.77.0/po/eu/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/eu/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/eu/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-04-29 00:00+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
@@ -21,12 +21,12 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Partekatu"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Errorea partekatzean"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/fi/purpose-fileitemaction.po 
new/purpose-5.77.0/po/fi/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/fi/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/fi/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-03-18 20:22+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 18.12.3\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Jaa"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Virhe jaettaessa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/fr/purpose-fileitemaction.po 
new/purpose-5.77.0/po/fr/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/fr/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/fr/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-03-06 13:02+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
@@ -17,12 +17,12 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Partager"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Erreur lors du partage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/gl/purpose-fileitemaction.po 
new/purpose-5.77.0/po/gl/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/gl/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/gl/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-23 09:12+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -16,12 +16,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Compartir"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Erro ao compartir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/hu/purpose-fileitemaction.po 
new/purpose-5.77.0/po/hu/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/hu/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/hu/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-11-12 19:41+0100\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -18,12 +18,12 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 20.03.70\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Megosztás"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Hiba a megosztáskor"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ia/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ia/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ia/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ia/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-12-24 23:10+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Comparti"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Compartir de error"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/id/purpose-fileitemaction.po 
new/purpose-5.77.0/po/id/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/id/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/id/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-25 20:53+0700\n"
 "Last-Translator: wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
@@ -16,12 +16,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Bagikan"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Error berbagi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/it/purpose-fileitemaction.po 
new/purpose-5.77.0/po/it/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/it/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/it/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-28 09:43+0100\n"
 "Last-Translator: Paolo Zamponi <zapa...@email.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 18.12.2\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Condivisione"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Errore di condivisione"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ja/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ja/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ja/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ja/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2018-07-06 20:14-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -14,12 +14,12 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr ""
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ko/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ko/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ko/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ko/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-04-12 00:47+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "공유"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "공유 오류"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/lt/purpose-fileitemaction.po 
new/purpose-5.77.0/po/lt/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/lt/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/lt/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-07-11 20:46+0300\n"
 "Last-Translator: Moo\n"
 "Language-Team: lt\n"
@@ -19,12 +19,12 @@
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
 "X-Generator: Poedit 2.2.1\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Bendrinti"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Klaida bendrinant"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ml/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ml/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ml/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ml/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-06-23 02:56+0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
@@ -18,12 +18,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr ""
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ml/purpose_bluetooth.po 
new/purpose-5.77.0/po/ml/purpose_bluetooth.po
--- old/purpose-5.76.0/po/ml/purpose_bluetooth.po       2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ml/purpose_bluetooth.po       2020-12-05 
14:01:46.000000000 +0100
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 3.9.1\n"
 
 #: bluetoothplugin_config.qml:23
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ml/purpose_kdeconnect.po 
new/purpose-5.77.0/po/ml/purpose_kdeconnect.po
--- old/purpose-5.76.0/po/ml/purpose_kdeconnect.po      2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ml/purpose_kdeconnect.po      2020-12-05 
14:01:46.000000000 +0100
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 3.9.1\n"
 
 #: kdeconnectplugin_config.qml:22
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ml/purpose_phabricator.po 
new/purpose-5.77.0/po/ml/purpose_phabricator.po
--- old/purpose-5.76.0/po/ml/purpose_phabricator.po     2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ml/purpose_phabricator.po     2020-12-05 
14:01:46.000000000 +0100
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 3.9.1\n"
 
 #: phabricatorjobs.cpp:61 phabricatorjobs.cpp:204
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/nl/purpose-fileitemaction.po 
new/purpose-5.77.0/po/nl/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/nl/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/nl/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 11:11+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 18.12.2\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Delen"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Fout bij delen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/nn/purpose-fileitemaction.po 
new/purpose-5.77.0/po/nn/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/nn/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/nn/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-03-09 23:08+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
@@ -19,12 +19,12 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Del"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Feil ved deling"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/pl/purpose-fileitemaction.po 
new/purpose-5.77.0/po/pl/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/pl/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/pl/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-03-02 06:03+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -18,12 +18,12 @@
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 19.03.70\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Udostępnij"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Błąd udostępniania"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/pt/purpose-fileitemaction.po 
new/purpose-5.77.0/po/pt/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/pt/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/pt/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-25 00:35+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -12,12 +12,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Partilhar"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Erro na partilha"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/pt_BR/purpose-fileitemaction.po 
new/purpose-5.77.0/po/pt_BR/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/pt_BR/purpose-fileitemaction.po       2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/pt_BR/purpose-fileitemaction.po       2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 14:43-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -19,12 +19,12 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 18.12.2\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Compartilhar"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Erro ao compartilhar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/ru/purpose-fileitemaction.po 
new/purpose-5.77.0/po/ru/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/ru/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/ru/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-08-31 11:50+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -18,12 +18,12 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 19.08.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Поделиться"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Ошибка публикации"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/sk/purpose-fileitemaction.po 
new/purpose-5.77.0/po/sk/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/sk/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/sk/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-07-05 10:43+0200\n"
 "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -16,12 +16,12 @@
 "X-Generator: Lokalize 19.04.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Zdieľať"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Chyba zdieľania"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/sl/purpose-fileitemaction.po 
new/purpose-5.77.0/po/sl/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/sl/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/sl/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2020-01-23 15:59+0100\n"
 "Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -19,12 +19,12 @@
 "%100==4 ? 3 : 0);\n"
 "X-Generator: Poedit 2.2.4\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Deli z drugimi"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Napaka pri deljenju"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/sv/purpose-fileitemaction.po 
new/purpose-5.77.0/po/sv/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/sv/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/sv/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 16:34+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Dela"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Fel vid delning"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/tg/purpose-fileitemaction.po 
new/purpose-5.77.0/po/tg/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/tg/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/tg/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-08-16 18:46+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: English <kde-i18n-...@kde.org>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.04.3\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Мубодила кардан"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Хатои мубодила"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/uk/purpose-fileitemaction.po 
new/purpose-5.77.0/po/uk/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/uk/purpose-fileitemaction.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/uk/purpose-fileitemaction.po  2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: purpose-fileitemaction\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-22 06:28+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -20,12 +20,12 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 19.03.70\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "Оприлюднити"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "Помилка під час спроби оприлюднити"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.77.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.76.0/po/zh_CN/libpurpose_quick.po     2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/libpurpose_quick.po     2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-09-01 02:12+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.77.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.76.0/po/zh_CN/libpurpose_widgets.po   2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/libpurpose_widgets.po   2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-29 02:10+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose-fileitemaction.po 
new/purpose-5.77.0/po/zh_CN/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/zh_CN/purpose-fileitemaction.po       2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose-fileitemaction.po       2020-12-05 
14:01:46.000000000 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -22,12 +22,12 @@
 "X-Crowdin-File: /kf5-trunk/messages/purpose/purpose-fileitemaction.pot\n"
 "X-Crowdin-File-ID: 7187\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "分享"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "分享时出错"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_bluetooth.po 
new/purpose-5.77.0/po/zh_CN/purpose_bluetooth.po
--- old/purpose-5.76.0/po/zh_CN/purpose_bluetooth.po    2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_bluetooth.po    2020-12-05 
14:01:46.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_email.po 
new/purpose-5.77.0/po/zh_CN/purpose_email.po
--- old/purpose-5.76.0/po/zh_CN/purpose_email.po        2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_email.po        2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_imgur.po 
new/purpose-5.77.0/po/zh_CN/purpose_imgur.po
--- old/purpose-5.76.0/po/zh_CN/purpose_imgur.po        2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_imgur.po        2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_kdeconnect.po 
new/purpose-5.77.0/po/zh_CN/purpose_kdeconnect.po
--- old/purpose-5.76.0/po/zh_CN/purpose_kdeconnect.po   2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_kdeconnect.po   2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_kdeconnectsms.po 
new/purpose-5.77.0/po/zh_CN/purpose_kdeconnectsms.po
--- old/purpose-5.76.0/po/zh_CN/purpose_kdeconnectsms.po        2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_kdeconnectsms.po        2020-12-05 
14:01:46.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_ktp-sendfile.po 
new/purpose-5.77.0/po/zh_CN/purpose_ktp-sendfile.po
--- old/purpose-5.76.0/po/zh_CN/purpose_ktp-sendfile.po 2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_ktp-sendfile.po 2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_nextcloud.po 
new/purpose-5.77.0/po/zh_CN/purpose_nextcloud.po
--- old/purpose-5.76.0/po/zh_CN/purpose_nextcloud.po    2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_nextcloud.po    2020-12-05 
14:01:46.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_pastebin.po 
new/purpose-5.77.0/po/zh_CN/purpose_pastebin.po
--- old/purpose-5.76.0/po/zh_CN/purpose_pastebin.po     2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_pastebin.po     2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_phabricator.po 
new/purpose-5.77.0/po/zh_CN/purpose_phabricator.po
--- old/purpose-5.76.0/po/zh_CN/purpose_phabricator.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_phabricator.po  2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:13+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_reviewboard.po 
new/purpose-5.77.0/po/zh_CN/purpose_reviewboard.po
--- old/purpose-5.76.0/po/zh_CN/purpose_reviewboard.po  2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_reviewboard.po  2020-12-05 
14:01:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_saveas.po 
new/purpose-5.77.0/po/zh_CN/purpose_saveas.po
--- old/purpose-5.76.0/po/zh_CN/purpose_saveas.po       2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_saveas.po       2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_CN/purpose_youtube.po 
new/purpose-5.77.0/po/zh_CN/purpose_youtube.po
--- old/purpose-5.76.0/po/zh_CN/purpose_youtube.po      2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_CN/purpose_youtube.po      2020-12-05 
14:01:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-03 02:07+0200\n"
-"PO-Revision-Date: 2020-10-08 19:22\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/po/zh_TW/purpose-fileitemaction.po 
new/purpose-5.77.0/po/zh_TW/purpose-fileitemaction.po
--- old/purpose-5.76.0/po/zh_TW/purpose-fileitemaction.po       2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/po/zh_TW/purpose-fileitemaction.po       2020-12-05 
14:01:46.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-08-03 02:07+0200\n"
+"POT-Creation-Date: 2020-11-30 02:14+0100\n"
 "PO-Revision-Date: 2019-02-23 20:40+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
@@ -17,12 +17,12 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 18.12.2\n"
 
-#: sharefileitemaction.cpp:37
+#: sharefileitemaction.cpp:36
 #, kde-format
 msgid "Share"
 msgstr "分享"
 
-#: sharefileitemaction.cpp:46
+#: sharefileitemaction.cpp:45
 #, kde-format
 msgid "Error sharing"
 msgstr "進行分享時發生錯誤"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.76.0/src/alternativesmodel.cpp 
new/purpose-5.77.0/src/alternativesmodel.cpp
--- old/purpose-5.76.0/src/alternativesmodel.cpp        2020-11-07 
13:21:28.000000000 +0100
+++ new/purpose-5.77.0/src/alternativesmodel.cpp        2020-12-05 
14:01:46.000000000 +0100
@@ -261,7 +261,8 @@
         case PluginIdRole:
             return data.pluginId();
         case ActionDisplayRole: {
-            QString action = 
data.rawData()[QStringLiteral("KPlugin")].toObject()[QStringLiteral("X-Purpose-ActionDisplay")].toString();
+            const auto pluginData = 
data.rawData()[QStringLiteral("KPlugin")].toObject();
+            const QString action = 
KPluginMetaData::readTranslatedString(pluginData, 
QStringLiteral("X-Purpose-ActionDisplay"));
             return action.isEmpty() ? data.name() : action;
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.76.0/src/fileitemactionplugin/sharefileitemaction.cpp 
new/purpose-5.77.0/src/fileitemactionplugin/sharefileitemaction.cpp
--- old/purpose-5.76.0/src/fileitemactionplugin/sharefileitemaction.cpp 
2020-11-07 13:21:28.000000000 +0100
+++ new/purpose-5.77.0/src/fileitemactionplugin/sharefileitemaction.cpp 
2020-12-05 14:01:46.000000000 +0100
@@ -18,7 +18,6 @@
 #include <QDesktopServices>
 
 #include <KPluginFactory>
-#include <KPluginLoader>
 #include <KLocalizedString>
 #include <KNotification>
 #include <kio/global.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/purpose-5.76.0/src/plugins/bluetooth/bluetoothplugin.cpp 
new/purpose-5.77.0/src/plugins/bluetooth/bluetoothplugin.cpp
--- old/purpose-5.76.0/src/plugins/bluetooth/bluetoothplugin.cpp        
2020-11-07 13:21:28.000000000 +0100
+++ new/purpose-5.77.0/src/plugins/bluetooth/bluetoothplugin.cpp        
2020-12-05 14:01:46.000000000 +0100
@@ -21,24 +21,23 @@
             : Purpose::Job(parent)
         {}
 
-        QStringList arrayToList(const QJsonArray& array)
-        {
-            QStringList ret;
-            for (const QJsonValue& val : array) {
-                QUrl url(val.toString());
-                if(url.isLocalFile()) {
-                    ret += url.toLocalFile();
-                }
-            }
-            return ret;
-        }
-
         void start() override
         {
             QProcess* process = new QProcess(this);
             process->setProgram(QStringLiteral("bluedevil-sendfile"));
-            QJsonArray urlsJson = 
data().value(QStringLiteral("urls")).toArray();
-            process->setArguments(QStringList(QStringLiteral("-u")) << 
data().value(QStringLiteral("device")).toString() << QStringLiteral("-f") << 
arrayToList(urlsJson));
+            const QJsonArray urlsJson = 
data().value(QStringLiteral("urls")).toArray();
+
+            QStringList args {QStringLiteral("-u"), 
data().value(QStringLiteral("device")).toString()};
+
+            for (const QJsonValue& val : urlsJson) {
+                const QUrl url(val.toString());
+                if (url.isLocalFile()) {
+                    args << QStringLiteral("-f") << url.toLocalFile();
+                }
+            }
+
+            process->setArguments(args);
+
             connect(process, &QProcess::errorOccurred, this, 
&BluetoothJob::processError);
             connect(process, QOverload<int, 
QProcess::ExitStatus>::of(&QProcess::finished), this, 
&BluetoothJob::jobFinished);
             connect(process, &QProcess::readyRead, this, [process](){ qDebug() 
<< "bluedevil-sendfile output:" << process->readAll(); });
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to