mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
7 lines
239 B
JavaScript
7 lines
239 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Recientemente contactado",
|
|
"Contacts Interaction" : "Interacción con contactos"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|