summaryrefslogtreecommitdiffstats
path: root/apps/user_status/l10n/nl.js
blob: b79bb8d209ed636d07ca87e738e8676acabc028d (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
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Recente statussen",
    "In a meeting" : "Vergadering",
    "Commuting" : "Woon-werk",
    "Out sick" : "Ziek",
    "Vacationing" : "vakantie",
    "Working remotely" : "Thuiswerken",
    "What's your status?" : "Wat is je status?",
    "Set status" : "Instellen status",
    "Status message" : "Statusbericht",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Today" : "Vandaag",
    "This week" : "Deze week",
    "Online" : "Online",
    "Away" : "Afwezig",
    "Do not disturb" : "Niet storen",
    "Invisible" : "Verborgen",
    "Offline" : "Off-line",
    "30 minutes" : "30 minuten",
    "1 hour" : "1 uur",
    "4 hours" : "4 uur"
},
"nplurals=2; plural=(n != 1);");