From 2ae0639154b7de3fc5962775f9fc74ea87f9472e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 5 Oct 2019 02:23:08 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/ro.js | 10 ++++++++++ l10n/ro.json | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 l10n/ro.js create mode 100644 l10n/ro.json 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