2015-12-08 13:57:50 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_nl")) {
|
|
|
|
function string_plural_select_nl($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Comma separated profile URLS to block"] = "Door komma's gescheiden profiel-URL's die geblokkeerd moeten worden";
|
2016-03-20 08:06:33 +01:00
|
|
|
$a->strings["\"Superblock\" Settings"] = "Superblock (kanalen volledig blokkeren)";
|
2015-12-08 13:57:50 +01:00
|
|
|
$a->strings["Submit"] = "Opslaan";
|
|
|
|
$a->strings["SUPERBLOCK Settings saved."] = "Superblock-instellingen opgeslagen.";
|
|
|
|
$a->strings["Block Completely"] = "Volledig blokkeren";
|
|
|
|
$a->strings["superblock settings updated"] = "Superblock-instellingen bijgewerkt";
|
|
|
|
|