2012-08-28 04:03:56 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Enkriptazioa",
|
2013-02-13 03:05:40 +04: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 04:24:29 +04:00
|
|
|
"None" => "Ezer"
|
2012-08-28 04:03:56 +04:00
|
|
|
);
|