New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development (trunk): Dutch

1 2 3 37
Prio Original string Translation
Use PHP's built in REMOTE_ADDR and don't use anything else. Very secure if this is compatible with your site Gebruik PHP's ingebouwde REMOTE_ADDR en niets anders. Zeer veilig als dit compatibel is met je site Details
Use PHP's built in REMOTE_ADDR and don't use anything else. Very secure if this is compatible with your site

You have to log in to edit this translation.

Let Titan use the most secure method to get visitor IP addresses. Prevents spoofing and works with most sites. This is the default mode of operation for Titan. Titan will try to get a valid IP address from PHP. If that does not work, it will look at data that a firewall or reverse proxy sends in case your site uses this configuration. This option provides a good balance between security and compatibility. Use PHP’s built in REMOTE_ADDR and don’t use anything else. Very secure if this is compatible with your site. If you know that you definitely do not use a reverse proxy, cache, Cloudflare, CDN, or any other type of proxy in front of your web server that “proxies” traffic to your website, and if you are sure that your website is just a standalone PHP web server, then using this option will work and is the most secure in a non-proxy or load balancer configuration. You may also want to select this option for other reasons – for example, to force Titan to use the $_SERVER['REMOTE_ADDR'] variable in PHP. Use the X-Forwarded-For HTTP header. Only use if you have a front-end proxy or spoofing may result. Only use this option if you are using Nginx, a load balancer, or CDN as a front-end proxy in front of your web server, and the front-end proxy server sends IP addresses using the X-Forwarded-For HTTP header to the web server that runs WordPress. Be careful about enabling this option if you do not have a front-end proxy configuration because it will then allow visitors to spoof their IP address and you will also miss many hits that should have been logged. Use the X-Real-IP HTTP header. Only use if you have a front-end proxy or spoofing may result. Only use this option if you are using Nginx, a load balancer, or CDN as a front-end proxy in front of your web server, and the front-end proxy server sends IP addresses using the X-Real-IP HTTP header to the web server that runs WordPress. Use the Cloudflare “CF-Connecting-IP” HTTP header to get a visitor IP. Only use if you’re using Cloudflare. Titan is fully compatible with Cloudflare, and in some configurations, Cloudflare will send the real visitor IP address to your web server using the CF-Connecting-IP HTTP header. If Cloudflare support personnel have advised you that this is the case, then enable this option in Titan. Note that Cloudflare has several configurations including their own web server module that takes care of detecting the visitor IP address, so be sure to work with their technical support staff and read their documentation to determine which configuration you are using. Laat Titan de meest veilige methode gebruiken om bezoeker IP-adressen te krijgen. Voorkomt spoofing en werkt met de meeste sites. Dit is de standaard werkwijze voor Titan. Titan zal proberen een geldige IP-adres van PHP te krijgen. Als dat niet lukt, zal het kijken naar gegevens die een firewall of reverse proxy stuurt in het geval je site deze configuratie gebruikt. Deze optie biedt een goede balans tussen veiligheid en compatibiliteit. Gebruik PHP's ingebouwde REMOTE_ADDR en gebruik niets anders. Zeer veilig als dit compatibel is met je site. Als je weet dat je zeker geen reverse proxy, cache, Cloudflare, CDN, of een ander type proxy voor je web server gebruikt die verkeer naar je site "proxied", en als je zeker weet dat je site gewoon een standalone PHP web server is, dan zal het gebruik van deze optie werken en is het het veiligst in een non proxy of load balancer configuratie. Je kunt deze optie ook om andere redenen kiezen - bijvoorbeeld om Titan te dwingen de $_SERVER['REMOTE_ADDR'] variabele in PHP te gebruiken. Gebruik de X Forwarded For HTTP header. Gebruik deze optie alleen als je een front-end proxy hebt, anders kan spoofing ontstaan. Gebruik deze optie alleen als je Nginx, een load balancer of CDN gebruikt als front-end proxy voor je web server, en de front-end proxy server stuurt IP-adressen met de X Forwarded For HTTP header naar de web server waarop WordPress draait. Wees voorzichtig met het inschakelen van deze optie als je geen front-end proxy configuratie hebt omdat het dan mogelijk is dat bezoekers hun IP-adres spoofen en je ook veel hits mist die gelogd hadden moeten worden. Gebruik de X Real IP HTTP header. Alleen gebruiken als je een front-end proxy hebt of spoofing kan het gevolg zijn. Gebruik deze optie alleen als je Nginx, een load balancer of CDN gebruikt als front-end proxy voor je web server, en de front-end proxy server stuurt IP-adressen met behulp van de X Real IP HTTP header naar de web server waarop WordPress draait. Gebruik de Cloudflare "CF Connecting IP" HTTP header om een bezoekers IP te krijgen. Alleen gebruiken als je Cloudflare gebruikt. Titan is volledig compatibel met Cloudflare, en in sommige configuraties zal Cloudflare de echte bezoeker IP-adres naar je web server sturen met behulp van de CF Connecting IP HTTP header. Als Cloudflare ondersteuning personeel je heeft geadviseerd dat dit het geval is, schakel dan deze optie in Titan in. Neem er nota van dat Cloudflare verschillende configuraties heeft inclusief hun eigen web server module die zorgt voor het detecteren van bezoeker IP-adres, dus zorg ervoor dat je samenwerkt met hun technische ondersteuning medewerkers en lees hun documentatie om te bepalen welke configuratie je gebruikt. Details
Let Titan use the most secure method to get visitor IP addresses. Prevents spoofing and works with most sites. This is the default mode of operation for Titan. Titan will try to get a valid IP address from PHP. If that does not work, it will look at data that a firewall or reverse proxy sends in case your site uses this configuration. This option provides a good balance between security and compatibility. Use PHP’s built in REMOTE_ADDR and don’t use anything else. Very secure if this is compatible with your site. If you know that you definitely do not use a reverse proxy, cache, Cloudflare, CDN, or any other type of proxy in front of your web server that “proxies” traffic to your website, and if you are sure that your website is just a standalone PHP web server, then using this option will work and is the most secure in a non-proxy or load balancer configuration. You may also want to select this option for other reasons – for example, to force Titan to use the $_SERVER['REMOTE_ADDR'] variable in PHP. Use the X-Forwarded-For HTTP header. Only use if you have a front-end proxy or spoofing may result. Only use this option if you are using Nginx, a load balancer, or CDN as a front-end proxy in front of your web server, and the front-end proxy server sends IP addresses using the X-Forwarded-For HTTP header to the web server that runs WordPress. Be careful about enabling this option if you do not have a front-end proxy configuration because it will then allow visitors to spoof their IP address and you will also miss many hits that should have been logged. Use the X-Real-IP HTTP header. Only use if you have a front-end proxy or spoofing may result. Only use this option if you are using Nginx, a load balancer, or CDN as a front-end proxy in front of your web server, and the front-end proxy server sends IP addresses using the X-Real-IP HTTP header to the web server that runs WordPress. Use the Cloudflare “CF-Connecting-IP” HTTP header to get a visitor IP. Only use if you’re using Cloudflare. Titan is fully compatible with Cloudflare, and in some configurations, Cloudflare will send the real visitor IP address to your web server using the CF-Connecting-IP HTTP header. If Cloudflare support personnel have advised you that this is the case, then enable this option in Titan. Note that Cloudflare has several configurations including their own web server module that takes care of detecting the visitor IP address, so be sure to work with their technical support staff and read their documentation to determine which configuration you are using.

You have to log in to edit this translation.

Enter the option name to search... Voer de optie naam in om te zoeken... Details
Enter the option name to search...

You have to log in to edit this translation.

Maintenance, Security, Backups & Support for your WordPress Install. <a href="%s" target="_blank" rel="noopener">Now 49$/month!</a> Onderhoud, beveiliging, back-ups en ondersteuning voor je WordPress installatie. <a href="%s" target="_blank" rel="noopener">Nu 49$/maand!</a> Details
Maintenance, Security, Backups & Support for your WordPress Install. <a href="%s" target="_blank" rel="noopener">Now 49$/month!</a>
References

You have to log in to edit this translation.

Unknown error while trying to subscribe to newsletter. Onbekende fout bij het abonneren op de nieuwsbrief. Details
Unknown error while trying to subscribe to newsletter.

You have to log in to edit this translation.

Group ID is empty! Groeps ID is leeg! Details
Group ID is empty!

You have to log in to edit this translation.

You did not send your email address or it is incorrect! Je hebt je e-mailadres niet verzonden of het is onjuist! Details
You did not send your email address or it is incorrect!

You have to log in to edit this translation.

Subscribe Abonneren Details
Subscribe

You have to log in to edit this translation.

I confirm to subscribe to the CreativeMotion newsletter to receive the latest news. You can find how we use your information on our %s Privacy Policy %s Ik bevestig dat ik mij te abonneer op de CreativeMotion nieuwsbrief om het laatste nieuws te ontvangen. Hoe we je informatie gebruiken, kan je vinden in ons %s Privacybeleid %s Details
I confirm to subscribe to the CreativeMotion newsletter to receive the latest news. You can find how we use your information on our %s Privacy Policy %s

You have to log in to edit this translation.

Thank you for your subscription, a confirmation email has been sent to you. You need to confirm your subscription to complete this process. Bedankt voor je abonnering, er is een bevestiging e-mail naar je verzonden. Je moet je inschrijving bevestigen om dit proces af te ronden. Details
Thank you for your subscription, a confirmation email has been sent to you. You need to confirm your subscription to complete this process.

You have to log in to edit this translation.

Thank you, you have successfully subscribed! Bedankt, je heb je succesvol geabonneerd! Details
Thank you, you have successfully subscribed!

You have to log in to edit this translation.

Subscribe to plugin’s newsletter Abonneren op nieuwsbrief van plugin Details
Subscribe to plugin’s newsletter

You have to log in to edit this translation.

Sorry, you are not allowed to access this page. Je hebt geen toestemming om deze pagina te bekijken. Details
Sorry, you are not allowed to access this page.

You have to log in to edit this translation.

Not verified Niet geverifieerd Details
Not verified

You have to log in to edit this translation.

Suspicious Verdacht Details
Suspicious

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 37

Export as