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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Arabic <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Asturian <[email protected]>\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 <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Catalan <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Catalan <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Czech <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Danish <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: German <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Greek <[email protected]>\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 <[email protected]>, 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 <[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"
+"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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Spanish <[email protected]>\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 <[email protected]>, 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 <[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.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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Finnish <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: French <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Irish <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Galician <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Hebrew <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Hungarian <[email protected]>\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 <[email protected]>, 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 <[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 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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Italian <[email protected]>\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 <[email protected]>\n"
+"Language-Team: Japanese <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Kazakh <[email protected]>\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 <[email protected]>, 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 <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Korean <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Lithuanian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Marathi <[email protected]>\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 <[email protected]>, 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 <[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"
+"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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Low Saxon <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Dutch <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Polish <[email protected]>\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 <[email protected]>\n"
+"Language-Team: Portuguese <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Brazilian Portuguese <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Romanian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Russian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Slovenian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Swedish <[email protected]>\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 <[email protected]>, 2012.
+# Kaan Ozdincer <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Turkish <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Uyghur <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Ukrainian <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Chinese Simplified <[email protected]>\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 <[email protected]>, 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 <[email protected]>\n"
+"Language-Team: Chinese Traditional <[email protected]>\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