diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 43b74b023..08d2e282c 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -604,7 +604,7 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ // per SQL query, and at the same time have a default that displays // the transformations. echo '
'; - PMA_display_html_checkbox('hide_transformation', $GLOBALS['strHide'] . ' ' . __('Browser transformation'), ! empty($_SESSION['tmp_user_values']['hide_transformation']), false); + PMA_display_html_checkbox('hide_transformation', __('Hide') . ' ' . __('Browser transformation'), ! empty($_SESSION['tmp_user_values']['hide_transformation']), false); echo '
'; echo '
'; diff --git a/pmd_help.php b/pmd_help.php index 4a1e40702..328645bc7 100644 --- a/pmd_help.php +++ b/pmd_help.php @@ -24,9 +24,9 @@ require_once 'pmd_common.php'; ' . $GLOBALS['strToSelectRelation'] . '
'; + echo '

' . __('To select relation, click :') . '
'; echo '

'; - echo '

' . $GLOBALS['strDesignerHelpDisplayField'] . '

'; + echo '

' . __('The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.') . '

'; ?> diff --git a/querywindow.php b/querywindow.php index 6c69e413f..0d15de5f7 100644 --- a/querywindow.php +++ b/querywindow.php @@ -1,7 +1,7 @@ '; if ('both' === $GLOBALS['cfg']['PropertiesIconic']) { - $titles['Change'] .= $GLOBALS['strChange']; + $titles['Change'] .= __('Change'); } } else { - $titles['Change'] = $GLOBALS['strChange']; + $titles['Change'] = __('Change'); } $url_query = PMA_generate_common_url($db, $table); @@ -215,8 +214,8 @@ $_sql_history = PMA_getHistory($GLOBALS['cfg']['Server']['user']); if (! empty($_sql_history) && ($querydisplay_tab == 'history' || $querydisplay_tab == 'full')) { $tab = $querydisplay_tab != 'full' ? 'sql' : 'full'; - echo $GLOBALS['strQuerySQLHistory'] . ':
' . "\n" - .'