gettext conversion

This commit is contained in:
Marc Delisle
2010-05-11 13:05:43 -04:00
parent b22daddbb7
commit 7925c03896
70 changed files with 10302 additions and 9884 deletions

View File

@@ -186,7 +186,7 @@ if (isset($_REQUEST['do_save_data'])) {
}
// Go back to the structure sub-page
$message = PMA_Message::success('strTableAlteredSuccessfully');
$message = PMA_Message::success(__('Table %1$s has been altered successfully'));
$message->addParam($table);
$active_page = 'tbl_structure.php';
require './tbl_structure.php';