so I know where is the problem:
<input type="submit" name="bla" value="<?=_("Odeslat dotaz")?>">
gettext is seeking through all of strings in the file, it thinks that one
string is:
"<?=_("
and second:
")?>"
And it doesn't work even with this:
value="<?=_('Odeslat dotaz')?>"
or this:
value='<?=_("Odeslat dotaz")?>'
Does anybody know how I can do it to be good?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]