Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdnssd for openSUSE:Factory checked 
in at 2022-12-09 16:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdnssd (Old)
 and      /work/SRC/openSUSE:Factory/.kdnssd.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdnssd"

Fri Dec  9 16:58:48 2022 rev:118 rq:1041476 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdnssd/kdnssd.changes    2022-11-04 
17:38:39.581968550 +0100
+++ /work/SRC/openSUSE:Factory/.kdnssd.new.1835/kdnssd.changes  2022-12-09 
16:59:35.324347293 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:25:28 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:45:09 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:54:16 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kio-zeroconf-22.08.3.tar.xz
  kio-zeroconf-22.08.3.tar.xz.sig

New:
----
  kio-zeroconf-22.12.0.tar.xz
  kio-zeroconf-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdnssd.spec ++++++
--- /var/tmp/diff_new_pack.brbCSy/_old  2022-12-09 16:59:35.888350084 +0100
+++ /var/tmp/diff_new_pack.brbCSy/_new  2022-12-09 16:59:35.892350105 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdnssd
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kdnssd
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Zeroconf Support for KIO applications
 License:        GPL-2.0-or-later
-Group:          Productivity/Networking/System
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
 %if %{with released}
@@ -57,9 +56,8 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -75,8 +73,6 @@
 %dir %{_kf5_sharedir}/remoteview/
 %{_kf5_sharedir}/remoteview/zeroconf.desktop
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ kio-zeroconf-22.08.3.tar.xz -> kio-zeroconf-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/.gitlab-ci.yml 
new/kio-zeroconf-22.12.0/.gitlab-ci.yml
--- old/kio-zeroconf-22.08.3/.gitlab-ci.yml     2022-10-30 22:23:43.000000000 
+0100
+++ new/kio-zeroconf-22.12.0/.gitlab-ci.yml     2022-11-30 01:34:46.000000000 
+0100
@@ -4,3 +4,5 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/CMakeLists.txt 
new/kio-zeroconf-22.12.0/CMakeLists.txt
--- old/kio-zeroconf-22.08.3/CMakeLists.txt     2022-10-30 22:23:43.000000000 
+0100
+++ new/kio-zeroconf-22.12.0/CMakeLists.txt     2022-11-30 01:34:46.000000000 
+0100
@@ -2,12 +2,12 @@
 
 # Release service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
-set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "12")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(kio-zeroconf VERSION ${RELEASE_SERVICE_VERSION})
 
-set(QT_MIN_VERSION "5.15.0")
+set(QT_MIN_VERSION "5.15.2")
 set(KF_MIN_VERSION "5.96.0")
 
 find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/kdedmodule/dnssdwatcher.json 
new/kio-zeroconf-22.12.0/kdedmodule/dnssdwatcher.json
--- old/kio-zeroconf-22.08.3/kdedmodule/dnssdwatcher.json       2022-10-30 
22:23:43.000000000 +0100
+++ new/kio-zeroconf-22.12.0/kdedmodule/dnssdwatcher.json       2022-11-30 
01:34:46.000000000 +0100
@@ -104,10 +104,7 @@
         "Name[uk]": "Спостереження за службами DNS-SD",
         "Name[x-test]": "xxDNS-SD Service Discovery Monitorxx",
         "Name[zh_CN]": "DNS-SD 服务发现监视器",
-        "Name[zh_TW]": "DNS-SD 服務發現監控器",
-        "ServiceTypes": [
-            "KDEDModule"
-        ]
+        "Name[zh_TW]": "DNS-SD 服務發現監控器"
     },
     "X-KDE-Kded-autoload": true
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/kdedmodule/watcher.cpp 
new/kio-zeroconf-22.12.0/kdedmodule/watcher.cpp
--- old/kio-zeroconf-22.08.3/kdedmodule/watcher.cpp     2022-10-30 
22:23:43.000000000 +0100
+++ new/kio-zeroconf-22.12.0/kdedmodule/watcher.cpp     2022-11-30 
01:34:46.000000000 +0100
@@ -8,7 +8,6 @@
 
 // KF
 #include <KDirNotify>
-#include <KDNSSD/RemoteService>
 #include <KDNSSD/ServiceBrowser>
 #include <KDNSSD/ServiceTypeBrowser>
 // Qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-zeroconf-22.08.3/org.kde.kio_zeroconf.metainfo.xml 
new/kio-zeroconf-22.12.0/org.kde.kio_zeroconf.metainfo.xml
--- old/kio-zeroconf-22.08.3/org.kde.kio_zeroconf.metainfo.xml  2022-10-30 
22:23:43.000000000 +0100
+++ new/kio-zeroconf-22.12.0/org.kde.kio_zeroconf.metainfo.xml  2022-11-30 
01:34:46.000000000 +0100
@@ -82,7 +82,7 @@
   <summary xml:lang="uk">Навігація службами 
локальної мережі на сторінці мереж 
Dolphin</summary>
   <summary xml:lang="x-test">xxBrowse local network services in Dolphin's 
Network pagexx</summary>
   <summary xml:lang="zh-CN">在 Dolphin 
的网络页面浏览本地网络服务</summary>
-  <summary xml:lang="zh-TW">在 Dolphin 的網路é 
é¢ç€è¦½æœ¬æ©Ÿç¶²è·¯æœå‹™</summary>
+  <summary xml:lang="zh-TW">在 Dolphin 的「網路」é 
é¢ç€è¦½æœ¬æ©Ÿç¶²è·¯æœå‹™</summary>
   <description>
     <p>Adds an entry to Dolphin's Network page to show local services such as 
printers which advertise themselves with DNSSD (called Avahi or Bonjour by 
other projects).</p>
     <p xml:lang="ar">يضيف مدخلاً إلى صفحة الشبكة في 
دولفين لعرض الخدمات المحلية مثل الطابعات 
التي تعلن عن نفسها باستخدام DNSSD (تسمى Avahi أو 
Bonjour بواسطة مشاريع أخرى).</p>
@@ -121,6 +121,7 @@
     <p xml:lang="uk">Додає на сторінку «Мережа» Dolphin 
пункт для показу служб локальної мережі, 
зокрема принтерів, які повідомляють про 
себе за допомогою DNSSD (системи, яка має 
назву Avahi або Bonjour у інших проєктах).</p>
     <p xml:lang="x-test">xxAdds an entry to Dolphin's Network page to show 
local services such as printers which advertise themselves with DNSSD (called 
Avahi or Bonjour by other projects).xx</p>
     <p xml:lang="zh-CN">在 Dolphin 的网络页面添加新项,显示通过 
DNSSD (在其他项目中叫做 Avahi 或 Bonjour) 
广播的本地服务,比如打印机。</p>
+    <p xml:lang="zh-TW">在 Dolphin 的「網路」é 
é¢æ–°å¢žç”¨ä¾†é¡¯ç¤ºæœ¬æ©Ÿæœå‹™çš„項目,例如使用 DNSSD(又稱 Avahi 
或 Bonjour)廣播自己的印表機</p>
   </description>
   <url type="homepage">https://www.kde.org/</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=dolphin</url>
@@ -139,9 +140,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="22.12.0" date="2022-12-08"/>
     <release version="22.08.3" date="2022-11-03"/>
     <release version="22.08.2" date="2022-10-13"/>
     <release version="22.08.1" date="2022-09-08"/>
-    <release version="22.08.0" date="2022-08-18"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/bn/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/bn/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/bn/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/bn/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,78 @@
+# ______________________________________________________________
+#
+# Preliminary translation for this file was done by "Anubadok",
+# A Free (as in Freedom) machine translator for Bengali (Bangla).
+# ______________________________________________________________
+#
+# Bangla translation of kio_zeroconf.
+# Copyright (C) 2006, Free Software Foundation, Inc.
+# Golam Mortuza Hossain <[email protected]>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2006-01-27 19:19+0530\n"
+"Last-Translator: Golam Mortuza Hossain <[email protected]>\n"
+"Language-Team: Bengali <[email protected]>\n"
+"Language: bn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "জিরো-কন্ফ ডিমন (mdnsd) চলছেনা।"
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "কে-ডি-ই জিরো-কন্ফ সমর্থন 
ব্যতীত তৈরী করা হয়েছে।"
+
+#~ msgid "Protocol name"
+#~ msgstr "প্রোটোকলের নাম"
+
+#~ msgid "Socket name"
+#~ msgstr "সকেটের নাম"
+
+#~ msgid "Requested service has been launched in separate window."
+#~ msgstr "আবেদনকৃত সার্ভিস আলাদা 
উইন্ডোতে চালু করা হয়েছে।"
+
+#~ msgid "invalid URL"
+#~ msgstr "অবৈধ ইউ.আর.এল"
+
+# FIXME
+#~ msgid "Unable to resolve service"
+#~ msgstr "সার্ভিস বিশ্লেষণ করতে অ
ক্ষম"
+
+#~ msgid "Invalid URL"
+#~ msgstr "অবৈধ ইউ.আর.এল"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/br/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/br/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/br/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/br/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,62 @@
+# KDE breton translation
+# Thierry Vignaud <[email protected]>, 2004-2005
+msgid ""
+msgstr ""
+"Project-Id-Version: kdenetwork/kio_zeroconf.po\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2004-09-20 15:44+0200\n"
+"Last-Translator: Thierry Vignaud <[email protected]>\n"
+"Language-Team: br <[email protected]>\n"
+"Language: br\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "N'eo ket bev an diaoul Zeroconf (mdnsd)."
+
+#: dnssd.cpp:164
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr ""
+
+#~ msgid "Protocol name"
+#~ msgstr "Anv ar c'homenad"
+
+#~ msgid "Socket name"
+#~ msgstr "Anv al lugell"
+
+#~ msgid "invalid URL"
+#~ msgstr "siek eo an URL"
+
+#~ msgid "Invalid URL"
+#~ msgstr "URL siek"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/cy/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/cy/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/cy/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/cy/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,60 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: all2.po\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2004-09-20 15:44+0200\n"
+"Last-Translator: Thierry Vignaud <[email protected]>\n"
+"Language-Team: cy <[email protected]>\n"
+"Language: cy\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr ""
+
+#: dnssd.cpp:164
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr ""
+
+#~ msgid "Protocol name"
+#~ msgstr "Enw protocol"
+
+#~ msgid "Socket name"
+#~ msgstr "Enw soced"
+
+#~ msgid "invalid URL"
+#~ msgstr "URL annilys"
+
+#~ msgid "Invalid URL"
+#~ msgstr "URL annilys"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/hne/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/hne/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/hne/kio5_zeroconf.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/hne/kio5_zeroconf.po    2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,71 @@
+# translation of kio_zeroconf.po to Hindi
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ravishankar Shrivastava <[email protected]>, 2007.
+# Ravishankar Shrivastava <[email protected]>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2009-02-26 22:18+0530\n"
+"Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
+"Language-Team: Hindi <[email protected]>\n"
+"Language: hne\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 0.2\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr "एफटीपी सर्वर्स"
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr "एनएफएस रिमोट डिरेक्टरी"
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "जीरोकान्फ डेमन 
(एमडीएनएसडी) चलत नइ हे."
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "केडीई जीरोकान्फ समर्थन के 
बिना बिल्ड कर दे गे हे."
+
+#~ msgid "Protocol name"
+#~ msgstr "प्रोटोकाल नाम"
+
+#~ msgid "Socket name"
+#~ msgstr "साकेट नाम"
+
+#~ msgid "Requested service has been launched in separate window."
+#~ msgstr "निवेदित सेवा ल अलग विंडो 
मं लांच कर दे गे हे."
+
+#~ msgid "invalid URL"
+#~ msgstr "अवैध यूआरएल"
+
+#~ msgid "Unable to resolve service"
+#~ msgstr "सेवा रीजाल्व करे मं अक्छम"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/hsb/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/hsb/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/hsb/kio5_zeroconf.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/hsb/kio5_zeroconf.po    2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,53 @@
+# translation of desktop_kdebase.po to Upper Sorbian
+# Prof. Dr. Eduard Werner <[email protected]>, 2003.
+# Eduard Werner <[email protected]>, 2005, 2008.
+# Bianka Å wejdźic <[email protected]>, 2005, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: desktop_kdebase\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2008-11-06 22:08+0100\n"
+"Last-Translator: Eduard Werner <[email protected]>\n"
+"Language-Team: en_US <[email protected]>\n"
+"Language: hsb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
+"%100==4 ? 2 : 3;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr ""
+
+#: dnssd.cpp:164
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/is/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/is/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/is/kio5_zeroconf.po     2022-11-01 
01:12:23.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/is/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -1,19 +1,19 @@
 # translation of kio_zeroconf.po to icelandic
 # Arnar Leosson <[email protected]>, 2005.
-# Sveinn í Felli <[email protected]>, 2009.
+# Sveinn í Felli <[email protected]>, 2009, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_zeroconf\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-09 00:45+0000\n"
-"PO-Revision-Date: 2009-01-07 11:30+0000\n"
-"Last-Translator: Sveinn í Felli\n"
-"Language-Team: icelandic <[email protected]>\n"
+"PO-Revision-Date: 2022-09-21 12:11+0000\n"
+"Last-Translator: Sveinn í Felli <[email protected]>\n"
+"Language-Team: Icelandic\n"
 "Language: is\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 21.12.3\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 "\n"
 "\n"
@@ -21,38 +21,37 @@
 #: dnssd.cpp:49
 #, kde-format
 msgid "FTP servers"
-msgstr "FTP þjónar"
+msgstr "FTP-þjónar"
 
 #: dnssd.cpp:50
 #, kde-format
 msgid "WebDav remote directory"
-msgstr "WebDav fjarlæg mappa"
+msgstr "Fjartengd WebDav-mappa"
 
 #: dnssd.cpp:51
 #, kde-format
 msgid "Remote disk (sftp)"
-msgstr "Fjarlægur diskur (sftp)"
+msgstr "Fjartengdur diskur (sftp)"
 
 #: dnssd.cpp:52
 #, kde-format
 msgid "Remote disk (fish)"
-msgstr "Fjarlægur diskur (fish)"
+msgstr "Fjartengdur diskur (fish)"
 
 #: dnssd.cpp:53
 #, kde-format
 msgid "NFS remote directory"
-msgstr "Fjarlæg NFS mappa"
+msgstr "Fjartengd NFS-mappa"
 
 #: dnssd.cpp:161
 #, kde-format
 msgid "The Zeroconf daemon (mdnsd) is not running."
-msgstr "Zeroconf púkinn (mdnsd) er ekki í gangi."
+msgstr "Zeroconf-miðlarinn (mdnsd) er ekki í gangi."
 
 #: dnssd.cpp:164
-#, fuzzy, kde-format
-#| msgid "KDE has been built without Zeroconf support."
+#, kde-format
 msgid "The KDNSSD library has been built without Zeroconf support."
-msgstr "KDE hefur verið sett upp án Zeroconf stuðnings."
+msgstr "KDNSSD-aðgerðasafnið hefur verið sett upp án Zeroconf-stuðnings."
 
 #~ msgid "Protocol name"
 #~ msgstr "Samskiptaregla"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/ka/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/ka/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/ka/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/ka/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,54 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the zeroconf-ioslave 
package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: zeroconf-ioslave\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2022-05-21 06:56+0200\n"
+"Last-Translator: Temuri Doghonadze <[email protected]>\n"
+"Language-Team: Georgian <[email protected]>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.0.1\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr "FTP სერვერები"
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr "WebDAV-ის დაშორებული 
საქაღალდე"
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr "დაშორებული დისკი (SFTP)"
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr "დაშორებული დისკი (FISH)"
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr "NFS-ის დაშორებული საქაღალდე"
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Zeroconf-ის დემონი (mdnsd) გაშვებული 
არაა."
+
+#: dnssd.cpp:164
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "KDNSSD ბიბლიოთეკა Zeroconf-ის მხარ
დაჭერის გარეშეა აგებული."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/mk/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/mk/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/mk/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/mk/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,73 @@
+# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# translation of kio_zeroconf.po to Macedonian
+# Bozidar Proevski <[email protected]>, 2005, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2006-04-26 14:51+0200\n"
+"Last-Translator: Bozidar Proevski <[email protected]>\n"
+"Language-Team: Macedonian <[email protected]>\n"
+"Language: mk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.10.2\n"
+"Plural-Forms: Plural-Forms: nplurals=3; plural=n%10==1 ? 0 : n%10==2 ? 1 : "
+"2;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Даемонот Zeroconf (mdnsd) не работи."
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "Ова KDE е изградено без поддршка за 
Zeroconf."
+
+#~ msgid "Protocol name"
+#~ msgstr "Име на протоколот"
+
+#~ msgid "Socket name"
+#~ msgstr "Име на приклучникот"
+
+#~ msgid "Requested service has been launched in separate window."
+#~ msgstr "Бараниот сервис беше стартуван во 
посебен прозорец."
+
+#~ msgid "invalid URL"
+#~ msgstr "Невалиден URL"
+
+#~ msgid "Unable to resolve service"
+#~ msgstr "Не можам да го разрешам сервисот"
+
+#~ msgid "Invalid URL"
+#~ msgstr "Невалиден URL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/ms/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/ms/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/ms/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/ms/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,70 @@
+# SOME DESCRIPTIVE TITLE.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2006-12-24 15:14+0800\n"
+"Last-Translator: Sharuzzaman Ahmat Raslan <[email protected]>\n"
+"Language-Team: Malay <[email protected]>\n"
+"Language: ms\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=1;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Daemon Zeroconf (mdnsd) tidak dilaksanakan."
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "KDE telah dibina tanpa sokongan Zeroconf."
+
+#~ msgid "Protocol name"
+#~ msgstr "Nama protokol"
+
+#~ msgid "Socket name"
+#~ msgstr "Nama soket"
+
+#~ msgid "Requested service has been launched in separate window."
+#~ msgstr "Servis diminta telah dilancarkan dalam tetingkap berasingan."
+
+#~ msgid "invalid URL"
+#~ msgstr "URL tidak sah"
+
+#~ msgid "Unable to resolve service"
+#~ msgstr "Tidak dapat menghurai servis"
+
+#~ msgid "Invalid URL"
+#~ msgstr "URL tidak sah"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/ne/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/ne/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/ne/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/ne/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,70 @@
+# translation of kio_zeroconf.po to Nepali
+# shyam krishna ball <[email protected]>, 2006.
+# Mahesh Subedi <[email protected]>, 2007.
+# Nabin Gautam <[email protected]>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2007-08-20 12:43+0545\n"
+"Last-Translator: Nabin Gautam <[email protected]>\n"
+"Language-Team: Nepali <[email protected]>\n"
+"Language: ne\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n !=1\n"
+"\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "जेरोकन्फ डेइमन (mdnsd) 
चलिरेहेको छैन ।"
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "केडीई जेरोकन्फ समर्थन 
बिना नै निर्माण भयो ।"
+
+#~ msgid "Protocol name"
+#~ msgstr "प्रोटोकल नाम"
+
+#~ msgid "Socket name"
+#~ msgstr "सकेट नाम"
+
+#~ msgid "Requested service has been launched in separate window."
+#~ msgstr "अनुरोध गरिएको सेवा अलग 
सञ्झ्यालमा सुरु गरिएको छ ।"
+
+#~ msgid "invalid URL"
+#~ msgstr "अवैध यूआरएल"
+
+#~ msgid "Unable to resolve service"
+#~ msgstr "सेवा पुन: समाधान गर्न अ
क्षम भयो"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/oc/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/oc/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/oc/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/oc/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,57 @@
+# translation of kio_zeroconf.po to Occitan (lengadocian)
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Yannig Marchegay (Kokoyaya) <[email protected]>, 2007, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2008-08-05 22:27+0200\n"
+"Last-Translator: Yannig Marchegay (Kokoyaya) <[email protected]>\n"
+"Language-Team: Occitan (lengadocian) <[email protected]>\n"
+"Language: oc\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr ""
+
+#: dnssd.cpp:164
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr ""
+
+#~ msgid "Protocol name"
+#~ msgstr "Nom del protocòl"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-zeroconf-22.08.3/po/sr@ijekavian/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/sr@ijekavian/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/sr@ijekavian/kio5_zeroconf.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/sr@ijekavian/kio5_zeroconf.po   2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,56 @@
+# Translation of kio5_zeroconf.po into Serbian.
+# Chusslove Illich <[email protected]>, 2005, 2009, 2017.
+# Slobodan Simic <[email protected]>, 2005, 2008, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio5_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
+"PO-Revision-Date: 2017-09-03 11:58+0200\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 0.3\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: dnssd.cpp:63
+#, kde-format
+msgid "FTP servers"
+msgstr "ФТП сервери"
+
+#: dnssd.cpp:64
+#, kde-format
+msgid "WebDav remote directory"
+msgstr "Удаљена вебДАВ фасцикла"
+
+#: dnssd.cpp:65
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr "Удаљени диск (СФТП)"
+
+#: dnssd.cpp:66
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr "Удаљени диск (ФИСХ)"
+
+#: dnssd.cpp:67
+#, kde-format
+msgid "NFS remote directory"
+msgstr "Удаљена НФС фасцикла"
+
+#: dnssd.cpp:169
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Демон зироконфа (mdnsd) није покренут."
+
+#: dnssd.cpp:174
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "Библиотека КДНССД је изграђена без 
подршке за зироконф."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-zeroconf-22.08.3/po/sr@ijekavianlatin/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/sr@ijekavianlatin/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/sr@ijekavianlatin/kio5_zeroconf.po      
1970-01-01 01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/sr@ijekavianlatin/kio5_zeroconf.po      
2022-11-30 01:34:46.000000000 +0100
@@ -0,0 +1,56 @@
+# Translation of kio5_zeroconf.po into Serbian.
+# Chusslove Illich <[email protected]>, 2005, 2009, 2017.
+# Slobodan Simic <[email protected]>, 2005, 2008, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio5_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
+"PO-Revision-Date: 2017-09-03 11:58+0200\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 0.3\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: dnssd.cpp:63
+#, kde-format
+msgid "FTP servers"
+msgstr "FTP serveri"
+
+#: dnssd.cpp:64
+#, kde-format
+msgid "WebDav remote directory"
+msgstr "Udaljena webDAV fascikla"
+
+#: dnssd.cpp:65
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr "Udaljeni disk (SFTP)"
+
+#: dnssd.cpp:66
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr "Udaljeni disk (FISH)"
+
+#: dnssd.cpp:67
+#, kde-format
+msgid "NFS remote directory"
+msgstr "Udaljena NFS fascikla"
+
+#: dnssd.cpp:169
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Demon ZeroConfa (mdnsd) nije pokrenut."
+
+#: dnssd.cpp:174
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "Biblioteka KDNSSD je izgrađena bez podrške za ZeroConf."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/sr@latin/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/sr@latin/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/sr@latin/kio5_zeroconf.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/sr@latin/kio5_zeroconf.po       2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,56 @@
+# Translation of kio5_zeroconf.po into Serbian.
+# Chusslove Illich <[email protected]>, 2005, 2009, 2017.
+# Slobodan Simic <[email protected]>, 2005, 2008, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio5_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:11+0200\n"
+"PO-Revision-Date: 2017-09-03 11:58+0200\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 0.3\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: dnssd.cpp:63
+#, kde-format
+msgid "FTP servers"
+msgstr "FTP serveri"
+
+#: dnssd.cpp:64
+#, kde-format
+msgid "WebDav remote directory"
+msgstr "Udaljena webDAV fascikla"
+
+#: dnssd.cpp:65
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr "Udaljeni disk (SFTP)"
+
+#: dnssd.cpp:66
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr "Udaljeni disk (FISH)"
+
+#: dnssd.cpp:67
+#, kde-format
+msgid "NFS remote directory"
+msgstr "Udaljena NFS fascikla"
+
+#: dnssd.cpp:169
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Demon ZeroConfa (mdnsd) nije pokrenut."
+
+#: dnssd.cpp:174
+#, kde-format
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "Biblioteka KDNSSD je izgrađena bez podrške za ZeroConf."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/th/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/th/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/th/kio5_zeroconf.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/th/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,60 @@
+# translation of kio_zeroconf.po to Thai
+#
+# Thanomsub Noppaburana <[email protected]>, 2005.
+# Thanomsub Noppaburana <[email protected]>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2008-04-25 11:00+0700\n"
+"Last-Translator: Thanomsub Noppaburana <[email protected]>\n"
+"Language-Team: Thai <[email protected]>\n"
+"Language: th\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LoKalize 0.2\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr "เซิร์ฟเวอร์บริการ FTP"
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr "ไดเรกทอรีปลายทางของ WebDav"
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr "ดิสก์เครือข่าย (แบบ sftp)"
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr "ดิสก์เครือข่าย (แบบ fish)"
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr "ไดเรกทอรีเครือข่ายแบบ NFS"
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "บริการ Zeroconf (mdnsd) 
ยังไม่ได้ทำงานอยู่"
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "KDE 
ถูกคอมไพล์มาโดยไม่รองรับ 
Zeroconf"
+
+#~ msgid "Protocol name"
+#~ msgstr "ชื่อโพรโตคอล"
+
+#~ msgid "Socket name"
+#~ msgstr "ชื่อซ็อกเก็ต"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/tr/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/tr/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/tr/kio5_zeroconf.po     2022-11-01 
01:12:23.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/tr/kio5_zeroconf.po     2022-11-30 
01:34:46.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdenetwork-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-09 00:45+0000\n"
-"PO-Revision-Date: 2022-04-09 12:04+0300\n"
+"PO-Revision-Date: 2022-11-01 12:50+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -19,7 +19,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 21.12.3\n"
+"X-Generator: Lokalize 22.08.2\n"
 
 #: dnssd.cpp:49
 #, kde-format
@@ -54,4 +54,4 @@
 #: dnssd.cpp:164
 #, kde-format
 msgid "The KDNSSD library has been built without Zeroconf support."
-msgstr "KDNSSD kütüphanesi, Zeroconf desteği olmadan derlenmiş."
+msgstr "KDNSSD kitaplığı, Zeroconf desteği olmadan derlenmiş."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/zh_CN/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/zh_CN/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/zh_CN/kio5_zeroconf.po  2022-11-01 
01:12:23.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/zh_CN/kio5_zeroconf.po  2022-11-30 
01:34:46.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-09 00:45+0000\n"
-"PO-Revision-Date: 2022-10-30 07:52\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-zeroconf-22.08.3/po/zh_HK/kio5_zeroconf.po 
new/kio-zeroconf-22.12.0/po/zh_HK/kio5_zeroconf.po
--- old/kio-zeroconf-22.08.3/po/zh_HK/kio5_zeroconf.po  1970-01-01 
01:00:00.000000000 +0100
+++ new/kio-zeroconf-22.12.0/po/zh_HK/kio5_zeroconf.po  2022-11-30 
01:34:46.000000000 +0100
@@ -0,0 +1,70 @@
+# Chinese (Hong Kong) Translation of kio_zeroconf
+# Walter Cheuk <[email protected]>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kio_zeroconf\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-07-09 00:45+0000\n"
+"PO-Revision-Date: 2006-01-04 08:46+0800\n"
+"Last-Translator: Walter Cheuk <[email protected]>\n"
+"Language-Team: Chinese (Hong Kong) <[email protected]>\n"
+"Language: zh_HK\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: dnssd.cpp:49
+#, kde-format
+msgid "FTP servers"
+msgstr ""
+
+#: dnssd.cpp:50
+#, kde-format
+msgid "WebDav remote directory"
+msgstr ""
+
+#: dnssd.cpp:51
+#, kde-format
+msgid "Remote disk (sftp)"
+msgstr ""
+
+#: dnssd.cpp:52
+#, kde-format
+msgid "Remote disk (fish)"
+msgstr ""
+
+#: dnssd.cpp:53
+#, kde-format
+msgid "NFS remote directory"
+msgstr ""
+
+#: dnssd.cpp:161
+#, kde-format
+msgid "The Zeroconf daemon (mdnsd) is not running."
+msgstr "Zeroconf 系統程式 (mdnsd) 未有啟動。"
+
+#: dnssd.cpp:164
+#, fuzzy, kde-format
+#| msgid "KDE has been built without Zeroconf support."
+msgid "The KDNSSD library has been built without Zeroconf support."
+msgstr "KDE 建立時未有包含 Zeroconf 支援。"
+
+#~ msgid "Protocol name"
+#~ msgstr "通訊協定名稱"
+
+#~ msgid "Socket name"
+#~ msgstr "插座(Socket)名稱"
+
+#~ msgid "Requested service has been launched in separate window."
+#~ msgstr "所需服務已在另一視窗啟動"
+
+#~ msgid "invalid URL"
+#~ msgstr "無效的 URL"
+
+#~ msgid "Unable to resolve service"
+#~ msgstr "無法解析服務"
+
+#~ msgid "Invalid URL"
+#~ msgstr "無效的 URL"

Reply via email to