diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-07-28 02:05:38 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-07-28 02:05:38 +0200 |
commit | fa4052d6f1385647b15aee84456f7ec7484bb04f (patch) | |
tree | ec915481400f436979094a898b38ce3f517bb97e /lib/l10n | |
parent | 6bc45f11f7ec66a610b5cfa50f7621718b770694 (diff) | |
download | nextcloud-server-fa4052d6f1385647b15aee84456f7ec7484bb04f.tar.gz nextcloud-server-fa4052d6f1385647b15aee84456f7ec7484bb04f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/fi_FI.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/l10n/fi_FI.php b/lib/l10n/fi_FI.php new file mode 100644 index 00000000000..032818da51d --- /dev/null +++ b/lib/l10n/fi_FI.php @@ -0,0 +1,20 @@ +<?php $TRANSLATIONS = array( +"Help" => "Ohje", +"Settings" => "Asetukset", +"Users" => "Käyttäjät", +"Apps" => "Sovellukset", +"ZIP download is turned off." => "ZIP-lataus on poistettu käytöstä.", +"Files need to be downloaded one by one." => "Tiedostot on ladattava yksittäin.", +"Back to Files" => "Takaisin tiedostoihin", +"Selected files too large to generate zip file." => "Valitut tiedostot ovat liian suurikokoisia mahtuakseen zip-tiedostoon.", +"seconds ago" => "sekuntia sitten", +"1 minute ago" => "1 minuutti sitten", +"%d minutes ago" => "%d minuuttia sitten", +"today" => "tänään", +"yesterday" => "eilen", +"%d days ago" => "%d päivää sitten", +"last month" => "viime kuussa", +"months ago" => "kuukautta sitten", +"last year" => "viime vuonna", +"years ago" => "vuotta sitten" +); |