blob: 9db757f1ea88d967d857bdb50ac028f4b857ff14 (
plain)
1
2
3
4
5
6
7
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Неодамна контактирани",
"Contacts Interaction" : "Интеракција на контакти"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|