gettext conversion

This commit is contained in:
Marc Delisle
2010-05-05 12:57:30 -04:00
parent 149c75f91f
commit 17c9fb4d28
64 changed files with 7228 additions and 6503 deletions

View File

@@ -311,13 +311,13 @@ foreach ($rows as $row_id => $vrow) {
if ($cfg['ShowFieldTypesInDataEditView']) {
$this_url_params = array_merge($url_params,
array('ShowFieldTypesInDataEditView' => 0, 'ShowFunctionFields' => $cfg['ShowFunctionFields'], 'goto' => 'sql.php'));
echo ' <th><a href="tbl_change.php' . PMA_generate_common_url($this_url_params) . '" title="' . $strHide . '">' . __('Type') . '</a></th>' . "\n";
echo ' <th><a href="tbl_change.php' . PMA_generate_common_url($this_url_params) . '" title="' . __('Hide') . '">' . __('Type') . '</a></th>' . "\n";
}
if ($cfg['ShowFunctionFields']) {
$this_url_params = array_merge($url_params,
array('ShowFunctionFields' => 0, 'ShowFieldTypesInDataEditView' => $cfg['ShowFieldTypesInDataEditView'], 'goto' => 'sql.php'));
echo ' <th><a href="tbl_change.php' . PMA_generate_common_url($this_url_params) . '" title="' . $strHide . '">' . __('Function') . '</a></th>' . "\n";
echo ' <th><a href="tbl_change.php' . PMA_generate_common_url($this_url_params) . '" title="' . __('Hide') . '">' . __('Function') . '</a></th>' . "\n";
}
?>
<th><?php echo __('Null'); ?></th>