commit khtml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package khtml for openSUSE:Factory checked in at 2023-12-17 21:29:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khtml (Old) and /work/SRC/openSUSE:Factory/.khtml.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "khtml" Sun Dec 17 21:29:59 2023 rev:121 rq:1133304 version:5.113.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khtml/khtml.changes 2023-11-13 22:19:20.024107031 +0100 +++ /work/SRC/openSUSE:Factory/.khtml.new.25432/khtml.changes 2023-12-17 21:31:46.780395895 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 11:17:43 UTC 2023 - Christophe Marin <christophe@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: ---- khtml-5.112.0.tar.xz khtml-5.112.0.tar.xz.sig New: ---- khtml-5.113.0.tar.xz khtml-5.113.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khtml.spec ++++++ --- /var/tmp/diff_new_pack.piTag0/_old 2023-12-17 21:31:47.640427143 +0100 +++ /var/tmp/diff_new_pack.piTag0/_new 2023-12-17 21:31:47.640427143 +0100 @@ -17,14 +17,14 @@ %define lname libKF5KHtml5 -%define _tar_path 5.103 # Full KF5 version (e.g. 5.33.0) %{!?_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 qt5_version 5.15.2 %bcond_without released Name: khtml -Version: 5.112.0 +Version: 5.113.0 Release: 0 Summary: HTML rendering engine License: LGPL-2.1-or-later @@ -34,38 +34,37 @@ 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: giflib-devel BuildRequires: gperf -BuildRequires: kf5-filesystem BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: pkgconfig -BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Codecs) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5JS) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Parts) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Sonnet) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5Wallet) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} -BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} +BuildRequires: cmake(KF5Archive) >= %{_kf5_version} +BuildRequires: cmake(KF5Codecs) >= %{_kf5_version} +BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_version} +BuildRequires: cmake(KF5I18n) >= %{_kf5_version} +BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version} +BuildRequires: cmake(KF5JS) >= %{_kf5_version} +BuildRequires: cmake(KF5KIO) >= %{_kf5_version} +BuildRequires: cmake(KF5Notifications) >= %{_kf5_version} +BuildRequires: cmake(KF5Parts) >= %{_kf5_version} +BuildRequires: cmake(KF5Sonnet) >= %{_kf5_version} +BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_version} +BuildRequires: cmake(KF5Wallet) >= %{_kf5_version} +BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version} +BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version} +BuildRequires: cmake(KF5XmlGui) >= %{_kf5_version} BuildRequires: cmake(Phonon4Qt5) -BuildRequires: cmake(Qt5Core) >= 5.15.0 -BuildRequires: cmake(Qt5DBus) >= 5.15.0 -BuildRequires: cmake(Qt5Network) >= 5.15.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0 -BuildRequires: cmake(Qt5Test) >= 5.15.0 -BuildRequires: cmake(Qt5Widgets) >= 5.15.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.15.0 -BuildRequires: cmake(Qt5Xml) >= 5.15.0 +BuildRequires: cmake(Qt5Core) >= %{qt5_version} +BuildRequires: cmake(Qt5DBus) >= %{qt5_version} +BuildRequires: cmake(Qt5Network) >= %{qt5_version} +BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version} +BuildRequires: cmake(Qt5Test) >= %{qt5_version} +BuildRequires: cmake(Qt5Widgets) >= %{qt5_version} +BuildRequires: cmake(Qt5X11Extras) >= %{qt5_version} +BuildRequires: cmake(Qt5Xml) >= %{qt5_version} BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) @@ -84,14 +83,13 @@ %package devel Summary: HTML rendering engine Requires: %{lname} = %{version} -Requires: extra-cmake-modules -Requires: cmake(KF5Codecs) >= %{_kf5_bugfix_version} -Requires: cmake(KF5I18n) >= %{_kf5_bugfix_version} -Requires: cmake(KF5JS) >= %{_kf5_bugfix_version} -Requires: cmake(KF5KIO) >= %{_kf5_bugfix_version} -Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version} -Requires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5Gui) >= 5.15.0 +Requires: cmake(KF5Codecs) >= %{_kf5_version} +Requires: cmake(KF5I18n) >= %{_kf5_version} +Requires: cmake(KF5JS) >= %{_kf5_version} +Requires: cmake(KF5KIO) >= %{_kf5_version} +Requires: cmake(KF5Parts) >= %{_kf5_version} +Requires: cmake(KF5TextWidgets) >= %{_kf5_version} +Requires: cmake(Qt5Gui) >= %{qt5_version} %description devel KHTML is a web rendering engine, based on the KParts ++++++ khtml-5.112.0.tar.xz -> khtml-5.113.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/CMakeLists.txt new/khtml-5.113.0/CMakeLists.txt --- old/khtml-5.112.0/CMakeLists.txt 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/CMakeLists.txt 2023-12-02 10:26:32.000000000 +0100 @@ -1,11 +1,11 @@ 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(KHtml VERSION ${KF_VERSION}) 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/khtml-5.112.0/po/af/khtml5.po new/khtml-5.113.0/po/af/khtml5.po --- old/khtml-5.112.0/po/af/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/af/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: kdelibs4 stable\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-01-12 16:33+0200\n" "Last-Translator: JUANITA FRANZ <JUANITA.FRANZ@VR-WEB.DE>\n" "Language-Team: AFRIKAANS <translate-discuss-af@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ar/khtml5.po new/khtml-5.113.0/po/ar/khtml5.po --- old/khtml-5.112.0/po/ar/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ar/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-14 18:44+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsaidi@gmail.com>\n" "Language-Team: Arabic <kde-l10n-ar@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/as/khtml5.po new/khtml-5.113.0/po/as/khtml5.po --- old/khtml-5.112.0/po/as/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/as/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4_as\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-12-26 15:19+0530\n" "Last-Translator: Amitakhya Phukan <অমিতাক্ষ ফুকন>\n" "Language-Team: Assamese <fedora-trans-as@redhat.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/az/khtml5.po new/khtml-5.113.0/po/az/khtml5.po --- old/khtml-5.112.0/po/az/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/az/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: khtml\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-02-17 01:23+0400\n" "Last-Translator: Kheyyam <xxmn77@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/be/khtml5.po new/khtml-5.113.0/po/be/khtml5.po --- old/khtml-5.112.0/po/be/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/be/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-01-12 10:16\n" "Last-Translator: Darafei Praliaskouski <komzpa@gmail.com>\n" "Language-Team: Belarusian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/be@latin/khtml5.po new/khtml-5.113.0/po/be@latin/khtml5.po --- old/khtml-5.112.0/po/be@latin/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/be@latin/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-30 01:10+0300\n" "Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n" "Language-Team: Belarusian Latin <i18n@mova.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/bg/khtml5.po new/khtml-5.113.0/po/bg/khtml5.po --- old/khtml-5.112.0/po/bg/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/bg/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-07-10 12:54+0200\n" "Last-Translator: Mincho Kondarev <mkondarev@yahoo.de>\n" "Language-Team: Bulgarian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/bn/khtml5.po new/khtml-5.113.0/po/bn/khtml5.po --- old/khtml-5.112.0/po/bn/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/bn/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-07-16 14:27+0530\n" "Last-Translator: Deepayan Sarkar <deepayan.sarkar@gmail.com>\n" "Language-Team: American English <kde-translation@bengalinux.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/bn_IN/khtml5.po new/khtml-5.113.0/po/bn_IN/khtml5.po --- old/khtml-5.112.0/po/bn_IN/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/bn_IN/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-12-28 14:35+0530\n" "Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n" "Language-Team: Bengali INDIA <anubad@lists.ankur.org.in>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/br/khtml5.po new/khtml-5.113.0/po/br/khtml5.po --- old/khtml-5.112.0/po/br/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/br/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4-1.1\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-10-15 22:19+0200\n" "Last-Translator: Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>\n" "Language-Team: Brezhoneg <Suav.Icb@wanadoo.fr>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/bs/khtml5.po new/khtml-5.113.0/po/bs/khtml5.po --- old/khtml-5.112.0/po/bs/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/bs/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-12-21 17:26+0000\n" "Last-Translator: Ademovic Saudin <sademovic1@etf.unsa.ba>\n" "Language-Team: bosanski <bs@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ca/khtml5.po new/khtml-5.113.0/po/ca/khtml5.po --- old/khtml-5.112.0/po/ca/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ca/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: khtml\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-03-21 22:56+0100\n" "Last-Translator: Antoni Bella Pérez <antonibella5@yahoo.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ca@valencia/khtml5.po new/khtml-5.113.0/po/ca@valencia/khtml5.po --- old/khtml-5.112.0/po/ca@valencia/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ca@valencia/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: khtml\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-03-21 22:56+0100\n" "Last-Translator: Antoni Bella Pérez <antonibella5@yahoo.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" @@ -672,7 +672,7 @@ #: khtml_ext.cpp:543 #, kde-format msgid "Save Image As..." -msgstr "Guarda la imatge com a..." +msgstr "Anomena i guarda la imatge..." #: khtml_ext.cpp:548 #, kde-format @@ -727,7 +727,7 @@ #: khtml_ext.cpp:712 #, kde-format msgid "Save Image As" -msgstr "Guarda la imatge com a" +msgstr "Anomena i guarda la imatge" #: khtml_ext.cpp:726 khtml_ext.cpp:738 #, kde-format @@ -1330,12 +1330,12 @@ "of the HTML page will be printed, without the included images. Printing will " "be faster and use less ink or toner.</p> </qt>" msgstr "" -"<qt><p><strong>«Imprimix les imatges»</strong></p><p>Si s'activa esta " +"<qt><p><strong>«Imprimix les imatges»</strong></p><p>Si se selecciona esta " "casella de selecció, s'imprimiran les imatges contingudes en la pàgina HTML. " "La impressió pot tardar més i utilitzar més tinta o tòner.</p> <p>Si es " -"desactiva esta casella de selecció, només s'imprimirà el text de la pàgina " -"HTML, sense les imatges incloses. La impressió serà més ràpida i utilitzarà " -"menys tinta o tòner.</p> </qt>" +"desselecciona esta casella de selecció, només s'imprimirà el text de la " +"pàgina HTML, sense les imatges incloses. La impressió serà més ràpida i " +"utilitzarà menys tinta o tòner.</p> </qt>" #: khtml_printsettings.cpp:42 #, kde-format @@ -1346,11 +1346,11 @@ "printed page and the page number.</p><p>If this checkbox is disabled, the " "printout of the HTML document will not contain such a header line.</p> </qt>" msgstr "" -"<qt><p><strong>«Imprimix la capçalera»</strong></p><p>Si s'activa esta " +"<qt><p><strong>«Imprimix la capçalera»</strong></p><p>Si se selecciona esta " "casella de selecció, la impressió del document HTML contindrà una línia de " "capçalera dalt de cada pàgina. Esta capçalera conté la data actual, l'URL " "d'ubicació de la pàgina impresa i el número de pàgina.</p> <p>Si es " -"desactiva esta casella de selecció, la impressió del document HTML no " +"desselecciona esta casella de selecció, la impressió del document HTML no " "contindrà esta línia de capçalera.</p> </qt>" #: khtml_printsettings.cpp:55 @@ -1365,15 +1365,16 @@ "grayscale, if you use a black+white printer). Printout will possibly happen " "more slowly and will probably use more toner or ink.</p> </qt>" msgstr "" -"<qt><p><strong>«Mode d'impressió fàcil d'emprar»</strong></p><p>Si s'activa " -"esta casella de selecció, la impressió del document HTML serà només en blanc " -"i negre i tot el fons de color es passarà a blanc. La impressió serà més " -"ràpida i utilitzarà menys tinta o tòner.</p><p>Si es desactiva esta casella " -"de selecció, la impressió del document HTML es farà amb la configuració de " -"colors originals, tal com els veeu en l'aplicació. Açò pot donar àrees de " -"color a tota la pàgina (o d'escala de grisos, si utilitzeu una impressora de " -"blanc i negre). La impressió possiblement serà més lenta i probablement " -"utilitzarà molt més tòner o tinta.</p> </qt>" +"<qt><p><strong>«Mode d'impressió fàcil d'emprar»</strong></p><p>Si se " +"selecciona esta casella de selecció, la impressió del document HTML serà " +"només en blanc i negre i tot el fons de color es passarà a blanc. La " +"impressió serà més ràpida i utilitzarà menys tinta o tòner.</p><p>Si es " +"desselecciona esta casella de selecció, la impressió del document HTML es " +"farà amb la configuració de colors originals, tal com els veeu en " +"l'aplicació. Açò pot donar àrees de color a tota la pàgina (o d'escala de " +"grisos, si utilitzeu una impressora de blanc i negre). La impressió " +"possiblement serà més lenta i probablement utilitzarà molt més tòner o tinta." +"</p> </qt>" #: khtml_printsettings.cpp:70 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/crh/khtml5.po new/khtml-5.113.0/po/crh/khtml5.po --- old/khtml-5.112.0/po/crh/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/crh/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-02-12 23:29-0600\n" "Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n" "Language-Team: Qırımtatarca (Qırım Türkçesi)\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/cs/khtml5.po new/khtml-5.113.0/po/cs/khtml5.po --- old/khtml-5.112.0/po/cs/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/cs/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-02-22 16:47+0100\n" "Last-Translator: Vit Pelcak <vit@pelcak.org>\n" "Language-Team: Czech <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/csb/khtml5.po new/khtml-5.113.0/po/csb/khtml5.po --- old/khtml-5.112.0/po/csb/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/csb/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-12-04 22:09+0100\n" "Last-Translator: Mark Kwidzińśczi <mark@linuxcsb.org>\n" "Language-Team: Kaszëbsczi <i18n-csb@linuxcsb.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/cy/khtml5.po new/khtml-5.113.0/po/cy/khtml5.po --- old/khtml-5.112.0/po/cy/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/cy/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2005-01-28 17:54+0000\n" "Last-Translator: Kevin Donnelly <kevin@dotmon.com>\n" "Language-Team: Cymraeg\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/da/khtml5.po new/khtml-5.113.0/po/da/khtml5.po --- old/khtml-5.112.0/po/da/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/da/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-05-07 12:11+0100\n" "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n" "Language-Team: Danish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/de/khtml5.po new/khtml-5.113.0/po/de/khtml5.po --- old/khtml-5.112.0/po/de/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/de/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-08-02 15:16+0200\n" "Last-Translator: Burkhard Lück <lueck@hube-lueck.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/el/khtml5.po new/khtml-5.113.0/po/el/khtml5.po --- old/khtml-5.112.0/po/el/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/el/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-09-07 14:41+0300\n" "Last-Translator: Stelios <sstavra@gmail.com>\n" "Language-Team: Greek <kde-i18n-el@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/en_GB/khtml5.po new/khtml-5.113.0/po/en_GB/khtml5.po --- old/khtml-5.112.0/po/en_GB/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/en_GB/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-03-24 19:13+0000\n" "Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n" "Language-Team: British English <kde-l10n-en_gb@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/eo/khtml5.po new/khtml-5.113.0/po/eo/khtml5.po --- old/khtml-5.112.0/po/eo/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/eo/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -14,8 +14,8 @@ msgstr "" "Project-Id-Version: khtml\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" -"PO-Revision-Date: 2023-04-18 06:31+0100\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" +"PO-Revision-Date: 2023-11-18 21:07+0100\n" "Last-Translator: Oliver Kellogg <okellogg@users.sourceforge.net>\n" "Language-Team: Esperanto <kde-i18n-doc@kde.org>\n" "Language: eo\n" @@ -115,7 +115,7 @@ #: ecma/debugger/debugwindow.cpp:204 #, kde-format msgid "Reindent Sources" -msgstr "" +msgstr "Reindent Fontoj" #: ecma/debugger/debugwindow.cpp:209 #, kde-format @@ -161,11 +161,13 @@ "Do not know where to evaluate the expression. Please pause a script or open " "a source file." msgstr "" +"Ne scias kie taksi la esprimon. Bonvolu paŭzi skripton aŭ malfermi " +"fontdosieron." #: ecma/debugger/debugwindow.cpp:809 #, kde-format msgid "Evaluation threw an exception %1" -msgstr "" +msgstr "Taksado ĵetis escepton %1" #: ecma/debugger/errordlg.cpp:35 #, kde-format @@ -413,6 +415,9 @@ "This wizard is intended to guide you through the procedure. You may cancel " "at any time, and this will abort the transaction." msgstr "" +"Vi indikis, ke vi volas akiri aŭ aĉeti sekuran atestilon. Ĉi tiu sorĉisto " +"celas gvidi vin tra la proceduro. Vi povas nuligi iam ajn, kaj ĉi tio ĉesos " +"la transakcion." #. i18n: ectx: property (text), widget (QLabel, TextLabel4) #: html/keygenwizard2.ui:35 @@ -421,6 +426,8 @@ "You must now provide a password for the certificate request. Please choose a " "very secure password as this will be used to encrypt your private key." msgstr "" +"Vi nun devas provizi pasvorton por la atestilpeto. Bonvolu elekti tre " +"sekuran pasvorton ĉar ĉi tio estos uzata por ĉifri vian privatan ŝlosilon." #. i18n: ectx: property (text), widget (QLabel, TextLabel6) #: html/keygenwizard2.ui:48 @@ -442,7 +449,7 @@ #: html/ksslkeygen.cpp:89 #, kde-format msgid "KDE Certificate Request - Password" -msgstr "" +msgstr "KDE-Atestilpeto - Pasvorto" #: html/ksslkeygen.cpp:126 #, kde-format @@ -462,7 +469,7 @@ #: html/ksslkeygen.cpp:133 #, kde-format msgid "Please wait while the encryption keys are generated..." -msgstr "" +msgstr "Bonvolu atendi dum la ĉifradaj ŝlosiloj estas generitaj..." #: html/ksslkeygen.cpp:148 #, kde-format @@ -482,22 +489,22 @@ #: html/ksslkeygen.cpp:257 #, kde-format msgid "2048 (High Grade)" -msgstr "" +msgstr "2048 (Alta Grado)" #: html/ksslkeygen.cpp:258 #, kde-format msgid "1024 (Medium Grade)" -msgstr "" +msgstr "1024 (Meza Grado)" #: html/ksslkeygen.cpp:259 #, kde-format msgid "768 (Low Grade)" -msgstr "" +msgstr "768 (Malalta Grado)" #: html/ksslkeygen.cpp:260 #, kde-format msgid "512 (Low Grade)" -msgstr "" +msgstr "512 (Malalta Grado)" #: html/ksslkeygen.cpp:262 #, kde-format @@ -896,6 +903,9 @@ "cancels the effect of \"Find Links as You Type\", which sets the \"Find " "links only\" option." msgstr "" +"Ĉi tiu ŝparvojo montras la serĉbreton, por trovi tekston en la montrata " +"paĝo. Ĝi nuligas la efikon de \"Trovi Ligilojn dum Vi Tajpas\", kiu fiksas " +"la opcion \"Trovi nur ligilojn\"." #: khtml_part.cpp:428 #, kde-format @@ -907,6 +917,8 @@ msgid "" "This shortcut shows the find bar, and sets the option \"Find links only\"." msgstr "" +"Ĉi tiu ŝparvojo montras la trovalbreton, kaj fiksas la opcion \"Trovi nur " +"ligilojn\"." #: khtml_part.cpp:450 #, kde-format @@ -1121,7 +1133,7 @@ #, kde-format msgctxt "HTML rendering mode (see https://en.wikipedia.org/wiki/Quirks_mode)" msgid "Almost standards" -msgstr "" +msgstr "Preskaŭ normoj" #: khtml_part.cpp:4025 #, kde-format @@ -1255,12 +1267,12 @@ #: khtml_part.cpp:7479 #, kde-format msgid "&Allow storing passwords for this site" -msgstr "" +msgstr "&Permesi konservi pasvortojn por ĉi tiu retejo" #: khtml_part.cpp:7484 #, kde-format msgid "Remove password for form %1" -msgstr "" +msgstr "Forigi pasvorton por formularo %1" #: khtml_part.cpp:7599 #, kde-format @@ -1456,7 +1468,7 @@ #: kmultipart/httpfiltergzip.cpp:89 #, kde-format msgid "Receiving corrupt data." -msgstr "" +msgstr "Ricevante koruptajn datumojn." #: kmultipart/kmultipart.cpp:39 #, kde-format @@ -1645,7 +1657,7 @@ #: ui/findbar/khtmlfindbar.cpp:239 #, kde-format msgid "No more matches for this search direction." -msgstr "" +msgstr "Ne plu kongruoj por ĉi tiu serĉdirekto." #. i18n: ectx: property (text), widget (QLabel, label) #: ui/findbar/khtmlfindbar_base.ui:43 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/es/khtml5.po new/khtml-5.113.0/po/es/khtml5.po --- old/khtml-5.112.0/po/es/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/es/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-09-20 02:26+0200\n" "Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n" "Language-Team: Spanish <kde-l10n-es@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/et/khtml5.po new/khtml-5.113.0/po/et/khtml5.po --- old/khtml-5.112.0/po/et/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/et/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-10-31 12:42+0200\n" "Last-Translator: Marek Laane <qiilaq69@gmail.com>\n" "Language-Team: Estonian <kde-et@lists.linux.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/eu/khtml5.po new/khtml-5.113.0/po/eu/khtml5.po --- old/khtml-5.112.0/po/eu/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/eu/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: khtml5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-12 02:25+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n" "Language-Team: Basque <kde-i18n-eu@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/fa/khtml5.po new/khtml-5.113.0/po/fa/khtml5.po --- old/khtml-5.112.0/po/fa/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/fa/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-06-28 16:40+0430\n" "Last-Translator: Mohammad Reza Mirdamadi <mohi@linuxshop.ir>\n" "Language-Team: Farsi (Persian) <kde-i18n-fa@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/fi/khtml5.po new/khtml-5.113.0/po/fi/khtml5.po --- old/khtml-5.112.0/po/fi/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/fi/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -25,7 +25,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-23 12:38+0200\n" "Last-Translator: Tommi Nieminen <translator@legisign.org>\n" "Language-Team: Finnish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/fr/khtml5.po new/khtml-5.113.0/po/fr/khtml5.po --- old/khtml-5.112.0/po/fr/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/fr/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-10-13 16:03+0200\n" "Last-Translator: Xavier BESNARD <xavier.besnard@neuf.fr>\n" "Language-Team: fr\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/fy/khtml5.po new/khtml-5.113.0/po/fy/khtml5.po --- old/khtml-5.112.0/po/fy/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/fy/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-07-22 09:48+0100\n" "Last-Translator: Berend Ytsma <berendy@gmail.com>\n" "Language-Team: nl <kde-i18n-doc@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ga/khtml5.po new/khtml-5.113.0/po/ga/khtml5.po --- old/khtml-5.112.0/po/ga/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ga/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2004-12-14 09:11-0600\n" "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/gd/khtml5.po new/khtml-5.113.0/po/gd/khtml5.po --- old/khtml-5.112.0/po/gd/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/gd/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2016-04-29 19:43+0100\n" "Last-Translator: GunChleoc <fios@foramnagaidhlig.net>\n" "Language-Team: Fòram na Gàidhlig\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/gl/khtml5.po new/khtml-5.113.0/po/gl/khtml5.po --- old/khtml-5.112.0/po/gl/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/gl/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-06-17 16:29+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n" "Language-Team: Galician <proxecto@trasno.gal>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/gu/khtml5.po new/khtml-5.113.0/po/gu/khtml5.po --- old/khtml-5.112.0/po/gu/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/gu/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-11-22 00:01+0530\n" "Last-Translator: Kartik Mistry <kartik.mistry@gmail.com>\n" "Language-Team: Gujarati <team@utkarsh.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ha/khtml5.po new/khtml-5.113.0/po/ha/khtml5.po --- old/khtml-5.112.0/po/ha/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ha/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-03-17 11:22+0100\n" "Last-Translator: Adriaan de Groot <groot@kde.org>\n" "Language-Team: Hausa <kde-i18n-doc@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/he/khtml5.po new/khtml-5.113.0/po/he/khtml5.po --- old/khtml-5.112.0/po/he/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/he/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: khtml5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2017-05-16 06:49-0400\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Hebrew <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/hi/khtml5.po new/khtml-5.113.0/po/hi/khtml5.po --- old/khtml-5.112.0/po/hi/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/hi/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+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 <raghu@raghukamath.com>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/hne/khtml5.po new/khtml-5.113.0/po/hne/khtml5.po --- old/khtml-5.112.0/po/hne/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/hne/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-02-10 20:44+0530\n" "Last-Translator: Ravishankar Shrivastava <raviratlami@aol.in>\n" "Language-Team: Hindi <kde-i18n-doc@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/hr/khtml5.po new/khtml-5.113.0/po/hr/khtml5.po --- old/khtml-5.112.0/po/hr/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/hr/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-22 16:08+0200\n" "Last-Translator: Marko Dimjašević <marko@dimjasevic.net>\n" "Language-Team: Croatian <kde-croatia-list@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/hsb/khtml5.po new/khtml-5.113.0/po/hsb/khtml5.po --- old/khtml-5.112.0/po/hsb/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/hsb/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-12-19 22:49+0100\n" "Last-Translator: Eduard Werner <edi.werner@gmx.de>\n" "Language-Team: en_US <kde-i18n-doc@lists.kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/hu/khtml5.po new/khtml-5.113.0/po/hu/khtml5.po --- old/khtml-5.112.0/po/hu/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/hu/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-12-17 19:53+0100\n" "Last-Translator: Kristóf Kiszel <kiszel.kristof@gmail.com>\n" "Language-Team: Hungarian <kde-l10n-hu@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/hy/khtml5.po new/khtml-5.113.0/po/hy/khtml5.po --- old/khtml-5.112.0/po/hy/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/hy/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-01-31 01:08+0400\n" "Last-Translator: Davit <nikdavnik@mail.ru>\n" "Language-Team: Armenian Language: hy\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ia/khtml5.po new/khtml-5.113.0/po/ia/khtml5.po --- old/khtml-5.112.0/po/ia/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ia/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-08-04 23:03+0200\n" "Last-Translator: giovanni <g.sora@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/id/khtml5.po new/khtml-5.113.0/po/id/khtml5.po --- old/khtml-5.112.0/po/id/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/id/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-09-27 18:12+0700\n" "Last-Translator: Wantoyèk <wantoyek@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ie/khtml5.po new/khtml-5.113.0/po/ie/khtml5.po --- old/khtml-5.112.0/po/ie/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ie/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: khtml\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-11-09 16:49+0700\n" "Last-Translator: OIS <mistresssilvara@hotmail.com>\n" "Language-Team: Interlingue <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/is/khtml5.po new/khtml-5.113.0/po/is/khtml5.po --- old/khtml-5.112.0/po/is/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/is/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-07-07 18:49+0000\n" "Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n" "Language-Team: Icelandic\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/it/khtml5.po new/khtml-5.113.0/po/it/khtml5.po --- old/khtml-5.112.0/po/it/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/it/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: khtml5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-10 19:35+0100\n" "Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n" "Language-Team: Italian <kde-i18n-it@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ja/khtml5.po new/khtml-5.113.0/po/ja/khtml5.po --- old/khtml-5.112.0/po/ja/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ja/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2015-04-19 15:57-0700\n" "Last-Translator: Fumiaki Okushi <fumiaki.okushi@gmail.com>\n" "Language-Team: Japanese <kde-jp@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ka/khtml5.po new/khtml-5.113.0/po/ka/khtml5.po --- old/khtml-5.112.0/po/ka/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ka/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: khtml\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-12-26 01:46+0100\n" "Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n" "Language-Team: Georgian <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/kk/khtml5.po new/khtml-5.113.0/po/kk/khtml5.po --- old/khtml-5.112.0/po/kk/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/kk/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-11-08 01:24+0600\n" "Last-Translator: Sairan Kikkarin <sairan@computer.org>\n" "Language-Team: Kazakh <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/km/khtml5.po new/khtml-5.113.0/po/km/khtml5.po --- old/khtml-5.112.0/po/km/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/km/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-06-27 10:04+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/kn/khtml5.po new/khtml-5.113.0/po/kn/khtml5.po --- old/khtml-5.112.0/po/kn/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/kn/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-06-24 18:32+0530\n" "Last-Translator: Shankar Prasad <svenkate@redhat.com>\n" "Language-Team: kn_IN <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ko/khtml5.po new/khtml-5.113.0/po/ko/khtml5.po --- old/khtml-5.112.0/po/ko/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ko/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-05-15 22:25+0200\n" "Last-Translator: Shinjo Park <kde@peremen.name>\n" "Language-Team: Korean <kde-kr@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ku/khtml5.po new/khtml-5.113.0/po/ku/khtml5.po --- old/khtml-5.112.0/po/ku/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ku/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-08-13 15:45+0200\n" "Last-Translator: Erdal Ronahî <erdal.ronahi@nospam.gmail.com>\n" "Language-Team: Kurdish Team http://pckurd.net\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/lb/khtml5.po new/khtml-5.113.0/po/lb/khtml5.po --- old/khtml-5.112.0/po/lb/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/lb/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-06-22 16:29+0200\n" "Last-Translator: Michel Ludwig <michel.ludwig@kdemail.net>\n" "Language-Team: Luxembourgish <kde-i18n-lb@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/lt/khtml5.po new/khtml-5.113.0/po/lt/khtml5.po --- old/khtml-5.112.0/po/lt/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/lt/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2017-06-25 15:05+0200\n" "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba@gmail.com>\n" "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/lv/khtml5.po new/khtml-5.113.0/po/lv/khtml5.po --- old/khtml-5.112.0/po/lv/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/lv/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-06 12:57+0300\n" "Last-Translator: Maris Nartiss <maris.kde@gmail.com>\n" "Language-Team: Latvian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/mai/khtml5.po new/khtml-5.113.0/po/mai/khtml5.po --- old/khtml-5.112.0/po/mai/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/mai/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-09-24 15:44+0530\n" "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n" "Language-Team: Hindi <fedora-trans-hi@redhat.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/mk/khtml5.po new/khtml-5.113.0/po/mk/khtml5.po --- old/khtml-5.112.0/po/mk/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/mk/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-01-27 10:39+0100\n" "Last-Translator: Bozidar Proevski <bobibobi@freemail.com.mk>\n" "Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ml/khtml5.po new/khtml-5.113.0/po/ml/khtml5.po --- old/khtml-5.112.0/po/ml/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ml/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-12-12 20:57+0000\n" "Last-Translator: Vivek KJ Pazhedath <vivekkj2004@gmail.com>\n" "Language-Team: SMC <smc.org.in>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/mr/khtml5.po new/khtml-5.113.0/po/mr/khtml5.po --- old/khtml-5.112.0/po/mr/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/mr/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-03-29 16:14+0530\n" "Last-Translator: Chetan Khona <chetan@kompkin.com>\n" "Language-Team: Marathi <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ms/khtml5.po new/khtml-5.113.0/po/ms/khtml5.po --- old/khtml-5.112.0/po/ms/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ms/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-16 00:57+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>\n" "Language-Team: Malay <kedidiemas@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/nb/khtml5.po new/khtml-5.113.0/po/nb/khtml5.po --- old/khtml-5.112.0/po/nb/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/nb/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-11-05 13:40+0100\n" "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n" "Language-Team: Norwegian Bokmål <l10n-no@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/nds/khtml5.po new/khtml-5.113.0/po/nds/khtml5.po --- old/khtml-5.112.0/po/nds/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/nds/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-09-18 16:37+0200\n" "Last-Translator: Sönke Dibbern <s_dibbern@web.de>\n" "Language-Team: Low Saxon <kde-i18n-nds@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ne/khtml5.po new/khtml-5.113.0/po/ne/khtml5.po --- old/khtml-5.112.0/po/ne/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ne/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2007-11-05 15:41+0545\n" "Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/nl/khtml5.po new/khtml-5.113.0/po/nl/khtml5.po --- old/khtml-5.112.0/po/nl/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/nl/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-01-19 19:27+0100\n" "Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n" "Language-Team: Dutch <kde-i18n-nl@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/nn/khtml5.po new/khtml-5.113.0/po/nn/khtml5.po --- old/khtml-5.112.0/po/nn/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/nn/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-11-22 12:24+0100\n" "Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/oc/khtml5.po new/khtml-5.113.0/po/oc/khtml5.po --- old/khtml-5.112.0/po/oc/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/oc/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-06 00:07+0200\n" "Last-Translator: \n" "Language-Team: Occitan <oc@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/or/khtml5.po new/khtml-5.113.0/po/or/khtml5.po --- old/khtml-5.112.0/po/or/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/or/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-01-02 17:37+0530\n" "Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n" "Language-Team: Oriya <oriya-it@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/pa/khtml5.po new/khtml-5.113.0/po/pa/khtml5.po --- old/khtml-5.112.0/po/pa/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/pa/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2014-07-08 14:30-0500\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/pl/khtml5.po new/khtml-5.113.0/po/pl/khtml5.po --- old/khtml-5.112.0/po/pl/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/pl/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-04-30 20:18+0200\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ps/khtml5.po new/khtml-5.113.0/po/ps/khtml5.po --- old/khtml-5.112.0/po/ps/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ps/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-08-16 16:01-0800\n" "Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n" "Language-Team: Pashto <pathanisation@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/pt/khtml5.po new/khtml-5.113.0/po/pt/khtml5.po --- old/khtml-5.112.0/po/pt/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/pt/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-11 11:18+0000\n" "Last-Translator: José Nuno Pires <zepires@gmail.com>\n" "Language-Team: pt <kde-i18n-pt@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/pt_BR/khtml5.po new/khtml-5.113.0/po/pt_BR/khtml5.po --- old/khtml-5.112.0/po/pt_BR/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/pt_BR/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: khtml5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-03-10 14:21-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchevive@opensuse.org>\n" "Language-Team: Portuguese <kde-i18n-pt_BR@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ro/khtml5.po new/khtml-5.113.0/po/ro/khtml5.po --- old/khtml-5.112.0/po/ro/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ro/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-02-15 16:03+0000\n" "Last-Translator: Sergiu Bivol <sergiu@cip.md>\n" "Language-Team: Romanian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ru/khtml5.po new/khtml-5.113.0/po/ru/khtml5.po --- old/khtml-5.112.0/po/ru/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ru/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-01-29 16:03+0300\n" "Last-Translator: Alexander Yavorsky <kekcuha@gmail.com>\n" "Language-Team: Russian <kde-russian@lists.kde.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/se/khtml5.po new/khtml-5.113.0/po/se/khtml5.po --- old/khtml-5.112.0/po/se/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/se/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: Børre Gaup <boerre@skolelinux.no>\n" "Language-Team: Northern Sami <l10n-no@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/si/khtml5.po new/khtml-5.113.0/po/si/khtml5.po --- old/khtml-5.112.0/po/si/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/si/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-07-25 07:45+0530\n" "Last-Translator: Danishka Navin <danishka@gmail.com>\n" "Language-Team: Sinhala <danishka@gmail.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/sk/khtml5.po new/khtml-5.113.0/po/sk/khtml5.po --- old/khtml-5.112.0/po/sk/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/sk/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-11-11 20:29+0100\n" "Last-Translator: Matej Mrenica <matejm98mthw@gmail.com>\n" "Language-Team: Slovak <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/sl/khtml5.po new/khtml-5.113.0/po/sl/khtml5.po --- old/khtml-5.112.0/po/sl/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/sl/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2020-02-25 17:41+0100\n" "Last-Translator: \n" "Language-Team: Slovenian <lugos-slo@lugos.si>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/sq/khtml5.po new/khtml-5.113.0/po/sq/khtml5.po --- old/khtml-5.112.0/po/sq/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/sq/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kde4libs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-01-19 00:20-0500\n" "Last-Translator: Agron Selimaj <as9902613@gmail.com>\n" "Language-Team: Albanian <sq@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/sv/khtml5.po new/khtml-5.113.0/po/sv/khtml5.po --- old/khtml-5.112.0/po/sv/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/sv/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-10 20:38+0100\n" "Last-Translator: Stefan Asserhäll <stefan.asserhall@bredband.net>\n" "Language-Team: Swedish <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ta/khtml5.po new/khtml-5.113.0/po/ta/khtml5.po --- old/khtml-5.112.0/po/ta/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ta/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2022-08-07 11:35+0530\n" "Last-Translator: Kishore G <kishore96@gmail.com>\n" "Language-Team: Tamil <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/te/khtml5.po new/khtml-5.113.0/po/te/khtml5.po --- old/khtml-5.112.0/po/te/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/te/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-11-04 23:55+0630\n" "Last-Translator: Bhuvan Krishna <bhuvan@swecha.org>\n" "Language-Team: Telugu <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/tg/khtml5.po new/khtml-5.113.0/po/tg/khtml5.po --- old/khtml-5.112.0/po/tg/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/tg/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-09-05 15:53+0500\n" "Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n" "Language-Team: English <kde-i18n-doc@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/th/khtml5.po new/khtml-5.113.0/po/th/khtml5.po --- old/khtml-5.112.0/po/th/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/th/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2010-12-31 22:47+0700\n" "Last-Translator: Phuwanat Sakornsakolpat <narachai@gmail.com>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/tr/khtml5.po new/khtml-5.113.0/po/tr/khtml5.po --- old/khtml-5.112.0/po/tr/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/tr/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -22,8 +22,8 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" -"PO-Revision-Date: 2023-09-07 14:33+0300\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" +"PO-Revision-Date: 2023-11-26 01:21+0300\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: Turkish <kde-l10n-tr@kde.org>\n" "Language: tr\n" @@ -1418,22 +1418,22 @@ #: khtmlimage.cpp:195 #, kde-format msgid "%1 (%2 - %3x%4 Pixels)" -msgstr "%1 (%2 - %3 x %4 Piksel)" +msgstr "%1 (%2 - %3 × %4 Piksel)" #: khtmlimage.cpp:197 #, kde-format msgid "%1 - %2x%3 Pixels" -msgstr "%1 - %2 x %3 Piksel" +msgstr "%1 - %2 × %3 Piksel" #: khtmlimage.cpp:202 #, kde-format msgid "%1 (%2x%3 Pixels)" -msgstr "%1 (%2 x %3 Piksel)" +msgstr "%1 (%2 × %3 Piksel)" #: khtmlimage.cpp:204 #, kde-format msgid "Image - %1x%2 Pixels" -msgstr "Görsel - %1 x %2 Piksel" +msgstr "Görsel - %1 × %2 Piksel" #: khtmlimage.cpp:210 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/tt/khtml5.po new/khtml-5.113.0/po/tt/khtml5.po --- old/khtml-5.112.0/po/tt/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/tt/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2011-11-26 15:12+0400\n" "Last-Translator: Ainur Shakirov <ainur.shakirov.tt@gmail.com>\n" "Language-Team: Tatar <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/ug/khtml5.po new/khtml-5.113.0/po/ug/khtml5.po --- old/khtml-5.112.0/po/ug/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/ug/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <gheyret@gmail.com>\n" "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/uk/khtml5.po new/khtml-5.113.0/po/uk/khtml5.po --- old/khtml-5.112.0/po/uk/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/uk/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: khtml5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-10 09:23+0200\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/uz/khtml5.po new/khtml-5.113.0/po/uz/khtml5.po --- old/khtml-5.112.0/po/uz/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/uz/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2008-05-30 17:29+0200\n" "Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n" "Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/uz@cyrillic/khtml5.po new/khtml-5.113.0/po/uz@cyrillic/khtml5.po --- old/khtml-5.112.0/po/uz@cyrillic/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/uz@cyrillic/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2009-10-17 00:34+0200\n" "Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n" "Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/vi/khtml5.po new/khtml-5.113.0/po/vi/khtml5.po --- old/khtml-5.112.0/po/vi/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/vi/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-09-23 18:43+0800\n" "Last-Translator: Lê Hoàng Phương <herophuong93@gmail.com>\n" "Language-Team: American English <kde-i18n-vi@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/wa/khtml5.po new/khtml-5.113.0/po/wa/khtml5.po --- old/khtml-5.112.0/po/wa/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/wa/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2012-07-04 17:33+0200\n" "Last-Translator: Jean Cayron <jean.cayron@base.be>\n" "Language-Team: Walloon <linux-wa@walon.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/xh/khtml5.po new/khtml-5.113.0/po/xh/khtml5.po --- old/khtml-5.112.0/po/xh/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/xh/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2002-12-13 17:20SAST\n" "Last-Translator: Lwandle Mgidlana <lwandle@translate.org.za>\n" "Language-Team: Xhosa <xhosa@translate.org.za>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/zh_CN/khtml5.po new/khtml-5.113.0/po/zh_CN/khtml5.po --- old/khtml-5.112.0/po/zh_CN/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/zh_CN/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+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/khtml-5.112.0/po/zh_HK/khtml5.po new/khtml-5.113.0/po/zh_HK/khtml5.po --- old/khtml-5.112.0/po/zh_HK/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/zh_HK/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2006-01-04 13:32+0800\n" "Last-Translator: Abel Cheung <abel@oaka.org>\n" "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.112.0/po/zh_TW/khtml5.po new/khtml-5.113.0/po/zh_TW/khtml5.po --- old/khtml-5.112.0/po/zh_TW/khtml5.po 2023-11-04 11:02:40.000000000 +0100 +++ new/khtml-5.113.0/po/zh_TW/khtml5.po 2023-12-02 10:26:32.000000000 +0100 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-08-06 00:42+0000\n" +"POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2019-01-19 19:40+0800\n" "Last-Translator: pan93412 <pan93412@gmail.com>\n" "Language-Team: Chinese <zh-l10n@lists.linux.org.tw>\n"
participants (1)
-
Source-Sync