2012-08-17 02:45:46 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Salaus",
|
2013-02-15 03:06:50 +04:00
|
|
|
"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ä:",
|
2013-01-23 03:06:18 +04:00
|
|
|
"None" => "Ei mitään"
|
2012-08-17 02:45:46 +04:00
|
|
|
);
|