mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
9fc64423a5
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 lines
718 B
JavaScript
10 lines
718 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Неодамна контактирани",
|
|
"Contacts Interaction" : "Интеракција на контакти",
|
|
"Manages interaction between accounts and contacts" : "Управува со интеракција помеѓу корисниците и контактите",
|
|
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Соберете податоци за интеракциите на корисниците и контактите и обезбедете адресар за податоците"
|
|
},
|
|
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|