diff options
Diffstat (limited to 'l10n/fr/files_encryption.po')
-rw-r--r-- | l10n/fr/files_encryption.po | 151 |
1 files changed, 137 insertions, 14 deletions
diff --git a/l10n/fr/files_encryption.po b/l10n/fr/files_encryption.po index a39633b4513..a3440d23415 100644 --- a/l10n/fr/files_encryption.po +++ b/l10n/fr/files_encryption.po @@ -3,12 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# lyly95, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-27 02:16+0200\n" -"PO-Revision-Date: 2013-04-26 08:29+0000\n" +"POT-Creation-Date: 2013-06-14 02:46+0200\n" +"PO-Revision-Date: 2013-06-14 00:47+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -17,22 +18,144 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: templates/settings-personal.php:4 templates/settings.php:5 +#: ajax/adminrecovery.php:29 +msgid "Recovery key successfully enabled" +msgstr "Clé de récupération activée avec succès" + +#: ajax/adminrecovery.php:34 +msgid "" +"Could not enable recovery key. Please check your recovery key password!" +msgstr "Ne peut pas activer la clé de récupération. s'il vous plait vérifiez votre mot de passe de clé de récupération!" + +#: ajax/adminrecovery.php:48 +msgid "Recovery key successfully disabled" +msgstr "Clé de récupération désactivée avc succès" + +#: ajax/adminrecovery.php:53 +msgid "" +"Could not disable recovery key. Please check your recovery key password!" +msgstr "Ne peut pas désactiver la clé de récupération. S'il vous plait vérifiez votre mot de passe de clé de récupération!" + +#: ajax/changeRecoveryPassword.php:49 +msgid "Password successfully changed." +msgstr "Mot de passe changé avec succès " + +#: ajax/changeRecoveryPassword.php:51 +msgid "Could not change the password. Maybe the old password was not correct." +msgstr "Ne peut pas changer le mot de passe. L'ancien mot de passe est peut-être incorrect." + +#: ajax/updatePrivateKeyPassword.php:51 +msgid "Private key password successfully updated." +msgstr "" + +#: ajax/updatePrivateKeyPassword.php:53 +msgid "" +"Could not update the private key password. Maybe the old password was not " +"correct." +msgstr "" + +#: files/error.php:7 +msgid "" +"Your private key is not valid! Maybe your password was changed from outside." +" You can update your private key password in your personal settings to " +"regain access to your files" +msgstr "" + +#: js/settings-admin.js:11 +msgid "Saving..." +msgstr "Enregistrement..." + +#: templates/invalid_private_key.php:5 +msgid "" +"Your private key is not valid! Maybe the your password was changed from " +"outside." +msgstr "" + +#: templates/invalid_private_key.php:7 +msgid "You can unlock your private key in your " +msgstr "" + +#: templates/invalid_private_key.php:7 +msgid "personal settings" +msgstr "" + +#: templates/settings-admin.php:5 templates/settings-personal.php:4 msgid "Encryption" msgstr "Chiffrement" -#: templates/settings-personal.php:7 -msgid "File encryption is enabled." -msgstr "Le chiffrement des fichiers est activé" +#: templates/settings-admin.php:10 +msgid "" +"Enable encryption passwords recovery key (allow sharing to recovery key):" +msgstr "Activer la clé de récupération par mots de passe de cryptage (autoriser le partage de la clé de récupération) " + +#: templates/settings-admin.php:14 +msgid "Recovery account password" +msgstr "Rétablissement du compte mot de passe " + +#: templates/settings-admin.php:21 templates/settings-personal.php:54 +msgid "Enabled" +msgstr "Activer" + +#: templates/settings-admin.php:29 templates/settings-personal.php:62 +msgid "Disabled" +msgstr "Désactiver" + +#: templates/settings-admin.php:34 +msgid "Change encryption passwords recovery key:" +msgstr "Changer les mots de passe de cryptage par la clé de récupération" + +#: templates/settings-admin.php:41 +msgid "Old Recovery account password" +msgstr "Ancien compte de récupération de mots de passe" + +#: templates/settings-admin.php:48 +msgid "New Recovery account password" +msgstr "Nouveau compte de récupération de mots de passe" + +#: templates/settings-admin.php:53 +msgid "Change Password" +msgstr "Changer de mot de passe" #: templates/settings-personal.php:11 -msgid "The following file types will not be encrypted:" -msgstr "Les fichiers de types suivants ne seront pas chiffrés :" +msgid "Your private key password no longer match your log-in password:" +msgstr "" + +#: templates/settings-personal.php:14 +msgid "Set your old private key password to your current log-in password." +msgstr "" + +#: templates/settings-personal.php:16 +msgid "" +" If you don't remember your old password you can ask your administrator to " +"recover your files." +msgstr "" + +#: templates/settings-personal.php:24 +msgid "Old log-in password" +msgstr "" + +#: templates/settings-personal.php:30 +msgid "Current log-in password" +msgstr "" + +#: templates/settings-personal.php:35 +msgid "Update Private Key Password" +msgstr "" + +#: templates/settings-personal.php:45 +msgid "Enable password recovery:" +msgstr "" + +#: templates/settings-personal.php:47 +msgid "" +"Enabling this option will allow you to reobtain access to your encrypted " +"files in case of password loss" +msgstr "" -#: templates/settings.php:7 -msgid "Exclude the following file types from encryption:" -msgstr "Ne pas chiffrer les fichiers dont les types sont les suivants :" +#: templates/settings-personal.php:63 +msgid "File recovery settings updated" +msgstr "Mise à jour des paramètres de récupération de fichiers " -#: templates/settings.php:12 -msgid "None" -msgstr "Aucun" +#: templates/settings-personal.php:64 +msgid "Could not update file recovery" +msgstr "Ne peut pas remettre à jour les fichiers de récupération" |