diff options
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index b6b1e26dd95..f35af8b2c1b 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -324,6 +324,8 @@ OC.L10N.register( "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Er is niks ingesteld voor caching. Om de prestaties te verbeteren kun je een cache instellen als dit beschikbaar is. Meer informatie vindt je in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom kan niet gelezen worden door PHP en dat wordt sterk afgeraden ivm veiligheid van je server. Meer informatie vindt je in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Je gebruikt momenteel PHP versie {version}. We raden je aan om PHP te upgraden om zo te profiteren van <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">prestatieverbeteringen en veiligheidsupdates aangeboden door de PHP Group</a> zodra het besturingssysteem van je server dit ondersteunt.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "De reverse proxy headers configuratie is onjuist, of je benadert Nextcloud vanaf een vertrouwde proxy. Als je Nextcloud niet vanaf een vertrouwde proxy benaderd, is dit een beveiligingsprobleem en kan een kwaadwillende toelaten om hun IP adres te verhullen voor Nextcloud. Meer informatie kan in onze documentatie worden gevonden.<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie </a>worden gevonden.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geinstalleerd. . \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" maar niet \"memcache\". Zie de <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki</a>over beide modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden hebben de integriteitscontrole niet doorstaan. Meer informatie over hoe je dit probleem kunt oplossen vindt je in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst van ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw scannen</a>)", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "De PHP OPcache is niet goed ingesteld. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Voor betere prestaties raden we je aan</a> om de volgende instellingen te gebruiken in <code>php.ini</code>:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan er voor zorgen dat scripts gestopt worden tijdens de uitvoeren ervan, wat resulteert in een defecte installatie. We raden sterk aan deze functie aan te zetten.", |