diff options
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index a3a5aeba256..6bfe16248e1 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -27,8 +27,6 @@ OC.L10N.register( "Could not complete login" : "De login kon niet worden voltooid", "Your login token is invalid or has expired" : "Je inlogtoken is ongeldig of is vervallen", "Password reset is disabled" : "Wachtwoordreset is uitgeschakeld", - "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet resetten omdat het token ongeldig is", - "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet resetten omdat het token verlopen is", "%s password reset" : "%s reset wachtwoord", "Password reset" : "Wachtwoordreset", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende knop om je wachtwoord te resetten. Als je geen wachtwoordreset hebt aangevraagd, negeer dan dit e-mailbericht.", @@ -374,6 +372,8 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.", "This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", + "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet resetten omdat het token ongeldig is", + "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet resetten omdat het token verlopen is", "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de de database)", "Checked database schema update" : "Database schema-update gecontroleerd", "Checking updates of apps" : "Controleert of er app updates zijn", |