slide 41
Copyright © 2005 W3C (MIT, ERCIM, Keio)
Handling variables
Composite messages
echo "There were " . $errors . " validation errors in the file " . $filename . "." ;
echo "Die Datei " . $errors . " enthält " . $filename .
" Gültigkeitsfehler." ;
Die Datei 268 enthält myFirst.html Gültigkeitsfehler.
Go to previous slide Go to next slide Go to the first slide Go to the slide index Go to the PDF version
Slide 41 of 53
The reason is that the translation process didn't switch the order of the variables.
"