diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js new file mode 100644 index 0000000..7e9f813 --- /dev/null +++ b/l10n/fi_FI.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Puhelin synkronointi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json new file mode 100644 index 0000000..2dc2fff --- /dev/null +++ b/l10n/fi_FI.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Puhelin synkronointi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file