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

nl.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7861577cbbc8b1a477d9f72f1dece09d5461fce4 (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" : "Recente statussen",
    "In a meeting" : "In een vergadering",
    "Commuting" : "Woon-werk",
    "Out sick" : "Ziek",
    "Vacationing" : "Op vakantie",
    "Working remotely" : "Thuiswerken",
    "In a call" : "In gesprek",
    "User status" : "Gebruikersstatus",
    "View profile" : "Bekijk profiel",
    "Clear status message after" : "Statusbericht wissen na",
    "What is your status?" : "Wat is jouw status?",
    "Set status" : "Instellen status",
    "Online status" : "Online status",
    "Status message" : "Statusbericht",
    "Clear status message" : "Opruimen statusbericht",
    "Set status message" : "Instellen statusbericht",
    "There was an error saving the status" : "Er is een fout opgetreden bij het bewaren van de status",
    "There was an error clearing the status" : "Er is een fout opgetreden bij het leegmaken van de status",
    "No recent status changes" : "Geen recente statuswijzigingen",
    "Away" : "Afwezig",
    "Do not disturb" : "Niet storen",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "Niet schoonmaken",
    "Today" : "Vandaag",
    "This week" : "Deze week",
    "Online" : "Online",
    "Invisible" : "Verborgen",
    "Offline" : "Off-line",
    "There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status",
    "30 minutes" : "30 minuten",
    "1 hour" : "1 uur",
    "4 hours" : "4 uur",
    "Mute all notifications" : "Onderdruk alle meldingen",
    "Appear offline" : "Toon afwezig",
    "What's your status?" : "Wat is je status?"
},
"nplurals=2; plural=(n != 1);");