Added checkbox for exporting/copying AUTO_INCREMENT value (RFE #763957).

This commit is contained in:
Michal Čihař
2003-07-08 09:21:32 +00:00
parent de0a62b761
commit 5a44d6b513
96 changed files with 106 additions and 1 deletions

View File

@@ -662,4 +662,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
?>