he.js 640 B

123456789
  1. OC.L10N.register(
  2. "contactsinteraction",
  3. {
  4. "Recently contacted" : "נוצר קשר לאחרונה",
  5. "Contacts Interaction" : "אינטראקציה בין אנשי קשר",
  6. "Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר",
  7. "Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים"
  8. },
  9. "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");