Hello community,

here is the log from the commit of package grantlee-editor for openSUSE:Factory 
checked in at 2018-08-24 17:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Fri Aug 24 17:04:48 2018 rev:21 rq:630109 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2018-07-19 22:50:34.522840833 +0200
+++ /work/SRC/openSUSE:Factory/.grantlee-editor.new/grantlee-editor.changes     
2018-08-24 17:04:51.590125210 +0200
@@ -1,0 +2,21 @@
+Thu Aug 16 22:01:08 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * None
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:28 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Fix warning
+  * KNS3::standardAction doesn't support new connect api
+
+-------------------------------------------------------------------

Old:
----
  grantlee-editor-18.04.3.tar.xz

New:
----
  grantlee-editor-18.08.0.tar.xz

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.T5TBzQ/_old  2018-08-24 17:04:51.970125661 +0200
+++ /var/tmp/diff_new_pack.T5TBzQ/_new  2018-08-24 17:04:51.970125661 +0200
@@ -19,11 +19,11 @@
 %bcond_without lang
 
 Name:           grantlee-editor
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Messageviewer header theme editor based on Grantlee
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
@@ -68,9 +68,7 @@
 %endif
 Requires:       kaddressbook
 Requires:       kmail-application-icons
-%if %{with lang}
 Recommends:     %{name}-lang
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
@@ -79,9 +77,7 @@
 A theme editor for messageviewer based on Grantlee. Once created or modified,
 the themes can be used in KMail.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q

++++++ grantlee-editor-18.04.3.tar.xz -> grantlee-editor-18.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-18.04.3/CMakeLists.txt 
new/grantlee-editor-18.08.0/CMakeLists.txt
--- old/grantlee-editor-18.04.3/CMakeLists.txt  2018-07-10 02:14:20.000000000 
+0200
+++ new/grantlee-editor-18.08.0/CMakeLists.txt  2018-08-10 02:13:48.000000000 
+0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.8.3")
+set(KDEPIM_VERSION_NUMBER "5.9.0")
 project(grantlee-editor VERSION ${KDEPIM_VERSION_NUMBER})
 
-set(KF5_VERSION "5.44.0")
+set(KF5_VERSION "5.47.0")
 
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -37,16 +37,16 @@
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(MESSAGELIB_LIB_VERSION_LIB "5.8.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.9.0")
 
-set(AKONADI_MIMELIB_VERSION "5.8.3")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.8.3")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.8.3")
-set(LIBKLEO_LIB_VERSION_LIB "5.8.3")
-set(QT_REQUIRED_VERSION "5.8.0")
-set(KIMAP_LIB_VERSION "5.8.3")
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.3")
+set(AKONADI_MIMELIB_VERSION "5.9.0")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.0")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.9.0")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.0")
+set(LIBKLEO_LIB_VERSION_LIB "5.9.0")
+set(QT_REQUIRED_VERSION "5.9.0")
+set(KIMAP_LIB_VERSION "5.9.0")
+set(PIMCOMMON_LIB_VERSION_LIB "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngine 
WebEngineWidgets)
 
 # Find KF5 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.cpp
 
new/grantlee-editor-18.08.0/contactprintthemeeditor/contactprintthemepreview.cpp
--- 
old/grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.cpp
    2018-06-29 07:03:32.000000000 +0200
+++ 
new/grantlee-editor-18.08.0/contactprintthemeeditor/contactprintthemepreview.cpp
    2018-08-06 07:16:12.000000000 +0200
@@ -57,7 +57,8 @@
 
 void ContactPrintThemePreview::createScreenShot(const QStringList &fileName)
 {
-    //TODO
+    Q_UNUSED(fileName);
+    qCWarning(CONTACTPRINTTHEMEEDITOR_LOG) << "Create screenshot not 
implemented yet";
 }
 
 void ContactPrintThemePreview::setThemePath(const QString &projectDirectory, 
const QString &mainPageFileName)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.h 
new/grantlee-editor-18.08.0/contactprintthemeeditor/contactprintthemepreview.h
--- 
old/grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.h  
    2018-06-29 07:03:32.000000000 +0200
+++ 
new/grantlee-editor-18.08.0/contactprintthemeeditor/contactprintthemepreview.h  
    2018-08-06 07:16:12.000000000 +0200
@@ -34,7 +34,7 @@
     Q_OBJECT
 public:
     explicit ContactPrintThemePreview(const QString &projectDirectory, QWidget 
*parent = nullptr);
-    ~ContactPrintThemePreview();
+    ~ContactPrintThemePreview() override;
 
     void updateViewer() override;
     void createScreenShot(const QStringList &fileName) override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactprintthemeeditor/themeeditormainwindow.h 
new/grantlee-editor-18.08.0/contactprintthemeeditor/themeeditormainwindow.h
--- old/grantlee-editor-18.04.3/contactprintthemeeditor/themeeditormainwindow.h 
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactprintthemeeditor/themeeditormainwindow.h 
2018-08-06 07:16:12.000000000 +0200
@@ -32,17 +32,19 @@
     Q_OBJECT
 public:
     explicit ThemeEditorMainWindow();
-    ~ThemeEditorMainWindow();
+    ~ThemeEditorMainWindow() override;
 
 protected:
     void closeEvent(QCloseEvent *) override;
 
+private Q_SLOTS:
+    void slotUploadTheme();
+
 private:
     void slotNewTheme();
     void slotCloseTheme();
     void slotAddExtraPage();
     void slotOpenTheme();
-    void slotUploadTheme();
     void slotQuitApp();
     bool slotSaveTheme();
     void slotConfigure();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorwidget.h 
new/grantlee-editor-18.08.0/contactprintthemeeditor/themeeditorwidget.h
--- old/grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorwidget.h     
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactprintthemeeditor/themeeditorwidget.h     
2018-08-06 07:16:12.000000000 +0200
@@ -26,7 +26,7 @@
     Q_OBJECT
 public:
     explicit ThemeEditorWidget(QWidget *parent = nullptr);
-    ~ThemeEditorWidget();
+    ~ThemeEditorWidget() override;
 
 public Q_SLOTS:
     void createCompleterList(const QStringList &extraCompletion = 
QStringList()) override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactprintthemeeditor/themetemplatewidget.h 
new/grantlee-editor-18.08.0/contactprintthemeeditor/themetemplatewidget.h
--- old/grantlee-editor-18.04.3/contactprintthemeeditor/themetemplatewidget.h   
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactprintthemeeditor/themetemplatewidget.h   
2018-08-06 07:16:12.000000000 +0200
@@ -28,7 +28,7 @@
     Q_OBJECT
 public:
     explicit ThemeTemplateListWidget(const QString &configName, QWidget 
*parent = nullptr);
-    ~ThemeTemplateListWidget();
+    ~ThemeTemplateListWidget() override;
 
     QVector<PimCommon::defaultTemplate> defaultTemplates() override;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactthemeeditor/contacteditormainwindow.h 
new/grantlee-editor-18.08.0/contactthemeeditor/contacteditormainwindow.h
--- old/grantlee-editor-18.04.3/contactthemeeditor/contacteditormainwindow.h    
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactthemeeditor/contacteditormainwindow.h    
2018-08-06 07:16:12.000000000 +0200
@@ -31,17 +31,19 @@
     Q_OBJECT
 public:
     explicit ContactEditorMainWindow();
-    ~ContactEditorMainWindow();
+    ~ContactEditorMainWindow() override;
 
 protected:
     void closeEvent(QCloseEvent *) override;
 
+private Q_SLOTS:
+    void slotUploadTheme();
+
 private:
     void slotNewTheme();
     void slotCloseTheme();
     void slotAddExtraPage();
     void slotOpenTheme();
-    void slotUploadTheme();
     void slotQuitApp();
     bool slotSaveTheme();
     void slotInstallTheme();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactthemeeditor/contacteditorwidget.h 
new/grantlee-editor-18.08.0/contactthemeeditor/contacteditorwidget.h
--- old/grantlee-editor-18.04.3/contactthemeeditor/contacteditorwidget.h        
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactthemeeditor/contacteditorwidget.h        
2018-08-06 07:16:12.000000000 +0200
@@ -25,7 +25,7 @@
     Q_OBJECT
 public:
     explicit ContactEditorWidget(QWidget *parent = nullptr);
-    ~ContactEditorWidget();
+    ~ContactEditorWidget() override;
 
 public Q_SLOTS:
     void createCompleterList(const QStringList &extraCompletion = 
QStringList()) override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactthemeeditor/contacttemplatewidget.h 
new/grantlee-editor-18.08.0/contactthemeeditor/contacttemplatewidget.h
--- old/grantlee-editor-18.04.3/contactthemeeditor/contacttemplatewidget.h      
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactthemeeditor/contacttemplatewidget.h      
2018-08-06 07:16:12.000000000 +0200
@@ -27,7 +27,7 @@
     Q_OBJECT
 public:
     explicit ContactTemplateListWidget(const QString &configName, QWidget 
*parent = nullptr);
-    ~ContactTemplateListWidget();
+    ~ContactTemplateListWidget() override;
 
     QVector<PimCommon::defaultTemplate> defaultTemplates() override;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/contactthemeeditor/previewwidget.h 
new/grantlee-editor-18.08.0/contactthemeeditor/previewwidget.h
--- old/grantlee-editor-18.04.3/contactthemeeditor/previewwidget.h      
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/contactthemeeditor/previewwidget.h      
2018-08-06 07:16:12.000000000 +0200
@@ -26,7 +26,7 @@
     Q_OBJECT
 public:
     explicit PreviewWidget(const QString &projectDirectory, QWidget *parent = 
nullptr);
-    ~PreviewWidget();
+    ~PreviewWidget() override;
 
     void createScreenShot(const QStringList &fileList) override;
     void loadConfig() override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/grantleethemeeditor/grantleeplaintexteditor.h 
new/grantlee-editor-18.08.0/grantleethemeeditor/grantleeplaintexteditor.h
--- old/grantlee-editor-18.04.3/grantleethemeeditor/grantleeplaintexteditor.h   
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/grantleethemeeditor/grantleeplaintexteditor.h   
2018-08-06 07:16:12.000000000 +0200
@@ -31,7 +31,7 @@
     Q_OBJECT
 public:
     explicit GrantleePlainTextEditor(QWidget *parent = nullptr);
-    ~GrantleePlainTextEditor();
+    ~GrantleePlainTextEditor() override;
 
     void createCompleterList(const QStringList &extraCompletion);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/grantleethemeeditor/previewwidget.cpp 
new/grantlee-editor-18.08.0/grantleethemeeditor/previewwidget.cpp
--- old/grantlee-editor-18.04.3/grantleethemeeditor/previewwidget.cpp   
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/grantleethemeeditor/previewwidget.cpp   
2018-08-06 07:16:12.000000000 +0200
@@ -53,10 +53,13 @@
 
 void PreviewWidget::createScreenShot(const QStringList &lstFileName)
 {
+    Q_UNUSED(lstFileName);
 }
 
 void PreviewWidget::setThemePath(const QString &projectDirectory, const 
QString &mainPageFileName)
 {
+    Q_UNUSED(projectDirectory);
+    Q_UNUSED(mainPageFileName);
 }
 
 void PreviewWidget::slotMainFileNameChanged(const QString &)
@@ -65,4 +68,5 @@
 
 void PreviewWidget::slotExtraHeaderDisplayChanged(const QStringList &headers)
 {
+    Q_UNUSED(headers);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/headerthemeeditor/previewwidget.h 
new/grantlee-editor-18.08.0/headerthemeeditor/previewwidget.h
--- old/grantlee-editor-18.04.3/headerthemeeditor/previewwidget.h       
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/headerthemeeditor/previewwidget.h       
2018-08-06 07:16:12.000000000 +0200
@@ -30,7 +30,7 @@
     Q_OBJECT
 public:
     explicit PreviewWidget(const QString &projectDirectory, QWidget *parent = 
nullptr);
-    ~PreviewWidget();
+    ~PreviewWidget() override;
 
     void createScreenShot(const QStringList &fileList) override;
     void loadConfig() override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/headerthemeeditor/themeeditormainwindow.h 
new/grantlee-editor-18.08.0/headerthemeeditor/themeeditormainwindow.h
--- old/grantlee-editor-18.04.3/headerthemeeditor/themeeditormainwindow.h       
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/headerthemeeditor/themeeditormainwindow.h       
2018-08-06 07:16:12.000000000 +0200
@@ -32,17 +32,19 @@
     Q_OBJECT
 public:
     explicit ThemeEditorMainWindow();
-    ~ThemeEditorMainWindow();
+    ~ThemeEditorMainWindow() override;
 
 protected:
     void closeEvent(QCloseEvent *) override;
 
+private Q_SLOTS:
+    void slotUploadTheme();
+
 private:
     void slotNewTheme();
     void slotCloseTheme();
     void slotAddExtraPage();
     void slotOpenTheme();
-    void slotUploadTheme();
     void slotQuitApp();
     bool slotSaveTheme();
     void slotConfigure();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/headerthemeeditor/themeeditorwidget.h 
new/grantlee-editor-18.08.0/headerthemeeditor/themeeditorwidget.h
--- old/grantlee-editor-18.04.3/headerthemeeditor/themeeditorwidget.h   
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/headerthemeeditor/themeeditorwidget.h   
2018-08-06 07:16:12.000000000 +0200
@@ -25,7 +25,7 @@
     Q_OBJECT
 public:
     explicit ThemeEditorWidget(QWidget *parent = nullptr);
-    ~ThemeEditorWidget();
+    ~ThemeEditorWidget() override;
 
 public Q_SLOTS:
     void createCompleterList(const QStringList &extraCompletion = 
QStringList()) override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/headerthemeeditor/themetemplatewidget.h 
new/grantlee-editor-18.08.0/headerthemeeditor/themetemplatewidget.h
--- old/grantlee-editor-18.04.3/headerthemeeditor/themetemplatewidget.h 
2018-06-29 07:03:32.000000000 +0200
+++ new/grantlee-editor-18.08.0/headerthemeeditor/themetemplatewidget.h 
2018-08-06 07:16:12.000000000 +0200
@@ -27,7 +27,7 @@
     Q_OBJECT
 public:
     explicit ThemeTemplateListWidget(const QString &configName, QWidget 
*parent = nullptr);
-    ~ThemeTemplateListWidget();
+    ~ThemeTemplateListWidget() override;
 
     QVector<PimCommon::defaultTemplate> defaultTemplates() override;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/gl/contactprintthemeeditor.po 
new/grantlee-editor-18.08.0/po/gl/contactprintthemeeditor.po
--- old/grantlee-editor-18.04.3/po/gl/contactprintthemeeditor.po        
2018-07-10 02:14:19.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/gl/contactprintthemeeditor.po        
2018-08-10 02:13:47.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-02 03:14+0100\n"
-"PO-Revision-Date: 2018-04-18 20:26+0100\n"
+"PO-Revision-Date: 2018-04-22 10:52+0100\n"
 "Last-Translator: Adrian Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
 "Language: gl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-18.04.3/po/gl/contactthemeeditor.po 
new/grantlee-editor-18.08.0/po/gl/contactthemeeditor.po
--- old/grantlee-editor-18.04.3/po/gl/contactthemeeditor.po     2018-07-10 
02:14:19.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/gl/contactthemeeditor.po     2018-08-10 
02:13:47.000000000 +0200
@@ -41,7 +41,7 @@
 #: contactconfigurationdialog.cpp:54
 #, kde-format
 msgid "Default contact:"
-msgstr "Contacto predefinido:"
+msgstr "Contacto predeterminado:"
 
 #: contactconfigurationdialog.cpp:60
 #, kde-format
@@ -51,7 +51,7 @@
 #: contactconfigurationdialog.cpp:63
 #, kde-format
 msgid "Default Template"
-msgstr "Modelo predefinido"
+msgstr "Modelo predeterminado"
 
 #: contacteditormainwindow.cpp:92
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-18.04.3/po/gl/headerthemeeditor.po 
new/grantlee-editor-18.08.0/po/gl/headerthemeeditor.po
--- old/grantlee-editor-18.04.3/po/gl/headerthemeeditor.po      2018-07-10 
02:14:19.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/gl/headerthemeeditor.po      2018-08-10 
02:13:47.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2018-04-18 20:24+0100\n"
+"PO-Revision-Date: 2018-04-22 10:52+0100\n"
 "Last-Translator: Adrian Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
 "Language: gl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/pt_BR/contactprintthemeeditor.po 
new/grantlee-editor-18.08.0/po/pt_BR/contactprintthemeeditor.po
--- old/grantlee-editor-18.04.3/po/pt_BR/contactprintthemeeditor.po     
2018-07-10 02:14:19.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/pt_BR/contactprintthemeeditor.po     
2018-08-10 02:13:47.000000000 +0200
@@ -1,14 +1,14 @@
 # Translation of contactprintthemeeditor.po to Brazilian Portuguese
-# Copyright (C) 2015-2016 This_file_is_part_of_KDE
+# Copyright (C) 2015-2018 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# André Marcelo Alvarenga <alvare...@kde.org>, 2015, 2016.
+# André Marcelo Alvarenga <alvare...@kde.org>, 2015, 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: contactprintthemeeditor\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-02 03:14+0100\n"
-"PO-Revision-Date: 2016-01-02 10:11-0200\n"
+"PO-Revision-Date: 2018-07-17 22:31-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"
@@ -16,7 +16,7 @@
 "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"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -71,10 +71,9 @@
 msgstr "Editor de temas de impressão de contatos"
 
 #: main.cpp:45
-#, fuzzy, kde-format
-#| msgid "Copyright © 2015-2016 contactprintthemeeditor authors"
+#, kde-format
 msgid "Copyright © 2015-2018 contactprintthemeeditor authors"
-msgstr "Copyright © 2015-2016, autores do contactprintthemeeditor"
+msgstr "Copyright © 2015-2018, autores do contactprintthemeeditor"
 
 #: main.cpp:46
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/pt_BR/contactthemeeditor.po 
new/grantlee-editor-18.08.0/po/pt_BR/contactthemeeditor.po
--- old/grantlee-editor-18.04.3/po/pt_BR/contactthemeeditor.po  2018-07-10 
02:14:19.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/pt_BR/contactthemeeditor.po  2018-08-10 
02:13:47.000000000 +0200
@@ -1,14 +1,14 @@
 # Translation of contactthemeeditor.po to Brazilian Portuguese
-# Copyright (C) 2013-2016 This_file_is_part_of_KDE
+# Copyright (C) 2013-2018 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# André Marcelo Alvarenga <alvare...@kde.org>, 2013, 2014, 2015, 2016.
+# André Marcelo Alvarenga <alvare...@kde.org>, 2013, 2014, 2015, 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: contactthemeeditor\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2016-01-02 10:11-0200\n"
+"PO-Revision-Date: 2018-07-17 22:31-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"
@@ -16,7 +16,7 @@
 "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"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -217,10 +217,9 @@
 msgstr "Editor de temas de contatos"
 
 #: main.cpp:49
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2016 contactthemeeditor authors"
+#, kde-format
 msgid "Copyright © 2013-2018 contactthemeeditor authors"
-msgstr "Copyright © 2013-2016, dos autores do contactthemeeditor"
+msgstr "Copyright © 2013-2018, dos autores do contactthemeeditor"
 
 #: main.cpp:50
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/pt_BR/headerthemeeditor.po 
new/grantlee-editor-18.08.0/po/pt_BR/headerthemeeditor.po
--- old/grantlee-editor-18.04.3/po/pt_BR/headerthemeeditor.po   2018-07-10 
02:14:19.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/pt_BR/headerthemeeditor.po   2018-08-10 
02:13:47.000000000 +0200
@@ -1,22 +1,22 @@
 # Translation of headerthemeeditor.po to Brazilian Portuguese
-# Copyright (C) 2013-2016 This_file_is_part_of_KDE
+# Copyright (C) 2013-2018 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# André Marcelo Alvarenga <alvare...@kde.org>, 2013, 2014, 2015, 2016.
+# André Marcelo Alvarenga <alvare...@kde.org>, 2013, 2014, 2015, 2016, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: headerthemeeditor\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2016-01-02 10:12-0200\n"
+"PO-Revision-Date: 2018-07-17 22:40-0300\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
-"Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
+"Language-Team: 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"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -57,10 +57,9 @@
 msgstr "Editor de temas de cabeçalho do visualizador de mensagens"
 
 #: main.cpp:52
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2016 headerthemeeditor authors"
+#, kde-format
 msgid "Copyright © 2013-2018 headerthemeeditor authors"
-msgstr "Copyright © 2013-2016, dos autores do editor de temas de cabeçalho"
+msgstr "Copyright © 2013-2018, dos autores do heatderthemeediotr"
 
 #: main.cpp:53
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/sv/docs/contactthemeeditor/index.docbook 
new/grantlee-editor-18.08.0/po/sv/docs/contactthemeeditor/index.docbook
--- old/grantlee-editor-18.04.3/po/sv/docs/contactthemeeditor/index.docbook     
1970-01-01 01:00:00.000000000 +0100
+++ new/grantlee-editor-18.08.0/po/sv/docs/contactthemeeditor/index.docbook     
2018-08-10 02:13:48.000000000 +0200
@@ -0,0 +1,131 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
+"dtd/kdedbx45.dtd" [
+  <!-- Define an entity for your application if it is not part of KDE
+       CVS -->
+  <!ENTITY i18n-kapplication "<application
+>Temaeditor för kontakter</application
+>">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % Swedish "INCLUDE"
+> 
+]>
+
+<article id="contactthemeeditor" lang="&language;">
+
+<articleinfo id="contactthemeeditorinfo">
+
+<title
+>Handbok &i18n-kapplication;</title>
+
+<authorgroup>
+<author
+><personname
+> <firstname
+>Laurent</firstname
+> <surname
+>Montel</surname
+> </personname
+> &Laurent.Montel.mail; </author>
+<othercredit role="translator"
+> <firstname
+>Stefan</firstname
+> <surname
+>Asserhäll</surname
+> <affiliation
+><address
+><email
+>stefan.asserh...@bredband.net</email
+></address
+></affiliation
+> <contrib
+>Översättare</contrib
+></othercredit
+> 
+</authorgroup>
+
+<copyright>
+<year
+>2013</year>
+<holder
+>Laurent Montel</holder>
+</copyright>
+
+<legalnotice
+>&FDLNotice;</legalnotice>
+
+<date
+>2016-04-06</date>
+<releaseinfo
+>Program 16.04</releaseinfo>
+
+<abstract>
+<para
+>&i18n-kapplication; är en editor av kontaktteman för adressboken. </para>
+</abstract>
+
+<keywordset>
+<keyword
+>KDE</keyword>
+<keyword
+>Kmail</keyword>
+<keyword
+>Tema</keyword>
+<keyword
+>adressbok</keyword>
+</keywordset>
+
+</articleinfo>
+<sect1 id="introduction">
+<title
+>Inledning</title>
+
+<para
+>&i18n-kapplication; är en editor av teman för adressboken baserad på <ulink 
url="https://github.com/steveire/grantlee";
+>Grantlee</ulink
+>.</para>
+
+<sect2 id="using-kapp">
+<title
+>Använda &i18n-kapplication;</title>
+<para
+>Editorn används för att skapa teman för kontakter i adressboken. Mer 
information finns i dokumentationen av <ulink 
url="http://www.grantlee.org/apidox/";
+>Grantlee</ulink
+>.</para>
+</sect2>
+
+<sect2 id="credits">
+
+<title
+>Tack till och licens</title>
+
+<para
+>&i18n-kapplication;</para>
+<para
+>Program copyright 2013 &Laurent.Montel; &Laurent.Montel.mail; </para>
+<para
+>Dokumentation Copyright &copy; 2013 &Laurent.Montel; &Laurent.Montel.mail; 
</para>
+
+<para
+>Översättning Stefan Asserhäll <email
+>stefan.asserh...@bredband.net</email
+></para
+> 
+&underFDL; &underGPL; </sect2>
+
+</sect1>
+
+</article>
+
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab
+kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
+-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/sv/docs/headerthemeeditor/index.docbook 
new/grantlee-editor-18.08.0/po/sv/docs/headerthemeeditor/index.docbook
--- old/grantlee-editor-18.04.3/po/sv/docs/headerthemeeditor/index.docbook      
1970-01-01 01:00:00.000000000 +0100
+++ new/grantlee-editor-18.08.0/po/sv/docs/headerthemeeditor/index.docbook      
2018-08-10 02:13:48.000000000 +0200
@@ -0,0 +1,138 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
+"dtd/kdedbx45.dtd" [
+  <!-- Define an entity for your application if it is not part of KDE
+       CVS -->
+  <!ENTITY i18n-kapplication "<application
+>Temaeditor för brevhuvuden</application
+>">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % Swedish "INCLUDE"
+> 
+]>
+
+<article id="headerthemeeditor" lang="&language;">
+
+<articleinfo id="headerthemeeditorinfo">
+
+<title
+>Handbok &i18n-kapplication;</title>
+
+<authorgroup>
+<author
+><personname
+> <firstname
+>Laurent</firstname
+> <surname
+>Montel</surname
+> </personname
+> &Laurent.Montel.mail; </author>
+<othercredit role="translator"
+> <firstname
+>Stefan</firstname
+> <surname
+>Asserhäll</surname
+> <affiliation
+><address
+><email
+>stefan.asserh...@bredband.net</email
+></address
+></affiliation
+> <contrib
+>Översättare</contrib
+></othercredit
+> 
+</authorgroup>
+
+<copyright>
+<year
+>2013</year>
+<holder
+>&Laurent.Montel;</holder>
+</copyright>
+
+<legalnotice
+>&FDLNotice;</legalnotice>
+
+<date
+>2016-04-06</date>
+<releaseinfo
+>Program 16.04</releaseinfo>
+
+<abstract>
+<para
+>&i18n-kapplication; är en editor av brevhuvuden för &kmail;. </para>
+</abstract>
+
+<keywordset>
+<keyword
+>KDE</keyword>
+<keyword
+>Kmail</keyword>
+<keyword
+>Brevhuvud</keyword>
+<keyword
+>Design</keyword>
+</keywordset>
+
+</articleinfo>
+<sect1 id="introduction">
+<title
+>Inledning</title>
+<para
+>&i18n-kapplication; är en editor av brevhuvuden för &kmail; baserad på <ulink 
url="https://github.com/steveire/grantlee";
+>Grantlee</ulink
+>.</para>
+
+<sect2 id="using-kapp">
+<title
+>Använda &i18n-kapplication;</title>
+<para
+>En kortfattad introduktion av programmet hittar du i följande <ulink 
url="http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/";
+>blogg</ulink
+>.</para>
+<para
+>Mer information finns i dokumentationen av <ulink 
url="http://www.grantlee.org/apidox/";
+>Grantlee</ulink
+>.</para>
+<para
+>För exempel på design av brevhuvuden titta i arkivet <ulink 
url="http://websvn.kde.org/branches/work/soc-pim/kdepim/examples/mail_grantlee/themes/";
+>Grantlee-designs</ulink
+>.</para>
+</sect2>
+
+<sect2 id="credits">
+
+<title
+>Tack till och licens</title>
+
+<para
+>&i18n-kapplication;</para>
+<para
+>Program copyright 2013 &Laurent.Montel; &Laurent.Montel.mail;</para>
+<para
+>Dokumentation Copyright &copy; 2013 &Laurent.Montel; 
&Laurent.Montel.mail;</para>
+
+<para
+>Översättning Stefan Asserhäll <email
+>stefan.asserh...@bredband.net</email
+></para
+> 
+&underFDL; &underGPL; </sect2>
+
+</sect1>
+
+</article>
+
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab
+kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
+-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_CN/contactprintthemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_CN/contactprintthemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_CN/contactprintthemeeditor.po     
2018-07-10 02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_CN/contactprintthemeeditor.po     
2018-08-10 02:13:48.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-02 03:14+0100\n"
-"PO-Revision-Date: 2018-07-03 17:39\n"
+"PO-Revision-Date: 2018-07-24 08:46\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_CN/contactthemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_CN/contactthemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_CN/contactthemeeditor.po  2018-07-10 
02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_CN/contactthemeeditor.po  2018-08-10 
02:13:48.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2018-07-03 17:39\n"
+"PO-Revision-Date: 2018-07-24 08:46\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_CN/headerthemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_CN/headerthemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_CN/headerthemeeditor.po   2018-07-10 
02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_CN/headerthemeeditor.po   2018-08-10 
02:13:48.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2018-07-03 17:39\n"
+"PO-Revision-Date: 2018-07-24 08:46\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_CN/libgrantleethemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_CN/libgrantleethemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_CN/libgrantleethemeeditor.po      
2018-07-10 02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_CN/libgrantleethemeeditor.po      
2018-08-10 02:13:48.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-10 03:27+0200\n"
-"PO-Revision-Date: 2018-07-03 17:39\n"
+"PO-Revision-Date: 2018-07-24 08:46\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_TW/contactprintthemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_TW/contactprintthemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_TW/contactprintthemeeditor.po     
2018-07-10 02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_TW/contactprintthemeeditor.po     
2018-08-10 02:13:48.000000000 +0200
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Franklin Weng <frank...@goodhorse.idv.tw>, 2015.
+# pan93412 <pan93...@gmail.com>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-02 03:14+0100\n"
-"PO-Revision-Date: 2015-02-16 22:38+0800\n"
-"Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
-"Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2018-04-05 16:01+0800\n"
+"Last-Translator: pan93412 <pan93...@gmail.com>\n"
+"Language-Team: Chinese <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"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -70,10 +71,9 @@
 msgstr "聯絡人列印主題編輯器"
 
 #: main.cpp:45
-#, fuzzy, kde-format
-#| msgid "Copyright © 2015 contactprintthemeeditor authors"
+#, kde-format
 msgid "Copyright © 2015-2018 contactprintthemeeditor authors"
-msgstr "Copyright © 2015 contactprintthemeeditor 作者群"
+msgstr "Copyright © 2015-2018 contactprintthemeeditor 作者群"
 
 #: main.cpp:46
 #, kde-format
@@ -151,10 +151,9 @@
 msgstr "目錄裡沒有主題檔。無法載入主題。"
 
 #: themeeditorpage.cpp:56
-#, fuzzy, kde-format
-#| msgid "Editor"
+#, kde-format
 msgid "Editor (%1)"
-msgstr "編輯器"
+msgstr "編輯器 (%1)"
 
 #: themeeditorpage.cpp:62
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_TW/contactthemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_TW/contactthemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_TW/contactthemeeditor.po  2018-07-10 
02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_TW/contactthemeeditor.po  2018-08-10 
02:13:48.000000000 +0200
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2013, 2014, 2015.
+# pan93412 <pan93...@gmail.com>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2015-02-16 22:38+0800\n"
-"Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
-"Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2018-04-05 16:01+0800\n"
+"Last-Translator: pan93412 <pan93...@gmail.com>\n"
+"Language-Team: Chinese <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"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -215,10 +216,9 @@
 msgstr "聯絡人主題編輯器"
 
 #: main.cpp:49
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2015 contactthemeeditor authors"
+#, kde-format
 msgid "Copyright © 2013-2018 contactthemeeditor authors"
-msgstr "Copyright © 2013-2015 contactthemeeditor 作者群"
+msgstr "Copyright © 2013-2018 contactthemeeditor 作者群"
 
 #: main.cpp:50
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_TW/headerthemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_TW/headerthemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_TW/headerthemeeditor.po   2018-07-10 
02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_TW/headerthemeeditor.po   2018-08-10 
02:13:48.000000000 +0200
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2013, 2014, 2015.
+# pan93412 <pan93...@gmail.com>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-01-03 05:06+0100\n"
-"PO-Revision-Date: 2015-02-16 22:39+0800\n"
-"Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
-"Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2018-04-05 16:41+0800\n"
+"Last-Translator: pan93412 <pan93...@gmail.com>\n"
+"Language-Team: Chinese <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"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -55,10 +56,9 @@
 msgstr "訊息檢視器標頭主題編輯器"
 
 #: main.cpp:52
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2015 headerthemeeditor authors"
+#, kde-format
 msgid "Copyright © 2013-2018 headerthemeeditor authors"
-msgstr "Copyright © 2013-2015 headerthemeeditor 作者群"
+msgstr "Copyright © 2013-2018 headerthemeeditor 作者群"
 
 #: main.cpp:53
 #, kde-format
@@ -186,10 +186,9 @@
 msgstr "目錄裡沒有主題檔。無法載入主題。"
 
 #: themeeditorpage.cpp:53
-#, fuzzy, kde-format
-#| msgid "Editor"
+#, kde-format
 msgid "Editor (%1)"
-msgstr "編輯器"
+msgstr "編輯器 (%1)"
 
 #: themeeditorpage.cpp:62
 #, kde-format
@@ -255,71 +254,3 @@
 #, kde-format
 msgid "You can drag and drop element on editor to import template"
 msgstr "您可以拖放元素到編輯器來匯入樣本"
-
-#~ msgid "Default theme path:"
-#~ msgstr "預設主題路徑:"
-
-#~ msgid "We can not add file in zip file"
-#~ msgstr "無法新增檔案到 zip 檔中"
-
-#~ msgid "Name:"
-#~ msgstr "名稱:"
-
-#~ msgid "Author:"
-#~ msgstr "作者:"
-
-#~ msgid "Email:"
-#~ msgstr "電子郵件:"
-
-#~ msgid "Description:"
-#~ msgstr "描述:"
-
-#~ msgid "Version:"
-#~ msgstr "版本:"
-
-#~ msgid "Extract Headers:"
-#~ msgstr "展開標頭:"
-
-#~ msgid ""
-#~ "Be careful, Grantlee does not support '-' in variable name. So when you "
-#~ "want to add extra header as \"X-Original-To\" add \"X-Original-To\" in "
-#~ "list, but use \"XOriginalTo\" as variable in Grantlee (remove '-' in "
-#~ "name)."
-#~ msgstr ""
-#~ "請小心,Grantlee 不支援在變數名稱中有 '-' 。所以您要新增額外的標頭如 \"X-"
-#~ "Original-To\" 的時候,在清單中加入 \"X-Original-To\",但是在 Grantlee 中的"
-#~ "變數必須用 \"XOriginalTo\"(將 - 移除)"
-
-#~ msgid "Manage Theme"
-#~ msgstr "管理主題"
-
-#~ msgid "Local themes:"
-#~ msgstr "本地端主題:"
-
-#~ msgid "Delete theme"
-#~ msgstr "刪除主題"
-
-#~ msgid "Do you want to remove selected theme?"
-#~ msgstr "您確定要移除選取的主題嗎?"
-
-#~ msgid "Remove theme"
-#~ msgstr "移除主題"
-
-#~ msgid "Can not delete theme. Please contact your administrator."
-#~ msgstr "無法刪除主題。請聯繫您的管理員。"
-
-#~ msgid "Delete theme failed"
-#~ msgstr "刪除主題失敗"
-
-#~ msgid "New Theme"
-#~ msgstr "新增主題"
-
-#~ msgid "Theme name:"
-#~ msgstr "主題名稱:"
-
-#~ msgid "Theme directory:"
-#~ msgstr "主題目錄:"
-
-#~ msgctxt "@action:inmenu"
-#~ msgid "Close Tab"
-#~ msgstr "關閉分頁"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantlee-editor-18.04.3/po/zh_TW/libgrantleethemeeditor.po 
new/grantlee-editor-18.08.0/po/zh_TW/libgrantleethemeeditor.po
--- old/grantlee-editor-18.04.3/po/zh_TW/libgrantleethemeeditor.po      
2018-07-10 02:14:20.000000000 +0200
+++ new/grantlee-editor-18.08.0/po/zh_TW/libgrantleethemeeditor.po      
2018-08-10 02:13:48.000000000 +0200
@@ -180,6 +180,3 @@
 #, kde-format
 msgid "Author name:"
 msgstr "作者名稱:"
-
-#~ msgid "We cannot add file in zip file"
-#~ msgstr "無法將檔案加入 zip 檔"


Reply via email to