diff --git a/l10n/ro.js b/l10n/ro.js new file mode 100644 index 0000000..5c27a13 --- /dev/null +++ b/l10n/ro.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "data_request", + { + "sent!" : "trimis!", + "No administrator could have been contacted." : "Niciun administrator nu a putut fi contactat.", + "Account deletion request" : "Cerere ștergere cont", + "Account" : "Cont", + "Request account deletion" : "Cerere ștergere cont" +}, +"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..8d1b5ee --- /dev/null +++ b/l10n/ro.json @@ -0,0 +1,8 @@ +{ "translations": { + "sent!" : "trimis!", + "No administrator could have been contacted." : "Niciun administrator nu a putut fi contactat.", + "Account deletion request" : "Cerere ștergere cont", + "Account" : "Cont", + "Request account deletion" : "Cerere ștergere cont" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file