Hello community,
here is the log from the commit of package kidentitymanagement for
openSUSE:Factory checked in at 2019-12-13 12:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kidentitymanagement (Old)
and /work/SRC/openSUSE:Factory/.kidentitymanagement.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kidentitymanagement"
Fri Dec 13 12:02:30 2019 rev:51 rq:756227 version:19.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes
2019-11-12 11:36:56.350190279 +0100
+++
/work/SRC/openSUSE:Factory/.kidentitymanagement.new.4691/kidentitymanagement.changes
2019-12-13 12:03:14.585427821 +0100
@@ -1,0 +2,29 @@
+Tue Dec 10 06:38:33 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+ * Check if 'cat' executable exists before using it
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:54 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/19.12-rc
+- Changes since 19.11.80:
+ * Warn if emailsidentity we can't write in this config file
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:26 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+ * New feature release
+- Changes since 19.08.3:
+ * Add dummy API docs, so these classes show up on api.kde.org
+- Remove outdated version requirements
+
+-------------------------------------------------------------------
Old:
----
kidentitymanagement-19.08.3.tar.xz
kidentitymanagement-19.08.3.tar.xz.sig
New:
----
kidentitymanagement-19.12.0.tar.xz
kidentitymanagement-19.12.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kidentitymanagement.spec ++++++
--- /var/tmp/diff_new_pack.awirTh/_old 2019-12-13 12:03:15.077427634 +0100
+++ /var/tmp/diff_new_pack.awirTh/_new 2019-12-13 12:03:15.085427631 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kidentitymanagement
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,37 +16,36 @@
#
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kidentitymanagement
-Version: 19.08.3
+Version: 19.12.0
Release: 0
Summary: KDE PIM Libraries: Identity Management
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
-Source:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.0.0
-BuildRequires: kcodecs-devel >= %{kf5_version}
-BuildRequires: kcompletion-devel >= %{kf5_version}
-BuildRequires: kconfig-devel >= %{kf5_version}
-BuildRequires: kcoreaddons-devel >= %{kf5_version}
-BuildRequires: kemoticons-devel >= %{kf5_version}
BuildRequires: kf5-filesystem
-BuildRequires: kiconthemes-devel >= %{kf5_version}
-BuildRequires: kio-devel >= %{kf5_version}
-BuildRequires: kpimtextedit-devel >= %{_kapp_version}
-BuildRequires: ktextwidgets-devel >= %{kf5_version}
-BuildRequires: kxmlgui-devel >= %{kf5_version}
-BuildRequires: pkgconfig
-BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires: cmake(KF5Codecs) >= %{kf5_version}
+BuildRequires: cmake(KF5Completion) >= %{kf5_version}
+BuildRequires: cmake(KF5Config) >= %{kf5_version}
+BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires: cmake(KF5Emoticons) >= %{kf5_version}
+BuildRequires: cmake(KF5IconThemes) >= %{kf5_version}
+BuildRequires: cmake(KF5KIO) >= %{kf5_version}
+BuildRequires: cmake(KF5PimTextEdit)
+BuildRequires: cmake(KF5TextWidgets) >= %{kf5_version}
+BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
+BuildRequires: cmake(Qt5Network)
+BuildRequires: cmake(Qt5Test)
%description
This package provides a library to handle multiple email identities and
@@ -65,9 +64,9 @@
%package devel
Summary: KDE PIM Libraries: Identity Management - development files
Group: Development/Libraries/KDE
-Requires: kcoreaddons-devel >= %{kf5_version}
-Requires: kpimtextedit-devel
Requires: libKF5IdentityManagement5 = %{version}
+Requires: cmake(KF5CoreAddons) >= %{kf5_version}
+Requires: cmake(KF5PimTextEdit)
%description devel
This package contains necessary include files and libraries needed
++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.awirTh/_old and
/var/tmp/diff_new_pack.awirTh/_new differ
++++++ kidentitymanagement-19.08.3.tar.xz -> kidentitymanagement-19.12.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.08.3/CMakeLists.txt
new/kidentitymanagement-19.12.0/CMakeLists.txt
--- old/kidentitymanagement-19.08.3/CMakeLists.txt 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/CMakeLists.txt 2019-12-06
02:48:38.000000000 +0100
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.12.3")
+set(PIM_VERSION "5.13.0")
project(KIdentityManagement VERSION ${PIM_VERSION})
# ECM setup
-set(KF5_MIN_VERSION "5.60.0")
+set(KF5_MIN_VERSION "5.63.0")
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -25,7 +25,7 @@
set(KIDENTITYMANAGEMENT_LIB_VERSION ${PIM_VERSION})
-set(PIMTEXTEDIT_LIB_VERSION "5.12.3")
+set(PIMTEXTEDIT_LIB_VERSION "5.13.0")
ecm_setup_version(PROJECT VARIABLE_PREFIX KIDENTITYMANAGEMENT
VERSION_HEADER
"${CMAKE_CURRENT_BINARY_DIR}/kidentitymanagement_version.h"
@@ -48,9 +48,12 @@
find_package(KF5PimTextEdit ${PIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED)
add_definitions(-DTRANSLATION_DOMAIN=\"libkpimidentities5\")
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-add_definitions(-DQT_NO_FOREACH)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
+ add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+endif()
+add_definitions(-DQT_NO_FOREACH)
########### Targets ###########
add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ar/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ar/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ar/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ar/libkpimidentities5.po 2019-12-06
02:48:34.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2018-01-30 18:08+0300\n"
"Last-Translator: Safa Alfulaij <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
@@ -31,14 +31,14 @@
msgid "Unnamed"
msgstr "غير معنون"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "غير معنون"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/bs/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/bs/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/bs/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/bs/libkpimidentities5.po 2019-12-06
02:48:34.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2013-10-23 13:26+0000\n"
"Last-Translator: Samir Ribić <Unknown>\n"
"Language-Team: Bosnian <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Neimenovano"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Neimenovano"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ca/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ca/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ca/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ca/libkpimidentities5.po 2019-12-06
02:48:34.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 09:46+0100\n"
"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "Sense nom"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 núm. %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sense nom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ca@valencia/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ca@valencia/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ca@valencia/libkpimidentities5.po
2019-11-05 05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ca@valencia/libkpimidentities5.po
2019-12-06 02:48:34.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 09:46+0100\n"
"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "Sense nom"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 núm. %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sense nom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/cs/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/cs/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/cs/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/cs/libkpimidentities5.po 2019-12-06
02:48:34.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-09-09 16:27+0200\n"
"Last-Translator: Vit Pelcak <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
@@ -30,14 +30,14 @@
msgid "Unnamed"
msgstr "Nepojmenované"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Nepojmenované"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/da/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/da/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/da/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/da/libkpimidentities5.po 2019-12-06
02:48:34.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-12-17 01:29+0100\n"
"Last-Translator: Martin Schlander <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Unavngivet"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Unavngivet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/de/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/de/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/de/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/de/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-08-04 16:01+0200\n"
"Last-Translator: Burkhard Lück <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Unbenannt"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Unbenannt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/el/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/el/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/el/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/el/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-11-18 18:31+0200\n"
"Last-Translator: Toussis Manolis <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
@@ -31,14 +31,14 @@
msgid "Unnamed"
msgstr "Χωρίς όνομα"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Χωρίς όνομα"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/en_GB/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/en_GB/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/en_GB/libkpimidentities5.po
2019-11-05 05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/en_GB/libkpimidentities5.po
2019-12-06 02:48:35.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-03-24 20:15+0000\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
"Language-Team: British English <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Unnamed"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Unnamed"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/eo/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/eo/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/eo/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/eo/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2009-11-15 12:06+0100\n"
"Last-Translator: Axel Rousseau <[email protected]>\n"
"Language-Team: esperanto <[email protected]>\n"
@@ -28,14 +28,14 @@
msgid "Unnamed"
msgstr "Sennoma"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, fuzzy, kde-format
#| msgctxt "Username for audioscrobbler login"
#| msgid "Username"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/es/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/es/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/es/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/es/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-11 22:36+0100\n"
"Last-Translator: Javier Vinal <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Sin nombre"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sin nombre"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/et/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/et/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/et/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/et/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2014-07-10 22:34+0300\n"
"Last-Translator: Marek Laane <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
@@ -30,14 +30,14 @@
msgid "Unnamed"
msgstr "Nimetu"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Nimetu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/fi/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/fi/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/fi/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/fi/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-19 11:19+0200\n"
"Last-Translator: Tommi Nieminen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
@@ -34,14 +34,14 @@
msgid "Unnamed"
msgstr "Nimetön"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Nimetön"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/fr/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/fr/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/fr/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/fr/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-01-30 06:35+0800\n"
"Last-Translator: Simon Depiets <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
@@ -37,14 +37,14 @@
msgid "Unnamed"
msgstr "Sans nom"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 # %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sans nom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ga/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ga/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ga/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ga/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs/libkpimidentities.po\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2007-07-05 23:00-0500\n"
"Last-Translator: Kevin Scannell <[email protected]>\n"
"Language-Team: Irish <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Gan ainm"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Gan ainm"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/gl/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/gl/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/gl/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/gl/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 17:57+0100\n"
"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "Sen nome"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sen nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/hi/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/hi/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/hi/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/hi/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-01-28 12:58+0530\n"
"Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
"Language-Team: Hindi <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "बेनाम"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr ""
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "बेनाम"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/hu/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/hu/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/hu/libkpimidentities5.po 2019-11-05
05:15:06.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/hu/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: KDE 4.1\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2009-01-10 08:13+0100\n"
"Last-Translator: Tamas Szanto <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Névtelen"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Névtelen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ia/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ia/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ia/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ia/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2012-09-24 15:36+0200\n"
"Last-Translator: Giovanni Sora <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Sin nomine"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sin nomine"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/it/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/it/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/it/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/it/libkpimidentities5.po 2019-12-06
02:48:35.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-06 01:27+0100\n"
"Last-Translator: Luigi Toscano <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Senza nome"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Senza nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ja/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ja/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ja/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ja/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-11-24 23:44+0900\n"
"Last-Translator: Yukiko Bando <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
@@ -30,14 +30,14 @@
msgid "Unnamed"
msgstr "名前なし"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "名前なし"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/kk/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/kk/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/kk/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/kk/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2011-02-22 01:35+0600\n"
"Last-Translator: Sairan Kikkarin <[email protected]>\n"
"Language-Team: Kazakh <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Атаусыз"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Атаусыз"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/km/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/km/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/km/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/km/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2010-12-13 09:21+0700\n"
"Last-Translator: Khoem Sokhem <[email protected]>\n"
"Language-Team: Khmer <[email protected]>\n"
@@ -31,14 +31,14 @@
msgid "Unnamed"
msgstr "គ្មានឈ្មោះ"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "គ្មានឈ្មោះ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ko/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ko/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ko/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ko/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-04-22 01:18+0200\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
"Language-Team: Korean <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "이름 없음"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "이름 없음"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/lt/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/lt/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/lt/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/lt/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2009-03-07 16:23+0300\n"
"Last-Translator: Andrius Štikonas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "Be pavadinimo"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Be pavadinimo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/lv/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/lv/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/lv/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/lv/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-11-26 19:08+0200\n"
"Last-Translator: Viesturs Zarins <[email protected]>\n"
"Language-Team: Latvian <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Nenosaukts"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Nenosaukts"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/mr/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/mr/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/mr/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/mr/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2013-03-28 14:37+0530\n"
"Last-Translator: Chetan Khona <[email protected]>\n"
"Language-Team: Marathi <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "निनावी"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "निनावी"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/nb/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/nb/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/nb/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/nb/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-11-30 19:21+0100\n"
"Last-Translator: Bjørn Steensrud <[email protected]>\n"
"Language-Team: Norwegian Bokmål <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Uten navn"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 nr. %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Uten navn"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/nds/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/nds/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/nds/libkpimidentities5.po
2019-11-05 05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/nds/libkpimidentities5.po
2019-12-06 02:48:36.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2008-11-19 01:42+0100\n"
"Last-Translator: Sönke Dibbern <[email protected]>\n"
"Language-Team: Low Saxon <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Ahn Naam"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 Nr. %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Ahn Naam"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/nl/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/nl/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/nl/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/nl/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 15:56+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "Naamloos"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Naamloos"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/nn/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/nn/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/nn/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/nn/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2013-05-12 14:30+0200\n"
"Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
"Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Namnlaus"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1, nr. %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Namnlaus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/pa/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/pa/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/pa/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/pa/libkpimidentities5.po 2019-12-06
02:48:36.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2009-01-20 09:04+0530\n"
"Last-Translator: A S Alam <[email protected]>\n"
"Language-Team: Punjabi <[email protected]>\n"
@@ -30,14 +30,14 @@
msgid "Unnamed"
msgstr "ਬਿਨ-ਨਾਂ"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "ਬਿਨ-ਨਾਂ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/pl/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/pl/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/pl/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/pl/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-03 07:26+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
@@ -30,14 +30,14 @@
msgid "Unnamed"
msgstr "Nienazwane"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Nienazwany"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/pt/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/pt/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/pt/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/pt/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 11:18+0000\n"
"Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
"Language-Team: pt <[email protected]>\n"
@@ -25,14 +25,14 @@
msgid "Unnamed"
msgstr "Sem nome"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sem nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/pt_BR/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/pt_BR/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/pt_BR/libkpimidentities5.po
2019-11-05 05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/pt_BR/libkpimidentities5.po
2019-12-06 02:48:37.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-03-20 15:50-0300\n"
"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "Sem nome"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Sem nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ro/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ro/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ro/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ro/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2009-07-26 13:01+0300\n"
"Last-Translator: Sergiu Bivol <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
@@ -34,14 +34,14 @@
msgid "Unnamed"
msgstr "Nedenumit"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Anonim"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ru/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ru/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ru/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ru/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kmail\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2015-07-20 20:35+0300\n"
"Last-Translator: Alexander Potashev <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
@@ -37,14 +37,14 @@
msgid "Unnamed"
msgstr "Безымянный"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 № %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Безымянный"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/sk/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/sk/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/sk/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/sk/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
-"PO-Revision-Date: 2019-08-04 18:33+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"PO-Revision-Date: 2019-08-04 10:42+0200\n"
"Last-Translator: Matej Mrenica <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
"Language: sk\n"
@@ -28,14 +28,14 @@
msgid "Unnamed"
msgstr "Nepomenované"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Nepomenované"
@@ -124,7 +124,13 @@
msgstr "Otvorí špecifikovaný súbor v textovom editore."
#: signatureconfigurator.cpp:265
-#, kde-format
+#, fuzzy, kde-format
+#| msgid ""
+#| "You can add an arbitrary command here, either with or without path "
+#| "depending on whether or not the command is in your Path. For every new "
+#| "mail, KMail will execute the command and use what it outputs (to standard "
+#| "output) as a signature. Usual commands for use with this mechanism are "
+#| "\"fortune\" or \"ksig -random\"."
msgid ""
"You can add an arbitrary command here, either with or without path depending "
"on whether or not the command is in your Path. For every new mail, KMail "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/sl/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/sl/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/sl/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/sl/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2014-08-29 17:01+0200\n"
"Last-Translator: Andrej Mernik <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "Neimenovano"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Neimenovano"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/sv/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/sv/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/sv/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/sv/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 17:14+0100\n"
"Last-Translator: Stefan Asserhäll <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
@@ -30,14 +30,14 @@
msgid "Unnamed"
msgstr "Namnlös"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 - %2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Namnlös"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/tr/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/tr/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/tr/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/tr/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs-kde4\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2017-06-13 16:54+0100\n"
"Last-Translator: Volkan Gezer <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
@@ -34,14 +34,14 @@
msgid "Unnamed"
msgstr "İsimsiz"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "İsimsiz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/ug/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/ug/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/ug/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/ug/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2013-09-08 07:05+0900\n"
"Last-Translator: Gheyret Kenji <[email protected]>\n"
"Language-Team: Uyghur Computer Science Association <[email protected]>\n"
@@ -29,14 +29,14 @@
msgid "Unnamed"
msgstr "ئاتسىز"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "ئاتسىز"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/uk/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/uk/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/uk/libkpimidentities5.po 2019-11-05
05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/uk/libkpimidentities5.po 2019-12-06
02:48:37.000000000 +0100
@@ -1,5 +1,5 @@
# Translation of libkpimidentities5.po to Ukrainian
-# Copyright (C) 2018-2019 This_file_is_part_of_KDE
+# Copyright (C) 2014-2019 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-02-01 07:18+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "Без назви"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 №%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "Без назви"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/zh_CN/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/zh_CN/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/zh_CN/libkpimidentities5.po
2019-11-05 05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/zh_CN/libkpimidentities5.po
2019-12-06 02:48:37.000000000 +0100
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
-"PO-Revision-Date: 2019-10-09 10:05\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"PO-Revision-Date: 2019-11-19 23:11\n"
"Last-Translator: Guo Yunhe (guoyunhe)\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -32,14 +32,14 @@
msgid "Unnamed"
msgstr "未命名"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "未命名"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.08.3/po/zh_TW/libkpimidentities5.po
new/kidentitymanagement-19.12.0/po/zh_TW/libkpimidentities5.po
--- old/kidentitymanagement-19.08.3/po/zh_TW/libkpimidentities5.po
2019-11-05 05:15:07.000000000 +0100
+++ new/kidentitymanagement-19.12.0/po/zh_TW/libkpimidentities5.po
2019-12-06 02:48:38.000000000 +0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-11-18 07:55+0100\n"
"PO-Revision-Date: 2019-03-22 00:32+0800\n"
"Last-Translator: pan93412 <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\n"
@@ -33,14 +33,14 @@
msgid "Unnamed"
msgstr "未命名"
-#: identitymanager.cpp:382
+#: identitymanager.cpp:385
#, kde-format
msgctxt ""
"%1: name; %2: number appended to it to make it unique among a list of names"
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:583
+#: identitymanager.cpp:586
#, kde-format
msgid "Unnamed"
msgstr "未命名"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.08.3/src/identitycombo.h
new/kidentitymanagement-19.12.0/src/identitycombo.h
--- old/kidentitymanagement-19.08.3/src/identitycombo.h 2019-10-30
07:38:20.000000000 +0100
+++ new/kidentitymanagement-19.12.0/src/identitycombo.h 2019-12-01
10:16:32.000000000 +0100
@@ -37,7 +37,10 @@
class IdentityComboPrivate;
class IdentityManager;
class Identity;
-
+/**
+ * @brief The IdentityCombo class
+ * @author Marc Mutz \<[email protected]\>
+ */
class KIDENTITYMANAGEMENT_EXPORT IdentityCombo : public QComboBox
{
Q_OBJECT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.08.3/src/identitymanager.cpp
new/kidentitymanagement-19.12.0/src/identitymanager.cpp
--- old/kidentitymanagement-19.08.3/src/identitymanager.cpp 2019-10-30
07:38:20.000000000 +0100
+++ new/kidentitymanagement-19.12.0/src/identitymanager.cpp 2019-12-01
10:16:32.000000000 +0100
@@ -314,6 +314,9 @@
d->mReadOnly = readonly;
d->mConfig = new KConfig(QStringLiteral("emailidentities"));
+ if (!d->mConfig->isConfigWritable(true)) {
+ qCWarning(KIDENTITYMANAGEMENT_LOG) << "impossible to write on this
file";
+ }
d->readConfig(d->mConfig);
// we need at least a default identity:
if (d->mIdentities.isEmpty()) {