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