diff options
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 00590ffceb5..3a60d199642 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -17,6 +17,10 @@ OC.L10N.register( "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is", "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met je beheerder.", + "Password reset" : "Herstel wachtwoord", + "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 herstellen. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.", + "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik op de volgende link om je wachtwoord te herstellen. Als je geen wachtwoordherstel hebt aangevraagd, negeer dan dit e-mailbericht.", + "Reset your password" : "Herstel je wachtwoord", "%s password reset" : "%s reset wachtwoord", "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met je beheerder.", "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of je gebruikersnaam correct is.", @@ -263,7 +267,6 @@ OC.L10N.register( "Log in" : "Meld u aan", "Stay logged in" : "Ingelogd blijven", "Alternative Logins" : "Alternatieve inlogs", - "Use the following link to reset your password: {link}" : "Gebruik de volgende link om je wachtwoord te resetten: {link}", "New password" : "Nieuw wachtwoord", "New Password" : "Nieuw wachtwoord", "Reset password" : "Reset wachtwoord", @@ -308,6 +311,7 @@ OC.L10N.register( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo daar,\n\n%s deelt %s met je.\nBekijk het hier: %s\n\n", "The share will expire on %s." : "Het gedeelde vervalt op %s.", "Cheers!" : "Proficiat!", + "Use the following link to reset your password: {link}" : "Gebruik de volgende link om je wachtwoord te resetten: {link}", "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hallo daar,<br><br>%s deelde <strong>%s</strong> met je.<br><a href=\"%s\">Bekijk het hier!</a><br><br>" }, "nplurals=2; plural=(n != 1);"); |