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

sv.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9fa738ebcf5a37b4d3d6b8bb8cd3ba7b7b556af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontaktfödelsedagar",
    "Personal" : "Personligt",
    "Contacts" : "Kontakter",
    "Technical details" : "Tekniska detaljer",
    "Remote Address: %s" : "Fjärradress: %s",
    "Request ID: %s" : "Begär ID: %s",
    "Type: %s" : "Typ: %s",
    "Code: %s" : "Kod: %s",
    "Message: %s" : "Meddelande: %s",
    "File: %s" : "Fil: %s",
    "Line: %s" : "Rad: %s",
    "Trace" : "Spåra"
},
"nplurals=2; plural=(n != 1);");