blob: 5796499a26ceb3cb6017378318f0b9ab268115fb (
plain)
1
2
3
4
5
6
|
<?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"
);
|