blob: 57b6a4927bfa6b6ad50e7f1bdd94826ff0f38586 (
plain)
1
2
3
4
5
6
|
<?php $TRANSLATIONS = array(
"Encryption" => "Enkriptazioa",
"Exclude the following file types from encryption" => "Ez enkriptatu hurrengo fitxategi motak",
"None" => "Bat ere ez",
"Enable Encryption" => "Gaitu enkriptazioa"
);
|