<?=t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
array("url"=>"http://www.graphicsmagick.org"))?>
</p>
<?if($tk->graphicsmagick):?>
<pclass="gSuccess">
<?=t("GraphicsMagick is available in {{path}}",array("path"=>$tk->graphicsmagick))?>
</p>
<?else:?>
<pclass="gInfo">
<?=t("GraphicsMagick is not available on your system.")?>