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: 07a5521092dfe0cb8eaadd787ac3f912e8b79250 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
},
"nplurals=2; plural=(n != 1);");