diff options
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/ro.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/ro.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/ro.js b/apps/contactsinteraction/l10n/ro.js new file mode 100644 index 00000000000..21c59eb5907 --- /dev/null +++ b/apps/contactsinteraction/l10n/ro.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Contactat recent", + "Contacts Interaction" : "Interacțiunea contactelor", + "Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte", + "Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/contactsinteraction/l10n/ro.json b/apps/contactsinteraction/l10n/ro.json new file mode 100644 index 00000000000..4e18794a4a0 --- /dev/null +++ b/apps/contactsinteraction/l10n/ro.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Contactat recent", + "Contacts Interaction" : "Interacțiunea contactelor", + "Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte", + "Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +}
\ No newline at end of file |