Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2021-10-18 21:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.kwallet.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwallet"

Mon Oct 18 21:58:52 2021 rev:101 rq:924467 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2021-09-16 
23:16:17.535898972 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new.1890/kwallet.changes        
2021-10-18 22:00:54.850038101 +0200
@@ -1,0 +2,10 @@
+Sun Oct  3 20:34:01 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+
+-------------------------------------------------------------------

Old:
----
  kwallet-5.86.0.tar.xz
  kwallet-5.86.0.tar.xz.sig

New:
----
  kwallet-5.87.0.tar.xz
  kwallet-5.87.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwallet.spec ++++++
--- /var/tmp/diff_new_pack.G7XBgU/_old  2021-10-18 22:00:55.374038480 +0200
+++ /var/tmp/diff_new_pack.G7XBgU/_new  2021-10-18 22:00:55.378038482 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Wallet5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kwallet
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        Safe desktop-wide storage for passwords
 License:        LGPL-2.1-or-later


++++++ kwallet-5.86.0.tar.xz -> kwallet-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/.gitlab-ci.yml 
new/kwallet-5.87.0/.gitlab-ci.yml
--- old/kwallet-5.86.0/.gitlab-ci.yml   1970-01-01 01:00:00.000000000 +0100
+++ new/kwallet-5.87.0/.gitlab-ci.yml   2021-10-02 16:33:34.000000000 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <[email protected]>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/.kde-ci.yml 
new/kwallet-5.87.0/.kde-ci.yml
--- old/kwallet-5.86.0/.kde-ci.yml      1970-01-01 01:00:00.000000000 +0100
+++ new/kwallet-5.87.0/.kde-ci.yml      2021-10-02 16:33:34.000000000 +0200
@@ -0,0 +1,17 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+    'frameworks/kconfig' : '@same'
+    'frameworks/kcoreaddons' : '@same'
+    'frameworks/kdbusaddons' : '@same'
+    'frameworks/kiconthemes' : '@same'
+    'frameworks/ki18n' : '@same'
+    'frameworks/knotifications' : '@same'
+    'frameworks/kservice' : '@same'
+    'frameworks/kwindowsystem' : '@same'
+    'frameworks/kwidgetsaddons' : '@same'
+    'third-party/gpgme' : '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/CMakeLists.txt 
new/kwallet-5.87.0/CMakeLists.txt
--- old/kwallet-5.86.0/CMakeLists.txt   2021-09-04 19:07:02.000000000 +0200
+++ new/kwallet-5.87.0/CMakeLists.txt   2021-10-02 16:33:34.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
-set(KF_DEP_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 project(KWallet VERSION ${KF_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.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.86.0/po/ar/kwallet-query.po 
new/kwallet-5.87.0/po/ar/kwallet-query.po
--- old/kwallet-5.86.0/po/ar/kwallet-query.po   2021-09-04 19:07:02.000000000 
+0200
+++ new/kwallet-5.87.0/po/ar/kwallet-query.po   2021-10-02 16:33:34.000000000 
+0200
@@ -2,21 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Safa Alfulaij <[email protected]>, 2018.
+# Zayed Al-Saidi <[email protected]>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 00:14+0000\n"
-"PO-Revision-Date: 2018-07-29 17:53+0300\n"
-"Last-Translator: Safa Alfulaij <[email protected]>\n"
-"Language-Team: Arabic <[email protected]>\n"
+"PO-Revision-Date: 2021-09-07 19:43+0400\n"
+"Last-Translator: Zayed Al-Saidi <[email protected]>\n"
+"Language-Team: ar\n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "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 2.0\n"
+"X-Generator: Lokalize 21.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -75,12 +76,12 @@
 #: main.cpp:35
 #, kde-format
 msgid "Folder"
-msgstr "Folder"
+msgstr "????????????"
 
 #: main.cpp:39
 #, kde-format
 msgid "wallet"
-msgstr "wallet"
+msgstr "??????????????"
 
 #: main.cpp:39
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/po/ar/kwalletd5.po 
new/kwallet-5.87.0/po/ar/kwalletd5.po
--- old/kwallet-5.86.0/po/ar/kwalletd5.po       2021-09-04 19:07:02.000000000 
+0200
+++ new/kwallet-5.87.0/po/ar/kwalletd5.po       2021-10-02 16:33:34.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kwalletd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-22 00:14+0000\n"
-"PO-Revision-Date: 2021-07-17 23:12+0400\n"
+"PO-Revision-Date: 2021-09-07 19:43+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -17,7 +17,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 19.12.3\n"
+"X-Generator: Lokalize 21.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -474,7 +474,7 @@
 #: kwalletwizard.cpp:40
 #, kde-format
 msgid "KWallet"
-msgstr "KWallet"
+msgstr "?????????? ??"
 
 #: kwalletwizard.cpp:272
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/po/ca/kwallet-query.po 
new/kwallet-5.87.0/po/ca/kwallet-query.po
--- old/kwallet-5.86.0/po/ca/kwallet-query.po   2021-09-04 19:07:02.000000000 
+0200
+++ new/kwallet-5.87.0/po/ca/kwallet-query.po   2021-10-02 16:33:34.000000000 
+0200
@@ -1,17 +1,17 @@
 # Translation of kwallet-query.po to Catalan
-# Copyright (C) 2015-2020 This_file_is_part_of_KDE
+# Copyright (C) 2015-2021 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer <[email protected]>, 2015.
+# Josep Ma. Ferrer <[email protected]>, 2015, 2021.
 # Antoni Bella P??rez <[email protected]>, 2015, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 00:14+0000\n"
-"PO-Revision-Date: 2020-07-27 12:08+0200\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2021-09-06 19:17+0200\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 20.04.3\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -34,7 +34,7 @@
 #: main.cpp:22 main.cpp:24
 #, kde-format
 msgid "KWallet query interface"
-msgstr "Interf??cie per a consultar el KWallet"
+msgstr "Interf??cie de consulta del KWallet"
 
 #: main.cpp:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/po/da/kwalletd5.po 
new/kwallet-5.87.0/po/da/kwalletd5.po
--- old/kwallet-5.86.0/po/da/kwalletd5.po       2021-09-04 19:07:02.000000000 
+0200
+++ new/kwallet-5.87.0/po/da/kwalletd5.po       2021-10-02 16:33:34.000000000 
+0200
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2013, 2014, 
2015, 2016, 2017.
+# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2013, 2014, 
2015, 2016, 2017, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-22 00:14+0000\n"
-"PO-Revision-Date: 2017-02-25 18:34+0100\n"
+"PO-Revision-Date: 2021-09-09 21:35+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -252,16 +252,14 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: knewwalletdialoggpg.ui:24
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><head/><body><p><span style=\" font-weight:600;\">NOTE:</span> this "
-#| "list shows only \"ultimate-level\" trusted keys</p></body></html>"
+#, kde-format
 msgid ""
 "<html><head/><body><p><span style=\" font-weight:600;\">NOTE:</span> this "
 "list shows only &quot;ultimate-level&quot; trusted keys</p></body></html>"
 msgstr ""
 "<html><head/><body><p><span style=\" font-weight:600;\">Bem??rk:</span> Denne 
"
-"liste viser kun betroede n??gler med \"ultimativt-niveau\"</p></body></html>"
+"liste viser kun betroede n??gler med &quot;ultimativt-niveau&quot;</p></"
+"body></html>"
 
 #. i18n: ectx: property (text), widget (QTableWidget, listCertificates)
 #: knewwalletdialoggpg.ui:59
@@ -523,15 +521,7 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: kwalletwizardpagegpgkey.ui:24
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><head/><body><p>The GPG-based wallet use a GPG encryption key to "
-#| "securely encrypt data on disk. The key must be available when decrypting "
-#| "is needed or your wallet will not be accessible. For example, if you "
-#| "choose a SmartCard-based encryption key, the GPG system will prompt you "
-#| "to enter it and its associated PIN when attempting to open the wallet. "
-#| "<span style=\" font-weight:600;\">NOTE:</span> this list contains only "
-#| "\"ultimate-level\" trusted keys.</p></body></html>"
+#, kde-format
 msgid ""
 "<html><head/><body><p>The GPG-based wallet use a GPG encryption key to "
 "securely encrypt data on disk. The key must be available when decrypting is "
@@ -547,8 +537,8 @@
 "v??re tilg??ngelig. Hvis du f.eks. v??lger en SmartCard-baseret "
 "krypteringsn??gle vil GPG-systemet bede dig om at inds??tte det og dets "
 "tilknyttede PIN-kode ved fors??g p?? at ??bne tegnebogen. <span style=\" 
font-"
-"weight:600;\">BEM??RK:</span> Denne liste viser kun betroede n??gler med "
-"\"ultimativt niveau\".</p></body></html>"
+"weight:600;\">BEM??RK:</span> Denne liste viser kun betroede n??gler med 
&quot;"
+"ultimativt niveau&quot;.</p></body></html>"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: kwalletwizardpagegpgkey.ui:42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/po/hu/kwalletd5.po 
new/kwallet-5.87.0/po/hu/kwalletd5.po
--- old/kwallet-5.86.0/po/hu/kwalletd5.po       2021-09-04 19:07:02.000000000 
+0200
+++ new/kwallet-5.87.0/po/hu/kwalletd5.po       2021-10-02 16:33:34.000000000 
+0200
@@ -4,13 +4,13 @@
 # Tamas Szanto <[email protected]>, 2009.
 # Krist??f Kiszel <[email protected]>, 2010, 2014, 2015.
 # Bal??zs ??r <[email protected]>, 2013, 2014.
-# Kristof Kiszel <[email protected]>, 2018.
+# Kristof Kiszel <[email protected]>, 2018, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-22 00:14+0000\n"
-"PO-Revision-Date: 2018-09-28 18:34+0200\n"
+"PO-Revision-Date: 2021-09-14 13:44+0200\n"
 "Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\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 2.0\n"
+"X-Generator: Lokalize 21.03.80\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -28,7 +28,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected]"
+msgstr "[email protected],[email protected]"
 
 #: backend/backendpersisthandler.cpp:489
 #, kde-format
@@ -263,17 +263,14 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: knewwalletdialoggpg.ui:24
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><head/><body><p><span style=\" font-weight:600;\">NOTE:</span> this "
-#| "list shows only \"ultimate-level\" trusted keys</p></body></html>"
+#, kde-format
 msgid ""
 "<html><head/><body><p><span style=\" font-weight:600;\">NOTE:</span> this "
 "list shows only &quot;ultimate-level&quot; trusted keys</p></body></html>"
 msgstr ""
 "<html><head/><body><p><span style=\" font-weight:600;\">Megjegyz??s:</span> "
-"ez a lista csak a ???legfels?? szint????? megb??zhat?? kulcsokat 
tartalmazza.</p></"
-"body></html>"
+"ez a lista csak a &quot;legfels?? szint??&quot; megb??zhat?? kulcsokat "
+"tartalmazza.</p></body></html>"
 
 #. i18n: ectx: property (text), widget (QTableWidget, listCertificates)
 #: knewwalletdialoggpg.ui:59
@@ -544,15 +541,7 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: kwalletwizardpagegpgkey.ui:24
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><head/><body><p>The GPG-based wallet use a GPG encryption key to "
-#| "securely encrypt data on disk. The key must be available when decrypting "
-#| "is needed or your wallet will not be accessible. For example, if you "
-#| "choose a SmartCard-based encryption key, the GPG system will prompt you "
-#| "to enter it and its associated PIN when attempting to open the wallet. "
-#| "<span style=\" font-weight:600;\">NOTE:</span> this list contains only "
-#| "\"ultimate-level\" trusted keys.</p></body></html>"
+#, kde-format
 msgid ""
 "<html><head/><body><p>The GPG-based wallet use a GPG encryption key to "
 "securely encrypt data on disk. The key must be available when decrypting is "
@@ -568,8 +557,8 @@
 "hozz??f??rhet??. P??ld??ul ha egy okosk??rtya alap?? titkos??t?? kulcsot 
v??laszt, a "
 "GPG rendszer k??rni fogja annak megad??s??t ??s a hozz?? tartoz?? PIN-k??dot, 
"
 "amikor megpr??b??lja megnyitni a jelsz??t??rol??t.<span style=\" 
font-weight:600;"
-"\">Megjegyz??s:</span> ez a lista csak a ???legfels?? szint????? megb??zhat?? 
"
-"kulcsokat tartalmazza.</p></body></html>"
+"\">Megjegyz??s:</span> ez a lista csak a &quot;legfels?? szint??&quot; "
+"megb??zhat?? kulcsokat tartalmazza.</p></body></html>"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: kwalletwizardpagegpgkey.ui:42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.86.0/po/zh_CN/kwallet-query.po 
new/kwallet-5.87.0/po/zh_CN/kwallet-query.po
--- old/kwallet-5.86.0/po/zh_CN/kwallet-query.po        2021-09-04 
19:07:02.000000000 +0200
+++ new/kwallet-5.87.0/po/zh_CN/kwallet-query.po        2021-10-02 
16:33:34.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 00:14+0000\n"
-"PO-Revision-Date: 2021-08-30 11:43\n"
+"PO-Revision-Date: 2021-09-27 13:08\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.86.0/po/zh_CN/kwalletd5.po 
new/kwallet-5.87.0/po/zh_CN/kwalletd5.po
--- old/kwallet-5.86.0/po/zh_CN/kwalletd5.po    2021-09-04 19:07:02.000000000 
+0200
+++ new/kwallet-5.87.0/po/zh_CN/kwalletd5.po    2021-10-02 16:33:34.000000000 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-22 00:14+0000\n"
-"PO-Revision-Date: 2021-08-30 11:43\n"
+"PO-Revision-Date: 2021-09-27 13:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -543,7 +543,7 @@
 "preventing others from viewing the information.  This wizard will tell you "
 "about KWallet and help you configure it for the first time."
 msgstr ""
-"???????????? KDE ???????????? KWallet???KWallet 
?????????????????????????????????????????????????????????"
+"???????????? KDE ???????????? KWallet???KWallet 
?????????????????????????????????????????????????????????"
 "??????????????????????????????????????????????????????????????????????????? 
KWallet ???????????????????????????"
 "?????????????????????"
 
@@ -596,7 +596,7 @@
 "and will allow anyone who knows it to obtain all the information contained "
 "in the wallet."
 msgstr ""
-"??????????????????????????? KDE ???????????????????????????????????????Cookie 
??????????????????????????????"
+"??????????????????????????? KDE ???????????????????????????????????????Cookie 
??????????????????????????????"
 
"??????????????????????????????????????????????????????????????????????????????????????????<b>??????</b>??????"
 
"????????????????????????????????????????????????????????????????????????????????????"
 
@@ -633,7 +633,7 @@
 "contained in the wallet.</p></body></html>"
 msgstr ""
 "<html><head/><body><p>??????????????????????????? KDE 
???????????????????????????????????????"
-"Cookie 
???????????????????????????????????????????????????????????????????????????????????????????????????</"
+"Cookie 
???????????????????????????????????????????????????????????????????????????????????????????????????</"
 "p><p>GPG 
?????????????????????????????????????????????????????????????????????????????????</p><p>?????????"
 "???????????????????????????????????????????????????????????????<span style=\" 
font-style:italic;"
 
"\">????????????</span>?????????????????????????????????????????????????????????????????????????????????</"

Reply via email to