diff --git a/ChangeLog b/ChangeLog index 5d6ba7817..25629f0da 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ 2002-10-03 Alexander M. Turek * tbl_dump.php3, libraries/build_dump.lib.php3: Completed fix against bug #607896, thanks to Loïc. + * lang/english.inc.php3: Reordered strings. 2002-10-02 Alexander M. Turek * header.inc.php3, header_prinview.inc.php3: Corrected value for the diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 4cce44000..c9d5fe229 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -176,6 +176,7 @@ $strHostEmpty = 'The host name is empty!'; $strIdxFulltext = 'Fulltext'; $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; $strIgnore = 'Ignore'; +$strImportDocSQL = 'Import docSQL Files'; $strIndex = 'Index'; $strIndexes = 'Indexes'; $strIndexHasBeenDropped = 'Index %s has been dropped'; @@ -427,6 +428,4 @@ $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; $strZip = '"zipped"'; - -$strImportDocSQL = 'Import docSQL Files'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index ac2f65507..f3c98ec76 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -177,6 +177,7 @@ $strHostEmpty = 'The host name is empty!'; $strIdxFulltext = 'Fulltext'; $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; $strIgnore = 'Ignore'; +$strImportDocSQL = 'Import docSQL Files'; $strIndex = 'Index'; $strIndexes = 'Indexes'; $strIndexHasBeenDropped = 'Index %s has been dropped'; @@ -428,6 +429,4 @@ $strWrongUser = 'Wrong username/password. Access denied.'; $strYes = 'Yes'; $strZip = '"zipped"'; - -$strImportDocSQL = 'Import docSQL Files'; //to translate ?>