
18 Oct
2007
18 Oct
'07
9:25 a.m.
Sebastian Mendel schrieb:
Marc Delisle schrieb:
Yes. In the first years of phpMyAdmin we added some concatenated messages instead of those short messages that don't read correctly in most other languages.
When we prepare a feature release (like now for PMA 3.0) it's time to find those and improve them!
$strDatabase . ' ' . htmlspecialchars($db) . ' ' . $strHasBeenCreated;
how about: strFileNameTemplateDescriptionServer strFileNameTemplateDescriptionDatabase strFileNameTemplateDescriptionTable '__SERVER__/' . $strFileNameTemplateDescriptionServer changing to: '%1$s/server name'