> jsheets Mon Nov 11 23:16:33 2002 EDT > Modified files: > /phpdoc/en/reference/mcrypt/functions mcrypt-generic-deinit.xml > mcrypt-generic-end.xml > Log: > fixed multiple spelling errors [...] > Index: phpdoc/en/reference/mcrypt/functions/mcrypt-generic-deinit.xml
> you at the end of the script. Returns &false; on error, or &true; on > - succes. > + success. > </para> > <para> > See for an example <function>mcrypt_module_open</function> and the > Index: phpdoc/en/reference/mcrypt/functions/mcrypt-generic-end.xml [...] > and closes all the modules used. Returns &false; on error, or &true; on > - succes. > + success. Could you please use the entitiy &return.success; in this cases. Look at en/language-snippets.ent: <!ENTITY return.success 'Returns &true; on success or &false; on failure.'> Using an entity eases the life for translators :-) Regards Friedhelm Betz -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
