]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockbot/lang/en-gb/strings.php
regenerated all the strings
[friendica-addons.git] / blockbot / lang / en-gb / strings.php
index f5299bf51a468ea910ef2be6179de4712f1e3818..1570fc97f8362a484e2c72c3ea3b4b7e58595317 100644 (file)
@@ -3,11 +3,10 @@
 if(! function_exists("string_plural_select_en_gb")) {
 function string_plural_select_en_gb($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
-;
-$a->strings["Save Settings"] = "Save Settings";
-$a->strings["Allow \"good\" crawlers"] = "Allow \"good\" crawlers";
-$a->strings["Block GabSocial"] = "Block GabSocial";
-$a->strings["Training mode"] = "Training mode";
-$a->strings["Settings updated."] = "Settings updated.";
+$a->strings['Save Settings'] = 'Save Settings';
+$a->strings['Allow "good" crawlers'] = 'Allow "good" crawlers';
+$a->strings['Block GabSocial'] = 'Block GabSocial';
+$a->strings['Training mode'] = 'Training mode';
+$a->strings['Settings updated.'] = 'Settings updated.';