diff options
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" ); |