]> git.mxchange.org Git - friendica-addons.git/blob - superblock/lang/nl/strings.php
d66e7b9e70674cdb4692351d57b0612861c8eb97
[friendica-addons.git] / superblock / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Superblock"] = "Superblock";
10 $a->strings["Comma separated profile URLS to block"] = "";
11 $a->strings["Save Settings"] = "Instellingen opslaan";
12 $a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK instellingen opgeslagen";
13 $a->strings["Block Completely"] = "";
14 $a->strings["superblock settings updated"] = "Superblock instellingen opgeslagen";