Hello community, here is the log from the commit of package plasma-vault for openSUSE:Factory checked in at 2017-12-04 10:02:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma-vault (Old) and /work/SRC/openSUSE:Factory/.plasma-vault.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-vault" Mon Dec 4 10:02:11 2017 rev:7 rq:547210 version:5.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes 2017-11-08 15:15:33.458168146 +0100 +++ /work/SRC/openSUSE:Factory/.plasma-vault.new/plasma-vault.changes 2017-12-04 10:02:13.444746722 +0100 @@ -1,0 +2,10 @@ +Thu Nov 30 10:47:40 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.11.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.4.php +- Changes since 5.11.3: + * Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation. + +------------------------------------------------------------------- Old: ---- plasma-vault-5.11.3.tar.xz New: ---- plasma-vault-5.11.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma-vault.spec ++++++ --- /var/tmp/diff_new_pack.2G7568/_old 2017-12-04 10:02:14.404711879 +0100 +++ /var/tmp/diff_new_pack.2G7568/_new 2017-12-04 10:02:14.408711734 +0100 @@ -19,7 +19,7 @@ %bcond_without lang Name: plasma-vault -Version: 5.11.3 +Version: 5.11.4 Release: 0 %define kf5_version 5.17.0 Summary: Plasma applet and services for creating encrypted vaults ++++++ plasma-vault-5.11.3.tar.xz -> plasma-vault-5.11.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/CMakeLists.txt new/plasma-vault-5.11.4/CMakeLists.txt --- old/plasma-vault-5.11.3/CMakeLists.txt 2017-11-07 14:08:40.000000000 +0100 +++ new/plasma-vault-5.11.4/CMakeLists.txt 2017-11-28 13:43:16.000000000 +0100 @@ -4,7 +4,7 @@ project (PlasmaVault) -set(PROJECT_VERSION "5.11.3") +set(PROJECT_VERSION "5.11.4") set(PROJECT_VERSION_MAJOR 5) set (PLASMAVAULT_VERSION "0.1") @@ -72,6 +72,8 @@ include (ECMPackageConfigHelpers) include (ECMSetupVersion) +add_definitions (-DQT_NO_URL_CAST_FROM_STRING) +add_definitions (-DQT_NO_CAST_TO_ASCII) add_definitions (-DTRANSLATION_DOMAIN=\"plasmavault-kde\") add_definitions (-fexceptions) if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/kded/plasmavault.desktop new/plasma-vault-5.11.4/kded/plasmavault.desktop --- old/plasma-vault-5.11.3/kded/plasmavault.desktop 2017-11-07 14:08:40.000000000 +0100 +++ new/plasma-vault-5.11.4/kded/plasmavault.desktop 2017-11-28 13:43:16.000000000 +0100 @@ -14,7 +14,7 @@ Name[it]=Modulo del caveau di Plasma Name[nl]=Plasma module voor kluis Name[pa]=ਪਲਾਜ਼ਮਾ ਵਾਲਟ ਮੋਡੀਊਲ -Name[pl]=Moduł krypty Plazmy +Name[pl]=Moduł sejfu Plazmy Name[pt]=Módulo do Plasma Vault Name[pt_BR]=Módulo de cofre do Plasma Name[sk]=Modul Plasma Vault @@ -32,6 +32,7 @@ Comment[ar]=توفّر خزنات معمّاة Comment[ca]=Proporciona voltes encriptades Comment[ca@valencia]=Proporciona voltes encriptades +Comment[da]=Giver mulighed for krypterede sikkerhedsbokse Comment[el]=Παρέχει κρυπτογραφημένα θησαυροφυλάκια Comment[en_GB]=Provides encrypted vaults Comment[es]=Proporciona cajas fuertes cifradas @@ -42,7 +43,7 @@ Comment[it]=Caveau criptati forniti Comment[nl]=Levert versleutelde kluizen Comment[pa]=ਇੰਕ੍ਰਿਪਟ ਕੀਤੇ ਵਾਲਟ ਦਿੰਦਾ ਹੈ -Comment[pl]=Zapewnia zaszyfrowane krypty +Comment[pl]=Zapewnia zaszyfrowane sejfy Comment[pt]=Fornece 'cofres' encriptados Comment[pt_BR]=Fornece cofres criptografados Comment[sk]=Poskytuje šifrovanú klenbu diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/kded/ui/directorychooserwidget.cpp new/plasma-vault-5.11.4/kded/ui/directorychooserwidget.cpp --- old/plasma-vault-5.11.3/kded/ui/directorychooserwidget.cpp 2017-11-07 14:08:40.000000000 +0100 +++ new/plasma-vault-5.11.4/kded/ui/directorychooserwidget.cpp 2017-11-28 13:43:16.000000000 +0100 @@ -68,8 +68,8 @@ d->flags = flags; connect(d->ui.editMountPoint, &KUrlRequester::textEdited, - this, [&] (const QString &url) { - d->setMountPointValid(d->isDirectoryValid(url)); + this, [&] () { + d->setMountPointValid(d->isDirectoryValid(d->ui.editMountPoint->url())); }); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/kded/ui/directorypairchooserwidget.cpp new/plasma-vault-5.11.4/kded/ui/directorypairchooserwidget.cpp --- old/plasma-vault-5.11.3/kded/ui/directorypairchooserwidget.cpp 2017-11-07 14:08:40.000000000 +0100 +++ new/plasma-vault-5.11.4/kded/ui/directorypairchooserwidget.cpp 2017-11-28 13:43:16.000000000 +0100 @@ -86,13 +86,13 @@ d->flags = flags; connect(d->ui.editDevice, &KUrlRequester::textEdited, - this, [&] (const QString &url) { - d->setEncryptedLocationValid(d->isDirectoryValid(url)); + this, [&] () { + d->setEncryptedLocationValid(d->isDirectoryValid(d->ui.editDevice->url())); }); connect(d->ui.editMountPoint, &KUrlRequester::textEdited, - this, [&] (const QString &url) { - d->setMountPointValid(d->isDirectoryValid(url)); + this, [&] () { + d->setMountPointValid(d->isDirectoryValid(d->ui.editMountPoint->url())); }); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/plasma/package/metadata.desktop new/plasma-vault-5.11.4/plasma/package/metadata.desktop --- old/plasma-vault-5.11.3/plasma/package/metadata.desktop 2017-11-07 14:08:40.000000000 +0100 +++ new/plasma-vault-5.11.4/plasma/package/metadata.desktop 2017-11-28 13:43:16.000000000 +0100 @@ -3,6 +3,7 @@ Name[ar]=الخزنات Name[ca]=Voltes Name[ca@valencia]=Voltes +Name[da]=Sikkerhedsbokse Name[el]=Θησαυροφυλάκια Name[en_GB]=Vaults Name[es]=Cajas fuertes @@ -13,7 +14,7 @@ Name[it]=Caveau Name[nl]=Kluizen Name[pa]=ਵਾਲਟ -Name[pl]=Krypty +Name[pl]=Sejfy Name[pt]=Cofres Name[pt_BR]=Cofres Name[ru]=Зашифрованные папки @@ -32,6 +33,7 @@ Comment[ar]=أنشئ خزنات معمّاة Comment[ca]=Crea voltes encriptades Comment[ca@valencia]=Crea voltes encriptades +Comment[da]=Opret krypterede sikkerhedsbokse Comment[el]=Δημιουργία κρυπτογραφημένων θησαυροφυλακίων Comment[en_GB]=Create encrypted vaults Comment[es]=Crear cajas fuertes cifradas @@ -42,7 +44,7 @@ Comment[it]=Crea caveau criptati Comment[nl]=Versleutelde kluizen aanmaken Comment[pa]=ਇੰਕ੍ਰਿਪਟ ਕੀਤੇ ਵਾਲਟ ਬਣਾਓ -Comment[pl]=Tworzy zaszyfrowane krypty +Comment[pl]=Tworzy zaszyfrowane sejfy Comment[pt]=Criar cofres encriptados Comment[pt_BR]=Cria cofres criptografados Comment[ru]=Создание зашифрованных папок diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/da/plasmavault-kde.po new/plasma-vault-5.11.4/po/da/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/da/plasmavault-kde.po 2017-11-07 14:08:56.000000000 +0100 +++ new/plasma-vault-5.11.4/po/da/plasmavault-kde.po 2017-11-28 13:43:37.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-08 03:11+0200\n" -"PO-Revision-Date: 2017-05-30 22:07+0100\n" +"PO-Revision-Date: 2017-11-27 19:56+0100\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <kde-i18n-...@kde.org>\n" "Language: da\n" @@ -54,52 +54,52 @@ #: kded/engine/fusebackend_p.cpp:140 #, kde-format msgid "Device is already open" -msgstr "" +msgstr "Enheden er allerede åben" #: kded/engine/fusebackend_p.cpp:156 #, kde-format msgid "Device is not open" -msgstr "" +msgstr "Enheden er ikke åben" #: kded/engine/fusebackend_p.cpp:194 #, kde-format msgid "Failed to execute" -msgstr "" +msgstr "Kunne ikke køre" #: kded/engine/fusebackend_p.cpp:208 #, kde-format msgid "Unable to detect the version" -msgstr "" +msgstr "Kunne ikke detektere version" #: kded/engine/fusebackend_p.cpp:220 #, kde-format msgid "Wrong version installed. The required version is %1.%2.%3" -msgstr "" +msgstr "Forkert version installeret. Den påkrævede version er %1.%2.%3" #: kded/engine/fusebackend_p.cpp:229 #, kde-format msgid "Correct version found" -msgstr "" +msgstr "Korrekt version fundet" #: kded/engine/vault.cpp:175 #, kde-format msgid "Unknown device" -msgstr "" +msgstr "Ukendt enhed" #: kded/engine/vault.cpp:200 #, kde-format msgid "Configured backend does not exist: %1" -msgstr "" +msgstr "Den konfigurerede backend findes ikke: %1" #: kded/engine/vault.cpp:205 #, kde-format msgid "Mount point is not specified" -msgstr "" +msgstr "Monteringspunkt ikke angivet" #: kded/engine/vault.cpp:210 #, kde-format msgid "Can not create the mount point" -msgstr "" +msgstr "Kan ikke oprette monteringspunktet" #: kded/engine/vault.cpp:215 #, kde-format @@ -119,32 +119,33 @@ #: kded/engine/vault.cpp:342 #, kde-format msgid "Can not open an unknown vault." -msgstr "" +msgstr "Kan ikke åbne en ukendt sikkerhedsboks." #: kded/engine/vault.cpp:359 #, kde-format msgid "The vault is unknown, can not close it." -msgstr "" +msgstr "Sikkerhedsboksen er ukendt, kan ikke lukke den." #: kded/engine/vault.cpp:374 kded/engine/vault.cpp:385 #, kde-format msgid "Unable to close the vault, an application is using it" -msgstr "" +msgstr "Kan ikke lukke sikkerhedsboksen, et program bruger den" #: kded/engine/vault.cpp:408 #, kde-format msgid "Unable to close the vault, it is used by %1" -msgstr "" +msgstr "Kan ikke lukke sikkerhedsboksen, den bliver brugt af %1" #: kded/engine/vault.cpp:432 #, kde-format msgid "Failed to fetch the list of applications using this vault" msgstr "" +"Kunne ikke hente listen over programmer som bruger denne sikkerhedsboks" #: kded/engine/vault.cpp:465 #, kde-format msgid "The vault is unknown, can not destroy it." -msgstr "" +msgstr "Sikkerhedsboksen er ukendt, kan ikke destruere den." #. i18n: ectx: property (text), widget (QLabel, label) #: kded/ui/activitieslinkingwidget.ui:17 @@ -160,53 +161,53 @@ #: kded/ui/activitieslinkingwidget.ui:27 #, kde-format msgid "Limit to the selected activities:" -msgstr "" +msgstr "Begrænsning på de valgte aktiviteter:" #: kded/ui/backendchooserwidget.cpp:90 #, kde-format msgid "The specified backend is not available" -msgstr "" +msgstr "Den angivne backend er ikke tilgængelig" #. i18n: ectx: property (text), widget (QLabel, labelVaultName) #: kded/ui/backendchooserwidget.ui:17 kded/ui/namechooserwidget.ui:17 #, kde-format msgid "Vaul&t name:" -msgstr "" +msgstr "Na&vn på sikkerhedsboks:" #. i18n: ectx: property (text), widget (QLabel, labelEncryptionSystem) #: kded/ui/backendchooserwidget.ui:63 #, kde-format msgid "Choose the encryption system you want to use for this vault:" -msgstr "" +msgstr "Vælg det krypteringssystem du vil bruge til denne sikkerhedsboks:" #: kded/ui/cryfscypherchooserwidget.cpp:74 #, kde-format msgid "Use the default cipher" -msgstr "" +msgstr "Brug standardchiffer" #. i18n: ectx: property (text), widget (QLabel, labelCypher) #: kded/ui/cryfscypherchooserwidget.ui:17 #, kde-format msgid "Choose the used cypher:" -msgstr "" +msgstr "Vælg det anvendte chiffer:" #. i18n: ectx: property (text), widget (QLabel, labelDevice) #: kded/ui/directorychooserwidget.ui:17 #, kde-format msgid "Mount point:" -msgstr "" +msgstr "Monteringspunkt:" #. i18n: ectx: property (text), widget (QLabel, labelDevice) #: kded/ui/directorypairchooserwidget.ui:17 #, kde-format msgid "Encrypted data location" -msgstr "" +msgstr "Placering af krypterede data" #. i18n: ectx: property (text), widget (QLabel, labelMountPoint) #: kded/ui/directorypairchooserwidget.ui:31 #, kde-format msgid "Mount point" -msgstr "" +msgstr "Monteringspunkt" #. i18n: ectx: property (html), widget (QTextBrowser, textNotice) #: kded/ui/noticewidget.ui:33 @@ -223,12 +224,22 @@ "margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" "\"><br /></p></body></html>" msgstr "" +"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" +"REC-html40/strict.dtd\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" +"\">\n" +"p, li { white-space: pre-wrap; }\n" +"</style></head><body style=\" font-family:'hlv'; font-size:9pt; font-" +"weight:400; font-style:normal;\">\n" +"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; " +"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" +"\"><br /></p></body></html>" #. i18n: ectx: property (text), widget (QCheckBox, checkShouldBeHidden) #: kded/ui/noticewidget.ui:40 #, kde-format msgid "Do not show this notice again" -msgstr "" +msgstr "Vis ikke denne besked igen" #. i18n: ectx: property (text), widget (QLabel, label) #: kded/ui/passwordchooserwidget.ui:17 @@ -241,34 +252,34 @@ #: kded/ui/vaultconfigurationwizard.cpp:58 #, kde-format msgid "General" -msgstr "" +msgstr "Generelt" #: kded/ui/vaultconfigurationwizard.cpp:63 #, kde-format msgid "Activities" -msgstr "" +msgstr "Aktiviteter" #: kded/ui/vaultconfigurationwizard.cpp:81 kded/ui/vaultcreationwizard.cpp:63 #, kde-format msgid "EncFS" -msgstr "" +msgstr "EncFS" #: kded/ui/vaultconfigurationwizard.cpp:85 kded/ui/vaultcreationwizard.cpp:88 #, kde-format msgid "CryFS" -msgstr "" +msgstr "CryFS" #: kded/ui/vaultconfigurationwizard.cpp:156 #, kde-format msgid "Configure" -msgstr "" +msgstr "Indstil" #. i18n: ectx: property (windowTitle), widget (QDialog, VaultCreationWizard) #. i18n: ectx: property (windowTitle), widget (QDialog, VaultConfigurationWizard) #: kded/ui/vaultconfigurationwizard.ui:14 kded/ui/vaultcreationwizard.ui:14 #, kde-format msgid "Dialog" -msgstr "" +msgstr "Dialog" #. i18n: ectx: property (text), widget (QLabel, label) #: kded/ui/vaultconfigurationwizard.ui:29 @@ -280,7 +291,7 @@ #: kded/ui/vaultconfigurationwizard.ui:49 #, kde-format msgid "Close the vault" -msgstr "" +msgstr "Luk sikkerhedsboksen" #: kded/ui/vaultcreationwizard.cpp:66 #, kde-format @@ -334,34 +345,34 @@ #: kded/ui/vaultcreationwizard.cpp:137 #, kde-format msgid "Previous" -msgstr "" +msgstr "Forrige" #: kded/ui/vaultcreationwizard.cpp:138 #, kde-format msgid "Next" -msgstr "" +msgstr "Næste" #: kded/ui/vaultcreationwizard.cpp:139 #, kde-format msgid "Create" -msgstr "" +msgstr "Opret" #: kded/ui/vaultcreationwizard.cpp:291 plasma/package/contents/ui/main.qml:98 #, kde-format msgid "Create a New Vault" -msgstr "" +msgstr "Opret ny sikkerhedsboks" #: plasma/package/contents/ui/VaultItem.qml:207 #, kde-format msgid "Open with File Manager" -msgstr "" +msgstr "Åbn med filhåndtering" #: plasma/package/contents/ui/VaultItem.qml:214 #, kde-format msgid "Forcefully close " -msgstr "" +msgstr "Gennemtving lukning" #: plasma/package/contents/ui/VaultItem.qml:221 #, kde-format msgid "Configure Vault..." -msgstr "" \ No newline at end of file +msgstr "Indstil sikkerhedsboks..." \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/de/plasmavault-kde.po new/plasma-vault-5.11.4/po/de/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/de/plasmavault-kde.po 2017-11-07 14:08:57.000000000 +0100 +++ new/plasma-vault-5.11.4/po/de/plasmavault-kde.po 2017-11-28 13:43:37.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-08 03:11+0200\n" -"PO-Revision-Date: 2017-09-24 16:06+0100\n" +"PO-Revision-Date: 2017-11-27 17:42+0100\n" "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n" "Language-Team: German <kde-i18n...@kde.org>\n" "Language: de\n" @@ -39,7 +39,7 @@ #: kded/engine/fusebackend_p.cpp:66 #, kde-format msgid "Unable to perform the operation" -msgstr "" +msgstr "Der Vorgang kann nicht durchgeführt werden" #: kded/engine/fusebackend_p.cpp:121 #, kde-format @@ -92,17 +92,17 @@ #: kded/engine/vault.cpp:200 #, kde-format msgid "Configured backend does not exist: %1" -msgstr "" +msgstr "Das eingerichtete Backend existiert nicht: %1" #: kded/engine/vault.cpp:205 #, kde-format msgid "Mount point is not specified" -msgstr "" +msgstr "Einhängepunkt wurde nicht angegeben" #: kded/engine/vault.cpp:210 #, kde-format msgid "Can not create the mount point" -msgstr "" +msgstr "Einhängepunkt kann nicht erstellt werden" #: kded/engine/vault.cpp:215 #, kde-format @@ -168,7 +168,7 @@ #: kded/ui/backendchooserwidget.cpp:90 #, kde-format msgid "The specified backend is not available" -msgstr "" +msgstr "Das angegebene Backend ist nicht verfügbar" #. i18n: ectx: property (text), widget (QLabel, labelVaultName) #: kded/ui/backendchooserwidget.ui:17 kded/ui/namechooserwidget.ui:17 @@ -367,7 +367,7 @@ #: plasma/package/contents/ui/VaultItem.qml:207 #, kde-format msgid "Open with File Manager" -msgstr "" +msgstr "Mit Dateiverwaltung öffnen" #: plasma/package/contents/ui/VaultItem.qml:214 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/en_GB/plasmavault-kde.po new/plasma-vault-5.11.4/po/en_GB/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/en_GB/plasmavault-kde.po 2017-11-07 14:08:57.000000000 +0100 +++ new/plasma-vault-5.11.4/po/en_GB/plasmavault-kde.po 2017-11-28 13:43:37.000000000 +0100 @@ -7,9 +7,9 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-08 03:11+0200\n" -"PO-Revision-Date: 2017-05-21 16:03+0000\n" +"PO-Revision-Date: 2017-11-26 21:24+0000\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" -"Language-Team: English <kde-i18n-...@kde.org>\n" +"Language-Team: British English <kde-i18n-...@kde.org>\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -139,10 +139,9 @@ msgstr "Unable to close the vault, it is used by %1" #: kded/engine/vault.cpp:432 -#, fuzzy, kde-format -#| msgid "Unable to close the vault, an application is using it" +#, kde-format msgid "Failed to fetch the list of applications using this vault" -msgstr "Unable to close the vault, an application is using it" +msgstr "Failed to fetch the list of applications using this vault" #: kded/engine/vault.cpp:465 #, kde-format @@ -199,10 +198,9 @@ #. i18n: ectx: property (text), widget (QLabel, labelDevice) #: kded/ui/directorychooserwidget.ui:17 -#, fuzzy, kde-format -#| msgid "Mount point" +#, kde-format msgid "Mount point:" -msgstr "Mount point" +msgstr "Mount point:" #. i18n: ectx: property (text), widget (QLabel, labelDevice) #: kded/ui/directorypairchooserwidget.ui:17 @@ -261,12 +259,12 @@ #: kded/ui/vaultconfigurationwizard.cpp:58 #, kde-format msgid "General" -msgstr "" +msgstr "General" #: kded/ui/vaultconfigurationwizard.cpp:63 #, kde-format msgid "Activities" -msgstr "" +msgstr "Activities" #: kded/ui/vaultconfigurationwizard.cpp:81 kded/ui/vaultcreationwizard.cpp:63 #, kde-format @@ -281,7 +279,7 @@ #: kded/ui/vaultconfigurationwizard.cpp:156 #, kde-format msgid "Configure" -msgstr "" +msgstr "Configure" #. i18n: ectx: property (windowTitle), widget (QDialog, VaultCreationWizard) #. i18n: ectx: property (windowTitle), widget (QDialog, VaultConfigurationWizard) @@ -294,13 +292,13 @@ #: kded/ui/vaultconfigurationwizard.ui:29 #, kde-format msgid "The vault configuration can only be changed while it is closed." -msgstr "" +msgstr "The vault configuration can only be changed while it is closed." #. i18n: ectx: property (text), widget (QPushButton, buttonCloseVault) #: kded/ui/vaultconfigurationwizard.ui:49 #, kde-format msgid "Close the vault" -msgstr "" +msgstr "Close the vault" #: kded/ui/vaultcreationwizard.cpp:66 #, kde-format @@ -406,22 +404,21 @@ msgstr "Create" #: kded/ui/vaultcreationwizard.cpp:291 plasma/package/contents/ui/main.qml:98 -#, fuzzy, kde-format -#| msgid "Create a new vault" +#, kde-format msgid "Create a New Vault" -msgstr "Create a new vault" +msgstr "Create a New Vault" #: plasma/package/contents/ui/VaultItem.qml:207 #, kde-format msgid "Open with File Manager" -msgstr "" +msgstr "Open with File Manager" #: plasma/package/contents/ui/VaultItem.qml:214 #, kde-format msgid "Forcefully close " -msgstr "" +msgstr "Forcefully close " #: plasma/package/contents/ui/VaultItem.qml:221 #, kde-format msgid "Configure Vault..." -msgstr "" \ No newline at end of file +msgstr "Configure Vault..." \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/gl/plasmavault-kde.po new/plasma-vault-5.11.4/po/gl/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/gl/plasmavault-kde.po 2017-11-07 14:08:59.000000000 +0100 +++ new/plasma-vault-5.11.4/po/gl/plasmavault-kde.po 2017-11-28 13:43:40.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-08 03:11+0200\n" -"PO-Revision-Date: 2017-10-12 13:43+0100\n" +"PO-Revision-Date: 2017-11-16 21:24+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <kde-i18n-...@kde.org>\n" "Language: gl\n" @@ -108,7 +108,7 @@ #: kded/engine/vault.cpp:215 #, kde-format msgid "Configured backend can not be instantiated: %1" -msgstr "Non foi posíbel crear unha instancia da infraestrutura configurada: %1" +msgstr "Non se pode crear unha instancia da infraestrutura configurada: %1" #: kded/engine/vault.cpp:313 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/pl/plasmavault-kde.po new/plasma-vault-5.11.4/po/pl/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/pl/plasmavault-kde.po 2017-11-07 14:09:07.000000000 +0100 +++ new/plasma-vault-5.11.4/po/pl/plasmavault-kde.po 2017-11-28 13:43:48.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-08 03:11+0200\n" -"PO-Revision-Date: 2017-10-01 10:16+0100\n" +"PO-Revision-Date: 2017-11-25 07:05+0100\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" "Language: pl\n" @@ -33,7 +33,7 @@ #: kded/engine/fusebackend_p.cpp:57 #, kde-format msgid "The mount point directory is not empty, refusing to open the vault" -msgstr "Katalog punktu podpięcia nie jest pusty, odmówiono otwarcia krypty" +msgstr "Katalog punktu podpięcia nie jest pusty, odmówiono otwarcia sejfu" #: kded/engine/fusebackend_p.cpp:66 #, kde-format @@ -121,32 +121,32 @@ #: kded/engine/vault.cpp:342 #, kde-format msgid "Can not open an unknown vault." -msgstr "Nie można otworzyć nieznanej krypty." +msgstr "Nie można otworzyć nieznanego sejfu." #: kded/engine/vault.cpp:359 #, kde-format msgid "The vault is unknown, can not close it." -msgstr "Krypta jest nieznana, nie można jej zamknąć." +msgstr "Sejf jest nieznany, nie można go zamknąć." #: kded/engine/vault.cpp:374 kded/engine/vault.cpp:385 #, kde-format msgid "Unable to close the vault, an application is using it" -msgstr "Nie można zamknąć krypty, aplikacja jej używa" +msgstr "Nie można zamknąć sejfu, aplikacja go używa" #: kded/engine/vault.cpp:408 #, kde-format msgid "Unable to close the vault, it is used by %1" -msgstr "Nie można zamknąć krypty, jest używana przez %1" +msgstr "Nie można zamknąć sejfu, jest używany przez %1" #: kded/engine/vault.cpp:432 #, kde-format msgid "Failed to fetch the list of applications using this vault" -msgstr "Nie można pobrać listy aplikacji używających tej krypty" +msgstr "Nie można pobrać listy aplikacji używających tego sejfu" #: kded/engine/vault.cpp:465 #, kde-format msgid "The vault is unknown, can not destroy it." -msgstr "Krypta jest nieznana, nie można jej zniszczyć." +msgstr "Sejf jest nieznany, nie można go zniszczyć." #. i18n: ectx: property (text), widget (QLabel, label) #: kded/ui/activitieslinkingwidget.ui:17 @@ -157,10 +157,10 @@ "to an activity it should not be available in, it will automatically be " "closed." msgstr "" -"Jeśli ograniczysz tę kryptę tylko do pewnych aktywności, to będzie ona " -"pokazywana na aplecie tylko gdy będziesz w tych aktywnościach. Ponadto, " -"jeśli przełączysz się do aktywności, której nie wybrałeś, to krypta zostanie " -"samoczynnie zamknięta." +"Jeśli ograniczysz ten sejf tylko do pewnych aktywności, to będzie on " +"pokazywany na aplecie tylko gdy będziesz w tych aktywnościach. Ponadto, " +"jeśli przełączysz się do aktywności, której nie wybrałeś, to sejf zostanie " +"samoczynnie zamknięty." #. i18n: ectx: property (text), widget (QCheckBox, checkLimitActivities) #: kded/ui/activitieslinkingwidget.ui:27 @@ -177,13 +177,13 @@ #: kded/ui/backendchooserwidget.ui:17 kded/ui/namechooserwidget.ui:17 #, kde-format msgid "Vaul&t name:" -msgstr "Nazwa kryp&ty:" +msgstr "Nazwa sej&fu:" #. i18n: ectx: property (text), widget (QLabel, labelEncryptionSystem) #: kded/ui/backendchooserwidget.ui:63 #, kde-format msgid "Choose the encryption system you want to use for this vault:" -msgstr "Wybierz system szyfrowania wykorzystywany dla tej krypty:" +msgstr "Wybierz system szyfrowania wykorzystywany dla tego sejfu:" #: kded/ui/cryfscypherchooserwidget.cpp:74 #, kde-format @@ -292,13 +292,13 @@ #: kded/ui/vaultconfigurationwizard.ui:29 #, kde-format msgid "The vault configuration can only be changed while it is closed." -msgstr "Ustawienia krypty można zmienić dopiero po jej zamknięciu." +msgstr "Ustawienia sejfu można zmienić dopiero po jego zamknięciu." #. i18n: ectx: property (text), widget (QPushButton, buttonCloseVault) #: kded/ui/vaultconfigurationwizard.ui:49 #, kde-format msgid "Close the vault" -msgstr "Zamknij kryptę" +msgstr "Zamknij sejf" #: kded/ui/vaultcreationwizard.cpp:66 #, kde-format @@ -408,7 +408,7 @@ #: kded/ui/vaultcreationwizard.cpp:291 plasma/package/contents/ui/main.qml:98 #, kde-format msgid "Create a New Vault" -msgstr "Utwórz nową kryptę" +msgstr "Utwórz nowy sejf" #: plasma/package/contents/ui/VaultItem.qml:207 #, kde-format @@ -423,4 +423,4 @@ #: plasma/package/contents/ui/VaultItem.qml:221 #, kde-format msgid "Configure Vault..." -msgstr "Ustawienia krypty..." \ No newline at end of file +msgstr "Ustawienia sejfu..." \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/tr/plasmavault-kde.po new/plasma-vault-5.11.4/po/tr/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/tr/plasmavault-kde.po 2017-11-07 14:09:12.000000000 +0100 +++ new/plasma-vault-5.11.4/po/tr/plasmavault-kde.po 2017-11-28 13:43:52.000000000 +0100 @@ -227,16 +227,16 @@ "margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" "\"><br /></p></body></html>" msgstr "" -"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" -"REC-html40/strict.dtd\">\n" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR" +"/REC-html40/strict.dtd\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\"" +">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'hlv'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" "<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; " -"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" -"\"><br /></p></body></html>" +"margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><" +"br /></p></body></html>" #. i18n: ectx: property (text), widget (QCheckBox, checkShouldBeHidden) #: kded/ui/noticewidget.ui:40 @@ -348,8 +348,9 @@ "kullanabileceği\n" " sıklıkla şifreli verilere erişebilir. \\ " "n <br /><br />\n" -" Daha fazla bilgi için <a href='http://defuse.ca/" -"audits/encfs.htm'>defuse.ca/audits/encfs.htm</a> konusuna bakın." +" Daha fazla bilgi için <a " +"href='http://defuse.ca/audits/encfs.htm'>defuse.ca/audits/encfs.htm</a> " +"konusuna bakın." #: kded/ui/vaultcreationwizard.cpp:91 #, kde-format @@ -404,7 +405,7 @@ msgstr "Oluştur" #: kded/ui/vaultcreationwizard.cpp:291 plasma/package/contents/ui/main.qml:98 -#, kde-format +#, fuzzy, kde-format msgid "Create a New Vault" msgstr "Yeni bir Vault Oluştur" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-vault-5.11.3/po/zh_CN/plasmavault-kde.po new/plasma-vault-5.11.4/po/zh_CN/plasmavault-kde.po --- old/plasma-vault-5.11.3/po/zh_CN/plasmavault-kde.po 2017-11-07 14:09:13.000000000 +0100 +++ new/plasma-vault-5.11.4/po/zh_CN/plasmavault-kde.po 2017-11-28 13:43:54.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-09-08 03:11+0200\n" -"PO-Revision-Date: 2017-10-19 10:49-0400\n" +"PO-Revision-Date: 2017-11-09 08:40-0500\n" "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"