Hello community,

here is the log from the commit of package akonadi-notes for openSUSE:Factory 
checked in at 2017-05-08 18:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-notes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-notes"

Mon May  8 18:45:21 2017 rev:9 rq:490331 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes      
2017-03-15 00:50:08.795944906 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-notes.new/akonadi-notes.changes 
2017-05-08 18:45:25.689223564 +0200
@@ -1,0 +2,31 @@
+Sun Apr 16 10:44:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:09 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * None
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:05 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Minor fix
+  * Add ECMCoverageOption
+
+-------------------------------------------------------------------

Old:
----
  akonadi-notes-16.12.3.tar.xz

New:
----
  akonadi-notes-17.04.0.tar.xz

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

Other differences:
------------------
++++++ akonadi-notes.spec ++++++
--- /var/tmp/diff_new_pack.56RSW5/_old  2017-05-08 18:45:27.396982073 +0200
+++ /var/tmp/diff_new_pack.56RSW5/_new  2017-05-08 18:45:27.400981507 +0200
@@ -16,12 +16,14 @@
 #
 
 
+%bcond_without lang
+
 %define sonum   5
 Name:           akonadi-notes
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE PIM Libraries
 License:        LGPL-2.1+
@@ -44,6 +46,8 @@
 %package -n libKF5AkonadiNotes5
 Summary:        KDE PIM Libraries: Build Environment
 Group:          System/Libraries
+Recommends:     %{name}-lang
+Provides:       %{name} = %{version}
 
 %description  -n libKF5AkonadiNotes5
 This package contains all necessary include files and libraries needed
@@ -59,6 +63,10 @@
 This package contains all necessary include files and libraries needed
 to develop KDE PIM applications.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n akonadi-notes-%{version}
 
@@ -68,6 +76,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5AkonadiNotes5 -p /sbin/ldconfig
 %postun -n libKF5AkonadiNotes5 -p /sbin/ldconfig
@@ -89,4 +100,9 @@
 %{_kf5_includedir}/akonadi-notes_version.h
 %{_kf5_mkspecsdir}/qt_AkonadiNotes.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ akonadi-notes-16.12.3.tar.xz -> akonadi-notes-17.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/CMakeLists.txt 
new/akonadi-notes-17.04.0/CMakeLists.txt
--- old/akonadi-notes-16.12.3/CMakeLists.txt    2017-02-14 13:36:11.000000000 
+0100
+++ new/akonadi-notes-17.04.0/CMakeLists.txt    2017-04-14 02:22:44.000000000 
+0200
@@ -1,31 +1,33 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
+set(PIM_VERSION "5.5.0")
 
-project(Akonadi-Notes)
+project(Akonadi-Notes VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.28.0")
+set(KF5_VERSION "5.32.0")
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
 include(ECMGeneratePriFile)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(FeatureSummary)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
+include(ECMCoverageOption)
+
 
 set(QT_REQUIRED_VERSION "5.6.0")
-set(PIM_VERSION "5.4.3")
 set(AKONADI_NOTES_VERSION ${PIM_VERSION})
 
-set(KMIMELIB_VERSION "5.4.3")
-set(AKONADI_VERSION "5.4.3")
+set(KMIMELIB_VERSION "5.5.0")
+set(AKONADI_VERSION "5.5.0")
 
-ecm_setup_version(${AKONADI_NOTES_VERSION} VARIABLE_PREFIX AKONADINOTES
+ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES
     VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h"
     PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5AkonadiNotesConfigVersion.cmake"
     SOVERSION 5
@@ -51,7 +53,7 @@
 ########### CMake Config Files ###########
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5AkonadiNotes")
 
-ecm_configure_package_config_file(
+configure_package_config_file(
     "${CMAKE_CURRENT_SOURCE_DIR}/KF5AkonadiNotesConfig.cmake.in"
     "${CMAKE_CURRENT_BINARY_DIR}/KF5AkonadiNotesConfig.cmake"
     INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
@@ -72,3 +74,4 @@
     )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ar/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ar/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ar/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ar/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Safa Alfulaij <safa1996alful...@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-09-12 14:20+0300\n"
+"Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
+"Language-Team: Arabic <d...@arabeyes.org>\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "ملاحظة جديدة"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ast/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ast/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ast/akonadinotes5.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ast/akonadinotes5.po   2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# enolp <en...@softastur.org>, 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2016-12-19 02:56+0100\n"
+"Last-Translator: enolp <en...@softastur.org>\n"
+"Language-Team: Asturian <alministrado...@softastur.org>\n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nota nueva"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/bs/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/bs/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/bs/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/bs/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Bosnian translation for bosnianuniversetranslation
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the 
bosnianuniversetranslation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bosnianuniversetranslation\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-10-05 19:44+0000\n"
+"Last-Translator: Samir Ribić <Unknown>\n"
+"Language-Team: Bosnian <b...@li.org>\n"
+"Language: bs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-10-19 05:16+0000\n"
+"X-Generator: Launchpad (build 16807)\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nova bilješka"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ca/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ca/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ca/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ca/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Translation of akonadinotes5.po to Catalan
+# Copyright (C) 2014 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.
+#
+# Josep Ma. Ferrer <txe...@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-01-07 22:09+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"Language-Team: Catalan <kde-i18n...@kde.org>\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Accelerator-Marker: &\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nota nova"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-notes-16.12.3/po/ca@valencia/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ca@valencia/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ca@valencia/akonadinotes5.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ca@valencia/akonadinotes5.po   2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Translation of akonadinotes5.po to Catalan (Valencian)
+# Copyright (C) 2014 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.
+#
+# Josep Ma. Ferrer <txe...@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-01-07 22:09+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"Language-Team: Catalan <kde-i18n...@kde.org>\n"
+"Language: ca@valencia\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Accelerator-Marker: &\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nota nova"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/cs/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/cs/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/cs/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/cs/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Vít Pelčák <v...@pelcak.org>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-08 10:53+0200\n"
+"Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
+"Language-Team: Czech <kde-i18n-...@kde.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nová poznámka"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/da/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/da/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/da/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/da/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Martin Schlander <mschlan...@opensuse.org>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-12-29 19:31+0100\n"
+"Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
+"Language-Team: Danish <da...@dansk-gruppen.dk>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Ny note"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/de/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/de/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/de/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/de/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,21 @@
+# Frederik Schwarzer <schwar...@kde.org>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-10-31 23:48+0100\n"
+"Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
+"Language-Team: German <kde-i18n...@kde.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Neue Notiz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/el/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/el/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/el/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/el/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# akonadinotes.po translation el
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Stelios <ssta...@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-10-25 18:28+0300\n"
+"Last-Translator: Stelios <ssta...@gmail.com>\n"
+"Language-Team: Greek <kde-i18n...@kde.org>\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Νέα σημείωση"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/en_GB/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/en_GB/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/en_GB/akonadinotes5.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/en_GB/akonadinotes5.po 2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Steve Allewell <steve.allew...@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-08-17 13:13+0100\n"
+"Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
+"Language-Team: British English <kde-l10n-en...@kde.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "New Note"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/es/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/es/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/es/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/es/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Javier Vinal <fjvi...@gmail.com>, 2011, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2013-11-25 14:08+0100\n"
+"Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
+"Language-Team: Spanish <kde-l10n...@kde.org>\n"
+"Language: es\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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nota nueva"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/et/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/et/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/et/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/et/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Marek Laane <b...@smail.ee>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-12-22 04:12+0200\n"
+"Last-Translator: Marek Laane <b...@smail.ee>\n"
+"Language-Team: Estonian <kde...@linux.ee>\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.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Uus sedel"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/fi/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/fi/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/fi/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/fi/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,26 @@
+# Copyright © 2012 This_file_is_part_of_KDE
+# This file is distributed under the same license as the kdepimlibs package.
+# Tommi Nieminen <transla...@legisign.org>, 2012.
+#
+# KDE Finnish translation sprint participants:
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2013-01-20 20:04:09+0000\n"
+"Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
+"Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-POT-Import-Date: 2012-12-01 22:25:16+0000\n"
+"X-Generator: MediaWiki 1.21alpha (963ddae); Translate 2012-11-08\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Uusi muistilappu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/fr/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/fr/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/fr/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/fr/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# translation of akonadinotes.po to Français
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Joëlle Cornavin <jc...@free.fr>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-04-15 15:54+0200\n"
+"Last-Translator: Joëlle Cornavin <jc...@free.fr>\n"
+"Language-Team: French <kde-francoph...@kde.orh>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nouvelle note"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ga/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ga/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ga/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ga/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Irish translation of akonadinotes
+# Copyright (C) 2011 This_file_is_part_of_KDE
+# This file is distributed under the same license as the akonadinotes package.
+# Kevin Scannell <ksca...@gmail.com>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-12-28 12:28-0500\n"
+"Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
+"Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
+"Language: ga\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? "
+"3 : 4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nóta Nua"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/gl/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/gl/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/gl/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/gl/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Marce Villarino <mvillar...@kde-espana.es>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2013-01-01 11:28+0100\n"
+"Last-Translator: Marce Villarino <mvillar...@kde-espana.es>\n"
+"Language-Team: Galician <proxe...@trasno.net>\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.4\n"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nova nota "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/he/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/he/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/he/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/he/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Diego Iastrubni <elc...@kde.org>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-03-24 23:12+0200\n"
+"Last-Translator: Diego Iastrubni <elc...@kde.org>\n"
+"Language-Team: Hebrew <kde-i18n...@kde.org>\n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "פתק חדש"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/hu/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/hu/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/hu/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/hu/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Kristóf Kiszel <ulys...@kubuntu.org>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-10-25 13:03+0200\n"
+"Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
+"Language-Team: Hungarian <kde-l10n...@kde.org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Új jegyzet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ia/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ia/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ia/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ia/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# g.sora <g.s...@tiscali.it>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-11-07 11:28+0100\n"
+"Last-Translator: g.sora <g.s...@tiscali.it>\n"
+"Language-Team: Interlingua <kde-i18n...@kde.org>\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 1.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nove Nota"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/it/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/it/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/it/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/it/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# translation of akonadinotes.po to Italian
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the akonadinotes package.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-01-12 01:23+0100\n"
+"Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
+"Language-Team: Italian <kde-i18n...@kde.org>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nuova nota"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ja/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ja/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ja/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ja/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,21 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-10 22:32-0700\n"
+"Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
+"Language-Team: Japanese <kde...@kde.org>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/kk/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/kk/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/kk/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/kk/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sairan Kikkarin <sai...@computer.org>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-12-13 02:37+0600\n"
+"Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
+"Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
+"Language: kk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.1\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "New Note"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/km/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/km/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/km/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/km/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# translation of akonadinotes.po to Khmer
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Khoem Sokhem <khoemsok...@khmeros.info>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2012-06-08 09:39+0700\n"
+"Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
+"Language-Team: Khmer\n"
+"Language: km\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "ចំណាំ​ថ្មី"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ko/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ko/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ko/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ko/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,23 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Shinjo Park <k...@peremen.name>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-03-03 00:24+0900\n"
+"Last-Translator: Shinjo Park <k...@peremen.name>\n"
+"Language-Team: Korean <k...@peremen.name>\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "새 메모"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/lt/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/lt/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/lt/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/lt/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Lithuanian translations for l package.
+# Copyright (C) 2011 This_file_is_part_of_KDE
+# This file is distributed under the same license as the l package.
+#
+# Automatically generated, 2011.
+# Remigijus Jarmalavičius <remigi...@jarmalavicius.lt>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-25 12:28+0300\n"
+"Last-Translator: Remigijus Jarmalavičius <remigi...@jarmalavicius.lt>\n"
+"Language-Team: Lithuanian <kde-i18n-...@kde.org>\n"
+"Language: lt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
+"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
+"X-Generator: Lokalize 1.2\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Naujas užrašas"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/mr/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/mr/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/mr/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/mr/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Chetan Khona <che...@kompkin.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2013-03-13 15:18+0530\n"
+"Last-Translator: Chetan Khona <che...@kompkin.com>\n"
+"Language-Team: Marathi <kde-i18n-...@kde.org>\n"
+"Language: mr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "नवी नोंद"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/nb/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/nb/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/nb/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/nb/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,26 @@
+# Translation of akonadinotes5 to Norwegian Bokmål
+#
+# Bjørn Steensrud <bjor...@skogkatt.homelinux.org>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-10 19:33+0200\n"
+"Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
+"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
+"Language: nb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Ny merknad"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/nds/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/nds/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/nds/akonadinotes5.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/nds/akonadinotes5.po   2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# translation of akonadinotes.po to Low Saxon
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Manfred Wiese <m.j.wi...@web.de>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-07 22:33+0200\n"
+"Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n"
+"Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
+"Language: nds\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nieg Notiz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/nl/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/nl/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/nl/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/nl/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Freek de Kruijf <freekdekru...@kde.nl>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-12 16:56+0200\n"
+"Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
+"Language-Team: Dutch <kde-i18n...@kde.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nieuwe notitie"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/pl/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/pl/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/pl/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/pl/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-08-16 07:55+0200\n"
+"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
+"Language-Team: Polish <kde-i18n-...@kde.org>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nowa notatka"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/pt/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/pt/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/pt/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/pt/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,19 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-07 11:18+0100\n"
+"Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
+"Language-Team: Portuguese <kde-i18n...@kde.org>\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nova Nota"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/pt_BR/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/pt_BR/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/pt_BR/akonadinotes5.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/pt_BR/akonadinotes5.po 2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# Translation of akonadinotes5.po to Brazilian Portuguese
+# Copyright (C) 2014 This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# André Marcelo Alvarenga <alvare...@kde.org>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-08-16 10:47-0300\n"
+"Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
+"Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nova nota"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ro/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ro/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ro/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ro/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sergiu Bivol <ser...@ase.md>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-10-03 11:02+0300\n"
+"Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
+"Language-Team: Romanian <kde-i18n...@kde.org>\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Notă nouă"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ru/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ru/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ru/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ru/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,28 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Alexander Lakhin <exclus...@gmail.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2013-05-25 14:40+0400\n"
+"Last-Translator: Alexander Lakhin <exclus...@gmail.com>\n"
+"Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Новая заметка"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/sk/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/sk/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/sk/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/sk/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,22 @@
+# translation of akonadinotes5.po to Slovak
+# Roman Paholík <wizzar...@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-08-14 14:17+0200\n"
+"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.5\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Nová poznámka"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/sl/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/sl/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/sl/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/sl/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Andrej Mernik <andr...@ubuntu.si>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-08-22 09:28+0200\n"
+"Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
+"Language-Team: Slovenian <lugos-...@lugos.si>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Novo sporočilce"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/sr/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/sr/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/sr/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/sr/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,25 @@
+# Translation of akonadinotes.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-12-26 22:39+0100\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Нова белешка"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/sv/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/sv/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/sv/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/sv/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Stefan Asserhall <stefan.asserh...@bredband.net>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-07 14:39+0200\n"
+"Last-Translator: Stefan Asserhall <stefan.asserh...@bredband.net>\n"
+"Language-Team: Swedish <kde-i18n-...@kde.org>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Ny anteckning"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/tr/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/tr/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/tr/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/tr/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# obsoleteman <tulli...@gmail.com>, 2012.
+# Kaan Ozdincer <kaanozdin...@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: kdepimlibs-kde4\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-11-12 01:06+0200\n"
+"Last-Translator: Kaan Ozdincer <kaanozdin...@gmail.com>\n"
+"Language-Team: Turkish <kde-l10n...@kde.org>\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"(http://www.transifex.com/projects/p/kdepimlibs-k-tr/language/tr/)\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.4\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Yeni Not"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/ug/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/ug/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/ug/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/ug/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Uyghur translation for akonadinotes.
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Gheyret Kenji <ghey...@gmail.com>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2013-09-08 07:05+0900\n"
+"Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
+"Language-Team: Uyghur <kde-i18n-...@kde.org>\n"
+"Language: ug\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "يېڭى ئىزاھ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/uk/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/uk/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/uk/akonadinotes5.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/uk/akonadinotes5.po    2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,27 @@
+# Translation of akonadinotes5.po to Ukrainian
+# Copyright (C) 2014 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.
+#
+# Yuri Chornoivan <yurc...@ukr.net>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadinotes5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-07 07:53+0300\n"
+"Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
+"Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "Нова нотатка"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/zh_CN/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/zh_CN/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/zh_CN/akonadinotes5.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/zh_CN/akonadinotes5.po 2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Xuetian Weng <xw...@cs.stonybrook.edu>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2014-08-14 07:59-0400\n"
+"Last-Translator: Xuetian Weng <xw...@cs.stonybrook.edu>\n"
+"Language-Team: Chinese Simplified <kde-i18n-...@kde.org>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "新建便笺"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/po/zh_TW/akonadinotes5.po 
new/akonadi-notes-17.04.0/po/zh_TW/akonadinotes5.po
--- old/akonadi-notes-16.12.3/po/zh_TW/akonadinotes5.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/akonadi-notes-17.04.0/po/zh_TW/akonadinotes5.po 2017-04-14 
02:22:44.000000000 +0200
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Franklin Weng <frank...@goodhorse.idv.tw>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"PO-Revision-Date: 2011-09-16 09:25+0800\n"
+"Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
+"Language-Team: Chinese Traditional <zh-l...@linux.org.tw>\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: noteutils.cpp:368
+#, kde-format
+msgctxt "The default name for new notes."
+msgid "New Note"
+msgstr "新增便條"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-16.12.3/src/noteutils.cpp 
new/akonadi-notes-17.04.0/src/noteutils.cpp
--- old/akonadi-notes-16.12.3/src/noteutils.cpp 2017-02-14 13:36:11.000000000 
+0100
+++ new/akonadi-notes-17.04.0/src/noteutils.cpp 2017-04-12 07:08:01.000000000 
+0200
@@ -239,7 +239,7 @@
 QDomDocument createXMLDocument()
 {
     QDomDocument document;
-    QString p = QStringLiteral("version=\"1.0\" encoding=\"UTF-8\"");
+    const QString p = QStringLiteral("version=\"1.0\" encoding=\"UTF-8\"");
     
document.appendChild(document.createProcessingInstruction(QStringLiteral("xml"),
 p));
     return document;
 }
@@ -563,5 +563,5 @@
     return QStringLiteral("text/x-vnd.akonadi.note");
 }
 
-} //End Namepsace
-} //End Namepsace
+} //End Namespace
+} //End Namespace


Reply via email to