Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2024-07-05 19:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and      /work/SRC/openSUSE:Factory/.akregator.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akregator"

Fri Jul  5 19:45:33 2024 rev:99 rq:1185459 version:24.05.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/akregator/akregator.changes      2024-06-14 
18:58:30.767797197 +0200
+++ /work/SRC/openSUSE:Factory/.akregator.new.2080/akregator.changes    
2024-07-05 19:50:43.445370223 +0200
@@ -1,0 +2,9 @@
+Tue Jul  2 13:53:33 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.05.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.2/
+- No code change since 24.05.1
+
+-------------------------------------------------------------------

Old:
----
  akregator-24.05.1.tar.xz
  akregator-24.05.1.tar.xz.sig

New:
----
  akregator-24.05.2.tar.xz
  akregator-24.05.2.tar.xz.sig

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

Other differences:
------------------
++++++ akregator.spec ++++++
--- /var/tmp/diff_new_pack.9IbxD2/_old  2024-07-05 19:50:43.993390398 +0200
+++ /var/tmp/diff_new_pack.9IbxD2/_new  2024-07-05 19:50:43.993390398 +0200
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.0.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.1.1
+%define kpim6_version 6.1.2
 
 %bcond_without released
 Name:           akregator
-Version:        24.05.1
+Version:        24.05.2
 Release:        0
 Summary:        RSS Feed Reader
 License:        GPL-2.0-or-later

++++++ akregator-24.05.1.tar.xz -> akregator-24.05.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/CMakeLists.txt 
new/akregator-24.05.2/CMakeLists.txt
--- old/akregator-24.05.1/CMakeLists.txt        2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/CMakeLists.txt        2024-06-30 05:01:06.000000000 
+0200
@@ -1,11 +1,11 @@
 # SPDX-License-Identifier: CC0-1.0
 # SPDX-FileCopyrightText: none
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.1.1")
+set(PIM_VERSION "6.1.2")
 project(akregator VERSION ${PIM_VERSION})
 
 set(KF_MIN_VERSION "6.0.0")
-set(RELEASE_SERVICE_VERSION "24.05.1")
+set(RELEASE_SERVICE_VERSION "24.05.2")
 set(QT_REQUIRED_VERSION "6.6.0")
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -46,11 +46,11 @@
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "6")
 
-set(KONTACTINTERFACE_LIB_VERSION "6.1.1")
-set(LIBGRANTLEETHEME_LIB_VERSION "6.1.1")
-set(LIBKDEPIM_LIB_VERSION "6.1.1")
-set(MESSAGELIB_LIB_VERSION "6.1.1")
-set(PIMCOMMON_LIB_VERSION "6.1.1")
+set(KONTACTINTERFACE_LIB_VERSION "6.1.2")
+set(LIBGRANTLEETHEME_LIB_VERSION "6.1.2")
+set(LIBKDEPIM_LIB_VERSION "6.1.2")
+set(MESSAGELIB_LIB_VERSION "6.1.2")
+set(PIMCOMMON_LIB_VERSION "6.1.2")
 
 find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test 
WebEngineWidgets PrintSupport)
 # Find KF6 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_advanced.json 
new/akregator-24.05.2/configuration/akregator_config_advanced.json
--- old/akregator-24.05.1/configuration/akregator_config_advanced.json  
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_advanced.json  
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Pokročilá nastavení čtečky kanálů",
         "Description[de]": "Erweiterte Einstellungen für den 
Nachrichtenbetrachter",
         "Description[el]": "Προηγμένες ρυθμίσεις 
αναγνώστη ροών",
-        "Description[en_GB]": "Advanced Feed Reader Settings",
         "Description[eo]": "Agordoj de Altnivela Fluolegilo",
         "Description[es]": "Configuración avanzada del lector de fuentes",
         "Description[eu]": "Jario-irakurlearen ezarpen aurreratuak",
@@ -52,7 +51,6 @@
         "Name[da]": "Avanceret",
         "Name[de]": "Erweitert",
         "Name[el]": "Προηγμένα",
-        "Name[en_GB]": "Advanced",
         "Name[eo]": "Pliaj",
         "Name[es]": "Avanzado",
         "Name[et]": "Muu",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_appearance.json 
new/akregator-24.05.2/configuration/akregator_config_appearance.json
--- old/akregator-24.05.1/configuration/akregator_config_appearance.json        
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_appearance.json        
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Nastavit vzhled čtečky kanálů",
         "Description[de]": "Erscheinungsbild des Nachrichtenbetrachters 
einrichten",
         "Description[el]": "Διαμόρφωση της εμφάνισης 
του αναγνώστη ροών",
-        "Description[en_GB]": "Configure the Feed Reader Appearance",
         "Description[eo]": "Agordi la Adreslibron",
         "Description[es]": "Configurar la apariencia del lector de fuentes",
         "Description[eu]": "Konfiguratu jario-irakurlearen itxura",
@@ -42,7 +41,6 @@
         "Description[zh_TW]": "設定訂閱來源閱讀器外觀",
         "Icon": "video-display",
         "Name": "Appearance",
-        "Name[af]": "Appearance",
         "Name[ar]": "المظهر",
         "Name[ast]": "Aspeutu",
         "Name[az]": "Xarici görünüş",
@@ -57,7 +55,6 @@
         "Name[da]": "Udseende",
         "Name[de]": "Erscheinungsbild",
         "Name[el]": "Εμφάνιση",
-        "Name[en_GB]": "Appearance",
         "Name[eo]": "Prezentado",
         "Name[es]": "Apariencia",
         "Name[et]": "Välimus",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_archive.json 
new/akregator-24.05.2/configuration/akregator_config_archive.json
--- old/akregator-24.05.1/configuration/akregator_config_archive.json   
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_archive.json   
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Nastavit archiv kanálů",
         "Description[de]": "Nachrichten-Archiv einrichten",
         "Description[el]": "Διαμόρφωση αρχειοθήκης 
ροών",
-        "Description[en_GB]": "Configure Feed Archive",
         "Description[eo]": "Agordi Fluarkivon",
         "Description[es]": "Configurar el archivo comprimido de fuentes",
         "Description[eu]": "Konfiguratu jarioen artxibatzea",
@@ -52,13 +51,11 @@
         "Name[da]": "Arkiv",
         "Name[de]": "Archiv",
         "Name[el]": "Αρχειοθήκη",
-        "Name[en_GB]": "Archive",
         "Name[eo]": "Arkivo",
         "Name[es]": "Archivo comprimido",
         "Name[et]": "Arhiveerimine",
         "Name[eu]": "Artxibatzea",
         "Name[fi]": "Arkisto",
-        "Name[fr]": "Archive",
         "Name[ga]": "Cartlann",
         "Name[gl]": "Arquivo",
         "Name[he]": "ארכיון",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_browser.json 
new/akregator-24.05.2/configuration/akregator_config_browser.json
--- old/akregator-24.05.1/configuration/akregator_config_browser.json   
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_browser.json   
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Nastavení komponenty interního prohlížeče",
         "Description[de]": "Interne Browser-Komponente einrichten",
         "Description[el]": "Διαμόρφωση εσωτερικού 
περιηγητή",
-        "Description[en_GB]": "Configure Internal Browser Component",
         "Description[eo]": "Agordi Internan Retumilkomponanton",
         "Description[es]": "Configurar el componente navegador interno",
         "Description[eu]": "Konfiguratu barneko arakatzaile osagaia",
@@ -49,10 +48,7 @@
         "Name[ca@valencia]": "Navegador",
         "Name[ca]": "Navegador",
         "Name[cs]": "Prohlížeč",
-        "Name[da]": "Browser",
-        "Name[de]": "Browser",
         "Name[el]": "Περιηγητής",
-        "Name[en_GB]": "Browser",
         "Name[eo]": "Retumilo",
         "Name[es]": "Navegador",
         "Name[et]": "Sirvija",
@@ -65,7 +61,6 @@
         "Name[hr]": "Preglednik",
         "Name[hu]": "Böngésző",
         "Name[ia]": "Navigator",
-        "Name[id]": "Browser",
         "Name[is]": "Vafri",
         "Name[it]": "Navigatore",
         "Name[ja]": "ブラウザ",
@@ -79,7 +74,6 @@
         "Name[mr]": "ब्राऊजर",
         "Name[nb]": "Nettleser",
         "Name[nds]": "Kieker",
-        "Name[nl]": "Browser",
         "Name[nn]": "Nettlesar",
         "Name[pa]": "ਬਰਾਊਜ਼ਰ",
         "Name[pl]": "Przeglądarka",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_general.json 
new/akregator-24.05.2/configuration/akregator_config_general.json
--- old/akregator-24.05.1/configuration/akregator_config_general.json   
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_general.json   
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Nastavit kanály",
         "Description[de]": "Nachrichtenquellen einrichten",
         "Description[el]": "Διαμόρφωση ροών",
-        "Description[en_GB]": "Configure Feeds",
         "Description[eo]": "Agordi Fluojn",
         "Description[es]": "Configurar fuentes",
         "Description[eu]": "Konfiguratu jarioak",
@@ -49,16 +48,12 @@
         "Name[bg]": "Общи",
         "Name[br]": "Pennañ",
         "Name[bs]": "Općenito",
-        "Name[ca@valencia]": "General",
-        "Name[ca]": "General",
         "Name[cs]": "Obecné",
         "Name[cy]": "Cyffredinol",
         "Name[da]": "Generelt",
         "Name[de]": "Allgemein",
         "Name[el]": "Γενικά",
-        "Name[en_GB]": "General",
         "Name[eo]": "Ĝenerala",
-        "Name[es]": "General",
         "Name[et]": "Üldine",
         "Name[eu]": "Orokorra",
         "Name[fa]": "عمومی",
@@ -69,7 +64,6 @@
         "Name[gl]": "Xeral",
         "Name[he]": "כללי",
         "Name[hu]": "Általános",
-        "Name[ia]": "General",
         "Name[id]": "Umum",
         "Name[is]": "Almennt",
         "Name[it]": "Generale",
@@ -93,7 +87,6 @@
         "Name[pl]": "Ogólne",
         "Name[pt]": "Geral",
         "Name[pt_BR]": "Geral",
-        "Name[ro]": "General",
         "Name[ru]": "Главное",
         "Name[se]": "Oppalaš",
         "Name[sk]": "Všeobecné",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_plugins.json 
new/akregator-24.05.2/configuration/akregator_config_plugins.json
--- old/akregator-24.05.1/configuration/akregator_config_plugins.json   
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_plugins.json   
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Nastavit zásuvné moduly",
         "Description[de]": "Module einrichten",
         "Description[el]": "Διαμόρφωση προσθέτων",
-        "Description[en_GB]": "Configure Plugins",
         "Description[eo]": "Agordi Kromprogramojn",
         "Description[es]": "Configurar complementos",
         "Description[eu]": "Konfiguratu pluginak",
@@ -55,7 +54,6 @@
         "Name[da]": "Plugin",
         "Name[de]": "Module",
         "Name[el]": "Πρόσθετα",
-        "Name[en_GB]": "Plugins",
         "Name[eo]": "Kromaĵoj",
         "Name[es]": "Complementos",
         "Name[et]": "Pluginad",
@@ -63,7 +61,6 @@
         "Name[fa]": "وصله‌ها",
         "Name[fi]": "Liitännäiset",
         "Name[fr]": "Modules externes",
-        "Name[fy]": "Plugins",
         "Name[ga]": "Breiseáin",
         "Name[gl]": "Complementos",
         "Name[he]": "תוספים",
@@ -91,7 +88,6 @@
         "Name[pa]": "ਪਲੱਗਇਨਾਂ",
         "Name[pl]": "Wtyczki",
         "Name[pt]": "'Plugins'",
-        "Name[pt_BR]": "Plugins",
         "Name[ro]": "Extensii",
         "Name[ru]": "Модули",
         "Name[se]": "Lassemoduvllat",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_security.json 
new/akregator-24.05.2/configuration/akregator_config_security.json
--- old/akregator-24.05.1/configuration/akregator_config_security.json  
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_security.json  
2024-06-30 05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Nastavit zabezpečení",
         "Description[de]": "Sicherheit einrichten",
         "Description[el]": "Διαμόρφωση ασφάλειας",
-        "Description[en_GB]": "Configure Security",
         "Description[eo]": "Agordi Sekurecon",
         "Description[es]": "Configurar la seguridad",
         "Description[eu]": "Konfiguratu segurtasuna",
@@ -56,7 +55,6 @@
         "Name[da]": "Sikkerhed",
         "Name[de]": "Sicherheit",
         "Name[el]": "Ασφάλεια",
-        "Name[en_GB]": "Security",
         "Name[eo]": "Sekureco",
         "Name[es]": "Seguridad",
         "Name[et]": "Turvalisus",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/configuration/akregator_config_userfeedback.json 
new/akregator-24.05.2/configuration/akregator_config_userfeedback.json
--- old/akregator-24.05.1/configuration/akregator_config_userfeedback.json      
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/configuration/akregator_config_userfeedback.json      
2024-06-30 05:01:06.000000000 +0200
@@ -11,7 +11,6 @@
         "Name[da]": "Brugerfeedback",
         "Name[de]": "Benutzer-Feedback",
         "Name[el]": "Σχολιασμός χρήστη",
-        "Name[en_GB]": "User Feedback",
         "Name[eo]": "Uzantokomentoj",
         "Name[es]": "Comentarios del usuario",
         "Name[et]": "Kasutaja tagasiside",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/kontactplugin/akregatorplugin.json 
new/akregator-24.05.2/kontactplugin/akregatorplugin.json
--- old/akregator-24.05.1/kontactplugin/akregatorplugin.json    2024-06-10 
05:36:08.000000000 +0200
+++ new/akregator-24.05.2/kontactplugin/akregatorplugin.json    2024-06-30 
05:01:06.000000000 +0200
@@ -9,7 +9,6 @@
         "Description[cs]": "Modul Akregatoru",
         "Description[de]": "Akregator-Modul",
         "Description[el]": "Πρόσθετο του Akregator",
-        "Description[en_GB]": "Akregator Plugin",
         "Description[eo]": "Akregator-Kromprogramo",
         "Description[es]": "Complemento de Akregator",
         "Description[eu]": "Akregator plugina",
@@ -53,10 +52,8 @@
         "Name[ca@valencia]": "Enllaços",
         "Name[ca]": "Enllaços",
         "Name[cs]": "Kanály",
-        "Name[da]": "Feeds",
         "Name[de]": "Nachrichten",
         "Name[el]": "Ροές",
-        "Name[en_GB]": "Feeds",
         "Name[eo]": "Fluoj",
         "Name[es]": "Fuentes",
         "Name[et]": "Uudistevood",
@@ -86,7 +83,6 @@
         "Name[nb]": "Kanaler",
         "Name[nds]": "Narichtenströöm",
         "Name[ne]": "फिड",
-        "Name[nl]": "Feeds",
         "Name[nn]": "Kjelder",
         "Name[pa]": "ਫੀਡ",
         "Name[pl]": "Kanały",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/po/ar/akregator.po 
new/akregator-24.05.2/po/ar/akregator.po
--- old/akregator-24.05.1/po/ar/akregator.po    2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/po/ar/akregator.po    2024-06-30 05:01:06.000000000 
+0200
@@ -19,6 +19,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 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/po/cs/akregator.po 
new/akregator-24.05.2/po/cs/akregator.po
--- old/akregator-24.05.1/po/cs/akregator.po    2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/po/cs/akregator.po    2024-06-30 05:01:06.000000000 
+0200
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020, 2023 Vít Pelčák <v...@pelcak.org>
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012, 2013.
-# Vit Pelcak <v...@pelcak.org>, 2021, 2022, 2023.
+# SPDX-FileCopyrightText: 2021, 2022, 2023, 2024 Vit Pelcak <v...@pelcak.org>
 #
 msgid ""
 msgstr ""
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 23.08.2\n"
+"X-Generator: Lokalize 24.05.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/po/eu/akregator.po 
new/akregator-24.05.2/po/eu/akregator.po
--- old/akregator-24.05.1/po/eu/akregator.po    2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/po/eu/akregator.po    2024-06-30 05:01:06.000000000 
+0200
@@ -1,38 +1,38 @@
 # Translation for akregator.po to Euskara/Basque (eu).
-# Copyright (C) 2005-2023 This file is copyright:
+# Copyright (C) 2005-2024 This file is copyright:
 # This file is distributed under the same license as the akregator package.
-# SPDX-FileCopyrightText: 2023 KDE euskaratzeko proiektuko arduraduna 
<xa...@ni.eus>
+# SPDX-FileCopyrightText: 2023, 2024 KDE euskaratzeko proiektuko arduraduna 
<xa...@ni.eus>
 #
 # Translators:
 # Ion Gaztañaga <ion_...@hotmail.com>, 2005.
 # Marcos  <mar...@euskalgnu.org>, 2005.
 # Ion Gaztañaga <igaztan...@gmail.com>, 2005.
 # marcos <mar...@euskalgnu.org>, 2006.
-# Iñigo Salvador Azurmendi <xa...@ni.eus>, 2020, 2021, 2022, 2023.
+# Iñigo Salvador Azurmendi <xa...@ni.eus>, 2020, 2021, 2022, 2023, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-24 02:56+0000\n"
-"PO-Revision-Date: 2023-10-03 07:39+0200\n"
+"PO-Revision-Date: 2024-06-29 14:08+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.1\n"
+"X-Generator: Lokalize 24.05.1\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Ion Gaztañaga, Marcos"
+msgstr "Iñigo Salvador Azurmend,Ion Gaztañaga, Marcos"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "igaztan...@gmail.com, mar...@euskalgnu.org"
+msgstr "xa...@ni.eus,igaztan...@gmail.com, mar...@euskalgnu.org"
 
 #: src/about/introduction_akregator.html:18
 msgid ""
@@ -1241,7 +1241,7 @@
 #, kde-format
 msgctxt "as in: mark as read"
 msgid "&Read"
-msgstr "&Irakurritakoa"
+msgstr "&Irakurrita"
 
 #: src/actions/actionmanagerimpl.cpp:371
 #, kde-format
@@ -1263,7 +1263,7 @@
 #, kde-format
 msgctxt "as in: mark as unread"
 msgid "&Unread"
-msgstr "Irakurri &gabea"
+msgstr "Irakurri &gabe"
 
 #: src/actions/actionmanagerimpl.cpp:387
 #, kde-format
@@ -1273,7 +1273,7 @@
 #: src/actions/actionmanagerimpl.cpp:393
 #, kde-format
 msgid "&Mark as Important"
-msgstr "&Markatu «Garrantzizkoa» gisa"
+msgstr "&Markatu Garrantzitsu gisa"
 
 #: src/actions/actionmanagerimpl.cpp:397
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/po/it/akregator.po 
new/akregator-24.05.2/po/it/akregator.po
--- old/akregator-24.05.1/po/it/akregator.po    2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/po/it/akregator.po    2024-06-30 05:01:06.000000000 
+0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.05.0\n"
+"X-Generator: Lokalize 24.05.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/po/pl/akregator.po 
new/akregator-24.05.2/po/pl/akregator.po
--- old/akregator-24.05.1/po/pl/akregator.po    2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/po/pl/akregator.po    2024-06-30 05:01:06.000000000 
+0200
@@ -12,7 +12,7 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-24 02:56+0000\n"
-"PO-Revision-Date: 2024-05-30 10:50+0200\n"
+"PO-Revision-Date: 2024-06-22 08:50+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -1160,7 +1160,7 @@
 #: src/actions/actionmanagerimpl.cpp:191
 #, kde-format
 msgid "&Import Feeds..."
-msgstr "&Importuj kanały RSS..."
+msgstr "Za&importuj kanały RSS..."
 
 #: src/actions/actionmanagerimpl.cpp:195
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-24.05.1/po/ta/akregator.po 
new/akregator-24.05.2/po/ta/akregator.po
--- old/akregator-24.05.1/po/ta/akregator.po    2024-06-10 05:36:08.000000000 
+0200
+++ new/akregator-24.05.2/po/ta/akregator.po    2024-06-30 05:01:06.000000000 
+0200
@@ -4,7 +4,7 @@
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-24 02:56+0000\n"
-"PO-Revision-Date: 2024-05-19 16:25+0530\n"
+"PO-Revision-Date: 2024-06-16 19:47+0530\n"
 "Last-Translator: Kishore G <kishor...@gmail.com>\n"
 "Language-Team: Tamil <kde-i18n-...@kde.org>\n"
 "Language: ta\n"
@@ -12,7 +12,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 24.02.2\n"
+"X-Generator: Lokalize 24.05.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -795,10 +795,9 @@
 
 #. i18n: ectx: whatsthis, entry, group (General)
 #: interfaces/akregator.kcfg:186
-#, fuzzy, kde-format
-#| msgid " (no unread articles)"
+#, kde-format
 msgid "Specifies if we show unread article in taskbar."
-msgstr " (படிக்காத கட்டுரைகள் 
இல்லை)"
+msgstr "படிக்காதவற்றின் 
எண்ணிக்கையை பணிப்பட்டையில் 
காட்ட வேண்டுமா."
 
 #. i18n: ectx: whatsthis, entry, group (Browser)
 #: interfaces/akregator.kcfg:203
@@ -1326,24 +1325,24 @@
 msgstr "கிளையின் நுனிக்கு செல்"
 
 #: src/actions/actionmanagerimpl.cpp:517
-#, fuzzy, kde-format
+#, kde-format
 msgid "Go Left in Tree"
-msgstr "தொடர் அடைவில் இடதுபுறம் 
செல்"
+msgstr "இடதுபுறத்திலுள்ள 
கிளைக்கு செல்"
 
 #: src/actions/actionmanagerimpl.cpp:522
-#, fuzzy, kde-format
+#, kde-format
 msgid "Go Right in Tree"
-msgstr "தொடர் அடைவில் 
வலதுபுறத்தில் செல்"
+msgstr "வலதுபுறலுள்ள கிளைக்கு 
செல்"
 
 #: src/actions/actionmanagerimpl.cpp:527
-#, fuzzy, kde-format
+#, kde-format
 msgid "Go Up in Tree"
-msgstr "தொடர் அடைவில் மேலே செல்"
+msgstr "கிளையில் மேலே செல்"
 
 #: src/actions/actionmanagerimpl.cpp:532
-#, fuzzy, kde-format
+#, kde-format
 msgid "Go Down in Tree"
-msgstr "தொடர் அடைவில் கீழே செல்"
+msgstr "கிளையில் கீழே செல்"
 
 #: src/actions/actionmanagerimpl.cpp:538
 #, kde-format
@@ -1482,7 +1481,7 @@
 msgstr "தொகுப்புகள்"
 
 #: src/akregator_part.cpp:89
-#, fuzzy, kde-format
+#, kde-format
 msgid "KDE Dot News"
 msgstr "கே.டீ.யீ. டாட் செய்திகள்"
 
@@ -1497,9 +1496,9 @@
 msgstr "கோள் கேடியி"
 
 #: src/akregator_part.cpp:104
-#, fuzzy, kde-format
+#, kde-format
 msgid "KDE Apps"
-msgstr "KDE Apps"
+msgstr ""
 
 #: src/akregator_part.cpp:110
 #, kde-format
@@ -1532,8 +1531,7 @@
 msgstr "%1 எனும் கோப்பை இறக்குமதி 
செய்ய முடியவில்லை (முறையான OPML 
இல்லை)"
 
 #: src/akregator_part.cpp:464 src/command/loadfeedlistcommand.cpp:71
-#, fuzzy, kde-format
-#| msgid "OPML Parsing Error"
+#, kde-format
 msgctxt "@title:window"
 msgid "OPML Parsing Error"
 msgstr "OPML இலக்கண பிழை"
@@ -1548,8 +1546,7 @@
 "எனும் சரிபாருங்கள்."
 
 #: src/akregator_part.cpp:469 src/command/loadfeedlistcommand.cpp:144
-#, fuzzy, kde-format
-#| msgid "Read Error"
+#, kde-format
 msgctxt "@title:window"
 msgid "Read Error"
 msgstr "படிக்கும்போது சிக்கல்"
@@ -1561,8 +1558,7 @@
 msgstr "அனுமதி மறுக்கப்பட்டது: 
கோப்பு %1க்கு எழுத 
முடியவில்லை"
 
 #: src/akregator_part.cpp:481
-#, fuzzy, kde-format
-#| msgid "Write Error"
+#, kde-format
 msgctxt "@title:window"
 msgid "Write Error"
 msgstr "எழுதுவதில் சிக்கல்"
@@ -1581,18 +1577,17 @@
 #: src/articlejobs.cpp:184
 #, kde-format
 msgid "The feed to be listed was already removed."
-msgstr ""
+msgstr "பட்டியலிடவிருந்த 
தொகுப்பு ஏற்கனவே 
நீக்கப்பட்டுள்ளது."
 
 #: src/articlelistview.cpp:156 src/subscription/subscriptionlistview.cpp:180
-#, fuzzy, kde-format
-#| msgid "Comments"
+#, kde-format
 msgid "Columns"
-msgstr "குறிப்புகள்"
+msgstr "நெடுவரிகள்"
 
 #: src/articlelistview.cpp:214
 #, kde-format
 msgid "No result found"
-msgstr ""
+msgstr "எதுவும் 
கண்டுபிடிக்கப்படவில்லை"
 
 #: src/articlelistview.cpp:375
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-24.05.1/src/data/org.kde.akregator.appdata.xml 
new/akregator-24.05.2/src/data/org.kde.akregator.appdata.xml
--- old/akregator-24.05.1/src/data/org.kde.akregator.appdata.xml        
2024-06-10 05:36:08.000000000 +0200
+++ new/akregator-24.05.2/src/data/org.kde.akregator.appdata.xml        
2024-06-30 05:01:06.000000000 +0200
@@ -196,6 +196,7 @@
     <binary>akregator</binary>
   </provides>
   <releases>
+    <release version="6.1.2" date="2024-07-04"/>
     <release version="6.1.1" date="2024-06-13"/>
     <release version="6.1.0" date="2024-05-23"/>
     <release version="6.0.2" date="2024-04-11"/>

Reply via email to