8 lines
346 B
PHP
8 lines
346 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Salaus",
|
|
"File encryption is enabled." => "Tiedostojen salaus on käytössä.",
|
|
"The following file types will not be encrypted:" => "Seuraavia tiedostotyyppejä ei salata:",
|
|
"Exclude the following file types from encryption:" => "Älä salaa seuravia tiedostotyyppejä:",
|
|
"None" => "Ei mitään"
|
|
);
|