Hello community, here is the log from the commit of package kate for openSUSE:Factory checked in at 2019-07-16 08:31:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kate (Old) and /work/SRC/openSUSE:Factory/.kate.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kate" Tue Jul 16 08:31:04 2019 rev:110 rq:715072 version:19.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kate/kate.changes 2019-06-13 22:44:17.348163584 +0200 +++ /work/SRC/openSUSE:Factory/.kate.new.1887/kate.changes 2019-07-16 08:31:05.907411733 +0200 @@ -1,0 +2,9 @@ +Sat Jul 13 07:26:33 UTC 2019 - [email protected] + +- Update to 19.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.3.php +- No code changes since 19.04.2 + +------------------------------------------------------------------- Old: ---- kate-19.04.2.tar.xz New: ---- kate-19.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kate.spec ++++++ --- /var/tmp/diff_new_pack.8uIxRg/_old 2019-07-16 08:31:06.775411913 +0200 +++ /var/tmp/diff_new_pack.8uIxRg/_new 2019-07-16 08:31:06.779411914 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kate -Version: 19.04.2 +Version: 19.04.3 Release: 0 Summary: Advanced Text Editor License: GPL-3.0-or-later ++++++ kate-19.04.2.tar.xz -> kate-19.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/CMakeLists.txt new/kate-19.04.3/CMakeLists.txt --- old/kate-19.04.2/CMakeLists.txt 2019-06-04 02:02:06.000000000 +0200 +++ new/kate-19.04.3/CMakeLists.txt 2019-07-09 02:04:06.000000000 +0200 @@ -10,7 +10,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "19") 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-19.04.2/addons/backtracebrowser/katebacktracebrowserplugin.desktop new/kate-19.04.3/addons/backtracebrowser/katebacktracebrowserplugin.desktop --- old/kate-19.04.2/addons/backtracebrowser/katebacktracebrowserplugin.desktop 2019-06-03 08:48:52.000000000 +0200 +++ new/kate-19.04.3/addons/backtracebrowser/katebacktracebrowserplugin.desktop 2019-07-06 11:17:49.000000000 +0200 @@ -23,6 +23,7 @@ Name[gl]=Navegador de trazados inversos Name[hu]=Visszakövetési böngésző Name[ia]=Navigator de tracia de retro +Name[id]=Penelusur Backtrace Name[is]=Afturrakningarvafri Name[it]=Navigatore di backtrace Name[ja]=バックトレースブラウザ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/es/docs/kwrite/index.docbook new/kate-19.04.3/po/es/docs/kwrite/index.docbook --- old/kate-19.04.2/po/es/docs/kwrite/index.docbook 2019-06-04 02:02:05.000000000 +0200 +++ new/kate-19.04.3/po/es/docs/kwrite/index.docbook 2019-07-09 02:04:05.000000000 +0200 @@ -45,9 +45,9 @@ >&FDLNotice;</legalnotice> <date ->2016-04-22</date> +>2018-05-19</date> <releaseinfo ->Aplicaciones 16.04</releaseinfo> +>Aplicaciones 18.08</releaseinfo> <abstract> <para @@ -82,6 +82,236 @@ >. </para> </sect1> +<sect1 id="command-line-options"> +<title +>Opciones de la línea de órdenes</title> + +<para +>Aunque &kwrite; se puede iniciar habitualmente desde el lanzador de aplicaciones de &plasma;, o usando un icono en el escritorio, también se puede abrir desde la línea de órdenes de una ventana de terminal. Existen varias opciones útiles que están disponibles al usar este método. </para> + +<para +>Otras aplicaciones que también usan &katepart; ofrecen opciones similares desde la línea de órdenes.</para> + +<sect2 id="specify-a-file"> +<title +>Especificar un archivo</title> + +<para +>Al especificar la ruta y el nombre de un determinado archivo, el usuario puede hacer que &kwrite; lo abra (o lo cree) inmediatamente tras su inicio. Esta opción puede ser similar a la siguiente:</para> + +<informalexample +><screen +><prompt +>%</prompt +> <userinput +><command +>kwrite</command> +<option +><replaceable +>/home/micarpetapersonal/docs/miarchivo.txt</replaceable +></option> +</userinput +> +</screen> +</informalexample> +</sect2> +<sect2 id="editing-files-on-the-internet"> +<title +>Especificar un archivo de Internet</title> + +<para +>El método que acabamos de mencionar también se puede usar para abrir archivos de Internet (si el usuario dispone de una conexión activa en ese momento). Por ejemplo:</para> + +<informalexample +><screen +><prompt +>%</prompt +> <userinput +><command +>kwrite</command> +<option +><replaceable +>ftp://ftp.kde.org/pub/kde/README</replaceable> +</option +></userinput +> +</screen> +</informalexample> + +</sect2> + +<sect2 id="other-command-line-options"> +<title +>Otras opciones de la línea de órdenes</title> + +<para +>Están disponibles las siguientes opciones de ayuda en la línea de órdenes</para> + +<variablelist> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>--help</option +></userinput +></term> +<listitem +><para +>Esto lista las opciones más básicas disponibles en la línea de órdenes.</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>--author</option +></userinput +></term> +<listitem +><para +>Lista los autores de &kwrite; en la ventana del terminal.</para +></listitem> +</varlistentry> +<varlistentry> + +<term +><userinput +><command +>kwrite</command +> <option +>-v</option +>, <option +>--version</option +></userinput +></term> +<listitem +><para +>Muestra información sobre la versión de la aplicación.</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>&kwrite;</command +> <option +>--license</option +></userinput +></term> +<listitem> +<para +>Muestra información sobre la licencia de uso.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>--desktopfile</option +> <parameter +>archivo</parameter +></userinput +></term> +<listitem +><para +>El nombre de archivo base de la entrada de escritorio para esta aplicación.</para> +<para +>Esto resulta útil en particular para aplicaciones que envuelven a otras y para aplicaciones que disponen de varios archivos de escritorio. De este modo, cada archivo de escritorio puede tener su propia línea de órdenes en la extrada <option +>Exec</option +>. </para +></listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>-e</option +>, <option +>--encoding</option +> <parameter +>codificación</parameter +> </userinput +></term> +<listitem +><para +>Hace que &kwrite; use la codificación especificada para el documento. </para +></listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>-l</option +>, <option +>--line</option +> <parameter +>línea</parameter +> </userinput +></term> +<listitem +><para +>Se desplaza a la línea indicada tras abrir el documento. </para +></listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>-c</option +>, <option +>--column</option +> <parameter +>columna</parameter +> </userinput +></term> +<listitem +><para +>Se desplaza hasta la columna especificada tras abrir el documento. </para +></listitem> +</varlistentry> + +<varlistentry> +<term +><userinput +><command +>kwrite</command +> <option +>-i</option +>, <option +>--stdin</option +></userinput +></term> +<listitem +><para +>Hace que &kwrite; lea el contenido del documento desde la entrada estándar. Esto es similar a la opción común <option +>-</option +> que se usa en la línea de órdenes de muchos programas y le permite enviar la salida de una orden a &kwrite;.</para +></listitem> +</varlistentry> + +</variablelist> +</sect2> +</sect1> + <sect1 id="credits"> <title >Créditos y licencia</title> @@ -182,8 +412,7 @@ > y Kira J. Fernández <email >[email protected]</email >.</para -> -&underFDL; &underGPL; </sect1> +> &underFDL; &underGPL; </sect1> </article> <!-- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/eu/katesymbolviewer.po new/kate-19.04.3/po/eu/katesymbolviewer.po --- old/kate-19.04.2/po/eu/katesymbolviewer.po 2019-06-04 02:01:56.000000000 +0200 +++ new/kate-19.04.3/po/eu/katesymbolviewer.po 2019-07-09 02:03:54.000000000 +0200 @@ -8,21 +8,21 @@ # Marcos <[email protected]>, 2003, 2005. # Juan Irigoien <[email protected]>, 2004. # Ion Gaztañaga <[email protected]>, 2005. -# Iñigo Salvador Azurmendi <[email protected]>, 2011, 2018. +# Iñigo Salvador Azurmendi <[email protected]>, 2011, 2018, 2019. # Iñaki Larrañaga Murgoitio <[email protected]>, 2011. msgid "" msgstr "" "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2018-08-12 21:54+0100\n" +"PO-Revision-Date: 2019-06-30 20:40+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.04.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: bash_parser.cpp:43 cpp_parser.cpp:38 fortran_parser.cpp:45 @@ -172,7 +172,7 @@ #: plugin_katesymbolviewer.cpp:434 #, kde-format msgid "Automatically expand nodes in tree mode" -msgstr "Zabaldu automatikoki nodoak zuhaitz-moduan" +msgstr "Automatikoki zabaldu korapiluneak zuhaitz-moduan" #: plugin_katesymbolviewer.cpp:435 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/fi/kate.po new/kate-19.04.3/po/fi/kate.po --- old/kate-19.04.2/po/fi/kate.po 2019-06-04 02:01:56.000000000 +0200 +++ new/kate-19.04.3/po/fi/kate.po 2019-07-09 02:03:55.000000000 +0200 @@ -20,7 +20,7 @@ "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-05-10 16:48+0200\n" +"PO-Revision-Date: 2019-06-23 19:32+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -29,7 +29,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2013-01-13 20:43:20+0000\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -225,10 +225,9 @@ msgstr "&Pika-avaus" #: kateconfigdialog.cpp:154 -#, fuzzy, kde-format -#| msgid "&View Mode:" +#, kde-format msgid "&Match Mode:" -msgstr "&Näkymä:" +msgstr "&Täsmäystila:" #: kateconfigdialog.cpp:159 katemwmodonhddialog.cpp:93 #, kde-format @@ -236,10 +235,9 @@ msgstr "Tiedostonimi" #: kateconfigdialog.cpp:160 -#, fuzzy, kde-format -#| msgid "File" +#, kde-format msgid "Filepath" -msgstr "Tiedosto" +msgstr "Tiedostopolku" #: kateconfigdialog.cpp:171 #, kde-format @@ -478,11 +476,10 @@ msgstr "&Avaa tiedostosijainti" #: katemainwindow.cpp:333 -#, fuzzy, kde-format -#| msgid "&Rename..." +#, kde-format msgctxt "@action:inmenu" msgid "Rename..." -msgstr "M&uuta nimeä…" +msgstr "Muuta nimeä…" #: katemainwindow.cpp:339 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/id/kate.po new/kate-19.04.3/po/id/kate.po --- old/kate-19.04.2/po/id/kate.po 2019-06-04 02:01:58.000000000 +0200 +++ new/kate-19.04.3/po/id/kate.po 2019-07-09 02:03:57.000000000 +0200 @@ -17,7 +17,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 18.12.3\n" +"X-Generator: Lokalize 19.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/id/katebacktracebrowserplugin.po new/kate-19.04.3/po/id/katebacktracebrowserplugin.po --- old/kate-19.04.2/po/id/katebacktracebrowserplugin.po 2019-06-04 02:01:58.000000000 +0200 +++ new/kate-19.04.3/po/id/katebacktracebrowserplugin.po 2019-07-09 02:03:57.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-04-30 23:06+0700\n" +"PO-Revision-Date: 2019-06-16 07:52+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -17,7 +17,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 18.12.3\n" +"X-Generator: Lokalize 19.04.1\n" #. i18n: ectx: property (text), widget (QTreeWidget, lstBacktrace) #: btbrowserwidget.ui:27 @@ -53,7 +53,7 @@ #: btbrowserwidget.ui:79 #, kde-format msgid "Use Clipboard" -msgstr "Gunakan Clipboard" +msgstr "Gunakan Papan-klip" #. i18n: ectx: property (text), widget (QPushButton, btnBacktrace) #: btbrowserwidget.ui:86 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/id/katefiletree.po new/kate-19.04.3/po/id/katefiletree.po --- old/kate-19.04.2/po/id/katefiletree.po 2019-06-04 02:01:58.000000000 +0200 +++ new/kate-19.04.3/po/id/katefiletree.po 2019-07-09 02:03:57.000000000 +0200 @@ -9,15 +9,15 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-04-03 23:26+0700\n" -"Last-Translator: wantoyo <[email protected]>\n" +"PO-Revision-Date: 2019-06-03 21:33+0700\n" +"Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 18.12.3\n" +"X-Generator: Lokalize 19.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -149,12 +149,12 @@ #, kde-format msgctxt "@action:inmenu" msgid "Tree Mode" -msgstr "Mode Pohon" +msgstr "Mode Hierarki" #: katefiletree.cpp:112 #, kde-format msgid "Set view style to Tree Mode" -msgstr "Setel gaya tampil ke Mode Pohon" +msgstr "Setel gaya tampil ke Mode Hierarki" #: katefiletree.cpp:115 #, kde-format @@ -317,7 +317,7 @@ #: katefiletreeconfigpage.cpp:97 #, kde-format msgid "Tree View" -msgstr "Tampilan Pohon" +msgstr "Tampilan Hierarki" #: katefiletreeconfigpage.cpp:98 #, kde-format @@ -384,7 +384,7 @@ #: katefiletreeplugin.cpp:131 #, kde-format msgid "Kate File Tree" -msgstr "Pohon File Kate" +msgstr "Hierarki File Kate" #: katefiletreeplugin.cpp:228 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/id/katesql.po new/kate-19.04.3/po/id/katesql.po --- old/kate-19.04.2/po/id/katesql.po 2019-06-04 02:01:58.000000000 +0200 +++ new/kate-19.04.3/po/id/katesql.po 2019-07-09 02:03:57.000000000 +0200 @@ -11,15 +11,15 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-02-23 21:13+0700\n" -"Last-Translator: wantoyo <[email protected]>\n" +"PO-Revision-Date: 2019-06-16 07:52+0700\n" +"Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 18.12.1\n" +"X-Generator: Lokalize 19.04.1\n" #: connectionwizard.cpp:38 #, kde-format @@ -224,7 +224,7 @@ #, kde-format msgctxt "@option:radio Output target" msgid "Clipboard" -msgstr "Clipboard" +msgstr "Papan-klip" #: exportwizard.cpp:62 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/id/katesymbolviewer.po new/kate-19.04.3/po/id/katesymbolviewer.po --- old/kate-19.04.2/po/id/katesymbolviewer.po 2019-06-04 02:01:58.000000000 +0200 +++ new/kate-19.04.3/po/id/katesymbolviewer.po 2019-07-09 02:03:57.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-05-16 18:41+0700\n" +"PO-Revision-Date: 2019-06-03 21:33+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -17,7 +17,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 18.12.3\n" +"X-Generator: Lokalize 19.04.1\n" #: bash_parser.cpp:43 cpp_parser.cpp:38 fortran_parser.cpp:45 #: plugin_katesymbolviewer.cpp:99 @@ -114,12 +114,12 @@ #: plugin_katesymbolviewer.cpp:88 #, kde-format msgid "Tree Mode" -msgstr "Mode Pohon" +msgstr "Mode Hierarki" #: plugin_katesymbolviewer.cpp:90 #, kde-format msgid "Expand Tree" -msgstr "Bentangkan Pohon" +msgstr "Bentangkan Hierarki" #: plugin_katesymbolviewer.cpp:92 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/it/ktexteditorpreviewplugin.po new/kate-19.04.3/po/it/ktexteditorpreviewplugin.po --- old/kate-19.04.2/po/it/ktexteditorpreviewplugin.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kate-19.04.3/po/it/ktexteditorpreviewplugin.po 2019-07-09 02:03:58.000000000 +0200 @@ -0,0 +1,103 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kate package. +# Paolo Zamponi <[email protected]>, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: kate\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-05-20 07:33+0200\n" +"PO-Revision-Date: 2019-07-07 20:34+0200\n" +"Last-Translator: Paolo Zamponi <[email protected]>\n" +"Language-Team: Italian <[email protected]>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 19.04.2\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Paolo Zamponi" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: ktexteditorpreviewview.cpp:43 +#, kde-format +msgid "Preview" +msgstr "Anteprima" + +#: previewwidget.cpp:62 +#, kde-format +msgid "Lock Current Document" +msgstr "Blocca il documento corrente" + +#: previewwidget.cpp:63 +#, kde-format +msgid "Lock preview to current document" +msgstr "Blocca l'anteprima al documento corrente" + +#: previewwidget.cpp:64 +#, kde-format +msgid "Unlock Current View" +msgstr "Sblocca la vista corrente" + +#: previewwidget.cpp:64 +#, kde-format +msgid "Unlock current view" +msgstr "Sblocca la vista corrente" + +#: previewwidget.cpp:71 +#, kde-format +msgid "Automatically Update Preview" +msgstr "Aggiorna automaticamente l'anteprima" + +#: previewwidget.cpp:72 +#, kde-format +msgid "Enable automatic updates of the preview to the current document content" +msgstr "" +"Abilita l'aggiornamento automatico dell'anteprima al contenuto del documento " +"corrente" + +#: previewwidget.cpp:73 +#, kde-format +msgid "Manually Update Preview" +msgstr "Aggiorna manualmente l'anteprima" + +#: previewwidget.cpp:73 +#, kde-format +msgid "" +"Disable automatic updates of the preview to the current document content" +msgstr "" +"Disabilita l'aggiornamento automatico dell'anteprima al contenuto del " +"documento corrente" + +#: previewwidget.cpp:78 +#, kde-format +msgid "Update Preview" +msgstr "Aggiorna l'anteprima" + +#: previewwidget.cpp:79 +#, kde-format +msgid "Update the preview to the current document content" +msgstr "Aggiorna l'anteprima al contenuto del documento corrente" + +#: previewwidget.cpp:87 +#, kde-format +msgid "View" +msgstr "Visualizza" + +#: previewwidget.cpp:107 +#, kde-format +msgid "No preview available." +msgstr "Anteprima non disponibile." + +#: previewwidget.cpp:202 +#, kde-format +msgid "About %1" +msgstr "Informazioni su %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/nn/katesymbolviewer.po new/kate-19.04.3/po/nn/katesymbolviewer.po --- old/kate-19.04.2/po/nn/katesymbolviewer.po 2019-06-04 02:02:00.000000000 +0200 +++ new/kate-19.04.3/po/nn/katesymbolviewer.po 2019-07-09 02:04:00.000000000 +0200 @@ -1,6 +1,6 @@ # Translation of katesymbolviewer to Norwegian Nynorsk # -# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2009, 2015, 2018. +# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2009, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: katesymbolviewer\n" @@ -13,7 +13,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.04.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/pl/kate-ctags-plugin.po new/kate-19.04.3/po/pl/kate-ctags-plugin.po --- old/kate-19.04.2/po/pl/kate-ctags-plugin.po 2019-06-04 02:02:01.000000000 +0200 +++ new/kate-19.04.3/po/pl/kate-ctags-plugin.po 2019-07-09 02:04:01.000000000 +0200 @@ -2,20 +2,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Marta Rybczyńska <[email protected]>, 2009, 2011. -# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2014, 2015, 2018. +# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2014, 2015, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2018-12-23 05:39+0100\n" +"PO-Revision-Date: 2019-06-28 09:09+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" @@ -220,7 +220,7 @@ #, kde-format msgctxt "Tag Type" msgid "type component" -msgstr "komponent typu" +msgstr "składnik rodzaju" #: ctagskinds.cpp:98 #, kde-format @@ -299,7 +299,7 @@ #: kate_ctags.ui:26 kate_ctags.ui:92 #, kde-format msgid "Update Index" -msgstr "Uaktualnij indeks" +msgstr "Uaktualnij spis" #. i18n: ectx: property (text), widget (QTreeWidget, tagTreeWidget) #: kate_ctags.ui:37 @@ -311,7 +311,7 @@ #: kate_ctags.ui:42 #, kde-format msgid "Type" -msgstr "Typ" +msgstr "Rodzaj" #. i18n: ectx: property (text), widget (QTreeWidget, tagTreeWidget) #: kate_ctags.ui:47 @@ -323,7 +323,7 @@ #: kate_ctags.ui:56 #, kde-format msgid "Index Targets" -msgstr "Cele indeksowane" +msgstr "Cele spisane" #. i18n: ectx: attribute (title), widget (QWidget, database) #: kate_ctags.ui:100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/pl/kate.po new/kate-19.04.3/po/pl/kate.po --- old/kate-19.04.2/po/pl/kate.po 2019-06-04 02:02:01.000000000 +0200 +++ new/kate-19.04.3/po/pl/kate.po 2019-07-09 02:04:01.000000000 +0200 @@ -1,6 +1,6 @@ # translation of kate.po to Polish # translation of kate.po to -# Version: $Revision: 1542722 $ +# Version: $Revision: 1545216 $ # Kate polish translation file. # Main translation work: # Jacek Stolarczyk <[email protected]>\n" @@ -16,7 +16,7 @@ "Project-Id-Version: kate\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-05-25 07:44+0200\n" +"PO-Revision-Date: 2019-06-28 09:08+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -147,7 +147,7 @@ #: kateconfigdialog.cpp:91 #, kde-format msgid "Wa&rn about files modified by foreign processes" -msgstr "Ost&rzegaj o plikach zmienionych przez zewnętrzne procesy" +msgstr "Powiadom, gdy obcy program zmie&nił plik" #: kateconfigdialog.cpp:94 #, kde-format @@ -180,12 +180,12 @@ #: kateconfigdialog.cpp:115 #, kde-format msgid "Meta-Information" -msgstr "Dodatkowe informacje" +msgstr "Meta-dane" #: kateconfigdialog.cpp:121 #, kde-format msgid "Keep &meta-information past sessions" -msgstr "Zachowaj &dodatkowe informacje między sesjami" +msgstr "Zachowaj &meta-dane między sesjami" #: kateconfigdialog.cpp:124 #, kde-format @@ -201,7 +201,7 @@ #: kateconfigdialog.cpp:136 #, kde-format msgid "&Delete unused meta-information after:" -msgstr "&Usuń nieużywane dodatkowe informacje po:" +msgstr "Usuń nieużywane meta-&dane po:" #: kateconfigdialog.cpp:140 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/pl/katefiletree.po new/kate-19.04.3/po/pl/katefiletree.po --- old/kate-19.04.2/po/pl/katefiletree.po 2019-06-04 02:02:01.000000000 +0200 +++ new/kate-19.04.3/po/pl/katefiletree.po 2019-07-09 02:04:01.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2019-03-02 06:26+0100\n" +"PO-Revision-Date: 2019-06-20 11:42+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 19.03.70\n" +"X-Generator: Lokalize 19.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -106,12 +106,10 @@ msgstr "Skopiuj ścieżkę i nazwę pliku do schowka." #: katefiletree.cpp:95 -#, fuzzy, kde-format -#| msgctxt "@action:inmenu" -#| msgid "Rename File" +#, kde-format msgctxt "@action:inmenu" msgid "Rename..." -msgstr "Zmień nazwę pliku" +msgstr "Przemianuj..." #: katefiletree.cpp:97 #, kde-format @@ -129,11 +127,10 @@ msgstr "Pokaż podgląd wydruku dla bieżącego dokumentu." #: katefiletree.cpp:105 -#, fuzzy, kde-format -#| msgid "Delete file?" +#, kde-format msgctxt "@action:inmenu" msgid "Delete" -msgstr "Czy usunąć plik?" +msgstr "Usuń" #: katefiletree.cpp:107 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/pl/kateproject.po new/kate-19.04.3/po/pl/kateproject.po --- old/kate-19.04.2/po/pl/kateproject.po 2019-06-04 02:02:01.000000000 +0200 +++ new/kate-19.04.3/po/pl/kateproject.po 2019-07-09 02:04:01.000000000 +0200 @@ -1,14 +1,14 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Łukasz Wojniłowicz <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2018. +# Łukasz Wojniłowicz <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2018, 2019. # Marta Rybczyńska <[email protected]>, 2013. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:33+0200\n" -"PO-Revision-Date: 2018-12-09 17:27+0100\n" +"PO-Revision-Date: 2019-06-28 09:03+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.07.70\n" #: kateproject.cpp:338 #, kde-format @@ -98,7 +98,7 @@ #: kateprojectinfoviewcodeanalysis.cpp:39 #, kde-format msgid "Start Analysis..." -msgstr "Uruchom analizę..." +msgstr "Przeprowadź analizę..." #: kateprojectinfoviewcodeanalysis.cpp:52 kateprojectinfoviewindex.cpp:43 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/pt/ktexteditorpreviewplugin.po new/kate-19.04.3/po/pt/ktexteditorpreviewplugin.po --- old/kate-19.04.2/po/pt/ktexteditorpreviewplugin.po 2019-06-04 02:02:01.000000000 +0200 +++ new/kate-19.04.3/po/pt/ktexteditorpreviewplugin.po 2019-07-09 02:04:01.000000000 +0200 @@ -6,7 +6,7 @@ "PO-Revision-Date: 2017-09-26 12:01+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" -"Language: \n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kate-19.04.2/po/tr/kate-replicode-plugin.po new/kate-19.04.3/po/tr/kate-replicode-plugin.po --- old/kate-19.04.2/po/tr/kate-replicode-plugin.po 2019-06-04 02:02:03.000000000 +0200 +++ new/kate-19.04.3/po/tr/kate-replicode-plugin.po 2019-07-09 02:04:03.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2017-10-23 09:48+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" -"Language: \n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"
