Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs_CZ.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca5e6b8230108b3894d91cb147b049e3a8d16f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Narozeniny kontaktů",
    "Personal" : "Osobní",
    "Contacts" : "Kontakty",
    "Technical details" : "Technické detaily",
    "Remote Address: %s" : "Vzdálená adresa: %s",
    "Request ID: %s" : "ID požadavku: %s"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");