Setup script: move language strings to global variables, prefix them with "$strSetup"

This commit is contained in:
Piotr Przybylski
2008-10-14 10:31:07 +00:00
parent f1d78aa718
commit cd9da66ffb
11 changed files with 410 additions and 403 deletions

View File

@@ -41,7 +41,7 @@ function process_formset(FormDisplay $form_display) {
$id = $id ? "{$separator}id=$id" : '';
?>
<div class="warning">
<h4><?php echo $GLOBALS['str']['Warning'] ?></h4>
<h4><?php echo $GLOBALS['strSetupWarning'] ?></h4>
<?php echo PMA_lang('error_form') ?><br />
<a href="?page=<?php echo $page . $formset . $id . $separator ?>mode=revert"><?php echo PMA_lang('RevertErroneousFields') ?></a>
</div>