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: 06ac2b087a7561dd7703cf8dfb6fadeae1ce9b23 (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",
    {
    "Recent statuses" : "Recente statussen",
    "In a meeting" : "Vergadering",
    "Commuting" : "Woon-werk",
    "Out sick" : "Ziek",
    "Vacationing" : "vakantie",
    "Working remotely" : "Thuiswerken",
    "Online" : "Online",
    "Away" : "Afwezig",
    "Do not disturb" : "Niet storen",
    "Invisible" : "Verborgen",
    "Offline" : "Off-line",
    "Set status" : "Instellen status",
    "What's your status?" : "Wat is je status?",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Today" : "Vandaag",
    "This week" : "Deze week",
    "30 minutes" : "30 minuten",
    "1 hour" : "1 uur",
    "4 hours" : "4 uur"
},
"nplurals=2; plural=(n != 1);");