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

da.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 786c91b39927eaf08f78901b5cc890421f618c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "user_status",
    {
    "Clear status message after" : "Ryd status notifikationer efter",
    "What is your status?" : "Hvad er din status",
    "Set status" : "Sæt status",
    "Online status" : "Online status",
    "Status message" : "Statusbesked",
    "Clear status message" : "Ryd status notifikation",
    "Set status message" : "Sæt statusbesked",
    "Away" : "Ikke tilstede",
    "Do not disturb" : "Forstyr ikke",
    "Don't clear" : "Ryd ikke",
    "Today" : "I dag",
    "This week" : "Denne uge",
    "Online" : "Online",
    "Invisible" : "Usynlig",
    "Offline" : "Offline",
    "30 minutes" : "30 minutter",
    "1 hour" : "1 time",
    "4 hours" : "4 timer",
    "What's your status?" : "Hvad er din status"
},
"nplurals=2; plural=(n != 1);");