diff options
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/nl.js | 7 | ||||
-rw-r--r-- | apps/user_status/l10n/nl.json | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js index 1063bc7ffea..e576aa8236f 100644 --- a/apps/user_status/l10n/nl.js +++ b/apps/user_status/l10n/nl.js @@ -11,18 +11,23 @@ OC.L10N.register( "What's your status?" : "Wat is je status?", "Set status" : "Instellen status", "Status message" : "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" + "Mute all notifications" : "Onderdruk alle meldingen", + "Clear status after" : "Maak de status leeg na" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/nl.json b/apps/user_status/l10n/nl.json index 4593e9927b0..f8b232d4a5d 100644 --- a/apps/user_status/l10n/nl.json +++ b/apps/user_status/l10n/nl.json @@ -9,18 +9,23 @@ "What's your status?" : "Wat is je status?", "Set status" : "Instellen status", "Status message" : "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" + "Mute all notifications" : "Onderdruk alle meldingen", + "Clear status after" : "Maak de status leeg na" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |