Hello community,
here is the log from the commit of package kidentitymanagement for
openSUSE:Leap:15.2 checked in at 2020-05-12 11:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kidentitymanagement (Old)
and /work/SRC/openSUSE:Leap:15.2/.kidentitymanagement.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kidentitymanagement"
Tue May 12 11:34:31 2020 rev:59 rq:797392 version:20.04.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/kidentitymanagement/kidentitymanagement.changes
2020-03-15 07:11:12.516957875 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.kidentitymanagement.new.2738/kidentitymanagement.changes
2020-05-12 11:34:35.376020293 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:26 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+ * Downgrade "There was no default identity" warning to debug
+
+-------------------------------------------------------------------
+Sun Apr 5 20:30:05 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+ * Qt guys reverted api in qt5.15
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:00 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+ * Make it compile against qt5.15
+ * Autogenerate categories file
+ * Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
+ * Use CamelCase header
+ * Remove QCombobox usage
+
+-------------------------------------------------------------------
Old:
----
kidentitymanagement-19.12.3.tar.xz
kidentitymanagement-19.12.3.tar.xz.sig
New:
----
kidentitymanagement-20.04.0.tar.xz
kidentitymanagement-20.04.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kidentitymanagement.spec ++++++
--- /var/tmp/diff_new_pack.mkXMFG/_old 2020-05-12 11:34:35.880021352 +0200
+++ /var/tmp/diff_new_pack.mkXMFG/_new 2020-05-12 11:34:35.880021352 +0200
@@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kidentitymanagement
-Version: 19.12.3
+Version: 20.04.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/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-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: kf5-filesystem
BuildRequires: cmake(KF5Codecs) >= %{kf5_version}
@@ -46,6 +42,10 @@
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Test)
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2: applications.keyring
+%endif
%description
This package provides a library to handle multiple email identities and
++++++ kidentitymanagement-19.12.3.tar.xz -> kidentitymanagement-20.04.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/.gitignore
new/kidentitymanagement-20.04.0/.gitignore
--- old/kidentitymanagement-19.12.3/.gitignore 2020-02-16 09:58:54.000000000
+0100
+++ new/kidentitymanagement-20.04.0/.gitignore 2020-04-06 06:56:15.000000000
+0200
@@ -14,8 +14,7 @@
.swp.*
Doxyfile
Makefile
-avail
-random_seed
/build*/
+.cmake/
CMakeLists.txt.user*
*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/CMakeLists.txt
new/kidentitymanagement-20.04.0/CMakeLists.txt
--- old/kidentitymanagement-19.12.3/CMakeLists.txt 2020-03-03
01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/CMakeLists.txt 2020-04-17
02:37:46.000000000 +0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.3")
+set(PIM_VERSION "5.14.0")
project(KIdentityManagement VERSION ${PIM_VERSION})
# ECM setup
-set(KF5_MIN_VERSION "5.63.0")
+set(KF5_MIN_VERSION "5.68.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.13.3")
+set(PIMTEXTEDIT_LIB_VERSION "5.14.0")
ecm_setup_version(PROJECT VARIABLE_PREFIX KIDENTITYMANAGEMENT
VERSION_HEADER
"${CMAKE_CURRENT_BINARY_DIR}/kidentitymanagement_version.h"
@@ -37,7 +37,6 @@
find_package(Qt5Network NO_MODULE REQUIRED)
find_package(KF5CoreAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
-find_package(KF5Completion ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package(KF5TextWidgets ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package(KF5XmlGui ${KF5_MIN_VERSION} CONFIG REQUIRED)
find_package(KF5KIO ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -50,7 +49,7 @@
if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
- add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+ add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
endif()
add_definitions(-DQT_NO_FOREACH)
@@ -89,7 +88,6 @@
COMPONENT Devel
)
-install(FILES kidentitymanagement.categories
kidentitymanagement.renamecategories DESTINATION
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/autotests/signaturetest.cpp
new/kidentitymanagement-20.04.0/autotests/signaturetest.cpp
--- old/kidentitymanagement-19.12.3/autotests/signaturetest.cpp 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/autotests/signaturetest.cpp 2020-04-06
06:56:15.000000000 +0200
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 Laurent Montel <[email protected]>
+ Copyright (C) 2016-2020 Laurent Montel <[email protected]>
Copyright (c) 2008 Thomas McGuire <[email protected]>
This library is free software; you can redistribute it and/or modify it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/autotests/signaturetest.h
new/kidentitymanagement-20.04.0/autotests/signaturetest.h
--- old/kidentitymanagement-19.12.3/autotests/signaturetest.h 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/autotests/signaturetest.h 2020-04-06
06:56:15.000000000 +0200
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 Laurent Montel <[email protected]>
+ Copyright (C) 2016-2020 Laurent Montel <[email protected]>
Copyright (c) 2009 Thomas McGuire <[email protected]>
This library is free software; you can redistribute it and/or modify it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/kidentitymanagement.categories
new/kidentitymanagement-20.04.0/kidentitymanagement.categories
--- old/kidentitymanagement-19.12.3/kidentitymanagement.categories
2020-02-16 09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/kidentitymanagement.categories
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-org.kde.pim.kidentitymanagement kidentitymanagement (pim lib) IDENTIFIER
[KIDENTITYMANAGEMENT_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/kidentitymanagement.renamecategories
new/kidentitymanagement-20.04.0/kidentitymanagement.renamecategories
--- old/kidentitymanagement-19.12.3/kidentitymanagement.renamecategories
2020-02-16 09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/kidentitymanagement.renamecategories
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-log_kidentitymanagement org.kde.pim.kidentitymanagement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ar/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ar/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ar/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ar/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -38,7 +38,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "غير معنون"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/bs/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/bs/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/bs/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/bs/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+0100\n"
"PO-Revision-Date: 2013-10-23 13:26+0000\n"
"Last-Translator: Samir Ribić <Unknown>\n"
"Language-Team: Bosnian <[email protected]>\n"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Neimenovano"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ca/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ca/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ca/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ca/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 núm. %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sense nom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ca@valencia/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ca@valencia/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ca@valencia/libkpimidentities5.po
2020-03-03 01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ca@valencia/libkpimidentities5.po
2020-04-17 02:37:45.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 núm. %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sense nom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/cs/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/cs/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/cs/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/cs/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -37,7 +37,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Nepojmenované"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/da/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/da/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/da/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/da/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Unavngivet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/de/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/de/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/de/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/de/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Unbenannt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/el/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/el/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/el/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/el/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -38,7 +38,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Χωρίς όνομα"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/en_GB/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/en_GB/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/en_GB/libkpimidentities5.po
2020-03-03 01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/en_GB/libkpimidentities5.po
2020-04-17 02:37:45.000000000 +0200
@@ -6,10 +6,10 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
+"Language-Team: British English <[email protected]>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Unnamed"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/eo/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/eo/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/eo/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/eo/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -35,7 +35,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, fuzzy, kde-format
#| msgctxt "Username for audioscrobbler login"
#| msgid "Username"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/es/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/es/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/es/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/es/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sin nombre"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/et/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/et/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/et/libkpimidentities5.po 2020-03-03
01:31:49.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/et/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -2,20 +2,20 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Marek Laane <[email protected]>, 2007-2008, 2014.
+# Marek Laane <[email protected]>, 2007-2008, 2014, 2019.
msgid ""
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\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"
+"POT-Creation-Date: 2020-03-27 09:38+0100\n"
+"PO-Revision-Date: 2019-11-18 01:33+0200\n"
+"Last-Translator: Marek Laane <[email protected]>\n"
+"Language-Team: Estonian <[email protected]>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: identitymanager.cpp:178
@@ -37,7 +37,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Nimetu"
@@ -123,13 +123,7 @@
msgstr "Avab määratud faili tekstiredaktoris."
#: signatureconfigurator.cpp:265
-#, 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\"."
+#, 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 "
@@ -151,12 +145,12 @@
#: signatureconfigurator.cpp:435
#, kde-format
msgid "This text file size exceeds 1kb."
-msgstr ""
+msgstr "Tekstifaili suurus ületab 1kb."
#: signatureconfigurator.cpp:435
#, kde-format
msgid "Text File Size"
-msgstr ""
+msgstr "Tekstifaili suurus"
#: signatureconfigurator.cpp:465
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/fi/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/fi/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/fi/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/fi/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -41,7 +41,7 @@
msgid "%1 #%2"
msgstr "%1 %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Nimetön"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/fr/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/fr/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/fr/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/fr/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -44,7 +44,7 @@
msgid "%1 #%2"
msgstr "%1 # %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sans nom"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ga/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ga/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ga/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ga/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -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-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Gan ainm"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/gl/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/gl/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/gl/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/gl/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sen nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/hi/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/hi/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/hi/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/hi/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr ""
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "बेनाम"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/hu/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/hu/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/hu/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/hu/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -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-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Névtelen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ia/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ia/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ia/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ia/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -6,15 +6,15 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
-"PO-Revision-Date: 2020-01-20 22:09+0100\n"
-"Last-Translator: Giovanni Sora <[email protected]>\n"
-"Language-Team: Interlingua <[email protected]>\n"
+"POT-Creation-Date: 2020-03-27 09:38+0100\n"
+"PO-Revision-Date: 2020-02-12 13:06+0100\n"
+"Last-Translator: giovanni <[email protected]>\n"
+"Language-Team: Interlingua <[email protected]>\n"
"Language: ia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: identitymanager.cpp:178
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sin nomine"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/it/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/it/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/it/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/it/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Senza nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ja/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ja/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ja/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ja/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -37,7 +37,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "名前なし"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/kk/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/kk/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/kk/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/kk/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Атаусыз"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/km/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/km/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/km/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/km/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -38,7 +38,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "គ្មានឈ្មោះ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ko/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ko/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ko/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ko/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park <[email protected]>, 2015, 2019.
+# Shinjo Park <[email protected]>, 2015, 2019, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
-"PO-Revision-Date: 2019-04-22 01:18+0200\n"
+"POT-Creation-Date: 2020-03-27 09:38+0100\n"
+"PO-Revision-Date: 2020-04-05 13:59+0200\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
"Language-Team: Korean <[email protected]>\n"
"Language: ko\n"
@@ -15,7 +15,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
#: identitymanager.cpp:178
#, kde-format
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "이름 없음"
@@ -102,8 +102,8 @@
"Use this requester to specify a text file that contains your signature. It "
"will be read every time you create a new mail or append a new signature."
msgstr ""
-"서명이 포함된 텍스트 파일을 지정하려면 사용하십시오. 새 메일을 작성하거나 새 "
-"서명을 덧붙일 때 사용됩니다."
+"서명이 들어 있는 텍스트 파일을 지정하려면 사용하십시오. 새 메일을 작성하거나 "
+"새 서명을 덧붙일 때 사용됩니다."
#: signatureconfigurator.cpp:237
#, kde-format
@@ -129,8 +129,8 @@
"signature. Usual commands for use with this mechanism are \"fortune\" or "
"\"ksig -random\". (Be careful, script needs a shebang line)."
msgstr ""
-"임의의 명령을 지정할 수 있습니다. 실행하고자 하는 명령이 Path 환경 변수에 있"
-"는지 없는지에 따라서 전체 경로를 포함할지 여부를 결정하십시오. 새 메일을 보"
+"임의의 명령을 지정할 수 있습니다. 실행하려고 하는 명령이 Path 환경 변수에 있"
+"는지 없는지에 따라서 전체 경로를 입력할지 여부를 결정하십시오. 새 메일을 보"
"낼 때마다 KMail은 이 명령을 실행하여 표준 출력으로 나오는 출력을 서명으로 사"
"용합니다. 이 기능을 사용할 때 주로 사용하는 명령은 \"fortune\"이나 \"ksig -"
"random\"입니다.(스크립트를 사용하려면 shebang 줄이 있어야 합니다)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/lt/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/lt/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/lt/libkpimidentities5.po 2020-03-03
01:31:50.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/lt/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Be pavadinimo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/lv/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/lv/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/lv/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/lv/libkpimidentities5.po 2020-04-17
02:37:45.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Nenosaukts"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/mr/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/mr/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/mr/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/mr/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "निनावी"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/nb/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/nb/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/nb/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/nb/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -6,10 +6,10 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 nr. %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Uten navn"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/nds/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/nds/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/nds/libkpimidentities5.po
2020-03-03 01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/nds/libkpimidentities5.po
2020-04-17 02:37:46.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 Nr. %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Ahn Naam"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/nl/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/nl/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/nl/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/nl/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Naamloos"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/nn/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/nn/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/nn/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/nn/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -6,10 +6,10 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1, nr. %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Namnlaus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/pa/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/pa/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/pa/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/pa/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -37,7 +37,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "ਬਿਨ-ਨਾਂ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/pl/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/pl/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/pl/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/pl/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -37,7 +37,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Nienazwany"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/pt/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/pt/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/pt/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/pt/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -32,7 +32,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sem nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/pt_BR/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/pt_BR/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/pt_BR/libkpimidentities5.po
2020-03-03 01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/pt_BR/libkpimidentities5.po
2020-04-17 02:37:46.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -39,7 +39,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Sem nome"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ro/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ro/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ro/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ro/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -41,7 +41,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Anonim"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ru/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ru/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ru/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ru/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kmail\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -44,7 +44,7 @@
msgid "%1 #%2"
msgstr "%1 № %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Безымянный"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/sk/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/sk/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/sk/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/sk/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities5\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -35,7 +35,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Nepomenované"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/sl/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/sl/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/sl/libkpimidentities5.po 2020-03-03
01:31:51.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/sl/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Neimenovano"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/sv/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/sv/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/sv/libkpimidentities5.po 2020-03-03
01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/sv/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -37,7 +37,7 @@
msgid "%1 #%2"
msgstr "%1 - %2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Namnlös"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/tr/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/tr/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/tr/libkpimidentities5.po 2020-03-03
01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/tr/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kdepimlibs-kde4\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -41,7 +41,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "İsimsiz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/ug/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/ug/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/ug/libkpimidentities5.po 2020-03-03
01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/ug/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -36,7 +36,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "ئاتسىز"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/uk/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/uk/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/uk/libkpimidentities5.po 2020-03-03
01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/uk/libkpimidentities5.po 2020-04-17
02:37:46.000000000 +0200
@@ -1,5 +1,5 @@
# Translation of libkpimidentities5.po to Ukrainian
-# Copyright (C) 2014-2019 This_file_is_part_of_KDE
+# Copyright (C) 2018-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-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+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"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 №%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "Без назви"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/zh_CN/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/zh_CN/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/zh_CN/libkpimidentities5.po
2020-03-03 01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/zh_CN/libkpimidentities5.po
2020-04-17 02:37:46.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"POT-Creation-Date: 2020-03-27 09:38+0100\n"
+"PO-Revision-Date: 2020-03-25 19:56\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -38,7 +38,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "未命名"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/po/zh_TW/libkpimidentities5.po
new/kidentitymanagement-20.04.0/po/zh_TW/libkpimidentities5.po
--- old/kidentitymanagement-19.12.3/po/zh_TW/libkpimidentities5.po
2020-03-03 01:31:52.000000000 +0100
+++ new/kidentitymanagement-20.04.0/po/zh_TW/libkpimidentities5.po
2020-04-17 02:37:46.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libkpimidentities\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2019-11-18 07:55+0100\n"
+"POT-Creation-Date: 2020-03-27 09:38+0100\n"
"PO-Revision-Date: 2019-03-22 00:32+0800\n"
"Last-Translator: pan93412 <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\n"
@@ -40,7 +40,7 @@
msgid "%1 #%2"
msgstr "%1 #%2"
-#: identitymanager.cpp:586
+#: identitymanager.cpp:596
#, kde-format
msgid "Unnamed"
msgstr "未命名"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/src/CMakeLists.txt
new/kidentitymanagement-20.04.0/src/CMakeLists.txt
--- old/kidentitymanagement-19.12.3/src/CMakeLists.txt 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/CMakeLists.txt 2020-04-06
06:56:15.000000000 +0200
@@ -7,7 +7,12 @@
utils.cpp
)
-ecm_qt_declare_logging_category(kidentitymanagement_SRCS HEADER
kidentitymanagement_debug.h IDENTIFIER KIDENTITYMANAGEMENT_LOG CATEGORY_NAME
org.kde.pim.kidentitymanagement)
+
+ecm_qt_declare_logging_category(kidentitymanagement_SRCS HEADER
kidentitymanagement_debug.h
+ IDENTIFIER KIDENTITYMANAGEMENT_LOG CATEGORY_NAME
org.kde.pim.kidentitymanagement
+ OLD_CATEGORY_NAMES log_kidentitymanagement
+ DESCRIPTION "kidentitymanagement (pim lib)" EXPORT KIDENTITYMANAGEMENT)
+
qt5_add_dbus_adaptor(kidentitymanagement_SRCS org.kde.pim.IdentityManager.xml
identitymanager.h KIdentityManagement::IdentityManager )
@@ -27,7 +32,6 @@
PRIVATE
KF5::Codecs
Qt5::Network
- KF5::Completion
KF5::I18n
KF5::WidgetsAddons
KF5::XmlGui
@@ -74,3 +78,5 @@
ecm_generate_pri_file(BASE_NAME KIdentityManagement LIB_NAME
KF5IdentityManagement DEPS "CoreAddons PimTextEdit" FILENAME_VAR PRI_FILENAME
INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KIdentityManagement)
install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
+
+ecm_qt_install_logging_categories(EXPORT KIDENTITYMANAGEMENT FILE
kidentitymanagement.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/src/identity.cpp
new/kidentitymanagement-20.04.0/src/identity.cpp
--- old/kidentitymanagement-19.12.3/src/identity.cpp 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/identity.cpp 2020-04-06
06:56:15.000000000 +0200
@@ -22,8 +22,8 @@
#include "signature.h"
#include "kidentitymanagement_debug.h"
-#include <kconfiggroup.h>
-#include <kemailaddress.h>
+#include <KConfigGroup>
+#include <KEmailAddress>
#include <QMimeData>
#include <QByteArray>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/src/identitycombo.cpp
new/kidentitymanagement-20.04.0/src/identitycombo.cpp
--- old/kidentitymanagement-19.12.3/src/identitycombo.cpp 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/identitycombo.cpp 2020-04-06
06:56:15.000000000 +0200
@@ -31,7 +31,7 @@
#include "identity.h"
#include "identitymanager.h"
-#include <klocalizedstring.h>
+#include <KLocalizedString>
#include <assert.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/src/identitymanager.cpp
new/kidentitymanagement-20.04.0/src/identitymanager.cpp
--- old/kidentitymanagement-19.12.3/src/identitymanager.cpp 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/identitymanager.cpp 2020-04-06
06:56:15.000000000 +0200
@@ -23,16 +23,16 @@
#include "identitymanager.h"
#include "identity.h" // for IdentityList::{export,import}Data
-#include <kemailaddress.h> // for static helper functions
+#include <KEmailAddress> // for static helper functions
-#include <kemailsettings.h> // for IdentityEntry::fromControlCenter()
-#include <klocalizedstring.h>
+#include <KEMailSettings> // for IdentityEntry::fromControlCenter()
+#include <KLocalizedString>
#include "kidentitymanagement_debug.h"
-#include <kconfig.h>
-#include <ksharedconfig.h>
+#include <KConfig>
+#include <KSharedConfig>
#include <kuser.h>
-#include <kconfiggroup.h>
-#include <kdelibs4configmigrator.h>
+#include <KConfigGroup>
+#include <Kdelibs4ConfigMigrator>
#include <QList>
#include <QHostInfo>
@@ -40,7 +40,7 @@
#include <QRegularExpression>
#include <assert.h>
-#include <krandom.h>
+#include <KRandom>
#include "identitymanageradaptor.h"
@@ -150,8 +150,8 @@
mIdentities << Identity();
}
- qCWarning(KIDENTITYMANAGEMENT_LOG) << "IdentityManager: There was no
default identity."
- << "Marking first one as default.";
+ qCDebug(KIDENTITYMANAGEMENT_LOG) << "IdentityManager: There was no
default identity."
+ << "Marking first one as default.";
mIdentities.first().setIsDefault(true);
}
std::sort(mIdentities.begin(), mIdentities.end());
@@ -568,7 +568,12 @@
qCWarning(KIDENTITYMANAGEMENT_LOG) <<
"IdentityManager::modifyIdentityForName() used as"
<< "newFromScratch() replacement!"
- << endl << " name == \"" << name <<
"\"";
+ #if (QT_VERSION < QT_VERSION_CHECK(5,
15, 0))
+ << endl
+ #else
+ << Qt::endl
+ #endif
+ << " name == \"" << name << "\"";
return newFromScratch(name);
}
@@ -582,7 +587,12 @@
qCWarning(KIDENTITYMANAGEMENT_LOG) << "IdentityManager::identityForUoid()
used as"
<< "newFromScratch() replacement!"
- << endl << " uoid == \"" << uoid <<
"\"";
+ #if (QT_VERSION < QT_VERSION_CHECK(5,
15, 0))
+ << endl
+ #else
+ << Qt::endl
+ #endif
+ << " uoid == \"" << uoid << "\"";
return newFromScratch(i18n("Unnamed"));
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/src/identitymanager.h
new/kidentitymanagement-20.04.0/src/identitymanager.h
--- old/kidentitymanagement-19.12.3/src/identitymanager.h 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/identitymanager.h 2020-04-06
06:56:15.000000000 +0200
@@ -21,7 +21,7 @@
#define KIDENTITYMANAGER_IDENTITYMANAGER_H
#include <kidentitymanagement_export.h>
-#include <kconfiggroup.h>
+#include <KConfigGroup>
#include <QObject>
#include <QVector>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kidentitymanagement-19.12.3/src/signature.cpp
new/kidentitymanagement-20.04.0/src/signature.cpp
--- old/kidentitymanagement-19.12.3/src/signature.cpp 2020-02-16
09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/signature.cpp 2020-04-06
06:56:15.000000000 +0200
@@ -22,10 +22,10 @@
#include "signature.h"
#include "kidentitymanagement_debug.h"
-#include <klocalizedstring.h>
-#include <kmessagebox.h>
-#include <kconfiggroup.h>
-#include <kprocess.h>
+#include <KLocalizedString>
+#include <KMessageBox>
+#include <KConfigGroup>
+#include <KProcess>
#include <QSharedPointer>
#include <QImage>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kidentitymanagement-19.12.3/src/signatureconfigurator.cpp
new/kidentitymanagement-20.04.0/src/signatureconfigurator.cpp
--- old/kidentitymanagement-19.12.3/src/signatureconfigurator.cpp
2020-02-16 09:58:54.000000000 +0100
+++ new/kidentitymanagement-20.04.0/src/signatureconfigurator.cpp
2020-04-06 06:56:15.000000000 +0200
@@ -20,15 +20,15 @@
#include "signatureconfigurator.h"
#include "identity.h"
-#include <kactioncollection.h>
-#include <klocalizedstring.h>
+#include <KActionCollection>
+#include <KLocalizedString>
#include "kidentitymanagement_debug.h"
-#include <klineedit.h>
-#include <kurlrequester.h>
-#include <kshellcompletion.h>
-#include <ktoolbar.h>
+#include <KLineEdit>
+#include <KUrlRequester>
+#include <KShellCompletion>
+#include <KToolBar>
#include <KMessageBox>
-#include <krun.h>
+#include <KRun>
#include <QUrl>
#include <KPIMTextEdit/RichTextComposer>