9 lines
300 B
JavaScript
9 lines
300 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Zuletzt kontaktiert",
|
|
"Contacts Interaction" : "Kontaktinteraktionen",
|
|
"Manages interaction between users and contacts" : "Verwaltet Interaktionen von Benutzern mit Kontakten."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|