nextcloud/apps/files_encryption/l10n/gl.php

7 lines
243 B
PHP
Raw Normal View History

2012-09-19 04:07:26 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Encriptado",
"Exclude the following file types from encryption" => "Excluír os seguintes tipos de ficheiro da encriptación",
"None" => "Nada",
"Enable Encryption" => "Habilitar encriptación"
);