summaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/l10n/lt_LT.js
blob: cd0086f87a221eab84a49e2db723bdc413598858 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "contactsinteraction",
    {
    "Recently contacted" : "Paskiausiai susisiekta",
    "Contacts Interaction" : "Sąveika su adresatais",
    "Manages interaction between users and contacts" : "Tvarko sąsają tarp naudotojų ir adresatų",
    "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ą"
},
"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);");