nextcloud/apps/files_encryption/l10n/es.php

8 lines
385 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",
2013-02-07 03:11:04 +04: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-23 03:06:18 +04:00
"None" => "Ninguno"
2012-08-23 04:07:35 +04:00
);