diff --git a/l10n/eo.js b/l10n/eo.js new file mode 100644 index 0000000..b9b36fc --- /dev/null +++ b/l10n/eo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Telefono Sinkronigo", + "An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json new file mode 100644 index 0000000..594fef7 --- /dev/null +++ b/l10n/eo.json @@ -0,0 +1,5 @@ +{ "translations": { + "Phone Sync" : "Telefono Sinkronigo", + "An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file