friendica-addons/cookienotice/lang/nl/strings.php

19 lines
1.5 KiB
PHP

<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Deze website gebruikt cookies. Door het gebruik van deze website, je akkoord met het gebruik van deze cookies.';
$a->strings['OK'] = 'OK';
$a->strings['"cookienotice" Settings'] = '"cookienotice" instellingen';
$a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configureer je meldingen voor het gebruik van cookies. </b>Het dient alleen een melding te zijn die zegt dat de website cookies gebruikt. Dit is te zien als de gebruiker niet heeft bevestigd door op de OK knop te drukken.';
$a->strings['Cookie Usage Notice'] = 'Cookiemelding';
$a->strings['The cookie usage notice'] = 'De cookiemelding';
$a->strings['OK Button Text'] = 'OK knop tekst';
$a->strings['The OK Button text'] = 'De OK knop tekst';
$a->strings['Save Settings'] = 'Instellingen Opslaan';
$a->strings['cookienotice Settings saved.'] = 'Cookienotice instellingen opgeslagen.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Deze website gebruikt cookies om terugkerende en ingelogde gebruikers te herkennen. Door gebruik van deze website gaat u akkoord met het gebruik van deze cookies';