aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/l10n/cs.js
blob: 38ede2f097d8259a593f662507a18f071d85d8f3 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "contactsinteraction",
    {
    "Recently contacted" : "Nedávno kontaktovaní",
    "Contacts Interaction" : "Napojení na kontakty",
    "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");