X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=blockbot%2Flang%2Fen-gb%2Fstrings.php;h=1570fc97f8362a484e2c72c3ea3b4b7e58595317;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=f5299bf51a468ea910ef2be6179de4712f1e3818;hpb=147ac6b774d4210f2e2cb7db88edded97e22a128;p=friendica-addons.git diff --git a/blockbot/lang/en-gb/strings.php b/blockbot/lang/en-gb/strings.php index f5299bf5..1570fc97 100644 --- a/blockbot/lang/en-gb/strings.php +++ b/blockbot/lang/en-gb/strings.php @@ -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.';