Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2026-08-24 12:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio_audiocd (Old)
 and      /work/SRC/openSUSE:Factory/.kio_audiocd.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio_audiocd"

Mon Aug 24 12:03:07 2026 rev:174 rq:1372413 version:26.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2026-07-02 
22:06:27.482676659 +0200
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new.1258/kio_audiocd.changes        
2026-08-24 12:05:09.663148750 +0200
@@ -1,0 +2,25 @@
+Sun Aug 16 07:26:28 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.08.0/
+- No code change since 26.07.90
+
+-------------------------------------------------------------------
+Sat Aug  1 11:38:13 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.90
+  * New feature release
+- No code change since 26.07.80
+
+-------------------------------------------------------------------
+Sat Jul 18 11:10:48 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.80
+  * New feature release
+- Changes since 26.04.3:
+  * Install encoder plugins into subdirectory
+  * Use default DEFAULT_SEVERITY for logging
+
+-------------------------------------------------------------------

Old:
----
  audiocd-kio-26.04.3.tar.xz
  audiocd-kio-26.04.3.tar.xz.sig

New:
----
  audiocd-kio-26.08.0.tar.xz
  audiocd-kio-26.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kio_audiocd.spec ++++++
--- /var/tmp/diff_new_pack.xgsbmq/_old  2026-08-24 12:05:10.849190626 +0200
+++ /var/tmp/diff_new_pack.xgsbmq/_new  2026-08-24 12:05:10.851190697 +0200
@@ -17,12 +17,12 @@
 
 
 %define rname audiocd-kio
-%define kf6_version 6.19.0
+%define kf6_version 6.27.0
 %define qt6_version 6.9.0
 
 %bcond_without released
 Name:           kio_audiocd
-Version:        26.04.3
+Version:        26.08.0
 Release:        0
 Summary:        KDE I/O Slave for Audio CDs
 License:        GPL-2.0-or-later
@@ -85,7 +85,8 @@
 %{_kf6_debugdir}/kio_audiocd.renamecategories
 %{_kf6_libdir}/libaudiocdplugins.so.*
 %{_kf6_plugindir}/kf6/kio/audiocd.so
-%{_kf6_plugindir}/libaudiocd_encoder_*.so
+%dir %{_kf6_plugindir}/audiocd
+%{_kf6_plugindir}/audiocd/libaudiocd_encoder_*.so
 %{_kf6_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_audiocd.so
 %dir %{_kf6_sharedir}/konqsidebartng
 %dir %{_kf6_sharedir}/konqsidebartng/virtual_folders


++++++ audiocd-kio-26.04.3.tar.xz -> audiocd-kio-26.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/CMakeLists.txt 
new/audiocd-kio-26.08.0/CMakeLists.txt
--- old/audiocd-kio-26.04.3/CMakeLists.txt      2026-06-28 05:40:23.000000000 
+0200
+++ new/audiocd-kio-26.08.0/CMakeLists.txt      2026-08-12 05:53:00.000000000 
+0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 
 set (RELEASE_SERVICE_VERSION_MAJOR "26")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
@@ -94,7 +94,6 @@
     IDENTIFIER AUDIOCD_KIO_LOG
     CATEGORY_NAME kf.kio.workers.audiocd
     OLD_CATEGORY_NAMES kf5.kio.audiocd kf.kio.slaves.audiocd
-    DEFAULT_SEVERITY Warning
     DESCRIPTION "audiocd KIO worker"
     EXPORT AUDIOCD
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/data/audiocd.desktop 
new/audiocd-kio-26.08.0/data/audiocd.desktop
--- old/audiocd-kio-26.04.3/data/audiocd.desktop        2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/data/audiocd.desktop        2026-08-12 
05:53:00.000000000 +0200
@@ -24,6 +24,7 @@
 Name[ga]=Brabhsálaí Dlúthdhioscaí Fuaime
 Name[gl]=Navegador de CD de son
 Name[he]=דפדפן תקליטורי שמע
+Name[hr]=Preglednik audio CD-ova
 Name[hu]=Hang CD böngésző
 Name[ia]=Navigator de Audio CD
 Name[id]=Browser Audio CD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-26.04.3/data/org.kde.kio_audiocd.metainfo.xml 
new/audiocd-kio-26.08.0/data/org.kde.kio_audiocd.metainfo.xml
--- old/audiocd-kio-26.04.3/data/org.kde.kio_audiocd.metainfo.xml       
2026-06-28 05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/data/org.kde.kio_audiocd.metainfo.xml       
2026-08-12 05:53:00.000000000 +0200
@@ -46,6 +46,7 @@
   <name xml:lang="sl">KIO AudioCD</name>
   <name xml:lang="sv">KIO ljud-cd</name>
   <name xml:lang="tr">KIO AudioCD</name>
+  <name xml:lang="ug">KIO  ئۈن CD</name>
   <name xml:lang="uk">KIO AudioCD</name>
   <name xml:lang="zh-CN">KIO AudioCD</name>
   <name xml:lang="zh-TW">KIO AudioCD</name>
@@ -177,6 +178,7 @@
   </developer>
   <icon type="stock">media-optical-audio</icon>
   <releases>
+    <release version="5.1.26080" date="2026-08-20"/>
     <release version="5.1.26043" date="2026-07-02"/>
     <release version="5.1.26042" date="2026-06-04"/>
     <release version="5.1.26041" date="2026-05-07"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/data/solid_audiocd.desktop 
new/audiocd-kio-26.08.0/data/solid_audiocd.desktop
--- old/audiocd-kio-26.04.3/data/solid_audiocd.desktop  2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/data/solid_audiocd.desktop  2026-08-12 
05:53:00.000000000 +0200
@@ -41,6 +41,7 @@
 Name[sv]=Öppna ljud med filhanterare
 Name[ta]=கோப்பு மேலாளியில் ஒலிக்கோப்பை திற
 Name[tr]=Dosya Yöneticisi ile Ses Aç
+Name[ug]=ئاۋازنى ھۆججەت باشقۇرغۇچتا ئاچ
 Name[uk]=Відкрити звукові дані за допомогою менеджера файлів
 Name[zh_CN]=用文件管理器打开音频
 Name[zh_TW]=使用檔案管理員開啟音訊
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/kcmaudiocd/kcm_audiocd.json 
new/audiocd-kio-26.08.0/kcmaudiocd/kcm_audiocd.json
--- old/audiocd-kio-26.04.3/kcmaudiocd/kcm_audiocd.json 2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/kcmaudiocd/kcm_audiocd.json 2026-08-12 
05:53:00.000000000 +0200
@@ -40,6 +40,7 @@
         "Description[sl]": "Konfiguracija audiocd IO worker",
         "Description[sv]": "Inställning av I/O-arbetare för ljud-cd",
         "Description[tr]": "Ses CD’si Girdi–Çıktı İşçisi Yapılandırması",
+        "Description[ug]": "ئۈن CD كىرگۈزۈش چىقىرىش خىزمەت پىروگراممىسى 
سەپلىمىسى",
         "Description[uk]": "Налаштування обробника введення-виведення 
«Audiocd»",
         "Description[zh_CN]": "音频 CD IO 工作程序配置",
         "Description[zh_TW]": "音樂光碟 IO worker 設定",
@@ -66,6 +67,7 @@
         "Name[ga]": "Dlúthdhioscaí Fuaime",
         "Name[gl]": "CD de son",
         "Name[he]": "תקליטורי שמע",
+        "Name[hr]": "Audio CD-ovi",
         "Name[hu]": "Hang CD-k",
         "Name[ia]": "Audio CDs",
         "Name[id]": "Audio CD",
@@ -99,7 +101,7 @@
         "Name[sr]": "Аудио ЦД‑ови",
         "Name[sv]": "Ljud-cd",
         "Name[tr]": "Ses CD’leri",
-        "Name[ug]": "ئۈن CD لىرى",
+        "Name[ug]": "ئۈن CD",
         "Name[uk]": "Аудіо-КД",
         "Name[zh_CN]": "音频 CD",
         "Name[zh_TW]": "音樂光碟",
@@ -155,7 +157,7 @@
     "X-KDE-Keywords[sr]": "Audio CD,CD,Ogg,Vorbis,Encoding,CDDA,Bitrate,аудио 
ЦД,кодирање,проток,битски проток,ЦД,ОГГ,Ворбис,ЦДДА",
     "X-KDE-Keywords[sv]": "ljud-cd,cd,Ogg,Vorbis,kodning,CDDA,bithastighet",
     "X-KDE-Keywords[tr]": "Ses CDsi,CD,Ogg,Vorbis,Kodlama,CDDA,Bit oranı",
-    "X-KDE-Keywords[ug]": "ئۈن CD،CD،Ogg،Vorbis،كودلىنىش،CDDA،Bitrate",
+    "X-KDE-Keywords[ug]": "Audio 
CD,CD,Ogg,Vorbis,Encoding,CDDA,Bitrate,ئۈن,ئاۋاز,كودلىنىش,بىت نىسبىتى,نۇر 
دىسكا",
     "X-KDE-Keywords[uk]": "Audio 
CD,CD,Аудіо-КД,КД,Ogg,Vorbis,кодування,CDDA,частота,дискретизація",
     "X-KDE-Keywords[zh_CN]": "Audio CD,音频 
CD,CD,guangpan,bianma,malv,bitelv,光盘,Ogg,Vorbis,Encoding,编码,CDDA,Bitrate,码率,比特率",
     "X-KDE-Keywords[zh_TW]": "Audio CD,CD,Ogg,Vorbis,Encoding,CDDA,Bitrate",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/plugins/audiocdencoder.cpp 
new/audiocd-kio-26.08.0/plugins/audiocdencoder.cpp
--- old/audiocd-kio-26.04.3/plugins/audiocdencoder.cpp  2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/plugins/audiocdencoder.cpp  2026-08-12 
05:53:00.000000000 +0200
@@ -54,7 +54,7 @@
 
     const auto libraryPaths{QCoreApplication::libraryPaths()};
     for (const QString &path : libraryPaths) {
-        QDir dir(path);
+        QDir dir(path + QLatin1String("/audiocd"));
         if (!dir.exists()) {
             // qCDebug(AUDIOCD_KIO_LOG) << "Library path" << path << "does not 
exist";
             continue;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/plugins/flac/CMakeLists.txt 
new/audiocd-kio-26.08.0/plugins/flac/CMakeLists.txt
--- old/audiocd-kio-26.04.3/plugins/flac/CMakeLists.txt 2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/plugins/flac/CMakeLists.txt 2026-08-12 
05:53:00.000000000 +0200
@@ -22,7 +22,7 @@
     FLAC::FLAC
 )
 
-install(TARGETS audiocd_encoder_flac  DESTINATION ${KDE_INSTALL_PLUGINDIR})
+install(TARGETS audiocd_encoder_flac  DESTINATION 
${KDE_INSTALL_PLUGINDIR}/audiocd)
 
 install(FILES audiocd_flac_encoder.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/plugins/lame/CMakeLists.txt 
new/audiocd-kio-26.08.0/plugins/lame/CMakeLists.txt
--- old/audiocd-kio-26.04.3/plugins/lame/CMakeLists.txt 2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/plugins/lame/CMakeLists.txt 2026-08-12 
05:53:00.000000000 +0200
@@ -30,7 +30,7 @@
     KCddb6
 )
 
-install(TARGETS audiocd_encoder_lame  DESTINATION ${KDE_INSTALL_PLUGINDIR})
+install(TARGETS audiocd_encoder_lame  DESTINATION 
${KDE_INSTALL_PLUGINDIR}/audiocd)
 
 install(FILES audiocd_lame_encoder.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/plugins/opus/CMakeLists.txt 
new/audiocd-kio-26.08.0/plugins/opus/CMakeLists.txt
--- old/audiocd-kio-26.04.3/plugins/opus/CMakeLists.txt 2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/plugins/opus/CMakeLists.txt 2026-08-12 
05:53:00.000000000 +0200
@@ -22,6 +22,6 @@
     KCddb6
 )
 
-install(TARGETS audiocd_encoder_opus  DESTINATION ${KDE_INSTALL_PLUGINDIR})
+install(TARGETS audiocd_encoder_opus  DESTINATION 
${KDE_INSTALL_PLUGINDIR}/audiocd)
 
 install(FILES audiocd_opus_encoder.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/plugins/vorbis/CMakeLists.txt 
new/audiocd-kio-26.08.0/plugins/vorbis/CMakeLists.txt
--- old/audiocd-kio-26.04.3/plugins/vorbis/CMakeLists.txt       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/plugins/vorbis/CMakeLists.txt       2026-08-12 
05:53:00.000000000 +0200
@@ -17,7 +17,7 @@
     Qt::Widgets
     KCddb6
 )
-install(TARGETS audiocd_encoder_vorbis  DESTINATION ${KDE_INSTALL_PLUGINDIR})
+install(TARGETS audiocd_encoder_vorbis  DESTINATION 
${KDE_INSTALL_PLUGINDIR}/audiocd)
 
 install(FILES audiocd_vorbis_encoder.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/plugins/wav/CMakeLists.txt 
new/audiocd-kio-26.08.0/plugins/wav/CMakeLists.txt
--- old/audiocd-kio-26.04.3/plugins/wav/CMakeLists.txt  2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/plugins/wav/CMakeLists.txt  2026-08-12 
05:53:00.000000000 +0200
@@ -16,4 +16,4 @@
     audiocdplugins 
 )
 
-install(TARGETS audiocd_encoder_wav  DESTINATION ${KDE_INSTALL_PLUGINDIR})
+install(TARGETS audiocd_encoder_wav  DESTINATION 
${KDE_INSTALL_PLUGINDIR}/audiocd)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ar/kio_audiocd.po 
new/audiocd-kio-26.08.0/po/ar/kio_audiocd.po
--- old/audiocd-kio-26.04.3/po/ar/kio_audiocd.po        2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/ar/kio_audiocd.po        2026-08-12 
05:53:00.000000000 +0200
@@ -5,13 +5,13 @@
 # waleed fathalla <[email protected]>, 2004.
 # محمد سعد  Mohamed SAAD <[email protected]>, 2006.
 # Youssef Chahibi <[email protected]>, 2007.
-# zayed <[email protected]>, 2008, 2021.
+# SPDX-FileCopyrightText: 2008, 2021, 2026 zayed <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_audiocd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:51+0000\n"
-"PO-Revision-Date: 2021-12-11 22:40+0400\n"
+"PO-Revision-Date: 2026-08-10 18:05+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -20,6 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #: audiocd.cpp:119
 #, kde-format
@@ -57,8 +58,7 @@
 "Device does not have read permissions for this account.  Check the read "
 "permissions on the device."
 msgstr ""
-"الجهاز ليس لديه صلاحيات القراءة لهذا الحساب. تأكد من صلاحيات القراءة على "
-"الجهاز."
+"الجهاز ليس لديه أذون القراءة لهذا الحساب. تأكد من أذون القراءة على الجهاز."
 
 #: audiocd.cpp:910
 #, kde-format
@@ -66,8 +66,7 @@
 "Device does not have write permissions for this account.  Check the write "
 "permissions on the device."
 msgstr ""
-"الجهاز ليس لديه صلاحيات الكتابة لهذا الحساب. تأكد من صلاحيات الكتابة على "
-"الجهاز."
+"الجهاز ليس لديه أذون الكتابة لهذا الحساب. تأكد من أذون الكتابة على الجهاز."
 
 #: audiocd.cpp:916
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ca/audiocd_encoder_lame.po 
new/audiocd-kio-26.08.0/po/ca/audiocd_encoder_lame.po
--- old/audiocd-kio-26.04.3/po/ca/audiocd_encoder_lame.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/ca/audiocd_encoder_lame.po       2026-08-12 
05:53:00.000000000 +0200
@@ -595,3 +595,9 @@
 #, kde-format
 msgid "High"
 msgstr "Alta"
+
+#~ msgid "Constant bitrate"
+#~ msgstr "Taxa de bits constant"
+
+#~ msgid "Variable bitrate"
+#~ msgstr "Taxa de bits variable"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ca/kcmaudiocd.po 
new/audiocd-kio-26.08.0/po/ca/kcmaudiocd.po
--- old/audiocd-kio-26.04.3/po/ca/kcmaudiocd.po 2026-06-28 05:40:23.000000000 
+0200
+++ new/audiocd-kio-26.08.0/po/ca/kcmaudiocd.po 2026-08-12 05:53:00.000000000 
+0200
@@ -292,3 +292,46 @@
 #, kde-format
 msgid "%1 Encoder"
 msgstr "Codificador %1"
+
+#~ msgctxt "NAME OF TRANSLATORS"
+#~ msgid "Your names"
+#~ msgstr "Sebastià Pla i Sanz,Antoni Bella,Josep M. Ferrer"
+
+#~ msgctxt "EMAIL OF TRANSLATORS"
+#~ msgid "Your emails"
+#~ msgstr "[email protected],[email protected],[email protected]"
+
+#~ msgid "KDE Audio CD KIO Worker"
+#~ msgstr "Procés de treball KIO de CD d'àudio del KDE"
+
+#~ msgid "Benjamin C. Meyer"
+#~ msgstr "Benjamin C. Meyer"
+
+#~ msgid "Former Maintainer"
+#~ msgstr "Mantenidor anterior"
+
+#~ msgid "Carsten Duvenhorst"
+#~ msgstr "Carsten Duvenhorst"
+
+#~ msgid "Original Author"
+#~ msgstr "Autor original"
+
+#~ msgid ""
+#~ "<h1>Audio CDs</h1> The Audio CD KIO Worker enables you to easily create "
+#~ "wav, FLAC, MP3, Ogg Vorbis or Opus files from your audio CD-ROMs or DVDs. "
+#~ "The KIO worker is invoked by typing <i>\"audiocd:/\"</i> in Dolphin's "
+#~ "location bar. In this module, you can configure encoding, and device "
+#~ "settings. Note that FLAC, MP3, Ogg Vorbis, and Opus encoding are only "
+#~ "available if the corresponding libraries (libFLAC for FLAC and libvorbis "
+#~ "for Ogg) and utilities (lame for MP3 and opus-tools for Opus) are "
+#~ "installed in your system."
+#~ msgstr ""
+#~ "<h1>CD d'àudio</h1> El procés de treball KIO de CD d'àudio permet crear "
+#~ "fàcilment fitxers WAV, FLAC, MP3. Ogg Vorbis o Opus a partir dels vostres "
+#~ "CDROM o DVD. El procés de treball KIO s'invoca en teclejar "
+#~ "<i>«audiocd:/»</i> a la barra de localització del Dolphin. En aquest "
+#~ "mòdul podeu configurar la codificació, i l'arranjament dels dispositius. "
+#~ "Cal tenir present que la codificació FLAC, MP3, Ogg Vorbis i Opus només "
+#~ "estaran disponibles si les biblioteques («libFLAC» pels FLAC i "
+#~ "«libvorbis» pels Ogg) i utilitats («lame» pels MP3 i «opus-tools» pels "
+#~ "Opus) estan instal·lades en el sistema."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ca/kio_audiocd.po 
new/audiocd-kio-26.08.0/po/ca/kio_audiocd.po
--- old/audiocd-kio-26.04.3/po/ca/kio_audiocd.po        2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/ca/kio_audiocd.po        2026-08-12 
05:53:00.000000000 +0200
@@ -115,3 +115,17 @@
 #, kde-format
 msgid "Track %1"
 msgstr "Peça %1"
+
+#~ msgctxt "NAME OF TRANSLATORS"
+#~ msgid "Your names"
+#~ msgstr "Josep M. Ferrer,Albert Astals Cid"
+
+#~ msgctxt "EMAIL OF TRANSLATORS"
+#~ msgid "Your emails"
+#~ msgstr "[email protected],[email protected]"
+
+#~ msgid "Protocol name"
+#~ msgstr "Nom del protocol"
+
+#~ msgid "Socket name"
+#~ msgstr "Nom del sòcol"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/de/audiocd_encoder_lame.po 
new/audiocd-kio-26.08.0/po/de/audiocd_encoder_lame.po
--- old/audiocd-kio-26.04.3/po/de/audiocd_encoder_lame.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/de/audiocd_encoder_lame.po       2026-08-12 
05:53:00.000000000 +0200
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: 2004 Arnold Krille <[email protected]>
 # SPDX-FileCopyrightText: 2005 Stephan Johach <[email protected]>
-# SPDX-FileCopyrightText: 2006, 2007, 2008 Thomas Reitelbach 
<[email protected]>
-# SPDX-FileCopyrightText: 2007, 2008 Martin Ereth <[email protected]>
+# SPDX-FileCopyrightText: 2006-2008 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2007-2008 Martin Ereth <[email protected]>
 # SPDX-FileCopyrightText: 2009, 2019, 2021 Burkhard Lück <[email protected]>
 # SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]>
 # SPDX-FileCopyrightText: 2025 Alexander Becker 
<[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/de/audiocd_encoder_opus.po 
new/audiocd-kio-26.08.0/po/de/audiocd_encoder_opus.po
--- old/audiocd-kio-26.04.3/po/de/audiocd_encoder_opus.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/de/audiocd_encoder_opus.po       2026-08-12 
05:53:00.000000000 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the audiocd-kio package.
 # SPDX-FileCopyrightText: 2019 Frederik Schwarzer <[email protected]>
-# SPDX-FileCopyrightText: 2019, 2020, 2021 Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2019-2021 Burkhard Lück <[email protected]>
 # SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]>
 # SPDX-FileCopyrightText: 2025 Alexander Becker 
<[email protected]>
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/de/audiocd_encoder_vorbis.po 
new/audiocd-kio-26.08.0/po/de/audiocd_encoder_vorbis.po
--- old/audiocd-kio-26.04.3/po/de/audiocd_encoder_vorbis.po     2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/de/audiocd_encoder_vorbis.po     2026-08-12 
05:53:00.000000000 +0200
@@ -1,5 +1,5 @@
 # SPDX-FileCopyrightText: 2004 Arnold Krille <[email protected]>
-# SPDX-FileCopyrightText: 2006, 2007 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2006-2007 Thomas Reitelbach <[email protected]>
 # SPDX-FileCopyrightText: 2007 Martin Ereth <[email protected]>
 # SPDX-FileCopyrightText: 2011 Frederik Schwarzer <[email protected]>
 # SPDX-FileCopyrightText: 2011, 2019 Burkhard Lück <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-26.04.3/po/de/docs/kcontrol/kcmaudiocd/index.docbook 
new/audiocd-kio-26.08.0/po/de/docs/kcontrol/kcmaudiocd/index.docbook
--- old/audiocd-kio-26.04.3/po/de/docs/kcontrol/kcmaudiocd/index.docbook        
2026-06-28 05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/de/docs/kcontrol/kcmaudiocd/index.docbook        
2026-08-12 05:53:00.000000000 +0200
@@ -197,7 +197,7 @@
 
 <note>
 <para
->Die Karteikarte FLAC-Kodierer ist nur vorhanden, wenn das Ein-/Ausgabemodul 
Audiocd mit libFLAC kompiliert wurde.</para>
+>Die Karteikarte FLAC-Kodierer ist nur vorhanden, wenn das Ein-/Ausgabemodul 
für Audio-CDs mit libFLAC kompiliert wurde.</para>
 </note>
 
 <para
@@ -213,13 +213,13 @@
 <para
 >Die Komprimierungsstufe ist ein ganzzahliger Wert zwischen 0 und 8, der einen 
 >Kompromiss zwischen Dateigröße und der Geschwindigkeit der Komprimierung 
 >darstellt.</para>
 <para
->Die Einstellung der Komprimierungsstufe auf 0 ergibt die kürzeste 
Komprimierungszeit, erzeugt aber erzeugt aber eine vergleichsweise große 
Datei.</para>
+>Die Einstellung der Komprimierungsstufe auf 0 ergibt die kürzeste 
Komprimierungszeit, erzeugt aber eine vergleichsweise große Datei.</para>
 <para
 >Eine Komprimierungsstufe von 8 hingegen macht die Komprimierung recht 
 >langsam, erzeugt aber die kleinste Datei.</para>
 <para
 >FLAC ist per Definition ein verlustfreier Codec, daher ist die Audioqualität 
 >der Ausgabe unabhängig von der Komprimierungsstufe immer gleich.</para>
 <para
->Außerdem erhöhen Stufen über 5 die Komprimierungszeit drastisch, erzeugen 
aber eine nur eine geringfügig kleinere Datei und werden daher nicht 
empfohlen.</para>
+>Außerdem erhöhen Stufen über 5 die Komprimierungszeit drastisch, erzeugen 
aber nur eine geringfügig kleinere Datei und werden daher nicht 
empfohlen.</para>
 </listitem>
 </varlistentry>
 </variablelist>
@@ -258,7 +258,7 @@
 >MP3 oder MPEG Audio Layer III ist eine patentierte verlustbehaftete 
 >komprimierte Kodierung für digitales Audio.Trotz der Mängel ist sie ein 
 >gebräuchliches Format zum Speichern von digitalem Audio und wird von fast 
 >jedem tragbaren Mediengerät unterstützt.</para>
 
 <para
->Das Ein-/Ausgabemoduls für Audio-CDs verwendet den LAME-Kodierer, um 
<filename class="extension"
+>Das Ein-/Ausgabemodul für Audio-CDs verwendet den LAME-Kodierer, um <filename 
class="extension"
 >mp3</filename
 >-Dateien zu erzeugen. LAME gilt als der beste MP3-Kodierer, vor allem dank 
 >der engagierten Arbeit seiner Entwickler und des Open-Source-Lizenzmodells, 
 >das es dem Projekt ermöglichte, auf technische Ressourcen aus der ganzen Welt 
 >zurückzugreifen.</para>
 
@@ -338,7 +338,7 @@
 >Maximale Bitrate</guilabel
 > und <guilabel
 >Minimale Bitrate</guilabel
-> einstellen und wählen, und ob der <guilabel
+> einstellen und wählen, ob der <guilabel
 >Minimale Wert eine harte Grenze ist</guilabel
 >.</para>
 <para
@@ -454,10 +454,9 @@
 
 <note>
 <para
->Die Karteikarte Ogg-Vorbis-Kodierer ist nur vorhanden, wenn das 
Ein-/Ausgabemodul Audiocd mit <ulink url="https://xiph.org/vorbis/";
+>Die Karteikarte Ogg-Vorbis-Kodierer ist nur vorhanden, wenn das 
Ein-/Ausgabemodul für Audio-CDs mit <ulink url="https://xiph.org/vorbis/";
 >libvorbis</ulink
-> kompiliert wurde
->.</para>
+> kompiliert wurde.</para>
 </note>
 
 <para
@@ -483,7 +482,7 @@
 </listitem>
 <listitem>
 <para
->Als Alternative kann eine variable Bitrate benutzt werden. Sie können die 
<guilabel
+>Als Alternative kann eine variable Bitrate verwendet werden. Sie können die 
<guilabel
 >Durchschnittliche Bitrate</guilabel
 > (Voreinstellung) oder die <guilabel
 >Maximale Bitrate</guilabel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-26.04.3/po/de/docs/kioworker6/audiocd/index.docbook 
new/audiocd-kio-26.08.0/po/de/docs/kioworker6/audiocd/index.docbook
--- old/audiocd-kio-26.04.3/po/de/docs/kioworker6/audiocd/index.docbook 
2026-06-28 05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/de/docs/kioworker6/audiocd/index.docbook 
2026-08-12 05:53:00.000000000 +0200
@@ -55,21 +55,21 @@
 > ausgelesen werden. Dies garantiert eine perfekte Kopie der Audiodaten.</para>
 
 <para
->Um zu sehen, wie dieses Modul arbeitet, legen Sie eine Audio-<acronym
+>Um zu sehen, wie dieses Ein-/Ausgabemodul arbeitet, legen Sie eine 
Audio-<acronym
 >CD</acronym
-> in Ihr &CD-ROM;-Laufwerk ein und geben <userinput
+> in Ihr &CD-ROM;-Laufwerk ein und geben Sie <userinput
 >audiocd:/</userinput
 > im &konqueror; ein. Innerhalb weniger Sekunden sollten Sie eine Liste von 
 > Stücken und einige Ordner sehen.</para>
 
 <para
 >Auf Audio-<acronym
 >CD</acronym
->s gibt es eigentlich keine Ordner, aber das audiocd-Modul stellt diese 
nützliche Erweiterung bereit. Wenn Sie in diese Ordner schauen, werden Sie 
feststellen, dass sie alle die gleiche Anzahl Titel enthalten. Falls Sie mit 
dem Internet verbunden sind, werden in einigen Verzeichnissen sogar die 
Stück-Titel als Dateinamen angezeigt.</para>
+>s gibt es eigentlich keine Ordner, aber das Ein-/Ausgabemodul für Audio-CDs 
stellt diese nützliche Erweiterung aus Komfortgründen bereit. Wenn Sie in diese 
Ordner schauen, werden Sie feststellen, dass sie alle die gleiche Titelanzahl 
enthalten. Falls Sie mit dem Internet verbunden sind, werden in einigen 
Verzeichnissen sogar die Stück-Titel als Dateinamen angezeigt.</para>
 
 <para
 >Diese separaten Ordner existieren, damit Sie auswählen können, in welchem 
 >Format Sie die Stücke auf der <acronym
 >CD</acronym
-> anhören (oder kopieren) wollen.</para>
+> anhören (oder kopieren) möchten.</para>
 
 <para
 >Wenn Sie einen Titel aus dem Ordner <filename class="directory"
@@ -79,13 +79,13 @@
 > ausgelesen und in einer Datei gespeichert wird. Beachten Sie, dass Ogg 
 > Vorbis ein komprimiertes Format ist, sodass die gespeicherte Datei erheblich 
 > kleiner sein wird als eine von den Rohdaten kopierte.</para>
 
 <para
->Der Mechanismus dahinter ist recht einfach. Wenn das audiocd-Modul 
aufgefordert wird, einen Titel aus dem Ordner <filename class="directory"
+>Der Mechanismus dahinter ist recht einfach. Wenn das Ein-/Ausgabemodul für 
Audio-CDs aufgefordert wird, einen Titel aus dem Ordner <filename 
class="directory"
 >Ogg Vorbis</filename
-> zu erzeugen, liest es die digitalen Audiodaten von der <acronym
+> abzurufen, liest es die digitalen Audiodaten von der <acronym
 >CD</acronym
->. Während das Modul die Daten zur Speicherung in eine Datei ablegt, werden 
diese in das Format Ogg Vorbis umgewandelt (<acronym
+>. Während das Modul die Daten zur Zwischenspeicherung in einer Datei in Ihrem 
Benutzerordner ablegt, werden diese in das Format „Ogg Vorbis“ umgewandelt 
(<acronym
 >CD</acronym
->-Audio ist kein spezielles Format, es sind einfach binäre Daten).</para>
+>-Audio ist ein unkomprimiertes Format für Audio-Daten).</para>
 
 <para
 >Sie könnten auch versuchen, eine auf <literal role="extension"
@@ -122,7 +122,7 @@
 >=<parameter
 >/dev/sdc</parameter
 ></userinput
->. Normalerweise wird das Modul versuchen, ein <acronym
+>. Normalerweise wird das Ein-/Ausgabemodul versuchen, ein <acronym
 >CD</acronym
 >-Laufwerk mit einer eingelegten Audio-<acronym
 >CD</acronym
@@ -226,7 +226,7 @@
 <para
 >Beachten Sie, dass es einen Nachteil der Stufe 2 gibt: Das Auslesen kann sehr 
 >langsam sein, sodass das digitale Abspielen in Echtzeit möglicherweise nicht 
 >korrekt arbeitet. Falls Sie ein qualitativ hochwertiges <acronym
 >CD</acronym
->-Laufwerk besitzen (dabei gilt, dass teurer nicht notwendigerweise auch 
bessere Qualität bedeutet), werden Sie ein langsames Auslesen wahrscheinlich 
nicht erleben, aber ein schlechtes Laufwerk kann Tage brauchen (!), um die 
Audiodaten einer einzigen <acronym
+>-Laufwerk besitzen (dabei gilt, dass teurer nicht notwendigerweise auch 
bessere Qualität bedeutet), werden Sie ein langsames Auslesen wahrscheinlich 
nicht erleben, aber ein schlechtes Laufwerk kann Tage benötigen (!), um die 
Audiodaten einer einzigen <acronym
 >CD</acronym
 > auszulesen. </para>
 </listitem>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/de/kcmaudiocd.po 
new/audiocd-kio-26.08.0/po/de/kcmaudiocd.po
--- old/audiocd-kio-26.04.3/po/de/kcmaudiocd.po 2026-06-28 05:40:23.000000000 
+0200
+++ new/audiocd-kio-26.08.0/po/de/kcmaudiocd.po 2026-08-12 05:53:00.000000000 
+0200
@@ -1,12 +1,12 @@
 # SPDX-FileCopyrightText: 2002 Carsten Niehaus <[email protected]>
-# SPDX-FileCopyrightText: 2003, 2004, 2005 Arnold Krille <[email protected]>
 # SPDX-FileCopyrightText: 2003, 2005 Stephan Johach <[email protected]>
-# SPDX-FileCopyrightText: 2004, 2005 Arnold Krille 
<[email protected]>
-# SPDX-FileCopyrightText: 2005, 2006 Thomas Reitelbach <[email protected]>
+# SPDX-FileCopyrightText: 2003-2005 Arnold Krille <[email protected]>
+# SPDX-FileCopyrightText: 2004-2005 Arnold Krille 
<[email protected]>
+# SPDX-FileCopyrightText: 2005-2006 Thomas Reitelbach <[email protected]>
 # SPDX-FileCopyrightText: 2007 Martin Ereth <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010 Panagiotis Papadopoulos <[email protected]>
-# SPDX-FileCopyrightText: 2010, 2011, 2016, 2022 Frederik Schwarzer 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2010 Panagiotis Papadopoulos <[email protected]>
 # SPDX-FileCopyrightText: 2010, 2024 Johannes Obermayr 
<[email protected]>
+# SPDX-FileCopyrightText: 2010-2011, 2016, 2022 Frederik Schwarzer 
<[email protected]>
 # SPDX-FileCopyrightText: 2019 Burkhard Lück <[email protected]>
 msgid ""
 msgstr ""
@@ -266,7 +266,7 @@
 msgstr ""
 "Hiermit wird der Speicherort für die Dateien relativ zum Basisordner des "
 "Kodierers festgelegt. Dabei kann „/“ (Schrägstrich) für die Erstellung von "
-"Unterordnern verwendet werden (z. B. %{albumartist}/%{albumtitle})."
+"Unterordnern verwendet werden (z. B. %{albumartist}/%{albumtitle})."
 
 #. i18n: ectx: property (title), widget (QGroupBox, fileLocationGroupBox)
 #: audiocdconfig.ui:646
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/de/kio_audiocd.po 
new/audiocd-kio-26.08.0/po/de/kio_audiocd.po
--- old/audiocd-kio-26.04.3/po/de/kio_audiocd.po        2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/de/kio_audiocd.po        2026-08-12 
05:53:00.000000000 +0200
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2002 Carsten Niehaus <[email protected]>
-# SPDX-FileCopyrightText: 2003, 2004, 2005 Arnold Krille <[email protected]>
 # SPDX-FileCopyrightText: 2003, 2005 Stephan Johach <[email protected]>
+# SPDX-FileCopyrightText: 2003-2005 Arnold Krille <[email protected]>
 # SPDX-FileCopyrightText: 2004 <[email protected]>
 # SPDX-FileCopyrightText: 2004 Thomas Diehl <[email protected]>
 # SPDX-FileCopyrightText: 2005 Arnold Krille <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/lt/kcmaudiocd.po 
new/audiocd-kio-26.08.0/po/lt/kcmaudiocd.po
--- old/audiocd-kio-26.04.3/po/lt/kcmaudiocd.po 2026-06-28 05:40:23.000000000 
+0200
+++ new/audiocd-kio-26.08.0/po/lt/kcmaudiocd.po 2026-08-12 05:53:00.000000000 
+0200
@@ -198,7 +198,7 @@
 #: audiocdconfig.ui:418
 #, kde-format
 msgid "Input:"
-msgstr "Įvestis:"
+msgstr "Input:"
 
 #. i18n: ectx: property (text), widget (QLabel, outputLabel)
 #: audiocdconfig.ui:428
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_flac.po 
new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_flac.po
--- old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_flac.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_flac.po       2026-08-12 
05:53:00.000000000 +0200
@@ -1,5 +1,6 @@
 # Translation of audiocd_encoder_flac to Norwegian Nynorsk
 #
+# Karl Ove Hufthammer <[email protected]>, 2017, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_lame.po 
new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_lame.po
--- old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_lame.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_lame.po       2026-08-12 
05:53:00.000000000 +0200
@@ -1,5 +1,6 @@
 # Translation of audiocd_encoder_lame to Norwegian Nynorsk
 #
+# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2009, 2010, 2020, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: audiocd_encoder_lame\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_opus.po 
new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_opus.po
--- old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_opus.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_opus.po       2026-08-12 
05:53:00.000000000 +0200
@@ -1,5 +1,6 @@
 # Translation of audiocd_encoder_opus to Norwegian Nynorsk
 #
+# Karl Ove Hufthammer <[email protected]>, 2020, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: audiocd-kio\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_vorbis.po 
new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_vorbis.po
--- old/audiocd-kio-26.04.3/po/nn/audiocd_encoder_vorbis.po     2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/nn/audiocd_encoder_vorbis.po     2026-08-12 
05:53:00.000000000 +0200
@@ -1,5 +1,6 @@
 # Translation of audiocd_encoder_vorbis to Norwegian Nynorsk
 #
+# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2009, 2016, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: audiocd_encoder_vorbis\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/nn/kcmaudiocd.po 
new/audiocd-kio-26.08.0/po/nn/kcmaudiocd.po
--- old/audiocd-kio-26.04.3/po/nn/kcmaudiocd.po 2026-06-28 05:40:23.000000000 
+0200
+++ new/audiocd-kio-26.08.0/po/nn/kcmaudiocd.po 2026-08-12 05:53:00.000000000 
+0200
@@ -1,6 +1,7 @@
 # Translation of kcmaudiocd to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2002, 2003, 2004, 2005.
+# Karl Ove Hufthammer <[email protected]>, 2004, 2005, 2007, 2008, 2016, 2019, 
2020, 2022, 2024, 2026.
 # Eirik U. Birkeland <[email protected]>, 2008.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/sk/audiocd_encoder_lame.po 
new/audiocd-kio-26.08.0/po/sk/audiocd_encoder_lame.po
--- old/audiocd-kio-26.04.3/po/sk/audiocd_encoder_lame.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/sk/audiocd_encoder_lame.po       2026-08-12 
05:53:00.000000000 +0200
@@ -531,7 +531,7 @@
 #: encoderlameconfig.ui:787
 #, kde-format
 msgid "Audio channels:"
-msgstr "Zvukové kanály:"
+msgstr "Zvukové kanály"
 
 #. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_stereo)
 #: encoderlameconfig.ui:794
@@ -573,7 +573,7 @@
 #: encoderlameconfig.ui:821
 #, kde-format
 msgid "Quality:"
-msgstr "&Kvalita:"
+msgstr "Kvalita:"
 
 #. i18n: ectx: property (text), widget (QLabel, TextLabel3_2)
 #: encoderlameconfig.ui:830
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-26.04.3/po/tr/docs/kcontrol/kcmaudiocd/index.docbook 
new/audiocd-kio-26.08.0/po/tr/docs/kcontrol/kcmaudiocd/index.docbook
--- old/audiocd-kio-26.04.3/po/tr/docs/kcontrol/kcmaudiocd/index.docbook        
2026-06-28 05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/tr/docs/kcontrol/kcmaudiocd/index.docbook        
2026-08-12 05:53:00.000000000 +0200
@@ -30,7 +30,7 @@
 ><affiliation
 ><address
 ><email
->emir_sari@îcloud.com</email
+>[email protected]</email
 ></address
 ></affiliation
 ><contrib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/audiocd-kio-26.04.3/po/tr/docs/kioworker6/audiocd/index.docbook 
new/audiocd-kio-26.08.0/po/tr/docs/kioworker6/audiocd/index.docbook
--- old/audiocd-kio-26.04.3/po/tr/docs/kioworker6/audiocd/index.docbook 
2026-06-28 05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/tr/docs/kioworker6/audiocd/index.docbook 
2026-08-12 05:53:00.000000000 +0200
@@ -29,7 +29,7 @@
 ><affiliation
 ><address
 ><email
->emir_sari@îcloud.com</email
+>[email protected]</email
 ></address
 ></affiliation
 ><contrib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_flac.po 
new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_flac.po
--- old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_flac.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_flac.po       2026-08-12 
05:53:00.000000000 +0200
@@ -0,0 +1,31 @@
+# Uyghur translation for audiocd_encoder_flac.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the audiocd-kio package.
+# Abduqadir Abliz <[email protected]>, 2026., YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: audiocd-kio\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2025-11-17 11:51+0000\n"
+"PO-Revision-Date: 2026-05-28 17:07-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
+"Language-Team: Uyghur <[email protected]>\n"
+"Language: ug\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 3.9\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. i18n: ectx: label, entry (flac_compression_level), group (Flac)
+#: audiocd_flac_encoder.kcfg:9
+#, kde-format
+msgid "Flac compression level"
+msgstr "FLAC قىسىش دەرىجىسى"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#: encoderflacconfig.ui:17
+#, kde-format
+msgid "Flac Compression Level"
+msgstr "FLAC قىسىش دەرىجىسى"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_lame.po 
new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_lame.po
--- old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_lame.po       2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_lame.po       2026-08-12 
05:53:00.000000000 +0200
@@ -8,14 +8,15 @@
 "Project-Id-Version: audiocd_encoder_lame\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:51+0000\n"
-"PO-Revision-Date: 2013-09-08 07:05+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-05-28 17:07-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\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"
+"X-Generator: Poedit 3.9\n"
 
 #. i18n: ectx: label, entry (bitrate_constant), group (Lame)
 #: audiocd_lame_encoder.kcfg:11
@@ -493,17 +494,16 @@
 
 #. i18n: ectx: property (text), widget (QLabel, TextLabel4_2)
 #: encoderlameconfig.ui:620
-#, fuzzy, kde-format
-#| msgid "Bitrate:"
+#, kde-format
 msgid "Bi&trate:"
-msgstr "بىت تېزلىكى:"
+msgstr "بىت نىسبىتى(&T):"
 
 #. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_cbr_bitrate)
 #: encoderlameconfig.ui:633
 #, kde-format
 msgid "The higher the bitrate, the better the quality and the larger the file."
 msgstr ""
-"بىت نىسبىتى قانچە يۇقىرى بولسا سۈپىتى شۇنچە ياخشى ھەمدە ھۆججەتمۇ شۇنچەچوڭ "
+"بىت نىسبىتى قانچە يۇقىرى بولسا سۈپىتى شۇنچە ياخشى ھەمدە ھۆججەتمۇ شۇنچە چوڭ "
 "بولىدۇ."
 
 #. i18n: ectx: property (title), widget (QGroupBox, buttonGroup1)
@@ -520,23 +520,21 @@
 
 #. i18n: ectx: property (text), widget (QRadioButton, kcfg_bitrate_constant)
 #: encoderlameconfig.ui:770
-#, fuzzy, kde-format
-#| msgid "Constant Bitrate"
+#, kde-format
 msgid "Co&nstant"
-msgstr "تۇراقلىق بىت تېزلىكى"
+msgstr "مۇقىم(&N)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, kcfg_bitrate_variable)
 #: encoderlameconfig.ui:777
-#, fuzzy, kde-format
-#| msgid "Variable Bitrate"
+#, kde-format
 msgid "Variab&le"
-msgstr "ئۆزگىرىشچان بىت نىسبىتى"
+msgstr "ئۆزگەرگۈچى(&L)"
 
 #. i18n: ectx: property (text), widget (QLabel, garfsLabel)
 #: encoderlameconfig.ui:787
 #, kde-format
 msgid "Audio channels:"
-msgstr ""
+msgstr "ئۈن قانال:"
 
 #. i18n: ectx: property (whatsThis), widget (QComboBox, kcfg_stereo)
 #: encoderlameconfig.ui:794
@@ -546,21 +544,21 @@
 "channels. Note that choosing <i>\"Mono\"</i> reduces file size, but also "
 "kills the stereo signal."
 msgstr ""
-"بۇ تاللانما MP3 ھۆججەتنىڭ تاق ئاۋاز يولى ياكى قوش ئاۋاز يولىدا ئۈن ئېلىشنى "
-"تىزگىنلەيدۇ. دىققەت، <i>\"يەككە يوللۇق ئاۋاز\"</i> تاللانسا ھۆججەت سىغىمى "
-"كىچىكلەيدۇ ئەمما سىتېرېئولۇق ئاۋاز سىگنالى تۆۋەنلەيدۇ."
+"بۇ تاللانما MP3 ھۆججەتنىڭ يەككە ئاۋاز يولى ياكى قوش ئاۋاز يولىدا ئۈن ئېلىشنى "
+"تىزگىنلەيدۇ. دىققەت، <i>«يەككە يوللۇق ئاۋاز»</i> تاللانسا ھۆججەت سىغىمى "
+"كىچىكلەيدۇ ئەمما ئىستېرېئولۇق ئاۋاز سىگنالى تۆۋەنلەيدۇ."
 
 #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_stereo)
 #: encoderlameconfig.ui:798
 #, kde-format
 msgid "Stereo"
-msgstr "ستېرېئو"
+msgstr "ئىستېرېئو"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_stereo)
 #: encoderlameconfig.ui:803
 #, kde-format
 msgid "Joint Stereo"
-msgstr "بىرلەشمە سىتېرېئولۇق ئاۋاز"
+msgstr "بىرلەشمە ئىستېرېئولۇق ئاۋاز"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_stereo)
 #: encoderlameconfig.ui:808
@@ -576,10 +574,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, qualityLabel)
 #: encoderlameconfig.ui:821
-#, fuzzy, kde-format
-#| msgid "&Quality:"
+#, kde-format
 msgid "Quality:"
-msgstr "سۈپىتى(&Q):"
+msgstr "سۈپەت:"
 
 #. i18n: ectx: property (text), widget (QLabel, TextLabel3_2)
 #: encoderlameconfig.ui:830
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_opus.po 
new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_opus.po
--- old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_opus.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_opus.po       2026-08-12 
05:53:00.000000000 +0200
@@ -0,0 +1,254 @@
+# Uyghur translation for audiocd_encoder_opus.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the audiocd-kio package.
+# Abduqadir Abliz <[email protected]>, 2026., YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: audiocd-kio\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2025-11-17 11:51+0000\n"
+"PO-Revision-Date: 2026-05-28 17:08-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
+"Language-Team: Uyghur <[email protected]>\n"
+"Language: ug\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 3.9\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. i18n: ectx: label, entry (opus_enc_complexity), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:10
+#, kde-format
+msgid "Vorbis Encoding Complexity or Bitrate"
+msgstr ""
+
+#. i18n: ectx: label, entry (set_opus_cbr), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:15
+#, kde-format
+msgid "Constant bitrate specified"
+msgstr ""
+
+#. i18n: ectx: label, entry (set_opus_cvbr), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:19
+#, kde-format
+msgid "Constrained variable bitrate specified"
+msgstr ""
+
+#. i18n: ectx: label, entry (set_opus_vbr), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:23
+#, kde-format
+msgid "Average variable bitrate specified"
+msgstr ""
+
+#. i18n: ectx: label, entry (opus_comments), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:28
+#, kde-format
+msgid "Add Comments"
+msgstr "ئىزاھات قوش"
+
+#. i18n: ectx: label, entry (opus_complexity), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:32
+#, kde-format
+msgid "Complexity"
+msgstr ""
+
+#. i18n: ectx: label, entry (opus_cbr), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:39
+#, kde-format
+msgid "Constant bitrate"
+msgstr ""
+
+#. i18n: ectx: label, entry (opus_cvbr), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:46
+#, kde-format
+msgid "Constrained variable bitrate"
+msgstr ""
+
+#. i18n: ectx: label, entry (opus_vbr), group (Vorbis)
+#: audiocd_opus_encoder.kcfg:53
+#, kde-format
+msgid "Average variable bitrate"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, opus_enc_method)
+#: encoderopusconfig.ui:17
+#, kde-format
+msgid "&Encoding Method"
+msgstr "كودلاش ئۇسۇلى(&E)"
+
+#. i18n: ectx: property (text), widget (QRadioButton, kcfg_opus_enc_complexity)
+#: encoderopusconfig.ui:32
+#, kde-format
+msgid "Comp&lexity based"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QRadioButton, kcfg_opus_enc_bitrate)
+#: encoderopusconfig.ui:42
+#, kde-format
+msgid "Bi&trate based"
+msgstr "بىت نىسبىتى ئاساسىدا(&T)"
+
+#. i18n: ectx: property (title), widget (QGroupBox, opus_bitrate_settings)
+#: encoderopusconfig.ui:55
+#, kde-format
+msgid "Opus Bitrate Settings"
+msgstr ""
+
+#. i18n: ectx: property (currentText), widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (currentText), widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (currentText), widget (QComboBox, kcfg_opus_cvbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:67 encoderopusconfig.ui:104 encoderopusconfig.ui:172
+#: encoderopusconfig.ui:209 encoderopusconfig.ui:240 encoderopusconfig.ui:277
+#, kde-format
+msgid "96 kbps"
+msgstr "96 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:74 encoderopusconfig.ui:179 encoderopusconfig.ui:247
+#, kde-format
+msgid "6 kbps"
+msgstr ""
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:79 encoderopusconfig.ui:184 encoderopusconfig.ui:252
+#, kde-format
+msgid "12 kbps"
+msgstr ""
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:84 encoderopusconfig.ui:189 encoderopusconfig.ui:257
+#, kde-format
+msgid "24 kbps"
+msgstr ""
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:89 encoderopusconfig.ui:194 encoderopusconfig.ui:262
+#, kde-format
+msgid "48 kbps"
+msgstr "48 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:94 encoderopusconfig.ui:199 encoderopusconfig.ui:267
+#, kde-format
+msgid "64 kbps"
+msgstr "64 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:99 encoderopusconfig.ui:204 encoderopusconfig.ui:272
+#, kde-format
+msgid "80 kbps"
+msgstr "80 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:109 encoderopusconfig.ui:214 encoderopusconfig.ui:282
+#, kde-format
+msgid "128 kbps"
+msgstr "128 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:114 encoderopusconfig.ui:219 encoderopusconfig.ui:287
+#, kde-format
+msgid "160 kbps"
+msgstr "160 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:119 encoderopusconfig.ui:224 encoderopusconfig.ui:292
+#, kde-format
+msgid "192 kbps"
+msgstr "192 kbps"
+
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr)
+#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr)
+#: encoderopusconfig.ui:124 encoderopusconfig.ui:229 encoderopusconfig.ui:297
+#, kde-format
+msgid "256 kbps"
+msgstr "256 kbps"
+
+#. i18n: ectx: property (text), widget (QRadioButton, kcfg_set_opus_vbr)
+#: encoderopusconfig.ui:132
+#, kde-format
+msgid "Avera&ge variable bitrate:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QRadioButton, kcfg_set_opus_cbr)
+#: encoderopusconfig.ui:155
+#, kde-format
+msgid "Cons&tant bitrate:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QRadioButton, kcfg_set_opus_cvbr)
+#: encoderopusconfig.ui:162
+#, kde-format
+msgid "Co&nstrained variable bitrate:"
+msgstr ""
+
+#. i18n: ectx: property (whatsThis), widget (QGroupBox, 
opus_complexity_settings)
+#: encoderopusconfig.ui:321
+#, kde-format
+msgid ""
+"You can set the complexity of the encoded stream here. A higher value "
+"implies a higher complexity but encodes slower."
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, opus_complexity_settings)
+#: encoderopusconfig.ui:324
+#, kde-format
+msgid "Opus Co&mplexity Setting"
+msgstr ""
+
+#. i18n: ectx: property (whatsThis), widget (QSlider, complexitySlider)
+#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_opus_complexity)
+#: encoderopusconfig.ui:347 encoderopusconfig.ui:374
+#, kde-format
+msgid "Higher is better but slower"
+msgstr "قانچە يۇقىرى بولسا سۈپىتىمۇ يۇقىرى ئەمما كودلاش ئاستىراق"
+
+#. i18n: ectx: property (title), widget (QGroupBox, fileOptions)
+#: encoderopusconfig.ui:393
+#, kde-format
+msgid "Options"
+msgstr "تاللانما"
+
+#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_opus_comments)
+#: encoderopusconfig.ui:411
+#, kde-format
+msgid ""
+"Add a description of the song to the file header. This makes it easy for the "
+"user to get advanced song information shown by his media player. You can get "
+"this information automatically via the Internet. Look at the <i>\"CDDB "
+"Retrieval\"</i> control module for details."
+msgstr ""
+"ھۆججەت بېشىغا ناخشا چۈشەندۈرۈشىنى قوشىدۇ. بۇنداق بولغاندا ئىشلەتكۈچى چالغۇدا "
+"ناخشىنىڭ ئالىي ئۇچۇرىنى كۆرسىتىش تېخىمۇ قولايلىشىدۇ. سىز ئىنتېرنېتتىن بۇ "
+"ئۇچۇرغا ئاپتوماتىك ئېرىشەلەيسىز. <i>\"CDDB ئېرىشىش\"</i> تىزگىن بۆلىكىدىكى "
+"تەپسىلاتنى كۆرۈڭ."
+
+#. i18n: ectx: property (text), widget (QCheckBox, kcfg_opus_comments)
+#: encoderopusconfig.ui:414
+#, kde-format
+msgid "Add &track information"
+msgstr "ئاۋاز يولى ئۇچۇرىنى قوش(&T)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_vorbis.po 
new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_vorbis.po
--- old/audiocd-kio-26.04.3/po/ug/audiocd_encoder_vorbis.po     2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/ug/audiocd_encoder_vorbis.po     2026-08-12 
05:53:00.000000000 +0200
@@ -8,21 +8,21 @@
 "Project-Id-Version: audiocd_encoder_vorbis\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:51+0000\n"
-"PO-Revision-Date: 2013-09-08 07:05+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-05-28 17:08-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\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"
-"X-Generator: Poedit 1.5.7\n"
+"X-Generator: Poedit 3.9\n"
 
 #. i18n: ectx: label, entry (vorbis_enc_method), group (Vorbis)
 #: audiocd_vorbis_encoder.kcfg:10
 #, kde-format
 msgid "Vorbis Encoding Quality or Bitrate"
-msgstr "Vorbis Encoding Quality or Bitrate"
+msgstr "Vorbis كودلاش سۈپىتى ياكى بىت نىسبىتى"
 
 #. i18n: ectx: label, entry (set_vorbis_min_br), group (Vorbis)
 #: audiocd_vorbis_encoder.kcfg:15
@@ -77,17 +77,15 @@
 
 #. i18n: ectx: property (text), widget (QRadioButton, vorbis_enc_bitrate)
 #: encodervorbisconfig.ui:32
-#, fuzzy, kde-format
-#| msgid "Bitrate based"
+#, kde-format
 msgid "Bi&trate based"
-msgstr "بىت نىسبىتى ئاساس"
+msgstr "بىت نىسبىتى ئاساسىدا(&T)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, vorbis_enc_quality)
 #: encodervorbisconfig.ui:39
-#, fuzzy, kde-format
-#| msgid "Quality based"
+#, kde-format
 msgid "&Quality based"
-msgstr "سۈپەت ئاساس"
+msgstr "سۈپەت ئاساسىدا(&Q)"
 
 #. i18n: ectx: property (title), widget (QGroupBox, vorbis_bitrate_settings)
 #: encodervorbisconfig.ui:55
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ug/kcmaudiocd.po 
new/audiocd-kio-26.08.0/po/ug/kcmaudiocd.po
--- old/audiocd-kio-26.04.3/po/ug/kcmaudiocd.po 2026-06-28 05:40:23.000000000 
+0200
+++ new/audiocd-kio-26.08.0/po/ug/kcmaudiocd.po 2026-08-12 05:53:00.000000000 
+0200
@@ -8,14 +8,15 @@
 "Project-Id-Version: kcmaudiocd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2026-01-14 00:43+0000\n"
-"PO-Revision-Date: 2013-09-08 07:05+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-05-28 17:08-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\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"
+"X-Generator: Poedit 3.9\n"
 
 #. i18n: ectx: attribute (title), widget (QWidget, tabGeneral)
 #: audiocdconfig.ui:42
@@ -25,20 +26,16 @@
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, ec_enable_check)
 #: audiocdconfig.ui:56
-#, fuzzy, kde-format
-#| msgid ""
-#| "If you uncheck this option, the slave will not try to use error "
-#| "correction which can be useful for reading damaged CDs. However, this "
-#| "feature can be problematic in some cases, so you can switch it off here."
+#, kde-format
 msgid ""
 "If you uncheck this option, the KIO worker will not try to use error "
 "correction which can be useful for reading damaged CDs. However, this "
 "feature can be problematic in some cases, so you can switch it off here."
 msgstr ""
-"ئەگەر بۇ تاللانمىنى تاللىسىڭىز، ئارقا ئۇچ خاتانى تۈزىتىش ئىقتىدارىنى "
-"ئىشلەتمەيدۇ، بۇ ئىقتىدار بۇزۇلغان CD نى ئوقۇغاندا كېرەكلىك بولۇشى مۇمكىن. "
-"ئەمما ئۇنىڭدا بەزى ئەھۋاللاردا مەسىلە كۆرۈلۈشى مۇمكىن، شۇڭلاشقا بۇ جايدا "
-"ئۇينى تاقىسىڭىز بولىدۇ."
+"ئەگەر بۇ تاللانمىنى تاللىمىسىڭىز، خىزمەت پىروگراممىسى خاتانى تۈزىتىش "
+"ئىقتىدارىنى ئىشلەتمەيدۇ، بۇ ئىقتىدار بۇزۇلغان CD نى ئوقۇغاندا كېرەكلىك "
+"بولۇشى مۇمكىن. ئەمما ئۇنىڭدا بەزى ئەھۋاللاردا مەسىلە كۆرۈلۈشى مۇمكىن، "
+"شۇڭلاشقا بۇ جايدا ئۇنى تاقىسىڭىز بولىدۇ."
 
 #. i18n: ectx: property (text), widget (QCheckBox, ec_enable_check)
 #: audiocdconfig.ui:59
@@ -56,7 +53,7 @@
 #: audiocdconfig.ui:81
 #, kde-format
 msgid "Encoder Priority"
-msgstr "كودلىغۇچنىڭ مەرتىۋىسى"
+msgstr "كودلىغۇچ ئالدىنلىقى"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3)
 #: audiocdconfig.ui:146
@@ -68,7 +65,7 @@
 #: audiocdconfig.ui:159
 #, kde-format
 msgid "Normal"
-msgstr "نورمال"
+msgstr "ئادەتتىكى"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel2)
 #: audiocdconfig.ui:172
@@ -134,7 +131,7 @@
 #: audiocdconfig.ui:285 audiocdconfig.ui:565 audiocdconfig.ui:771
 #, kde-format
 msgid "Album Artist"
-msgstr "ئالبوم ئورۇنلىغۇچىسى"
+msgstr "ناخشا توپلىمى سەنئەتكارى"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel18)
 #. i18n: ectx: property (text), widget (QLabel, textLabel5)
@@ -142,7 +139,7 @@
 #: audiocdconfig.ui:295 audiocdconfig.ui:525 audiocdconfig.ui:711
 #, kde-format
 msgid "Album Title"
-msgstr "ئالبوم ماۋزۇسى"
+msgstr "ناخشا توپلىمى ماۋزۇسى"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel17)
 #. i18n: ectx: property (text), widget (QLabel, textLabel12)
@@ -193,27 +190,27 @@
 "Regular expression used on all file names. For example using selection \" \" "
 "and replace with \"_\" would replace all the spaces with underlines.\n"
 msgstr ""
-"ھەممە ھۆججەت ئاتىدا ئىشلەتكەن مۇنتىزىم ئىپادە. مەسىلەن\" \" تاللاشقا "
-"ئىشلىتىپ، ئۇنى \"_\" غا ئالماشتۇرىدۇ، بۇ ھەممە بوشلۇقنى ئاستى سىزىققا "
+"ھەممە ھۆججەت ئاتىدا ئىشلەتكەن مۇنتىزىم ئىپادە. مەسىلەن«» تاللاشقا ئىشلىتىپ، "
+"ئۇنى «_» غا ئالماشتۇرىدۇ، بۇ ھەممە بوشلۇقنى ئاستى سىزىققا "
 "ئالماشتۇرىدىغانلىقىنى بىلدۈرىدۇ.\n"
 
 #. i18n: ectx: property (text), widget (QLabel, inputlabel)
 #: audiocdconfig.ui:418
 #, kde-format
 msgid "Input:"
-msgstr "كىرگۈز:"
+msgstr "كىرگۈزۈش:"
 
 #. i18n: ectx: property (text), widget (QLabel, outputLabel)
 #: audiocdconfig.ui:428
 #, kde-format
 msgid "Output:"
-msgstr "چىقار:"
+msgstr "چىقىرىش:"
 
 #. i18n: ectx: property (text), widget (QLabel, exampleLabel)
 #: audiocdconfig.ui:458
 #, kde-format
 msgid "Example"
-msgstr "مىساللار"
+msgstr "مىسال"
 
 #. i18n: ectx: property (title), widget (QGroupBox, fileNameGroupBox)
 #: audiocdconfig.ui:474
@@ -270,16 +267,15 @@
 
 #. i18n: ectx: property (title), widget (QGroupBox, fileLocationGroupBox)
 #: audiocdconfig.ui:646
-#, fuzzy, kde-format
-#| msgid "Files Location"
+#, kde-format
 msgid "File &Location"
-msgstr "ھۆججەتلەرنىڭ ئورنى"
+msgstr "ھۆججەت ئورنى(&L)"
 
 #. i18n: ectx: property (text), widget (QCheckBox, fileLocationCheckBox)
 #: audiocdconfig.ui:664
 #, kde-format
 msgid "Use file location macros"
-msgstr ""
+msgstr "ھۆججەت ئورنى ماكرو ئىشلىتىدۇ"
 
 #. i18n: ectx: property (text), widget (QLineEdit, fileLocationLineEdit)
 #: audiocdconfig.ui:799
@@ -300,7 +296,6 @@
 #~ msgid "Your emails"
 #~ msgstr "[email protected],  [email protected]"
 
-#, fuzzy
 #~| msgid "KDE Audio CD IO Slave"
 #~ msgid "KDE Audio CD KIO Worker"
 #~ msgstr "KDE ئۈن CD كىرگۈزۈش چىقىرىش ئارقا ئۇچى"
@@ -314,7 +309,6 @@
 #~ msgid "Carsten Duvenhorst"
 #~ msgstr "Carsten Duvenhorst"
 
-#, fuzzy
 #~| msgid ""
 #~| "<h1>Audio CDs</h1> The Audio CD IO-Slave enables you to easily create "
 #~| "wav, MP3 or Ogg Vorbis files from your audio CD-ROMs or DVDs. The slave "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-26.04.3/po/ug/kio_audiocd.po 
new/audiocd-kio-26.08.0/po/ug/kio_audiocd.po
--- old/audiocd-kio-26.04.3/po/ug/kio_audiocd.po        2026-06-28 
05:40:23.000000000 +0200
+++ new/audiocd-kio-26.08.0/po/ug/kio_audiocd.po        2026-08-12 
05:53:00.000000000 +0200
@@ -8,14 +8,15 @@
 "Project-Id-Version: kio_audiocd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:51+0000\n"
-"PO-Revision-Date: 2013-09-08 07:05+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-05-28 17:09-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\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"
+"X-Generator: Poedit 3.9\n"
 
 #: audiocd.cpp:119
 #, kde-format
@@ -45,7 +46,7 @@
 #, kde-format
 msgctxt "The URL does not include a device name"
 msgid "Missing device specification"
-msgstr ""
+msgstr "ئۈسكۈنە بەلگىلىنىشى يوقاپ كەتتى"
 
 #: audiocd.cpp:906
 #, kde-format
@@ -53,7 +54,7 @@
 "Device does not have read permissions for this account.  Check the read "
 "permissions on the device."
 msgstr ""
-"بۇ ھېساباتنىڭ ئۈسكۈنىنى ئوقۇش ھوقۇقى يوق. بۇ ئۈسكۈنىنىڭ ئوقۇش ھوقۇقىنى "
+"بۇ ھېساباتنىڭ ئۈسكۈنىنى ئوقۇش ھوقۇقى يوق. بۇ ئۈسكۈنىنىڭ ئوقۇش ئىجازەتنى "
 "تەكشۈرۈڭ."
 
 #: audiocd.cpp:910
@@ -62,7 +63,7 @@
 "Device does not have write permissions for this account.  Check the write "
 "permissions on the device."
 msgstr ""
-"بۇ ھېساباتنىڭ ئۈسكۈنىگە يېزىش ھوقۇقى يوق. بۇ ئۈسكۈنىنىڭ يېزىش ھوقۇقىنى "
+"بۇ ھېساباتنىڭ ئۈسكۈنىگە يېزىش ھوقۇقى يوق. بۇ ئۈسكۈنىنىڭ يېزىش ئىجازەتنى "
 "تەكشۈرۈڭ."
 
 #: audiocd.cpp:916
@@ -91,13 +92,13 @@
 #, kde-format
 msgid "AudioCD: Disk damage detected on this track, risk of data corruption."
 msgstr ""
-"AudioCD: بۇ يولدىكى دىسكىنىڭ بۇزۇلغانلىقىنى بايقىدى، سانلىق-مەلۇماتنىڭ "
+"AudioCD: بۇ يولدىكى دىسكىنىڭ بۇزۇلغانلىقىنى بايقىدى، سانلىق مەلۇماتنىڭ "
 "بۇزۇلۇش خەتىرى بار."
 
 #: audiocd.cpp:1001
 #, kde-format
 msgid "Error reading audio data for %1 from the CD"
-msgstr "CD دىن %1 ئۈن سانلىق-مەلۇماتىنى ئوقۇۋاتقاندا خاتالىق كۆرۈلدى"
+msgstr "CD دىن %1 ئۈن سانلىق مەلۇماتىنى ئوقۇۋاتقاندا خاتالىق كۆرۈلدى"
 
 #: audiocd.cpp:1011 audiocd.cpp:1089
 #, kde-format

Reply via email to