2012-09-25 00:05:18 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Encriptación",
|
2013-02-11 23:21:45 +00:00
|
|
|
"File encryption is enabled." => "La encriptación de archivos no está habilitada",
|
|
|
|
"The following file types will not be encrypted:" => "Los siguientes tipos de archivos no serán encriptados",
|
|
|
|
"Exclude the following file types from encryption:" => "Excluir los siguientes tipos de archivos de encriptación:",
|
2013-01-22 23:06:18 +00:00
|
|
|
"None" => "Ninguno"
|
2012-09-25 00:05:18 +00:00
|
|
|
);
|