Hello community,
here is the log from the commit of package kaccounts-integration for
openSUSE:Factory checked in at 2017-12-18 08:46:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
and /work/SRC/openSUSE:Factory/.kaccounts-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaccounts-integration"
Mon Dec 18 08:46:50 2017 rev:32 rq:556135 version:17.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes
2017-11-16 14:20:16.351767528 +0100
+++
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
2017-12-18 08:46:54.723282270 +0100
@@ -1,0 +2,32 @@
+Sat Dec 09 14:59:02 CET 2017 - [email protected]
+
+- Update to 17.12.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+ * None
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:35 CET 2017 - [email protected]
+
+- Update to 17.11.90
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+ * None
+
+-------------------------------------------------------------------
+Mon Nov 20 06:58:56 CET 2017 - [email protected]
+
+- Update to 17.11.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+ * Be more verbose about missing providers
+ * Ensure we set a usable path to the directory where our Macros live
+ * Ensure we specify a relative path. This allows for the installation to be
relocated, something which is required for proper operation on the CI
+
+-------------------------------------------------------------------
Old:
----
kaccounts-integration-17.08.3.tar.xz
New:
----
kaccounts-integration-17.12.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.dA9aWz/_old 2017-12-18 08:46:55.475245969 +0100
+++ /var/tmp/diff_new_pack.dA9aWz/_new 2017-12-18 08:46:55.483245583 +0100
@@ -19,7 +19,7 @@
%bcond_without lang
Name: kaccounts-integration
-Version: 17.08.3
+Version: 17.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
++++++ kaccounts-integration-17.08.3.tar.xz ->
kaccounts-integration-17.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kaccounts-integration-17.08.3/CMakeLists.txt
new/kaccounts-integration-17.12.0/CMakeLists.txt
--- old/kaccounts-integration-17.08.3/CMakeLists.txt 2017-11-07
02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/CMakeLists.txt 2017-12-08
02:01:05.000000000 +0100
@@ -9,11 +9,11 @@
enable_testing()
set(KDE_APPLICATIONS_VERSION_MAJOR "17")
-set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "12")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
set(KACCOUNTS_VERSION
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
set(KACCOUNTS_SOVERSION "1")
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.7.0")
set(REQUIRED_KF5_VERSION "5.4.0")
set(ACCOUNTSQT_DEP_VERSION "1.13")
set(SIGNONQT_DEP_VERSION "8.55")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ar/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ar/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ar/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ar/kaccounts-integration.po
2017-12-08 02:01:04.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: ٢٠١٥-٠٤-٠٣ ٢٠:٠٠+0300\n"
"Last-Translator: Safa Alfulaij <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr "اضبط..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ast/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ast/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ast/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ast/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-01-02 03:21+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-09-03 17:25+0100\n"
"Last-Translator: enolp <[email protected]>\n"
"Language-Team: Asturian <[email protected]>\n"
"Language: ast\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr "Configurar..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/bs/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/bs/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/bs/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/bs/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kde5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2015-02-19 10:14+0100\n"
"Last-Translator: Samir ribic <megaribi@localhost>\n"
"Language-Team: Bosnian\n"
@@ -24,7 +24,20 @@
msgid "Configure..."
msgstr ""
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ca/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ca/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ca/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ca/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-24 20:16+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 10:59+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca\n"
@@ -26,7 +26,24 @@
msgid "Configure..."
msgstr "Configura..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"No s'ha trobat cap compte de proveïdor.<nl/>Es poden trobar diversos "
+"proveïdors als paquets <application>kaccounts-providers</application> i "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Els serveis instal·lats requereixen els proveïdors següents que manquen: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ca@valencia/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ca@valencia/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ca@valencia/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ca@valencia/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-24 20:16+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 10:59+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca@valencia\n"
@@ -26,7 +26,24 @@
msgid "Configure..."
msgstr "Configura..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"No s'ha trobat cap compte de proveïdor.<nl/>Es poden trobar diversos "
+"proveïdors als paquets <application>kaccounts-providers</application> i "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Els serveis instal·lats requereixen els proveïdors següents que manquen: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/cs/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/cs/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/cs/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/cs/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -1,14 +1,15 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
# Vít Pelčák <[email protected]>, 2014, 2015, 2017.
+# Vit Pelcak <[email protected]>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-27 13:39+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-31 14:45+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -22,7 +23,20 @@
msgid "Configure..."
msgstr "Nastavit..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
@@ -69,4 +83,4 @@
#: src/services.ui:25
#, kde-format
msgid "Select what services you want to activate"
-msgstr ""
+msgstr "Vyberte služby, které si přejete aktivovat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/da/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/da/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/da/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/da/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2016-07-11 21:29+0100\n"
"Last-Translator: Martin Schlander <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr "Indstil..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/de/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/de/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/de/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/de/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -4,8 +4,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-03-26 14:24+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-11-05 20:51+0100\n"
"Last-Translator: Burkhard Lück <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
"Language: de\n"
@@ -20,7 +20,24 @@
msgid "Configure..."
msgstr "Einrichten ..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Es wurde kein Anbieter für den Zugang gefunden.<nl/>Einige Anbieter finden "
+"Sie im Paket <application>kaccounts-providers</application> und "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Folgende fehlende Anbieter sind für den installierten Dienst erforderlich: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/el/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/el/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/el/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/el/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-04-22 21:54+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-28 13:51+0200\n"
"Last-Translator: Stelios <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
"Language: el_GR\n"
@@ -22,7 +22,25 @@
msgid "Configure..."
msgstr "Διαμόρφωση..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Δεν βρέθηκαν πάροχοι λογαριασμών.<nl/>Ορισμένοι πάροχοι βρίσκονται στα "
+"πακέτα <application>kaccounts-providers</application> και <application>ktp-"
+"accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Οι παρακάτω πάροχοι λείπουν, αλλά απαιτούνται από τις εγκατεστημένες "
+"υπηρεσίες: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/en_GB/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/en_GB/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/en_GB/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/en_GB/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,10 +6,10 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-26 14:45+0000\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-11-26 21:14+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"
@@ -22,7 +22,23 @@
msgid "Configure..."
msgstr "Configure..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr "Following missing providers are required by installed services: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/es/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/es/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/es/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/es/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-04-02 18:05+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-26 01:51+0100\n"
"Last-Translator: Eloy Cuadra <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
"Language: es\n"
@@ -25,7 +25,24 @@
msgid "Configure..."
msgstr "Configurar..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"No se han encontrado proveedores de cuentas.<nl/>Puede encontrar algunos "
+"proveedores en los paquetes <application>kaccounts-providers</application> y "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Los servicios instalados necesitan los siguientes proveedores ausentes: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/et/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/et/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/et/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/et/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2016-08-18 17:19+0300\n"
"Last-Translator: Marek Laane <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr "Seadista..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/fi/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/fi/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/fi/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/fi/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2016-01-20 12:06+0200\n"
"Last-Translator: Lasse Liehu <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr "Asetukset…"
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/fr/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/fr/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/fr/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/fr/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2017-07-24 10:24+0100\n"
"Last-Translator: Vincent Pinon <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
@@ -26,7 +26,20 @@
msgid "Configure..."
msgstr "Configurer..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/gl/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/gl/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/gl/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/gl/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2017-09-10 10:31+0100\n"
"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr "Configurar…"
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
@@ -33,7 +46,7 @@
#, kde-format
msgctxt "The %1 is for plugin name, eg. Could not load UI plugin"
msgid "Could not load %1 plugin, please check your installation"
-msgstr "Non foi posíbel cargar o complemento %1. Verifique a instalación."
+msgstr "Non foi posíbel cargar o complemento %1. Comprobe a instalación."
#: src/jobs/createaccount.cpp:228
#, kde-format
@@ -50,7 +63,7 @@
msgid ""
"Are you sure that you want to remove the account '%1'? This cannot be undone."
msgstr ""
-"Está seguro de que quere eliminar a conta «%1»? Isto non pode desfacerse."
+"Está seguro de que quere retirar a conta «%1»? Isto non pode desfacerse."
#: src/kaccounts.cpp:125
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ia/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ia/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ia/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ia/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2017-04-07 23:41+0100\n"
"Last-Translator: giovanni <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr "Configura..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/it/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/it/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/it/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/it/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-26 20:09+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 13:04+0100\n"
"Last-Translator: Luigi Toscano <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
"Language: it\n"
@@ -22,7 +22,24 @@
msgid "Configure..."
msgstr "Configura..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Nessun fornitore di account è stato trovato.<nl/>Alcuni fornitori possono "
+"essere trovati nei pacchetti <application>kaccounts-provider</application> e "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"I seguenti fornitori mancanti sono richiesti dai servizi installati: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ja/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ja/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ja/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ja/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2014-11-27 00:20-0800\n"
"Last-Translator: Japanese KDE translation team <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
@@ -19,7 +19,20 @@
msgid "Configure..."
msgstr ""
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ko/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ko/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ko/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ko/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2016-02-14 15:50+0100\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
"Language-Team: Korean <[email protected]>\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr "설정..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/lt/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/lt/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/lt/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/lt/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: trunk-kf 5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2015-07-22 08:41+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr ""
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/nl/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/nl/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/nl/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/nl/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-24 12:49+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 14:22+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
"Language: nl\n"
@@ -22,7 +22,25 @@
msgid "Configure..."
msgstr "Instellen..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Geen leveranciers van accounts gevonden.<nl/>Sommige leverancires zijn te "
+"vinden in de pakketten <application>kaccounts-providers</application> en "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"De volgende ontbrekende leveraciers zijn vereist door geïnstalleerde "
+"services: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/pa/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/pa/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/pa/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/pa/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2014-12-23 18:02-0600\n"
"Last-Translator: A S Alam <[email protected]>\n"
"Language-Team: Punjabi/Panjabi <[email protected]>\n"
@@ -22,7 +22,20 @@
msgid "Configure..."
msgstr ""
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/pl/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/pl/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/pl/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/pl/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2017-10-22 06:34+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
@@ -23,7 +23,24 @@
msgid "Configure..."
msgstr "Ustawienia..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Nie znaleziono dostawcy konta.<nl/>Niektórych dostawców można znaleźć w "
+"pakietach <application>kaccounts-providers</application> i <application>ktp-"
+"accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Brakuje następujących dostawców, którzy są wymagani przez wgrane usługi: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/pt/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/pt/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/pt/kaccounts-integration.po
2017-11-07 02:24:41.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/pt/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-24 10:03+0000\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 12:39+0100\n"
"Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
"Language: pt\n"
@@ -16,15 +16,34 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-POFile-SpellExtra: ZePovinho owncloud Runner TextLabel ownCloud Facebook\n"
-"X-POFile-SpellExtra: org Id KAccounts AGPROVIDERS AGSERVICES\n"
+"X-POFile-SpellExtra: org Id KAccounts AGPROVIDERS AGSERVICES providers kcm\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-POFile-SpellExtra: ktp accounts kaccounts\n"
#: src/accountwidget.cpp:110
#, kde-format
msgid "Configure..."
msgstr "Configurar..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Não foram encontrados fornecedores de contas.<nl/>Alguns fornecedores podem "
+"ser encontrados nos pacotes <application>kaccounts-providers</application> e "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"São necessários os seguintes fornecedores em falta pelos serviços "
+"instalados: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/pt_BR/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/pt_BR/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/pt_BR/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/pt_BR/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-11-03 19:12-0300\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-11-27 14:57-0300\n"
"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
"Language: pt_BR\n"
@@ -24,7 +24,25 @@
msgid "Configure..."
msgstr "Configurar..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Nenhum fornecedor encontrado.<nl/>Alguns fornecedores podem ser encontrados "
+"nos pacotes <application>kaccounts-providers</application> e "
+"<application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Os seguintes fornecedores faltantes são obrigatórios para os serviços "
+"instalados: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ro/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ro/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ro/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ro/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2015-04-26 13:48+0300\n"
"Last-Translator: Sergiu Bivol <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr "Configurare..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/ru/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/ru/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/ru/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/ru/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -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.
#
-# Alexander Potashev <[email protected]>, 2015.
+# Alexander Potashev <[email protected]>, 2015, 2017.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2015-09-29 00:29+0300\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-11-28 13:22+0300\n"
"Last-Translator: Alexander Potashev <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
"Language: ru\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr "Настроить..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
@@ -49,13 +62,12 @@
#, kde-format
msgid ""
"Are you sure that you want to remove the account '%1'? This cannot be undone."
-msgstr ""
+msgstr "Удалить учётную запись «%1»? Её будет невозможно восстановить."
#: src/kaccounts.cpp:125
-#, fuzzy, kde-format
-#| msgid "Accounts"
+#, kde-format
msgid "Account Removal"
-msgstr "Учётные записи"
+msgstr "Удаление учётной записи"
#: src/models/accountsmodel.cpp:71
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/sk/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/sk/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/sk/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/sk/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -4,8 +4,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-04-16 21:09+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-11-21 21:48+0100\n"
"Last-Translator: Roman Paholik <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
"Language: sk\n"
@@ -20,7 +20,24 @@
msgid "Configure..."
msgstr "Nastaviť..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Nenašli sa poskytovatelia účtov.<nl/>Niektorí sa dajú nájsť v balíkoch "
+"<application>kaccounts-providers</application> a <application>ktp-accounts-"
+"kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Nasledovní chýbajúci poskytovatelia sú potrební pre inštalované služby: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/sl/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/sl/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/sl/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/sl/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2017-02-26 12:05+0100\n"
"Last-Translator: Andrej Mernik <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr "Nastavi ..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/sr/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/sr/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/sr/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/sr/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -4,8 +4,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-03-12 22:21+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-30 23:08+0100\n"
"Last-Translator: Chusslove Illich <[email protected]>\n"
"Language-Team: Serbian <[email protected]>\n"
"Language: sr\n"
@@ -23,7 +23,24 @@
msgid "Configure..."
msgstr "Подеси..."
-#: src/create.cpp:122
+# rewrite-msgid: /application>/icode>/
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Није нађен ниједан провајдер налога.<nl/>Неки провајдери могу да се нађу у "
+"пакетима <icode>kaccounts-providers</icode> и <icode>ktp-accounts-kcm</"
+"icode>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr "Инсталирани сервиси траже следеће недостајуће провајдере: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/sv/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/sv/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/sv/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/sv/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-24 19:48+0100\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 16:19+0100\n"
"Last-Translator: Stefan Asserhäll <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
"Language: sv\n"
@@ -22,7 +22,23 @@
msgid "Configure..."
msgstr "Anpassa..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Inga kontoleverantörer hittades.<nl/>Visa leverantörer kan hittas i paketen "
+"<application>kaccounts-providers</application> och <application>ktp-accounts-"
+"kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr "Följande saknade leverantörer krävs av installerade tjänster: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/tr/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/tr/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/tr/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/tr/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -6,9 +6,9 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-04-13 14:47+0100\n"
-"Last-Translator: Volkan Gezer <[email protected]>\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-23 08:38+0000\n"
+"Last-Translator: İşbaran <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
@@ -22,7 +22,24 @@
msgid "Configure..."
msgstr "Yapılandır..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Hesap sağlayıcı bulunamadı. <nl/>Bazı sağlayıcılar <application>kaccounts-"
+"providers</application> ve <application>ktp-accounts-kcm</application> "
+"panketlerinde bulunabilir."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+"Aşağıdaki eksik paketler, tüklü servisler tarafından kullanılmaktadır: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/uk/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/uk/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/uk/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/uk/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: kaccounts-integration\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-02-24 14:52+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-10-22 10:26+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
"Language: uk\n"
@@ -18,14 +18,30 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
#: src/accountwidget.cpp:110
#, kde-format
msgid "Configure..."
msgstr "Налаштувати…"
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+"Не знайдено засобів надання облікових записів.<nl/>Роботу деяких з таких "
+"засобів забезпечують пакунки <application>kaccounts-providers</application> "
+"і <application>ktp-accounts-kcm</application>."
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr "Для роботи встановлених служб потрібні такі засоби надання даних: %1"
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/zh_CN/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/zh_CN/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/zh_CN/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/zh_CN/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
-"PO-Revision-Date: 2017-10-19 10:51-0400\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
+"PO-Revision-Date: 2017-11-09 08:31-0500\n"
"Last-Translator: guoyunhebrave <[email protected]>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -19,14 +19,27 @@
"X-Generator: crowdin.com\n"
"X-Crowdin-Project: kdeorg\n"
"X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdenetwork/kaccounts-integration.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/kdenetwork/kaccounts-integration.pot\n"
#: src/accountwidget.cpp:110
#, kde-format
msgid "Configure..."
msgstr "配置..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/po/zh_TW/kaccounts-integration.po
new/kaccounts-integration-17.12.0/po/zh_TW/kaccounts-integration.po
--- old/kaccounts-integration-17.08.3/po/zh_TW/kaccounts-integration.po
2017-11-07 02:24:42.000000000 +0100
+++ new/kaccounts-integration-17.12.0/po/zh_TW/kaccounts-integration.po
2017-12-08 02:01:05.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-07-07 03:12+0200\n"
+"POT-Creation-Date: 2017-10-22 03:06+0200\n"
"PO-Revision-Date: 2017-03-12 20:44+0800\n"
"Last-Translator: Jeff Huang <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\n"
@@ -23,7 +23,20 @@
msgid "Configure..."
msgstr "設定..."
-#: src/create.cpp:122
+#: src/create.cpp:71
+#, kde-kuit-format
+msgid ""
+"No account providers found.<nl/>Some providers can be found in packages "
+"<application>kaccounts-providers</application> and <application>ktp-accounts-"
+"kcm</application>."
+msgstr ""
+
+#: src/create.cpp:117
+#, kde-format
+msgid "Following missing providers are required by installed services: %1"
+msgstr ""
+
+#: src/create.cpp:155
#, kde-format
msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
msgid "Unable to finish"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kaccounts-integration-17.08.3/src/create.cpp
new/kaccounts-integration-17.12.0/src/create.cpp
--- old/kaccounts-integration-17.08.3/src/create.cpp 2017-11-05
01:54:48.000000000 +0100
+++ new/kaccounts-integration-17.12.0/src/create.cpp 2017-12-05
00:10:00.000000000 +0100
@@ -32,6 +32,7 @@
#include <Accounts/Provider>
#include <KLocalizedString>
+#include <KMessageWidget>
Create::Create(QWidget *parent)
: QObject(parent)
@@ -63,26 +64,41 @@
void Create::fillInterface()
{
Accounts::ProviderList providerList = m_manager->providerList();
- Accounts::ServiceList serviceList = m_manager->serviceList();
+ const Accounts::ServiceList serviceList = m_manager->serviceList();
+
+ if (providerList.isEmpty()) {
+ auto noProvidersMessageWidget = new KMessageWidget(
+ xi18n("No account providers found.<nl/>"
+ "Some providers can be found in packages
<application>kaccounts-providers</application>"
+ " and
<application>ktp-accounts-kcm</application>."));
+
noProvidersMessageWidget->setMessageType(KMessageWidget::MessageType::Warning);
+ m_form->verticalLayout_2->insertWidget(0, noProvidersMessageWidget);
+ return;
+ }
+
+ QSet<QString> wantedProviders;
+ QSet<QString> locatedProviders;
// sort accounts alphabetically
std::sort(providerList.begin(), providerList.end(), [](const
Accounts::Provider &a, const Accounts::Provider &b) {
return QString::localeAwareCompare(b.displayName(), a.displayName()) <
0;
});
- QCommandLinkButton *button;
- Q_FOREACH(const Accounts::Provider &provider, providerList) {
+ for(const Accounts::Provider &provider : providerList) {
if (provider.name() == "ktp-generic") {
+ locatedProviders.insert(provider.name());
continue;
}
// Check if there are any services for the given provider
// If not, just skip it and don't allow creating such account
bool shouldSkip = true;
- Q_FOREACH (const Accounts::Service &service, serviceList) {
- qDebug() << "Checking" << service.name() << provider.name();
+ for(const Accounts::Service &service : qAsConst(serviceList)) {
+ qDebug() << "Checking service " << service.name() << " for
provider " << provider.name();
+ wantedProviders.insert(service.provider());
if (service.provider() == provider.name()) {
qDebug() << "Found a service, not skipping:" << service.name();
+ locatedProviders.insert(provider.name());
shouldSkip = false;
break;
}
@@ -92,21 +108,38 @@
continue;
}
- button = new
QCommandLinkButton(i18nd(provider.trCatalog().toLatin1().constData(),
provider.displayName().toUtf8().constData()));
- const QString providerIcon = provider.iconName();
- if (providerIcon.isEmpty()) {
- button->setIcon(QIcon::fromTheme("list-add"));
- } else {
- button->setIcon(QIcon::fromTheme(providerIcon));
- }
- button->setProperty("providerName", provider.name());
- button->setToolTip(i18nd(provider.trCatalog().toLatin1().constData(),
provider.description().toUtf8().constData()));
+ createProviderButton(provider);
+ }
- connect(button, SIGNAL(clicked(bool)), SLOT(createAccount()));
- m_form->verticalLayout->insertWidget(0, button);
+ const auto missingProviders = wantedProviders.subtract(locatedProviders);
+ if (!missingProviders.isEmpty()) {
+ const auto missingProvidersString = missingProviders.toList().join("
");
+ const QString infoMessage = i18n("Following missing providers are
required by installed services: %1").arg(missingProvidersString);
+
+ auto missingProvidersMessageWidget = new KMessageWidget(infoMessage);
+
missingProvidersMessageWidget->setMessageType(KMessageWidget::MessageType::Warning);
+ m_form->verticalLayout_2->insertWidget(0,
missingProvidersMessageWidget);
+ return;
}
}
+void Create::createProviderButton(const Accounts::Provider &provider)
+{
+ QCommandLinkButton *button = new
QCommandLinkButton(i18nd(provider.trCatalog().toLatin1().constData(),
+
provider.displayName().toUtf8().constData()));
+ const QString providerIcon = provider.iconName();
+ if (providerIcon.isEmpty()) {
+ button->setIcon(QIcon::fromTheme("list-add"));
+ } else {
+ button->setIcon(QIcon::fromTheme(providerIcon));
+ }
+ button->setProperty("providerName", provider.name());
+ button->setToolTip(i18nd(provider.trCatalog().toLatin1().constData(),
provider.description().toUtf8().constData()));
+
+ connect(button, SIGNAL(clicked(bool)), SLOT(createAccount()));
+ m_form->verticalLayout->insertWidget(0, button);
+}
+
void Create::createAccount()
{
m_form->progressBar->show();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kaccounts-integration-17.08.3/src/create.h
new/kaccounts-integration-17.12.0/src/create.h
--- old/kaccounts-integration-17.08.3/src/create.h 2017-11-05
01:54:48.000000000 +0100
+++ new/kaccounts-integration-17.12.0/src/create.h 2017-12-05
00:10:00.000000000 +0100
@@ -28,6 +28,7 @@
namespace Accounts
{
class Manager;
+ class Provider;
}
class Create : public QObject
@@ -40,6 +41,9 @@
QWidget* widget();
+private:
+ void createProviderButton(const Accounts::Provider &provider);
+
private Q_SLOTS:
void fillInterface();
void createAccount();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-17.08.3/src/kcm_kaccounts.desktop
new/kaccounts-integration-17.12.0/src/kcm_kaccounts.desktop
--- old/kaccounts-integration-17.08.3/src/kcm_kaccounts.desktop 2017-11-05
01:54:48.000000000 +0100
+++ new/kaccounts-integration-17.12.0/src/kcm_kaccounts.desktop 2017-12-05
00:10:00.000000000 +0100
@@ -52,7 +52,7 @@
Comment=Configure your internet accounts such as Google, Live, Owncloud
Comment[ar]=اضبط حساباتك على الإنترنت كغوغل، لايڤ وسحابتك "Owncloud"
-Comment[ast]=Configura les tos cuentes en llinia como Google, Live, extCloud...
+Comment[ast]=Configura les tos cuentes en llinia como Google, Live,
Nextcloud...
Comment[ca]=Configura els vostres comptes d'Internet com Google, Live, Owncloud
Comment[ca@valencia]=Configura els vostres comptes d'Internet com Google,
Live, Owncloud
Comment[cs]=Nastavte své webové účty jako např. Google, Live, Owncloud
@@ -92,7 +92,7 @@
X-KDE-Keywords=Network,Google,Live,ownCloud
X-KDE-Keywords[ar]=Network,Google,Live,ownCloud,شبكة,غوغل,جوجل,لايف,لايڤ,سحابتك
-X-KDE-Keywords[ast]=Rede,Google,Live,nextCloud,ownCloud
+X-KDE-Keywords[ast]=Rede,Google,Live,Nextcloud,ownCloud
X-KDE-Keywords[ca]=Xarxa,Google,Live,ownCloud
X-KDE-Keywords[ca@valencia]=Xarxa,Google,Live,ownCloud
X-KDE-Keywords[cs]=Síť,Google,Live,ownCloud