diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-18 01:55:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-18 01:55:30 -0400 |
commit | 68dd1edbfedd238e39234ff6304eeaba90217155 (patch) | |
tree | d9a3db75bc87a9e8547a9f4f3e906a880521e2db /apps/files_encryption | |
parent | 2b6281fc9d19f6b516d745386aafc64d3c610668 (diff) | |
download | nextcloud-server-68dd1edbfedd238e39234ff6304eeaba90217155.tar.gz nextcloud-server-68dd1edbfedd238e39234ff6304eeaba90217155.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/es.php | 6 | ||||
-rw-r--r-- | apps/files_encryption/l10n/et_EE.php | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php index 164db17f4a7..d26aa449b3b 100644 --- a/apps/files_encryption/l10n/es.php +++ b/apps/files_encryption/l10n/es.php @@ -1,9 +1,15 @@ <?php $TRANSLATIONS = array( "Unknown error" => "Error desconocido", +"Missing recovery key password" => "Falta contraseña de recuperacion.", +"Please repeat the recovery key password" => "Por favor repita la contraseña de recuperacion", +"Repeated recovery key password does not match the provided recovery key password" => "la contraseña de recuperacion repetida no es igual a la contraseña de recuperacion", "Recovery key successfully enabled" => "Se ha habilitado la recuperación de archivos", "Could not disable recovery key. Please check your recovery key password!" => "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", "Recovery key successfully disabled" => "Clave de recuperación deshabilitada", +"Please provide the old recovery password" => "Por favor ingrese su antigua contraseña de recuperacion", +"Please provide a new recovery password" => "Por favor ingrese una nueva contraseña de recuperacion", +"Please repeat the new recovery password" => "Por favor repita su nueva contraseña de recuperacion", "Password successfully changed." => "Su contraseña ha sido cambiada", "Could not change the password. Maybe the old password was not correct." => "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", "Private key password successfully updated." => "Contraseña de clave privada actualizada con éxito.", diff --git a/apps/files_encryption/l10n/et_EE.php b/apps/files_encryption/l10n/et_EE.php index 0d786b6ce7d..7362c61bc71 100644 --- a/apps/files_encryption/l10n/et_EE.php +++ b/apps/files_encryption/l10n/et_EE.php @@ -1,9 +1,15 @@ <?php $TRANSLATIONS = array( "Unknown error" => "Tundmatu viga", +"Missing recovery key password" => "Muuda taastevõtme parool", +"Please repeat the recovery key password" => "Palun korda uut taastevõtme parooli", +"Repeated recovery key password does not match the provided recovery key password" => "Lahtritesse sisestatud taastevõtme paroolid ei kattu", "Recovery key successfully enabled" => "Taastevõtme lubamine õnnestus", "Could not disable recovery key. Please check your recovery key password!" => "Ei suuda keelata taastevõtit. Palun kontrolli oma taastevõtme parooli!", "Recovery key successfully disabled" => "Taastevõtme keelamine õnnestus", +"Please provide the old recovery password" => "Palun sisesta vana taastevõtme parool", +"Please provide a new recovery password" => "Palun sisesta uus taastevõtme parool", +"Please repeat the new recovery password" => "Palun korda uut taastevõtme parooli", "Password successfully changed." => "Parool edukalt vahetatud.", "Could not change the password. Maybe the old password was not correct." => "Ei suutnud vahetada parooli. Võib-olla on vana parool valesti sisestatud.", "Private key password successfully updated." => "Privaatse võtme parool edukalt uuendatud.", |