2012-08-23 00:07:35 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-28 00:03:56 +00:00
|
|
|
"Encryption" => "Cifrado",
|
2013-02-06 23:11:04 +00: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 23:06:18 +00:00
|
|
|
"None" => "Ninguno"
|
2012-08-23 00:07:35 +00:00
|
|
|
);
|