From dea9f9ed7cdf5f2bd3bf7f094b579ae1c09215cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 24 Mar 2004 11:08:48 +0000 Subject: [PATCH] Added missing "$strConnectionError" (bug #922006). --- ChangeLog | 3 +++ lang/finnish-iso-8859-1.inc.php | 2 +- lang/galician-iso-8859-1.inc.php | 2 +- lang/galician-utf-8.inc.php | 2 +- lang/greek-iso-8859-7.inc.php | 2 +- lang/hebrew-iso-8859-8-i.inc.php | 2 +- lang/hindi-utf-8.inc.php | 2 +- lang/japanese-euc.inc.php | 2 +- lang/japanese-utf-8.inc.php | 2 +- lang/latvian-utf-8.inc.php | 2 +- lang/lithuanian-utf-8.inc.php | 2 +- lang/lithuanian-windows-1257.inc.php | 2 +- lang/malay-utf-8.inc.php | 2 +- lang/persian-utf-8.inc.php | 2 +- lang/polish-iso-8859-2.inc.php | 2 +- lang/polish-utf-8.inc.php | 2 +- lang/portuguese-utf-8.inc.php | 2 +- lang/russian-utf-8.inc.php | 2 +- lang/slovenian-utf-8.inc.php | 2 +- lang/swedish-utf-8.inc.php | 2 +- lang/thai-tis-620.inc.php | 2 +- lang/turkish-iso-8859-9.inc.php | 2 +- lang/ukrainian-utf-8.inc.php | 2 +- 23 files changed, 25 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83c71b1870..cb1f28136c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-03-24 Michal Cihar + * lang/*: Added missing "$strConnectionError" (bug #922006). + 2004-03-23 Olivier Mueller * libraries/mysql_wrappers.lib.php: added mysqli support to the PMA_mysql_field_flags function because mysqli does not know the function diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 7ab0bf3a26..e00404c433 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -744,7 +744,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 05e3ff11ed..ad9b4b6ae8 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -726,7 +726,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index cc808387b4..8bb02fdc60 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -727,7 +727,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 96c5b452ea..925520475c 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -728,7 +728,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 04a5c82f3c..13154783fd 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -744,7 +744,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 6a87691dd8..23d07c0f11 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -752,7 +752,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index bb6893cb15..419ee23fc3 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -732,7 +732,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 0b062ab229..14ea27b76b 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -733,7 +733,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index e706e58f46..1d388001d9 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -725,7 +725,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index a9923f9298..675f66f565 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -720,7 +720,7 @@ $strYes = 'Taip'; $strZeroRemovesTheLimit = 'Pastaba: nÄ—ra jokių apribojimų jeigu reikÅ¡mÄ— nurodyta lygi 0 (nuliui).'; $strZip = '"zip"'; - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 6375d37cce..da9190d06f 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -719,7 +719,7 @@ $strYes = 'Taip'; $strZeroRemovesTheLimit = 'Pastaba: nëra jokiø apribojimø jeigu reikðmë nurodyta lygi 0 (nuliui).'; $strZip = '"zip"'; - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index d8281da8ca..1a69178102 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -746,7 +746,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 69e7a8d299..57696280a7 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -750,7 +750,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 6b33a33db3..e3d3a26ae8 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -720,7 +720,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 3299dffc0f..c80fcf5c61 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -721,7 +721,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 79208a8082..9f0beccca6 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -740,7 +740,7 @@ $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strWildcard = 'wildcard'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 5950459aee..cb8316750a 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -728,7 +728,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 6f4cd4ec18..81c5507eea 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -723,7 +723,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 9ee94d993d..eb24a7794a 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -720,7 +720,7 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.'; $strZip = '"zippad"'; - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 248119bfcb..e1bb056778 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -732,7 +732,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index ea8e41c04d..ecdafffdc7 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -732,7 +732,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 8929d3a82a..17c95e6326 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -725,7 +725,7 @@ $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Czech-Slovak'; //to translate $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate $strMaximumSize = 'Maximum size: %s%s'; //to translate - = 'Cannot connect: invalid settings.'; //to translate +$strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate