blob: 1a88058cea0c4237670599578462b56704459132 (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Nýlega haft samband við",
"Contacts Interaction" : "Gagnvirkni tengiliða",
"Manages interaction between users and contacts" : "Sýslar með gagnvirkni milli notenda og tengiliða",
"Collect data about user and contacts interactions and provide an address book for the data" : "Safnaðu gögnum um samskipti milli notenda og tengiliða og gefðu upp nafnaskrá fyrir gögnin"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|