Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2019-08-19 21:06:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khtml (Old)
 and      /work/SRC/openSUSE:Factory/.khtml.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khtml"

Mon Aug 19 21:06:35 2019 rev:68 rq:722466 version:5.61.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2019-07-26 
12:14:29.782812575 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new.22127/khtml.changes   2019-08-19 
21:06:46.512878309 +0200
@@ -1,0 +2,14 @@
+Wed Aug  7 17:51:26 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- No code change since 5.60.0
+
+-------------------------------------------------------------------
+Fri Jul 19 11:41:34 UTC 2019 - Wolfgang Bauer <[email protected]>
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+-------------------------------------------------------------------

Old:
----
  khtml-5.60.0.tar.xz

New:
----
  frameworks.keyring
  khtml-5.61.0.tar.xz
  khtml-5.61.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.pYIUKz/_old  2019-08-19 21:06:49.244877867 +0200
+++ /var/tmp/diff_new_pack.pYIUKz/_new  2019-08-19 21:06:49.244877867 +0200
@@ -17,21 +17,25 @@
 
 
 %define lname   libKF5KHtml5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # 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}')}
 %bcond_without lang
 Name:           khtml
-Version:        5.60.0
+Version:        5.61.0
 Release:        0
 Summary:        HTML rendering engine
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
+Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz.sig
+Source2:        frameworks.keyring
+%endif
+Source99:       baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -112,9 +116,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++++++ khtml-5.60.0.tar.xz -> khtml-5.61.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/CMakeLists.txt 
new/khtml-5.61.0/CMakeLists.txt
--- old/khtml-5.60.0/CMakeLists.txt     2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/CMakeLists.txt     2019-08-03 21:54:31.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KHtml VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.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.60.0/po/cs/khtml5.po 
new/khtml-5.61.0/po/cs/khtml5.po
--- old/khtml-5.60.0/po/cs/khtml5.po    2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/cs/khtml5.po    2019-08-03 21:54:31.000000000 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012.
-# Vít Pelčák <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2017.
+# Vít Pelčák <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2017, 2019.
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
 #
 msgid ""
@@ -9,15 +9,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:56+0200\n"
-"PO-Revision-Date: 2017-09-12 14:20+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-07-31 13:52+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: en_US\n"
 "MIME-Version: 1.0\n"
 "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 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 
@@ -1230,19 +1230,19 @@
 #, kde-format
 msgctxt "HTML rendering mode (see https://en.wikipedia.org/wiki/Quirks_mode)"
 msgid "Quirks"
-msgstr ""
+msgstr "Quirks"
 
 #: khtml_part.cpp:4022
 #, kde-format
 msgctxt "HTML rendering mode (see https://en.wikipedia.org/wiki/Quirks_mode)"
 msgid "Almost standards"
-msgstr ""
+msgstr "Skoro standardy"
 
 #: khtml_part.cpp:4026
 #, kde-format
 msgctxt "HTML rendering mode (see https://en.wikipedia.org/wiki/Quirks_mode)"
 msgid "Strict"
-msgstr ""
+msgstr "Striktní"
 
 #: khtml_part.cpp:4095
 #, kde-format
@@ -1552,6 +1552,12 @@
 "in Konqueror, please file a bug report at https://bugs.kde.org/.  A test "
 "case which illustrates the problem will be appreciated."
 msgstr ""
+"Tento dialog vám poskytuje oznamování a podrobnosti o chybách ve skriptech, "
+"které se vyskytují na webových stránkách. V mnoha případech se jedná o chybu "
+"autora webových stránek. V některých případech je zase chyba na straně "
+"programátorů Konqueroru. V prvním případě kontaktujte správce webových "
+"stránek, jinak prosím nahlaste chybu na https://bugs.kde.org. Příklad "
+"ilustrující chybu je vítán."
 
 #: kmultipart/httpfiltergzip.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/po/de/khtml5.po 
new/khtml-5.61.0/po/de/khtml5.po
--- old/khtml-5.60.0/po/de/khtml5.po    2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/de/khtml5.po    2019-08-03 21:54:31.000000000 +0200
@@ -14,14 +14,14 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:56+0200\n"
-"PO-Revision-Date: 2019-01-24 10:59+0100\n"
+"PO-Revision-Date: 2019-08-02 15:16+0200\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -474,7 +474,7 @@
 #: html/ksslkeygen.cpp:148
 #, kde-format
 msgid "Do you wish to store the passphrase in your wallet file?"
-msgstr "Möchten Sie das Passwort in Ihrem Passwortspeicher speichern?"
+msgstr "Möchten Sie die Passphrase in Ihrem Passwortspeicher speichern?"
 
 #: html/ksslkeygen.cpp:148
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/po/gl/khtml5.po 
new/khtml-5.61.0/po/gl/khtml5.po
--- old/khtml-5.60.0/po/gl/khtml5.po    2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/gl/khtml5.po    2019-08-03 21:54:31.000000000 +0200
@@ -24,10 +24,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.04.1\n"
-"X-Environment: kde, development\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/po/id/khtml5.po 
new/khtml-5.61.0/po/id/khtml5.po
--- old/khtml-5.60.0/po/id/khtml5.po    2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/id/khtml5.po    2019-08-03 21:54:31.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:56+0200\n"
-"PO-Revision-Date: 2019-06-03 21:33+0700\n"
+"PO-Revision-Date: 2019-07-29 16:23+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.04.1\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -121,7 +121,7 @@
 #: ecma/debugger/debugwindow.cpp:230
 #, kde-format
 msgid "&Settings"
-msgstr "&Setelan"
+msgstr "&Pengaturan"
 
 #: ecma/debugger/debugwindow.cpp:256
 #, kde-format
@@ -309,7 +309,7 @@
 #: ecma/kjs_window.cpp:3251
 #, kde-format
 msgid "Insert"
-msgstr "Masukkan"
+msgstr "Sisipkan"
 
 #: ecma/kjs_window.cpp:3251
 #, kde-format
@@ -362,12 +362,12 @@
 #: khtmlview.cpp:2877 khtmlview.cpp:2921
 #, kde-format
 msgid "Submit"
-msgstr "Sampaikan"
+msgstr "Ajukan"
 
 #: html/html_formimpl.cpp:1900 khtmlview.cpp:2892 khtmlview.cpp:2927
 #, kde-format
 msgid "Reset"
-msgstr "Atur Ulang"
+msgstr "Set ulang"
 
 #: html/html_formimpl.cpp:2824
 #, kde-format
@@ -771,37 +771,37 @@
 #: khtml_ext.cpp:543
 #, kde-format
 msgid "Save Image As..."
-msgstr "Simpan Image Sebagai..."
+msgstr "Simpan Citra Sebagai..."
 
 #: khtml_ext.cpp:548
 #, kde-format
 msgid "Send Image..."
-msgstr "Kirim Image..."
+msgstr "Kirim Citra..."
 
 #: khtml_ext.cpp:554
 #, kde-format
 msgid "Copy Image"
-msgstr "Salin Image"
+msgstr "Salin Citra"
 
 #: khtml_ext.cpp:562
 #, kde-format
 msgid "Copy Image Location"
-msgstr "Salin Lokasi Image"
+msgstr "Salin Lokasi Citra"
 
 #: khtml_ext.cpp:571
 #, kde-format
 msgid "View Image (%1)"
-msgstr "Tampilkan Image (%1)"
+msgstr "Tampilkan Citra (%1)"
 
 #: khtml_ext.cpp:577
 #, kde-format
 msgid "Block Image..."
-msgstr "Adang Image..."
+msgstr "Adang Citra..."
 
 #: khtml_ext.cpp:584
 #, kde-format
 msgid "Block Images From %1"
-msgstr "Adang Image Dari %1"
+msgstr "Adang Citra Dari %1"
 
 #: khtml_ext.cpp:596
 #, kde-format
@@ -826,7 +826,7 @@
 #: khtml_ext.cpp:712
 #, kde-format
 msgid "Save Image As"
-msgstr "Simpan Image Sebagai"
+msgstr "Simpan Citra Sebagai"
 
 #: khtml_ext.cpp:726 khtml_ext.cpp:738
 #, kde-format
@@ -898,7 +898,7 @@
 #: khtml_part.cpp:289
 #, kde-format
 msgid "Save &Background Image As..."
-msgstr "Simpan Image Latar&belakang Sebagai..."
+msgstr "Simpan Citra Latar&belakang Sebagai..."
 
 #: khtml_part.cpp:311 khtml_part.cpp:4190
 #, kde-format
@@ -923,7 +923,7 @@
 #: khtml_part.cpp:327
 #, kde-format
 msgid "Stop Animated Images"
-msgstr "Stop Image Beranimasi"
+msgstr "Stop Citra Beranimasi"
 
 #: khtml_part.cpp:331
 #, kde-format
@@ -1069,7 +1069,7 @@
 #: khtml_part.cpp:1529
 #, kde-format
 msgid "Display Images on Page"
-msgstr "Tampilkan Image di Halaman"
+msgstr "Tampilkan Citra di Halaman"
 
 #: khtml_part.cpp:1913
 #, kde-format
@@ -1135,8 +1135,8 @@
 #, kde-format
 msgid "%1 Image of %2 loaded."
 msgid_plural "%1 Images of %2 loaded."
-msgstr[0] "%1 Image dari %2 termuat."
-msgstr[1] "%1 Image dari %2 termuat."
+msgstr[0] "%1 Citra dari %2 termuat."
+msgstr[1] "%1 Citra dari %2 termuat."
 
 #: khtml_part.cpp:2583
 #, kde-format
@@ -1246,7 +1246,7 @@
 #: khtml_part.cpp:4095
 #, kde-format
 msgid "Save Background Image As"
-msgstr "Simpan Image Latarbelakang Sebagai"
+msgstr "Simpan Citra Latarbelakang Sebagai"
 
 #: khtml_part.cpp:4188
 #, kde-format
@@ -1422,11 +1422,11 @@
 "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>'Cetak image'</strong></p><p>Jika kotak centang difungsikan, "
-"image yang ada di halaman HTML akan dicetak. Mencetak mungkin dapat memakan "
+"<qt><p><strong>'Cetak citra'</strong></p><p>Jika kotak centang difungsikan, "
+"citra yang ada di halaman HTML akan dicetak. Mencetak mungkin dapat memakan "
 "waktu lebih lama dan menggunakan lebih banyak tinta atau toner.</p><p>Jika "
 "kotak centang dinonfungsikan, hanya teks dari halaman HTML yang akan "
-"dicetak, tanpa image yang disertakan. Mencetak akan lebih cepat dan "
+"dicetak, tanpa citra yang disertakan. Mencetak akan lebih cepat dan "
 "menggunakan lebih sedikit tinta atau toner.</p> </qt>"
 
 #: khtml_printsettings.cpp:42
@@ -1461,7 +1461,7 @@
 "semua latar belakang berwarna akan dikonversi ke warna putih. Hasil cetak "
 "akan lebih cepat dan lebih sedikit menggunakan tinta atau toner.</p><p>Jika "
 "kotak centang ini dinonfungsikan, hasil cetak dokumen HTML akan dalam "
-"setelan warna aslinya seperti yang anda lihat di aplikasi anda. Ini dapat "
+"pengaturan warna aslinya seperti yang anda lihat di aplikasi anda. Ini dapat "
 "berakibat dalam area pewarnaan satu halaman penuh (atau abu-abu, jika anda "
 "menggunakan pencetak hitam+putih). Hasil cetak akan lebih lambat dan tentu "
 "saja akan lebih banyak menggunakan lebih banyak toner atau tinta.</p> </qt>"
@@ -1469,7 +1469,7 @@
 #: khtml_printsettings.cpp:70
 #, kde-format
 msgid "HTML Settings"
-msgstr "Setelan HTML"
+msgstr "Pengaturan HTML"
 
 #: khtml_printsettings.cpp:72
 #, kde-format
@@ -1479,7 +1479,7 @@
 #: khtml_printsettings.cpp:75
 #, kde-format
 msgid "Print images"
-msgstr "Cetak image"
+msgstr "Cetak citra"
 
 #: khtml_printsettings.cpp:78
 #, kde-format
@@ -1499,7 +1499,7 @@
 #: khtmlimage.cpp:49
 #, kde-format
 msgid "KHTML Image"
-msgstr "Image KHTML"
+msgstr "Citra KHTML"
 
 #: khtmlimage.cpp:195
 #, kde-format
@@ -1519,7 +1519,7 @@
 #: khtmlimage.cpp:204
 #, kde-format
 msgid "Image - %1x%2 Pixels"
-msgstr "Image - %1x%2 Pixel"
+msgstr "Citra - %1x%2 Pixel"
 
 #: khtmlimage.cpp:210
 #, kde-format
@@ -1675,12 +1675,12 @@
 #: rendering/media_controls.cpp:46
 #, kde-format
 msgid "Play"
-msgstr "Mainkan"
+msgstr "Putarkan"
 
 #: rendering/media_controls.cpp:49
 #, kde-format
 msgid "Pause"
-msgstr "Jeda"
+msgstr "Jedakan"
 
 #: rendering/render_form.cpp:903
 #, kde-format
@@ -1755,12 +1755,12 @@
 #: ui/findbar/khtmlfindbar.cpp:224
 #, kde-format
 msgid "Not found"
-msgstr "Tak ditemukan"
+msgstr "Tidak ditemukan"
 
 #: ui/findbar/khtmlfindbar.cpp:239
 #, kde-format
 msgid "No more matches for this search direction."
-msgstr "Tak ada kecocokan lagi untuk arah pencarian ini."
+msgstr "Tidak ada kecocokan lagi untuk arah pencarian ini."
 
 #. 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.60.0/po/lt/khtml5.po 
new/khtml-5.61.0/po/lt/khtml5.po
--- old/khtml-5.60.0/po/lt/khtml5.po    2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/lt/khtml5.po    2019-08-03 21:54:31.000000000 +0200
@@ -1490,7 +1490,7 @@
 #: khtml_printsettings.cpp:70
 #, kde-format
 msgid "HTML Settings"
-msgstr "HTML nustatymai"
+msgstr "HTML nuostatos"
 
 #: khtml_printsettings.cpp:72
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/po/sk/khtml5.po 
new/khtml-5.61.0/po/sk/khtml5.po
--- old/khtml-5.60.0/po/sk/khtml5.po    2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/sk/khtml5.po    2019-08-03 21:54:31.000000000 +0200
@@ -13,14 +13,14 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:56+0200\n"
-"PO-Revision-Date: 2019-05-04 19:21+0200\n"
+"PO-Revision-Date: 2019-07-23 09:17+0200\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.04.0\n"
+"X-Generator: Lokalize 19.07.80\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -1227,9 +1227,7 @@
 msgstr "   <a href=\"%1\">[Vlastnosti]</a>"
 
 #: khtml_part.cpp:4019
-#, fuzzy, kde-format
-#| msgctxt "HTML rendering mode (see http://en.wikipedia.org/wiki/Quirks_mode)"
-#| msgid "Quirks"
+#, kde-format
 msgctxt "HTML rendering mode (see https://en.wikipedia.org/wiki/Quirks_mode)"
 msgid "Quirks"
 msgstr "Quirks"
@@ -1545,15 +1543,7 @@
 
 #. i18n: ectx: property (whatsThis), widget (QDialog, KJSErrorDlgBase)
 #: kjserrordlgbase.ui:18
-#, fuzzy, kde-format
-#| msgid ""
-#| "This dialog provides you with notification and details of scripting "
-#| "errors that occur on web pages.  In many cases it is due to an error in "
-#| "the web site as designed by its author.  In other cases it is the result "
-#| "of a programming error in Konqueror.  If you suspect the former, please "
-#| "contact the webmaster of the site in question.  Conversely if you suspect "
-#| "an error in Konqueror, please file a bug report at http://bugs.kde.org/.  "
-#| "A test case which illustrates the problem will be appreciated."
+#, kde-format
 msgid ""
 "This dialog provides you with notification and details of scripting errors "
 "that occur on web pages.  In many cases it is due to an error in the web "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/po/zh_CN/khtml5.po 
new/khtml-5.61.0/po/zh_CN/khtml5.po
--- old/khtml-5.60.0/po/zh_CN/khtml5.po 2019-07-07 20:33:57.000000000 +0200
+++ new/khtml-5.61.0/po/zh_CN/khtml5.po 2019-08-03 21:54:31.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:56+0200\n"
-"PO-Revision-Date: 2019-06-02 11:52\n"
+"PO-Revision-Date: 2019-07-18 14:57\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.60.0/src/khtmlimage.desktop 
new/khtml-5.61.0/src/khtmlimage.desktop
--- old/khtml-5.60.0/src/khtmlimage.desktop     2019-07-07 20:33:57.000000000 
+0200
+++ new/khtml-5.61.0/src/khtmlimage.desktop     2019-08-03 21:54:31.000000000 
+0200
@@ -40,7 +40,7 @@
 Comment[hu]=Beágyazható képnéző komponens
 Comment[hy]=Ներդրվող պատկեր դիտելու բաղադրիչ
 Comment[ia]=Componente Incorporabile pro vision de imagine
-Comment[id]=Komponen Menampilkan Image Dapat Ditanamkan
+Comment[id]=Komponen Menampilkan Citra Dapat Ditanamkan
 Comment[is]=Ívefjanleg myndsjáreining
 Comment[it]=Componente integrabile per la visualizzazione di immagini
 Comment[ja]=埋め込み可能な画像ビューアコンポーネント
@@ -136,7 +136,7 @@
 Name[hu]=Beágyazható képnézegető
 Name[hy]=Ներդրվող պատկեր դիտելիք
 Name[ia]=Visor Incorporate de Imagine 
-Name[id]=Penampil Image Dapat Ditanamkan
+Name[id]=Penampil Citra Dapat Ditanamkan
 Name[is]=Ívefjanleg myndsjá
 Name[it]=Visualizzatore integrabile di immagini
 Name[ja]=埋め込み画像ビューア


Reply via email to