Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktexteditor for openSUSE:Factory checked in at 2023-12-17 21:30:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old) and /work/SRC/openSUSE:Factory/.ktexteditor.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktexteditor" Sun Dec 17 21:30:29 2023 rev:122 rq:1133331 version:5.113.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes 2023-11-13 22:19:53.257330636 +0100 +++ /work/SRC/openSUSE:Factory/.ktexteditor.new.25432/ktexteditor.changes 2023-12-17 21:32:31.630025458 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 11:17:58 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 5.113.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.113.0 +- No code change since 5.112.0 + +------------------------------------------------------------------- Old: ---- ktexteditor-5.112.0.tar.xz ktexteditor-5.112.0.tar.xz.sig New: ---- ktexteditor-5.113.0.tar.xz ktexteditor-5.113.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktexteditor.spec ++++++ --- /var/tmp/diff_new_pack.bpNBTg/_old 2023-12-17 21:32:33.262084758 +0100 +++ /var/tmp/diff_new_pack.bpNBTg/_new 2023-12-17 21:32:33.278085339 +0100 @@ -20,10 +20,10 @@ %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} -%define _tar_path 5.103 +%define qt5_version 5.15.2 %bcond_without released Name: ktexteditor -Version: 5.112.0 +Version: 5.113.0 Release: 0 Summary: Embeddable text editor component License: LGPL-2.1-or-later @@ -33,28 +33,27 @@ Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: fdupes -BuildRequires: kf5-filesystem BuildRequires: libeditorconfig-devel BuildRequires: libgit2-devel -BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Parts) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Sonnet) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5SyntaxHighlighting) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.15.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0 -BuildRequires: cmake(Qt5Qml) >= 5.15.0 -BuildRequires: cmake(Qt5Test) >= 5.15.0 -BuildRequires: cmake(Qt5Widgets) >= 5.15.0 -BuildRequires: cmake(Qt5Xml) >= 5.15.0 -Requires: syntax-highlighting >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5Archive) >= %{_kf5_version} +BuildRequires: cmake(KF5Config) >= %{_kf5_version} +BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version} +BuildRequires: cmake(KF5I18n) >= %{_kf5_version} +BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version} +BuildRequires: cmake(KF5KIO) >= %{_kf5_version} +BuildRequires: cmake(KF5Parts) >= %{_kf5_version} +BuildRequires: cmake(KF5Sonnet) >= %{_kf5_version} +BuildRequires: cmake(KF5SyntaxHighlighting) >= %{_kf5_version} +BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_version} +BuildRequires: cmake(Qt5Core) >= %{qt5_version} +BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version} +BuildRequires: cmake(Qt5Qml) >= %{qt5_version} +BuildRequires: cmake(Qt5Test) >= %{qt5_version} +BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} +BuildRequires: cmake(Qt5Xml) >= %{qt5_version} +Requires: syntax-highlighting >= %{_kf5_version} Obsoletes: libKF5TextEditor4 Obsoletes: libKF5TextEditor5 @@ -65,9 +64,8 @@ %package devel Summary: Header files for ktexteditor, an embeddable text editor component Requires: %{name} = %{version} -Requires: extra-cmake-modules -Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version} -Requires: cmake(KF5SyntaxHighlighting) >= %{_kf5_bugfix_version} +Requires: cmake(KF5Parts) >= %{_kf5_version} +Requires: cmake(KF5SyntaxHighlighting) >= %{_kf5_version} %description devel KTextEditor provides a text editor component that can be embedded in ++++++ ktexteditor-5.112.0.tar.xz -> ktexteditor-5.113.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/CMakeLists.txt new/ktexteditor-5.113.0/CMakeLists.txt --- old/ktexteditor-5.112.0/CMakeLists.txt 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/CMakeLists.txt 2023-12-02 10:28:56.000000000 +0100 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.112.0") # handled by release scripts -set(KF_DEP_VERSION "5.112.0") # handled by release scripts +set(KF_VERSION "5.113.0") # handled by release scripts +set(KF_DEP_VERSION "5.113.0") # handled by release scripts project(KTextEditor VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.112.0 NO_MODULE) +find_package(ECM 5.113.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/af/ktexteditor5.po new/ktexteditor-5.113.0/po/af/ktexteditor5.po --- old/ktexteditor-5.112.0/po/af/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/af/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: katepart4 stable\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2005-11-25 11:24+0200\n" "Last-Translator: Juanita Franz <juanita.fr...@vr-web.de>\n" "Language-Team: AFRIKAANS <translate-discuss...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ar/ktexteditor5.po new/ktexteditor-5.113.0/po/ar/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ar/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ar/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-10-05 19:16+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/az/ktexteditor5.po new/ktexteditor-5.113.0/po/az/ktexteditor5.po --- old/ktexteditor-5.112.0/po/az/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/az/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-22 12:01+0400\n" "Last-Translator: Kheyyam <xxm...@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/be/ktexteditor5.po new/ktexteditor-5.113.0/po/be/ktexteditor5.po --- old/ktexteditor-5.112.0/po/be/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/be/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-10-28 14:02+0200\n" "Last-Translator: Darafei Praliaskouski <kom...@licei2.com>\n" "Language-Team: Belarusian <i...@mova.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/bg/ktexteditor5.po new/ktexteditor-5.113.0/po/bg/ktexteditor5.po --- old/ktexteditor-5.112.0/po/bg/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/bg/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-06 18:04+0200\n" "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n" "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/bn/ktexteditor5.po new/ktexteditor-5.113.0/po/bn/ktexteditor5.po --- old/ktexteditor-5.112.0/po/bn/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/bn/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: katepart\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2005-01-04 11:33-0600\n" "Last-Translator: Deepayan Sarkar <deepa...@bengalinux.org>\n" "Language-Team: Bengali <kde-translat...@bengalinux.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/br/ktexteditor5.po new/ktexteditor-5.113.0/po/br/ktexteditor5.po --- old/ktexteditor-5.112.0/po/br/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/br/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-09-28 14:05+0200\n" "Last-Translator: Thierry Vignaud <tvignaud.com>\n" "Language-Team: Brezhoneg <Suav.Icb.fr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/bs/ktexteditor5.po new/ktexteditor-5.113.0/po/bs/ktexteditor5.po --- old/ktexteditor-5.112.0/po/bs/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/bs/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-01-31 20:37+0100\n" "Last-Translator: Samir RibiÄ <megar...@epn.ba>\n" "Language-Team: bosanski <b...@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ca/ktexteditor5.po new/ktexteditor-5.113.0/po/ca/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ca/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ca/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-05 09:20+0100\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ca@valencia/ktexteditor5.po new/ktexteditor-5.113.0/po/ca@valencia/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ca@valencia/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ca@valencia/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-05 09:20+0100\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -169,7 +169,7 @@ msgid "" "If this option is checked, every new view will display marks for folding." msgstr "" -"Si esta opció està activada, cada vista nova mostrarà les marques de plegat " +"Si se selecciona esta opció, cada vista nova mostrarà les marques de plegat " "de codi." #. i18n: ectx: property (text), widget (QCheckBox, chkShowFoldingMarkers) @@ -185,7 +185,7 @@ "If checked, hovering over a folded region shows a preview of the folded text " "in a popup." msgstr "" -"Si esta opció està activada, en passar per damunt d'una regió plegada es " +"Si se selecciona esta opció, en passar per damunt d'una regió plegada es " "mostrarà una vista prèvia del text plegat en una finestra emergent." #. i18n: ectx: property (text), widget (QCheckBox, chkShowFoldingPreview) @@ -208,7 +208,7 @@ "the left hand side.</p><p>The icon border shows bookmark signs, for instance." "</p>" msgstr "" -"<p>Si esta opció està activada, cada vista nova mostrarà una vora per a les " +"<p>Si se selecciona esta opció, cada vista nova mostrarà una vora per a les " "icones en el costat esquerre.</p><p>Per exemple, la vora per a les icones " "mostra els punts.</p>" @@ -227,7 +227,7 @@ "If this option is checked, every new view will display line numbers on the " "left hand side." msgstr "" -"Si esta opció està activada, cada vista nova mostrarà els números de les " +"Si se selecciona esta opció, cada vista nova mostrarà els números de les " "lÃnies en el costat esquerre." #. i18n: ectx: property (text), widget (QCheckBox, chkLineNumbers) @@ -243,7 +243,7 @@ "If this option is checked, a small indicator for modified and saved lines is " "shown on the left hand side." msgstr "" -"Si esta opció està activada, es mostrarà un indicador xicotet per a les " +"Si se selecciona esta opció, es mostrarà un indicador xicotet per a les " "lÃnies modificades i les lÃnies guardades en el costat esquerre." #. i18n: ectx: property (text), widget (QCheckBox, chkShowLineModification) @@ -265,7 +265,7 @@ "<p>If this option is checked, every new view will show marks on the vertical " "scrollbar.</p><p>These marks will show bookmarks, for instance.</p>" msgstr "" -"<p>Si esta opció està activada, cada vista nova mostrarà marques en la barra " +"<p>Si se selecciona esta opció, cada vista nova mostrarà marques en la barra " "de desplaçament vertical.</p><p>Per exemple, estes marques mostren els punts." "</p>" @@ -276,7 +276,7 @@ "<p>If this option is checked, hovering over the vertical scrollbar will show " "a preview of the text.</p>" msgstr "" -"<p>Si esta opció està activada, en passar per damunt la barra de " +"<p>Si se selecciona esta opció, en passar per damunt la barra de " "desplaçament es mostrarà una vista prèvia del text.</p>" #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarPreview) @@ -299,7 +299,7 @@ "If this option is checked, every new view will show a mini map on the " "vertical scrollbar." msgstr "" -"Si esta opció està activada, cada vista nova mostrarà un mapa en miniatura " +"Si se selecciona esta opció, cada vista nova mostrarà un mapa en miniatura " "en la barra de desplaçament vertical." #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMiniMap) @@ -315,7 +315,7 @@ "If this option is checked, every new view will show a mini map of the whole " "document on the vertical scrollbar." msgstr "" -"Si esta opció està activada, cada vista nova mostrarà un mapa en miniatura " +"Si se selecciona esta opció, cada vista nova mostrarà un mapa en miniatura " "de tot el document en la barra de desplaçament vertical." #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMiniMapAll) @@ -550,7 +550,7 @@ "<p>If this option is checked, a vertical line will be drawn at the word wrap " "column as defined in the <strong>Editing</strong> properties.</p>" msgstr "" -"<p>Si esta opció està activada, es dibuixarà una lÃnia vertical a la columna " +"<p>Si se selecciona esta opció, es dibuixarà una lÃnia vertical a la columna " "d'ajust de les paraules, com s'ha definit a les propietats d'<strong>Edició</" "strong>.</p>" @@ -859,8 +859,8 @@ msgstr "" "L'amplà ria del sagnat és el nombre d'espais que s'utilitzen per a sagnar una " "lÃnia. Si l'opció <b>Inserix espais en lloc de tabuladors</b> en la secció " -"<b>Edició</b> està desactivada, s'inserirà un carà cter de <b>tabulació</b> " -"si el sagnat és divisible per l'amplà ria de la tabulació." +"<b>Edició</b> està desseleccionada, s'inserirà un carà cter de <b>tabulació</" +"b> si el sagnat és divisible per l'amplà ria de la tabulació." #. i18n: ectx: property (text), widget (QRadioButton, rbIndentWithSpaces) #: dialogs/indentationconfigwidget.ui:97 @@ -911,9 +911,9 @@ "If this option is disabled, changing the indentation level aligns a line to " "a multiple of the width specified in <b>Indentation width</b>." msgstr "" -"Si esta opció està desactivada, en canviar el nivell de sagnat, les lÃnies " -"s'alinearan a un múltiple de l'amplà ria especificada a <b>Amplà ria del " -"sagnat</b>." +"Si esta opció està desseleccionada, en canviar el nivell de sagnat, les " +"lÃnies s'alinearan a un múltiple de l'amplà ria especificada a <b>Amplà ria " +"del sagnat</b>." #. i18n: ectx: property (text), widget (QCheckBox, chkKeepExtraSpaces) #: dialogs/indentationconfigwidget.ui:186 @@ -928,7 +928,7 @@ "If this option is selected, pasted code from the clipboard is indented. " "Triggering the <b>undo</b>-action removes the indentation." msgstr "" -"Si esta opció està seleccionada, se sagnarà el codi apegat des del porta-" +"Si se selecciona esta opció, se sagnarà el codi apegat des del porta-" "retalls. En activar l'acció de <b>desfer</b> s'eliminarà el sagnat." #. i18n: ectx: property (text), widget (QCheckBox, chkIndentPaste) @@ -951,7 +951,7 @@ "indentation level if the cursor is located in the leading blank space of a " "line." msgstr "" -"Si esta opció està seleccionada, la tecla de <b>Retrocés</b> disminuirà el " +"Si se selecciona esta opció, la tecla de <b>Retrocés</b> disminuirà el " "nivell de sagnat si el cursor està ubicat en l'espai en blanc inicial d'una " "lÃnia." @@ -993,10 +993,10 @@ "instead of tabulators</b> in the section <b>Editing</b> is enabled, spaces " "are inserted; otherwise, a single tabulator is inserted." msgstr "" -"Si esta opció està seleccionada, la tecla de <b>tabulació</b> sempre " -"inserirà espais en blanc fins a la posició següent de tabulació. Si l'opció " +"Si se selecciona esta opció, la tecla de <b>tabulació</b> sempre inserirà " +"espais en blanc fins a la posició següent de tabulació. Si l'opció " "<b>Inserix espais en lloc de tabuladors</b> de la secció <b>Edició</b> està " -"activada, s'inseriran espais, altrament s'inserirà una única tabulació." +"seleccionada, s'inseriran espais, altrament s'inserirà una única tabulació." #. i18n: ectx: property (text), widget (QRadioButton, rbTabAdvances) #: dialogs/indentationconfigwidget.ui:279 @@ -1012,9 +1012,9 @@ "line by the number of character positions specified in <b>Indentation width</" "b>." msgstr "" -"Si esta opció està seleccionada, la tecla de <b>tabulació</b> sempre sagnarà " -"la lÃnia actual amb el nombre de posicions indicades a <b>Amplà ria del " -"sagnat</b>." +"Si se selecciona esta opció, la tecla de <b>tabulació</b> sempre sagnarà la " +"lÃnia actual amb el nombre de posicions indicades a <b>Amplà ria del sagnat</" +"b>." #. i18n: ectx: property (text), widget (QRadioButton, rbTabIndents) #: dialogs/indentationconfigwidget.ui:289 @@ -1037,15 +1037,15 @@ "b> is enabled, spaces are inserted; otherwise, a single tabulator is " "inserted." msgstr "" -"Si esta opció està seleccionada, la tecla de <b>tabulació</b> sagnarà la " -"lÃnia actual o avançarà fins a la posició de tabulació següent.<p> Si el " -"punt d'inserció està en el primer carà cter no en blanc o abans de la lÃnia, " -"o hi ha una selecció, la lÃnia actual se sagnarà en el nombre de posicions " +"Si se selecciona esta opció, la tecla de <b>tabulació</b> sagnarà la lÃnia " +"actual o avançarà fins a la posició de tabulació següent.<p> Si el punt " +"d'inserció està en el primer carà cter no en blanc o abans de la lÃnia, o hi " +"ha una selecció, la lÃnia actual se sagnarà en el nombre de posicions " "indicades a <b>Amplà ria del sagnat</b>.<p> Si el punt d'inserció està " "després del primer carà cter no en blanc de la lÃnia i no hi ha cap selecció, " "s'inserirà un espai en blanc de manera que s'arribe a la posició de la " "tabulació següent: si l'opció <b>Inserix espais en lloc de tabuladors</b> de " -"la secció <b>Edició</b> està activada, s'inseriran espais. Altrament, " +"la secció <b>Edició</b> està seleccionada, s'inseriran espais. Altrament, " "s'inserirà una única tabulació." #. i18n: ectx: property (text), widget (QRadioButton, rbTabSmart) @@ -1360,9 +1360,9 @@ "whitespace and go to the start of a line's text. The same applies for the " "end key." msgstr "" -"Quan està seleccionada, en prémer la tecla d'inici el cursor ignorarà els " -"espais en blanc i anirà al començament d'una lÃnia de text. El mateix " -"s'aplica a la tecla de final." +"Quan se selecciona, en prémer la tecla d'inici el cursor ignorarà els espais " +"en blanc i anirà fins al començament d'una lÃnia de text. El mateix s'aplica " +"a la tecla de final." #. i18n: ectx: property (text), widget (QCheckBox, chkSmartHome) #: dialogs/navigationconfigwidget.ui:38 @@ -1512,7 +1512,7 @@ "If this option is enabled, backups for local files will be created when " "saving." msgstr "" -"Si esta opció està activada, en guardar es crearan còpies de seguretat dels " +"Si se selecciona esta opció, en guardar es crearan còpies de seguretat dels " "fitxers locals." #. i18n: ectx: property (text), widget (QCheckBox, chkBackupLocalFiles) @@ -1528,7 +1528,7 @@ "If this option is enabled, backups for remote files will be created when " "saving." msgstr "" -"Si esta opció està activada, en guardar es crearan còpies de seguretat dels " +"Si se selecciona esta opció, en guardar es crearan còpies de seguretat dels " "fitxers remots." #. i18n: ectx: property (text), widget (QCheckBox, chkBackupRemoteFiles) @@ -1708,7 +1708,7 @@ "If this option is enabled the editor will autodetect the end of line type. " "The first found end of line type will be used for the whole file." msgstr "" -"Si esta opció està activada, l'editor detectarà automà ticament el tipus del " +"Si se selecciona esta opció, l'editor detectarà automà ticament el tipus del " "final de lÃnia. El primer tipus per al final de lÃnia que es trobe " "s'utilitzarà en tot el fitxer." @@ -1947,7 +1947,7 @@ "If this is enabled, the range between the selected matching brackets will be " "highlighted." msgstr "" -"Si està activada, es ressaltarà l'interval entre els parèntesis emparellats " +"Si se selecciona, es ressaltarà l'interval entre els parèntesis emparellats " "seleccionats." #. i18n: ectx: property (text), widget (QCheckBox, chkShowWholeBracketExpression) @@ -1996,7 +1996,7 @@ msgid "" "If this is enabled, matching brackets are animated for better visibility." msgstr "" -"Si està activada, els parèntesis emparellats s'animaran per a una millor " +"Si se selecciona, els parèntesis emparellats s'animaran per a una millor " "visibilitat." #. i18n: ectx: property (text), widget (QCheckBox, chkAnimateBracketMatching) @@ -2014,7 +2014,7 @@ "If this is enabled, the editor will display vertical lines to help identify " "indent lines." msgstr "" -"Si està activada, l'editor mostrarà lÃnies verticals per a ajudar a " +"Si se selecciona, l'editor mostrarà lÃnies verticals per a ajudar a " "identificar el sagnat de les lÃnies." #. i18n: ectx: property (text), widget (QCheckBox, chkShowIndentationLines) @@ -2033,7 +2033,7 @@ #: dialogs/textareaappearanceconfigwidget.ui:254 #, kde-format msgid "Show/hide word count in status bar" -msgstr "Mostra/oculta el comptador de paraules en la barra d'estat" +msgstr "Mostra o oculta el comptador de paraules en la barra d'estat" #. i18n: ectx: property (text), widget (QCheckBox, chkShowWordCount) #: dialogs/textareaappearanceconfigwidget.ui:257 view/katestatusbar.cpp:257 @@ -2045,7 +2045,7 @@ #: dialogs/textareaappearanceconfigwidget.ui:264 #, kde-format msgid "Show/hide line count in status bar" -msgstr "Mostra/oculta el comptador de lÃnies en la barra d'estat" +msgstr "Mostra o oculta el comptador de lÃnies en la barra d'estat" #. i18n: ectx: property (text), widget (QCheckBox, chkShowLineCount) #: dialogs/textareaappearanceconfigwidget.ui:267 view/katestatusbar.cpp:254 @@ -2062,7 +2062,7 @@ "helpful to hide license headers which are commonly placed at the\n" "beginning of a file." msgstr "" -"Quan esta opció està activada, la vista de l'editor plegarà \n" +"Quan se selecciona esta opció, la vista de l'editor plegarà \n" "automà ticament els blocs de comentaris que comencen a la primera\n" "lÃnia del document. Açò és útil per a ocultar les capçaleres de la\n" "llicència que normalment es col·loquen al començament d'un fitxer." @@ -2643,7 +2643,7 @@ "<p>If enabled, line numbers will be printed on the left side of the page(s)." "</p>" msgstr "" -"<p>Si està activada, els números de lÃnia s'imprimiran sobre el costat " +"<p>Si se selecciona, els números de lÃnia s'imprimiran sobre el costat " "esquerre de les pà gines.</p>" #: printing/printconfigwidgets.cpp:56 @@ -2856,7 +2856,7 @@ "<p>If enabled, the background color of the editor will be used.</p><p>This " "may be useful if your color theme is designed for a dark background.</p>" msgstr "" -"<p>Si està activada, s'emprarà el color de fons de l'editor.</p><p>Açò pot " +"<p>Si se selecciona, s'emprarà el color de fons de l'editor.</p><p>Açò pot " "ser-vos útil si el tema de color està dissenyat per a un fons fosc.</p>" #: printing/printconfigwidgets.cpp:552 @@ -2866,7 +2866,7 @@ "the contents of each page. The Header and Footer will be separated from the " "contents with a line as well.</p>" msgstr "" -"<p>Si està activada, es dibuixarà un quadro al voltant del contingut de cada " +"<p>Si se selecciona, es dibuixarà un quadro al voltant del contingut de cada " "pà gina amb les propietats a continuació. La capçalera i el peu seran " "separats del contingut amb una lÃnia.</p>" @@ -4326,22 +4326,22 @@ #: syntax/katestyletreewidget.cpp:268 #, kde-format msgid "Unset Normal Color" -msgstr "Desselecciona el color normal" +msgstr "Trau l'assignació del color normal" #: syntax/katestyletreewidget.cpp:271 #, kde-format msgid "Unset Selected Color" -msgstr "Desselecciona el color seleccionat" +msgstr "Trau l'assignació del color seleccionat" #: syntax/katestyletreewidget.cpp:277 #, kde-format msgid "Unset Background Color" -msgstr "Desselecciona el color de fons" +msgstr "Trau l'assignació del color de fons" #: syntax/katestyletreewidget.cpp:282 #, kde-format msgid "Unset Selected Background Color" -msgstr "Desselecciona el color de fons seleccionat" +msgstr "Trau l'assignació del color de fons seleccionat" #: syntax/katestyletreewidget.cpp:288 #, kde-format @@ -4873,8 +4873,8 @@ "els mitjans per a editar-los. El nom de l'estil indica la configuració de " "l'estil actual.</p><p>Per a editar els colors, cliqueu als quadros de color " "o trieu el color a editar des del menú emergent.</p><p>Quan siga apropiat, " -"podreu desseleccionar els colors per al fons i el fons seleccionat des del " -"menú emergent.</p>" +"podreu traure l'assignació dels colors per al fons i el fons seleccionat des " +"del menú emergent.</p>" #: syntax/katethemeconfig.cpp:568 #, kde-format @@ -4928,8 +4928,8 @@ "premeu <strong><ESPAI></strong> i escolliu una propietat des del menú " "emergent.</p><p>Per a editar els colors, cliqueu en els quadros de color o " "trieu el color a editar des del menú emergent.</p><p>Quan siga apropiat, " -"podreu desseleccionar els colors per al fons i el fons seleccionat des del " -"menú contextual.</p>" +"podreu traure l'assignació dels colors per al fons i el fons seleccionat des " +"del menú contextual.</p>" #: syntax/katethemeconfig.cpp:1024 #, kde-format @@ -5190,7 +5190,7 @@ "p><p>Possible true values: 1 on true<br/>possible false values: 0 off false</" "p>" msgstr "" -"<p>set-indent-pasted-text <b>enable</b></p><p>Si està activada, el sagnat " +"<p>set-indent-pasted-text <b>enable</b></p><p>Si se selecciona, el sagnat " "del text apegat del porta-retalls s'ajustarà utilitzant el sagnat actual.</" "p><p>Els valors possibles de cert: 1, on, true<br/>Valors possibles de fals: " "0, off, false</p>" @@ -5216,7 +5216,7 @@ "spaces as you type.</p><p>Possible true values: 1 on true<br/>possible false " "values: 0 off false</p>" msgstr "" -"<p>set-replace-tab <b>enable</b></p><p>Si està activada, les tabulacions se " +"<p>set-replace-tab <b>enable</b></p><p>Si se selecciona, les tabulacions se " "substituïxen per espais com si es teclejaren.</p><p>Els valors possibles de " "cert: 1 on true<br/>Valors possibles de fals: 0 off false</p>" @@ -5228,7 +5228,7 @@ "whitespace will be visualized by a small dot.</p><p>Possible true values: 1 " "on true<br/>possible false values: 0 off false</p>" msgstr "" -"<p>set-show-tabs <b>enable</b></p><p>Si està activada, els carà cters TAB i " +"<p>set-show-tabs <b>enable</b></p><p>Si se selecciona, els carà cters TAB i " "els espais en blanc del final es visualitzaran com un punt xicotet.</" "p><p>Els valors possibles de cert: 1 on true<br/>Valors possibles de fals: 0 " "off false</p>" @@ -5340,7 +5340,7 @@ "replaced with whitespace whenever the document is saved.</p><p> possible " "true values: 1 on true<br/>possible false values: 0 off false</p>" msgstr "" -"<p>set-replace-tabs-save <b>enable</b></p><p>Quan està activada, els " +"<p>set-replace-tabs-save <b>enable</b></p><p>Quan se selecciona, els " "tabuladors se substituiran per espais en blanc sempre que el document es " "guarde.</p><p>Els valors possibles de cert: 1 on true<br/>Valors possibles " "de fals: 0 off false</p>" @@ -5372,7 +5372,7 @@ "visualized by a vertical dotted line.</p><p> possible true values: 1 on " "true<br/>possible false values: 0 off false</p>" msgstr "" -"<p>set-show-indent <b>enable</b></p><p>Si està activada, el sagnat es veurà " +"<p>set-show-indent <b>enable</b></p><p>Si se selecciona, el sagnat es veurà " "com una lÃnia puntejada vertical.</p><p>Els valors possibles de cert: 1 on " "true<br/>Valors possibles de fals: 0 off false</p>" @@ -6659,7 +6659,7 @@ "only spaces).<br /><br />You can configure whether tabs should be honored " "and used or replaced with spaces, in the configuration dialog." msgstr "" -"Utilitzeu-ho per a eliminar el sagnat d'un bloc de text seleccionat (només " +"Utilitzeu-la per a eliminar el sagnat d'un bloc de text seleccionat (només " "les tabulacions/només els espais).<br /><br />En el dià leg de configuració " "podreu establir si els tabuladors haurien de ser reconeguts i emprats, o " "substituïts per espais." @@ -7023,7 +7023,7 @@ "on the screen.<br /><br />This is only a view option, meaning the document " "will not changed." msgstr "" -"Si esta opció està activada, les lÃnies de text s'ajustaran a la vora de la " +"Si se selecciona esta opció, les lÃnies de text s'ajustaran a la vora de la " "vista en la pantalla.<br /><br />Açò només és una opció de visualització, i " "vol dir que el document no canviarà ." @@ -7064,7 +7064,7 @@ "If this option is checked, the text lines will be wrapped at the column " "defined in the editing properties." msgstr "" -"Si esta opció està activada, les lÃnies de text s'ajustaran a la columna " +"Si se selecciona esta opció, les lÃnies de text s'ajustaran a la columna " "definida en les propietats d'edició." #: view/kateview.cpp:759 @@ -7078,7 +7078,7 @@ "Show/hide the Word Wrap Marker, a vertical line drawn at the word wrap " "column as defined in the editing properties" msgstr "" -"Mostra/oculta el marcador per a l'ajust de les paraules, dibuixa una lÃnia " +"Mostra o oculta el marcador per a l'ajust de les paraules, dibuixa una lÃnia " "vertical a la columna d'ajust de les paraules tal com estiga definit en les " "propietats de l'edició" @@ -7107,8 +7107,8 @@ "Show/hide the icon border.<br /><br />The icon border shows bookmark " "symbols, for instance." msgstr "" -"Mostra/oculta la vora de les icones.<br /><br /> Per exemple, la vora de les " -"icones mostrarà sÃmbols per als punts." +"Mostra o oculta la vora de les icones.<br /><br /> Per exemple, la vora de " +"les icones mostrarà sÃmbols per als punts." #: view/kateview.cpp:776 #, kde-format @@ -7118,7 +7118,7 @@ #: view/kateview.cpp:778 #, kde-format msgid "Show/hide the line numbers on the left hand side of the view." -msgstr "Mostra/oculta els números de les lÃnies a l'esquerra de la vista." +msgstr "Mostra o oculta els números de les lÃnies a l'esquerra de la vista." #: view/kateview.cpp:781 #, kde-format @@ -7131,7 +7131,7 @@ "Show/hide the marks on the vertical scrollbar.<br /><br />The marks show " "bookmarks, for instance." msgstr "" -"Mostra/oculta les marques en la barra de desplaçament vertical.<br /><br /" +"Mostra o oculta les marques en la barra de desplaçament vertical.<br /><br /" ">Per exemple, les marques mostren els punts." #: view/kateview.cpp:786 @@ -7145,8 +7145,8 @@ "Show/hide the mini-map on the vertical scrollbar.<br /><br />The mini-map " "shows an overview of the whole document." msgstr "" -"Mostra/oculta el mapa en miniatura en la barra de desplaçament vertical.<br /" -"><br />El mapa en miniatura mostra un resum de tot el document." +"Mostra o oculta el mapa en miniatura en la barra de desplaçament vertical." +"<br /><br />El mapa en miniatura mostra un resum de tot el document." #. i18n("Show the whole document in the Mini-Map"), this); #. ac->addAction(QLatin1String("view_scrollbar_minimap_all"), a); @@ -7161,7 +7161,7 @@ #: view/kateview.cpp:802 #, kde-format msgid "Show/hide bounding box around non-printable spaces" -msgstr "Mostra/oculta el contenidor al voltant dels espais no imprimibles" +msgstr "Mostra o oculta el contenidor al voltant dels espais no imprimibles" #: view/kateview.cpp:806 #, kde-format @@ -7171,7 +7171,7 @@ #: view/kateview.cpp:808 #, kde-format msgid "Show/hide the command line on the bottom of the view." -msgstr "Mostra/oculta la lÃnia d'ordres en la part inferior de la vista." +msgstr "Mostra o oculta la lÃnia d'ordres en la part inferior de la vista." #: view/kateview.cpp:811 #, kde-format @@ -7181,7 +7181,7 @@ #: view/kateview.cpp:820 #, kde-format msgid "Activate/deactivate %1" -msgstr "Activa/desactiva %1" +msgstr "Activa o desactiva %1" #: view/kateview.cpp:830 #, kde-format @@ -7223,7 +7223,7 @@ "Enable/disable adding of byte order marks for UTF-8/UTF-16 encoded files " "while saving" msgstr "" -"Activa/desactiva l'addició de marques d'ordre de bytes en guardar fitxers " +"Activa o desactiva l'addició de marques d'ordre de bytes en guardar fitxers " "codificats amb UTF-8/UTF-16" #: view/kateview.cpp:847 @@ -7372,7 +7372,7 @@ #: view/kateview.cpp:925 #, kde-format msgid "Enable/disable automatic spell checking" -msgstr "Activa/desactiva la verificació automà tica de l'ortografia" +msgstr "Activa o desactiva la verificació automà tica de l'ortografia" #: view/kateview.cpp:931 #, kde-format @@ -7705,7 +7705,7 @@ #: view/kateview.cpp:1277 #, kde-format msgid "Use this to unindent a selected block of text." -msgstr "Utilitzeu-ho per a eliminar el sagnat a un bloc de text seleccionat." +msgstr "Utilitzeu-la per a eliminar el sagnat a un bloc de text seleccionat." #: view/kateview.cpp:1295 #, kde-format @@ -8080,9 +8080,9 @@ "example: Ctrl+R will redo, and override the standard action (showing the " "search and replace dialog)." msgstr "" -"Quan està seleccionada, les ordres de vi substituïxen les ordres integrades " -"de Kate. Per exemple: «Ctrl+R» refarà i substituirà l'acció està ndard " -"(mostra el dià leg de busca i substitució)." +"Quan se selecciona, les ordres de vi substituiran les ordres integrades de " +"Kate. Per exemple: «Ctrl+R» refarà i substituirà l'acció està ndard (mostra " +"el dià leg de busca i substitució)." #. i18n: ectx: property (text), widget (QCheckBox, chkViCommandsOverride) #: vimode/config/configwidget.ui:38 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/cs/ktexteditor5.po new/ktexteditor-5.113.0/po/cs/ktexteditor5.po --- old/ktexteditor-5.112.0/po/cs/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/cs/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# VÃt PelÄák <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. +# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2023 VÃt PelÄák <v...@pelcak.org> # Lukáš Tinkl <lti...@redhat.com>, 2011. # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012, 2013. # Vit Pelcak <v...@pelcak.org>, 2021, 2022, 2023. @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-02-17 16:21+0100\n" "Last-Translator: Vit Pelcak <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 23.04.2\n" +"X-Generator: Lokalize 23.08.3\n" #: completion/katecompletionmodel.cpp:133 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/cy/ktexteditor5.po new/ktexteditor-5.113.0/po/cy/ktexteditor5.po --- old/ktexteditor-5.112.0/po/cy/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/cy/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2003-11-12 14:22+0000\n" "Last-Translator: KD at KGyfieithu <kyfiei...@dotmon.com>\n" "Language-Team: Cymraeg <c...@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/da/ktexteditor5.po new/ktexteditor-5.113.0/po/da/ktexteditor5.po --- old/ktexteditor-5.112.0/po/da/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/da/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-09-09 21:34+0200\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/de/ktexteditor5.po new/ktexteditor-5.113.0/po/de/ktexteditor5.po --- old/ktexteditor-5.112.0/po/de/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/de/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-11 23:05+0200\n" "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n" "Language-Team: German <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/el/ktexteditor5.po new/ktexteditor-5.113.0/po/el/ktexteditor5.po --- old/ktexteditor-5.112.0/po/el/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/el/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-11-04 17:36+0200\n" "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n" "Language-Team: Greek <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/en_GB/ktexteditor5.po new/ktexteditor-5.113.0/po/en_GB/ktexteditor5.po --- old/ktexteditor-5.112.0/po/en_GB/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/en_GB/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-08 11:06+0100\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/eo/ktexteditor5.po new/ktexteditor-5.113.0/po/eo/ktexteditor5.po --- old/ktexteditor-5.112.0/po/eo/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/eo/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-10 12:21+0100\n" "Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n" "Language-Team: Esperanto <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/es/ktexteditor5.po new/ktexteditor-5.113.0/po/es/ktexteditor5.po --- old/ktexteditor-5.112.0/po/es/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/es/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-05 04:46+0200\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/et/ktexteditor5.po new/ktexteditor-5.113.0/po/et/ktexteditor5.po --- old/ktexteditor-5.112.0/po/et/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/et/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-09-28 03:02+0200\n" "Last-Translator: Mihkel Tõnnov <mihh...@gmail.com>\n" "Language-Team: Estonian <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/eu/ktexteditor5.po new/ktexteditor-5.113.0/po/eu/ktexteditor5.po --- old/ktexteditor-5.112.0/po/eu/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/eu/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-09-09 10:34+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n" "Language-Team: Basque <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/fa/ktexteditor5.po new/ktexteditor-5.113.0/po/fa/ktexteditor5.po --- old/ktexteditor-5.112.0/po/fa/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/fa/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-12-15 14:55+0330\n" "Last-Translator: Mohammad Reza Mirdamadi <m...@linuxshop.ir>\n" "Language-Team: Farsi (Persian) <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/fi/ktexteditor5.po new/ktexteditor-5.113.0/po/fi/ktexteditor5.po --- old/ktexteditor-5.112.0/po/fi/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/fi/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-11 16:04+0300\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/fr/ktexteditor5.po new/ktexteditor-5.113.0/po/fr/ktexteditor5.po --- old/ktexteditor-5.112.0/po/fr/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/fr/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -25,16 +25,16 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-10-31 14:40+0100\n" "Last-Translator: Xavier BESNARD <xavier.besn...@neuf.fr>\n" -"Language-Team: fr\n" +"Language-Team: \n" "Language: fr\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 23.08.2\n" +"X-Generator: Lokalize 23.08.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/fy/ktexteditor5.po new/ktexteditor-5.113.0/po/fy/ktexteditor5.po --- old/ktexteditor-5.112.0/po/fy/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/fy/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-05-22 10:03+0100\n" "Last-Translator: Berend Ytsma <bere...@gmail.com>\n" "Language-Team: Frysk <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ga/ktexteditor5.po new/ktexteditor-5.113.0/po/ga/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ga/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ga/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n" "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/gl/ktexteditor5.po new/ktexteditor-5.113.0/po/gl/ktexteditor5.po --- old/ktexteditor-5.112.0/po/gl/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/gl/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-10-11 11:00+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <proxe...@trasno.gal>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/gu/ktexteditor5.po new/ktexteditor-5.113.0/po/gu/ktexteditor5.po --- old/ktexteditor-5.112.0/po/gu/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/gu/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-05-13 15:41+0530\n" "Last-Translator: Kartik Mistry <kartik.mis...@gmail.com>\n" "Language-Team: Gujarati <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/he/ktexteditor5.po new/ktexteditor-5.113.0/po/he/ktexteditor5.po --- old/ktexteditor-5.112.0/po/he/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/he/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: ktexteditor5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2017-05-24 08:19-0400\n" "Last-Translator: Elkana Bardugo <ttv...@gmail.com>\n" "Language-Team: Hebrew <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/hi/ktexteditor5.po new/ktexteditor-5.113.0/po/hi/ktexteditor5.po --- old/ktexteditor-5.112.0/po/hi/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/hi/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-08-21 16:25+0530\n" "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/hr/ktexteditor5.po new/ktexteditor-5.113.0/po/hr/ktexteditor5.po --- old/ktexteditor-5.112.0/po/hr/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/hr/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-06-06 14:00+0200\n" "Last-Translator: Marko Dimjasevic <ma...@dimjasevic.net>\n" "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/hsb/ktexteditor5.po new/ktexteditor-5.113.0/po/hsb/ktexteditor5.po --- old/ktexteditor-5.112.0/po/hsb/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/hsb/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-11-10 22:45+0100\n" "Last-Translator: Eduard Werner <edi.wer...@gmx.de>\n" "Language-Team: en_US <kde-i18n-...@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/hu/ktexteditor5.po new/ktexteditor-5.113.0/po/hu/ktexteditor5.po --- old/ktexteditor-5.112.0/po/hu/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/hu/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-11-15 13:48+0100\n" "Last-Translator: Kristof Kiszel <kiszel.kris...@gmail.com>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ia/ktexteditor5.po new/ktexteditor-5.113.0/po/ia/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ia/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ia/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-07-02 21:32+0200\n" "Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Italian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/id/ktexteditor5.po new/ktexteditor-5.113.0/po/id/ktexteditor5.po --- old/ktexteditor-5.112.0/po/id/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/id/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-19 20:36+0700\n" "Last-Translator: Wantoyèk <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/is/ktexteditor5.po new/ktexteditor-5.113.0/po/is/ktexteditor5.po --- old/ktexteditor-5.112.0/po/is/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/is/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-04-08 22:57+0000\n" "Last-Translator: Sveinn à Felli <s...@fellsnet.is>\n" "Language-Team: Icelandic <translation-team...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/it/ktexteditor5.po new/ktexteditor-5.113.0/po/it/ktexteditor5.po --- old/ktexteditor-5.112.0/po/it/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/it/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-12 03:15+0200\n" "Last-Translator: Vincenzo Reale <smart212...@gmail.com>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" @@ -21,7 +21,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 23.08.2\n" +"X-Generator: Lokalize 23.08.3\n" #: completion/katecompletionmodel.cpp:133 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ja/ktexteditor5.po new/ktexteditor-5.113.0/po/ja/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ja/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ja/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-04-24 13:17-0700\n" "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n" "Language-Team: Japanese <kde...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ka/ktexteditor5.po new/ktexteditor-5.113.0/po/ka/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ka/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ka/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-08-30 07:58+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/kk/ktexteditor5.po new/ktexteditor-5.113.0/po/kk/ktexteditor5.po --- old/ktexteditor-5.112.0/po/kk/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/kk/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-11-17 02:59+0600\n" "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n" "Language-Team: Kazakh <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/km/ktexteditor5.po new/ktexteditor-5.113.0/po/km/ktexteditor5.po --- old/ktexteditor-5.112.0/po/km/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/km/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-06-13 09:26+0700\n" "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ko/ktexteditor5.po new/ktexteditor-5.113.0/po/ko/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ko/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ko/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-08-28 00:10+0200\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ku/ktexteditor5.po new/ktexteditor-5.113.0/po/ku/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ku/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ku/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-09-22 02:29+0300\n" "Last-Translator: Erdal Ronahi <erdal.ron...@nospam.gmail.com>\n" "Language-Team: Kurdish <ubuntu-l10n-...@lists.ubuntu.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/lb/ktexteditor5.po new/ktexteditor-5.113.0/po/lb/ktexteditor5.po --- old/ktexteditor-5.112.0/po/lb/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/lb/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-05-02 17:35+0200\n" "Last-Translator: Michel Ludwig <michel.lud...@kdemail.net>\n" "Language-Team: Luxembourgish <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/lt/ktexteditor5.po new/ktexteditor-5.113.0/po/lt/ktexteditor5.po --- old/ktexteditor-5.112.0/po/lt/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/lt/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2017-07-30 15:55+0200\n" "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n" "Language-Team: Lithuanian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/lv/ktexteditor5.po new/ktexteditor-5.113.0/po/lv/ktexteditor5.po --- old/ktexteditor-5.112.0/po/lv/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/lv/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-10-27 20:05+0200\n" "Last-Translator: Maris Nartiss <maris....@gmail.com>\n" "Language-Team: Latvian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/mai/ktexteditor5.po new/ktexteditor-5.113.0/po/mai/ktexteditor5.po --- old/ktexteditor-5.112.0/po/mai/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/mai/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-01-19 13:14+0530\n" "Last-Translator: Rajesh Ranjan <rajesh...@gmail.com>\n" "Language-Team: Maithili <maithili.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/mk/ktexteditor5.po new/ktexteditor-5.113.0/po/mk/ktexteditor5.po --- old/ktexteditor-5.112.0/po/mk/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/mk/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-01-08 12:55+0100\n" "Last-Translator: Bozidar Proevski <bobib...@freemail.com.mk>\n" "Language-Team: Macedonian <mkde-l...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ml/ktexteditor5.po new/ktexteditor-5.113.0/po/ml/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ml/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ml/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-12-12 21:03+0000\n" "Last-Translator: Vivek KJ Pazhedath <vivekkj2...@gmail.com>\n" "Language-Team: Swathanthra|à´¸àµà´µà´¤à´¨àµà´¤àµà´° Malayalam|മലയാളഠComputing|à´à´®àµà´ªàµà´¯àµà´àµà´à´¿à´àµà´àµ <smc-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/mr/ktexteditor5.po new/ktexteditor-5.113.0/po/mr/ktexteditor5.po --- old/ktexteditor-5.112.0/po/mr/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/mr/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-10-28 14:28+0530\n" "Last-Translator: Chetan Khona <che...@kompkin.com>\n" "Language-Team: Marathi <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ms/ktexteditor5.po new/ktexteditor-5.113.0/po/ms/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ms/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ms/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-07-13 01:04+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzza...@myrealbox.com>\n" "Language-Team: Malay <kedidie...@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/nb/ktexteditor5.po new/ktexteditor-5.113.0/po/nb/ktexteditor5.po --- old/ktexteditor-5.112.0/po/nb/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/nb/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-05-31 21:21+0200\n" "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n" "Language-Team: Norwegian BokmÃ¥l <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/nds/ktexteditor5.po new/ktexteditor-5.113.0/po/nds/ktexteditor5.po --- old/ktexteditor-5.112.0/po/nds/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/nds/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-09-18 23:44+0200\n" "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n" "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ne/ktexteditor5.po new/ktexteditor-5.113.0/po/ne/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ne/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ne/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-08-19 14:23+0545\n" "Last-Translator: Nabin Gautam <na...@mpp.org.np>\n" "Language-Team: Nepali <i...@mpp.org.np>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/nl/ktexteditor5.po new/ktexteditor-5.113.0/po/nl/ktexteditor5.po --- old/ktexteditor-5.112.0/po/nl/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/nl/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-05 10:14+0200\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: \n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/nn/ktexteditor5.po new/ktexteditor-5.113.0/po/nn/ktexteditor5.po --- old/ktexteditor-5.112.0/po/nn/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/nn/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-06-26 22:01+0200\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/oc/ktexteditor5.po new/ktexteditor-5.113.0/po/oc/ktexteditor5.po --- old/ktexteditor-5.112.0/po/oc/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/oc/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-05 22:27+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) <yan...@marchegay.org>\n" "Language-Team: Occitan (lengadocian) <ubuntu-l10n-...@lists.ubuntu.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/pa/ktexteditor5.po new/ktexteditor-5.113.0/po/pa/ktexteditor5.po --- old/ktexteditor-5.112.0/po/pa/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/pa/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-02-09 14:04-0800\n" "Last-Translator: A S Alam <alam.yel...@gmail.com>\n" "Language-Team: Punjabi <punjabi-us...@lists.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/pl/ktexteditor5.po new/ktexteditor-5.113.0/po/pl/ktexteditor5.po --- old/ktexteditor-5.112.0/po/pl/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/pl/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-10-07 08:16+0200\n" "Last-Translator: Åukasz WojniÅowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/pt/ktexteditor5.po new/ktexteditor-5.113.0/po/pt/ktexteditor5.po --- old/ktexteditor-5.112.0/po/pt/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/pt/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-06 10:16+0100\n" "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n" "Language-Team: pt <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/pt_BR/ktexteditor5.po new/ktexteditor-5.113.0/po/pt_BR/ktexteditor5.po --- old/ktexteditor-5.112.0/po/pt_BR/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/pt_BR/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -17,8 +17,8 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" -"PO-Revision-Date: 2023-09-18 10:20-0300\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" +"PO-Revision-Date: 2023-11-08 14:51-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" "Language: pt_BR\n" @@ -7716,7 +7716,7 @@ #: view/kateview.cpp:2146 #, kde-format msgid "Search wrapped" -msgstr "Pesquisa voltou ao inÃcio" +msgstr "Pesquisa envolvida" #: view/kateview.cpp:3658 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ro/ktexteditor5.po new/ktexteditor-5.113.0/po/ro/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ro/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ro/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-05-15 16:59+0100\n" "Last-Translator: Sergiu Bivol <ser...@cip.md>\n" "Language-Team: Romanian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ru/ktexteditor5.po new/ktexteditor-5.113.0/po/ru/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ru/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ru/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-07-22 13:31+0300\n" "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/se/ktexteditor5.po new/ktexteditor-5.113.0/po/se/ktexteditor5.po --- old/ktexteditor-5.112.0/po/se/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/se/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-08-28 22:06+0200\n" "Last-Translator: Børre Gaup <boe...@skolelinux.no>\n" "Language-Team: Northern Sami <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/si/ktexteditor5.po new/ktexteditor-5.113.0/po/si/ktexteditor5.po --- old/ktexteditor-5.112.0/po/si/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/si/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-24 15:43+0530\n" "Last-Translator: Danishka Navin <danis...@gmail.com>\n" "Language-Team: Sinhala <i...@hanthana.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/sk/ktexteditor5.po new/ktexteditor-5.113.0/po/sk/ktexteditor5.po --- old/ktexteditor-5.112.0/po/sk/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/sk/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: ktexteditor5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-03-12 10:19+0100\n" "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n" "Language-Team: Slovak <kde...@linux.sk>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/sl/ktexteditor5.po new/ktexteditor-5.113.0/po/sl/ktexteditor5.po --- old/ktexteditor-5.112.0/po/sl/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/sl/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: ktexteditor\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-08 08:05+0200\n" "Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/sq/ktexteditor5.po new/ktexteditor-5.113.0/po/sq/ktexteditor5.po --- old/ktexteditor-5.112.0/po/sq/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/sq/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kde4libs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-04-25 21:46+0000\n" "Last-Translator: Vilson Gjeci <vilsongj...@gmail.com>\n" "Language-Team: Albanian <s...@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/sv/ktexteditor5.po new/ktexteditor-5.113.0/po/sv/ktexteditor5.po --- old/ktexteditor-5.112.0/po/sv/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/sv/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-07-31 10:19+0200\n" "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ta/ktexteditor5.po new/ktexteditor-5.113.0/po/ta/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ta/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ta/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-09 12:30+0530\n" "Last-Translator: Kishore G <kishor...@gmail.com>\n" "Language-Team: Tamil <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/tg/ktexteditor5.po new/ktexteditor-5.113.0/po/tg/ktexteditor5.po --- old/ktexteditor-5.112.0/po/tg/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/tg/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-09-29 12:28+0500\n" "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n" "Language-Team: English <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/th/ktexteditor5.po new/ktexteditor-5.113.0/po/th/ktexteditor5.po --- old/ktexteditor-5.112.0/po/th/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/th/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-12-31 22:34+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <narac...@gmail.com>\n" "Language-Team: Thai <thai-l...@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/tr/ktexteditor5.po new/ktexteditor-5.113.0/po/tr/ktexteditor5.po --- old/ktexteditor-5.112.0/po/tr/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/tr/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-09-12 01:44+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/ug/ktexteditor5.po new/ktexteditor-5.113.0/po/ug/ktexteditor5.po --- old/ktexteditor-5.112.0/po/ug/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/ug/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n" "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/uk/ktexteditor5.po new/ktexteditor-5.113.0/po/uk/ktexteditor5.po --- old/ktexteditor-5.112.0/po/uk/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/uk/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ktexteditor5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-04-05 12:34+0300\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/uz/ktexteditor5.po new/ktexteditor-5.113.0/po/uz/ktexteditor5.po --- old/ktexteditor-5.112.0/po/uz/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/uz/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-10-01 21:04+0000\n" "Last-Translator: Mashrab Kuvatov <kmash...@uni-bremen.de>\n" "Language-Team: Uzbek <floss-uz-l...@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/uz@cyrillic/ktexteditor5.po new/ktexteditor-5.113.0/po/uz@cyrillic/ktexteditor5.po --- old/ktexteditor-5.112.0/po/uz@cyrillic/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/uz@cyrillic/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-10-01 21:04+0000\n" "Last-Translator: Mashrab Kuvatov <kmash...@uni-bremen.de>\n" "Language-Team: Uzbek <floss-uz-l...@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/vi/ktexteditor5.po new/ktexteditor-5.113.0/po/vi/ktexteditor5.po --- old/ktexteditor-5.112.0/po/vi/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/vi/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kate_part\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-02-20 10:52+0100\n" "Last-Translator: Phu Hung Nguyen <phu.ngu...@kdemail.net>\n" "Language-Team: Vietnamese <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/wa/ktexteditor5.po new/ktexteditor-5.113.0/po/wa/ktexteditor5.po --- old/ktexteditor-5.112.0/po/wa/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/wa/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-06 18:12+0200\n" "Last-Translator: Jean Cayron <jean.cay...@base.be>\n" "Language-Team: Walloon <li...@walon.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/xh/ktexteditor5.po new/ktexteditor-5.113.0/po/xh/ktexteditor5.po --- old/ktexteditor-5.112.0/po/xh/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/xh/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2002-11-14 16:59SAST\n" "Last-Translator: Lwandle Mgidlana <lwan...@translate.org.za>\n" "Language-Team: Xhosa <xh...@translate.org.za>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/zh_CN/ktexteditor5.po new/ktexteditor-5.113.0/po/zh_CN/ktexteditor5.po --- old/ktexteditor-5.112.0/po/zh_CN/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/zh_CN/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" -"PO-Revision-Date: 2023-10-21 13:54\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" +"PO-Revision-Date: 2023-11-25 02:29\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktexteditor-5.112.0/po/zh_TW/ktexteditor5.po new/ktexteditor-5.113.0/po/zh_TW/ktexteditor5.po --- old/ktexteditor-5.112.0/po/zh_TW/ktexteditor5.po 2023-11-04 11:05:04.000000000 +0100 +++ new/ktexteditor-5.113.0/po/zh_TW/ktexteditor5.po 2023-12-02 10:28:56.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: katepart4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-08-02 00:43+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-01-20 00:37+0900\n" "Last-Translator: Kisaragi Hiu <m...@kisaragi-hiu.com>\n" "Language-Team: Traditional Chinese <zh-l...@linux.org.tw>\n" ++++++ ktexteditor-5.112.0.tar.xz.sig -> ktexteditor-5.113.0.tar.xz.sig ++++++ --- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor-5.112.0.tar.xz.sig 2023-11-13 22:19:53.245330194 +0100 +++ /work/SRC/openSUSE:Factory/.ktexteditor.new.25432/ktexteditor-5.113.0.tar.xz.sig 2023-12-17 21:32:31.602024441 +0100 @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNATURE----- -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGG+kACgkQWNDuZIpI -s7v7dAgAoia+eztO6A1nTXasoZv05/b9hXCevT4WaPvB3cAyFuMF7r+NF6E/awcV -cYAVHvpaddF6EINXbTyAvuugYD6pI8+GcFiIppbNLoimi1ADpBYKWM7Qi98FoOqb -UBVFyuWwEk88mH59BDCc+naJHagVHFZtOtlKUhOcbpq/kXsIdF0Vn9Ndinn/9g+P -mAVZlBYUsbjMKrMyQZCB2ANGuiyoVnWw9H/OjLuglMao5MDOneWCIXsgibEFXizd -wg56awCxGzRSV/HunS+3f70imZ42vnmZwlXznS+UxH9aY7G0M9D5VXOGmglh3pCF -oV4iLddP7MPszRCg8Bz5YkPPJ+I3vw== -=a44a +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAx0ACgkQWNDuZIpI +s7t3ZQgApARJ3VoZXdMk3fL/JJOi7rrk5KsoMEYEiRWmgLZOMFkAFGBJD56EvqmU +blJE2lTiPfrvOgf/sCT5+OWFYXjO0p/uTZ5l6+36/PjPsJrNXgIu46QMZ6fPt6uk +XB/BNTMVLDYgCcQ41MoGRMKRASjhDpIlE/kPxAaaNBdFu7swq0GLn1oOuuETJAFZ +/xZGQggYZ/Fi1PPN69P86LdPsWds2NF2OhZljFZWluIKK5zuEHzE2UHeSfDXf4qV +W196tj3M1f8ZZ7QXYHeEJNbsV4srf4SiZQvuvRiLbSUxZywiPfOm5OuOLJFw24j6 +ffSziyzthfW/QBpHEsAYI7+AZAr3KA== +=2P9a -----END PGP SIGNATURE-----