]> git.mxchange.org Git - friendica-addons.git/blobdiff - superblock/lang/nl/strings.php
regenerated all the strings
[friendica-addons.git] / superblock / lang / nl / strings.php
index d66e7b9e70674cdb4692351d57b0612861c8eb97..fa857a92b26c7b0fead0ea06c502adf19f835e9f 100644 (file)
@@ -3,12 +3,9 @@
 if(! function_exists("string_plural_select_nl")) {
 function string_plural_select_nl($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
-;
-$a->strings["Superblock"] = "Superblock";
-$a->strings["Comma separated profile URLS to block"] = "";
-$a->strings["Save Settings"] = "Instellingen opslaan";
-$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK instellingen opgeslagen";
-$a->strings["Block Completely"] = "";
-$a->strings["superblock settings updated"] = "Superblock instellingen opgeslagen";
+$a->strings['Superblock'] = 'Superblock';
+$a->strings['Save Settings'] = 'Instellingen opslaan';
+$a->strings['SUPERBLOCK Settings saved.'] = 'SUPERBLOCK instellingen opgeslagen';
+$a->strings['superblock settings updated'] = 'Superblock instellingen opgeslagen';