diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /core/l10n/fi_FI.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'core/l10n/fi_FI.php')
-rw-r--r-- | core/l10n/fi_FI.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php new file mode 100644 index 00000000000..5d2e3310c35 --- /dev/null +++ b/core/l10n/fi_FI.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Username" => "Käyttäjätunnus", +"Password" => "Salasana", +"Log out" => "Kirjaudu ulos", +"You are logged out." => "Olet kirjautunut ulos." +); |