Rabus wrote:
What about this:
$strNotSet = '%s table not found or not set in %s';
if(!isset($relex)){die(sprintf($strNotSet,'relation','config.inc.php3'));} if(!isset($info)){die(sprintf($strNotSet,'table_info','config.inc.php3'));} if(!isset($coords)){die(sprintf($strNotSet,'table_coords','config.inc.php3') );}
This would keep our language files extension-independant.
Ok I will merge this idea with the new code in pdf_pages (now there are 3 links to the documentation)
And I will send an updated message to the translators.
Marc