sk.js 580 B

123456789
  1. OC.L10N.register(
  2. "contactsinteraction",
  3. {
  4. "Recently contacted" : "Nedávno kontaktovaní",
  5. "Contacts Interaction" : "Napojenia na kontakty",
  6. "Manages interaction between users and contacts" : "Spravuje interakciu medzi používateľmi a kontaktmi",
  7. "Collect data about user and contacts interactions and provide an address book for the data" : "Zhromaždiť údaje o interakciách používateľov a kontaktov a poskytnúť adresár pre údaje"
  8. },
  9. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");