diff options
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index e7ab738e3ee..e291a8da92d 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Waarschuwing", "Error while sending notification" : "Fout bij versturen melding", "Non-existing tag #{tag}" : "Niet bestaande tag #{tag}", + "restricted" : "beperkt", "invisible" : "onzichtbaar", "({scope})" : "({scope})", "Delete" : "Verwijder", @@ -295,6 +296,11 @@ OC.L10N.register( "This means only administrators can use the instance." : "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", "Thank you for your patience." : "Bedankt voor uw geduld.", + "Two-step verification" : "Twee-staps verificatie", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Aanvullende beveiliging is ingeschakeld voor uw account. Log in met een tweede factor.", + "Cancel login" : "Inlog annuleren", + "Please authenticate using the selected factor." : "Log in met de geselecteerde factor.", + "An error occured while verifying the token" : "Er trad een fout op bij het verifiëren van het token", "You are accessing the server from an untrusted domain." : "U benadert de server vanaf een niet vertrouwd domein.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domains\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van uw configuratie zou u als beheerder ook de onderstaande knop kunnen gebruiken om dit domein te vertrouwen.", |