10 lines
561 B
JavaScript
10 lines
561 B
JavaScript
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));");
|