server/apps/files_encryption/l10n/eu.php

8 lines
367 B
PHP
Raw Normal View History

2012-08-28 00:03:56 +00:00
<?php $TRANSLATIONS = array(
"Encryption" => "Enkriptazioa",
2013-02-12 23:05:40 +00:00
"File encryption is enabled." => "Fitxategien enkriptazioa gaituta dago.",
"The following file types will not be encrypted:" => "Hurrengo fitxategi motak ez dira enkriptatuko:",
"Exclude the following file types from encryption:" => "Baztertu hurrengo fitxategi motak enkriptatzetik:",
2013-04-27 00:24:29 +00:00
"None" => "Ezer"
2012-08-28 00:03:56 +00:00
);