diff --git a/l10n/ro.js b/l10n/ro.js new file mode 100644 index 0000000..a131eff --- /dev/null +++ b/l10n/ro.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronizare telefon" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json new file mode 100644 index 0000000..7bd16de --- /dev/null +++ b/l10n/ro.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sincronizare telefon" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file