diff -Nru grantlee-editor-17.12.3/CMakeLists.txt grantlee-editor-18.04.3/CMakeLists.txt --- grantlee-editor-17.12.3/CMakeLists.txt 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/CMakeLists.txt 2018-07-10 00:14:20.000000000 +0000 @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.1) -set(KDEPIM_VERSION_NUMBER "5.7.3") +set(KDEPIM_VERSION_NUMBER "5.8.3") project(grantlee-editor VERSION ${KDEPIM_VERSION_NUMBER}) -set(KF5_VERSION "5.39.0") +set(KF5_VERSION "5.44.0") find_package(ECM ${KF5_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -26,7 +26,7 @@ include(ECMQtDeclareLoggingCategory) include(ECMCoverageOption) # Do NOT add quote -set(KDEPIM_DEV_VERSION ) +set(KDEPIM_DEV_VERSION) # add an extra space if(DEFINED KDEPIM_DEV_VERSION) @@ -35,19 +35,20 @@ set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}") -set(MESSAGELIB_LIB_VERSION_LIB "5.7.3") -set(AKONADI_MIMELIB_VERSION "5.7.3") -set(KPIMTEXTEDIT_LIB_VERSION "5.7.3") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") -set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.3") -set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.7.3") -set(LIBKLEO_LIB_VERSION_LIB "5.7.3") +set(MESSAGELIB_LIB_VERSION_LIB "5.8.3") + +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.7.3") +set(KIMAP_LIB_VERSION "5.8.3") +set(PIMCOMMON_LIB_VERSION_LIB "5.8.3") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngine WebEngineWidgets) -set(PIMCOMMON_LIB_VERSION_LIB "5.7.3") # Find KF5 package find_package(KF5Crash ${KF5_VERSION} REQUIRED) find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED) diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeconfiguredialog.cpp grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeconfiguredialog.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeconfiguredialog.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeconfiguredialog.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeconfiguredialog.h grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeconfiguredialog.h --- grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeconfiguredialog.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeconfiguredialog.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeeditorutil.cpp grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeeditorutil.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeeditorutil.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeeditorutil.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeeditorutil.h grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeeditorutil.h --- grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemeeditorutil.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemeeditorutil.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemepreview.cpp grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemepreview.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemepreview.h grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.h --- grantlee-editor-17.12.3/contactprintthemeeditor/contactprintthemepreview.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/contactprintthemepreview.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/defaultcompletion.cpp grantlee-editor-18.04.3/contactprintthemeeditor/defaultcompletion.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/defaultcompletion.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/defaultcompletion.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/defaultcompletion.h grantlee-editor-18.04.3/contactprintthemeeditor/defaultcompletion.h --- grantlee-editor-17.12.3/contactprintthemeeditor/defaultcompletion.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/defaultcompletion.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/editorpage.cpp grantlee-editor-18.04.3/contactprintthemeeditor/editorpage.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/editorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/editorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/editorpage.h grantlee-editor-18.04.3/contactprintthemeeditor/editorpage.h --- grantlee-editor-17.12.3/contactprintthemeeditor/editorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/editorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/main.cpp grantlee-editor-18.04.3/contactprintthemeeditor/main.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/main.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/main.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -42,7 +42,7 @@ QStringLiteral(GRANTLEEEDITOR_VERSION), i18n("Contact Print Theme Editor"), KAboutLicense::GPL_V2, - i18n("Copyright © 2015-2017 contactprintthemeeditor authors")); + i18n("Copyright © 2015-2018 contactprintthemeeditor authors")); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("montel@kde.org")); QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kaddressbook"))); aboutData.setOrganizationDomain(QByteArray("kde.org")); diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themedefaulttemplate.cpp grantlee-editor-18.04.3/contactprintthemeeditor/themedefaulttemplate.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/themedefaulttemplate.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themedefaulttemplate.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themedefaulttemplate.h grantlee-editor-18.04.3/contactprintthemeeditor/themedefaulttemplate.h --- grantlee-editor-17.12.3/contactprintthemeeditor/themedefaulttemplate.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themedefaulttemplate.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themeeditormainwindow.cpp grantlee-editor-18.04.3/contactprintthemeeditor/themeeditormainwindow.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/themeeditormainwindow.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themeeditormainwindow.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themeeditormainwindow.h grantlee-editor-18.04.3/contactprintthemeeditor/themeeditormainwindow.h --- grantlee-editor-17.12.3/contactprintthemeeditor/themeeditormainwindow.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themeeditormainwindow.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -37,7 +37,7 @@ protected: void closeEvent(QCloseEvent *) override; -private Q_SLOTS: +private: void slotNewTheme(); void slotCloseTheme(); void slotAddExtraPage(); diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorpage.cpp grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorpage.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -212,7 +212,7 @@ { QString filename = QInputDialog::getText(this, i18n("Filename of extra page"), i18n("Filename:")); if (!filename.trimmed().isEmpty()) { - if (!filename.endsWith(QStringLiteral(".html")) && !filename.endsWith(QStringLiteral(".css")) && !filename.endsWith(QStringLiteral(".js"))) { + if (!filename.endsWith(QLatin1String(".html")) && !filename.endsWith(QLatin1String(".css")) && !filename.endsWith(QLatin1String(".js"))) { filename += QLatin1String(".html"); } createExtraPage(filename); diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorpage.h grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorpage.h --- grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -58,7 +58,7 @@ void changed(bool); void canInsertFile(bool); -private Q_SLOTS: +private: void slotUpdateViewer(); void slotCloseTab(int); void slotChanged(); diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorwidget.cpp grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorwidget.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorwidget.h grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorwidget.h --- grantlee-editor-17.12.3/contactprintthemeeditor/themeeditorwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themeeditorwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themetemplatewidget.cpp grantlee-editor-18.04.3/contactprintthemeeditor/themetemplatewidget.cpp --- grantlee-editor-17.12.3/contactprintthemeeditor/themetemplatewidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themetemplatewidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactprintthemeeditor/themetemplatewidget.h grantlee-editor-18.04.3/contactprintthemeeditor/themetemplatewidget.h --- grantlee-editor-17.12.3/contactprintthemeeditor/themetemplatewidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactprintthemeeditor/themetemplatewidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Montel Laurent + Copyright (C) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contactconfigurationdialog.cpp grantlee-editor-18.04.3/contactthemeeditor/contactconfigurationdialog.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contactconfigurationdialog.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contactconfigurationdialog.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -46,8 +46,7 @@ QTabWidget *tab = new QTabWidget; QWidget *w = new QWidget; - QVBoxLayout *lay = new QVBoxLayout; - w->setLayout(lay); + QVBoxLayout *lay = new QVBoxLayout(w); mConfigureWidget = new GrantleeThemeEditor::ConfigureWidget; lay->addWidget(mConfigureWidget); diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contactconfigurationdialog.h grantlee-editor-18.04.3/contactthemeeditor/contactconfigurationdialog.h --- grantlee-editor-17.12.3/contactthemeeditor/contactconfigurationdialog.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contactconfigurationdialog.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contactdefaulttemplate.cpp grantlee-editor-18.04.3/contactthemeeditor/contactdefaulttemplate.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contactdefaulttemplate.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contactdefaulttemplate.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contactdefaulttemplate.h grantlee-editor-18.04.3/contactthemeeditor/contactdefaulttemplate.h --- grantlee-editor-17.12.3/contactthemeeditor/contactdefaulttemplate.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contactdefaulttemplate.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditormainwindow.cpp grantlee-editor-18.04.3/contactthemeeditor/contacteditormainwindow.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contacteditormainwindow.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditormainwindow.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -42,8 +42,6 @@ ContactEditorMainWindow::ContactEditorMainWindow() : KXmlGuiWindow() - , mContactEditor(nullptr) - , mUploadTheme(nullptr) { setupActions(); setupGUI(); diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditormainwindow.h grantlee-editor-18.04.3/contactthemeeditor/contacteditormainwindow.h --- grantlee-editor-17.12.3/contactthemeeditor/contacteditormainwindow.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditormainwindow.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -36,7 +36,7 @@ protected: void closeEvent(QCloseEvent *) override; -private Q_SLOTS: +private: void slotNewTheme(); void slotCloseTheme(); void slotAddExtraPage(); diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditorpage.cpp grantlee-editor-18.04.3/contactthemeeditor/contacteditorpage.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contacteditorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -221,7 +221,7 @@ { QString filename = QInputDialog::getText(this, i18n("Filename of extra page"), i18n("Filename:")); if (!filename.trimmed().isEmpty()) { - if (!filename.endsWith(QStringLiteral(".html")) && !filename.endsWith(QStringLiteral(".css")) && !filename.endsWith(QStringLiteral(".js"))) { + if (!filename.endsWith(QLatin1String(".html")) && !filename.endsWith(QLatin1String(".css")) && !filename.endsWith(QLatin1String(".js"))) { filename += QLatin1String(".html"); } createExtraPage(filename); diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditorpage.h grantlee-editor-18.04.3/contactthemeeditor/contacteditorpage.h --- grantlee-editor-17.12.3/contactthemeeditor/contacteditorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -58,7 +58,7 @@ void changed(bool); void canInsertFile(bool); -private Q_SLOTS: +private: void slotUpdateViewer(); void slotCloseTab(int); void slotChanged(); diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditorutil.cpp grantlee-editor-18.04.3/contactthemeeditor/contacteditorutil.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contacteditorutil.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditorutil.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditorutil.h grantlee-editor-18.04.3/contactthemeeditor/contacteditorutil.h --- grantlee-editor-17.12.3/contactthemeeditor/contacteditorutil.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditorutil.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditorwidget.cpp grantlee-editor-18.04.3/contactthemeeditor/contacteditorwidget.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contacteditorwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditorwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacteditorwidget.h grantlee-editor-18.04.3/contactthemeeditor/contacteditorwidget.h --- grantlee-editor-17.12.3/contactthemeeditor/contacteditorwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacteditorwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contactpreviewwidget.cpp grantlee-editor-18.04.3/contactthemeeditor/contactpreviewwidget.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contactpreviewwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contactpreviewwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contactpreviewwidget.h grantlee-editor-18.04.3/contactthemeeditor/contactpreviewwidget.h --- grantlee-editor-17.12.3/contactthemeeditor/contactpreviewwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contactpreviewwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacttemplatewidget.cpp grantlee-editor-18.04.3/contactthemeeditor/contacttemplatewidget.cpp --- grantlee-editor-17.12.3/contactthemeeditor/contacttemplatewidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacttemplatewidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/contacttemplatewidget.h grantlee-editor-18.04.3/contactthemeeditor/contacttemplatewidget.h --- grantlee-editor-17.12.3/contactthemeeditor/contacttemplatewidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/contacttemplatewidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/defaultcompletion.cpp grantlee-editor-18.04.3/contactthemeeditor/defaultcompletion.cpp --- grantlee-editor-17.12.3/contactthemeeditor/defaultcompletion.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/defaultcompletion.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/defaultcompletion.h grantlee-editor-18.04.3/contactthemeeditor/defaultcompletion.h --- grantlee-editor-17.12.3/contactthemeeditor/defaultcompletion.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/defaultcompletion.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/editorpage.cpp grantlee-editor-18.04.3/contactthemeeditor/editorpage.cpp --- grantlee-editor-17.12.3/contactthemeeditor/editorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/editorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/editorpage.h grantlee-editor-18.04.3/contactthemeeditor/editorpage.h --- grantlee-editor-17.12.3/contactthemeeditor/editorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/editorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/main.cpp grantlee-editor-18.04.3/contactthemeeditor/main.cpp --- grantlee-editor-17.12.3/contactthemeeditor/main.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/main.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -46,7 +46,7 @@ QStringLiteral(GRANTLEEEDITOR_VERSION), i18n("Contact Theme Editor"), KAboutLicense::GPL_V2, - i18n("Copyright © 2013-2017 contactthemeeditor authors")); + i18n("Copyright © 2013-2018 contactthemeeditor authors")); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("montel@kde.org")); QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kaddressbook"))); aboutData.setOrganizationDomain(QByteArray("kde.org")); diff -Nru grantlee-editor-17.12.3/contactthemeeditor/previewwidget.cpp grantlee-editor-18.04.3/contactthemeeditor/previewwidget.cpp --- grantlee-editor-17.12.3/contactthemeeditor/previewwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/previewwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/contactthemeeditor/previewwidget.h grantlee-editor-18.04.3/contactthemeeditor/previewwidget.h --- grantlee-editor-17.12.3/contactthemeeditor/previewwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/contactthemeeditor/previewwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/debian/changelog grantlee-editor-18.04.3/debian/changelog --- grantlee-editor-17.12.3/debian/changelog 2018-03-16 13:23:12.000000000 +0000 +++ grantlee-editor-18.04.3/debian/changelog 2018-08-21 17:52:54.000000000 +0000 @@ -1,3 +1,12 @@ +grantlee-editor (4:18.04.3-0ubuntu1) cosmic; urgency=medium + + * New upstream release (18.03.80) + * New upstream release (18.04.0) + * New upstream release (18.04.1) + * New upstream release (18.04.3) + + -- Rik Mills Tue, 21 Aug 2018 18:52:54 +0100 + grantlee-editor (4:17.12.3-0ubuntu1) bionic; urgency=medium * New upstream release (17.12.3) diff -Nru grantlee-editor-17.12.3/debian/control grantlee-editor-18.04.3/debian/control --- grantlee-editor-17.12.3/debian/control 2018-03-16 13:23:12.000000000 +0000 +++ grantlee-editor-18.04.3/debian/control 2018-08-21 17:52:54.000000000 +0000 @@ -17,48 +17,48 @@ libboost-dev (>= 1.40.0-2), libboost-graph-dev (>= 1.40.0-2), libgrantlee5-dev (>= 5.0.0~), - libkf5akonadi-dev (>= 4:17.12.3~), - libkf5akonadimime-dev (>= 4:17.12.3~), - libkf5akonadiserver-dev (>= 4:17.12.3~), + libkf5akonadi-dev (>= 4:18.04.3~), + libkf5akonadimime-dev (>= 4:18.04.3~), + libkf5akonadiserver-dev (>= 4:18.04.3~), libkf5archive-dev (>= 5.31.0~), libkf5auth-dev (>= 5.31.0~), libkf5codecs-dev (>= 5.31.0~), libkf5completion-dev (>= 5.31.0~), libkf5config-dev (>= 5.31.0~), - libkf5contacteditor-dev (>= 4:17.12.3~), + libkf5contacteditor-dev (>= 4:18.04.3~), libkf5coreaddons-dev (>= 5.31.0~), libkf5crash-dev (>= 5.31.0~), libkf5dbusaddons-dev (>= 5.31.0~), libkf5dnssd-dev (>= 5.31.0~), libkf5doctools-dev (>= 5.31.0~), libkf5globalaccel-dev (>= 5.31.0~), - libkf5grantleetheme-dev (>= 17.12.3~), + libkf5grantleetheme-dev (>= 18.04.3~), libkf5i18n-dev (>= 5.31.0~), libkf5iconthemes-dev (>= 5.31.0~), libkf5itemviews-dev (>= 5.31.0~), - libkf5kaddressbookgrantlee-dev (>= 4:17.12.3~), + libkf5kaddressbookgrantlee-dev (>= 4:18.04.3~), libkf5kcmutils-dev (>= 5.31.0~), libkf5kdelibs4support-dev (>= 5.31.0~), libkf5khtml-dev (>= 5.31.0~), - libkf5libkdepim-dev (>= 4:17.12.3~), - libkf5libkleo-dev (>= 4:17.12.3~), - libkf5messagecomposer-dev (>= 4:17.12.3~), - libkf5messagecore-dev (>= 4:17.12.3~), - libkf5messagelist-dev (>= 4:17.12.3~), - libkf5messageviewer-dev (>= 4:17.12.3~), - libkf5mimetreeparser-dev (>= 4:17.12.3~), + libkf5libkdepim-dev (>= 4:18.04.3~), + libkf5libkleo-dev (>= 4:18.04.3~), + libkf5messagecomposer-dev (>= 4:18.04.3~), + libkf5messagecore-dev (>= 4:18.04.3~), + libkf5messagelist-dev (>= 4:18.04.3~), + libkf5messageviewer-dev (>= 4:18.04.3~), + libkf5mimetreeparser-dev (>= 4:18.04.3~), libkf5newstuff-dev (>= 5.31.0~), libkf5notifyconfig-dev (>= 5.31.0~), - libkf5pimcommon-dev (>= 4:17.12.3~), - libkf5pimtextedit-dev (>= 17.12.3~), + libkf5pimcommon-dev (>= 4:18.04.3~), + libkf5pimtextedit-dev (>= 18.04.3~), libkf5service-dev (>= 5.31.0~), libkf5sonnet-dev (>= 5.31.0~), libkf5syntaxhighlighting-dev (>= 5.31.0~), - libkf5templateparser-dev (>= 4:17.12.3~), + libkf5templateparser-dev (>= 4:18.04.3~), libkf5texteditor-dev (>= 5.31.0~), libkf5textwidgets-dev (>= 5.31.0~), libkf5wallet-dev (>= 5.31.0~), - libkf5webengineviewer-dev (>= 4:17.12.3~), + libkf5webengineviewer-dev (>= 4:18.04.3~), libkf5webkit-dev (>= 5.31.0~), libkf5widgetsaddons-dev (>= 5.31.0~), libkf5windowsystem-dev (>= 5.31.0~), @@ -80,7 +80,7 @@ qtwebengine5-dev (>= 5.6.1~), shared-mime-info, xsltproc, - zlib1g-dev + zlib1g-dev, Standards-Version: 3.9.8 Homepage: http://pim.kde.org/ Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/grantlee-editor diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/configurewidget.cpp grantlee-editor-18.04.3/grantleethemeeditor/configurewidget.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/configurewidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/configurewidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/configurewidget.h grantlee-editor-18.04.3/grantleethemeeditor/configurewidget.h --- grantlee-editor-17.12.3/grantleethemeeditor/configurewidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/configurewidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/desktopfilepage.cpp grantlee-editor-18.04.3/grantleethemeeditor/desktopfilepage.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/desktopfilepage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/desktopfilepage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/desktopfilepage.h grantlee-editor-18.04.3/grantleethemeeditor/desktopfilepage.h --- grantlee-editor-17.12.3/grantleethemeeditor/desktopfilepage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/desktopfilepage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/editorpage.cpp grantlee-editor-18.04.3/grantleethemeeditor/editorpage.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/editorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/editorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/editorpage.h grantlee-editor-18.04.3/grantleethemeeditor/editorpage.h --- grantlee-editor-17.12.3/grantleethemeeditor/editorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/editorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/editorwidget.cpp grantlee-editor-18.04.3/grantleethemeeditor/editorwidget.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/editorwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/editorwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/editorwidget.h grantlee-editor-18.04.3/grantleethemeeditor/editorwidget.h --- grantlee-editor-17.12.3/grantleethemeeditor/editorwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/editorwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/grantleeplaintexteditor.cpp grantlee-editor-18.04.3/grantleethemeeditor/grantleeplaintexteditor.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/grantleeplaintexteditor.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/grantleeplaintexteditor.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -17,6 +17,7 @@ Boston, MA 02110-1301, USA. */ #include "grantleeplaintexteditor.h" +#include "grantleethemeeditor_debug.h" #include #include @@ -32,8 +33,10 @@ GrantleePlainTextEditor::GrantleePlainTextEditor(QWidget *parent) : KPIMTextEdit::PlainTextEditor(parent) { - KSyntaxHighlighting::Definition def; - def = mRepo.definitionForName(QStringLiteral("HTML")); + const KSyntaxHighlighting::Definition def = mRepo.definitionForName(QStringLiteral("HTML")); + if (!def.isValid()) { + qCWarning(GRANTLEETHEMEEDITOR_LOG) << "Invalid definition name"; + } KSyntaxHighlighting::SyntaxHighlighter *hl = new KSyntaxHighlighting::SyntaxHighlighter(document()); hl->setTheme((palette().color(QPalette::Base).lightness() < 128) diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/grantleeplaintexteditor.h grantlee-editor-18.04.3/grantleethemeeditor/grantleeplaintexteditor.h --- grantlee-editor-17.12.3/grantleethemeeditor/grantleeplaintexteditor.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/grantleeplaintexteditor.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/managethemes.cpp grantlee-editor-18.04.3/grantleethemeeditor/managethemes.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/managethemes.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/managethemes.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/managethemes.h grantlee-editor-18.04.3/grantleethemeeditor/managethemes.h --- grantlee-editor-17.12.3/grantleethemeeditor/managethemes.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/managethemes.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -31,7 +31,7 @@ explicit ManageThemes(const QString &relativeThemePath, QWidget *parent = nullptr); ~ManageThemes(); -private Q_SLOTS: +private: void slotItemSelectionChanged(); void slotDeleteTheme(); diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/newthemedialog.cpp grantlee-editor-18.04.3/grantleethemeeditor/newthemedialog.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/newthemedialog.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/newthemedialog.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/newthemedialog.h grantlee-editor-18.04.3/grantleethemeeditor/newthemedialog.h --- grantlee-editor-17.12.3/grantleethemeeditor/newthemedialog.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/newthemedialog.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/previewwidget.cpp grantlee-editor-18.04.3/grantleethemeeditor/previewwidget.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/previewwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/previewwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/previewwidget.h grantlee-editor-18.04.3/grantleethemeeditor/previewwidget.h --- grantlee-editor-17.12.3/grantleethemeeditor/previewwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/previewwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/themeeditortabwidget.cpp grantlee-editor-18.04.3/grantleethemeeditor/themeeditortabwidget.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/themeeditortabwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/themeeditortabwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/themeeditortabwidget.h grantlee-editor-18.04.3/grantleethemeeditor/themeeditortabwidget.h --- grantlee-editor-17.12.3/grantleethemeeditor/themeeditortabwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/themeeditortabwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/themesession.cpp grantlee-editor-18.04.3/grantleethemeeditor/themesession.cpp --- grantlee-editor-17.12.3/grantleethemeeditor/themesession.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/themesession.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/grantleethemeeditor/themesession.h grantlee-editor-18.04.3/grantleethemeeditor/themesession.h --- grantlee-editor-17.12.3/grantleethemeeditor/themesession.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/grantleethemeeditor/themesession.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/defaultcompletion.cpp grantlee-editor-18.04.3/headerthemeeditor/defaultcompletion.cpp --- grantlee-editor-17.12.3/headerthemeeditor/defaultcompletion.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/defaultcompletion.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/defaultcompletion.h grantlee-editor-18.04.3/headerthemeeditor/defaultcompletion.h --- grantlee-editor-17.12.3/headerthemeeditor/defaultcompletion.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/defaultcompletion.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/editorpage.cpp grantlee-editor-18.04.3/headerthemeeditor/editorpage.cpp --- grantlee-editor-17.12.3/headerthemeeditor/editorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/editorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/editorpage.h grantlee-editor-18.04.3/headerthemeeditor/editorpage.h --- grantlee-editor-17.12.3/headerthemeeditor/editorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/editorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/main.cpp grantlee-editor-18.04.3/headerthemeeditor/main.cpp --- grantlee-editor-17.12.3/headerthemeeditor/main.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/main.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -49,7 +49,7 @@ QStringLiteral(GRANTLEEEDITOR_VERSION), i18n("Messageviewer Header Theme Editor"), KAboutLicense::GPL_V2, - i18n("Copyright © 2013-2017 headerthemeeditor authors")); + i18n("Copyright © 2013-2018 headerthemeeditor authors")); aboutData.addAuthor(i18n("Laurent Montel"), i18n("Maintainer"), QStringLiteral("montel@kde.org")); QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("kmail"))); aboutData.setOrganizationDomain(QByteArray("kde.org")); diff -Nru grantlee-editor-17.12.3/headerthemeeditor/previewwidget.cpp grantlee-editor-18.04.3/headerthemeeditor/previewwidget.cpp --- grantlee-editor-17.12.3/headerthemeeditor/previewwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/previewwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/previewwidget.h grantlee-editor-18.04.3/headerthemeeditor/previewwidget.h --- grantlee-editor-17.12.3/headerthemeeditor/previewwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/previewwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeconfiguredialog.cpp grantlee-editor-18.04.3/headerthemeeditor/themeconfiguredialog.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themeconfiguredialog.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeconfiguredialog.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeconfiguredialog.h grantlee-editor-18.04.3/headerthemeeditor/themeconfiguredialog.h --- grantlee-editor-17.12.3/headerthemeeditor/themeconfiguredialog.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeconfiguredialog.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themedefaulttemplate.cpp grantlee-editor-18.04.3/headerthemeeditor/themedefaulttemplate.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themedefaulttemplate.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themedefaulttemplate.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themedefaulttemplate.h grantlee-editor-18.04.3/headerthemeeditor/themedefaulttemplate.h --- grantlee-editor-17.12.3/headerthemeeditor/themedefaulttemplate.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themedefaulttemplate.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditormainwindow.cpp grantlee-editor-18.04.3/headerthemeeditor/themeeditormainwindow.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themeeditormainwindow.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditormainwindow.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditormainwindow.h grantlee-editor-18.04.3/headerthemeeditor/themeeditormainwindow.h --- grantlee-editor-17.12.3/headerthemeeditor/themeeditormainwindow.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditormainwindow.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -37,7 +37,7 @@ protected: void closeEvent(QCloseEvent *) override; -private Q_SLOTS: +private: void slotNewTheme(); void slotCloseTheme(); void slotAddExtraPage(); diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditorpage.cpp grantlee-editor-18.04.3/headerthemeeditor/themeeditorpage.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themeeditorpage.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditorpage.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -42,7 +42,6 @@ ThemeEditorPage::ThemeEditorPage(const QString &projectDir, const QString &themeName, QWidget *parent) : QWidget(parent) , mThemeSession(new GrantleeThemeEditor::ThemeSession(projectDir, QStringLiteral("headerthemeeditor"))) - , mChanged(false) { QHBoxLayout *lay = new QHBoxLayout(this); mTabWidget = new GrantleeThemeEditor::ThemeEditorTabWidget; @@ -237,7 +236,7 @@ { QString filename = QInputDialog::getText(this, i18n("Filename of extra page"), i18n("Filename:")); if (!filename.trimmed().isEmpty()) { - if (!filename.endsWith(QStringLiteral(".html")) && !filename.endsWith(QStringLiteral(".css")) && !filename.endsWith(QStringLiteral(".js"))) { + if (!filename.endsWith(QLatin1String(".html")) && !filename.endsWith(QLatin1String(".css")) && !filename.endsWith(QLatin1String(".js"))) { filename += QLatin1String(".html"); } createExtraPage(filename); diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditorpage.h grantlee-editor-18.04.3/headerthemeeditor/themeeditorpage.h --- grantlee-editor-17.12.3/headerthemeeditor/themeeditorpage.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditorpage.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -59,7 +59,7 @@ void changed(bool); void canInsertFile(bool); -private Q_SLOTS: +private: void slotUpdateViewer(); void slotCloseTab(int); void slotChanged(); diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditorutil.cpp grantlee-editor-18.04.3/headerthemeeditor/themeeditorutil.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themeeditorutil.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditorutil.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditorutil.h grantlee-editor-18.04.3/headerthemeeditor/themeeditorutil.h --- grantlee-editor-17.12.3/headerthemeeditor/themeeditorutil.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditorutil.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditorwidget.cpp grantlee-editor-18.04.3/headerthemeeditor/themeeditorwidget.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themeeditorwidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditorwidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themeeditorwidget.h grantlee-editor-18.04.3/headerthemeeditor/themeeditorwidget.h --- grantlee-editor-17.12.3/headerthemeeditor/themeeditorwidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themeeditorwidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themetemplatewidget.cpp grantlee-editor-18.04.3/headerthemeeditor/themetemplatewidget.cpp --- grantlee-editor-17.12.3/headerthemeeditor/themetemplatewidget.cpp 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themetemplatewidget.cpp 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/headerthemeeditor/themetemplatewidget.h grantlee-editor-18.04.3/headerthemeeditor/themetemplatewidget.h --- grantlee-editor-17.12.3/headerthemeeditor/themetemplatewidget.h 2018-02-26 05:42:12.000000000 +0000 +++ grantlee-editor-18.04.3/headerthemeeditor/themetemplatewidget.h 2018-06-29 05:03:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Montel Laurent + Copyright (C) 2013-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff -Nru grantlee-editor-17.12.3/po/ar/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ar/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ar/contactprintthemeeditor.po 1970-01-01 00:00:00.000000000 +0000 +++ grantlee-editor-18.04.3/po/ar/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -0,0 +1,221 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Safa Alfulaij , 2017, 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: 2018-01-30 18:45+0300\n" +"Last-Translator: Safa Alfulaij \n" +"Language-Team: Arabic \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 2.0\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "صفا الفليج" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "safa1996alfulaij@gmail.com" + +#: contactprintthemeconfiguredialog.cpp:45 +#, kde-format +msgid "Configure" +msgstr "اضبط" + +#: contactprintthemeconfiguredialog.cpp:56 +#, kde-format +msgid "Default contact:" +msgstr "المتراسل المبدئيّ:" + +#: contactprintthemeconfiguredialog.cpp:62 +#, kde-format +msgid "General" +msgstr "عامّ" + +#: contactprintthemeconfiguredialog.cpp:65 +#, kde-format +msgid "Default Template" +msgstr "القالب المبدئيّ" + +#. i18n: ectx: Menu (edit) +#: contactprintthemeeditorui.rc:16 +#, kde-format +msgid "&Edit" +msgstr "ت&حرير" + +#. i18n: ectx: Menu (Display) +#: contactprintthemeeditorui.rc:22 +#, kde-format +msgid "&Display" +msgstr "&عرض" + +#: editorpage.cpp:70 +#, kde-format +msgid "Theme Templates:" +msgstr "قوالب السّمات:" + +#: main.cpp:41 main.cpp:43 +#, kde-format +msgid "Contact Print Theme Editor" +msgstr "محرّر سمات طباعة المتراسلين" + +#: main.cpp:45 +#, kde-format +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "الحقوق محفوظة © ٢٠١٥-٢٠١٨ لمؤلّفي «محرّر سمات طباعة المتراسلين»" + +#: main.cpp:46 +#, kde-format +msgid "Laurent Montel" +msgstr "Laurent Montel" + +#: main.cpp:46 +#, kde-format +msgid "Maintainer" +msgstr "المصين" + +#: themeeditormainwindow.cpp:94 +#, kde-format +msgid "Load Recent Theme..." +msgstr "حمّل سمة حديثة..." + +#: themeeditormainwindow.cpp:101 +#, kde-format +msgid "Add Extra Page..." +msgstr "أضف صفحة إضافيّة..." + +#: themeeditormainwindow.cpp:105 +#, kde-format +msgid "Upload theme..." +msgstr "ارفع سمة..." + +#: themeeditormainwindow.cpp:109 +#, kde-format +msgid "New theme..." +msgstr "سمة جديدة..." + +#: themeeditormainwindow.cpp:112 +#, kde-format +msgid "Open theme..." +msgstr "افتح سمة..." + +#: themeeditormainwindow.cpp:114 +#, kde-format +msgid "Save theme..." +msgstr "احفظ السّمة..." + +#: themeeditormainwindow.cpp:117 +#, kde-format +msgid "Save theme as..." +msgstr "احفظ السّمة كَ‍..." + +#: themeeditormainwindow.cpp:123 +#, kde-format +msgid "Install theme" +msgstr "ثبّت سمة" + +#: themeeditormainwindow.cpp:127 +#, kde-format +msgid "Insert File..." +msgstr "أدرج ملفًّا..." + +#: themeeditormainwindow.cpp:131 +#, kde-format +msgid "Manage themes..." +msgstr "أدِر السّمات..." + +#: themeeditormainwindow.cpp:135 +#, kde-format +msgid "Update view" +msgstr "حدّث المنظور" + +#: themeeditormainwindow.cpp:204 themeeditormainwindow.cpp:338 +#, kde-format +msgid "Select theme directory" +msgstr "اختر دليل السّمات" + +#: themeeditormainwindow.cpp:220 +#, kde-format +msgid "Directory does not contain a theme file. We cannot load theme." +msgstr "لا يحتوي الدّليل أيّ ملفّ سمات. تعذّر تحميل السّمة." + +#: themeeditorpage.cpp:56 +#, kde-format +msgid "Editor (%1)" +msgstr "المحرّر (%1)" + +#: themeeditorpage.cpp:62 +#, kde-format +msgid "Desktop File" +msgstr "ملفّ سطح المكتب" + +#: themeeditorpage.cpp:143 +#, kde-format +msgid "Theme already exists. Do you want to overwrite it?" +msgstr "السّمة موجودة بالفعل. أتريد الكتابة فوقها؟" + +#: themeeditorpage.cpp:143 +#, kde-format +msgid "Theme already exists" +msgstr "السّمة موجودة بالفعل" + +#: themeeditorpage.cpp:148 +#, kde-format +msgid "Cannot create theme folder." +msgstr "تعذّر إنشاء مجلّد السّمات." + +#: themeeditorpage.cpp:158 +#, kde-format +msgid "Theme installed in \"%1\"" +msgstr "ثُبّتت السّمة في ”%1“" + +#: themeeditorpage.cpp:178 +#, kde-format +msgid "We cannot add preview file in zip file" +msgstr "تعذّر إضافة ملفّ معاينة في ملفّ zip" + +#: themeeditorpage.cpp:178 +#, kde-format +msgid "Failed to add file." +msgstr "فشلت إضافة الملفّ." + +#: themeeditorpage.cpp:192 +#, kde-format +msgid "My favorite KMail header" +msgstr "ترويسة «برديك» المفضّلة لي" + +#: themeeditorpage.cpp:213 +#, kde-format +msgid "Filename of extra page" +msgstr "اسم ملفّ الصّفحة الإضافيّة" + +#: themeeditorpage.cpp:213 +#, kde-format +msgid "Filename:" +msgstr "اسم الملفّ:" + +#: themeeditorpage.cpp:255 +#, kde-format +msgid "Do you want to save current project?" +msgstr "أتريد حفظ المشروع الحاليّ؟" + +#: themeeditorpage.cpp:255 +#, kde-format +msgid "Save current project" +msgstr "احفظ المشروع الحاليّ" + +#: themetemplatewidget.cpp:50 +#, kde-format +msgid "You can drag and drop element on editor to import template" +msgstr "يمكنك سحب العناصر وإفلاتها في المحرّر لاستيراد القوالب" diff -Nru grantlee-editor-17.12.3/po/ar/contactthemeeditor.po grantlee-editor-18.04.3/po/ar/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ar/contactthemeeditor.po 2018-03-06 00:29:02.000000000 +0000 +++ grantlee-editor-18.04.3/po/ar/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2018-01-30 18:46+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -33,82 +33,82 @@ msgid "Configure" msgstr "اضبط" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "المتراسل المبدئيّ:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "عامّ" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "القالب المبدئيّ" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "حمّل أحدث سمة..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "أضف صفحة إضافيّة..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "ارفع سمةً..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "سمة جديدة..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "افتح سمةً..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "احفظ السّمة..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "احفظ السّمة كَ‍..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "ثبّت سمة" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "أدرج ملفًّا..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "أدِر السّمات..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "حدّث المنظور" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "حدّد دليل السّمات" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "لا يحتوي الدّليل أيّ ملفّ سمات. تعذّر تحميل السّمة." @@ -217,8 +217,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "الحقوق محفوظة © ٢٠١٣-٢٠١٨ لمؤلّفي «محرّر سمات المتراسلين»" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/ar/headerthemeeditor.po grantlee-editor-18.04.3/po/ar/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ar/headerthemeeditor.po 2018-03-06 00:29:02.000000000 +0000 +++ grantlee-editor-18.04.3/po/ar/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2018-01-30 18:46+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -57,8 +57,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "الحقوق محفوظة © ٢٠١٣-٢٠١٨ لمؤلّفي «محرّر سمات التّرويسات»" #: main.cpp:53 #, kde-format @@ -185,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "لا يحتوي الدّليل أيّ ملفّ سمات. تعذّر تحميل السّمة." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "المحرّر (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "ملفّ سطح المكتب" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "السّمة موجودة بالفعل. أتريد الكتابة فوقها؟" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "السّمة موجودة بالفعل" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "تعذّر إنشاء مجلّد السّمات." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "ثُبّتت السّمة في ”%1“" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "لا يمكننا إضافة معاينة ملفّ في ملفّ zip" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "فشلت إضافة الملفّ." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "ترويسة «برديك» المفضّلة لي" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "اسم ملفّ الصّفحة الإضافيّة" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "اسم الملفّ:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "أتريد حفظ المشروع الحاليّ؟" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "احفظ المشروع الحاليّ" diff -Nru grantlee-editor-17.12.3/po/ast/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ast/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ast/contactprintthemeeditor.po 2018-03-06 00:29:02.000000000 +0000 +++ grantlee-editor-18.04.3/po/ast/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2016-12-21 16:43+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" @@ -71,7 +71,7 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/ast/contactthemeeditor.po grantlee-editor-18.04.3/po/ast/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ast/contactthemeeditor.po 2018-03-06 00:29:02.000000000 +0000 +++ grantlee-editor-18.04.3/po/ast/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-12-21 16:43+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -216,7 +216,7 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/ast/headerthemeeditor.po grantlee-editor-18.04.3/po/ast/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ast/headerthemeeditor.po 2018-03-06 00:29:02.000000000 +0000 +++ grantlee-editor-18.04.3/po/ast/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-12-21 16:43+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" @@ -56,7 +56,7 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "" #: main.cpp:53 @@ -184,67 +184,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "" diff -Nru grantlee-editor-17.12.3/po/bs/contactprintthemeeditor.po grantlee-editor-18.04.3/po/bs/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/bs/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/bs/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kde5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2015-02-24 19:24+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian\n" @@ -73,7 +73,7 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/bs/contactthemeeditor.po grantlee-editor-18.04.3/po/bs/contactthemeeditor.po --- grantlee-editor-17.12.3/po/bs/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/bs/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-12-13 10:30+0000\n" "Last-Translator: memsud \n" "Language-Team: Bosnian \n" @@ -35,82 +35,82 @@ msgid "Configure" msgstr "Konfiguriši" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Podrazumijevani kontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Opšte" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Osnovni predložak." -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Ucitavam prijašnju temu" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Dodaj dodatnu stranicu..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Pošalji temu..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nova tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Otvori temu..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Snimi temu..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Snimi temu kao ..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instaliraj temu" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Ubaci datoteku..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Upravljaj temama..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Ažuriraj pogled" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Odaberi direktorij tema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Direktorij ne sadrzi datoteku s temom. Ne možemo učitati temu" @@ -220,7 +220,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Autorska prava © 2013 kontakt tema urednik autori" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/bs/headerthemeeditor.po grantlee-editor-18.04.3/po/bs/headerthemeeditor.po --- grantlee-editor-17.12.3/po/bs/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/bs/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-01-31 18:56+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosanski \n" @@ -60,7 +60,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013, 2014 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Autorska prava © 2013, 2014 headerthemeeditor autori" #: main.cpp:53 @@ -188,68 +188,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Direktorij ne sadrzi datoteku s temom. Ne možemo učitati temu" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Uređivač" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Stona datoteka" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Tema već postoji. Želite li preći preko nje?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Tema već postoji." -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Nije moguće kreirati tematski direktorij" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema instalirana u \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Ne možemo dodati pregled datoteka u zip datoteci" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Neuspjelo dodavanje datoteke" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Moje omiljeno KMail zaglavlje" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Ime dodatne stranice" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Datoteka:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Želite li snimiti trenutni projekat?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Snimi trenutni projekat" diff -Nru grantlee-editor-17.12.3/po/ca/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ca/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ca/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,17 @@ # Translation of contactprintthemeeditor.po to Catalan -# Copyright (C) 2015-2017 This_file_is_part_of_KDE +# Copyright (C) 2015-2018 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. # # Antoni Bella Pérez , 2015, 2016, 2017. +# Josep Ma. Ferrer , 2018. msgid "" msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-02 18:19+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 10:34+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -74,8 +75,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017, els autors del contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018, els autors del contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/ca/contactthemeeditor.po grantlee-editor-18.04.3/po/ca/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ca/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,17 @@ # Translation of contactthemeeditor.po to Catalan -# Copyright (C) 2013-2017 This_file_is_part_of_KDE +# Copyright (C) 2013-2018 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. # # Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017. +# Josep Ma. Ferrer , 2018. msgid "" msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 18:19+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 10:34+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -35,82 +36,82 @@ msgid "Configure" msgstr "Configura" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contacte per omissió:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "General" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Plantilla per omissió" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Carrega un tema recent..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Afegeix una pàgina extra..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Publica un tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Tema nou..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Obre un tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Desa el tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Desa el tema com a..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instal·la un tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Insereix un fitxer..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gestiona els temes..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Actualitza la vista" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Selecciona el directori del tema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "El directori no conté un fitxer de tema. No podem carregar el tema." @@ -221,8 +222,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017, els autors del contactthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018, els autors del contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/ca/headerthemeeditor.po grantlee-editor-18.04.3/po/ca/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ca/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,17 @@ # Translation of headerthemeeditor.po to Catalan -# Copyright (C) 2013-2017 This_file_is_part_of_KDE +# Copyright (C) 2013-2018 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. # # Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017. +# Josep Ma. Ferrer , 2018. msgid "" msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 18:19+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 10:34+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -59,8 +60,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017, els autors del headerthemeeditor" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018, els autors del headerthemeeditor" #: main.cpp:53 #, kde-format @@ -187,67 +188,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "El directori no conté un fitxer de tema. No podem carregar el tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Fitxer d'escriptori" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "El tema ja existeix. El voleu sobreescriure?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "El tema ja existeix" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "No s'ha pogut crear la carpeta del tema." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema instal·lat a «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "No hem pogut afegir un fitxer de vista prèvia al fitxer ZIP" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Ha fallat en afegir el fitxer." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "La meva capçalera preferida del KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nom de fitxer de la pàgina extra" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nom de fitxer:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Voleu desar el projecte actual?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Desa el projecte actual" diff -Nru grantlee-editor-17.12.3/po/ca/libgrantleethemeeditor.po grantlee-editor-18.04.3/po/ca/libgrantleethemeeditor.po --- grantlee-editor-17.12.3/po/ca/libgrantleethemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca/libgrantleethemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -177,3 +177,6 @@ #, kde-format msgid "Author name:" msgstr "Nom de l'autor:" + +#~ msgid "We cannot add file in zip file" +#~ msgstr "No s'ha pogut afegir el fitxer al fitxer ZIP" diff -Nru grantlee-editor-17.12.3/po/ca@valencia/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ca@valencia/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ca@valencia/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca@valencia/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,17 @@ # Translation of contactprintthemeeditor.po to Catalan (Valencian) -# Copyright (C) 2015-2017 This_file_is_part_of_KDE +# Copyright (C) 2015-2018 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. # # Antoni Bella Pérez , 2015, 2016, 2017. +# Josep Ma. Ferrer , 2018. msgid "" msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-02 18:19+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 10:34+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -74,8 +75,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017, els autors del contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018, els autors del contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/ca@valencia/contactthemeeditor.po grantlee-editor-18.04.3/po/ca@valencia/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ca@valencia/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca@valencia/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,17 @@ # Translation of contactthemeeditor.po to Catalan (Valencian) -# Copyright (C) 2013-2017 This_file_is_part_of_KDE +# Copyright (C) 2013-2018 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. # # Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017. +# Josep Ma. Ferrer , 2018. msgid "" msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 18:19+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 10:34+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -35,82 +36,82 @@ msgid "Configure" msgstr "Configura" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contacte per omissió:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "General" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Plantilla per omissió" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Carrega un tema recent..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Afig una pàgina extra..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Publica un tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Tema nou..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Obri un tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Guarda el tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Guarda el tema com a..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instal·la un tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Insereix un fitxer..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gestiona els temes..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Actualitza la vista" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Selecciona el directori del tema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "El directori no conté un fitxer de tema. No podem carregar el tema." @@ -221,8 +222,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017, els autors del contactthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018, els autors del contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/ca@valencia/headerthemeeditor.po grantlee-editor-18.04.3/po/ca@valencia/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ca@valencia/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca@valencia/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,17 @@ # Translation of headerthemeeditor.po to Catalan (Valencian) -# Copyright (C) 2013-2017 This_file_is_part_of_KDE +# Copyright (C) 2013-2018 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. # # Antoni Bella Pérez , 2013, 2014, 2015, 2016, 2017. +# Josep Ma. Ferrer , 2018. msgid "" msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 18:19+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 10:34+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -59,8 +60,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017, els autors del headerthemeeditor" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018, els autors del headerthemeeditor" #: main.cpp:53 #, kde-format @@ -187,67 +188,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "El directori no conté un fitxer de tema. No podem carregar el tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Fitxer d'escriptori" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "El tema ja existeix. El voleu sobreescriure?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "El tema ja existeix" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "No s'ha pogut crear la carpeta del tema." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema instal·lat a «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "No hem pogut afegir un fitxer de vista prèvia al fitxer ZIP" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Ha fallat en afegir el fitxer." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "La meua capçalera preferida del KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nom de fitxer de la pàgina extra" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nom de fitxer:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Voleu guardar el projecte actual?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Guarda el projecte actual" diff -Nru grantlee-editor-17.12.3/po/ca@valencia/libgrantleethemeeditor.po grantlee-editor-18.04.3/po/ca@valencia/libgrantleethemeeditor.po --- grantlee-editor-17.12.3/po/ca@valencia/libgrantleethemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ca@valencia/libgrantleethemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -158,7 +158,7 @@ #: themesession.cpp:74 #, kde-format msgid "You are trying to load a theme which cannot be read by this application" -msgstr "Esteu provant de carregar un tema que esta aplicació no pot llegir" +msgstr "Esteu provant de carregar un tema que aquesta aplicació no pot llegir" #. i18n: ectx: property (text), widget (QLabel, label) #: ui/configurewidget.ui:20 @@ -177,3 +177,6 @@ #, kde-format msgid "Author name:" msgstr "Nom de l'autor:" + +#~ msgid "We cannot add file in zip file" +#~ msgstr "No s'ha pogut afegir el fitxer al fitxer ZIP" diff -Nru grantlee-editor-17.12.3/po/cs/contactprintthemeeditor.po grantlee-editor-18.04.3/po/cs/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/cs/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/cs/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,14 +1,14 @@ # 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 , 2015, 2016, 2017. +# Vít Pelčák , 2015, 2016, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-02-22 16:49+0100\n" -"Last-Translator: Vít Pelčák \n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-09 14:44+0100\n" +"Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -71,8 +71,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 Autoři contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 Autoři contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/cs/contactthemeeditor.po grantlee-editor-18.04.3/po/cs/contactthemeeditor.po --- grantlee-editor-17.12.3/po/cs/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/cs/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vit Pelcak , 2013, 2017. +# Vit Pelcak , 2013, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-02-22 16:50+0100\n" -"Last-Translator: Vít Pelčák \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-09 14:43+0100\n" +"Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Nastavit" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Výchozí kontakt" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Obecné" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Výchozí šablona" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Načíst nedávný motiv..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Přidat extra stránku..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Odeslat motiv..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nový motiv..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Otevřít motiv..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Uložit motiv..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Uložit motiv jako..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instalovat motiv" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Vložit soubor..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Spravovat motivy..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Aktualizovat pohled" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Vyberte adresář motivu" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -216,8 +216,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2015-2017 Autoři contactprintthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2015-2018 Autoři contactprintthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/cs/headerthemeeditor.po grantlee-editor-18.04.3/po/cs/headerthemeeditor.po --- grantlee-editor-17.12.3/po/cs/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/cs/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Vit Pelcak , 2013, 2015, 2017. +# Vit Pelcak , 2013, 2015, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-02-22 16:49+0100\n" -"Last-Translator: Vít Pelčák \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-09 14:36+0100\n" +"Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -56,8 +56,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 Vývojáři sieveeditor" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 Vývojáři sieveeditor" #: main.cpp:53 #, kde-format @@ -184,67 +184,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Soubor plochy" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Motiv již existuje. Přejete si jej přepsat?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Motiv již existuje" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Selhalo přidání souboru." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Název souboru:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Uložit současný projekt" diff -Nru grantlee-editor-17.12.3/po/da/contactprintthemeeditor.po grantlee-editor-18.04.3/po/da/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/da/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/da/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2016-08-11 20:52+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -72,7 +72,7 @@ #: main.cpp:45 #, fuzzy, kde-format #| msgid "Copyright © 2015-2016 contactprintthemeeditor authors" -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Ophavsret © 2015-2016 contactprintthemeeditor-udviklerne" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/da/contactthemeeditor.po grantlee-editor-18.04.3/po/da/contactthemeeditor.po --- grantlee-editor-17.12.3/po/da/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/da/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-07-11 21:58+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Indstil" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Standardkontakt" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Generelt" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Standardskabelon" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Indlæs nyligt tema..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Tilføj ekstra side..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Upload tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nyt tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Åbn tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Gem tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Gem tema som..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Installér tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Indsæt fil..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Håndtér temaer..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Opdatér visning" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Vælg temamappe" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Mappen indeholder ikke en temafil. Vi kan ikke indlæse temaet." @@ -218,7 +218,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2016 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Ophavsret © 2013-2016 contactthemeeditor-udviklerne" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/da/headerthemeeditor.po grantlee-editor-18.04.3/po/da/headerthemeeditor.po --- grantlee-editor-17.12.3/po/da/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/da/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-07-11 21:58+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013-2016 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Ophavsret © 2013-2016 headerthemeeditor-udviklerne" #: main.cpp:53 @@ -185,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Mappen indeholder ikke en temafil. Vi kan ikke indlæse temaet." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Desktop-fil" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Temaet findes allerede. Vil du overskrive det?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Temaet findes allerede" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Kan ikke oprette temamappe." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema installeret i \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Vi kan ikke tilføje forhåndsvisningsfil til en zip-fil" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Kunne ikke tilføje filen." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Min yndlings KMail-header" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Filnavn på ekstra side" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Filnavn:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Vil du gemme det aktuelle projekt?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Gem aktuelt projekt" diff -Nru grantlee-editor-17.12.3/po/de/contactprintthemeeditor.po grantlee-editor-18.04.3/po/de/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/de/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/de/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Burkhard Lück , 2015, 2017. +# Burkhard Lück , 2015, 2017, 2018. # Frederik Schwarzer , 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-03-19 15:31+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-03-05 10:22+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -69,8 +69,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 contactprintthemeeditor-Autoren" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 contactprintthemeeditor-Autoren" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/de/contactthemeeditor.po grantlee-editor-18.04.3/po/de/contactthemeeditor.po --- grantlee-editor-17.12.3/po/de/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/de/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Burkhard Lück , 2013, 2014, 2015, 2017. +# Burkhard Lück , 2013, 2014, 2015, 2017, 2018. # Frederik Schwarzer , 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-03-19 15:32+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-02-27 13:42+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -30,82 +30,82 @@ msgid "Configure" msgstr "Einrichten" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Standard-Kontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Allgemein" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Standardvorlage" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Zuletzt geöffnetes Design laden ..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Extraseite hinzufügen ..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Design hochladen ..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Neues Design ..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Design öffnen ..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Design speichern ..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Design speichern unter ..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Design installieren" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Datei einfügen ..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Designs verwalten ..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Ansicht aktualisieren" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Designordner auswählen" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -216,8 +216,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 contactthemeeditor-Autoren" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 contactthemeeditor-Autoren" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/de/headerthemeeditor.po grantlee-editor-18.04.3/po/de/headerthemeeditor.po --- grantlee-editor-17.12.3/po/de/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/de/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,11 +1,11 @@ -# Burkhard Lück , 2013, 2014, 2015, 2017. +# Burkhard Lück , 2013, 2014, 2015, 2017, 2018. # Frederik Schwarzer , 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-20 22:17+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-03-05 10:22+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -54,8 +54,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 Die Headerthemeeditor-Autoren" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 Die Headerthemeeditor-Autoren" #: main.cpp:53 #, kde-format @@ -183,67 +183,67 @@ msgstr "" "Der Ordner enthält keine Designdatei. Es kann kein Design geladen werden." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Desktop-Datei" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Das Design existiert bereits. Möchten Sie es überschreiben?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Das Design existiert bereits" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Der Design-Ordner kann nicht erstellt werden." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Das Design wurde in „%1“ installiert" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Die Vorschaudatei kann nicht zu einem Zip-Archiv hinzugefügt werden" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Das Hinzufügen der Datei ist fehlgeschlagen." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Lieblingsvorspann für KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Dateiname der Extraseite" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Dateiname:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Möchten Sie das aktuelle Projekt speichern?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Aktuelles Projekt speichern" diff -Nru grantlee-editor-17.12.3/po/el/headerthemeeditor.po grantlee-editor-18.04.3/po/el/headerthemeeditor.po --- grantlee-editor-17.12.3/po/el/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/el/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-04-28 14:56+0300\n" "Last-Translator: Stelios <>\n" "Language-Team: Greek \n" @@ -58,7 +58,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013 οι συγγραφείς του headerthemeeditor" #: main.cpp:53 @@ -195,68 +195,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Ο κατάλογος δεν περιέχει αρχείο θέματος. Αδυναμία φόρτωσης θέματος." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Επεξεργαστής" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Αρχείο επιφάνειας εργασίας" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Όνομα αρχείου της επιπρόσθετης σελίδας" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Όνομα αρχείου:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Θέλετε να αποθηκεύσετε το τρέχον έργο;" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Αποθήκευση τρέχοντος έργου" diff -Nru grantlee-editor-17.12.3/po/en_GB/contactprintthemeeditor.po grantlee-editor-18.04.3/po/en_GB/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/en_GB/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/en_GB/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,16 +2,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Stephen Allewell, 2015. -# Steve Allewell , 2016, 2017. +# Steve Allewell , 2016, 2017, 2018. # Jonathan Marten , 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-10-07 21:34+0000\n" -"Last-Translator: Jonathan Marten \n" -"Language-Team: English \n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-02-18 16:20+0000\n" +"Last-Translator: Steve Allewell \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -73,8 +73,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 contactprintthemeeditor authors" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/en_GB/contactthemeeditor.po grantlee-editor-18.04.3/po/en_GB/contactthemeeditor.po --- grantlee-editor-17.12.3/po/en_GB/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/en_GB/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,16 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Steve Allewell , 2014, 2015, 2016, 2017. +# Steve Allewell , 2014, 2015, 2016, 2017, 2018. # Jonathan Marten , 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-10-07 21:28+0000\n" -"Last-Translator: Jonathan Marten \n" -"Language-Team: English \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-02-18 16:20+0000\n" +"Last-Translator: Steve Allewell \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,82 +33,82 @@ msgid "Configure" msgstr "Configure" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Default contact:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "General" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Default Template" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Load Recent Theme..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Add Extra Page..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Upload theme..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "New theme..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Open theme..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Save theme..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Save theme as..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Install theme" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Insert File..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Manage themes..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Update view" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Select theme directory" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Directory does not contain a theme file. We cannot load theme." @@ -217,8 +217,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 contactthemeeditor authors" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/en_GB/headerthemeeditor.po grantlee-editor-18.04.3/po/en_GB/headerthemeeditor.po --- grantlee-editor-17.12.3/po/en_GB/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/en_GB/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,16 +1,16 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Steve Allewell , 2014, 2015, 2016, 2017. +# Steve Allewell , 2014, 2015, 2016, 2017, 2018. # Jonathan Marten , 2017. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-10-07 21:35+0000\n" -"Last-Translator: Jonathan Marten \n" -"Language-Team: English \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-02-18 16:20+0000\n" +"Last-Translator: Steve Allewell \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -57,8 +57,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 headerthemeeditor authors" #: main.cpp:53 #, kde-format @@ -185,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Directory does not contain a theme file. We cannot load theme." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Desktop File" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Theme already exists. Do you want to overwrite it?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Theme already exists" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Cannot create theme folder." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Theme installed in \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "We cannot add preview file in zip file" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Failed to add file." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "My favourite KMail header" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Filename of extra page" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Filename:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Do you want to save current project?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Save current project" diff -Nru grantlee-editor-17.12.3/po/es/contactprintthemeeditor.po grantlee-editor-18.04.3/po/es/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/es/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/es/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,15 +1,15 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Javier Vinal , 2015, 2016, 2017. +# Javier Vinal , 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-12 22:10+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 22:46+0100\n" "Last-Translator: Javier Vinal \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -71,8 +71,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Derechos de autor © 2015-2017, los autores de contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Derechos de autor © 2015-2018, los autores de contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/es/contactthemeeditor.po grantlee-editor-18.04.3/po/es/contactthemeeditor.po --- grantlee-editor-17.12.3/po/es/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/es/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,15 +1,15 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Javier Viñal , 2013, 2014, 2015, 2016, 2017. +# Javier Viñal , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-12 22:11+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 22:47+0100\n" "Last-Translator: Javier Vinal \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Configurar" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contacto predeterminado:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "General" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Plantilla predeterminada" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Cargar tema reciente..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Añadir página extra..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Enviar tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nuevo tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Abrir tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Guardar tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Guardar tema como..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instalar tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Insertar archivo..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gestionar temas..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Actualizar vista" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Seleccionar directorio de temas" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -219,8 +219,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Derechos de autor © 2013-2017, los autores de contactthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Derechos de autor © 2013-2018, los autores de contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/es/headerthemeeditor.po grantlee-editor-18.04.3/po/es/headerthemeeditor.po --- grantlee-editor-17.12.3/po/es/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/es/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,15 +1,15 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Javier Viñal , 2013, 2014, 2015, 2016, 2017. +# Javier Viñal , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-12 22:11+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 22:47+0100\n" "Last-Translator: Javier Vinal \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,8 +56,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Derechos de autor © 2013-2017 los autores de headerthemeeditor" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Derechos de autor © 2013-2018 los autores de headerthemeeditor" #: main.cpp:53 #, kde-format @@ -185,67 +185,67 @@ msgstr "" "El directorio no contiene un archivo de tema. No podemos cargar el tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Archivo de escritorio" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "El tema ya existe. ¿Quiere usted sobrescribirlo?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "El tema ya existe" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "No se puede crear la carpeta de temas." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema instalado en «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "No podemos añadir el archivo de previsualización en un archivo zip" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Ha fallado al añadir el archivo." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mi encabezado favorito de KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nombre de archivo de la página extra" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nombre de archivo:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "¿Quiere usted guardar el proyecto actual?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Guardar el proyecto actual" diff -Nru grantlee-editor-17.12.3/po/et/contactprintthemeeditor.po grantlee-editor-18.04.3/po/et/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/et/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/et/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2016-08-18 17:03+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -72,7 +72,7 @@ #: main.cpp:45 #, fuzzy, kde-format #| msgid "Copyright © 2015-2016 contactprintthemeeditor authors" -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Autoriõigus © 2015-2016: contactprintthemeeditori autorid" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/et/contactthemeeditor.po grantlee-editor-18.04.3/po/et/contactthemeeditor.po --- grantlee-editor-17.12.3/po/et/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/et/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-07-27 20:02+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Seadistused" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Vaikimisi kontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Üldine" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Vaikimisi mall" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Laadi viimati kasutatud teema..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Lisa lisaleht..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Laadi teema üles..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Uus teema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Ava teema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Salvesta teema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Salvesta teema kui..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Paigalda teema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Lisa fail..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Halda teemasid..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Uuenda vaadet" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Teemakataloogi valimine" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Kataloog ei sisalda teemafaili. Teemat ei saa laadida." @@ -217,7 +217,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2016 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Autoriõigus © 2013-2016: contactthemeeditori autorid" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/et/headerthemeeditor.po grantlee-editor-18.04.3/po/et/headerthemeeditor.po --- grantlee-editor-17.12.3/po/et/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/et/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-07-27 20:02+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013-2016 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Autoriõigus © 2013-2016: headerthemeeditori autorid" #: main.cpp:53 @@ -185,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Kataloog ei sisalda teemafaili. Teemat ei saa laadida." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Redaktor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Töölauafail" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Teema on juba olemas. Kas kirjutada see üle?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Teema on juba olemas" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Teemakataloogi loomine nurjus." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Teema on paigaldatud asukohta \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Eelvaatlusfaili ei saa lisada zip-faili" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Faili lisamine nurjus" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Minu KMaili lemmikpäis" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Lisalehe failinimi" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Failinimi:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Kas salvestada aktiivne projekt?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Aktiivse projekti salvestamine" diff -Nru grantlee-editor-17.12.3/po/fi/contactprintthemeeditor.po grantlee-editor-18.04.3/po/fi/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/fi/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/fi/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2018-01-22 17:07+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" @@ -72,8 +72,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015–2017 contactprintthemeeditorin tekijät" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Tekijänoikeudet © 2015–2018 contactprintthemeeditorin tekijät" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/fi/contactthemeeditor.po grantlee-editor-18.04.3/po/fi/contactthemeeditor.po --- grantlee-editor-17.12.3/po/fi/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/fi/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2018-01-22 17:08+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" @@ -33,82 +33,82 @@ msgid "Configure" msgstr "Asetukset" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Oletusyhteystieto:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Perusasetukset" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Oletusmallipohja" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Lataa viimeaikainen teema…" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Lisää lisäsivu…" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Lähetä teema…" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Uusi teema…" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Avaa teema…" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Tallenna teema…" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Tallenna teema nimellä…" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Asenna teema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Lisää tiedosto…" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Hallitse teemoja…" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Päivitä näkymä" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Valitse teeman kansio" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Kansiossa ei ole teematiedostoa. Teemaa ei voi ladata." @@ -219,8 +219,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Tekijänoikeudet © 2013–2017 contactthemeeditorin tekijät" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Tekijänoikeudet © 2013–2018 contactthemeeditorin tekijät" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/fi/headerthemeeditor.po grantlee-editor-18.04.3/po/fi/headerthemeeditor.po --- grantlee-editor-17.12.3/po/fi/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/fi/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-05-07 19:00+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-22 17:08+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -59,8 +59,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Tekijänoikeudet © 2013–2017 headerthemeeditorin tekijät" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Tekijänoikeudet © 2013–2018 headerthemeeditorin tekijät" #: main.cpp:53 #, kde-format @@ -187,67 +187,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Kansiossa ei ole teematiedostoa. Teemaa ei voi ladata." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Muokkain (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr ".desktop-tiedosto" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Teema on jo olemassa. Haluatko korvata sen?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Teema on jo olemassa" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Teemakansiota ei voi luoda." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Teema asennettiin kansioon ”%1”" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Esikatselutiedostoa ei voi lisätä zip-tiedostoon" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Tiedoston lisääminen epäonnistui." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "KMailin lempiotsakkeeni" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Lisäsivun tiedostonimi" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Tiedostonimi:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Haluatko tallentaa nykyisen projektin?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Tallenna nykyinen projekti" diff -Nru grantlee-editor-17.12.3/po/fr/contactprintthemeeditor.po grantlee-editor-18.04.3/po/fr/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/fr/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/fr/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-06-14 09:17+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-11 20:56+0100\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" "Language: fr\n" @@ -75,8 +75,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 les auteurs de contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 les auteurs de contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/fr/contactthemeeditor.po grantlee-editor-18.04.3/po/fr/contactthemeeditor.po --- grantlee-editor-17.12.3/po/fr/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/fr/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-06-14 09:18+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-11 20:56+0100\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" "Language: fr\n" @@ -35,82 +35,82 @@ msgid "Configure" msgstr "Configurer" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contact par défaut :" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Général" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Modèle par défaut" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Charger un thème récent..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Ajouter une page supplémentaire..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Envoyer le thème vers le serveur..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nouveau thème..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Ouvrir un thème..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Enregistrer le thème..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Enregistrer le thème sous..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Installer un thème" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Insérer un fichier..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gérer les thèmes..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Mettre à jour l'affichage" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Choisissez un dossier de thème" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -222,8 +222,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 les auteurs de contactthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 les auteurs de contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/fr/headerthemeeditor.po grantlee-editor-18.04.3/po/fr/headerthemeeditor.po --- grantlee-editor-17.12.3/po/fr/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/fr/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-06-14 09:17+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-11 20:57+0100\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" "Language: fr\n" @@ -61,8 +61,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017, les auteurs de « headerthemeeditor »" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018, les auteurs de « headerthemeeditor »" #: main.cpp:53 #, kde-format @@ -191,67 +191,67 @@ "Le dossier ne contient aucun fichier de thème. Impossible de charger un " "thème." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Éditeur (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Fichier de bureau" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Le thème existe déjà. Voulez-vous l'écraser ?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Le thème existe déjà" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Impossible de créer le dossier du thème." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Thème installé dans « %1 »." -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Impossible d'ajouter un fichier d'aperçu dans le fichier « ZIP »" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Impossible d'ajouter le fichier." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mon en-tête de KMail préféré" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nom de fichier de pages supplémentaires" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nom de fichier :" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Voulez-vous enregistrer le projet actuel ?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Enregistrer le projet actuel" diff -Nru grantlee-editor-17.12.3/po/gl/contactprintthemeeditor.po grantlee-editor-18.04.3/po/gl/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/gl/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/gl/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,14 +2,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Adrián Chaves Fernández , 2015, 2016. +# Adrian Chaves , 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2016-01-03 16:56+0100\n" -"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-04-18 20:26+0100\n" +"Last-Translator: Adrian Chaves \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -71,10 +71,9 @@ msgstr "Editor de temas de impresión de contactos" #: main.cpp:45 -#, fuzzy, kde-format -#| msgid "Copyright © 2015-2016 contactprintthemeeditor authors" -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "© 2015-2016 Autores de contactprintthemeeditor" +#, kde-format +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "© 2015-2018 Autores de contactprintthemeeditor" #: main.cpp:46 #, kde-format @@ -150,7 +149,7 @@ #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -"O directorio non contén ningún ficheiro de tema. Non é posíbel cargar ningún " +"O directorio non contén ningún ficheiro de tema. Non se pode cargar ningún " "tema." #: themeeditorpage.cpp:56 @@ -176,7 +175,7 @@ #: themeeditorpage.cpp:148 #, kde-format msgid "Cannot create theme folder." -msgstr "Non é posíbel crear o cartafol de temas." +msgstr "Non se pode crear o cartafol de temas." #: themeeditorpage.cpp:158 #, kde-format @@ -186,7 +185,7 @@ #: themeeditorpage.cpp:178 #, kde-format msgid "We cannot add preview file in zip file" -msgstr "Non é posíbel engadir un ficheiro de vista previa ao arquivo ZIP." +msgstr "Non se pode engadir un ficheiro de vista previa ao arquivo ZIP." #: themeeditorpage.cpp:178 #, kde-format diff -Nru grantlee-editor-17.12.3/po/gl/contactthemeeditor.po grantlee-editor-18.04.3/po/gl/contactthemeeditor.po --- grantlee-editor-17.12.3/po/gl/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/gl/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -4,14 +4,14 @@ # Xosé , 2013. # Marce Villarino , 2014. # Adrián Chaves Fernández , 2015, 2016, 2017. -# Adrián Chaves (Gallaecio) , 2017. +# Adrián Chaves (Gallaecio) , 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-10-17 19:30+0100\n" -"Last-Translator: Adrián Chaves (Gallaecio) \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-04-28 20:43+0100\n" +"Last-Translator: Adrian Chaves \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -38,82 +38,82 @@ msgid "Configure" msgstr "Configurar" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contacto predefinido:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Xeral" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Modelo predefinido" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Cargar un tema recente…" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Engadir unha páxina adicional…" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Enviar un tema…" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Novo tema…" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Abrir un tema…" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Gardar o tema…" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Gardar o tema como…" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instalar un tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Inserir un ficheiro…" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Administrar os temas…" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Actualizar a vista" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Escoller o directorio dos temas" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -142,17 +142,17 @@ #: contacteditorpage.cpp:143 #, kde-format msgid "Cannot create theme folder." -msgstr "Non é posíbel crear o cartafol de temas." +msgstr "Non se pode crear o cartafol de temas." #: contacteditorpage.cpp:157 #, kde-format msgid "Theme installed in \"%1\"" -msgstr "O tema foi instalado en «%1»" +msgstr "O tema instalouse en «%1»." #: contacteditorpage.cpp:179 contacteditorpage.cpp:185 #, kde-format msgid "We cannot add preview file in zip file" -msgstr "Non é posíbel engadir un ficheiro de vista previa nun ficheiro zip" +msgstr "Non se pode engadir un ficheiro de vista previa nun ficheiro zip" #: contacteditorpage.cpp:179 contacteditorpage.cpp:185 #, kde-format @@ -222,10 +222,9 @@ msgstr "Editor de Temas de Contacto" #: main.cpp:49 -#, fuzzy, kde-format -#| msgid "Copyright © 2013-2016 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "© 2013-2016 Autores de contactthemeeditor" +#, kde-format +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "© 2013-2018 Autores de contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/gl/headerthemeeditor.po grantlee-editor-18.04.3/po/gl/headerthemeeditor.po --- grantlee-editor-17.12.3/po/gl/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/gl/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -4,14 +4,14 @@ # Marce Villarino , 2013, 2014. # Xosé , 2013. # Adrián Chaves Fernández , 2015, 2016, 2017. +# Adrian Chaves , 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-15 15:48+0100\n" -"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-04-18 20:24+0100\n" +"Last-Translator: Adrian Chaves \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -61,10 +61,9 @@ msgstr "Editor de temas visuais de cabeceiras Messageviewer" #: main.cpp:52 -#, fuzzy, kde-format -#| msgid "Copyright © 2013-2016 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "© 2013-2016 Autores de headerthemeeditor" +#, kde-format +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "© 2013-2018 Autores de headerthemeeditor" #: main.cpp:53 #, kde-format @@ -190,69 +189,69 @@ #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -"O directorio non contén un ficheiro de tema. Non é posíbel cargar un tema." +"O directorio non contén un ficheiro de tema. Non se pode cargar un tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Ficheiro de escritorio" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Xa existe ese tema. Quere substituílo?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "O tema xa existe" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." -msgstr "Non é posíbel crear o cartafol de temas." +msgstr "Non se pode crear o cartafol de temas." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Instalouse o tema en «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" -msgstr "Non é posíbel engadir un ficheiro de vista previa nun ficheiro zip" +msgstr "Non se pode engadir un ficheiro de vista previa nun ficheiro zip" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Non se puido engadir o ficheiro." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "A miña cabeceira favorita de KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nome de ficheiro da páxina adicional" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nome do ficheiro:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Quere gardar este proxecto?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Gardar este proxecto" diff -Nru grantlee-editor-17.12.3/po/gl/libgrantleethemeeditor.po grantlee-editor-18.04.3/po/gl/libgrantleethemeeditor.po --- grantlee-editor-17.12.3/po/gl/libgrantleethemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/gl/libgrantleethemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -3,14 +3,14 @@ # # Xosé , 2013. # Adrián Chaves Fernández (Gallaecio) , 2015. -# Adrián Chaves (Gallaecio) , 2017. +# Adrián Chaves (Gallaecio) , 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-10 03:27+0200\n" -"PO-Revision-Date: 2017-11-03 17:09+0100\n" -"Last-Translator: Adrián Chaves (Gallaecio) \n" +"PO-Revision-Date: 2018-04-28 23:01+0100\n" +"Last-Translator: Adrian Chaves \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -160,8 +160,7 @@ #: themesession.cpp:74 #, kde-format msgid "You are trying to load a theme which cannot be read by this application" -msgstr "" -"Está a intentar cargar un tema que non pode ser lido por este aplicativo" +msgstr "Está a intentar cargar un tema que este aplicativo non pode ler." #. i18n: ectx: property (text), widget (QLabel, label) #: ui/configurewidget.ui:20 diff -Nru grantlee-editor-17.12.3/po/hu/contactthemeeditor.po grantlee-editor-18.04.3/po/hu/contactthemeeditor.po --- grantlee-editor-17.12.3/po/hu/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/hu/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-02-16 19:52+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Beállítás" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Alapértelmezett névjegy:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Általános" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Alapértelmezett sablon" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Legutóbbi téma betöltése…" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Extra oldal hozzáadása…" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Téma feltöltése…" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Új téma…" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Téma megnyitása…" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Téma mentése…" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Téma mentése másként…" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Téma telepítése" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Fájl beszúrása…" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Témák kezelése…" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Nézet frissítése" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Témakönyvtár kiválasztása" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "A könyvtár nem tartalmaz témafájlt. Nem tudunk témát betölteni." @@ -219,7 +219,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2014 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © A contactthemeeditor szerzői, 2013-2014." #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/hu/headerthemeeditor.po grantlee-editor-18.04.3/po/hu/headerthemeeditor.po --- grantlee-editor-17.12.3/po/hu/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/hu/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-01-20 21:52+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013, 2014 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © A headerthemeeditor szerzői, 2013, 2014." #: main.cpp:53 @@ -185,68 +185,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "A könyvtár nem tartalmaz témafájlt. Nem tudunk témát betölteni." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Szerkesztő" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Asztali fájl" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "A téma már létezik. Szeretné azt felülírni?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "A téma már létezik" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Nem sikerült létrehozni a témamappát." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "A téma telepítve ide: „%1”" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Nem tudunk előnézet fájlt hozzáadni a zip fájlhoz" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Nem sikerült hozzáadni a fájlt." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "A kedvenc KMail fejlécem" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Az extra oldal fájlneve" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Fájlnév:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "El szeretné menteni a jelenlegi projektet?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Jelenlegi projekt mentése" diff -Nru grantlee-editor-17.12.3/po/ia/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ia/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ia/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ia/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2016-02-02 13:36+0100\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua \n" @@ -71,7 +71,7 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/ia/contactthemeeditor.po grantlee-editor-18.04.3/po/ia/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ia/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ia/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-04-08 14:58+0200\n" "Last-Translator: G.Sora \n" "Language-Team: Interlingua \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Configura" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contacto predefinite:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "General" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Patrono predefinite" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Carga thema recente..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Adde pagina extra..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Incarga thema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nove thema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Aperi thema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Salveguarda thema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Salveguarda thema como..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Installa thema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Inserta file ..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gere themas..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Actualisa vista" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Selige directorio de thema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Directorio non contine un file de thema. On non pote cargar thema." @@ -217,7 +217,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2014 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013, autores de contactthemeeditor" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/ia/headerthemeeditor.po grantlee-editor-18.04.3/po/ia/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ia/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ia/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-04-08 15:00+0200\n" "Last-Translator: G.Sora \n" "Language-Team: Interlingua \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013, 2014 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013, 2014 le autores de headerthemeseditor" #: main.cpp:53 @@ -185,68 +185,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Directorio non contine un file de thema. On non pote cargar thema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Editor" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "File de scriptorio" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Thema ja existe. Tu vole super scriber lo?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Thema ja existe" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Il non pote crear dossier de thema." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Thema installate in \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Il non pote monstrar vista preliminar de file" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Falleva adder file." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mi favorite capite de KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nomine de file de pagina extra" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nomine de file:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Tu vole salveguardar projecto currente?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Salveguarda projecto" diff -Nru grantlee-editor-17.12.3/po/it/contactprintthemeeditor.po grantlee-editor-18.04.3/po/it/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/it/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/it/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-06 14:57+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-03 21:03+0100\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" "Language: it\n" @@ -71,8 +71,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017, gli autori di contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018, gli autori di contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/it/contactthemeeditor.po grantlee-editor-18.04.3/po/it/contactthemeeditor.po --- grantlee-editor-17.12.3/po/it/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/it/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-06 01:18+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-03 21:03+0100\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" "Language: it\n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Configura" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contatto predefinito:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Generale" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Modello predefinito" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Carica tema recente..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Aggiungi un'altra pagina..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Invia tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nuovo tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Apri tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Salva tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Salva tema come..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Installa tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Inserisci file..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gestisci temi..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Aggiorna vista" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Seleziona la cartella del tema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -217,8 +217,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 gli autori di contactthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 gli autori di contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/it/headerthemeeditor.po grantlee-editor-18.04.3/po/it/headerthemeeditor.po --- grantlee-editor-17.12.3/po/it/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/it/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-06 01:22+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-03 21:03+0100\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" "Language: it\n" @@ -56,8 +56,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 gli autori di headerthemeeditor" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 gli autori di headerthemeeditor" #: main.cpp:53 #, kde-format @@ -185,67 +185,67 @@ msgstr "" "La cartella non contiene un file di tema. Impossibile caricare il tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "File del desktop" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Il tema esiste già. Vuoi sovrascriverlo?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Il tema esiste già" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Impossibile creare la cartella del tema." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema installato in «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Impossibile aggiungere il file di anteprima al file zip" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Impossibile aggiungere il file." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "La mia intestazione di KMail preferita" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nome del file della pagina aggiuntiva" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nome del file:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Vuoi salvare il progetto corrente?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Salva il progetto corrente" diff -Nru grantlee-editor-17.12.3/po/ja/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ja/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ja/contactprintthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ja/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2015-01-23 22:11-0800\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -68,7 +68,7 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/ja/contactthemeeditor.po grantlee-editor-18.04.3/po/ja/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ja/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ja/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-08-19 00:13-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -29,82 +29,82 @@ msgid "Configure" msgstr "" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -213,7 +213,7 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/ja/headerthemeeditor.po grantlee-editor-18.04.3/po/ja/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ja/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/ja/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-04-09 02:51-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" @@ -53,7 +53,7 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "" #: main.cpp:53 @@ -181,67 +181,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "" diff -Nru grantlee-editor-17.12.3/po/kk/contactthemeeditor.po grantlee-editor-18.04.3/po/kk/contactthemeeditor.po --- grantlee-editor-17.12.3/po/kk/contactthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/kk/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-11-01 04:28+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -34,82 +34,82 @@ msgid "Configure" msgstr "Баптау" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Әдетті контакт:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Жалпы" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Әдетті үлгі" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Жуырдағы нақышты жүктеу..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Қосымша бетті қосу..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Нақышты жүктеп беру..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Жаңа нақышы..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Нақышын ашу..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Нақышын сақтау..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Нақышын былай сақтау..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Нақышын орнату" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Файлды ендіру..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Нақыштарды басқару..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Көріністі жаңарту" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Нақыш каталогын таңдау" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Каталогта нақыш файлы жоқ. Нақыш жүктелмеді." @@ -219,7 +219,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013 contactthemeeditor авторлары" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/kk/headerthemeeditor.po grantlee-editor-18.04.3/po/kk/headerthemeeditor.po --- grantlee-editor-17.12.3/po/kk/headerthemeeditor.po 2018-03-06 00:29:03.000000000 +0000 +++ grantlee-editor-18.04.3/po/kk/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-10-31 04:19+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013 headerthemeeditor авторлары" #: main.cpp:53 @@ -185,68 +185,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Каталогта нақыш файлы жоқ. Нақыш жүктелмеді." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Редактор" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Үстел файлы" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Былай аталған нақыш бар екен, оның үстінен жазбақсыз ба?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Былай аталған нақышы бар екен" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Нақыш қапшығы құрылмады." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Нақыш \"%1\" дегенде орнатылған" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Файл нобайы zip-файлға қосылмайды" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Файлды қосу жаңылысы." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Таңдамалы KMail айдарым" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Қосымша бет файл атауы" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Файл атауы:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Назардағы жобаны сақтамақсыз ба?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Назардағы жобаны сақтау" diff -Nru grantlee-editor-17.12.3/po/ko/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ko/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ko/contactprintthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/ko/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2017-12-03 20:09+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -70,8 +70,9 @@ msgstr "연락처 인쇄 테마 편집기" #: main.cpp:45 -#, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Copyright © 2015-2017 contactprintthemeeditor authors" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/ko/contactthemeeditor.po grantlee-editor-18.04.3/po/ko/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ko/contactthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/ko/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-12-03 20:09+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "설정" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "기본 연락처:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "일반" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "기본 템플릿" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "외부 테마 불러오기..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "쪽 추가..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "테마 업로드..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "새 테마..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "테마 열기..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "테마 저장..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "다른 이름으로 테마 저장..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "테마 설치" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "파일 삽입..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "테마 관리..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "보기 업데이트" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "테마 디렉터리 선택" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "디렉터리에 테마가 없습니다. 불러올 수 없습니다." @@ -215,8 +215,9 @@ msgstr "연락처 테마 편집기" #: main.cpp:49 -#, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013-2017 contactthemeeditor authors" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/ko/headerthemeeditor.po grantlee-editor-18.04.3/po/ko/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ko/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/ko/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-12-03 20:10+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -55,8 +55,9 @@ msgstr "메시지 뷰어 테마 편집기" #: main.cpp:52 -#, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013-2017 headerthemeeditor authors" #: main.cpp:53 @@ -184,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "디렉터리에 테마 파일이 없습니다. 테마를 불러올 수 없습니다." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "편집기(%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "데스크톱 파일" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "테마가 이미 존재합니다. 덮어쓰시겠습니까?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "테마가 이미 존재함" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "테마 폴더를 만들 수 없습니다." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "테마가 \"%1\"에 설치됨" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "zip 파일에 미리 보기 파일을 추가할 수 없음" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "파일을 추가할 수 없습니다." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "내 즐겨쓰는 KMail 머릿글" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "추가 쪽 파일 이름" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "파일 이름:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "현재 프로젝트를 저장하시겠습니까?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "현재 프로젝트 저장" diff -Nru grantlee-editor-17.12.3/po/lt/contactprintthemeeditor.po grantlee-editor-18.04.3/po/lt/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/lt/contactprintthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/lt/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2015-07-20 09:15+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -72,7 +72,7 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/lt/contactthemeeditor.po grantlee-editor-18.04.3/po/lt/contactthemeeditor.po --- grantlee-editor-17.12.3/po/lt/contactthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/lt/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2015-12-29 21:41+0200\n" "Last-Translator: Mindaugas Baranauskas \n" "Language-Team: lt \n" @@ -36,82 +36,82 @@ msgid "Configure" msgstr "Konfigūruoti" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Numatytas kontaktas:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Bendri" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Numatytasis šablonas" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Įkelti dabartinį apipavidalinimą..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Pridėti papildomą puslapį..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Išsiųsti apipavidalinimą..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nauja tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Atverti apipavidalinimą..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Išsaugoti apipavidalinimą..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Išsaugoti apipavidalinimą kaip..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Įdiegti apipavidalinimą" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Įterpti failą..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Tvarkyti apipavidalinimus..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Naujinti vaizdą" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Pasirinkite temos katalogą" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Kataloge nėra temos failo. Negalime įkelti temos." @@ -222,7 +222,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2014 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Autorinės teisės © 2013-2014 contactthemeeditor autoriai" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/lt/headerthemeeditor.po grantlee-editor-18.04.3/po/lt/headerthemeeditor.po --- grantlee-editor-17.12.3/po/lt/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/lt/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2015-12-29 21:41+0200\n" "Last-Translator: Mindaugas Baranauskas \n" "Language-Team: lt \n" @@ -61,7 +61,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013-2015 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Autorinės teisės © 2013-2015 headerthemeeditor autoriai" #: main.cpp:53 @@ -189,68 +189,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Kataloge nėra temos failo. Negalime įkelti temos." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Redaktorius" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "*.desktop failas" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Apipavidalinimas jau egzistuoja. Ar norite jį perrašyti?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Apipavidalinimas jau egzistuoja" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Nepavyksta sukurti temos aplanko." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Apipavidalinimas įdiegtas čia: „%1“" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Nepavyko pridėti failo." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mano mėgstamiausia KMail antraštė" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Papildomo puslapio failo pavadinimas" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Failo pavadinimas:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Ar norite išsaugoti dabartinį projektą?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Išsaugoti dabartinį projektą" diff -Nru grantlee-editor-17.12.3/po/mr/headerthemeeditor.po grantlee-editor-18.04.3/po/mr/headerthemeeditor.po --- grantlee-editor-17.12.3/po/mr/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/mr/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-04-12 16:52+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -58,7 +58,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "सर्वाधिकार © २०१३ हेडर-थीम-एडिटर लेखक" #: main.cpp:53 @@ -194,68 +194,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "संपादक" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "डेस्कटॉप फाईल" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "फाईल नाव :" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "" diff -Nru grantlee-editor-17.12.3/po/nb/contactprintthemeeditor.po grantlee-editor-18.04.3/po/nb/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/nb/contactprintthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nb/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2015-02-07 19:05+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -73,7 +73,7 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/nb/contactthemeeditor.po grantlee-editor-18.04.3/po/nb/contactthemeeditor.po --- grantlee-editor-17.12.3/po/nb/contactthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nb/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2015-02-07 19:06+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -34,82 +34,82 @@ msgid "Configure" msgstr "Sett opp" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Standardkontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Generelt" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Standard mal" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Last inn nylig brukt tema …" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Legg til ekstra side …" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Last opp tema …" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nytt tema …" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Åpne tema …" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Lagre tema …" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Lagre tema som …" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Installer tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Sett inn fil …" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Håndter temaer …" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Oppdater visning" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Velg temamappe" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Mappa inneholder ikke noe tema. Kan ikke laste inn tema." @@ -218,7 +218,7 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/nb/headerthemeeditor.po grantlee-editor-18.04.3/po/nb/headerthemeeditor.po --- grantlee-editor-17.12.3/po/nb/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nb/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2015-02-07 19:06+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -58,7 +58,7 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "" #: main.cpp:53 @@ -186,67 +186,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Det er ikke noen temafil i mappa. Kan ikke laste inn tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Skrivebordsfil" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Temaet finnes fra før. Vil du skrive over det?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Temaet finnes fra før" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Kan ikke opprette temamappe." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema installert i «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Kan ikke legge til fil for forhåndsvisning i zip-fila" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Klarte ikke legge til fila." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mitt favorittmeldingshode i KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Filnavn for ekstra side" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Filnavn:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Vil du lagre det gjeldende prosjektet?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Lagre gjeldende prosjekt" diff -Nru grantlee-editor-17.12.3/po/nds/contactthemeeditor.po grantlee-editor-18.04.3/po/nds/contactthemeeditor.po --- grantlee-editor-17.12.3/po/nds/contactthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nds/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-03-16 22:21+0100\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Instellen" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Standardkontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Allmeen" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Standardvörlaag" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Lest Muster laden..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Siet bito tofögen..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Muster hoochladen..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nieg Muster..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Muster opmaken..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Muster sekern..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Muster sekern as..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Muster installeren" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Datei infögen..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Mustern plegen..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Ansicht opfrischen" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Muster-Orner utsöken" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Orner bargt keen Musterdatei. Muster lett sik nich laden." @@ -218,7 +218,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2014 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013-2014 de Schrievers vun Contactthemeeditor" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/nds/headerthemeeditor.po grantlee-editor-18.04.3/po/nds/headerthemeeditor.po --- grantlee-editor-17.12.3/po/nds/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nds/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2014-03-16 22:27+0100\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013, 2014 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013, 2014 de Schrievers vun Headerthemeeditor" #: main.cpp:53 @@ -185,68 +185,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Orner bargt keen Musterdatei. Muster lett sik nich laden." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Editor" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Desktop-Datei" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Dat gifft dat Muster al. Wullt Du dat överschrieven?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Gifft Muster al" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Muster-Orner lett sik nich opstellen." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Muster binnen \"%1\" installeert" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "En Zip-Datei lett sik keen Vöransicht-Datei tofögen" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Datei lett sik nich tofögen" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Vörtrocken KMail-Koppreeg" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Dateinaam för Bitosiet" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Dateinaam:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Wullt Du dat aktuelle Projekt sekern?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Aktuell Projekt sekern" diff -Nru grantlee-editor-17.12.3/po/nl/contactprintthemeeditor.po grantlee-editor-18.04.3/po/nl/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/nl/contactprintthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nl/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Freek de Kruijf , 2015, 2016, 2017. +# Freek de Kruijf , 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-02 13:38+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 22:08+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -71,8 +71,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 auteurs van contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 auteurs van contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/nl/contactthemeeditor.po grantlee-editor-18.04.3/po/nl/contactthemeeditor.po --- grantlee-editor-17.12.3/po/nl/contactthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nl/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Freek de Kruijf , 2013, 2014, 2015, 2016, 2017. +# Freek de Kruijf , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 13:38+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 22:08+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Instellen" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Standaard contactpersoon:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Algemeen" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Standaard sjabloon" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Recent thema laden..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Extra pagina toevoegen..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Thema uploaden..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nieuw thema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Thema openen..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Thema opslaan..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Thema opslaan als..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Thema installeren" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Bestand invoegen..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Thema's beheren..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Beeld bijwerken" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Thema-map selecteren" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Map bevat geen themabestand. Het thema kan niet geladen worden." @@ -218,8 +218,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 auteurs van contactthemeeditor" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 auteurs van contactthemeeditor" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/nl/headerthemeeditor.po grantlee-editor-18.04.3/po/nl/headerthemeeditor.po --- grantlee-editor-17.12.3/po/nl/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/nl/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Freek de Kruijf , 2013, 2014, 2015, 2016, 2017. +# Freek de Kruijf , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 13:38+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 22:08+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -56,8 +56,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 auteurs van headerthemeeditor" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 auteurs van headerthemeeditor" #: main.cpp:53 #, kde-format @@ -184,67 +184,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Map bevat geen themabestand. Het thema kan niet geladen worden." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Desktop-bestand" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Thema bestaat reeds. Wilt u het overschrijven?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Thema bestaat al" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Kan de thema-map niet aanmaken." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Thema geïnstalleerd in \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Voorbeeldbestand in zip-bestand toevoegen lukt niet" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Toevoegen van bestand is mislukt." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mijn favoriete header van KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Bestandsnaam van de extra pagina" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Bestandsnaam:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Wilt u het huidige project opslaan?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Huidige project opslaan" diff -Nru grantlee-editor-17.12.3/po/pl/contactprintthemeeditor.po grantlee-editor-18.04.3/po/pl/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/pl/contactprintthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/pl/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Łukasz Wojniłowicz , 2015, 2016, 2017. +# Łukasz Wojniłowicz , 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-04-22 08:09+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-28 06:28+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -72,8 +72,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 Autorzy Edytora Wyglądów Kontaktów Drukowanych" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 Autorzy Edytora Wyglądów Kontaktów Drukowanych" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/pl/contactthemeeditor.po grantlee-editor-18.04.3/po/pl/contactthemeeditor.po --- grantlee-editor-17.12.3/po/pl/contactthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/pl/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Łukasz Wojniłowicz , 2014, 2015, 2016, 2017. +# Łukasz Wojniłowicz , 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-12-09 07:49+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-28 06:28+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -33,82 +33,82 @@ msgid "Configure" msgstr "Ustawienia" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Domyślny kontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Ogólne" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Domyślny szablon" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Wczytaj ostatni wygląd..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Dodaj dodatkową stronę..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Wyślij wygląd..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nowy wygląd..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Otwórz wygląd..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Zapisz wygląd..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Zapisz wygląd jako..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Wgraj wygląd" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Wstaw plik..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Zarządzanie wyglądami..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Uaktualnij widok" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Wybierz katalog wyglądu" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Katalog nie zawiera pliku wyglądu. Nie można wczytać wyglądu." @@ -218,8 +218,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 Autorzy Edytora Wyglądów Kontaktów Pocztowych" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 Autorzy Edytora Wyglądów Kontaktów Pocztowych" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/pl/headerthemeeditor.po grantlee-editor-18.04.3/po/pl/headerthemeeditor.po --- grantlee-editor-17.12.3/po/pl/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/pl/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Łukasz Wojniłowicz , 2013, 2014, 2015, 2016, 2017. +# Łukasz Wojniłowicz , 2013, 2014, 2015, 2016, 2017, 2018. # Marta Rybczyńska , 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-12-09 07:49+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-28 06:27+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -58,8 +58,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 Autorzy Edytora Wyglądu Nagłówków Pocztowych" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 Autorzy Edytora Wyglądu Nagłówków Pocztowych" #: main.cpp:53 #, kde-format @@ -186,67 +186,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Katalog nie zawiera pliku wyglądu. Nie można wczytać wyglądu." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Edytor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Plik pulpitu" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Wygląd już istnieje. Czy chcesz go zastąpić?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Wygląd już istnieje" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Nie można utworzyć katalogu wyglądu." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Wgrano wygląd w \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Nie możemy dodać pliku podglądu w pliku zip" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Nie udało się dodanie pliku." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mój ulubiony nagłówek pocztowy" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nazwa pliku dodatkowej strony" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nazwa pliku:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Czy zapisać bieżący projekt?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Zapisz bieżący projekt" diff -Nru grantlee-editor-17.12.3/po/pt/contactprintthemeeditor.po grantlee-editor-18.04.3/po/pt/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/pt/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/pt/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-02 09:40+0000\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 10:28+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -67,8 +67,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Copyright © 2015-2017 dos autores do contactprintthemeeditor" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Copyright © 2015-2018 dos autores do contactprintthemeeditor" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/pt/contactthemeeditor.po grantlee-editor-18.04.3/po/pt/contactthemeeditor.po --- grantlee-editor-17.12.3/po/pt/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/pt/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 09:40+0000\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 10:29+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -29,82 +29,82 @@ msgid "Configure" msgstr "Configurar" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contacto predefinido:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Geral" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Modelo Predefinido" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Carregar um Tema Recente..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Adicionar uma Página Extra..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Enviar o tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Novo tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Abrir o tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Gravar o tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Gravar o tema como..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instalar o tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Inserir um Ficheiro..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gerir os temas..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Actualizar a área" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Seleccionar a pasta do tema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -214,8 +214,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 dos autores do 'contactthemeeditor'" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 dos autores do 'contactthemeeditor'" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/pt/headerthemeeditor.po grantlee-editor-18.04.3/po/pt/headerthemeeditor.po --- grantlee-editor-17.12.3/po/pt/headerthemeeditor.po 2018-03-06 00:29:04.000000000 +0000 +++ grantlee-editor-18.04.3/po/pt/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 09:39+0000\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 10:29+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -52,8 +52,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "'Copyright' © 2013-2017 dos autores do 'headerthemeeditor'" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "'Copyright' © 2013-2018 dos autores do 'headerthemeeditor'" #: main.cpp:53 #, kde-format @@ -181,67 +181,67 @@ msgstr "" "A pasta não contém um ficheiro de tema. Não é possível carregar o mesmo." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Ficheiro 'Desktop'" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "O tema já existe. Deseja substituí-lo?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "O tema já existe" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Não é possível criar a pasta do tema." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "O tema foi instalado em \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Não é possível adicionar o ficheiro de antevisão ao pacote ZIP" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Não foi possível adicionar o ficheiro." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "O meu cabeçalho favorito do KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nome do ficheiro da página extra" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nome do ficheiro:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Deseja gravar o projecto actual?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Gravar o projecto actual" diff -Nru grantlee-editor-17.12.3/po/pt_BR/contactprintthemeeditor.po grantlee-editor-18.04.3/po/pt_BR/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/pt_BR/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/pt_BR/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2016-01-02 10:11-0200\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -73,7 +73,7 @@ #: main.cpp:45 #, fuzzy, kde-format #| msgid "Copyright © 2015-2016 contactprintthemeeditor authors" -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Copyright © 2015-2016, autores do contactprintthemeeditor" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/pt_BR/contactthemeeditor.po grantlee-editor-18.04.3/po/pt_BR/contactthemeeditor.po --- grantlee-editor-17.12.3/po/pt_BR/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/pt_BR/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-01-02 10:11-0200\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -33,82 +33,82 @@ msgid "Configure" msgstr "Configurar" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Contato padrão:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Geral" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Modelo padrão" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Carregar um tema recente..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Adicionar página adicional..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Enviar tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Novo tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Abrir tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Salvar tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Salvar tema como..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Instalar tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Inserir arquivo..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Gerenciar temas..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Atualizar visualização" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Selecione a pasta do tema" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "A pasta não contém um arquivo de tema. Não é possível carregar o tema." @@ -219,7 +219,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2016 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013-2016, dos autores do contactthemeeditor" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/pt_BR/headerthemeeditor.po grantlee-editor-18.04.3/po/pt_BR/headerthemeeditor.po --- grantlee-editor-17.12.3/po/pt_BR/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/pt_BR/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2016-01-02 10:12-0200\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -59,7 +59,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013-2016 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013-2016, dos autores do editor de temas de cabeçalho" #: main.cpp:53 @@ -187,67 +187,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "A pasta não contém um arquivo de tema. Não é possível carregar o tema." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Arquivo 'desktop'" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "O tema já existe. Deseja sobrescrevê-lo?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "O tema já existe" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Não é possível criar a pasta de temas." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema instalado em \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Não é possível adicionar o arquivo de visualização ao arquivo ZIP" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Ocorreu uma falha ao adicionar o arquivo." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "O meu cabeçalho favorito do KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Nome do arquivo da página adicional" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Nome do arquivo:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Deseja salvar o projeto atual?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Salvar o projeto atual" diff -Nru grantlee-editor-17.12.3/po/ro/headerthemeeditor.po grantlee-editor-18.04.3/po/ro/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ro/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/ro/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-09-15 12:29+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -58,7 +58,7 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "" #: main.cpp:53 @@ -187,68 +187,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "Editor" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Fișier de birou" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "" diff -Nru grantlee-editor-17.12.3/po/ru/contactprintthemeeditor.po grantlee-editor-18.04.3/po/ru/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/ru/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/ru/contactprintthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2017-10-07 15:22+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -76,8 +76,9 @@ msgstr "Редактор оформлений контактов для печати" #: main.cpp:45 -#, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "© Авторы редактора оформлений контактов для печати, 2015-2017" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/ru/contactthemeeditor.po grantlee-editor-18.04.3/po/ru/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ru/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/ru/contactthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-10-07 15:23+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -37,82 +37,82 @@ msgid "Configure" msgstr "Настройка" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Контакт по умолчанию:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Основное" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Шаблон по умолчанию" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Загрузить новые оформления..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Добавить страницу..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Поделиться оформлением..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Создать оформление..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Открыть оформление..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Сохранить оформление..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Сохранить оформление как..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Установить оформление" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Вставить файл..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Настроить оформления..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Обновить" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Выбор каталога с оформлением" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -226,8 +226,9 @@ msgstr "Редактор оформлений контактов" #: main.cpp:49 -#, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "© Авторы редактора оформлений контактов, 2013-2017" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/ru/headerthemeeditor.po grantlee-editor-18.04.3/po/ru/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ru/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/ru/headerthemeeditor.po 2018-07-10 00:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-10-07 15:23+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -60,8 +60,9 @@ msgstr "Редактор оформлений заголовков писем" #: main.cpp:52 -#, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "© Разработчики редактора оформлений заголовков, 2013–2017" #: main.cpp:53 @@ -190,67 +191,67 @@ msgstr "" "Выбранный каталог не содержит файла темы. Загрузить тему из него нельзя." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Редактор (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Файл описания темы" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Эта тема оформления уже существует. Хотите заменить её?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Тема уже существует" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Невозможно создать папку темы." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Тема установлена в «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Программа не смогла добавить файл предпросмотра в zip-архив." -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Ошибка при добавлении файла" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Моё оформление заголовков KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Имя файла дополнительной страницы" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Имя файла:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Хотите сохранить текущий проект?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Сохранение текущего проекта" diff -Nru grantlee-editor-17.12.3/po/sk/contactprintthemeeditor.po grantlee-editor-18.04.3/po/sk/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/sk/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sk/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2017-01-02 11:47+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -68,8 +68,9 @@ msgstr "Editor tém tlače Contact" #: main.cpp:45 -#, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Copyright © 2015-2017 Autori contactprintthemeeditor" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/sk/contactthemeeditor.po grantlee-editor-18.04.3/po/sk/contactthemeeditor.po --- grantlee-editor-17.12.3/po/sk/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sk/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-01-02 11:47+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -30,82 +30,82 @@ msgid "Configure" msgstr "Nastaviť" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Predvolený kontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Všeobecné" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Predvolená šablóna" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Načítať nedávnu tému..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Pridať stranu navyše..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Nahrať tému..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nová téma..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Otvoriť tému..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Uložiť tému..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Uložiť tému ako..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Nainštalovať tému" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Vložiť súbor..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Spravovať témy..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Aktualizovať pohľad" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Vybrať adresár tém" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Adresár neobsahuje súbor témy. Nemôžem načítať tému." @@ -213,8 +213,9 @@ msgstr "Editor tém Contact" #: main.cpp:49 -#, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013-2017 autori contactthemeeditor" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/sk/headerthemeeditor.po grantlee-editor-18.04.3/po/sk/headerthemeeditor.po --- grantlee-editor-17.12.3/po/sk/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sk/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-01-02 11:46+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -53,8 +53,9 @@ msgstr "Editor tém hlavičiek prehliadača správ" #: main.cpp:52 -#, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013-2017 autori headerthemeeditor" #: main.cpp:53 @@ -182,67 +183,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Adresár neobsahuje súbor témy. Nemôžem načítať tému." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Súbor plochy" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Téma už existuje. Chcete ju prepísať?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Téma už existuje" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Nemôžem vytvoriť priečinok témy." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Téma nainštalovaná v \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Nemôžeme pridať súbor náhľadu v zip súbore" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Zlyhalo pridanie súboru." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Moja obľúbená hlavička KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Názov súbory extra strany" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Názov súboru:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Chcete uložiť aktuálny projekt?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Uložiť aktuálny projekt" diff -Nru grantlee-editor-17.12.3/po/sl/contactprintthemeeditor.po grantlee-editor-18.04.3/po/sl/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/sl/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sl/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Andrej Mernik , 2015, 2016, 2017. +# Andrej Mernik , 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-03-01 17:08+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-16 17:21+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -72,8 +72,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "Avtorske pravice © 2015-2017 avtorji contactprintthemeeditor-ja" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "Avtorske pravice © 2015-2018 avtorji contactprintthemeeditor-ja" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/sl/contactthemeeditor.po grantlee-editor-18.04.3/po/sl/contactthemeeditor.po --- grantlee-editor-17.12.3/po/sl/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sl/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Andrej Mernik , 2014, 2015, 2016, 2017. +# Andrej Mernik , 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-03-01 17:09+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-16 17:21+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -33,82 +33,82 @@ msgid "Configure" msgstr "Nastavi" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Privzeti stik:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Splošno" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Privzeta predloga" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Naloži nedavno temo ..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Dodaj dodatno stran ..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Pošlji temo ..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nova tema ..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Odpri temo ..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Shrani temo ..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Shrani temo kot ..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Namesti temo" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Vstavi datoteko ..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Upravljaj teme ..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Posodobi pogled" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Izberite mapo s temo" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Mapa ne vsebuje datoteke s temo, zato teme ni mogoče naložiti." @@ -217,8 +217,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Avtorske pravice © 2013-2017 avtorji contactthemeeditor-ja" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Avtorske pravice © 2013-2018 avtorji contactthemeeditor-ja" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/sl/headerthemeeditor.po grantlee-editor-18.04.3/po/sl/headerthemeeditor.po --- grantlee-editor-17.12.3/po/sl/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sl/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Andrej Mernik , 2014, 2015, 2016, 2017. +# Andrej Mernik , 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-03-01 17:09+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-16 17:22+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -57,8 +57,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Avtorske pravice © 2013-2017 avtorji headerthemeeditor-ja" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Avtorske pravice © 2013-2018 avtorji headerthemeeditor-ja" #: main.cpp:53 #, kde-format @@ -185,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Mapa ne vsebuje datoteke s temo, zato teme ni mogoče naložiti." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Urejevalnik (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Datoteka za namizje" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Tema že obstaja. Ali jo želite prepisati?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Tema že obstaja" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Ni mogoče ustvariti mape s temo." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema nameščena v »%1«" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "V datoteko zip ni mogoče dodati datoteke predogleda" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Datoteke ni bilo mogoče dodati." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Moja priljubljena glava za KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Ime datoteke dodatne strani" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Ime datoteke:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Ali želite shraniti trenutni projekt?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Shrani trenutni projekt" diff -Nru grantlee-editor-17.12.3/po/sr/headerthemeeditor.po grantlee-editor-18.04.3/po/sr/headerthemeeditor.po --- grantlee-editor-17.12.3/po/sr/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sr/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-06 21:01+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-06 09:21+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" "Language: sr\n" @@ -58,8 +58,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "© 2013–2017, аутори уређивача теме заглавља" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "© 2013–2018, аутори уређивача теме заглавља" #: main.cpp:53 #, kde-format @@ -189,69 +189,69 @@ msgstr "Фасцикла не садржи фајл теме. Не могу да учитам тему." # >> @title:tab -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Уређивач (%1)" # >> @title:tab -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Фајл површи" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Тема већ постоји. Желите ли да је пребришете?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Тема већ постоји" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Не могу да направим фасциклу теме." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Тема инсталирана у „%1“." -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Не може да се дода фајл прегледа у ЗИП фајл" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Не могу да додам фајл." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Моје омиљено заглавље К‑поште" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Име фајла додатне странице" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Име фајла:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Желите ли да сачувате текући пројекат?" # >> @title:window -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Уписивање текућег пројекта" diff -Nru grantlee-editor-17.12.3/po/sv/contactprintthemeeditor.po grantlee-editor-18.04.3/po/sv/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/sv/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sv/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Stefan Asserhäll , 2015, 2016, 2017. +# Stefan Asserhäll , 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-02 14:36+0100\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 19:09+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -71,9 +71,9 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "" -"Copyright © 2015-2017 upphovsmännen till temaeditor för utskrift av kontakter" +"Copyright © 2015-2018 upphovsmännen till temaeditor för utskrift av kontakter" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/sv/contactthemeeditor.po grantlee-editor-18.04.3/po/sv/contactthemeeditor.po --- grantlee-editor-17.12.3/po/sv/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sv/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Stefan Asserhäll , 2013, 2014, 2015, 2016, 2017. +# Stefan Asserhäll , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 14:36+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 19:10+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Anpassa" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Förvald kontakt:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Allmänt" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Standardmall" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Ladda senaste tema..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Lägg till extra sida..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Ladda upp tema..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Nytt tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Öppna tema..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Spara tema..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Spara tema som..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Installera tema" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Infoga fil..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Hantera teman..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Uppdatera vy" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Välj temakatalog" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Katalogen innehåller inte en temafil. Temat kan inte läsas in." @@ -216,8 +216,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "Copyright © 2013-2017 Upphovsmännen till Temaeditor för kontakter" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "Copyright © 2013-2018 Upphovsmännen till Temaeditor för kontakter" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/sv/docs/contactthemeeditor/index.docbook grantlee-editor-18.04.3/po/sv/docs/contactthemeeditor/index.docbook --- grantlee-editor-17.12.3/po/sv/docs/contactthemeeditor/index.docbook 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sv/docs/contactthemeeditor/index.docbook 1970-01-01 00:00:00.000000000 +0000 @@ -1,131 +0,0 @@ - - - Temaeditor för kontakter"> - - -]> - -
- - - -Handbok &i18n-kapplication; - - - Laurent Montel &Laurent.Montel.mail; - Stefan Asserhäll
stefan.asserhall@bredband.net
Översättare
-
- - -2013 -Laurent Montel - - -&FDLNotice; - -2016-04-06 -Program 16.04 - - -&i18n-kapplication; är en editor av kontaktteman för adressboken. - - - -KDE -Kmail -Tema -adressbok - - -
- -Inledning - -&i18n-kapplication; är en editor av teman för adressboken baserad på Grantlee. - - -Använda &i18n-kapplication; -Editorn används för att skapa teman för kontakter i adressboken. Mer information finns i dokumentationen av Grantlee. - - - - -Tack till och licens - -&i18n-kapplication; -Program copyright 2013 &Laurent.Montel; &Laurent.Montel.mail; -Dokumentation Copyright © 2013 &Laurent.Montel; &Laurent.Montel.mail; - -Översättning Stefan Asserhäll stefan.asserhall@bredband.net -&underFDL; &underGPL; - - - -
- - diff -Nru grantlee-editor-17.12.3/po/sv/docs/headerthemeeditor/index.docbook grantlee-editor-18.04.3/po/sv/docs/headerthemeeditor/index.docbook --- grantlee-editor-17.12.3/po/sv/docs/headerthemeeditor/index.docbook 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sv/docs/headerthemeeditor/index.docbook 1970-01-01 00:00:00.000000000 +0000 @@ -1,138 +0,0 @@ - - - Temaeditor för brevhuvuden"> - - -]> - -
- - - -Handbok &i18n-kapplication; - - - Laurent Montel &Laurent.Montel.mail; - Stefan Asserhäll
stefan.asserhall@bredband.net
Översättare
-
- - -2013 -&Laurent.Montel; - - -&FDLNotice; - -2016-04-06 -Program 16.04 - - -&i18n-kapplication; är en editor av brevhuvuden för &kmail;. - - - -KDE -Kmail -Brevhuvud -Design - - -
- -Inledning -&i18n-kapplication; är en editor av brevhuvuden för &kmail; baserad på Grantlee. - - -Använda &i18n-kapplication; -En kortfattad introduktion av programmet hittar du i följande blogg. -Mer information finns i dokumentationen av Grantlee. -För exempel på design av brevhuvuden titta i arkivet Grantlee-designs. - - - - -Tack till och licens - -&i18n-kapplication; -Program copyright 2013 &Laurent.Montel; &Laurent.Montel.mail; -Dokumentation Copyright © 2013 &Laurent.Montel; &Laurent.Montel.mail; - -Översättning Stefan Asserhäll stefan.asserhall@bredband.net -&underFDL; &underGPL; - - - -
- - diff -Nru grantlee-editor-17.12.3/po/sv/headerthemeeditor.po grantlee-editor-18.04.3/po/sv/headerthemeeditor.po --- grantlee-editor-17.12.3/po/sv/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/sv/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Stefan Asserhäll , 2013, 2014, 2015, 2016, 2017. +# Stefan Asserhäll , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 14:36+0100\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 19:10+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -56,8 +56,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "Copyright © 2013-2017 Upphovsmännen av temaeditorn för brevhuvuden" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "Copyright © 2013-2018 Upphovsmännen av temaeditorn för brevhuvuden" #: main.cpp:53 #, kde-format @@ -184,67 +184,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Katalogen innehåller inte en temafil. Temat kan inte läsas in." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Editor (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Skrivbordsfil" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Temat finns redan. Vill du skriva över det?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Temat finns redan" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Kan inte skapa temakatalog." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema installeras i \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Det går inte att lägga till förhandsgranskningsfil i zip-filen" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Misslyckades lägga till fil." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Mitt Kmail-favorithuvud" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Filnamn på extra sida" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Filnamn:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Vill du spara aktuellt projekt?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Spara aktuellt projekt" diff -Nru grantlee-editor-17.12.3/po/tr/contactprintthemeeditor.po grantlee-editor-18.04.3/po/tr/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/tr/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/tr/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" "PO-Revision-Date: 2017-04-12 15:52+0100\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" @@ -70,8 +70,9 @@ msgstr "Kişi Yazdırma Tema Düzenleyici" #: main.cpp:45 -#, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Telif Hakkı © 2015-2017 contactprintthemeeditor yazarları" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/tr/contactthemeeditor.po grantlee-editor-18.04.3/po/tr/contactthemeeditor.po --- grantlee-editor-17.12.3/po/tr/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/tr/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-04-12 15:51+0100\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "Yapılandır" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Öntanımlı bağlantı:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Genel" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Öntanımlı Şablon" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Son Temayı Yükle..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Fazladan Sayfa Ekle..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Tema yükle..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Yeni tema..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Tema aç..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Temayı kaydet..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Temayı farklı kaydet..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Tema kur" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Dosya Ekle..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Temaları yönet..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Görünümü güncelle" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Tema dizinini seçin" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Dizin bir tema dosyası içermiyor. Temayı yükleyemedik." @@ -216,8 +216,9 @@ msgstr "Bağlantı Tema Düzenleyici" #: main.cpp:49 -#, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Telif Hakkı © 2013-2017 contactthemeeditor yazarları" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/tr/headerthemeeditor.po grantlee-editor-18.04.3/po/tr/headerthemeeditor.po --- grantlee-editor-17.12.3/po/tr/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/tr/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2017-06-19 12:02+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" @@ -55,8 +55,9 @@ msgstr "Messageviewer Başlık Teması Düzenleyicisi" #: main.cpp:52 -#, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +#, fuzzy, kde-format +#| msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Telif Hakkı © 2013, -2017 headerthemeeditor yazarları" #: main.cpp:53 @@ -184,67 +185,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "Dizin bir tema dosyası içermiyor. Temayı yükleyemedik." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Düzenleyici (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Desktop Dosyası" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Tema zaten mevcut. Üzerine yazmak ister misiniz?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Tema zaten mevcut" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Tema dizini oluşturulamadı." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Tema \"%1\" içine kuruldu" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Ön izleme dosyasını zip dosyasına ekleyemeyiz" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Dosyası ekleme başarısız." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "En sevdiğim KMail başlığı" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Ek sayfanın dosya adı" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Dosya adı:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Mevcut projeyi kaydetmek ister misiniz?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Mevcut projeyi kaydet" diff -Nru grantlee-editor-17.12.3/po/ug/contactthemeeditor.po grantlee-editor-18.04.3/po/ug/contactthemeeditor.po --- grantlee-editor-17.12.3/po/ug/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/ug/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "سەپلە" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "ئادەتتىكى" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "ھۆججەت قىستۇرۇش…" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "كۆرۈنۈشنى يېڭىلا" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" @@ -216,7 +216,7 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/ug/headerthemeeditor.po grantlee-editor-18.04.3/po/ug/headerthemeeditor.po --- grantlee-editor-17.12.3/po/ug/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/ug/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur \n" @@ -56,7 +56,7 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "" #: main.cpp:53 @@ -184,68 +184,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "تەھرىرلىگۈچ" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "ئۈستەلئۈستى ھۆججىتى" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "ھۆججەت قوشۇش مەغلۇپ بولدى." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "ھۆججەت ئاتى:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "ھازىرقى قۇرۇلۇشنى ساقلايدۇ" diff -Nru grantlee-editor-17.12.3/po/uk/contactprintthemeeditor.po grantlee-editor-18.04.3/po/uk/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/uk/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/uk/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of contactprintthemeeditor.po to Ukrainian -# Copyright (C) 2015-2017 This_file_is_part_of_KDE +# Copyright (C) 2015-2018 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 , 2015, 2016, 2017. +# Yuri Chornoivan , 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: contactprintthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2017-01-02 13:09+0200\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-01-02 09:28+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -18,7 +18,7 @@ "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-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -74,8 +74,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "© Автори contactprintthemeeditor, 2015–2017" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "© Автори contactprintthemeeditor, 2015–2018" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/uk/contactthemeeditor.po grantlee-editor-18.04.3/po/uk/contactthemeeditor.po --- grantlee-editor-17.12.3/po/uk/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/uk/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of contactthemeeditor.po to Ukrainian -# Copyright (C) 2013-2017 This_file_is_part_of_KDE +# Copyright (C) 2013-2018 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 , 2013, 2014, 2015, 2016, 2017. +# Yuri Chornoivan , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: contactthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 13:10+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 09:28+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -18,7 +18,7 @@ "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-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -35,82 +35,82 @@ msgid "Configure" msgstr "Налаштувати" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "Типовий контакт:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "Загальне" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "Типовий шаблон" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "Завантажити нещодавню тему…" -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "Додати ще сторінку…" -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "Вивантажити тему…" -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "Створити тему…" -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "Відкрити тему…" -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "Зберегти тему…" -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "Зберегти тему як…" -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "Встановити тему" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "Вставити файл…" -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "Керування темами…" -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "Оновлювати перегляд" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "Виберіть каталог теми" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "У каталозі не зберігається файла теми. Завантаження теми неможливе." @@ -221,8 +221,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "© Автори contactthemeeditor, 2013–2017" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "© Автори contactthemeeditor, 2013–2018" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/uk/headerthemeeditor.po grantlee-editor-18.04.3/po/uk/headerthemeeditor.po --- grantlee-editor-17.12.3/po/uk/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/uk/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -1,15 +1,15 @@ # Translation of headerthemeeditor.po to Ukrainian -# Copyright (C) 2013-2017 This_file_is_part_of_KDE +# Copyright (C) 2013-2018 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 , 2013, 2014, 2015, 2016, 2017. +# Yuri Chornoivan , 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: headerthemeeditor\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2017-01-02 13:10+0200\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-01-02 09:30+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -18,7 +18,7 @@ "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-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -59,8 +59,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "© Автори headerthemeeditor, 2013–2017" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "© Автори headerthemeeditor, 2013–2018" #: main.cpp:53 #, kde-format @@ -187,67 +187,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "У каталозі не зберігається файла теми. Завантаження теми неможливе." -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "Редактор (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "Стільничний файл" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "Тема з такою назвою вже існує. Хочете перезаписати її?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "Тема вже існує" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "Не вдалося створити каталог тем." -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "Тему встановлено до «%1»" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "Додавання файлів попереднього перегляду до архіву zip не передбачено" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "Не вдалося додати файл." -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "Бажаний заголовок KMail" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "Назва файла додаткової сторінки" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "Назва файла:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "Хочете зберегти поточний проект?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "Зберегти попередній проект" diff -Nru grantlee-editor-17.12.3/po/zh_CN/contactprintthemeeditor.po grantlee-editor-18.04.3/po/zh_CN/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/zh_CN/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_CN/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\n" -"PO-Revision-Date: 2018-02-28 02:27-0500\n" +"POT-Creation-Date: 2018-01-02 03:14+0100\n" +"PO-Revision-Date: 2018-07-03 17:39\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -74,8 +74,8 @@ #: main.cpp:45 #, kde-format -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" -msgstr "版权 © 2015-2017 联系人打印主题编辑器的作者" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" +msgstr "版权 © 2015-2018 联系人打印主题编辑器的作者" #: main.cpp:46 #, kde-format diff -Nru grantlee-editor-17.12.3/po/zh_CN/contactthemeeditor.po grantlee-editor-18.04.3/po/zh_CN/contactthemeeditor.po --- grantlee-editor-17.12.3/po/zh_CN/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_CN/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2018-02-28 02:27-0500\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-07-03 17:39\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -36,82 +36,82 @@ msgid "Configure" msgstr "配置" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "默认联系人:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "常规" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "默认模板" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "装入最近主题..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "添加额外页面..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "上传主题..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "新建主题..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "打开主题..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "保存主题..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "主题另存为..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "安装主题" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "插入文件..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "管理主题..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "更新视图" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "选择主题目录" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "目录不包含主题文件。无法加载主题。" @@ -220,8 +220,8 @@ #: main.cpp:49 #, kde-format -msgid "Copyright © 2013-2017 contactthemeeditor authors" -msgstr "版权 © 2013-2017 contactthemeeditor 作者" +msgid "Copyright © 2013-2018 contactthemeeditor authors" +msgstr "版权 © 2013-2018 contactthemeeditor 作者" #: main.cpp:50 #, kde-format diff -Nru grantlee-editor-17.12.3/po/zh_CN/headerthemeeditor.po grantlee-editor-18.04.3/po/zh_CN/headerthemeeditor.po --- grantlee-editor-17.12.3/po/zh_CN/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_CN/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\n" -"PO-Revision-Date: 2018-02-28 02:27-0500\n" +"POT-Creation-Date: 2018-01-03 05:06+0100\n" +"PO-Revision-Date: 2018-07-03 17:39\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -59,8 +59,8 @@ #: main.cpp:52 #, kde-format -msgid "Copyright © 2013-2017 headerthemeeditor authors" -msgstr "版权 © 2013-2017 headerthemeeditor 作者" +msgid "Copyright © 2013-2018 headerthemeeditor authors" +msgstr "版权 © 2013-2018 headerthemeeditor 作者" #: main.cpp:53 #, kde-format @@ -187,67 +187,67 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "目录不包含主题文件。无法加载主题。" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, kde-format msgid "Editor (%1)" msgstr "编辑器 (%1)" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "桌面定义文件" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "主题已经存在。您要覆盖它吗?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "主题已经存在" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "无法创建主题文件夹。" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "主题安装于“%1”。" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "无法添加预览文件到 zip 文件" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "添加文件失败" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "我最爱的 KMail 头" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "额外页面文件名" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "文件名:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "保存当前项目吗?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "保存当前项目" diff -Nru grantlee-editor-17.12.3/po/zh_CN/libgrantleethemeeditor.po grantlee-editor-18.04.3/po/zh_CN/libgrantleethemeeditor.po --- grantlee-editor-17.12.3/po/zh_CN/libgrantleethemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_CN/libgrantleethemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -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-02-28 02:27-0500\n" +"PO-Revision-Date: 2018-07-03 17:39\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru grantlee-editor-17.12.3/po/zh_TW/contactprintthemeeditor.po grantlee-editor-18.04.3/po/zh_TW/contactprintthemeeditor.po --- grantlee-editor-17.12.3/po/zh_TW/contactprintthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_TW/contactprintthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-16 03:30+0200\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 \n" "Language-Team: Chinese Traditional \n" @@ -72,7 +72,7 @@ #: main.cpp:45 #, fuzzy, kde-format #| msgid "Copyright © 2015 contactprintthemeeditor authors" -msgid "Copyright © 2015-2017 contactprintthemeeditor authors" +msgid "Copyright © 2015-2018 contactprintthemeeditor authors" msgstr "Copyright © 2015 contactprintthemeeditor 作者群" #: main.cpp:46 diff -Nru grantlee-editor-17.12.3/po/zh_TW/contactthemeeditor.po grantlee-editor-18.04.3/po/zh_TW/contactthemeeditor.po --- grantlee-editor-17.12.3/po/zh_TW/contactthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_TW/contactthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\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 \n" "Language-Team: Chinese Traditional \n" @@ -32,82 +32,82 @@ msgid "Configure" msgstr "設定" -#: contactconfigurationdialog.cpp:55 +#: contactconfigurationdialog.cpp:54 #, kde-format msgid "Default contact:" msgstr "預設聯絡人:" -#: contactconfigurationdialog.cpp:61 +#: contactconfigurationdialog.cpp:60 #, kde-format msgid "General" msgstr "一般" -#: contactconfigurationdialog.cpp:64 +#: contactconfigurationdialog.cpp:63 #, kde-format msgid "Default Template" msgstr "預設樣本" -#: contacteditormainwindow.cpp:94 +#: contacteditormainwindow.cpp:92 #, kde-format msgid "Load Recent Theme..." msgstr "載入最近的主題..." -#: contacteditormainwindow.cpp:101 +#: contacteditormainwindow.cpp:99 #, kde-format msgid "Add Extra Page..." msgstr "新增額外頁面..." -#: contacteditormainwindow.cpp:106 +#: contacteditormainwindow.cpp:104 #, kde-format msgid "Upload theme..." msgstr "上傳主題..." -#: contacteditormainwindow.cpp:110 +#: contacteditormainwindow.cpp:108 #, kde-format msgid "New theme..." msgstr "新增主題..." -#: contacteditormainwindow.cpp:113 +#: contacteditormainwindow.cpp:111 #, kde-format msgid "Open theme..." msgstr "開啟主題..." -#: contacteditormainwindow.cpp:115 +#: contacteditormainwindow.cpp:113 #, kde-format msgid "Save theme..." msgstr "儲存主題..." -#: contacteditormainwindow.cpp:117 +#: contacteditormainwindow.cpp:115 #, kde-format msgid "Save theme as..." msgstr "另存主題..." -#: contacteditormainwindow.cpp:123 +#: contacteditormainwindow.cpp:121 #, kde-format msgid "Install theme" msgstr "安裝主題" -#: contacteditormainwindow.cpp:127 +#: contacteditormainwindow.cpp:125 #, kde-format msgid "Insert File..." msgstr "插入檔案..." -#: contacteditormainwindow.cpp:131 +#: contacteditormainwindow.cpp:129 #, kde-format msgid "Manage themes..." msgstr "管理佈景主題..." -#: contacteditormainwindow.cpp:135 +#: contacteditormainwindow.cpp:133 #, kde-format msgid "Update view" msgstr "更新檢視" -#: contacteditormainwindow.cpp:203 contacteditormainwindow.cpp:336 +#: contacteditormainwindow.cpp:201 contacteditormainwindow.cpp:334 #, kde-format msgid "Select theme directory" msgstr "選擇主題目錄" -#: contacteditormainwindow.cpp:219 +#: contacteditormainwindow.cpp:217 #, kde-format msgid "Directory does not contain a theme file. We cannot load theme." msgstr "目錄裡沒有主題檔。無法載入主題。" @@ -217,7 +217,7 @@ #: main.cpp:49 #, fuzzy, kde-format #| msgid "Copyright © 2013-2015 contactthemeeditor authors" -msgid "Copyright © 2013-2017 contactthemeeditor authors" +msgid "Copyright © 2013-2018 contactthemeeditor authors" msgstr "Copyright © 2013-2015 contactthemeeditor 作者群" #: main.cpp:50 diff -Nru grantlee-editor-17.12.3/po/zh_TW/headerthemeeditor.po grantlee-editor-18.04.3/po/zh_TW/headerthemeeditor.po --- grantlee-editor-17.12.3/po/zh_TW/headerthemeeditor.po 2018-03-06 00:29:05.000000000 +0000 +++ grantlee-editor-18.04.3/po/zh_TW/headerthemeeditor.po 2018-07-10 00:14:20.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-07 03:04+0200\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 \n" "Language-Team: Chinese Traditional \n" @@ -57,7 +57,7 @@ #: main.cpp:52 #, fuzzy, kde-format #| msgid "Copyright © 2013-2015 headerthemeeditor authors" -msgid "Copyright © 2013-2017 headerthemeeditor authors" +msgid "Copyright © 2013-2018 headerthemeeditor authors" msgstr "Copyright © 2013-2015 headerthemeeditor 作者群" #: main.cpp:53 @@ -185,68 +185,68 @@ msgid "Directory does not contain a theme file. We cannot load theme." msgstr "目錄裡沒有主題檔。無法載入主題。" -#: themeeditorpage.cpp:54 +#: themeeditorpage.cpp:53 #, fuzzy, kde-format #| msgid "Editor" msgid "Editor (%1)" msgstr "編輯器" -#: themeeditorpage.cpp:63 +#: themeeditorpage.cpp:62 #, kde-format msgid "Desktop File" msgstr "桌面檔案" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists. Do you want to overwrite it?" msgstr "主題已存在。您要覆寫它嗎?" -#: themeeditorpage.cpp:167 +#: themeeditorpage.cpp:166 #, kde-format msgid "Theme already exists" msgstr "主題已存在" -#: themeeditorpage.cpp:172 +#: themeeditorpage.cpp:171 #, kde-format msgid "Cannot create theme folder." msgstr "無法建立主題資料夾。" -#: themeeditorpage.cpp:183 +#: themeeditorpage.cpp:182 #, kde-format msgid "Theme installed in \"%1\"" msgstr "主題已安裝於 \"%1\"" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "We cannot add preview file in zip file" msgstr "無法在 zip 檔中新增預覽檔" -#: themeeditorpage.cpp:203 +#: themeeditorpage.cpp:202 #, kde-format msgid "Failed to add file." msgstr "新增檔案失敗。" -#: themeeditorpage.cpp:217 +#: themeeditorpage.cpp:216 #, kde-format msgid "My favorite KMail header" msgstr "我的最愛 KMail 標頭" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename of extra page" msgstr "額外頁面的檔名" -#: themeeditorpage.cpp:238 +#: themeeditorpage.cpp:237 #, kde-format msgid "Filename:" msgstr "檔案名稱:" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Do you want to save current project?" msgstr "您要儲存目前的專案嗎?" -#: themeeditorpage.cpp:282 +#: themeeditorpage.cpp:281 #, kde-format msgid "Save current project" msgstr "儲存目前的專案"