server/apps/files_encryption/l10n/gl.php

7 lines
228 B
PHP
Raw Normal View History

2012-09-19 00:07:26 +00:00
<?php $TRANSLATIONS = array(
2012-11-20 23:02:33 +00:00
"Encryption" => "Cifrado",
"Exclude the following file types from encryption" => "Excluír os seguintes tipos de ficheiro do cifrado",
2012-09-19 00:07:26 +00:00
"None" => "Nada",
2012-11-20 23:02:33 +00:00
"Enable Encryption" => "Activar o cifrado"
2012-09-19 00:07:26 +00:00
);