From 8203a5883664f6db3eccd2c3352d575955b3eb4f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 12 Mar 2017 01:18:08 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/ro.js | 6 ++++++ l10n/ro.json | 4 ++++ 2 files changed, 10 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..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