strLanguage

This commit is contained in:
Marc Delisle 2006-08-09 21:19:33 +00:00
parent 4b024b0f29
commit 66a558c4ff
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ $Source$
MySQL 4.1.13 and double quotes in SHOW VARIABLES,
thanks to Herve Pages
* docs.css, Documentation.html: bug #1446538, FAQ numbers missing
* libraries/display_select_lang.lib.php, lang/*: $strLanguage
2006-08-08 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php: added a FIXME for db copy with Add Constraints

View File

@ -48,7 +48,7 @@ function PMA_select_language($use_fieldset = FALSE) {
. ((int)$GLOBALS['server']) . '" />' . "\n";
}
$language_title = 'Language <a href="./translators.html" target="documentation">' .
$language_title = $GLOBALS['strLanguage'] . ($GLOBALS['strLanguage'] != 'Language' ? ' - Language' : '') . ' <a href="./translators.html" target="documentation">' .
( $cfg['ReplaceHelpImg'] ?
'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_info.png" width="11" height="11" alt="Info" />' :
'(*)' ) . '</a>';