nextcloud/apps/files_encryption/l10n/fi_FI.php

10 lines
413 B
PHP
Raw Normal View History

2012-08-17 02:45:46 +04:00
<?php $TRANSLATIONS = array(
2013-05-26 04:03:54 +04: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-17 02:45:46 +04:00
);