8 lines
373 B
PHP
8 lines
373 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Enkriptazioa",
|
|
"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:",
|
|
"None" => "Bat ere ez"
|
|
);
|