nextcloud/apps/files_encryption/l10n/es.php

8 lines
385 B
PHP
Raw Normal View History

2012-08-22 20:07:35 -04:00
<?php $TRANSLATIONS = array(
2012-08-27 20:03:56 -04:00
"Encryption" => "Cifrado",
2013-02-06 18:11:04 -05:00
"File encryption is enabled." => "La encriptacion de archivo esta activada.",
"The following file types will not be encrypted:" => "Los siguientes tipos de archivo no seran encriptados:",
"Exclude the following file types from encryption:" => "Excluir los siguientes tipos de archivo de la encriptacion:",
2013-01-22 18:06:18 -05:00
"None" => "Ninguno"
2012-08-22 20:07:35 -04:00
);