You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lt_LT.js 628B

123456789
  1. OC.L10N.register(
  2. "contactsinteraction",
  3. {
  4. "Recently contacted" : "Paskiausiai susisiekta",
  5. "Contacts Interaction" : "Sąveika su adresatais",
  6. "Manages interaction between users and contacts" : "Tvarko sąsają tarp naudotojų ir adresatų",
  7. "Collect data about user and contacts interactions and provide an address book for the data" : "Rinkti duomenis apie naudotojų bei adresatų sąveiką ir pateikti šių duomenų adresų knygą"
  8. },
  9. "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");