Hello community, here is the log from the commit of package kate for openSUSE:Factory checked in at 2018-07-18 22:40:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kate (Old) and /work/SRC/openSUSE:Factory/.kate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kate" Wed Jul 18 22:40:36 2018 rev:98 rq:622627 version:18.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kate/kate.changes 2018-06-22 13:26:24.658548332 +0200 +++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes 2018-07-18 22:40:39.337603173 +0200 @@ -1,0 +2,15 @@ +Fri Jul 13 04:49:51 UTC 2018 - [email protected] + +- Update to 18.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.3.php +- Changes since 18.04.2: + * Fix if to actually have a comparison + * Fix QuickOpen with Qt 5.11 (kde#395039) +- Dropped patches, now upstream: + * 0002-Fix-QuickOpen-with-Qt-5.11.patch +- Refreshed patches: + * 0001-Defuse-root-block.patch + +------------------------------------------------------------------- Old: ---- 0002-Fix-QuickOpen-with-Qt-5.11.patch kate-18.04.2.tar.xz New: ---- kate-18.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kate.spec ++++++ --- /var/tmp/diff_new_pack.DLqyZi/_old 2018-07-18 22:40:40.377599727 +0200 +++ /var/tmp/diff_new_pack.DLqyZi/_new 2018-07-18 22:40:40.381599714 +0200 @@ -20,7 +20,7 @@ %define _appstreamkpackage 0%(cat %{_kf5_cmakedir}/KF5Package/KF5PackageMacros.cmake | grep -q 'appstream-metainfo' && echo 1) Name: kate -Version: 18.04.2 +Version: 18.04.3 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -32,8 +32,6 @@ Source0: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE Patch0: 0001-Defuse-root-block.patch -# PATCH-FIX-UPSTREAM -Patch1: 0002-Fix-QuickOpen-with-Qt-5.11.patch BuildRequires: kactivities5-devel BuildRequires: kconfig-devel BuildRequires: kcrash-devel @@ -110,8 +108,7 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 +%autopatch -p1 %build %cmake_kf5 -d build ++++++ 0001-Defuse-root-block.patch ++++++ --- /var/tmp/diff_new_pack.DLqyZi/_old 2018-07-18 22:40:40.413599608 +0200 +++ /var/tmp/diff_new_pack.DLqyZi/_new 2018-07-18 22:40:40.413599608 +0200 @@ -12,11 +12,11 @@ kwrite/main.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) -diff --git a/kate/main.cpp b/kate/main.cpp -index 342cd5db3..4845646aa 100644 ---- a/kate/main.cpp -+++ b/kate/main.cpp -@@ -64,9 +64,8 @@ int main(int argc, char **argv) +Index: kate-18.04.3/kate/main.cpp +=================================================================== +--- kate-18.04.3.orig/kate/main.cpp ++++ kate-18.04.3/kate/main.cpp +@@ -65,9 +65,8 @@ int main(int argc, char **argv) * Check whether we are running as root **/ if (getuid() == 0) { @@ -27,11 +27,11 @@ } #endif /** -diff --git a/kwrite/main.cpp b/kwrite/main.cpp -index 68a055edb..4937f72d3 100644 ---- a/kwrite/main.cpp -+++ b/kwrite/main.cpp -@@ -54,9 +54,8 @@ extern "C" Q_DECL_EXPORT int main(int argc, char **argv) +Index: kate-18.04.3/kwrite/main.cpp +=================================================================== +--- kate-18.04.3.orig/kwrite/main.cpp ++++ kate-18.04.3/kwrite/main.cpp +@@ -54,9 +54,8 @@ extern "C" Q_DECL_EXPORT int main(int ar * Check whether we are running as root **/ if (getuid() == 0) { @@ -42,6 +42,3 @@ } #endif /** --- -2.12.2 - ++++++ kate-18.04.2.tar.xz -> kate-18.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/CMakeLists.txt new/kate-18.04.3/CMakeLists.txt --- old/kate-18.04.2/CMakeLists.txt 2018-06-05 02:07:51.000000000 +0200 +++ new/kate-18.04.3/CMakeLists.txt 2018-07-10 02:03:46.000000000 +0200 @@ -9,7 +9,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "18") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") # we need some parts of the ECM CMake helpers diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/addons/katesql/schemawidget.cpp new/kate-18.04.3/addons/katesql/schemawidget.cpp --- old/kate-18.04.2/addons/katesql/schemawidget.cpp 2018-06-02 00:50:27.000000000 +0200 +++ new/kate-18.04.3/addons/katesql/schemawidget.cpp 2018-07-07 11:23:10.000000000 +0200 @@ -341,7 +341,7 @@ // set all fields to a value (NULL) // values are needed to generate update and insert statements - if (statementType == QSqlDriver::UpdateStatement || QSqlDriver::InsertStatement) + if (statementType == QSqlDriver::UpdateStatement || statementType == QSqlDriver::InsertStatement) for (int i = 0, n = rec.count(); i < n; ++i) rec.setNull(i); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/kate/katequickopen.cpp new/kate-18.04.3/kate/katequickopen.cpp --- old/kate-18.04.2/kate/katequickopen.cpp 2018-06-02 00:50:27.000000000 +0200 +++ new/kate-18.04.3/kate/katequickopen.cpp 2018-07-07 11:23:10.000000000 +0200 @@ -147,7 +147,7 @@ /** * new base mode creation */ - QStandardItemModel *base_model = new QStandardItemModel(0, 2, this); + m_base_model->clear(); /** * remember local file names to avoid dupes with project files @@ -186,8 +186,8 @@ QStandardItem *itemUrl = new QStandardItem(doc->url().toString()); itemUrl->setEditable(false); - base_model->setItem(linecount, 0, itemName); - base_model->setItem(linecount, 1, itemUrl); + m_base_model->setItem(linecount, 0, itemName); + m_base_model->setItem(linecount, 1, itemUrl); linecount++; if (!doc->url().isEmpty() && doc->url().isLocalFile()) { @@ -224,8 +224,8 @@ QStandardItem *itemUrl = new QStandardItem(doc->url().toString()); itemUrl->setEditable(false); - base_model->setItem(linecount, 0, itemName); - base_model->setItem(linecount, 1, itemUrl); + m_base_model->setItem(linecount, 0, itemName); + m_base_model->setItem(linecount, 1, itemUrl); linecount++; if (!doc->url().isEmpty() && doc->url().isLocalFile()) { @@ -255,19 +255,12 @@ QStandardItem *itemUrl = new QStandardItem(file); itemUrl->setEditable(false); - base_model->setItem(linecount, 0, itemName); - base_model->setItem(linecount, 1, itemUrl); + m_base_model->setItem(linecount, 0, itemName); + m_base_model->setItem(linecount, 1, itemUrl); linecount++; } } - /** - * swap models and kill old one - */ - m_model->setSourceModel(base_model); - delete m_base_model; - m_base_model = base_model; - if (idxToSelect.isValid()) { m_listView->setCurrentIndex(m_model->mapFromSource(idxToSelect)); } else { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/kwrite/data/org.kde.kwrite.appdata.xml new/kate-18.04.3/kwrite/data/org.kde.kwrite.appdata.xml --- old/kate-18.04.2/kwrite/data/org.kde.kwrite.appdata.xml 2018-06-02 00:50:27.000000000 +0200 +++ new/kate-18.04.3/kwrite/data/org.kde.kwrite.appdata.xml 2018-07-07 11:23:10.000000000 +0200 @@ -355,7 +355,7 @@ <li xml:lang="hi">Vi इनपुट पद्दति</li> <li xml:lang="hu">Vi beviteli mód</li> <li xml:lang="ia">Modo de ingresso de Vi</li> - <li xml:lang="id">Mode masukan Vi</li> + <li xml:lang="id">Mode intput Vi</li> <li xml:lang="it">Modalità di inserimento Vi.</li> <li xml:lang="ko">VI 입력 모드</li> <li xml:lang="lt">Vi įvesties režimas</li> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/kate/development.docbook new/kate-18.04.3/po/ca/docs/kate/development.docbook --- old/kate-18.04.2/po/ca/docs/kate/development.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/kate/development.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -51,7 +51,7 @@ <para >Els <link linkend="kate-application-plugins" >connectors de l'aplicació &kate;</link -> estenen la funcionalitat del propi editor &kate; d'una manera com bo us podeu imaginar, utilitzant el mateix llenguatge de programació en que està escrit el &kate;, C++.</para> +> estenen la funcionalitat del mateix editor &kate; d'una manera com bo us podeu imaginar, utilitzant el mateix llenguatge de programació en què està escrit el &kate;, C++.</para> <para >Per començar, vegeu la <ulink >url="http://kate-editor.org/2004/01/06/writing-a-kate-plugin/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/kate/fundamentals.docbook new/kate-18.04.3/po/ca/docs/kate/fundamentals.docbook --- old/kate-18.04.2/po/ca/docs/kate/fundamentals.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/kate/fundamentals.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -943,7 +943,7 @@ >Quan un document està disponible en més d'un editor, els canvis realitzats en >un d'ells seran reflectits en els altres de forma immediata. Això inclou tant >el canvi de text, com la seva selecció. Les operacions de cerca o de moviment >del cursor, només es reflecteixen en l'editor actual.</para> <para ->En aquest moment no és possible tenir obertes diverses sessions d'un mateix document amb la intenció que els canvis que es produeixin en una no afectin a les altres.</para> +>En aquest moment no és possible tenir obertes diverses sessions d'un mateix document amb la intenció que els canvis que es produeixin en una no afectin les altres.</para> <para >En dividir un editor en dos marcs, aquest es dividirà en dos marcs de la >mateixa grandària i ambdós mostraran el document que s'està editant. El nou >marc estarà a la part inferior (en el cas d'una divisió horitzontal) o a la >part dreta (si la divisió és vertical). El nou marc obtindrà el focus, el >qual es representa visualment per la barra del cursor parpellejant en el marc >amb el focus.</para> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/kate/man-kate.1.docbook new/kate-18.04.3/po/ca/docs/kate/man-kate.1.docbook --- old/kate-18.04.2/po/ca/docs/kate/man-kate.1.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/kate/man-kate.1.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -144,7 +144,7 @@ ></term> <listitem ><para ->Inicia el &kate; amb una nova sessio anònima, implica <option +>Inicia el &kate; amb una nova sessió anònima, implica <option >-n</option >.</para ></listitem> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/kate/menus.docbook new/kate-18.04.3/po/ca/docs/kate/menus.docbook --- old/kate-18.04.2/po/ca/docs/kate/menus.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/kate/menus.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -555,7 +555,7 @@ ></term> <listitem> <para ->Deselecciona el text seleccionat a l'editor (si n'hi ha).</para> +>Desselecciona el text seleccionat a l'editor (si n'hi ha).</para> </listitem> </varlistentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/kate/plugins.docbook new/kate-18.04.3/po/ca/docs/kate/plugins.docbook --- old/kate-18.04.2/po/ca/docs/kate/plugins.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/kate/plugins.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -2299,7 +2299,7 @@ >Canviar de projecte</title> <para ->La idea és que mai hàgeu d'obrir un projecte de forma manual, això encara no s'admet en absolut. Per tant, què passa si obriu un fitxer, el connector Projecte ràpidament escanejarà la carpeta i les seves carpetes pare per a un fitxer <filename +>La idea és que mai hageu d'obrir un projecte de forma manual, això encara no s'admet en absolut. Per tant, què passa si obriu un fitxer, el connector Projecte ràpidament escanejarà la carpeta i les seves carpetes pare per a un fitxer <filename >.kateproject</filename >. Si el troba, el projecte serà carregat automàticament.</para> @@ -2678,7 +2678,7 @@ >.</para> <para ->Una vegada hàgeu activat l'element per a la compleció del codi en Rust a la pàgina del connector, apareixerà una pàgina nova al vostre diàleg de configuració del &kate;. </para> +>Una vegada hageu activat l'element per a la compleció del codi en Rust a la pàgina del connector, apareixerà una pàgina nova al vostre diàleg de configuració del &kate;. </para> <screenshot id="screenshot-rust-configuration"> <screeninfo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/katepart/advanced.docbook new/kate-18.04.3/po/ca/docs/katepart/advanced.docbook --- old/kate-18.04.2/po/ca/docs/katepart/advanced.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/katepart/advanced.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -344,7 +344,7 @@ ><para >Si està activat, l'editor farà un sagnat amb <option >indent-width</option -> espais per a cada nivell de sagnat, en comptes de amb un caràcter de tabulació.</para +> espais per a cada nivell de sagnat, en comptes d'un caràcter de tabulació.</para ></listitem> </varlistentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/ca/docs/katepart/development.docbook new/kate-18.04.3/po/ca/docs/katepart/development.docbook --- old/kate-18.04.2/po/ca/docs/katepart/development.docbook 2018-06-05 02:07:40.000000000 +0200 +++ new/kate-18.04.3/po/ca/docs/katepart/development.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -951,8 +951,8 @@ <para >Algunes regles poden tenir <emphasis ->regles fill</emphasis -> que s'executen únicament si la regla pare resulta aplicable. A tota la cadena coincident es donarà l'atribut definit per la regla pare. Una regla amb regles fills té aquest aspecte:</para> +>regles filles</emphasis +> que s'executen únicament si la regla pare resulta aplicable. A tota la cadena coincident es donarà l'atribut definit per la regla pare. Una regla amb regles filles té aquest aspecte:</para> <programlisting ><NomRegla (atributs)> @@ -1249,11 +1249,11 @@ ><Int (atributs comuns) (dinàmic) /></programlisting ></para> <para ->Aquesta regla no té atributs específics. Les regles fill normalment s'utilitzen per a detectar combinacions de <userinput +>Aquesta regla no té atributs específics. Les regles filles normalment s'utilitzen per a detectar combinacions de <userinput >L</userinput > i <userinput >U</userinput -> després del número, indicant el tipus d'enter en el codi del programa. En realitat s'admeten totes les regles com a regles fill, tot i que, la <userinput +> després del número, indicant el tipus d'enter en el codi del programa. En realitat s'admeten totes les regles com a regles filles, tot i que, la <userinput >DTD</userinput > només permet la regla fill <userinput >StringDetect</userinput @@ -1491,7 +1491,7 @@ <itemizedlist> <para ->Una vegada que hàgeu entès com funciona el canvi de context serà fàcil escriure definicions de ressaltat. Tot i que haureu de tenir cura de comprovar en quina situació s'hauria de seleccionar una regla. Les expressions regulars són molt potents, però són lentes en comparació amb altres regles. Per això haureu de tenir en compte els següents consells. </para> +>Una vegada que hàgiu entès com funciona el canvi de context serà fàcil escriure definicions de ressaltat. Tot i que haureu de tenir cura de comprovar en quina situació s'hauria de seleccionar una regla. Les expressions regulars són molt potents, però són lentes en comparació amb altres regles. Per això haureu de tenir en compte els següents consells. </para> <listitem> <para @@ -2808,7 +2808,7 @@ ><para >Retorna <literal >true</literal -> (vertader), si aquest interval i l'interval de <replaceable +> (vertader), si aquest interval i l'interval <replaceable >altra</replaceable > són iguals, en cas contrari retornarà <literal >false</literal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/kate.po new/kate-18.04.3/po/id/kate.po --- old/kate-18.04.2/po/id/kate.po 2018-06-05 02:06:53.000000000 +0200 +++ new/kate-18.04.3/po/id/kate.po 2018-07-10 02:03:43.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-04-03 06:11+0200\n" -"PO-Revision-Date: 2018-05-18 19:58+0700\n" +"PO-Revision-Date: 2018-06-16 08:03+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -784,7 +784,7 @@ #: katemwmodonhddialog.cpp:319 #, kde-format msgid "Diff Output" -msgstr "Keluaran Diff" +msgstr "Output Diff" #: katequickopen.cpp:64 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/katebuild-plugin.po new/kate-18.04.3/po/id/katebuild-plugin.po --- old/kate-18.04.2/po/id/katebuild-plugin.po 2018-06-05 02:06:51.000000000 +0200 +++ new/kate-18.04.3/po/id/katebuild-plugin.po 2018-07-10 02:03:43.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-01-23 03:14+0100\n" -"PO-Revision-Date: 2018-04-03 06:37+0700\n" +"PO-Revision-Date: 2018-06-13 10:42+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -23,7 +23,7 @@ #: build.ui:27 #, kde-format msgid "Output" -msgstr "Keluaran" +msgstr "Output" #. i18n: ectx: property (text), widget (QLabel, showLabel) #: build.ui:35 @@ -74,7 +74,7 @@ #: plugin_katebuild.cpp:105 #, kde-format msgid "Build Output" -msgstr "Keluaran Bangun" +msgstr "Output Bangun" #: plugin_katebuild.cpp:108 #, kde-format @@ -281,12 +281,12 @@ #: plugin_katebuild.cpp:877 #, kde-format msgid "Parsed Output" -msgstr "Keluaran Mengurai" +msgstr "Output Mengurai" #: plugin_katebuild.cpp:880 #, kde-format msgid "Full Output" -msgstr "Keluaran Penuh" +msgstr "Output Penuh" #. i18n: ectx: property (windowTitle), widget (QDialog, SelectTargetUi) #: SelectTargetUi.ui:14 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/katefilebrowserplugin.po new/kate-18.04.3/po/id/katefilebrowserplugin.po --- old/kate-18.04.2/po/id/katefilebrowserplugin.po 2018-06-05 02:06:52.000000000 +0200 +++ new/kate-18.04.3/po/id/katefilebrowserplugin.po 2018-07-10 02:03:43.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: katefilebrowserplugin\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-04-03 06:30+0700\n" +"PO-Revision-Date: 2018-06-13 10:21+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -62,12 +62,12 @@ #: katefilebrowserconfig.cpp:80 #, kde-format msgid "A&vailable actions:" -msgstr "T&indakan yang tersedia:" +msgstr "Aksi yang ter&sedia:" #: katefilebrowserconfig.cpp:81 #, kde-format msgid "S&elected actions:" -msgstr "T&indakan yang dipilih:" +msgstr "Aksi yang di&pilih:" #: katefilebrowserconfig.cpp:101 katefilebrowserplugin.cpp:80 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/kategdbplugin.po new/kate-18.04.3/po/id/kategdbplugin.po --- old/kate-18.04.2/po/id/kategdbplugin.po 2018-06-05 02:06:52.000000000 +0200 +++ new/kate-18.04.3/po/id/kategdbplugin.po 2018-07-10 02:03:43.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-22 23:09+0700\n" +"PO-Revision-Date: 2018-06-13 10:42+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -217,7 +217,7 @@ #, kde-format msgctxt "Tab label" msgid "GDB Output" -msgstr "Keluaran GDB" +msgstr "Output GDB" #: plugin_kategdb.cpp:163 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/katesearch.po new/kate-18.04.3/po/id/katesearch.po --- old/kate-18.04.2/po/id/katesearch.po 2018-06-05 02:06:52.000000000 +0200 +++ new/kate-18.04.3/po/id/katesearch.po 2018-07-10 02:03:43.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-03-01 03:19+0100\n" -"PO-Revision-Date: 2018-04-03 21:35+0700\n" +"PO-Revision-Date: 2018-06-23 08:18+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -85,36 +85,36 @@ "lama." #: plugin_search.cpp:1173 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in current file</i></b>" msgid_plural "<b><i>%1 matches found in current file</i></b>" -msgstr[0] "<b><i>%1 cocok ditemukan dalam file saat ini</i></b>" +msgstr[0] "<b><i>%1 cocok ditemukan di dalam file saat ini</i></b>" #: plugin_search.cpp:1178 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in open files</i></b>" msgid_plural "<b><i>%1 matches found in open files</i></b>" -msgstr[0] "<b><i>%1 cocok ditemukan dalam file yang dibuka</i></b>" +msgstr[0] "<b><i>%1 cocok ditemukan di dalam file yang dibuka</i></b>" #: plugin_search.cpp:1183 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in folder %2</i></b>" msgid_plural "<b><i>%1 matches found in folder %2</i></b>" -msgstr[0] "<b><i>%1 cocok ditemukan dalam folder %2</i></b>" +msgstr[0] "<b><i>%1 cocok ditemukan di dalam folder %2</i></b>" #: plugin_search.cpp:1194 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in project %2 (%3)</i></b>" msgid_plural "<b><i>%1 matches found in project %2 (%3)</i></b>" -msgstr[0] "<b><i>%1 cocok ditemukan dalam proyek %2 (%3)</i></b>" +msgstr[0] "<b><i>%1 cocok ditemukan di dalam proyek %2 (%3)</i></b>" #: plugin_search.cpp:1202 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in all open projects (common parent: %2)</i></b>" msgid_plural "" "<b><i>%1 matches found in all open projects (common parent: %2)</i></b>" msgstr[0] "" -"<b><i>%1 cocok ditemukan dalam semua proyek yang dibuka (induk yang sama: " +"<b><i>%1 cocok ditemukan di dalam semua proyek yang dibuka (induk yang sama: " "%2)</i></b>" #: plugin_search.cpp:1248 @@ -327,7 +327,7 @@ #: search.ui:19 #, kde-format msgid "Add new search tab" -msgstr "" +msgstr "Tambahkan tab pencarian baru" #. i18n: ectx: property (text), widget (QToolButton, newTabButton) #. i18n: ectx: property (text), widget (QToolButton, displayOptions) @@ -366,25 +366,25 @@ #: search.ui:149 #, kde-format msgid "In Current File" -msgstr "Dalam File Saat Ini" +msgstr "di dalam File Saat Ini" #. i18n: ectx: property (text), item, widget (QComboBox, searchPlaceCombo) #: search.ui:154 #, kde-format msgid "in Open Files" -msgstr "dalam Buka File" +msgstr "di dalam File Kebuka" #. i18n: ectx: property (text), item, widget (QComboBox, searchPlaceCombo) #: search.ui:159 #, kde-format msgid "in Folder" -msgstr "dalam Folder" +msgstr "di dalam Folder" #. i18n: ectx: property (toolTip), widget (QToolButton, displayOptions) #: search.ui:167 #, kde-format msgid "Show search options" -msgstr "" +msgstr "Tampilkan opsi pencarian" #. i18n: ectx: property (text), widget (QLabel, replaceLabel) #: search.ui:180 @@ -408,7 +408,7 @@ #: search.ui:217 #, kde-format msgid "Match case" -msgstr "" +msgstr "Huruf cocok" #. i18n: ectx: property (toolTip), widget (QToolButton, useRegExp) #: search.ui:233 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/katesnippetsplugin.po new/kate-18.04.3/po/id/katesnippetsplugin.po --- old/kate-18.04.2/po/id/katesnippetsplugin.po 2018-06-05 02:06:52.000000000 +0200 +++ new/kate-18.04.3/po/id/katesnippetsplugin.po 2018-07-10 02:03:43.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-03-07 03:16+0100\n" -"PO-Revision-Date: 2018-05-31 22:00+0700\n" +"PO-Revision-Date: 2018-06-13 10:42+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -245,7 +245,7 @@ #: snippetrepository.cpp:248 #, kde-format msgid "Output file '%1' could not be opened for writing" -msgstr "Keluaran file '%1' tidak bisa dibuka untuk ditulis" +msgstr "Output file '%1' tidak bisa dibuka untuk ditulis" #: snippetrepository.cpp:282 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/id/katesql.po new/kate-18.04.3/po/id/katesql.po --- old/kate-18.04.2/po/id/katesql.po 2018-06-05 02:06:51.000000000 +0200 +++ new/kate-18.04.3/po/id/katesql.po 2018-07-10 02:03:43.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-04-03 21:35+0700\n" +"PO-Revision-Date: 2018-06-13 13:01+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -206,13 +206,13 @@ #, kde-format msgctxt "@title Wizard page title" msgid "Output Target" -msgstr "Sasaran Keluaran" +msgstr "Sasaran Output" #: exportwizard.cpp:56 #, kde-format msgctxt "@title Wizard page subtitle" msgid "Select the output target." -msgstr "Pilih sasaran keluaran" +msgstr "Pilih sasaran output" #: exportwizard.cpp:60 #, kde-format @@ -224,7 +224,7 @@ #, kde-format msgctxt "@option:radio Output target" msgid "Clipboard" -msgstr "Papan-klip" +msgstr "Clipboard" #: exportwizard.cpp:62 #, kde-format @@ -321,7 +321,7 @@ #, kde-format msgctxt "@title:group" msgid "Output Customization" -msgstr "Kustomisasi Keluaran" +msgstr "Kustomisasi Output" #: katesqlconfigpage.cpp:62 #, kde-format @@ -446,13 +446,13 @@ #, kde-format msgctxt "@title:window" msgid "SQL Text Output" -msgstr "Keluaran Teks SQL" +msgstr "Output Teks SQL" #: outputwidget.cpp:33 #, kde-format msgctxt "@title:window" msgid "SQL Data Output" -msgstr "Keluaran Data SQL" +msgstr "Output Data SQL" #: schemawidget.cpp:47 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/it/docs/katepart/menus.docbook new/kate-18.04.3/po/it/docs/katepart/menus.docbook --- old/kate-18.04.2/po/it/docs/katepart/menus.docbook 2018-06-05 02:07:45.000000000 +0200 +++ new/kate-18.04.3/po/it/docs/katepart/menus.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -1,6 +1,6 @@ <chapter id="the-menu-entries"> <title ->Voci del menu</title> +>Le voci dei menu</title> <sect1 id="file-menu"> <title diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/it/katesearch.po new/kate-18.04.3/po/it/katesearch.po --- old/kate-18.04.2/po/it/katesearch.po 2018-06-05 02:06:55.000000000 +0200 +++ new/kate-18.04.3/po/it/katesearch.po 2018-07-10 02:03:43.000000000 +0200 @@ -1,5 +1,5 @@ # Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the kate package. # Federico Zenith <[email protected]>, 2011, 2012, 2013, 2014, 2015. # Paolo Zamponi <[email protected]>, 2016, 2017, 2018. # @@ -8,7 +8,7 @@ "Project-Id-Version: katesearch\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-03-01 03:19+0100\n" -"PO-Revision-Date: 2018-03-05 15:29+0100\n" +"PO-Revision-Date: 2018-05-25 18:26+0100\n" "Last-Translator: Paolo Zamponi <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" @@ -83,35 +83,35 @@ "troppo tempo." #: plugin_search.cpp:1173 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in current file</i></b>" msgid_plural "<b><i>%1 matches found in current file</i></b>" msgstr[0] "<b><i>Una corrispondenza trovata nel file attuale</i></b>" msgstr[1] "<b><i>%1 corrispondenze trovate nei file attuali</i></b>" #: plugin_search.cpp:1178 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in open files</i></b>" msgid_plural "<b><i>%1 matches found in open files</i></b>" msgstr[0] "<b><i>Una corrispondenza trovata nei file aperti</i></b>" msgstr[1] "<b><i>%1 corrispondenze trovate nei file aperti</i></b>" #: plugin_search.cpp:1183 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in folder %2</i></b>" msgid_plural "<b><i>%1 matches found in folder %2</i></b>" msgstr[0] "<b><i>Una corrispondenza trovata nella cartella %2</i></b>" msgstr[1] "<b><i>%1 corrispondenze trovate nella cartella %2</i></b>" #: plugin_search.cpp:1194 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in project %2 (%3)</i></b>" msgid_plural "<b><i>%1 matches found in project %2 (%3)</i></b>" msgstr[0] "<b><i>Una corrispondenza trovata nel progetto %2 (%3)</i></b>" msgstr[1] "<b><i>%1 corrispondenze trovate nel progetto %2 (%3)</i></b>" #: plugin_search.cpp:1202 -#, fuzzy, kde-format +#, kde-format msgid "<b><i>One match found in all open projects (common parent: %2)</i></b>" msgid_plural "" "<b><i>%1 matches found in all open projects (common parent: %2)</i></b>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/nl/docs/kate/plugins.docbook new/kate-18.04.3/po/nl/docs/kate/plugins.docbook --- old/kate-18.04.2/po/nl/docs/kate/plugins.docbook 2018-06-05 02:07:45.000000000 +0200 +++ new/kate-18.04.3/po/nl/docs/kate/plugins.docbook 2018-07-10 02:03:46.000000000 +0200 @@ -1743,7 +1743,7 @@ ><guimenu >Debug</guimenu ><guimenuitem ->Overheen stappen</guimenuitem +>Overslaan</guimenuitem > </menuchoice ></term> <listitem diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/nl/kategdbplugin.po new/kate-18.04.3/po/nl/kategdbplugin.po --- old/kate-18.04.2/po/nl/kategdbplugin.po 2018-06-05 02:07:11.000000000 +0200 +++ new/kate-18.04.3/po/nl/kategdbplugin.po 2018-07-10 02:03:44.000000000 +0200 @@ -2,20 +2,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Freek de Kruijf <[email protected]>, 2010, 2011, 2012. -# Freek de Kruijf <[email protected]>, 2011, 2013, 2014. +# Freek de Kruijf <[email protected]>, 2011, 2013, 2014, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2014-12-18 11:09+0100\n" +"PO-Revision-Date: 2018-06-27 11:41+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #. i18n: ectx: property (text), widget (QLabel, u_gdbLabel) @@ -252,7 +252,7 @@ #: plugin_kategdb.cpp:225 #, kde-format msgid "Step Over" -msgstr "Overstappen" +msgstr "Overslaan" #: plugin_kategdb.cpp:231 #, kde-format @@ -329,7 +329,7 @@ #: ui.rc:6 #, kde-format msgid "&Debug" -msgstr "&Debug" +msgstr "&Debuggen" #. i18n: ectx: ToolBar (gdbplugin) #: ui.rc:29 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/pt_BR/katekonsoleplugin.po new/kate-18.04.3/po/pt_BR/katekonsoleplugin.po --- old/kate-18.04.2/po/pt_BR/katekonsoleplugin.po 2018-06-05 02:07:19.000000000 +0200 +++ new/kate-18.04.3/po/pt_BR/katekonsoleplugin.po 2018-07-10 02:03:44.000000000 +0200 @@ -1,16 +1,16 @@ # Translation of katekonsoleplugin.po to Brazilian Portuguese -# Copyright (C) 2007-2014 This_file_is_part_of_KDE +# Copyright (C) 2007-2018 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # # Marcus Gama <[email protected]>, 2007, 2008, 2009. # Maj Gama <[email protected]>, 2009. -# André Marcelo Alvarenga <[email protected]>, 2011, 2013, 2014. +# André Marcelo Alvarenga <[email protected]>, 2011, 2013, 2014, 2018. msgid "" msgstr "" "Project-Id-Version: katekonsoleplugin\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-01-27 03:11+0100\n" -"PO-Revision-Date: 2014-07-25 08:19-0300\n" +"PO-Revision-Date: 2018-06-30 21:05-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: kateconsole.cpp:67 #, kde-format @@ -53,7 +53,7 @@ #, kde-format msgctxt "@action" msgid "Run Current Document" -msgstr "" +msgstr "Executar o documento atual" #: kateconsole.cpp:151 #, kde-format @@ -88,32 +88,30 @@ #: kateconsole.cpp:314 #, kde-format msgid "Not a local file: '%1'" -msgstr "" +msgstr "Não é um arquivo local: '%1'" #: kateconsole.cpp:348 -#, fuzzy, kde-format -#| msgid "" -#| "Do you really want to pipe the text to the console? This will execute any " -#| "contained commands with your user rights." +#, kde-format msgid "" "Do you really want to Run the document ?\n" "This will execute the following command,\n" "with your user rights, in the terminal:\n" "'%1'" msgstr "" -"Você deseja mesmo encaminhar o texto para o console? Isto irá executar todos " -"os comandos que ele contiver com as suas permissões de usuário." +"Deseja realmente executar o documento?\n" +"Isto irá executar o comando a seguir no\n" +"terminal, com os seus privilégios de usuário:\n" +"'%1'" #: kateconsole.cpp:352 -#, fuzzy, kde-format -#| msgid "Pipe to Terminal?" +#, kde-format msgid "Run in Terminal?" -msgstr "Encaminhar para Terminal?" +msgstr "Executar no terminal?" #: kateconsole.cpp:353 #, kde-format msgid "Run" -msgstr "" +msgstr "Executar" #: kateconsole.cpp:369 kateconsole.cpp:385 #, kde-format @@ -134,25 +132,24 @@ "Sincronizar &automaticamente o terminal com o documento atual quando possível" #: kateconsole.cpp:413 kateconsole.cpp:434 -#, fuzzy, kde-format -#| msgid "Pipe to Terminal" +#, kde-format msgid "Run in terminal" -msgstr "Encaminhar para Terminal" +msgstr "Executar no terminal" #: kateconsole.cpp:415 #, kde-format msgid "&Remove extension" -msgstr "" +msgstr "&Remover extensão" #: kateconsole.cpp:420 #, kde-format msgid "Prefix:" -msgstr "" +msgstr "Prefixo:" #: kateconsole.cpp:428 #, kde-format msgid "&Show warning next time" -msgstr "" +msgstr "Mo&strar um aviso na próxima vez" #: kateconsole.cpp:430 #, kde-format @@ -160,6 +157,9 @@ "The next time '%1' is executed, make sure a warning window will pop up, " "displaying the command to be sent to terminal, for review." msgstr "" +"Na próxima vez que o '%1' for executado, certifica-se que uma janela de " +"aviso será exibida, mostrando o comando a ser enviado ao terminal para " +"revisão." #: kateconsole.cpp:444 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/pt_BR/katesearch.po new/kate-18.04.3/po/pt_BR/katesearch.po --- old/kate-18.04.2/po/pt_BR/katesearch.po 2018-06-05 02:07:20.000000000 +0200 +++ new/kate-18.04.3/po/pt_BR/katesearch.po 2018-07-10 02:03:44.000000000 +0200 @@ -1,8 +1,8 @@ # Translation of katesearch.po to Brazilian Portuguese -# Copyright (C) 2011-2015 This_file_is_part_of_KDE +# Copyright (C) 2011-2018 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# André Marcelo Alvarenga <[email protected]>, 2011, 2012, 2013, 2014, 2015. +# André Marcelo Alvarenga <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2018. # Luiz Fernando Ranghetti <[email protected]>, 2016, 2017. # Camila Moura <[email protected]>, 2017. msgid "" @@ -10,9 +10,9 @@ "Project-Id-Version: katesearch\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-03-01 03:19+0100\n" -"PO-Revision-Date: 2017-09-14 15:23-0300\n" -"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" -"Language-Team: Portuguese <[email protected]>\n" +"PO-Revision-Date: 2018-06-30 21:13-0300\n" +"Last-Translator: André Marcelo Alvarenga <[email protected]>\n" +"Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -333,7 +333,7 @@ #: search.ui:19 #, kde-format msgid "Add new search tab" -msgstr "" +msgstr "Adiciona uma nova aba de pesquisa" #. i18n: ectx: property (text), widget (QToolButton, newTabButton) #. i18n: ectx: property (text), widget (QToolButton, displayOptions) @@ -388,10 +388,9 @@ #. i18n: ectx: property (toolTip), widget (QToolButton, displayOptions) #: search.ui:167 -#, fuzzy, kde-format -#| msgid "Search in:" +#, kde-format msgid "Show search options" -msgstr "Procurar em:" +msgstr "Mostrar as opções de pesquisa" #. i18n: ectx: property (text), widget (QLabel, replaceLabel) #: search.ui:180 @@ -500,6 +499,3 @@ #, kde-format msgid "Search More" msgstr "Pesquisar mais" - -#~ msgid "Fi&nd:" -#~ msgstr "&Localizar:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kate-ctags-plugin.po new/kate-18.04.3/po/zh_CN/kate-ctags-plugin.po --- old/kate-18.04.2/po/zh_CN/kate-ctags-plugin.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kate-ctags-plugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kate-replicode-plugin.po new/kate-18.04.3/po/zh_CN/kate-replicode-plugin.po --- old/kate-18.04.2/po/zh_CN/kate-replicode-plugin.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kate-replicode-plugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:06+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kate.po new/kate-18.04.3/po/zh_CN/kate.po --- old/kate-18.04.2/po/zh_CN/kate.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kate.po 2018-07-10 02:03:45.000000000 +0200 @@ -19,7 +19,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-04-03 06:11+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -519,7 +519,7 @@ #: katemainwindow.cpp:408 #, kde-format msgid "This will close all open documents. Are you sure you want to continue?" -msgstr "这样将关闭所有打开的文档。您确定想要继续吗?" +msgstr "这样将关闭所有打开的文档。您确定要继续吗?" #: katemainwindow.cpp:409 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katebacktracebrowserplugin.po new/kate-18.04.3/po/zh_CN/katebacktracebrowserplugin.po --- old/kate-18.04.2/po/zh_CN/katebacktracebrowserplugin.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katebacktracebrowserplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katebuild-plugin.po new/kate-18.04.3/po/zh_CN/katebuild-plugin.po --- old/kate-18.04.2/po/zh_CN/katebuild-plugin.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katebuild-plugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -12,7 +12,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-01-23 03:14+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katecloseexceptplugin.po new/kate-18.04.3/po/zh_CN/katecloseexceptplugin.po --- old/kate-18.04.2/po/zh_CN/katecloseexceptplugin.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katecloseexceptplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katefilebrowserplugin.po new/kate-18.04.3/po/zh_CN/katefilebrowserplugin.po --- old/kate-18.04.2/po/zh_CN/katefilebrowserplugin.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katefilebrowserplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katefiletree.po new/kate-18.04.3/po/zh_CN/katefiletree.po --- old/kate-18.04.2/po/zh_CN/katefiletree.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katefiletree.po 2018-07-10 02:03:45.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kategdbplugin.po new/kate-18.04.3/po/zh_CN/kategdbplugin.po --- old/kate-18.04.2/po/zh_CN/kategdbplugin.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kategdbplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katekonsoleplugin.po new/kate-18.04.3/po/zh_CN/katekonsoleplugin.po --- old/kate-18.04.2/po/zh_CN/katekonsoleplugin.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katekonsoleplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-01-27 03:11+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kateopenheader.po new/kate-18.04.3/po/zh_CN/kateopenheader.po --- old/kate-18.04.2/po/zh_CN/kateopenheader.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kateopenheader.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kateproject.po new/kate-18.04.3/po/zh_CN/kateproject.po --- old/kate-18.04.2/po/zh_CN/kateproject.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kateproject.po 2018-07-10 02:03:45.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-11-17 03:18+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katesearch.po new/kate-18.04.3/po/zh_CN/katesearch.po --- old/kate-18.04.2/po/zh_CN/katesearch.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katesearch.po 2018-07-10 02:03:45.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-03-01 03:19+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katesnippetsplugin.po new/kate-18.04.3/po/zh_CN/katesnippetsplugin.po --- old/kate-18.04.2/po/zh_CN/katesnippetsplugin.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katesnippetsplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-03-07 03:16+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katesql.po new/kate-18.04.3/po/zh_CN/katesql.po --- old/kate-18.04.2/po/zh_CN/katesql.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katesql.po 2018-07-10 02:03:45.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katesymbolviewer.po new/kate-18.04.3/po/zh_CN/katesymbolviewer.po --- old/kate-18.04.2/po/zh_CN/katesymbolviewer.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katesymbolviewer.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katetextfilter.po new/kate-18.04.3/po/zh_CN/katetextfilter.po --- old/kate-18.04.2/po/zh_CN/katetextfilter.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katetextfilter.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katexmlcheck.po new/kate-18.04.3/po/zh_CN/katexmlcheck.po --- old/kate-18.04.2/po/zh_CN/katexmlcheck.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katexmlcheck.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:06+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/katexmltools.po new/kate-18.04.3/po/zh_CN/katexmltools.po --- old/kate-18.04.2/po/zh_CN/katexmltools.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/katexmltools.po 2018-07-10 02:03:45.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:06+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kterustcompletion.po new/kate-18.04.3/po/zh_CN/kterustcompletion.po --- old/kate-18.04.2/po/zh_CN/kterustcompletion.po 2018-06-05 02:07:36.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kterustcompletion.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:06+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/ktexteditorpreviewplugin.po new/kate-18.04.3/po/zh_CN/ktexteditorpreviewplugin.po --- old/kate-18.04.2/po/zh_CN/ktexteditorpreviewplugin.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/ktexteditorpreviewplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -43,7 +43,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-26 03:30+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/kwrite.po new/kate-18.04.3/po/zh_CN/kwrite.po --- old/kate-18.04.2/po/zh_CN/kwrite.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/kwrite.po 2018-07-10 02:03:45.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-05-09 02:50+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/plasma_applet_org.kde.plasma.katesessions.po new/kate-18.04.3/po/zh_CN/plasma_applet_org.kde.plasma.katesessions.po --- old/kate-18.04.2/po/zh_CN/plasma_applet_org.kde.plasma.katesessions.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/plasma_applet_org.kde.plasma.katesessions.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-02-05 03:03+0100\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-18.04.2/po/zh_CN/tabswitcherplugin.po new/kate-18.04.3/po/zh_CN/tabswitcherplugin.po --- old/kate-18.04.2/po/zh_CN/tabswitcherplugin.po 2018-06-05 02:07:37.000000000 +0200 +++ new/kate-18.04.3/po/zh_CN/tabswitcherplugin.po 2018-07-10 02:03:45.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-14 03:41+0200\n" -"PO-Revision-Date: 2018-05-18 06:31-0400\n" +"PO-Revision-Date: 2018-07-03 17:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
