diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index f712c58b6..5dc9af313 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -300,7 +300,7 @@ $strYes = 'Sim'; // To translate $strCopyTable = 'Copy table to (database.table):'; $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strKeepPass = 'Do not change the password';//to translate diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 845fea393..c151da4f9 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -309,7 +309,7 @@ $strZip = '" // To translate $strExtendedInserts = 'Extended inserts'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index bc476e09f..561f07019 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -316,6 +316,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 7bb13a9a7..5c67859fe 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -316,6 +316,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 6dc6c8053..1dc9fda12 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -320,6 +320,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index cdc5680ff..69acf8725 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -316,6 +316,6 @@ $strYes = 'Ano'; $strZip = '"zazipováno"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index d51b90975..015d5d5be 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -316,6 +316,6 @@ $strYes = 'Ano'; $strZip = '"zazipováno"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index b12f44dc4..3248b5f33 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -315,6 +315,6 @@ $strYes = 'Ja'; $strZip = '"zipped"'; //to translate // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 58e526c89..2de9308b8 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -315,6 +315,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 06f306e34..638a7ffeb 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -114,7 +114,7 @@ $strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEscapedBy = 'Fields escaped by'; $strFieldsTerminatedBy = 'Fields terminated by'; $strFixed = 'fixed'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormat = 'Format'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 8ddb2af7e..fd901f49c 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -114,7 +114,7 @@ $strFieldsEnclosedBy = 'Champs entour $strFieldsEscapedBy = 'Caractčre spécial'; $strFieldsTerminatedBy = 'Champs terminés par'; $strFixed = 'fixe'; -$strFlush = 'Recharger'; +$strFlushTable = 'Recharger la table ("FLUSH")'; $strFormat = 'format'; $strFormEmpty = 'Formulaire incomplet !'; $strFullText = 'Textes complets'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 2c23aaa97..571da28f2 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -313,7 +313,7 @@ $strZip = 'comprimido no formato "zipped"'; // To translate $strCopyTable = 'Copy table to (database.table):'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strNoQuery = 'No SQL query!'; //to translate diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index aa3a2fef0..9b99e8015 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -312,7 +312,7 @@ $strZip = '"Zip komprimiert"'; // To translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strRunningAs = 'as'; $strShowCols = 'Show columns'; diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index a9da80f55..fdb0cd055 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -298,7 +298,7 @@ $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strKeepPass = 'Do not change the password';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 803d1aba3..f27016dae 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -318,6 +318,6 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 28978fbe6..5b8ba920c 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -320,5 +320,5 @@ $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 267078547..b48ef14ac 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -320,5 +320,5 @@ $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 5ac231859..ce7802966 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -315,6 +315,6 @@ $strYes = 'Ja'; $strZip = '"komprimert (zip)"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 5616e733c..de243ce00 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -312,7 +312,7 @@ $strZip = '".zip"'; // To translate $strCopyTable = 'Copy table to (database.table):'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strNoQuery = 'No SQL query!'; //to translate diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 4e68365c6..814ce9b88 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -319,6 +319,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index 63150b355..d55047b05 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -311,7 +311,7 @@ $strYes = 'Da'; // To translate $strCopyTable = 'Copy table to (database.table):'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; $strNoQuery = 'No SQL query!'; //to translate diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index d9da317ae..d97042551 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -314,7 +314,7 @@ $strYes = ' $strZip = 'ŐĐÁËĎ×ÁÔŘ × "zip"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index d87df4861..f440c7a3c 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -314,7 +314,7 @@ $strYes = ' $strZip = 'óďŕęîâŕňü â "zip"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 58685046a..15e7efe59 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -318,6 +318,6 @@ $strYes = ' $strZip = '"zo zipované"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 2fdd5665e..9722be1df 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -315,6 +315,6 @@ $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 87006e59b..b77b26c16 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -316,6 +316,6 @@ $strYes = 'Ja'; $strZip = '"zippad"'; // To translate -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index a7f89d7dc..43ab73d0a 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -320,6 +320,6 @@ $strNoQuery = 'No SQL query!'; //to translate $strCopyTable = 'Copy table to (database.table):'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlush = 'Flush'; +$strFlushTable = 'Flush the table ("FLUSH")'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 898d3ab71..63801dd08 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -155,9 +155,7 @@ if ($num_rows > 0) { ]    [ - ]    - [ - ]       + ]       [ ] @@ -172,9 +170,7 @@ if ($num_rows > 0) { [ ]    [ ]    - [ ]    - [ - ]       + [ ]       [ ] @@ -410,9 +406,7 @@ if ($fields_cnt > 20) { ]    [ - ]    - [ - ]       + ]       [ ] @@ -427,9 +421,7 @@ if ($fields_cnt > 20) { [ ]    [ ]    - [ ]    - [ - ]       + [ ]       [ ] @@ -1239,6 +1231,13 @@ else { // MySQL < 3.23.22 } // end MySQL < 3.23.22 ?> + +
  • + + +

    +
  • +