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