diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-01-28 19:36:21 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-01-28 19:36:21 +0100 |
commit | 3bafa87a1223d18e7f772c9551f17aaf7bcc7abb (patch) | |
tree | 30c0b4ee3ba330ebed4effa332b946c61e6d418e /apps/files_encryption/l10n/es.php | |
parent | feb65c89f2780220bb560a8f63c7dc6ac94602b0 (diff) | |
parent | 06c1c35ac90f7920afa637ab0b628529b4135d40 (diff) | |
download | nextcloud-server-3bafa87a1223d18e7f772c9551f17aaf7bcc7abb.tar.gz nextcloud-server-3bafa87a1223d18e7f772c9551f17aaf7bcc7abb.zip |
merge styles
Diffstat (limited to 'apps/files_encryption/l10n/es.php')
-rw-r--r-- | apps/files_encryption/l10n/es.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php index b7e7601b35f..89ccb852978 100644 --- a/apps/files_encryption/l10n/es.php +++ b/apps/files_encryption/l10n/es.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( +"switched to client side encryption" => "Cambiar a encriptaciĆ³n en lado cliente", +"Please check your passwords and try again." => "Por favor revise su contraseƱa e intentelo de nuevo.", +"Choose encryption mode:" => "Elegir el modo de encriptado:", "Encryption" => "Cifrado", "Exclude the following file types from encryption" => "Excluir del cifrado los siguientes tipos de archivo", -"None" => "Ninguno", -"Enable Encryption" => "Habilitar cifrado" +"None" => "Ninguno" ); |