Added missing "$strConnectionError" (bug #922006).
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-03-24 Michal Cihar <michal@cihar.com>
|
||||||
|
* lang/*: Added missing "$strConnectionError" (bug #922006).
|
||||||
|
|
||||||
2004-03-23 Olivier Mueller <om@omnis.ch>
|
2004-03-23 Olivier Mueller <om@omnis.ch>
|
||||||
* libraries/mysql_wrappers.lib.php: added mysqli support to the
|
* libraries/mysql_wrappers.lib.php: added mysqli support to the
|
||||||
PMA_mysql_field_flags function because mysqli does not know the function
|
PMA_mysql_field_flags function because mysqli does not know the function
|
||||||
|
@@ -744,7 +744,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -726,7 +726,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -727,7 +727,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -728,7 +728,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -744,7 +744,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -752,7 +752,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -732,7 +732,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -733,7 +733,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -725,7 +725,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -720,7 +720,7 @@ $strYes = 'Taip';
|
|||||||
$strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliui).';
|
$strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliui).';
|
||||||
$strZip = '"zip"';
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -719,7 +719,7 @@ $strYes = 'Taip';
|
|||||||
$strZeroRemovesTheLimit = 'Pastaba: n<>ra joki<6B> apribojim<69> jeigu reik<69>m<EFBFBD> nurodyta lygi 0 (nuliui).';
|
$strZeroRemovesTheLimit = 'Pastaba: n<>ra joki<6B> apribojim<69> jeigu reik<69>m<EFBFBD> nurodyta lygi 0 (nuliui).';
|
||||||
$strZip = '"zip"';
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -746,7 +746,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -750,7 +750,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -720,7 +720,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -721,7 +721,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -740,7 +740,7 @@ $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
|
|||||||
$strWildcard = 'wildcard'; //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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -728,7 +728,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -723,7 +723,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -720,7 +720,7 @@ $strYes = 'Ja';
|
|||||||
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
|
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
|
||||||
$strZip = '"zippad"';
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -732,7 +732,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -732,7 +732,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
@@ -725,7 +725,7 @@ $strGeorgian = 'Georgian'; //to translate
|
|||||||
$strCzechSlovak = 'Czech-Slovak'; //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
|
$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
|
$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
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
|
||||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //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
|
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||||
|
Reference in New Issue
Block a user