diff --git a/browse_foreigners.php b/browse_foreigners.php
index 16cf7a2f0..714d8676d 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -79,7 +79,7 @@ if (is_array($foreignData['disp_row'])) {
5,
20,
10,
- $GLOBALS['strPageNumber']
+ __('Page number:')
);
}
}
diff --git a/db_qbe.php b/db_qbe.php
index 0889be501..d8839b074 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -26,7 +26,7 @@ $cfgRelation = PMA_getRelationsParam();
*/
if (isset($_REQUEST['submit_sql']) && ! empty($sql_query)) {
$goto = 'db_sql.php';
- $zero_rows = htmlspecialchars($GLOBALS['strSuccess']);
+ $zero_rows = htmlspecialchars(__('Your SQL query has been executed successfully'));
require './sql.php';
exit;
} else {
diff --git a/db_structure.php b/db_structure.php
index 6536d4f8f..e8e5d46cf 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -482,7 +482,7 @@ if ($is_show_stats) {
' . $GLOBALS['strReplication'] . '' . "\n";
+ echo '
' . __('Replication') . ' | ' . "\n";
}
?>
diff --git a/import.php b/import.php
index a3ecd104b..0dab66681 100644
--- a/import.php
+++ b/import.php
@@ -406,7 +406,7 @@ if (!empty($id_bookmark) && $action_bookmark == 2) {
$message = PMA_Message::success();
} else {
if ($import_notice) {
- $message = PMA_Message::success(''.$GLOBALS['strImportSuccessfullyFinished'].'');
+ $message = PMA_Message::success(''.__('Import has been successfully finished, %d queries executed.').'');
$message->addParam($executed_queries);
$message->addString($import_notice);
diff --git a/index.php b/index.php
index dcd9da2d0..d2d16fa78 100644
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
* forms frameset
*
* @version $Id$
- * @uses $GLOBALS['strNoFrames']
+ * @uses __('phpMyAdmin is more friendly with a frames-capable browser.')
* @uses $GLOBALS['cfg']['QueryHistoryDB']
* @uses $GLOBALS['cfg']['Server']['user']
* @uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe
@@ -187,7 +187,7 @@ if ($GLOBALS['text_dir'] === 'ltr') {
-
+ frames-capable browser.'); ?>
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 9465ad715..c0090aa7f 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -994,7 +994,7 @@ class PMA_Config
* @uses $GLOBALS['PMA_Config']
* @uses PMA_Config::get()
* @uses PMA_Config::_getFontsizeOptions()
- * @uses $GLOBALS['strFontSize']
+ * @uses __('Font size')
* @static
* @param string $current_size currently slected font size with unit
* @return string html selectbox
@@ -1012,7 +1012,7 @@ class PMA_Config
}
$options = PMA_Config::_getFontsizeOptions($current_size);
- $return = '' . "\n";
+ $return = '' . "\n";
$return .= ' |