regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,12 +5,14 @@ function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["OK"] = "OK";
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" instellingen";
$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. 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';