diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 0aec7c13da..5b14d406de 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -103,7 +103,7 @@ $strCommand = 'Command'; $strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; $strCompression = 'Compression'; -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; +$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfirm = 'Do you really want to do it?'; $strConnections = 'Connections'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 72e9367bad..39fabe9973 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -104,7 +104,7 @@ $strCommand = 'Command'; $strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; $strCompression = 'Compression'; -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; +$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfirm = 'Do you really want to do it?'; $strConnections = 'Connections'; @@ -597,5 +597,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strInnodbStat = 'InnoDB Status'; //to translate +$strInnodbStat = 'InnoDB Status'; ?>