diff --git a/l10n/fi.js b/l10n/fi.js new file mode 100644 index 0000000..06e9d3e --- /dev/null +++ b/l10n/fi.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Puhelinsynkronointi", + "No contact found." : "Yhteystietoa ei löydy.", + "Settings" : "Asetukset", + "Default country code" : "Oletusmaakoodi", + "Contact ordering" : "Yhteystietojen järjestäminen", + "Notification settings" : "Ilmoitusasetukset" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json new file mode 100644 index 0000000..f960e58 --- /dev/null +++ b/l10n/fi.json @@ -0,0 +1,9 @@ +{ "translations": { + "Phone Sync" : "Puhelinsynkronointi", + "No contact found." : "Yhteystietoa ei löydy.", + "Settings" : "Asetukset", + "Default country code" : "Oletusmaakoodi", + "Contact ordering" : "Yhteystietojen järjestäminen", + "Notification settings" : "Ilmoitusasetukset" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file