Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma6-vault for openSUSE:Factory checked in at 2026-04-10 17:52:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma6-vault (Old) and /work/SRC/openSUSE:Factory/.plasma6-vault.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma6-vault" Fri Apr 10 17:52:07 2026 rev:44 rq:1345645 version:6.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma6-vault/plasma6-vault.changes 2026-03-19 17:38:49.097391712 +0100 +++ /work/SRC/openSUSE:Factory/.plasma6-vault.new.21863/plasma6-vault.changes 2026-04-10 17:59:49.438717005 +0200 @@ -1,0 +2,10 @@ +Tue Apr 7 15:00:01 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.4: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.4 +- Changes since 6.6.3: + * Update version for new release 6.6.4 + * fileitemplugin: Skip bogus global + +------------------------------------------------------------------- Old: ---- plasma-vault-6.6.3.tar.xz plasma-vault-6.6.3.tar.xz.sig New: ---- plasma-vault-6.6.4.tar.xz plasma-vault-6.6.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma6-vault.spec ++++++ --- /var/tmp/diff_new_pack.W9hXO4/_old 2026-04-10 17:59:50.058742634 +0200 +++ /var/tmp/diff_new_pack.W9hXO4/_new 2026-04-10 17:59:50.062742800 +0200 @@ -29,7 +29,7 @@ # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF) %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} Name: plasma6-vault -Version: 6.6.3 +Version: 6.6.4 Release: 0 Summary: Plasma applet and services for creating encrypted vaults License: GPL-2.0-or-later ++++++ plasma-vault-6.6.3.tar.xz -> plasma-vault-6.6.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/CMakeLists.txt new/plasma-vault-6.6.4/CMakeLists.txt --- old/plasma-vault-6.6.3/CMakeLists.txt 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/CMakeLists.txt 2026-04-07 09:58:24.000000000 +0200 @@ -4,7 +4,7 @@ project(PlasmaVault) -set(PROJECT_VERSION "6.6.3") +set(PROJECT_VERSION "6.6.4") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -22,7 +22,7 @@ # Extra CMake stuff include(FeatureSummary) -set(PROJECT_DEP_VERSION "6.6.3") +set(PROJECT_DEP_VERSION "6.6.4") set(QT_MIN_VERSION "6.10.0") set(KF6_MIN_VERSION "6.22.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/fileitemplugin/plasmavaultfileitemaction.cpp new/plasma-vault-6.6.4/fileitemplugin/plasmavaultfileitemaction.cpp --- old/plasma-vault-6.6.3/fileitemplugin/plasmavaultfileitemaction.cpp 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/fileitemplugin/plasmavaultfileitemaction.cpp 2026-04-07 09:58:24.000000000 +0200 @@ -63,6 +63,10 @@ KConfig config("plasmavaultrc"); for (auto group : config.groupList()) { auto mountPoint = config.entryMap(group)["mountPoint"]; + if (mountPoint.isEmpty()) { + continue; + } + if (mountPoint == fileItem) { const auto currentMounts = KMountPoint::currentMountPoints(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ar/plasmavault-kde.po new/plasma-vault-6.6.4/po/ar/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ar/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ar/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 20:21+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" @@ -19,13 +19,13 @@ "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Lokalize 23.08.5\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "اقفل خزنة بلازما هذه" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ast/plasmavault-kde.po new/plasma-vault-6.6.4/po/ast/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ast/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ast/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-03-15 01:17+0100\n" "Last-Translator: Enol P. <[email protected]>\n" "Language-Team: Assamese <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 24.02.0\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "%1 is the name of the Plasma Vault to open" #| msgid "Open '%1' Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "Apertura de l'arca de Plasma «%1»" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgid "Unlock Vault" msgctxt "@action Action to mount a vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/az/plasmavault-kde.po new/plasma-vault-6.6.4/po/az/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/az/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/az/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2022-07-03 14:23+0400\n" "Last-Translator: Kheyyam <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.04.2\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "Bu Plasma Seyfini Bağlayın" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/be/plasmavault-kde.po new/plasma-vault-6.6.4/po/be/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/be/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/be/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: fc57ad16a28d02dea100ceb1c60de14e\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-06-03 19:40\n" "Last-Translator: Zmicier <[email protected]>\n" "Language-Team: Belarusian\n" @@ -22,7 +22,7 @@ "plasmavault-kde.po\n" "X-Crowdin-File-ID: 10740\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -30,7 +30,7 @@ msgid "Lock this Plasma Vault" msgstr "Закрыць гэтае сховішча Plasma Vault" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/bg/plasmavault-kde.po new/plasma-vault-6.6.4/po/bg/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/bg/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/bg/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 22:06+0200\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" @@ -17,13 +17,13 @@ "X-Generator: Lokalize 25.07.70\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Заключване на трезора" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ca/plasmavault-kde.po new/plasma-vault-6.6.4/po/ca/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ca/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ca/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 13:04+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -22,13 +22,13 @@ "X-Generator: Lokalize 25.04.0\n" "X-Accelerator-Marker: &\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Bloqueja aquesta caixa forta del Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ca@valencia/plasmavault-kde.po new/plasma-vault-6.6.4/po/ca@valencia/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ca@valencia/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ca@valencia/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 13:04+0200\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -22,13 +22,13 @@ "X-Generator: Lokalize 25.04.0\n" "X-Accelerator-Marker: &\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Bloqueja esta caixa forta de Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/cs/plasmavault-kde.po new/plasma-vault-6.6.4/po/cs/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/cs/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/cs/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2026-01-15 13:37+0100\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -16,15 +16,15 @@ "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 25.12.1\n" +"X-Generator: Lokalize 25.12.3\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Uzamknout tento Sejf Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/da/plasmavault-kde.po new/plasma-vault-6.6.4/po/da/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/da/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/da/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-10-30 10:59+0100\n" "Last-Translator: rasmus rosendahl-kaa <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 24.08.2\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -26,7 +26,7 @@ msgid "Lock this Plasma Vault" msgstr "Luk Plasma-sikkerhedsboks" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/de/plasmavault-kde.po new/plasma-vault-6.6.4/po/de/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/de/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/de/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-10-18 18:15+0200\n" "Last-Translator: Alois Spitzbart <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -20,13 +20,13 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Diesen Plasma Tresor sperren" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/el/plasmavault-kde.po new/plasma-vault-6.6.4/po/el/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/el/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/el/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-09-19 16:42+0300\n" "Last-Translator: Antonis Geralis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -19,7 +19,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 24.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -27,7 +27,7 @@ msgid "Lock this Plasma Vault" msgstr "Κλείσιμο αυτού του θησαυροφυλακίου Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/en_GB/plasmavault-kde.po new/plasma-vault-6.6.4/po/en_GB/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/en_GB/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/en_GB/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2021-09-10 13:31+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 21.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "Close this Plasma Vault" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/eo/plasmavault-kde.po new/plasma-vault-6.6.4/po/eo/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/eo/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/eo/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-01-03 14:17+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" @@ -20,7 +20,7 @@ "X-Generator: translate-po (https://github.com/zcribe/translate-po)\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -28,7 +28,7 @@ msgid "Lock this Plasma Vault" msgstr "Fermi ĉi tiun Plasman trezorejon" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/es/plasmavault-kde.po new/plasma-vault-6.6.4/po/es/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/es/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/es/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 14:52+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -19,13 +19,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Cerrar esta caja fuerte de Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/et/plasmavault-kde.po new/plasma-vault-6.6.4/po/et/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/et/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/et/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2020-09-28 14:00+0200\n" "Last-Translator: Mihkel Tõnnov <[email protected]>\n" "Language-Team: Estonian <>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -26,7 +26,7 @@ msgid "Lock this Plasma Vault" msgstr "Sulge see Plasma seif" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/eu/plasmavault-kde.po new/plasma-vault-6.6.4/po/eu/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/eu/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/eu/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 02:40+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" @@ -21,13 +21,13 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Giltzatu Plasma kutxa-gotor hau" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/fi/plasmavault-kde.po new/plasma-vault-6.6.4/po/fi/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/fi/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/fi/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-10-02 18:32+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -18,13 +18,13 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 25.04.0\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Lukitse tämä Plasma-holvi" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/fr/plasmavault-kde.po new/plasma-vault-6.6.4/po/fr/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/fr/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/fr/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 10:26+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: French <French <[email protected]>>\n" @@ -20,13 +20,13 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Verrouiller ce coffre-fort de Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ga/plasmavault-kde.po new/plasma-vault-6.6.4/po/ga/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ga/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ga/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Irish Gaelic <[email protected]>\n" @@ -18,13 +18,13 @@ "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " "3 : 4\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/gl/plasmavault-kde.po new/plasma-vault-6.6.4/po/gl/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/gl/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/gl/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-01-12 15:56+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Proxecto Trasno ([email protected])\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 24.12.0\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "Pechar esta caixa forte de Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/he/plasmavault-kde.po new/plasma-vault-6.6.4/po/he/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/he/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/he/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 08:03+0300\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: צוות התרגום של KDE ישראל\n" @@ -18,13 +18,13 @@ "Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " "n % 10 == 0) ? 2 : 3));\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "נעילת כספת הפלזמה הזאת" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/hi/plasmavault-kde.po new/plasma-vault-6.6.4/po/hi/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/hi/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/hi/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-12-15 15:58+0530\n" "Last-Translator: Kali <EMAIL@ADDRESS>\n" "Language-Team: Hindi <[email protected]>\n" @@ -17,13 +17,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/hu/plasmavault-kde.po new/plasma-vault-6.6.4/po/hu/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/hu/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/hu/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2021-09-30 16:01+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.03.80\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -26,7 +26,7 @@ msgid "Lock this Plasma Vault" msgstr "Titkos tároló bezárása" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ia/plasmavault-kde.po new/plasma-vault-6.6.4/po/ia/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ia/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ia/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2026-02-05 16:57+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 23.08.5\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Serra iste Plasma Vault (Cellario de Plasma)" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/id/plasmavault-kde.po new/plasma-vault-6.6.4/po/id/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/id/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/id/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2022-09-20 21:15+0700\n" "Last-Translator: Linerly <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -26,7 +26,7 @@ msgid "Lock this Plasma Vault" msgstr "Tutup Plasma Vault ini" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/is/plasmavault-kde.po new/plasma-vault-6.6.4/po/is/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/is/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/is/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-10-16 13:13+0000\n" "Last-Translator: Sveinn í Felli <[email protected]>\n" "Language-Team: Icelandic\n" @@ -18,13 +18,13 @@ "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 23.08.5\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Læsa þessari Plasma-öryggisgeymslu" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/it/plasmavault-kde.po new/plasma-vault-6.6.4/po/it/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/it/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/it/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 21:43+0200\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 25.04.0\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Blocca questo caveau di Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ja/plasmavault-kde.po new/plasma-vault-6.6.4/po/ja/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ja/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ja/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2020-01-18 20:16-0800\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Text-Markup: kde4\n" "X-Generator: Lokalize 19.12.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "この Plasma Vault を閉じる" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ka/plasmavault-kde.po new/plasma-vault-6.6.4/po/ka/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ka/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ka/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 07:16+0200\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" @@ -18,13 +18,13 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.7\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Plasma -ის ამ საცავის დახურვა" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ko/plasmavault-kde.po new/plasma-vault-6.6.4/po/ko/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ko/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ko/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-10-09 01:32+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 24.12.3\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "이 Plasma 비밀 공간 잠금" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/lt/plasmavault-kde.po new/plasma-vault-6.6.4/po/lt/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/lt/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/lt/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-26 00:00+0300\n" "Last-Translator: Moo\n" "Language-Team: lt\n" @@ -19,13 +19,13 @@ "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" "X-Generator: Poedit 3.6\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Užrakinti šią Plasma slėptuvę" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/lv/plasmavault-kde.po new/plasma-vault-6.6.4/po/lv/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/lv/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/lv/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-24 16:35+0300\n" "Last-Translator: Toms Trasuns <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" @@ -19,13 +19,13 @@ "2);\n" "X-Generator: Lokalize 25.08.0\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Slēgt šo „Plasma“ seifu" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ml/plasmavault-kde.po new/plasma-vault-6.6.4/po/ml/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ml/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ml/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2019-04-19 03:40+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc." @@ -18,13 +18,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/nl/plasmavault-kde.po new/plasma-vault-6.6.4/po/nl/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/nl/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/nl/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 11:38+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Plasma Vault (kluis) vergrendelen" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/nn/plasmavault-kde.po new/plasma-vault-6.6.4/po/nn/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/nn/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/nn/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2021-09-19 12:33+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -20,7 +20,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -28,7 +28,7 @@ msgid "Lock this Plasma Vault" msgstr "Lukk Plasma-datakvelvet" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/pa/plasmavault-kde.po new/plasma-vault-6.6.4/po/pa/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/pa/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/pa/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-01-03 14:00-0600\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 23.08.4\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "ਇਹ ਪਲਾਜ਼ਮਾ ਵਾਲਟ ਬੰਦ ਕਰੋ" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/pl/plasmavault-kde.po new/plasma-vault-6.6.4/po/pl/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/pl/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/pl/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-10-25 08:54+0200\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: pl\n" @@ -18,13 +18,13 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 25.08.2\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Zaklucz ten sejf Plazmy" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/pt/plasmavault-kde.po new/plasma-vault-6.6.4/po/pt/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/pt/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/pt/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2021-10-29 09:32+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-POFile-SpellExtra: gocryptfs conf\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -28,7 +28,7 @@ msgid "Lock this Plasma Vault" msgstr "Fechar este Cofre do Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/pt_BR/plasmavault-kde.po new/plasma-vault-6.6.4/po/pt_BR/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/pt_BR/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/pt_BR/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-11-08 21:10-0300\n" "Last-Translator: Guilherme Marçal Silva <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -21,13 +21,13 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 25.08.2\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Bloquear este cofre do Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ro/plasmavault-kde.po new/plasma-vault-6.6.4/po/ro/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ro/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ro/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-10-19 23:01+0100\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" @@ -18,13 +18,13 @@ "20)) ? 1 : 2;\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Încuie această boltă Plasma" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/ru/plasmavault-kde.po new/plasma-vault-6.6.4/po/ru/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/ru/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/ru/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-26 13:16+0200\n" "Last-Translator: Alexander Yavorskiy <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -19,13 +19,13 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Заблокировать эту зашифрованную папку" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sa/plasmavault-kde.po new/plasma-vault-6.6.4/po/sa/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sa/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sa/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-12-20 21:54+0530\n" "Last-Translator: kali <[email protected]>\n" "Language-Team: Sanskrit <[email protected]>\n" @@ -19,7 +19,7 @@ "Plural-Forms: nplurals=2; plural=(n>2);\n" "X-Generator: Lokalize 24.08.2\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -27,7 +27,7 @@ msgid "Lock this Plasma Vault" msgstr "एतत् Plasma Vault बन्दं कुर्वन्तु" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sk/plasmavault-kde.po new/plasma-vault-6.6.4/po/sk/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sk/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sk/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasmavault-kded\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2021-09-15 18:49+0200\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 21.08.1\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "Zatvoriť tento Plasma Trezor" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sl/plasmavault-kde.po new/plasma-vault-6.6.4/po/sl/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sl/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sl/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 10:25+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -20,13 +20,13 @@ "Translator: Andrej Mernik <[email protected]>\n" "X-Generator: Poedit 3.7\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Zakleni ta Plasmin trezor" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sr/plasmavault-kde.po new/plasma-vault-6.6.4/po/sr/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sr/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sr/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2017-12-17 18:01+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -18,14 +18,14 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Плазма трезор" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to mount a vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sr@ijekavian/plasmavault-kde.po new/plasma-vault-6.6.4/po/sr@ijekavian/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sr@ijekavian/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sr@ijekavian/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2017-12-17 18:01+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -18,14 +18,14 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Плазма трезор" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to mount a vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sr@ijekavianlatin/plasmavault-kde.po new/plasma-vault-6.6.4/po/sr@ijekavianlatin/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sr@ijekavianlatin/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sr@ijekavianlatin/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2017-12-17 18:01+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -18,14 +18,14 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Plasma trezor" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to mount a vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sr@latin/plasmavault-kde.po new/plasma-vault-6.6.4/po/sr@latin/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sr@latin/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sr@latin/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2017-12-17 18:01+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -18,14 +18,14 @@ "X-Text-Markup: kde4\n" "X-Environment: kde\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Plasma trezor" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgid "Plasma Vault" msgctxt "@action Action to mount a vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/sv/plasmavault-kde.po new/plasma-vault-6.6.4/po/sv/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/sv/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/sv/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-20 10:05+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 25.08.0\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Lås Plasma valvet" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/tg/plasmavault-kde.po new/plasma-vault-6.6.4/po/tg/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/tg/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/tg/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2020-08-25 12:27+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: English <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.04.2\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" @@ -25,7 +25,7 @@ msgid "Lock this Plasma Vault" msgstr "Пӯшидани анбори рамзгузории ҷории Плазма" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, fuzzy, kde-format #| msgctxt "@action Action to unmount a vault" #| msgid "Close this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/tr/plasmavault-kde.po new/plasma-vault-6.6.4/po/tr/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/tr/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/tr/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 09:53+0300\n" "Last-Translator: Emir SARI <emir_sari@îcloud.com>\n" "Language-Team: Turkish <[email protected]>\n" @@ -18,13 +18,13 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 25.08.1\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Bu Plasma Kasası’nı Kilitle" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/uk/plasmavault-kde.po new/plasma-vault-6.6.4/po/uk/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/uk/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/uk/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasmavault-kde\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-19 20:29+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -20,13 +20,13 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 23.04.3\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "Заблокувати це сховище Плазми" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/zh_CN/plasmavault-kde.po new/plasma-vault-6.6.4/po/zh_CN/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/zh_CN/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/zh_CN/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2024-04-22 15:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -17,13 +17,13 @@ "X-Crowdin-File: /kf6-stable/messages/plasma-vault/plasmavault-kde.pot\n" "X-Crowdin-File-ID: 50288\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "锁定此 Plasma 保险库" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-6.6.3/po/zh_TW/plasmavault-kde.po new/plasma-vault-6.6.4/po/zh_TW/plasmavault-kde.po --- old/plasma-vault-6.6.3/po/zh_TW/plasmavault-kde.po 2026-03-17 12:07:41.000000000 +0100 +++ new/plasma-vault-6.6.4/po/zh_TW/plasmavault-kde.po 2026-04-07 09:58:24.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-vault\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2025-11-17 11:54+0000\n" +"POT-Creation-Date: 2026-03-24 02:37+0000\n" "PO-Revision-Date: 2025-09-22 04:10+0900\n" "Last-Translator: Kisaragi Hiu <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" @@ -19,13 +19,13 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 25.07.70\n" -#: fileitemplugin/plasmavaultfileitemaction.cpp:74 +#: fileitemplugin/plasmavaultfileitemaction.cpp:78 #, kde-format msgctxt "@action Action to unmount a vault" msgid "Lock this Plasma Vault" msgstr "鎖定此 Plasma 儲存庫" -#: fileitemplugin/plasmavaultfileitemaction.cpp:75 +#: fileitemplugin/plasmavaultfileitemaction.cpp:79 #, kde-format msgctxt "@action Action to mount a vault" msgid "Unlock this Plasma Vault"
