diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-18 00:06:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-18 00:06:51 +0000 |
commit | 943d9737e44f4848a0a1202b813565edf58f2321 (patch) | |
tree | 8cce60cb1cdf43f8484e8f6964fb1ae862369044 /apps/dav/l10n | |
parent | cf5d30387b20e74304e4d28f709b928c3cb231c9 (diff) | |
download | nextcloud-server-943d9737e44f4848a0a1202b813565edf58f2321.tar.gz nextcloud-server-943d9737e44f4848a0a1202b813565edf58f2321.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/fi_FI.js | 17 | ||||
-rw-r--r-- | apps/dav/l10n/fi_FI.json | 15 |
2 files changed, 32 insertions, 0 deletions
diff --git a/apps/dav/l10n/fi_FI.js b/apps/dav/l10n/fi_FI.js new file mode 100644 index 00000000000..c2b9b8fef54 --- /dev/null +++ b/apps/dav/l10n/fi_FI.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "Yhteystietojen syntymäpäivät", + "Personal" : "Henkilökohtainen", + "Contacts" : "Yhteystiedot", + "Technical details" : "Tekniset yksityiskohdat", + "Remote Address: %s" : "Etäosoite: %s", + "Request ID: %s" : "Pyynnön tunniste: %s", + "Type: %s" : "Tyyppi: %s", + "Code: %s" : "Koodi: %s", + "Message: %s" : "Viesti: %s", + "File: %s" : "Tiedosto: %s", + "Line: %s" : "Rivi: %s", + "Trace" : "Jäljitys" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/fi_FI.json b/apps/dav/l10n/fi_FI.json new file mode 100644 index 00000000000..8adef493226 --- /dev/null +++ b/apps/dav/l10n/fi_FI.json @@ -0,0 +1,15 @@ +{ "translations": { + "Contact birthdays" : "Yhteystietojen syntymäpäivät", + "Personal" : "Henkilökohtainen", + "Contacts" : "Yhteystiedot", + "Technical details" : "Tekniset yksityiskohdat", + "Remote Address: %s" : "Etäosoite: %s", + "Request ID: %s" : "Pyynnön tunniste: %s", + "Type: %s" : "Tyyppi: %s", + "Code: %s" : "Koodi: %s", + "Message: %s" : "Viesti: %s", + "File: %s" : "Tiedosto: %s", + "Line: %s" : "Rivi: %s", + "Trace" : "Jäljitys" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |