mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
286ceead15
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 lines
265 B
JavaScript
7 lines
265 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Неодамна контактирани",
|
|
"Contacts Interaction" : "Интеракција на контакти"
|
|
},
|
|
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|