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

17 lines
608 B
PHP

<?php
if(! function_exists("string_plural_select_nl")) {
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.";