server/apps/files_encryption/l10n/fi_FI.php

10 lines
413 B
PHP
Raw Normal View History

2012-08-16 22:45:46 +00:00
<?php $TRANSLATIONS = array(
2013-05-26 00:03:54 +00:00
"Password successfully changed." => "Salasana vaihdettiin onnistuneesti.",
"Could not change the password. Maybe the old password was not correct." => "Salasanan vaihto epäonnistui. Kenties vanha salasana oli väärin.",
"Saving..." => "Tallennetaan...",
"Encryption" => "Salaus",
"Enabled" => "Käytössä",
"Disabled" => "Ei käytössä",
"Change Password" => "Vaihda salasana"
2012-08-16 22:45:46 +00:00
);