diff options
Diffstat (limited to 'apps/dav')
-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 |