diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3
index 5dc9af3135..f207ed2eff 100644
--- a/lang/brazilian_portuguese.inc.php3
+++ b/lang/brazilian_portuguese.inc.php3
@@ -306,6 +306,7 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
$strKeepPass = 'Do not change the password';//to translate
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strRunningAs = 'as';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3
index c151da4f9b..1cf859c391 100644
--- a/lang/bulgarian-win1251.inc.php3
+++ b/lang/bulgarian-win1251.inc.php3
@@ -312,6 +312,7 @@ $strExtendedInserts = 'Extended inserts';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strShowAll = 'Show all'; // to translate
diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3
index 561f070191..4727392b10 100644
--- a/lang/catala.inc.php3
+++ b/lang/catala.inc.php3
@@ -264,26 +264,44 @@ $strZip = '"comprimit amb zip"';
// To translate
$strAffectedRows = 'Affected rows:';
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
$strExtendedInserts = 'Extended inserts';
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$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
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strLengthSet = 'Length/Values*'; //to translate
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change';
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database ';
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -291,31 +309,14 @@ $strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = 'Use backquotes with tables and fields\' names';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$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.';
-$strFlushTable = 'Flush the table ("FLUSH")';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strUseBackquotes = 'Use backquotes with tables and fields\' names';
+$strWithChecked = 'With checked:';
?>
diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3
index 5c67859fe3..b7c4df3921 100644
--- a/lang/chinese_big5.inc.php3
+++ b/lang/chinese_big5.inc.php3
@@ -263,59 +263,60 @@ $strYes = '
// To translate
$strAffectedRows = ' Rows affected: '; //to translate
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
$strExtendedInserts = 'Extended inserts';
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$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
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change';
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = ' SQL-query on database '; //to translate
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
+$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
+$strWithChecked = 'With checked:';
$strZip = '"zipped"'; //to translate
-$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.';
-$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 1dc9fda129..5ffbf4598c 100644
--- a/lang/chinese_gb.inc.php3
+++ b/lang/chinese_gb.inc.php3
@@ -265,27 +265,46 @@ $strZip = '"zipped"'; //to translate
// To translate
$strAffectedRows = 'Affected rows:';
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strDisplayOrder = 'Display order';
$strDropTable = 'Drop table';
$strExtendedInserts = 'Extended inserts';
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
+$strFieldsEscapedBy = 'Fields escaped by';//to translate
+$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
+$strFieldsTerminatedBy = 'Fields terminated by';//to translate
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change';
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -293,33 +312,15 @@ $strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = 'Use backquotes with tables and fields\' names';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$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.';
-$strFlushTable = 'Flush the table ("FLUSH")';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strUseBackquotes = 'Use backquotes with tables and fields\' names';
+$strWithChecked = 'With checked:';
?>
diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3
index 69acf87256..1f3ad1083e 100644
--- a/lang/czech-iso.inc.php3
+++ b/lang/czech-iso.inc.php3
@@ -317,5 +317,6 @@ $strZip = '"zazipov
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3
index 015d5d5be6..ab995902ad 100644
--- a/lang/czech-win1250.inc.php3
+++ b/lang/czech-win1250.inc.php3
@@ -317,5 +317,6 @@ $strZip = '"zazipov
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3
index 3248b5f33c..2475ed8158 100644
--- a/lang/danish.inc.php3
+++ b/lang/danish.inc.php3
@@ -316,5 +316,6 @@ $strZip = '"zipped"'; //to translate
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3
index 2de9308b8e..f0efe4d5ff 100644
--- a/lang/dutch.inc.php3
+++ b/lang/dutch.inc.php3
@@ -280,41 +280,42 @@ $strYes = 'Ja';
// To translate
$strAffectedRows = 'Affected rows:'; //to translate
-$strBzip = '"bzipped"'; //to translate
-$strExtendedInserts = 'Extended inserts'; //to translate
-$strGzip = '"gzipped"'; //to translate
-$strIdxFulltext = 'Fulltext'; //to translate
-$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
-$strRunningAs = 'as';
-$strShowAll = 'Show all'; // to translate
-$strShowCols = 'Show columns';
-$strShowTables = 'Show tables';
-$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strBzip = '"bzipped"'; //to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
+$strExtendedInserts = 'Extended inserts'; //to translate
$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
+$strFlushTable = 'Flush the table ("FLUSH")';
+$strGzip = '"gzipped"'; //to translate
+$strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
+$strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
+$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
+$strNoQuery = 'No SQL query!'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
+$strRunningAs = 'as';
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
+$strShowAll = 'Show all'; // to translate
+$strShowCols = 'Show columns';
+$strShowTables = 'Show tables';
$strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
+$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
+$strWithChecked = 'With checked:';
$strZip = '"zipped"'; //to translate
-$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.';
-$strFlushTable = 'Flush the table ("FLUSH")';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/english.inc.php3 b/lang/english.inc.php3
index 638a7ffebd..c8afc21630 100644
--- a/lang/english.inc.php3
+++ b/lang/english.inc.php3
@@ -177,6 +177,7 @@ $strNext = 'Next';
$strNo = 'No';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change';
$strNoPassword = 'No Password';
$strNoPrivileges = 'No Privileges';
diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3
index ae21ba7d01..686aea2224 100644
--- a/lang/finnish.inc.php3
+++ b/lang/finnish.inc.php3
@@ -319,6 +319,7 @@ $strZip = '"zip-pakattu"';
// To translate
$strFlush = 'Flush';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strOverhead = 'Overhead'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/french.inc.php3 b/lang/french.inc.php3
index fd901f49c9..79e3922b20 100644
--- a/lang/french.inc.php3
+++ b/lang/french.inc.php3
@@ -177,6 +177,7 @@ $strNext = 'Suivant';
$strNo = 'Non';
$strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.';
$strNoDatabases = 'Aucune base de données';
+$strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur supportant les "frames".';
$strNoModification = 'Pas de modifications';
$strNoPassword = 'aucun mot de passe';
$strNoPrivileges = 'aucun privilège';
diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3
index 571da28f28..7e5d8c1757 100644
--- a/lang/galician.inc.php3
+++ b/lang/galician.inc.php3
@@ -316,6 +316,7 @@ $strCopyTable = 'Copy table to (database.table):';
$strFlushTable = 'Flush the table ("FLUSH")';
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/german.inc.php3 b/lang/german.inc.php3
index 9b99e8015f..d8f9d1781e 100644
--- a/lang/german.inc.php3
+++ b/lang/german.inc.php3
@@ -314,6 +314,7 @@ $strZip = '"Zip komprimiert"';
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFlushTable = 'Flush the table ("FLUSH")';
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strRunningAs = 'as';
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3
index fdb0cd0554..6387345b77 100644
--- a/lang/greek.inc.php3
+++ b/lang/greek.inc.php3
@@ -304,6 +304,7 @@ $strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRunningAs = 'as';
diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3
index f27016dae5..9e1faf27e1 100644
--- a/lang/italian.inc.php3
+++ b/lang/italian.inc.php3
@@ -319,5 +319,6 @@ $strZip = '"compresso con zip"';
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3
index 5b8ba920c5..268430ae2c 100644
--- a/lang/japanese.inc.php3
+++ b/lang/japanese.inc.php3
@@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate
// To translate
$strAffectedRows = 'Affected rows:';
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strDeletedRows = 'Deleted rows:';
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
+$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
+$strFieldsEscapedBy = 'Fields escaped by';//to translate
+$strFieldsTerminatedBy = 'Fields terminated by';//to translate
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change'; // To translate
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -292,33 +311,15 @@ $strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; //to translate
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = 'Use backquotes with tables and fields\' names';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$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.';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
-$strFlushTable = 'Flush the table ("FLUSH")';
+$strUseBackquotes = 'Use backquotes with tables and fields\' names';
+$strWithChecked = 'With checked:';
?>
diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3
index b48ef14ac6..0639d110eb 100644
--- a/lang/korean.inc.php3
+++ b/lang/korean.inc.php3
@@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate
// To translate
$strAffectedRows = 'Affected rows:';
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
+$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
+$strFieldsEscapedBy = 'Fields escaped by';//to translate
+$strFieldsTerminatedBy = 'Fields terminated by';//to translate
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change'; // To translate
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -292,33 +311,15 @@ $strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; //to translate
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = 'Use backquotes with tables and fields\' names';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$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.';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
-$strFlushTable = 'Flush the table ("FLUSH")';
+$strUseBackquotes = 'Use backquotes with tables and fields\' names';
+$strWithChecked = 'With checked:';
?>
diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3
index ce78029660..913e9e6db7 100644
--- a/lang/norwegian.inc.php3
+++ b/lang/norwegian.inc.php3
@@ -316,5 +316,6 @@ $strZip = '"komprimert (zip)"';
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3
index de243ce00f..7e5de1a874 100644
--- a/lang/polish.inc.php3
+++ b/lang/polish.inc.php3
@@ -315,6 +315,7 @@ $strCopyTable = 'Copy table to (database.table):';
$strFlushTable = 'Flush the table ("FLUSH")';
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3
index 814ce9b887..eaf4d7c239 100644
--- a/lang/portuguese.inc.php3
+++ b/lang/portuguese.inc.php3
@@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate
// To translate
$strAffectedRows = 'Affected rows:';
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
+$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
+$strFieldsEscapedBy = 'Fields escaped by';//to translate
+$strFieldsTerminatedBy = 'Fields terminated by';//to translate
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change'; // To translate
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -292,33 +311,15 @@ $strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; //to translate
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = 'Use backquotes with tables and fields\' names';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$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.';
-$strFlushTable = 'Flush the table ("FLUSH")';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strUseBackquotes = 'Use backquotes with tables and fields\' names';
+$strWithChecked = 'With checked:';
?>
diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3
index d55047b053..e5325ce367 100644
--- a/lang/romanian.inc.php3
+++ b/lang/romanian.inc.php3
@@ -314,6 +314,7 @@ $strCopyTable = 'Copy table to (database.table):';
$strFlushTable = 'Flush the table ("FLUSH")';
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoQuery = 'No SQL query!'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strZip = '"zipped"'; //to translate
diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3
index d970425517..d3a9523dca 100644
--- a/lang/russian-koi8.inc.php3
+++ b/lang/russian-koi8.inc.php3
@@ -315,6 +315,7 @@ $strZip = '
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$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 f440c7a3ca..533a758ba5 100644
--- a/lang/russian-win1251.inc.php3
+++ b/lang/russian-win1251.inc.php3
@@ -315,6 +315,7 @@ $strZip = '
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$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 15e7efe590..31a0f7dd2c 100644
--- a/lang/slovak-iso.inc.php3
+++ b/lang/slovak-iso.inc.php3
@@ -319,5 +319,6 @@ $strZip = '"zo zipovan
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3
index 9722be1df2..033fee4bd3 100644
--- a/lang/spanish.inc.php3
+++ b/lang/spanish.inc.php3
@@ -281,40 +281,40 @@ $strWrongUser = 'Usuario/password equivocado. Accesso denegado.';
$strYes = 'Si';
// To translate
-$strBzip = '"bzipped"'; //to translate
-$strGzip = '"gzipped"'; //to translate
-$strIdxFulltext = 'Fulltext'; //to translate
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strFullText = 'Full Texts';//to translate
-$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
-$strPartialText = 'Partial Texts';//to translate
-$strRunningAs = 'as';
-$strShowAll = 'Show all'; // to translate
-$strShowCols = 'Show columns';
-$strShowTables = 'Show tables';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strBzip = '"bzipped"'; //to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$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
+$strFlushTable = 'Flush the table ("FLUSH")';
+$strFullText = 'Full Texts';//to translate
+$strGzip = '"gzipped"'; //to translate
+$strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
-$strStartingRecord = 'Starting record';//to translate
-$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
-$strTableHasBeenEmptied = 'Table %s has been emptied';//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
-$strUpdateProfile = 'Update profile:';//to translate
-$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$strZip = '"zipped"'; //to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$strCopyTable = 'Copy table to (database.table):';
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
$strMoveTable = 'Move table to (database.table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
-$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
+$strPartialText = 'Partial Texts';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
+$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
+$strShowAll = 'Show all'; // to translate
+$strShowCols = 'Show columns';
+$strShowTables = 'Show tables';
+$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
+$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
+$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strUpdateProfile = 'Update profile:';//to translate
+$strUpdateProfileMessage = 'The profile has been updated.';//to translate
+$strWithChecked = 'With checked:';
+$strZip = '"zipped"'; //to translate
?>
diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3
index b77b26c164..fd83483615 100644
--- a/lang/swedish.inc.php3
+++ b/lang/swedish.inc.php3
@@ -317,5 +317,6 @@ $strZip = '"zippad"';
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>
diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3
index 43ab73d0a8..f66e73f919 100644
--- a/lang/thai.inc.php3
+++ b/lang/thai.inc.php3
@@ -265,27 +265,46 @@ $strZip = '"zipped"'; //to translate
// To translate
$strAffectedRows = 'Affected rows:';
+$strAnIndex = 'An index has been added on %s';//to translate
+$strAPrimaryKey = 'A primary key has been added on %s';//to translate
+$strCopyTable = 'Copy table to (database.table):';
+$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
+$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
$strExtendedInserts = 'Extended inserts';
+$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate
+$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
+$strFieldsEscapedBy = 'Fields escaped by';//to translate
+$strFieldsTerminatedBy = 'Fields terminated by';//to translate
+$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
+$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
+$strLinesTerminatedBy = 'Lines terminated by';//to translate
+$strMoveTable = 'Move table to (database.table):';
+$strMoveTableOK = 'Table %s has been moved to %s.';
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
+$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.';
$strNoModification = 'No change'; // To translate
+$strNoQuery = 'No SQL query!'; //to translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
+$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strRunningAs = 'as';
+$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
@@ -293,33 +312,15 @@ $strShowCols = 'Show columns';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; //to translate
-$strStrucExcelCSV = 'CSV for Ms Excel data';
-$strTables = '%s table(s)'; //to translate
-$strUseBackquotes = 'Use backquotes with tables and fields\' names';
-$strWithChecked = 'With checked:';
-$strAPrimaryKey = 'A primary key has been added on %s';//to translate
-$strAnIndex = 'An index has been added on %s';//to translate
-$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
-$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
-$strLinesTerminatedBy = 'Lines terminated by';//to translate
-$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
-$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate
+$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
-$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
-$strKeepPass = 'Do not change the password';//to translate
+$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strTables = '%s table(s)'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
-$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
-$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.';
-$strFlushTable = 'Flush the table ("FLUSH")';
-$strTableHasBeenFlushed = 'Table %s has been flushed';
+$strUseBackquotes = 'Use backquotes with tables and fields\' names';
+$strWithChecked = 'With checked:';
?>