ar.js 1.1 KB

1234567891011
  1. OC.L10N.register(
  2. "contactsinteraction",
  3. {
  4. "Recently contacted" : "تمّ الاتصال به مؤخّراً",
  5. "Contacts Interaction" : "تفاعل جهات الاتصال",
  6. "Manages interaction between accounts and contacts" : "إدارة التفاعلات بين الحسابات و جهات الاتصال",
  7. "Collect data about accounts and contacts interactions and provide an address book for the data" : "تجميع البيانات حول التفاعلات بين الحسابات و جهات الاتصال و توفير دفتر عنوان للبيانات",
  8. "Manages interaction between users and contacts" : "إدارة التفاعلات بين المستخدمين و جهات اتصالهم",
  9. "Collect data about user and contacts interactions and provide an address book for the data" : "جمع بيانات عن المستخدمين و تفاعلات جهات اتصالهم و توفير سجل عناوين لتلك البيانات"
  10. },
  11. "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;");