slide 14
Copyright © 2005 W3C (MIT, ERCIM, Keio)
Handling variables
Linguistic issues
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 14 of 81
The reason is that the translation process didn't switch the order of the variables.
"