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

@@ -71,7 +71,7 @@ unset($buffer);
* The XML was malformed
*/
if ($xml === FALSE) {
PMA_Message::error('strXMLError')->display();
PMA_Message::error(__('The XML file specified was either malformed or incomplete. Please correct the issue and try again.'))->display();
unset($xml);
$GLOBALS['finished'] = false;
return;
@@ -127,7 +127,7 @@ if ($db_attr instanceof SimpleXMLElement) {
* The XML was malformed
*/
if ($db_name === NULL) {
PMA_Message::error('strXMLError')->display();
PMA_Message::error(__('The XML file specified was either malformed or incomplete. Please correct the issue and try again.'))->display();
unset($xml);
$GLOBALS['finished'] = false;
return;