Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akregator for openSUSE:Factory checked in at 2023-06-09 20:35:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akregator (Old) and /work/SRC/openSUSE:Factory/.akregator.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akregator" Fri Jun 9 20:35:35 2023 rev:87 rq:1091460 version:23.04.2 Changes: -------- --- /work/SRC/openSUSE:Factory/akregator/akregator.changes 2023-05-12 20:33:04.776693417 +0200 +++ /work/SRC/openSUSE:Factory/.akregator.new.15902/akregator.changes 2023-06-09 20:35:40.297938851 +0200 @@ -1,0 +2,9 @@ +Tue Jun 6 20:00:28 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.2/ +- No code change since 23.04.1 + +------------------------------------------------------------------- Old: ---- akregator-23.04.1.tar.xz akregator-23.04.1.tar.xz.sig New: ---- akregator-23.04.2.tar.xz akregator-23.04.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akregator.spec ++++++ --- /var/tmp/diff_new_pack.Z2SglX/_old 2023-06-09 20:35:41.089943451 +0200 +++ /var/tmp/diff_new_pack.Z2SglX/_new 2023-06-09 20:35:41.093943474 +0200 @@ -19,7 +19,7 @@ %define kf5_version 5.99.0 %bcond_without released Name: akregator -Version: 23.04.1 +Version: 23.04.2 Release: 0 Summary: RSS Feed Reader License: GPL-2.0-or-later ++++++ akregator-23.04.1.tar.xz -> akregator-23.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/CMakeLists.txt new/akregator-23.04.2/CMakeLists.txt --- old/akregator-23.04.1/CMakeLists.txt 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/CMakeLists.txt 2023-06-06 05:27:10.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 "5.23.1") +set(PIM_VERSION "5.23.2") project(akregator VERSION ${PIM_VERSION}) set(KF_MIN_VERSION "5.103.0") -set(RELEASE_SERVICE_VERSION "23.04.1") +set(RELEASE_SERVICE_VERSION "23.04.2") find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -58,12 +58,12 @@ if (QT_MAJOR_VERSION STREQUAL "6") set(QT_REQUIRED_VERSION "6.4.0") endif() -set(KONTACTINTERFACE_LIB_VERSION "5.23.1") -set(KPIMTEXTEDIT_LIB_VERSION "5.23.1") -set(LIBGRANTLEETHEME_LIB_VERSION "5.23.1") -set(LIBKDEPIM_LIB_VERSION "5.23.1") -set(MESSAGELIB_LIB_VERSION "5.23.1") -set(PIMCOMMON_LIB_VERSION "5.23.1") +set(KONTACTINTERFACE_LIB_VERSION "5.23.2") +set(KPIMTEXTEDIT_LIB_VERSION "5.23.2") +set(LIBGRANTLEETHEME_LIB_VERSION "5.23.2") +set(LIBKDEPIM_LIB_VERSION "5.23.2") +set(MESSAGELIB_LIB_VERSION "5.23.2") +set(PIMCOMMON_LIB_VERSION "5.23.2") find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngineWidgets PrintSupport) # Find KF5 package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_advanced.json new/akregator-23.04.2/configuration/akregator_config_advanced.json --- old/akregator-23.04.1/configuration/akregator_config_advanced.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_advanced.json 2023-06-06 05:27:10.000000000 +0200 @@ -14,8 +14,10 @@ "Description[eu]": "Jario-irakurlearen ezarpen aurreratuak", "Description[fi]": "Syötteenlukijan lisäasetukset", "Description[fr]": "Configuration avancé du lecteur de flux", + "Description[gl]": "Configuración avanzada do lector de novas", "Description[hu]": "Speciális hÃrolvasó-beállÃtások", "Description[ia]": "Preferentias avantiate de lector de syndication", + "Description[id]": "Pengaturan Pembaca Feed Tingkat Lanjut", "Description[it]": "Impostazioni avanzate per il lettore di fonti", "Description[ka]": "á¡ááá®áááááá¡ áááá¢áá¡ ááááá®ááááá¡ ááááá¢ááááá ááá áááá¢á ááá", "Description[ko]": "ê³ ê¸ í¼ë 리ë ì¤ì ", @@ -54,6 +56,7 @@ "Name[gl]": "Avanzado", "Name[hu]": "Speciális", "Name[ia]": "Avantiate", + "Name[id]": "Tingkat Lanjut", "Name[it]": "Avanzate", "Name[ja]": "詳細", "Name[ka]": "ááááá¢áááá", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_appearance.json new/akregator-23.04.2/configuration/akregator_config_appearance.json --- old/akregator-23.04.1/configuration/akregator_config_appearance.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_appearance.json 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Konfiguratu jario-irakurlearen itxura", "Description[fi]": "Syötteenlukijan ulkoasuasetukset", "Description[fr]": "Configurer l'apparence du lecteur de flux", + "Description[gl]": "Configurar a aparencia do lector de novas", "Description[hu]": "A hÃrolvasó megjelenÃtésének beállÃtása", "Description[ia]": "Configura le apparentia de lector de syndication", + "Description[id]": "Atur Penampilan Pembaca Feed", "Description[it]": "Configura l'aspetto del lettore di fonti", "Description[ka]": "á¡ááá®áááááá¡ áááá¢áá¡ ááááá®ááááá¡ ááá ááááááá¡ ááá áááá", "Description[ko]": "í¼ë 리ë 모ì ì¤ì ", @@ -63,6 +65,7 @@ "Name[hr]": "Izgled", "Name[hu]": "Megjelenés", "Name[ia]": "Apparentia", + "Name[id]": "Penampilan", "Name[is]": "Ãtlit", "Name[it]": "Aspetto", "Name[ja]": "å¤è¦³", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_archive.json new/akregator-23.04.2/configuration/akregator_config_archive.json --- old/akregator-23.04.1/configuration/akregator_config_archive.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_archive.json 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Konfiguratu jarioen artxibatzea", "Description[fi]": "Syötearkiston asetukset", "Description[fr]": "Configurer les archives des flux", + "Description[gl]": "Configurar o arquivo de fontes de novas", "Description[hu]": "A hÃrarchÃvum beállÃtásai", "Description[ia]": "Configura archivo de syndication", + "Description[id]": "Atur Arsip Feed", "Description[it]": "Configura l'archivio delle fonti", "Description[ka]": "áááá¢áá¡ áá á¥áááá¡ ááá áááá", "Description[ko]": "í¼ë ì ì¥ì ì¤ì ", @@ -56,6 +58,7 @@ "Name[hr]": "Arhiva", "Name[hu]": "ArchÃvum", "Name[ia]": "Archivo", + "Name[id]": "Arsip", "Name[it]": "Archivio", "Name[ja]": "ã¢ã¼ã«ã¤ã", "Name[ka]": "áá á¥ááá", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_browser.json new/akregator-23.04.2/configuration/akregator_config_browser.json --- old/akregator-23.04.1/configuration/akregator_config_browser.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_browser.json 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Konfiguratu barneko arakatzaile osagaia", "Description[fi]": "Sisäisen selainosan asetukset", "Description[fr]": "Configurer le composant internet de navigation", + "Description[gl]": "Configurar o compoñente do navegador interno", "Description[hu]": "A belsÅ böngészÅkomponens beállÃtása", "Description[ia]": "Configura componente interne de navigator", + "Description[id]": "Atur Komponen Browser Internal", "Description[it]": "Configura il componente interno di navigazione", "Description[ka]": "áá áá£ááá áá¡ ááááááááá¢áá¡ ááá áááá", "Description[ko]": "ë´ì¥ íì기 êµ¬ì± ìì ì¤ì ", @@ -56,6 +58,7 @@ "Name[hr]": "Preglednik", "Name[hu]": "BöngészÅ", "Name[ia]": "Navigator", + "Name[id]": "Browser", "Name[it]": "Navigatore", "Name[ja]": "ãã©ã¦ã¶", "Name[ka]": "áá áá£ááá á", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_general.json new/akregator-23.04.2/configuration/akregator_config_general.json --- old/akregator-23.04.1/configuration/akregator_config_general.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_general.json 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Konfiguratu jarioak", "Description[fi]": "Syöteasetukset", "Description[fr]": "Configurer les flux", + "Description[gl]": "Configurar as fontes de novas", "Description[hu]": "CsatornabeállÃtások", "Description[ia]": "Configura syndicationes", + "Description[id]": "Atur Feed", "Description[it]": "Configura le fonti", "Description[ka]": "áááá¢áááá¡ ááá áááá", "Description[ko]": "í¼ë ì¤ì ", @@ -62,6 +64,7 @@ "Name[he]": "××××", "Name[hu]": "Ãltalános", "Name[ia]": "General", + "Name[id]": "Umum", "Name[is]": "Almennt", "Name[it]": "Generale", "Name[ja]": "å ¨è¬", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_plugins.json new/akregator-23.04.2/configuration/akregator_config_plugins.json --- old/akregator-23.04.1/configuration/akregator_config_plugins.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_plugins.json 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Konfiguratu pluginak", "Description[fi]": "Liitännäisasetukset", "Description[fr]": "Configurer les modules externes", + "Description[gl]": "Configurar os complementos", "Description[hu]": "BÅvÃtmények beállÃtása", "Description[ia]": "Configura Plug-ins", + "Description[id]": "Atur Plugin", "Description[it]": "Configura le estensioni", "Description[ka]": "ááááá¢áááááá¡ ááá áááá", "Description[ko]": "íë¬ê·¸ì¸ ì¤ì ", @@ -61,6 +63,7 @@ "Name[he]": "ת×ספ××", "Name[hu]": "BÅvÃtÅmodulok", "Name[ia]": "Plug-ins", + "Name[id]": "Plugin", "Name[is]": "Ãforrit", "Name[it]": "Estensioni", "Name[ja]": "ãã©ã°ã¤ã³", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_security.json new/akregator-23.04.2/configuration/akregator_config_security.json --- old/akregator-23.04.1/configuration/akregator_config_security.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_security.json 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Konfiguratu segurtasuna", "Description[fi]": "Tietoturva-asetukset", "Description[fr]": "Configuration de la sécurité", + "Description[gl]": "Configurar a seguranza", "Description[hu]": "Biztonsági beállÃtások", "Description[ia]": "Configura securitate", + "Description[id]": "Atur Keamanan", "Description[it]": "Configura la sicurezza", "Description[ka]": "á£á¡áá¤á áá®ááááá¡ ááá áááá", "Description[ko]": "ë³´ì ì¤ì ", @@ -58,8 +60,10 @@ "Name[fr]": "Sécurité", "Name[fy]": "Feiligens", "Name[ga]": "Slándáil", + "Name[gl]": "Seguranza", "Name[hu]": "Biztonság", "Name[ia]": "Securitate", + "Name[id]": "Keamanan", "Name[is]": "Ãryggi", "Name[it]": "Sicurezza", "Name[ja]": "ã»ãã¥ãªãã£", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/configuration/akregator_config_userfeedback.json new/akregator-23.04.2/configuration/akregator_config_userfeedback.json --- old/akregator-23.04.1/configuration/akregator_config_userfeedback.json 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/configuration/akregator_config_userfeedback.json 2023-06-06 05:27:10.000000000 +0200 @@ -18,8 +18,10 @@ "Name[eu]": "Erabiltzailearen erreakzioa", "Name[fi]": "Käyttäjäpalaute", "Name[fr]": "Retours des utilisateurs", + "Name[gl]": "Achegas de usuario", "Name[hu]": "Felhasználói visszajelzés", "Name[ia]": "Responsa del usator", + "Name[id]": "Umpan Balik Pengguna", "Name[it]": "Segnalazioni degli utenti", "Name[ka]": "áááá®áá ááááá¡ á£áá£áááá¨áá á", "Name[ko]": "ì¬ì©ì í¼ëë°±", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/kontactplugin/akregatorplugin.json.cmake new/akregator-23.04.2/kontactplugin/akregatorplugin.json.cmake --- old/akregator-23.04.1/kontactplugin/akregatorplugin.json.cmake 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/kontactplugin/akregatorplugin.json.cmake 2023-06-06 05:27:10.000000000 +0200 @@ -15,8 +15,10 @@ "Description[eu]": "Akregator plugina", "Description[fi]": "Akregator-liitännäinen", "Description[fr]": "Module externe pour Akregator", + "Description[gl]": "Complemento de Akregator", "Description[hu]": "Akregator bÅvÃtmény", "Description[ia]": "Plug-in Akregator", + "Description[id]": "Plugin Akregator", "Description[it]": "Estensione di Akregator", "Description[ka]": "Akregator -áá¡ ááááá¢ááá", "Description[ko]": "Akregator íë¬ê·¸ì¸", @@ -63,6 +65,7 @@ "Name[he]": "ער×צ××", "Name[hu]": "HÃrforrások", "Name[ia]": "Syndicationes", + "Name[id]": "Feed", "Name[is]": "Fréttastraumar", "Name[it]": "Fonti", "Name[ja]": "ãã£ã¼ã", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/po/fr/akregator.po new/akregator-23.04.2/po/fr/akregator.po --- old/akregator-23.04.1/po/fr/akregator.po 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/po/fr/akregator.po 2023-06-06 05:27:10.000000000 +0200 @@ -14,7 +14,7 @@ # xavier <xavier.besn...@neuf.fr>, 2013, 2014, 2020, 2021, 2022. # Vincent Pinon <vpi...@kde.org>, 2018. # Simon Depiets <sdepi...@gmail.com>, 2019, 2020. -# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023. +# Xavier BESNARD <xavier.besn...@neuf.fr>, 2023. msgid "" msgstr "" "Project-Id-Version: akregator\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/po/gl/akregator.po new/akregator-23.04.2/po/gl/akregator.po --- old/akregator-23.04.1/po/gl/akregator.po 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/po/gl/akregator.po 2023-06-06 05:27:10.000000000 +0200 @@ -3,14 +3,14 @@ # Xosé <xoseca...@gmail.com>, 2012, 2013. # Marce Villarino <mvillar...@kde-espana.es>, 2012, 2013, 2014. # Adrian Chaves Fernandez <adriyeticha...@gmail.com>, 2013, 2015, 2016, 2017. -# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020. +# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2020, 2023. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-09 00:47+0000\n" -"PO-Revision-Date: 2020-01-05 19:20+0100\n" +"PO-Revision-Date: 2023-06-05 12:46+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <proxe...@trasno.gal>\n" "Language: gl\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 19.08.3\n" +"X-Generator: Lokalize 23.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -38,17 +38,11 @@ "collects the content for you." msgstr "" "Os lectores de novas fornecen unha forma cómoda de explorar distintos tipos " -"de contidos, como novas, blogues, e outros contidos de sitios en Internet. " -"En vez de consultar manualmente todos os sitios en Internet para comprobar " -"se hai actualizacións, Akregator recolle o contido por vostede." +"de contidos, como novas, blogs, e outros contidos de sitios en Internet. En " +"vez de consultar manualmente todos os sitios en Internet para comprobar se " +"hai actualizacións, Akregator recolle o contido por vostede." #: src/about/introduction_akregator.html:19 -#, fuzzy -#| msgid "" -#| "For more information about using Akregator, check the <a href='https://" -#| "kontact.kde.org/components/akregator.html'>Akregator website</a>. If you " -#| "do not want to see this page anymore, <a href='config:/" -#| "disable_introduction'>click here</a>." msgid "" "For more information about using Akregator, check the <a href='https://" "kontact.kde.org/components/akregator/'>Akregator website</a>. If you do not " @@ -56,9 +50,9 @@ "here</a>." msgstr "" "Para máis información sobre como usar Akregator, revise o <a href='https://" -"kontact.kde.org/components/akregator.html'>sitio web de Akregator</a>. Se " -"non quere volver ver esta páxina, <a href='config:/" -"disable_introduction'>prema aquÃ</a>." +"kontact.kde.org/components/akregator/'>sitio web de Akregator</a>. Se non " +"quere volver ver esta páxina, <a href='config:/disable_introduction'>prema " +"aquÃ</a>." #: src/about/introduction_akregator.html:20 msgid "We hope that you will enjoy Akregator." @@ -113,6 +107,8 @@ "<b>Note:</b> For security reasons, external reference is blocked (See " "configure dialog)." msgstr "" +"<b>Nota:</b> Bloqueouse unha referencia externa por seguranza (consulte o " +"diálogo de configuración)." #: configuration/akregator_config_advanced.cpp:30 #, kde-format @@ -187,10 +183,9 @@ msgstr "Configurar os complementos" #: configuration/akregator_config_plugins.cpp:31 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2016-2021 Laurent Montel" -msgstr "© 2016-2019 Laurent Montel" +msgstr "© 2016-2021 Laurent Montel" #: configuration/akregator_config_plugins.cpp:33 #: configuration/akregator_config_security.cpp:35 @@ -200,22 +195,19 @@ msgstr "Laurent Montel" #: configuration/akregator_config_security.cpp:33 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2021 Laurent Montel" -msgstr "© 2016-2019 Laurent Montel" +msgstr "© 2021 Laurent Montel" #: configuration/akregator_config_userfeedback.cpp:32 -#, fuzzy, kde-format -#| msgid "Configure Feeds" +#, kde-format msgid "Configure User Feedback" -msgstr "Configurar as fontes de novas" +msgstr "Configurar as achegas de usuario" #: configuration/akregator_config_userfeedback.cpp:36 -#, fuzzy, kde-format -#| msgid "(c), 2016-2019 Laurent Montel" +#, kde-format msgid "(c), 2020-2021 Laurent Montel" -msgstr "© 2016-2019 Laurent Montel" +msgstr "© 2020-2021 Laurent Montel" #: configuration/akregatorconfigurepluginlistwidget.cpp:51 #, kde-format @@ -508,7 +500,7 @@ #: configuration/ui/settings_general.ui:57 #, kde-format msgid "Lock feeds in place" -msgstr "" +msgstr "Bloquear a posición das fontes" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AutoExpandFolders) #. i18n: ectx: whatsthis, entry, group (View) @@ -534,7 +526,7 @@ #: configuration/ui/settings_general.ui:84 #, kde-format msgid "Disable save as finished notification" -msgstr "" +msgstr "Desactivar a notificación de finalización de gardar como" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_UseIntervalFetch) #: configuration/ui/settings_general.ui:91 @@ -582,7 +574,7 @@ #: configuration/ui/settings_security.ui:17 #, kde-format msgid "Allow feed to load external references from internet." -msgstr "" +msgstr "Permitir á fonte cargar referencias externas de Internet" #: export/akregatorstorageexporter.cpp:284 #, kde-format @@ -599,13 +591,13 @@ #: interfaces/akregator.kcfg:21 #, kde-format msgid "Prevent feeds from being moved in the list" -msgstr "" +msgstr "Impedir que as fontes se movan na lista" #. i18n: ectx: whatsthis, entry, group (View) #: interfaces/akregator.kcfg:22 #, kde-format msgid "Locks feeds where they are" -msgstr "" +msgstr "Bloquea a posición das fontes" #. i18n: ectx: label, entry, group (View) #: interfaces/akregator.kcfg:26 @@ -1037,10 +1029,9 @@ msgstr "Un lector de fontes de novas para KDE" #: src/aboutdata.cpp:23 -#, fuzzy, kde-format -#| msgid "Copyright © 2004â2019 Akregator authors" +#, kde-format msgid "Copyright © 2004â%1 Akregator authors" -msgstr "© 2004â2019 Autores de Akregator" +msgstr "© 2004â%1 Persoas autoras de Akregator" #: src/aboutdata.cpp:27 #, kde-format @@ -1365,12 +1356,12 @@ #: src/actions/actionmanagerimpl.cpp:410 #, kde-format msgid "Move Node Left" -msgstr "Mover o nodo cara a esquerda" +msgstr "Mover o nodo cara á esquerda" #: src/actions/actionmanagerimpl.cpp:415 #, kde-format msgid "Move Node Right" -msgstr "Mover o nodo cara a dereita" +msgstr "Mover o nodo cara á dereita" #: src/actions/actionmanagerimpl.cpp:421 #, kde-format @@ -1430,12 +1421,12 @@ #: src/actions/actionmanagerimpl.cpp:516 #, kde-format msgid "Go Left in Tree" -msgstr "Ir cara a esquerda na árbore" +msgstr "Ir cara á esquerda na árbore" #: src/actions/actionmanagerimpl.cpp:521 #, kde-format msgid "Go Right in Tree" -msgstr "Ir cara a dereita na árbore" +msgstr "Ir cara á dereita na árbore" #: src/actions/actionmanagerimpl.cpp:526 #, kde-format @@ -1455,7 +1446,7 @@ #: src/actions/actionmanagerimpl.cpp:543 #, kde-format msgid "Lock Feeds In Place" -msgstr "" +msgstr "Bloquear a posición das fontes" #: src/actions/actionmanagerimpl.cpp:549 #, kde-format @@ -1538,8 +1529,7 @@ msgstr "Abrir a ligazón nun &navegador externo" #: src/addfeeddialog.cpp:49 -#, fuzzy, kde-format -#| msgid "Add Feed" +#, kde-format msgctxt "@title:window" msgid "Add Feed" msgstr "Engadir unha fonte" @@ -1577,7 +1567,7 @@ #: src/akregator_options.h:30 #, kde-format msgid "Lists the available options for user feedback" -msgstr "" +msgstr "Lista todas as opcións dispoñÃbeis de comentarios" #: src/akregator_part.cpp:83 #, kde-format @@ -1660,10 +1650,9 @@ "permisos." #: src/akregator_part.cpp:506 src/akregator_part.cpp:515 -#, fuzzy, kde-format -#| msgid "OPML Outlines (*.opml *.xml);;All Files (*)" +#, kde-format msgid "OPML Outlines (%1);;All Files (*)" -msgstr "Esquemas OPML (*.opml *.xml);;Todos os ficheiros (*)" +msgstr "Esquemas OPML (%1);;Todos os ficheiros (*)" #: src/akregator_part.cpp:649 #, kde-format @@ -1742,11 +1731,10 @@ msgstr "Akregator é un lector de fontes de novas de KDE." #: src/articleviewer-ng/webengine/articleviewerwebengine.cpp:186 -#, fuzzy, kde-format -#| msgid "&Save Link As..." +#, kde-format msgctxt "@title:window" msgid "Save As" -msgstr "&Gardar a ligazón comoâ¦" +msgstr "Gardar como" #: src/articleviewer-ng/webengine/articleviewerwebengine.cpp:375 #, kde-format @@ -1771,7 +1759,7 @@ #: src/articleviewer-ng/webengine/articleviewerwebengine.cpp:414 #, kde-format msgid "This web site is a malware, do you want to continue to show it?" -msgstr "Este sitio web é software malicioso, quere mostralo de todos xeitos?" +msgstr "Este sitio web é software malicioso, quere mostralo aÃnda asÃ?" #: src/articleviewer-ng/webengine/articleviewerwebengine.cpp:415 #, kde-format @@ -1795,8 +1783,7 @@ msgstr "O URL %1 non é válido." #: src/articleviewer-ng/webengine/articleviewerwebenginewidgetng.cpp:137 -#, fuzzy, kde-format -#| msgid "Print Document" +#, kde-format msgctxt "@title:window" msgid "Print Document" msgstr "Imprimir o documento" @@ -2021,11 +2008,10 @@ msgstr[1] "DÃas" #: src/feed/feedpropertiesdialog.cpp:60 src/feed/feedpropertiesdialog.cpp:112 -#, fuzzy, kde-format -#| msgid "Feed Properties" +#, kde-format msgctxt "@title:window" msgid "Feed Properties" -msgstr "Propiedades da fonte" +msgstr "1Propiedades da fonte" #: src/feed/feedpropertiesdialog.cpp:80 #, kde-format @@ -2048,8 +2034,7 @@ msgstr[1] " artigos" #: src/feed/feedpropertiesdialog.cpp:112 -#, fuzzy, kde-format -#| msgid "Properties of %1" +#, kde-format msgctxt "@title:window" msgid "Properties of %1" msgstr "Propiedades de %1" @@ -2154,38 +2139,36 @@ msgstr "Sobre" #: src/mainwidget.cpp:765 -#, fuzzy, kde-format -#| msgid "<qt>Are you sure you want to delete feed <b>%1</b>?</qt>" +#, kde-format msgid "" "<qt>Are you sure you want to mark <b>all articles in the feed</b> as read?</" "qt>" -msgstr "<qt>Seguro que quere eliminar a fonte de novas <b>%1</b>?</qt>" +msgstr "" +"<qt>Seguro que quere marcar <b>todos os artigos da fonte</b> como lidos?</qt>" #: src/mainwidget.cpp:766 -#, fuzzy, kde-format -#| msgid "&Mark Feed as Read" +#, kde-format msgid "Mark Feed as Read" -msgstr "&Marcar a fonte como lida" +msgstr "Marcar a fonte como lida" #: src/mainwidget.cpp:769 -#, fuzzy, kde-format -#| msgid "<qt>Are you sure you want to delete feed <b>%1</b>?</qt>" +#, kde-format msgid "<qt>Are you sure you want to mark <b>all feeds</b> as read?</qt>" -msgstr "<qt>Seguro que quere eliminar a fonte de novas <b>%1</b>?</qt>" +msgstr "<qt>Seguro que quere marcar <b>todas as fontes</b> como lidas?</qt>" #: src/mainwidget.cpp:771 -#, fuzzy, kde-format -#| msgid "<qt>Are you sure you want to delete this feed?</qt>" +#, kde-format msgid "" "<qt>Are you sure you want to mark <b>all feeds in the folder</b> as read?</" "qt>" -msgstr "<qt>Seguro que quere eliminar esta fonte de novas?</qt>" +msgstr "" +"<qt>Seguro que quere marcar <b>todas as fontes do cartafol</b> como lidas?</" +"qt>" #: src/mainwidget.cpp:773 -#, fuzzy, kde-format -#| msgid "&Mark Feeds as Read" +#, kde-format msgid "Mark Feeds as Read" -msgstr "&Marcar as fontes como lidas" +msgstr "Marcar as fontes como lidas" #: src/mainwidget.cpp:837 src/mainwidget.cpp:846 src/mainwidget.cpp:1248 #, kde-format @@ -2221,11 +2204,12 @@ "<qt>This will hide the menu bar completely. You can show it again by typing " "%1.</qt>" msgstr "" +"<qt>Isto agocha a barra de menú. Para mostrala de novo, escriba %1.</qt>" #: src/mainwindow.cpp:124 #, kde-format msgid "Hide menu bar" -msgstr "" +msgstr "Agochar a barra de menú" #: src/mainwindow.cpp:153 #, kde-format @@ -2563,7 +2547,7 @@ #: src/widgets/searchbar.cpp:112 #, kde-format msgid "Search articles...<%1>" -msgstr "Buscar nos artigosâ¦<%1>" +msgstr "Buscar nos artigos⦠<%1>" #: src/widgets/statussearchline.cpp:42 #, kde-format @@ -2583,12 +2567,10 @@ msgstr "Novo" #: src/widgets/statussearchline.cpp:45 -#, fuzzy, kde-format -#| msgctxt "as in: mark as read" -#| msgid "&Read" +#, kde-format msgctxt "Read articles filter" msgid "Read" -msgstr "&Lido" +msgstr "Lido" #: src/widgets/statussearchline.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/po/ja/akregator.po new/akregator-23.04.2/po/ja/akregator.po --- old/akregator-23.04.1/po/ja/akregator.po 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/po/ja/akregator.po 2023-06-06 05:27:10.000000000 +0200 @@ -16,7 +16,7 @@ "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" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -150,7 +150,6 @@ msgid " article" msgid_plural " articles" msgstr[0] " ä»¶" -msgstr[1] " ä»¶" #: configuration/akregator_config_archive.cpp:34 #, kde-format @@ -158,7 +157,6 @@ msgid " day" msgid_plural " days" msgstr[0] " æ¥" -msgstr[1] " æ¥" #: configuration/akregator_config_archive.cpp:43 #, kde-format @@ -175,7 +173,6 @@ msgid " minute" msgid_plural " minutes" msgstr[0] " å" -msgstr[1] " å" #: configuration/akregator_config_general.cpp:38 #, kde-format @@ -229,7 +226,6 @@ msgid " second" msgid_plural " seconds" msgstr[0] " ç§" -msgstr[1] " ç§" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: configuration/ui/settings_advancedbase.ui:30 @@ -2023,21 +2019,18 @@ msgid "Minute" msgid_plural "Minutes" msgstr[0] "å" -msgstr[1] "å" #: src/feed/feedpropertiesdialog.cpp:46 src/feed/feedpropertiesdialog.cpp:78 #, kde-format msgid "Hour" msgid_plural "Hours" msgstr[0] "æé" -msgstr[1] "æé" #: src/feed/feedpropertiesdialog.cpp:47 src/feed/feedpropertiesdialog.cpp:79 #, kde-format msgid "Day" msgid_plural "Days" msgstr[0] "æ¥" -msgstr[1] "æ¥" #: src/feed/feedpropertiesdialog.cpp:60 src/feed/feedpropertiesdialog.cpp:112 #, fuzzy, kde-format @@ -2057,14 +2050,12 @@ msgid " day" msgid_plural " days" msgstr[0] " æ¥" -msgstr[1] " æ¥" #: src/feed/feedpropertiesdialog.cpp:82 #, kde-format msgid " article" msgid_plural " articles" msgstr[0] " ä»¶" -msgstr[1] " ä»¶" #: src/feed/feedpropertiesdialog.cpp:112 #, fuzzy, kde-format @@ -2089,8 +2080,7 @@ #, kde-format msgid " (1 unread article)" msgid_plural " (%1 unread articles)" -msgstr[0] " (1 ä»¶ã®æªèªè¨äº)" -msgstr[1] " (%1 ä»¶ã®æªèªè¨äº)" +msgstr[0] " (%1 ä»¶ã®æªèªè¨äº)" # dummy markup #: src/formatter/grantleeviewformatter.cpp:75 @@ -2233,8 +2223,7 @@ msgid "<qt>Are you sure you want to delete the selected article?</qt>" msgid_plural "" "<qt>Are you sure you want to delete the %1 selected articles?</qt>" -msgstr[0] "<qt>æ¬å½ã«é¸æããè¨äºãåé¤ãã¾ããï¼</qt>" -msgstr[1] "<qt>æ¬å½ã«é¸æãã %1 ä»¶ã®è¨äºãåé¤ãã¾ããï¼</qt>" +msgstr[0] "<qt>æ¬å½ã«é¸æãã %1 ä»¶ã®è¨äºãåé¤ãã¾ããï¼</qt>" #: src/mainwidget.cpp:1245 #, kde-format @@ -2285,7 +2274,6 @@ msgid "<i>and 1 other</i>" msgid_plural "<i>and %1 others</i>" msgstr[0] "" -msgstr[1] "" #: src/progressmanager.cpp:127 #, kde-format @@ -2417,8 +2405,7 @@ #, kde-format msgid "1 unread article" msgid_plural "%1 unread articles" -msgstr[0] "1 ä»¶ã®æªèªè¨äº" -msgstr[1] "%1 ä»¶ã®æªèªè¨äº" +msgstr[0] "%1 ä»¶ã®æªèªè¨äº" #. i18n: ectx: property (windowTitle), widget (QWidget, Akregator::AddFeedWidgetBase) #: src/ui/addfeedwidgetbase.ui:14 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/po/tr/akregator.po new/akregator-23.04.2/po/tr/akregator.po --- old/akregator-23.04.1/po/tr/akregator.po 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/po/tr/akregator.po 2023-06-06 05:27:10.000000000 +0200 @@ -20,7 +20,7 @@ "Project-Id-Version: kdepim-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-09 00:47+0000\n" -"PO-Revision-Date: 2023-03-14 19:15+0300\n" +"PO-Revision-Date: 2023-05-29 12:29+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" @@ -28,7 +28,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 22.12.3\n" +"X-Generator: Lokalize 23.04.1\n" "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n" #, kde-format @@ -882,7 +882,7 @@ #: interfaces/akregator.kcfg:176 #, kde-format msgid "Specifies if the balloon notifications are used or not." -msgstr "Balon hatırlatmaların kullanılıp kullanılmayacaÄını belirler." +msgstr "Balon bildirimlerin kullanılıp kullanılmayacaÄını belirler." #. i18n: ectx: label, entry, group (General) #: interfaces/akregator.kcfg:180 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/po/zh_CN/akregator.po new/akregator-23.04.2/po/zh_CN/akregator.po --- old/akregator-23.04.1/po/zh_CN/akregator.po 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/po/zh_CN/akregator.po 2023-06-06 05:27:10.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-09 00:47+0000\n" -"PO-Revision-Date: 2023-04-29 08:36\n" +"PO-Revision-Date: 2023-05-22 14:03\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/src/data/akregator.notifyrc new/akregator-23.04.2/src/data/akregator.notifyrc --- old/akregator-23.04.1/src/data/akregator.notifyrc 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/src/data/akregator.notifyrc 2023-06-06 05:27:10.000000000 +0200 @@ -27,6 +27,7 @@ Comment[he]=Akregator Comment[hu]=Akregator Comment[ia]=Akregator +Comment[id]=Akregator Comment[is]=Akregator Comment[it]=Akregator Comment[ja]=Akregator @@ -93,6 +94,7 @@ Name[he]=× ×סף ער××¥ Name[hu]=HÃrforrás felvéve Name[ia]=Syndication addite +Name[id]=Feed yang ditambahkan Name[is]=Straum bætt við Name[it]=Aggiunta fonte Name[ja]=ãã£ã¼ã追å @@ -154,6 +156,7 @@ Comment[he]=× ×סף ער××¥ ×Ö¾Akregator ×ר×××§ Comment[hu]=Egy hÃrforrást távolról felvettek az Akregatorba Comment[ia]=Un nove syndication esseva remotemente addite a Akregator +Comment[id]=Sebuah feed baru yang telah ditambahkan secara jarak jauh ke Akregator Comment[is]=Nýjum straum var bætt við Akregator Comment[it]=Una nuova fonte è stata aggiunta ad Akregator da remoto Comment[ja]=æ°ãããã£ã¼ãããªã¢ã¼ãã§ Akregator ã«è¿½å ããã¾ãã @@ -220,6 +223,7 @@ Name[he]=×××ר×× ××ש×× Name[hu]=HÃrek Name[ia]=Nove articulos +Name[id]=Artikel baru Name[is]=Nýjar greinar Name[it]=Nuovi articoli Name[ja]=æ°çè¨äº @@ -284,6 +288,7 @@ Comment[he]=××ר×× ×××ר×× × ×ספ×× Comment[hu]=Ãj hÃrek lettek letöltve Comment[ia]=Nove articulos esseva trovate +Comment[id]=Artikel baru yang diambil Comment[is]=Nýjar greinar voru sóttar Comment[it]=I nuovi articoli sono stati recuperati Comment[ja]=æ°ããè¨äºãåå¾ãã¾ãã diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/src/data/org.kde.akregator.appdata.xml new/akregator-23.04.2/src/data/org.kde.akregator.appdata.xml --- old/akregator-23.04.1/src/data/org.kde.akregator.appdata.xml 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/src/data/org.kde.akregator.appdata.xml 2023-06-06 05:27:10.000000000 +0200 @@ -219,10 +219,10 @@ <binary>akregator</binary> </provides> <releases> + <release version="5.23.2" date="2023-06-08"/> <release version="5.23.1" date="2023-05-11"/> <release version="5.23.0" date="2023-04-20"/> <release version="5.22.3" date="2023-03-02"/> - <release version="5.22.2" date="2023-02-02"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-23.04.1/src/data/org.kde.akregator.desktop new/akregator-23.04.2/src/data/org.kde.akregator.desktop --- old/akregator-23.04.1/src/data/org.kde.akregator.desktop 2023-05-06 10:55:12.000000000 +0200 +++ new/akregator-23.04.2/src/data/org.kde.akregator.desktop 2023-06-06 05:27:10.000000000 +0200 @@ -26,6 +26,7 @@ Name[he]=Akregator Name[hu]=Akregator Name[ia]=Akregator +Name[id]=Akregator Name[is]=Akregator Name[it]=Akregator Name[ja]=Akregator @@ -94,6 +95,7 @@ GenericName[gl]=Lector de novas GenericName[hu]=HÃrolvasó GenericName[ia]=Lector de syndication +GenericName[id]=Pembaca Feed GenericName[it]=Lettore di fonti GenericName[ja]=ãã£ã¼ããªã¼ãã¼ GenericName[ka]=áááá¢áá¡ ááááá®áááá @@ -150,6 +152,7 @@ Comment[gl]=Un lector de fontes de novas de KDE Comment[hu]=Egy KDE-s hÃrolvasó Comment[ia]=Un lector KDE de syndication de novas +Comment[id]=Sebuah Pembaca Feed Berita KDE Comment[it]=Lettore KDE di fonti di notizie Comment[ja]=KDE ãã¥ã¼ã¹ãã£ã¼ããªã¼ãã¼ Comment[ka]=KDE-áá¡ á¡ááá®áááááá¡ áááá¢áá¡ á¬ááááá®áá