5 lines
182 B
PHP
5 lines
182 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Salaus",
|
|
"Exclude the following file types from encryption" => "Jätä seuraavat tiedostotyypit salaamatta",
|
|
"None" => "Ei mitään"
|
|
);
|