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

sl.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f2dd45ae7aa1586261591e37d3f48f510a4ccb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Rojstni dnevi kontaktov",
    "Personal" : "Osebno",
    "Contacts" : "Stiki",
    "Technical details" : "Tehnične podrobnosti",
    "Remote Address: %s" : "Oddaljeni naslov: %s",
    "Request ID: %s" : "ID Zahteve: %s",
    "Type: %s" : "Tip: %s",
    "Code: %s" : "Koda: %s",
    "Message: %s" : "Sporočilo: %s",
    "File: %s" : "Datoteka: %s",
    "Line: %s" : "Vrstica: %s",
    "Trace" : "Sled"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");