5 lines
181 B
PHP
5 lines
181 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Krüpteerimine",
|
|
"Exclude the following file types from encryption" => "Järgnevaid failitüüpe ära krüpteeri",
|
|
"None" => "Pole"
|
|
);
|