Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwallet for openSUSE:Factory checked in at 2024-01-15 22:14:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwallet (Old) and /work/SRC/openSUSE:Factory/.kwallet.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwallet" Mon Jan 15 22:14:05 2024 rev:128 rq:1138946 version:5.114.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes 2023-12-17 21:32:39.338305530 +0100 +++ /work/SRC/openSUSE:Factory/.kwallet.new.21961/kwallet.changes 2024-01-15 22:16:13.276230783 +0100 @@ -1,0 +2,9 @@ +Sat Jan 13 11:22:02 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 5.114.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.114.0 +- No code change since 5.113.0 + +------------------------------------------------------------------- Old: ---- kwallet-5.113.0.tar.xz kwallet-5.113.0.tar.xz.sig New: ---- kwallet-5.114.0.tar.xz kwallet-5.114.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwallet.spec ++++++ --- /var/tmp/diff_new_pack.PZC0mO/_old 2024-01-15 22:16:13.784249343 +0100 +++ /var/tmp/diff_new_pack.PZC0mO/_new 2024-01-15 22:16:13.784249343 +0100 @@ -24,7 +24,7 @@ %define qt5_version 5.15.2 %bcond_without released Name: kwallet -Version: 5.113.0 +Version: 5.114.0 Release: 0 Summary: Safe desktop-wide storage for passwords License: LGPL-2.1-or-later ++++++ kwallet-5.113.0.tar.xz -> kwallet-5.114.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/.gitlab-ci.yml new/kwallet-5.114.0/.gitlab-ci.yml --- old/kwallet-5.113.0/.gitlab-ci.yml 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/.gitlab-ci.yml 2024-01-06 09:55:21.000000000 +0100 @@ -2,6 +2,8 @@ # SPDX-License-Identifier: CC0-1.0 include: - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/linux.yml + - /gitlab-templates/freebsd.yml + - /gitlab-templates/windows.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/CMakeLists.txt new/kwallet-5.114.0/CMakeLists.txt --- old/kwallet-5.113.0/CMakeLists.txt 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/CMakeLists.txt 2024-01-06 09:55:21.000000000 +0100 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.113.0") # handled by release scripts -set(KF_DEP_VERSION "5.113.0") # handled by release scripts +set(KF_VERSION "5.114.0") # handled by release scripts +set(KF_DEP_VERSION "5.114.0") # handled by release scripts project(KWallet VERSION ${KF_VERSION}) set(CMAKE_EXPORT_COMPILE_COMMANDS 1) include(FeatureSummary) -find_package(ECM 5.113.0 NO_MODULE) +find_package(ECM 5.114.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://invent.kde.org/frameworks/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/ca@valencia/kwalletd5.po new/kwallet-5.114.0/po/ca@valencia/kwalletd5.po --- old/kwallet-5.113.0/po/ca@valencia/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/ca@valencia/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -186,10 +186,10 @@ "RC <b>%2</b>\n" "SF <b>%3</b>. Please file a BUG report using this information to bugs.kde.org" msgstr "" -"No s'ha pogut sincronitzar la cartera <b>%1</b> al disc. Els codis d'error " -"són:\n" +"No s'ha pogut sincronitzar la cartera <b>%1</b> amb el disc. Els codis " +"d'error són:\n" "RC <b>%2</b>\n" -"SF <b>%3</b>. Empleneu un informe d'error a bugs.kde.org utilitzant esta " +"SF <b>%3</b>. Empleneu un informe d'error en bugs.kde.org utilitzant esta " "informació" #. i18n: ectx: property (text), widget (QPushButton, _allowOnce) @@ -599,8 +599,8 @@ "about KWallet and help you configure it for the first time." msgstr "" "Us donem la benvinguda a KWallet, el sistema de carteres de KDE. KWallet us " -"permet emmagatzemar les contrasenyes i altra informació personal al disc, en " -"un fitxer encriptat, impedint que altres puguen veure la informació. Este " +"permet emmagatzemar les contrasenyes i altra informació personal en el disc, " +"en un fitxer encriptat, impedint que altres puguen veure la informació. Este " "assistent us explicarà KWallet i vos ajudarà a configurar-lo la primera " "vegada." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/de/kwalletd5.po new/kwallet-5.114.0/po/de/kwalletd5.po --- old/kwallet-5.113.0/po/de/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/de/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -17,6 +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 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/fr/kwalletd5.po new/kwallet-5.114.0/po/fr/kwalletd5.po --- old/kwallet-5.113.0/po/fr/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/fr/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -6,7 +6,7 @@ # Vincent PINON <vpi...@kde.org>, 2014, 2016. # Maxime Corteel <mcort...@gmail.com>, 2014, 2015. # Simon Depiets <sdepi...@gmail.com>, 2017. -# Xavier Besnard <xavier.besn...@neuf.fr>, 2021. +# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard <xavier.besn...@kde.org> # msgid "" msgstr "" @@ -15,13 +15,13 @@ "POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2021-12-27 22:13+0100\n" "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n" -"Language-Team: French <kde-francoph...@kde.org>\n" +"Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 21.12.0\n" +"X-Generator: Lokalize 23.08.4\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/gl/kwalletd5.po new/kwallet-5.114.0/po/gl/kwalletd5.po --- old/kwallet-5.113.0/po/gl/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/gl/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -5,7 +5,7 @@ # marce villarino <mvillar...@users.sourceforge.net>, 2009. # Marce Villarino <mvillar...@kde-espana.es>, 2009, 2011, 2012, 2013, 2014. # Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2015, 2017. -# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2023. +# SPDX-FileCopyrightText: 2023 Adrián Chaves (Gallaecio) # msgid "" msgstr "" @@ -14,13 +14,13 @@ "POT-Creation-Date: 2023-11-05 12:25+0000\n" "PO-Revision-Date: 2023-08-06 05:52+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" -"Language-Team: Galician <proxe...@trasno.gal>\n" +"Language-Team: Proxecto Trasno (proxe...@trasno.gal)\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 23.04.3\n" +"X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/it/kwalletd5.po new/kwallet-5.114.0/po/it/kwalletd5.po --- old/kwallet-5.113.0/po/it/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/it/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -1,4 +1,5 @@ # translation of kwalletd.po to Italian +# SPDX-FileCopyrightText: 2023 Vincenzo Reale <smart212...@gmail.com> # Daniele Medri <mad...@linuxmeeting.net>, 2003. # Federico Cozzi <federicoco...@federicocozzi.it>, 2004. # Federico Zenith <federico.zen...@member.fsf.org>, 2004. @@ -7,7 +8,6 @@ # Giovanni Venturi <jum...@tiscali.it>, 2006. # Nicola Ruggero <nic...@nxnt.org>, 2006, 2007. # Luigi Toscano <luigi.tosc...@tiscali.it>, 2008, 2009, 2013, 2014, 2015, 2016, 2021. -# Vincenzo Reale <smart212...@gmail.com>, 2023. msgid "" msgstr "" "Project-Id-Version: kwalletd\n" @@ -21,7 +21,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.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/sq/kwalletd5.po new/kwallet-5.114.0/po/sq/kwalletd5.po --- old/kwallet-5.113.0/po/sq/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/sq/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -3,20 +3,21 @@ # This file is distributed under the same license as the kdebase-runtime package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2009. # +# SPDX-FileCopyrightText: 2023 Agron Selimaj <as9902...@gmail.com> msgid "" msgstr "" "Project-Id-Version: kdebase-runtime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-11-05 12:25+0000\n" -"PO-Revision-Date: 2010-02-17 01:50+0000\n" -"Last-Translator: Vilson Gjeci <vilsongj...@gmail.com>\n" -"Language-Team: Albanian <s...@li.org>\n" +"PO-Revision-Date: 2023-12-13 17:23-0500\n" +"Last-Translator: Agron Selimaj <as9902...@gmail.com>\n" +"Language-Team: sq\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2011-04-22 15:58+0000\n" -"X-Generator: Launchpad (build 12883)\n" +"X-Generator: Lokalize 23.08.4\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #, kde-format @@ -27,7 +28,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "kde-sh...@yahoogroups.com,vilsongj...@gmail.com" +msgstr "kde-i18n...@kde.org,vilsongj...@gmail.com" #: backend/backendpersisthandler.cpp:489 #, kde-format @@ -109,17 +110,17 @@ #: backend/kwalletbackend.cc:268 #, kde-format msgid "Error opening file." -msgstr "Gabim në hapjen e skedarit." +msgstr "Gabim në hapjen e skedës." #: backend/kwalletbackend.cc:270 #, kde-format msgid "Not a wallet file." -msgstr "Nuk është një skedar portofoli." +msgstr "Nuk është një skedë portofoli." #: backend/kwalletbackend.cc:272 #, kde-format msgid "Unsupported file format revision." -msgstr "Ndryshim i pa suportuar i formatit të skedarit." +msgstr "Ndryshim i pa suportuar i formatit të skedës." #: backend/kwalletbackend.cc:276 #, kde-format @@ -129,7 +130,7 @@ #: backend/kwalletbackend.cc:278 #, kde-format msgid "Corrupt file?" -msgstr "Skedar i dëmtuar?" +msgstr "Skedë e dëmtuar?" #: backend/kwalletbackend.cc:280 #, kde-format @@ -318,7 +319,7 @@ msgctxt "" "Text of a button for switching to the application requesting a password" msgid "Switch to %1" -msgstr "Ndërrojeni në %1" +msgstr "Kaloni në %1" #: kwalletd.cpp:691 kwalletd.cpp:773 #, kde-format @@ -622,7 +623,7 @@ #: main.cpp:173 #, kde-format msgid "(C) 2002-2013, The KDE Developers" -msgstr "" +msgstr "(C) 2002-2013, Programerët e KDE-së" #: main.cpp:174 #, kde-format @@ -640,8 +641,7 @@ msgstr "Michael Leupold" #: main.cpp:175 -#, fuzzy, kde-format -#| msgid "Former maintainer" +#, kde-format msgid "Former Maintainer" msgstr "Ish mirëmbajtës" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/zh_CN/kwallet-query.po new/kwallet-5.114.0/po/zh_CN/kwallet-query.po --- old/kwallet-5.113.0/po/zh_CN/kwallet-query.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/zh_CN/kwallet-query.po 2024-01-06 09:55:21.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-11-05 12:25+0000\n" -"PO-Revision-Date: 2023-11-25 02:29\n" +"PO-Revision-Date: 2023-12-30 13:41\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/po/zh_CN/kwalletd5.po new/kwallet-5.114.0/po/zh_CN/kwalletd5.po --- old/kwallet-5.113.0/po/zh_CN/kwalletd5.po 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/po/zh_CN/kwalletd5.po 2024-01-06 09:55:21.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-11-05 12:25+0000\n" -"PO-Revision-Date: 2023-11-25 02:29\n" +"PO-Revision-Date: 2023-12-30 13:41\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -543,7 +543,7 @@ #: kwalletwizardpageintro.ui:69 #, kde-format msgid "&Basic setup (recommended)" -msgstr "åºæ¬è®¾ç½®(æ¨è)(&B)" +msgstr "åºæ¬è®¾ç½® (æ¨è) (&B)" #. i18n: ectx: property (text), widget (QRadioButton, _advanced) #: kwalletwizardpageintro.ui:79 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/src/runtime/kwalletd/kwalletd5.desktop new/kwallet-5.114.0/src/runtime/kwalletd/kwalletd5.desktop --- old/kwallet-5.113.0/src/runtime/kwalletd/kwalletd5.desktop 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/src/runtime/kwalletd/kwalletd5.desktop 2024-01-06 09:55:21.000000000 +0100 @@ -33,7 +33,7 @@ Name[gd]=Frithealaiche sporain Name[gl]=Servidor de carteira Name[gu]=વà«àª²à«àª સરà«àªµàª° -Name[he]=שרת ××¨× ×§ +Name[he]=שרת ××¨× ×§×× Name[hi]=वालà¥à¤ सरà¥à¤µà¤° Name[hne]=वालà¥à¤ सरà¥à¤µà¤° Name[hr]=Poslužitelj novÄanika @@ -115,7 +115,7 @@ Comment[gd]=Frithealaiche sporain Comment[gl]=Servidor de carteira. Comment[gu]=વà«àª²à«àª સરà«àªµàª° -Comment[he]=שרת ××¨× ×§ +Comment[he]=שרת ××¨× ×§×× Comment[hi]=वालà¥à¤ सरà¥à¤µà¤° Comment[hne]=वालà¥à¤ सरà¥à¤µà¤° Comment[hr]=Poslužitelj novÄanika diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/src/runtime/kwalletd/kwalletd5.notifyrc new/kwallet-5.114.0/src/runtime/kwalletd/kwalletd5.notifyrc --- old/kwallet-5.113.0/src/runtime/kwalletd/kwalletd5.notifyrc 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/src/runtime/kwalletd/kwalletd5.notifyrc 2024-01-06 09:55:21.000000000 +0100 @@ -17,6 +17,7 @@ Comment[fi]=KDE Wallet Comment[fr]=Portefeuille de KDE Comment[gl]=KDE Wallet. +Comment[he]=××¨× ×§× KDE Comment[hu]=KDE Wallet Comment[ia]=KDE Wallet (Portafolio de KDE) Comment[is]=KDE-veski @@ -57,6 +58,7 @@ Name[fi]=KDE Wallet Name[fr]=Portefeuille de KDE Name[gl]=KDE Wallet +Name[he]=××¨× ×§× KDE Name[hu]=KDE Wallet Name[ia]=KDE Wallet (Portafolio de KDE) Name[is]=KDE-veski @@ -99,6 +101,7 @@ Name[fi]=Salasana vaaditaan Name[fr]=Nécessite un mot de passe Name[gl]=Precisa dun contrasinal +Name[he]=צר×× ×¡×ס×× Name[hu]=Jelszó megadása szükséges Name[ia]=Il necessita de un contrasigno Name[is]=Ãarf lykilorð @@ -148,7 +151,7 @@ Comment[gd]=Tha an daemon aig Sporan KDE ag iarraidh facal-faire Comment[gl]=O Servizo de carteiras de KDE pide un contrasinal. Comment[gu]=KDE વà«àª²à«àª ડà«àª®àª¨à« પાસવરà«àª¡àª¨à« માàªàª àªàª°à« àªà« -Comment[he]=ת×××× ×רקע ×©× ×××¨× ×§ ×©× KDE ××קש ס×ס×× +Comment[he]=ס××× ×××¨× ×§×× ×©× KDE ××קש ס×ס×× Comment[hi]=à¤à¥à¤¡à¥à¤ वà¥à¤²à¥à¤ डà¥à¤®à¥à¤¨ à¤à¤ पासवरà¥à¤¡ à¤à¤¾ ठनà¥à¤°à¥à¤§ à¤à¤°à¤¤à¤¾ हॠComment[hr]=KDE-ov novÄanik daemon zahtijeva zaporku Comment[hu]=A KDE jelszótároló szolgáltatás jelszót kér @@ -219,6 +222,7 @@ Name[fr]=Ãchec de la synchronisation Name[gd]=Dh'fhà illig leis an sioncronachadh Name[gl]=Fallou a sincronización +Name[he]=××¡× ×ר×× × ××©× Name[hu]=A szinkronizálás meghiúsult Name[ia]=Il falleva synchronisar Name[id]=Sinkronisasi Gagal @@ -258,7 +262,7 @@ Comment[bg]=ÐÑеÑка пÑи ÑÐ¸Ð½Ñ ÑонизиÑане на поÑÑÑейл Ñайла на диÑка Comment[bs]=KDE Wallet Sistem nije uspio da sinhronizuje datoteku novÄanika na disk Comment[ca]=El sistema de carteres de KDE ha fallat en sincronitzar un fitxer de cartera al disc -Comment[ca@valencia]=El sistema de carteres de KDE ha fallat en sincronitzar un fitxer de cartera al disc +Comment[ca@valencia]=El sistema de carteres de KDE ha fallat en sincronitzar un fitxer de cartera amb el disc Comment[cs]=Systému úschovny pro KDE selhala synchronizace úschovny na disk Comment[da]=KDE's tegnebogsystem kunne ikke synkronisere en tegnebogsfil til disken Comment[de]=Abgleich des KDE-Passwortspeicher mit einer Passwortspeicherdatei auf der Festplatte ist fehlgeschlagen. @@ -272,6 +276,7 @@ Comment[fr]=Le système du portefeuille de KDE n'a pas réussi à synchroniser un fichier de portefeuille sur le disque Comment[gd]=Cha deach le siostam sporan KDE faidhle sporain a shioncronachadh ris an diosga Comment[gl]=O sistema de carteiras de KDE non puido sincronizar un ficheiro de carteira co disco. +Comment[he]=×ער×ת ×××¨× ×§×× ×©× KDE × ×ש×× ××¡× ×ר×× ×§×××¥ ××¨× ×§ ×××× × Comment[hu]=A KDE jelszókezelÅ rendszer nem tudta szinkronizálni a jelszófájlt a lemezre Comment[ia]=Le sistema de portafolio de KDE (KDE Wallet System) falleva synchronisar un file de portafolio con le disco Comment[id]=Sistem Wallet KDE gagal sinkronisasi file wallet ke cakram diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.113.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop new/kwallet-5.114.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop --- old/kwallet-5.113.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop 2023-12-02 10:29:14.000000000 +0100 +++ new/kwallet-5.114.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop 2024-01-06 09:55:21.000000000 +0100 @@ -20,6 +20,7 @@ Name[fi]=KDE:n lompakkopalvelin Name[fr]=Serveur de portefeuilles de KDE Name[gl]=Servizo de carteiras de KDE +Name[he]=ש×ר×ת ×××¨× ×§×× ×©× KDE Name[hu]=KDE jelszókezelÅ szolgáltatás Name[ia]=Servicio de Portafolio de KDE Name[is]=KDE-veskisþjónusta