diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-26 02:03:54 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-26 02:03:54 +0200 |
commit | 0c621ff6a93fe1b34c77257d83fd344489f59bab (patch) | |
tree | ad145413625da70e2c5fadb9e87f626e2c5fffba /apps/files_encryption/l10n/fi_FI.php | |
parent | dbb6a10364fb87989cb13f704887782a1531e16b (diff) | |
download | nextcloud-server-0c621ff6a93fe1b34c77257d83fd344489f59bab.tar.gz nextcloud-server-0c621ff6a93fe1b34c77257d83fd344489f59bab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/fi_FI.php')
-rw-r--r-- | apps/files_encryption/l10n/fi_FI.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/fi_FI.php b/apps/files_encryption/l10n/fi_FI.php index bc67b9d8581..a00cc8ab96e 100644 --- a/apps/files_encryption/l10n/fi_FI.php +++ b/apps/files_encryption/l10n/fi_FI.php @@ -1,3 +1,9 @@ <?php $TRANSLATIONS = array( -"Encryption" => "Salaus" +"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" ); |