strLanguage
This commit is contained in:
parent
4b024b0f29
commit
66a558c4ff
@ -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
|
||||
|
||||
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user