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: 1e8905e7074fa5cea469662957ac70fba575e6d4 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Seneste status",
    "In a meeting" : "I møde",
    "Commuting" : "Under vejs",
    "Out sick" : "Sygemeldt",
    "Vacationing" : "Holder ferie",
    "Working remotely" : "Arbejder hjemmefra",
    "In a call" : "Taler i telefon",
    "User status" : "Bruger status",
    "View profile" : "Vis profil",
    "Clear status after" : "Ryd status 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",
    "There was an error saving the status" : "Der opstod en fejl ved lagring af status",
    "There was an error clearing the status" : "Der opstod en fejl ved rydning af status",
    "No recent status changes" : "Ingen ændringer i status",
    "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",
    "There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status",
    "30 minutes" : "30 minutter",
    "1 hour" : "1 time",
    "4 hours" : "4 timer",
    "Mute all notifications" : "Vis ikke notifikationer",
    "Appear offline" : "Er offline",
    "Clear status message after" : "Ryd status notifikationer efter",
    "What's your status?" : "Hvad er din status"
},
"nplurals=2; plural=(n != 1);");