diff options
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r-- | apps/user_status/l10n/nl.js | 5 | ||||
-rw-r--r-- | apps/user_status/l10n/nl.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js index 077c9e12a16..1063bc7ffea 100644 --- a/apps/user_status/l10n/nl.js +++ b/apps/user_status/l10n/nl.js @@ -7,9 +7,11 @@ OC.L10N.register( "Out sick" : "Ziek", "Vacationing" : "vakantie", "Working remotely" : "Thuiswerken", + "User status" : "Gebruikersstatus", "What's your status?" : "Wat is je status?", "Set status" : "Instellen status", "Status message" : "Statusbericht", + "No recent status changes" : "Geen recente statuswijzigingen", "Away" : "Afwezig", "Do not disturb" : "Niet storen", "{status}, {timestamp}" : "{status}, {timestamp}", @@ -20,6 +22,7 @@ OC.L10N.register( "Offline" : "Off-line", "30 minutes" : "30 minuten", "1 hour" : "1 uur", - "4 hours" : "4 uur" + "4 hours" : "4 uur", + "Mute all notifications" : "Onderdruk alle meldingen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/nl.json b/apps/user_status/l10n/nl.json index 4413518a3ff..4593e9927b0 100644 --- a/apps/user_status/l10n/nl.json +++ b/apps/user_status/l10n/nl.json @@ -5,9 +5,11 @@ "Out sick" : "Ziek", "Vacationing" : "vakantie", "Working remotely" : "Thuiswerken", + "User status" : "Gebruikersstatus", "What's your status?" : "Wat is je status?", "Set status" : "Instellen status", "Status message" : "Statusbericht", + "No recent status changes" : "Geen recente statuswijzigingen", "Away" : "Afwezig", "Do not disturb" : "Niet storen", "{status}, {timestamp}" : "{status}, {timestamp}", @@ -18,6 +20,7 @@ "Offline" : "Off-line", "30 minutes" : "30 minuten", "1 hour" : "1 uur", - "4 hours" : "4 uur" + "4 hours" : "4 uur", + "Mute all notifications" : "Onderdruk alle meldingen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |