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
325 B
JavaScript
7 lines
325 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Paskiausiai susisiekta",
|
|
"Contacts Interaction" : "Sąveika su adresatais"
|
|
},
|
|
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|