summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/es.php
blob: 89ccb8529780659864b51fd162fd02542f529428 (plain)
1
2
3
4
5
6
7
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"
);