diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-18 00:13:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-18 00:13:30 +0000 |
commit | d4aa4ff1f49672d44812e5f6e76e39c8e9c91ecf (patch) | |
tree | 5cbf5ca49f99e1c8c983494fb75d19b19489cd40 /core/l10n/nl.js | |
parent | 13d21f5989a3dfba417a506cbe5bac9e794c3fdd (diff) | |
download | nextcloud-server-d4aa4ff1f49672d44812e5f6e76e39c8e9c91ecf.tar.gz nextcloud-server-d4aa4ff1f49672d44812e5f6e76e39c8e9c91ecf.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 7a4fc90c3ce..030d7590c92 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -291,8 +291,6 @@ OC.L10N.register( "Error while validating your second factor" : "Fout bij het verifiëren van je tweede factor", "Access through untrusted domain" : "Toegang via een niet vertrouwd domein", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Neem contact op met je beheerder. Wanneer je een beheerder bent kun je de \"trusted_domains\" instelling bewerken in config/config.php zoals in het voorbeeld config.sample.php. ", - "Depending on your configuration, this button could also work to trust the domain:" : "Afhankelijk van je configuratie kan deze knop ook werken om het volgende domein te vertrouwen:", - "Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein", "App update required" : "Bijwerken App vereist", "%s will be updated to version %s" : "%s wordt geüpdatet naar versie %s", "These apps will be updated:" : "Deze apps worden bijgewerkt:", @@ -344,8 +342,10 @@ OC.L10N.register( "You are accessing the server from an untrusted domain." : "Je benadert de server van 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 de beheerder. Als je zelf de beheerder bent van deze installatie, zorg dan de \"trusted_domains\" instellingen goed zijn ingesteld in config/config.php. Een voorbeeldconfiguratie vind je 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 je instellingen kun je mogelijk als admin ook de onderstaande knop gebruiken om dit domein te vertrouwen.", + "Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Voor hulp, zie de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie</a>.", "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.", - "Back to log in" : "Terug naar inloggen" + "Back to log in" : "Terug naar inloggen", + "Depending on your configuration, this button could also work to trust the domain:" : "Afhankelijk van je configuratie kan deze knop ook werken om het volgende domein te vertrouwen:" }, "nplurals=2; plural=(n != 1);"); |