nextcloud/apps/files_encryption/l10n/es.php

7 lines
232 B
PHP
Raw Normal View History

2012-08-23 04:07:35 +04:00
<?php $TRANSLATIONS = array(
2012-08-28 04:03:56 +04:00
"Encryption" => "Cifrado",
"Exclude the following file types from encryption" => "Excluir del cifrado los siguientes tipos de archivo",
"None" => "Ninguno",
"Enable Encryption" => "Habilitar cifrado"
2012-08-23 04:07:35 +04:00
);