2012-09-25 04:05:18 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Encriptación",
|
2013-02-12 03:21:45 +04: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-23 03:06:18 +04:00
|
|
|
"None" => "Ninguno"
|
2012-09-25 04:05:18 +04:00
|
|
|
);
|