Hello community, here is the log from the commit of package okteta for openSUSE:Factory checked in at 2017-05-24 16:49:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/okteta (Old) and /work/SRC/openSUSE:Factory/.okteta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okteta" Wed May 24 16:49:15 2017 rev:49 rq:496052 version:17.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/okteta/okteta.changes 2017-05-16 14:37:02.243564073 +0200 +++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes 2017-05-24 16:49:16.799742104 +0200 @@ -1,0 +2,12 @@ +Wed May 17 20:37:39 CEST 2017 - [email protected] + +- Update to 17.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.1.php +- Changes since 17.04.0: + * Bump version to 0.22.1 + * Default to no debug logging in Okteta & Kasten libs for Qt >= 5.5 + * Default to no debug logging in Okteta app + +------------------------------------------------------------------- Old: ---- okteta-17.04.0.tar.xz New: ---- okteta-17.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okteta.spec ++++++ --- /var/tmp/diff_new_pack.bSAPFu/_old 2017-05-24 16:49:17.431653110 +0200 +++ /var/tmp/diff_new_pack.bSAPFu/_new 2017-05-24 16:49:17.431653110 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: okteta -Version: 17.04.0 +Version: 17.04.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) ++++++ okteta-17.04.0.tar.xz -> okteta-17.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/core/oktetacore.cpp new/okteta-17.04.1/core/oktetacore.cpp --- old/okteta-17.04.0/core/oktetacore.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/core/oktetacore.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "oktetacore.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_OKTETA_CORE, "okteta.core", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_OKTETA_CORE, "okteta.core") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/gui/oktetagui.cpp new/okteta-17.04.1/gui/oktetagui.cpp --- old/okteta-17.04.0/gui/oktetagui.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/gui/oktetagui.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "oktetagui.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_OKTETA_GUI, "okteta.gui", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_OKTETA_GUI, "okteta.gui") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/kasten/controllers/view/checksum/checksumlogging.cpp new/okteta-17.04.1/kasten/controllers/view/checksum/checksumlogging.cpp --- old/okteta-17.04.0/kasten/controllers/view/checksum/checksumlogging.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/kasten/controllers/view/checksum/checksumlogging.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "checksumlogging.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_OKTETA_KASTEN_CONTROLLER_CHECKSUM, "kasten.okteta.controllers.checksum", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_OKTETA_KASTEN_CONTROLLER_CHECKSUM, "kasten.okteta.controllers.checksum") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/kasten/controllers/view/structures/structlogging.cpp new/okteta-17.04.1/kasten/controllers/view/structures/structlogging.cpp --- old/okteta-17.04.0/kasten/controllers/view/structures/structlogging.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/kasten/controllers/view/structures/structlogging.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "structlogging.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_CONTROLLERS_STRUCTURES, "kasten.okteta.controllers.structures", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_CONTROLLERS_STRUCTURES, "kasten.okteta.controllers.structures") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/kasten/gui/oktetakastengui.cpp new/okteta-17.04.1/kasten/gui/oktetakastengui.cpp --- old/okteta-17.04.0/kasten/gui/oktetakastengui.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/kasten/gui/oktetakastengui.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "oktetakastengui.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_GUI, "kasten.okteta.gui", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_KASTEN_OKTETA_GUI, "kasten.okteta.gui") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/libs/kasten/core/kastencore.cpp new/okteta-17.04.1/libs/kasten/core/kastencore.cpp --- old/okteta-17.04.0/libs/kasten/core/kastencore.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/libs/kasten/core/kastencore.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "kastencore.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_KASTEN_CORE, "kasten.core", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_KASTEN_CORE, "kasten.core") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/libs/kasten/gui/kastengui.cpp new/okteta-17.04.1/libs/kasten/gui/kastengui.cpp --- old/okteta-17.04.0/libs/kasten/gui/kastengui.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/libs/kasten/gui/kastengui.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -22,4 +22,8 @@ #include "kastengui.h" +#if QT_VERSION >= 0x050500 +Q_LOGGING_CATEGORY(LOG_KASTEN_GUI, "kasten.gui", QtInfoMsg) +#else Q_LOGGING_CATEGORY(LOG_KASTEN_GUI, "kasten.gui") +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ar/okteta.po new/okteta-17.04.1/po/ar/okteta.po --- old/okteta-17.04.0/po/ar/okteta.po 2017-04-14 02:18:40.000000000 +0200 +++ new/okteta-17.04.1/po/ar/okteta.po 2017-05-09 02:24:06.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2012-02-09 17:27+0200\n" "Last-Translator: Abdalrahim Fakhouri <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" @@ -91,7 +91,7 @@ msgid "Main Toolbar" msgstr "شريط الأدوات الرئيسي" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ast/okteta.po new/okteta-17.04.1/po/ast/okteta.po --- old/okteta-17.04.0/po/ast/okteta.po 2017-04-14 02:18:40.000000000 +0200 +++ new/okteta-17.04.1/po/ast/okteta.po 2017-05-09 02:24:06.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-12-21 16:42+0100\n" "Last-Translator: enolp <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" @@ -88,7 +88,7 @@ msgid "Main Toolbar" msgstr "" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/bs/okteta.po new/okteta-17.04.1/po/bs/okteta.po --- old/okteta-17.04.0/po/bs/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/bs/okteta.po 2017-05-09 02:24:06.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2013-10-18 20:13+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: bosanski <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Glavna alatna traka" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format msgid "File(s) to load." msgstr "Datoteke za učitavanje" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ca/okteta.po new/okteta-17.04.1/po/ca/okteta.po --- old/okteta-17.04.0/po/ca/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/ca/okteta.po 2017-05-09 02:24:06.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-15 22:29+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Barra d'eines principal" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Fitxer/s a carregar." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ca@valencia/okteta.po new/okteta-17.04.1/po/ca@valencia/okteta.po --- old/okteta-17.04.0/po/ca@valencia/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/ca@valencia/okteta.po 2017-05-09 02:24:06.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-15 22:29+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Barra d'eines principal" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Fitxer/s a carregar." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/cs/okteta.po new/okteta-17.04.1/po/cs/okteta.po --- old/okteta-17.04.0/po/cs/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/cs/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -1,12 +1,12 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016. +# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017. # msgid "" msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-22 14:52+0100\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -88,7 +88,7 @@ msgid "Main Toolbar" msgstr "Hlavní nástrojová lišta" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Soubor(y) k načtení." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/da/okteta.po new/okteta-17.04.1/po/da/okteta.po --- old/okteta-17.04.0/po/da/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/da/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-07-11 21:40+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Hovedværktøjslinje" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Filer der skal indlæses." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/de/okteta.po new/okteta-17.04.1/po/de/okteta.po --- old/okteta-17.04.0/po/de/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/de/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-17 08:47+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Haupt-Werkzeugleiste" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Zu öffnende Datei(en)." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/el/okteta.po new/okteta-17.04.1/po/el/okteta.po --- old/okteta-17.04.0/po/el/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/el/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-11-02 15:47+0200\n" "Last-Translator: Petros Vidalis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "Κύρια γραμμή εργαλείων" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Αρχείο(α) για φόρτωση." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/en_GB/okteta.po new/okteta-17.04.1/po/en_GB/okteta.po --- old/okteta-17.04.0/po/en_GB/okteta.po 2017-04-14 02:18:41.000000000 +0200 +++ new/okteta-17.04.1/po/en_GB/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-24 12:27+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Main Toolbar" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/eo/okteta.po new/okteta-17.04.1/po/eo/okteta.po --- old/okteta-17.04.0/po/eo/okteta.po 2017-04-14 02:18:42.000000000 +0200 +++ new/okteta-17.04.1/po/eo/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2009-11-15 12:06+0100\n" "Last-Translator: Axel Rousseau <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" @@ -88,7 +88,7 @@ msgid "Main Toolbar" msgstr "Ĉefa ilobreto" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/es/okteta.po new/okteta-17.04.1/po/es/okteta.po --- old/okteta-17.04.0/po/es/okteta.po 2017-04-14 02:18:42.000000000 +0200 +++ new/okteta-17.04.1/po/es/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-14 18:52+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -94,7 +94,7 @@ msgid "Main Toolbar" msgstr "Barra de herramientas principal" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Archivo(s) a cargar." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/et/okteta.po new/okteta-17.04.1/po/et/okteta.po --- old/okteta-17.04.0/po/et/okteta.po 2017-04-14 02:18:42.000000000 +0200 +++ new/okteta-17.04.1/po/et/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-07-26 20:57+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -89,7 +89,7 @@ msgid "Main Toolbar" msgstr "Peamine tööriistariba" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Laaditavad failid." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/eu/okteta.po new/okteta-17.04.1/po/eu/okteta.po --- old/okteta-17.04.0/po/eu/okteta.po 2017-04-14 02:18:42.000000000 +0200 +++ new/okteta-17.04.1/po/eu/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2010-01-16 20:57+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "Tresnabarra nagusia" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/fi/okteta.po new/okteta-17.04.1/po/fi/okteta.po --- old/okteta-17.04.0/po/fi/okteta.po 2017-04-14 02:18:42.000000000 +0200 +++ new/okteta-17.04.1/po/fi/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-15 16:53+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -95,7 +95,7 @@ msgid "Main Toolbar" msgstr "Päätyökalurivi" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Ladattavat tiedostot." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/fr/okteta.po new/okteta-17.04.1/po/fr/okteta.po --- old/okteta-17.04.0/po/fr/okteta.po 2017-04-14 02:18:42.000000000 +0200 +++ new/okteta-17.04.1/po/fr/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-23 11:45+0100\n" "Last-Translator: Thomas Vergnaud <[email protected]>\n" "Language-Team: French <[email protected]>\n" @@ -95,7 +95,7 @@ msgid "Main Toolbar" msgstr "Barre principale d'outils" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Fichier(s) à charger." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ga/okteta.po new/okteta-17.04.1/po/ga/okteta.po --- old/okteta-17.04.0/po/ga/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/ga/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: playground-utils/okteta.po\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2007-11-05 08:28-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" @@ -89,7 +89,7 @@ msgid "Main Toolbar" msgstr "Príomhbharra Uirlisí" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/gl/okteta.po new/okteta-17.04.1/po/gl/okteta.po --- old/okteta-17.04.0/po/gl/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/gl/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-16 13:49+0100\n" "Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." "com>\n" @@ -95,7 +95,7 @@ msgid "Main Toolbar" msgstr "Barra de ferramentas Principal" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Ficheiro(s) para abrir." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/hr/okteta.po new/okteta-17.04.1/po/hr/okteta.po --- old/okteta-17.04.0/po/hr/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/hr/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2009-09-04 22:36+0200\n" "Last-Translator: Zarko Pintar <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" @@ -91,7 +91,7 @@ msgid "Main Toolbar" msgstr "" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/hu/okteta.po new/okteta-17.04.1/po/hu/okteta.po --- old/okteta-17.04.0/po/hu/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/hu/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2014-09-02 10:37+0200\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Alap eszköztár" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Betöltendő fájlok." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/id/okteta.po new/okteta-17.04.1/po/id/okteta.po --- old/okteta-17.04.0/po/id/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/id/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2010-05-12 09:31+0700\n" "Last-Translator: Dirgita <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Baris Alat Utama" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/is/okteta.po new/okteta-17.04.1/po/is/okteta.po --- old/okteta-17.04.0/po/is/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/is/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-04-08 22:57+0000\n" "Last-Translator: Sveinn í Felli <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" @@ -91,7 +91,7 @@ msgid "Main Toolbar" msgstr "Aðaltækjaslá" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/it/okteta.po new/okteta-17.04.1/po/it/okteta.po --- old/okteta-17.04.0/po/it/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/it/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -3,13 +3,13 @@ # This file is distributed under the same license as the okteta package. # Federico Zenith <[email protected]>, 2008. # Federico Zenith <[email protected]>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. -# Luigi Toscano <[email protected]>, 2016. +# Luigi Toscano <[email protected]>, 2016, 2017. # msgid "" msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-02-08 22:56+0100\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -91,7 +91,7 @@ msgid "Main Toolbar" msgstr "Barra principale" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "File da caricare." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ja/okteta.po new/okteta-17.04.1/po/ja/okteta.po --- old/okteta-17.04.0/po/ja/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/ja/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2011-04-08 21:22-0700\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -97,7 +97,7 @@ msgid "Main Toolbar" msgstr "メインツールバー" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/kk/okteta.po new/okteta-17.04.1/po/kk/okteta.po --- old/okteta-17.04.0/po/kk/okteta.po 2017-04-14 02:18:43.000000000 +0200 +++ new/okteta-17.04.1/po/kk/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2013-06-27 04:20+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" @@ -89,7 +89,7 @@ msgid "Main Toolbar" msgstr "Негізгі құралдар" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/km/okteta.po new/okteta-17.04.1/po/km/okteta.po --- old/okteta-17.04.0/po/km/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/km/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2010-06-09 14:56+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\n" "Language-Team: Khmer <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "របារឧបករណ៍មេ" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ko/okteta.po new/okteta-17.04.1/po/ko/okteta.po --- old/okteta-17.04.0/po/ko/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/ko/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2017-01-22 20:47+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "주 도구 모음" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "불러올 파일입니다." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/lt/okteta.po new/okteta-17.04.1/po/lt/okteta.po --- old/okteta-17.04.0/po/lt/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/lt/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2014-03-16 18:47+0200\n" "Last-Translator: Liudas Ališauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Pagrindinė įrankinė" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/lv/okteta.po new/okteta-17.04.1/po/lv/okteta.po --- old/okteta-17.04.0/po/lv/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/lv/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2010-01-09 16:09+0200\n" "Last-Translator: Viesturs Zarins <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "Galvenā rīkjosla " -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/mr/okteta.po new/okteta-17.04.1/po/mr/okteta.po --- old/okteta-17.04.0/po/mr/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/mr/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2013-03-28 14:37+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" @@ -89,7 +89,7 @@ msgid "Main Toolbar" msgstr "मुख्य साधनपट्टी" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/nb/liboktetagui.po new/okteta-17.04.1/po/nb/liboktetagui.po --- old/okteta-17.04.0/po/nb/liboktetagui.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/nb/liboktetagui.po 2017-05-09 02:24:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-03-03 04:03+0100\n" "PO-Revision-Date: 2010-11-04 22:00+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -19,13 +19,13 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: controller/kvalueeditor.cpp:173 +#: controller/kvalueeditor.cpp:175 #, kde-format msgctxt "name of the change" msgid "Insert" msgstr "Sett inn" -#: controller/kvalueeditor.cpp:215 +#: controller/kvalueeditor.cpp:218 #, kde-format msgctxt "name of the change" msgid "Replace" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/nb/okteta.po new/okteta-17.04.1/po/nb/okteta.po --- old/okteta-17.04.0/po/nb/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/nb/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2014-02-26 09:09+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Hovedverktøylinje" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/nds/okteta.po new/okteta-17.04.1/po/nds/okteta.po --- old/okteta-17.04.0/po/nds/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/nds/okteta.po 2017-05-09 02:24:07.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2011-01-30 11:13+0100\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "Hööft-Warktüüchbalken" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/nl/okteta.po new/okteta-17.04.1/po/nl/okteta.po --- old/okteta-17.04.0/po/nl/okteta.po 2017-04-14 02:18:44.000000000 +0200 +++ new/okteta-17.04.1/po/nl/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-14 17:45+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Hoofdwerkbalk" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Bestand(en) om te laden." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/nn/liboktetagui.po new/okteta-17.04.1/po/nn/liboktetagui.po --- old/okteta-17.04.0/po/nn/liboktetagui.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/nn/liboktetagui.po 2017-05-09 02:24:08.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-03-03 04:03+0100\n" "PO-Revision-Date: 2016-12-11 13:56+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -16,13 +16,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: controller/kvalueeditor.cpp:173 +#: controller/kvalueeditor.cpp:175 #, kde-format msgctxt "name of the change" msgid "Insert" msgstr "Set inn" -#: controller/kvalueeditor.cpp:215 +#: controller/kvalueeditor.cpp:218 #, kde-format msgctxt "name of the change" msgid "Replace" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/nn/okteta.po new/okteta-17.04.1/po/nn/okteta.po --- old/okteta-17.04.0/po/nn/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/nn/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-12-11 13:50+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Hovudverktøylinje" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Fil(er) som skal opnast." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/pa/okteta.po new/okteta-17.04.1/po/pa/okteta.po --- old/okteta-17.04.0/po/pa/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/pa/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2013-01-05 08:55+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi/Panjabi <[email protected]>\n" @@ -89,7 +89,7 @@ msgid "Main Toolbar" msgstr "ਮੁੱਖ ਟੂਲਬਾਰ" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/pl/okteta.po new/okteta-17.04.1/po/pl/okteta.po --- old/okteta-17.04.0/po/pl/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/pl/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-23 07:20+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -96,7 +96,7 @@ msgid "Main Toolbar" msgstr "Pasek główny" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Plik(i) do wczytania." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/pt/okteta.po new/okteta-17.04.1/po/pt/okteta.po --- old/okteta-17.04.0/po/pt/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/pt/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-14 10:08+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: pt <[email protected]>\n" @@ -86,7 +86,7 @@ msgid "Main Toolbar" msgstr "Barra Principal" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "O(s) ficheiro(s) a carregar." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/pt_BR/okteta.po new/okteta-17.04.1/po/pt_BR/okteta.po --- old/okteta-17.04.0/po/pt_BR/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/pt_BR/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-14 21:47-0200\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -96,7 +96,7 @@ msgid "Main Toolbar" msgstr "Barra de ferramentas principal" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Arquivo(s) a carregar." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ro/okteta.po new/okteta-17.04.1/po/ro/okteta.po --- old/okteta-17.04.0/po/ro/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/ro/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2012-12-22 11:43+0200\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" @@ -95,7 +95,7 @@ msgid "Main Toolbar" msgstr "Bara de unelte principală" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ru/okteta.po new/okteta-17.04.1/po/ru/okteta.po --- old/okteta-17.04.0/po/ru/okteta.po 2017-04-14 02:18:45.000000000 +0200 +++ new/okteta-17.04.1/po/ru/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: khexedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2015-05-06 08:33+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -103,7 +103,7 @@ msgid "Main Toolbar" msgstr "Основная панель инструментов" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Открываемые файлы." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/sk/okteta.po new/okteta-17.04.1/po/sk/okteta.po --- old/okteta-17.04.0/po/sk/okteta.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/sk/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-02-01 20:15+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -88,7 +88,7 @@ msgid "Main Toolbar" msgstr "Hlavná lišta nástrojov" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Súbor(y) na načítanie." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/sl/okteta.po new/okteta-17.04.1/po/sl/okteta.po --- old/okteta-17.04.0/po/sl/okteta.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/sl/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-16 08:56+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "Glavna orodna vrstica" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Datoteke za odpreti." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/sr/okteta.po new/okteta-17.04.1/po/sr/okteta.po --- old/okteta-17.04.0/po/sr/okteta.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/sr/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-16 14:00+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "Главна трака" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Фајлови за учитавање." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/sv/okteta.po new/okteta-17.04.1/po/sv/okteta.po --- old/okteta-17.04.0/po/sv/okteta.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/sv/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-02-07 12:09+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -90,7 +90,7 @@ msgid "Main Toolbar" msgstr "Huvudverktygsrad" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Fil(er) att ladda." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/tr/liboktetakasten.po new/okteta-17.04.1/po/tr/liboktetakasten.po --- old/okteta-17.04.0/po/tr/liboktetakasten.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/tr/liboktetakasten.po 2017-05-09 02:24:08.000000000 +0200 @@ -1975,13 +1975,11 @@ #: controllers/view/structures/datatypes/strings/ebcdicstringdata.cpp:149 #, kde-format -#| msgid "ASCII char" msgid "EBCDIC char" msgstr "EBCDIC karakteri" #: controllers/view/structures/datatypes/strings/ebcdicstringdata.cpp:159 #, kde-format -#| msgid "ASCII string" msgid "EBCDIC string" msgstr "EBCDIC dizgesi" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/tr/okteta.po new/okteta-17.04.1/po/tr/okteta.po --- old/okteta-17.04.0/po/tr/okteta.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/tr/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdesdk-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2015-02-15 12:09+0000\n" "Last-Translator: Necdet <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" @@ -93,7 +93,7 @@ msgid "Main Toolbar" msgstr "Ana Araç Çubuğu" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Yüklenecek dosya(lar)." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/ug/okteta.po new/okteta-17.04.1/po/ug/okteta.po --- old/okteta-17.04.0/po/ug/okteta.po 2017-04-14 02:18:46.000000000 +0200 +++ new/okteta-17.04.1/po/ug/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" @@ -89,7 +89,7 @@ msgid "Main Toolbar" msgstr "ئاساسىي قورال بالداق" -#: program.cpp:104 +#: program.cpp:106 #, fuzzy, kde-format #| msgid "File(s) to load" msgid "File(s) to load." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/uk/okteta.po new/okteta-17.04.1/po/uk/okteta.po --- old/okteta-17.04.0/po/uk/okteta.po 2017-04-14 02:18:47.000000000 +0200 +++ new/okteta-17.04.1/po/uk/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-01-14 14:41+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -91,7 +91,7 @@ msgid "Main Toolbar" msgstr "Головна панель" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "Файли, які слід завантажити." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/zh_CN/okteta.po new/okteta-17.04.1/po/zh_CN/okteta.po --- old/okteta-17.04.0/po/zh_CN/okteta.po 2017-04-14 02:18:47.000000000 +0200 +++ new/okteta-17.04.1/po/zh_CN/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-11-13 12:45+0800\n" "Last-Translator: Ni Hui <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "主工具栏" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "要装入的文件。" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/po/zh_TW/okteta.po new/okteta-17.04.1/po/zh_TW/okteta.po --- old/okteta-17.04.0/po/zh_TW/okteta.po 2017-04-14 02:18:47.000000000 +0200 +++ new/okteta-17.04.1/po/zh_TW/okteta.po 2017-05-09 02:24:08.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: okteta\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-11-19 20:17+0100\n" +"POT-Creation-Date: 2017-05-01 04:29+0200\n" "PO-Revision-Date: 2016-11-15 21:42+0800\n" "Last-Translator: Jeff Huang <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" @@ -92,7 +92,7 @@ msgid "Main Toolbar" msgstr "主工具列" -#: program.cpp:104 +#: program.cpp:106 #, kde-format msgid "File(s) to load." msgstr "要載入的檔案" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/program/about.cpp new/okteta-17.04.1/program/about.cpp --- old/okteta-17.04.0/program/about.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/program/about.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -30,7 +30,7 @@ OktetaAboutData::OktetaAboutData() : KAboutData( QStringLiteral("okteta"), i18n("Okteta"), // name - QStringLiteral("0.22.0"), + QStringLiteral("0.22.1"), i18n("Hex editor"), // description KAboutLicense::GPL_V2, i18n("Copyright 2006-2016 Friedrich W. H. Kossebau"), //copyright diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-17.04.0/program/program.cpp new/okteta-17.04.1/program/program.cpp --- old/okteta-17.04.0/program/program.cpp 2017-04-11 16:09:38.000000000 +0200 +++ new/okteta-17.04.1/program/program.cpp 2017-04-30 19:46:19.000000000 +0200 @@ -64,17 +64,19 @@ OktetaProgram::OktetaProgram( int &argc, char* argv[] ) : mApp( argc, argv ) { +#if QT_VERSION < 0x050500 #ifndef QT_NO_DEBUG // MSVC complains about mismatched strings... (wide vs normal) // fix it using QT_UNICODE_LITERAL QLoggingCategory::setFilterRules(QStringLiteral( - "okteta.core.debug = true\n" - QT_UNICODE_LITERAL("okteta.gui.debug = true\n") - QT_UNICODE_LITERAL("kasten.core.debug = true\n") - QT_UNICODE_LITERAL("kasten.gui.debug = true\n") - QT_UNICODE_LITERAL("kasten.okteta.core = true\n") - QT_UNICODE_LITERAL("kasten.okteta.gui = true\n") - QT_UNICODE_LITERAL("kasten.okteta.controllers.structures.debug = true\n"))); + "okteta.core.debug = false\n" + QT_UNICODE_LITERAL("okteta.gui.debug = false\n") + QT_UNICODE_LITERAL("kasten.core.debug = false\n") + QT_UNICODE_LITERAL("kasten.gui.debug = false\n") + QT_UNICODE_LITERAL("kasten.okteta.core = false\n") + QT_UNICODE_LITERAL("kasten.okteta.gui = false\n") + QT_UNICODE_LITERAL("kasten.okteta.controllers.structures.debug = false\n"))); +#endif #endif QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
