mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
4d61fd2e5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 lines
233 B
JavaScript
8 lines
233 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Contactat recent",
|
|
"Contacts Interaction" : "Interacțiunea contactelor"
|
|
},
|
|
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|