7 lines
225 B
PHP
7 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"
|
||
|
);
|