(en) Reordered strings

This commit is contained in:
Alexander M. Turek
2002-10-03 23:19:26 +00:00
parent 9c0b758a6e
commit 3788d16e04
3 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ $Source$
2002-10-03 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_dump.php3, libraries/build_dump.lib.php3: Completed fix against
bug #607896, thanks to Lo<4C>c.
* lang/english.inc.php3: Reordered strings.
2002-10-02 Alexander M. Turek <rabus@users.sourceforge.net>
* header.inc.php3, header_prinview.inc.php3: Corrected value for the

View File

@@ -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
?>

View File

@@ -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
?>