Move messages to place where they are used.
This commit is contained in:
@@ -9,6 +9,11 @@ if (! defined('PHPMYADMIN')) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Messages used in default captions */
|
||||||
|
$GLOBALS['strLatexContent'] = __('Content of table __TABLE__');
|
||||||
|
$GLOBALS['strLatexContinued'] = __('(continued)');
|
||||||
|
$GLOBALS['strLatexStructure'] = __('Structure of table __TABLE__');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -480,10 +480,6 @@ $charset = 'utf-8';
|
|||||||
/* l10n: Text direction, use either ltr or rtl */
|
/* l10n: Text direction, use either ltr or rtl */
|
||||||
$text_dir = __('ltr');
|
$text_dir = __('ltr');
|
||||||
|
|
||||||
$strLatexContent = __('Content of table __TABLE__');
|
|
||||||
$strLatexContinued = __('(continued)');
|
|
||||||
$strLatexStructure = __('Structure of table __TABLE__');
|
|
||||||
|
|
||||||
// now, that we have loaded the language strings we can send the errors
|
// now, that we have loaded the language strings we can send the errors
|
||||||
if ($GLOBALS['lang_failed_cfg']) {
|
if ($GLOBALS['lang_failed_cfg']) {
|
||||||
trigger_error(
|
trigger_error(
|
||||||
|
Reference in New Issue
Block a user