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
273 B
JavaScript
7 lines
273 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "נוצר קשר לאחרונה",
|
|
"Contacts Interaction" : "אינטראקציה בין אנשי קשר"
|
|
},
|
|
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|