(en) Reordered strings
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
Reference in New Issue
Block a user