blob: a7cd9395bf070721e490495b12cc1dfbf7b109b9 (
plain)
1
2
3
4
5
6
|
<?php $TRANSLATIONS = array(
"Encryption" => "Krüpteerimine",
"Exclude the following file types from encryption" => "Järgnevaid failitüüpe ära krüpteeri",
"None" => "Pole",
"Enable Encryption" => "Luba krüpteerimine"
);
|