Add support for INSERT IGNORE and UPDATE IGNORE.
This commit is contained in:
@@ -11,6 +11,8 @@ $Source$
|
||||
libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
|
||||
PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
|
||||
* libraries/export/*.php: Use unbuffered queries (patch #890075).
|
||||
* libraries/export/sql.php, libraries/display_export.lib.php, lang/*:
|
||||
Add support for INSERT IGNORE and UPDATE IGNORE.
|
||||
|
||||
2004-03-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php, libraries/display*, lang/*:
|
||||
|
@@ -738,4 +738,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -739,4 +739,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -752,4 +752,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -753,4 +753,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -735,4 +735,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -735,4 +735,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $strZip = '"comprimit amb zip"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strZip = '"comprimit amb zip"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -751,4 +751,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -752,4 +752,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -751,4 +751,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Pozn
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Pozn
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $strConnectionError = 'Cannot connect: invalid settings.';
|
||||
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.';
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
|
||||
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $strZip = '"zipitud"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strZip = '"zipitud"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -749,4 +749,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo
|
||||
$strDropDatabaseStrongWarning = 'Vous <20>tes sur le point de D<>TRUIRE une base de donn<6E>es!';
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo
|
||||
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -752,4 +752,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $strZip = 'Zip-komprimiert';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $strZip = 'Zip-komprimiert';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -756,4 +756,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strZip = '"compresso con zip"';
|
||||
$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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $strZip = '"compresso con zip"';
|
||||
$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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -746,4 +746,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -747,4 +747,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strZip = '"zip"';
|
||||
$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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $strZip = '"zip"';
|
||||
$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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -749,4 +749,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -750,4 +750,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t
|
||||
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -754,4 +754,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -753,4 +753,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -743,4 +743,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -744,4 +744,5 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you
|
||||
$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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $strZip = '"зиповано"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $strZip = '"
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,5 @@ $strZip = '"zipovano"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,5 @@ $strZip = '"zipovano"';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||
|
||||
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
|
||||
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $strZip = '"zippad"';
|
||||
$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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
@@ -737,4 +737,5 @@ $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
|
||||
$strIgnoreInserts = 'Use ignore inserts'; //to translate
|
||||
?>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user