';
$html_output .= '| ';
- $html_output .= '' . __('Ins') . ':';
+ $html_output .= '' . __('Ins:') . '';
$html_output .= '';
$html_output .= ' | ';
$html_output .= '';
- $html_output .= '' . __('And') . ':';
+ $html_output .= '' . __('And:') . '';
$html_output .= ' | ';
$html_output .= '';
$html_output .= '';
- $html_output .= '' . __('Del') . ':';
+ $html_output .= '' . __('Del:') . '';
$html_output .= '';
$html_output .= ' | ';
$html_output .= '';
- $html_output .= '' . __('Or') . ':';
+ $html_output .= '' . __('Or:') . '';
$html_output .= ' | ';
$html_output .= '';
$html_output .= ''
. ''
- . __('Start row') . ': ' . "\n"
+ . ' value="' . __('Show:') . '" />'
+ . __('Start row:') . ' ' . "\n"
. ''
- . __('Number of rows') . ': ' . "\n"
+ . __('Number of rows:') . ' ' . "\n"
. ' __('horizontal'),
'horizontalflipped' => __('horizontal (rotated headers)'),
diff --git a/libraries/Table.class.php b/libraries/Table.class.php
index a9f2c40ba7..ed725e94f1 100644
--- a/libraries/Table.class.php
+++ b/libraries/Table.class.php
@@ -1161,7 +1161,7 @@ class PMA_Table
if (null !== $new_db && $new_db !== $this->getDbName()) {
// Ensure the target is valid
if (! $GLOBALS['pma']->databases->exists($new_db)) {
- $this->errors[] = __('Invalid database') . ': ' . $new_db;
+ $this->errors[] = __('Invalid database:') . ' ' . $new_db;
return false;
}
} else {
@@ -1175,7 +1175,7 @@ class PMA_Table
}
if (! PMA_Table::isValidName($new_name)) {
- $this->errors[] = __('Invalid table name') . ': '
+ $this->errors[] = __('Invalid table name:') . ' '
. $new_table->getFullName();
return false;
}
@@ -1575,7 +1575,7 @@ class PMA_Table
/**
* Get all column names which are MySQL reserved words
- *
+ *
* @return array
* @access public
*/
@@ -1589,7 +1589,7 @@ class PMA_Table
if (PMA_SQP_isKeyWord($column_name)) {
$return[] = $column_name;
}
- }
+ }
return $return;
}
}
diff --git a/libraries/Theme_Manager.class.php b/libraries/Theme_Manager.class.php
index 7520516513..66c9150cb9 100644
--- a/libraries/Theme_Manager.class.php
+++ b/libraries/Theme_Manager.class.php
@@ -360,7 +360,7 @@ class PMA_Theme_Manager
$theme_preview_path= './themes.php';
$theme_preview_href = '';
- $select_box .= $theme_preview_href . __('Theme') . ':' . "\n";
+ $select_box .= $theme_preview_href . __('Theme:') . '' . "\n";
$select_box .= ' | '
. ''
. ''
- . ' ' . __('Re-type') . ': '
+ . ' ' . __('Re-type:') . ' '
. ''
. ' | '
. '
'
. '