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>
9 lines
712 B
JavaScript
9 lines
712 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "تمّ الاتصال به مؤخّراً",
|
|
"Contacts Interaction" : "تفاعل جهات الاتصال",
|
|
"Manages interaction between accounts and contacts" : "إدارة التفاعلات بين الحسابات و جهات الاتصال",
|
|
"Collect data about accounts and contacts interactions and provide an address book for the data" : "تجميع البيانات حول التفاعلات بين الحسابات و جهات الاتصال و توفير دفتر عنوان للبيانات"
|
|
},
|
|
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|