From 5a44d6b513203ab637c504369f6a634582fdc4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Jul 2003 09:21:32 +0000 Subject: [PATCH] Added checkbox for exporting/copying AUTO_INCREMENT value (RFE #763957). --- ChangeLog | 6 ++++++ config.inc.php3 | 1 + lang/afrikaans-iso-8859-1.inc.php3 | 1 + lang/afrikaans-utf-8.inc.php3 | 1 + lang/albanian-iso-8859-1.inc.php3 | 1 + lang/albanian-utf-8.inc.php3 | 1 + lang/arabic-utf-8.inc.php3 | 1 + lang/arabic-windows-1256.inc.php3 | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 1 + lang/brazilian_portuguese-utf-8.inc.php3 | 1 + lang/bulgarian-koi8-r.inc.php3 | 1 + lang/bulgarian-utf-8.inc.php3 | 1 + lang/bulgarian-windows-1251.inc.php3 | 1 + lang/catalan-iso-8859-1.inc.php3 | 1 + lang/catalan-utf-8.inc.php3 | 1 + lang/chinese_big5-utf-8.inc.php3 | 1 + lang/chinese_big5.inc.php3 | 1 + lang/chinese_gb-utf-8.inc.php3 | 1 + lang/chinese_gb.inc.php3 | 1 + lang/croatian-iso-8859-2.inc.php3 | 1 + lang/croatian-utf-8.inc.php3 | 1 + lang/croatian-windows-1250.inc.php3 | 1 + lang/czech-iso-8859-2.inc.php3 | 1 + lang/czech-utf-8.inc.php3 | 1 + lang/czech-windows-1250.inc.php3 | 1 + lang/danish-iso-8859-1.inc.php3 | 1 + lang/danish-utf-8.inc.php3 | 1 + lang/dutch-iso-8859-1.inc.php3 | 1 + lang/dutch-utf-8.inc.php3 | 1 + lang/english-iso-8859-1.inc.php3 | 1 + lang/english-utf-8.inc.php3 | 1 + lang/estonian-iso-8859-1.inc.php3 | 1 + lang/estonian-utf-8.inc.php3 | 1 + lang/finnish-iso-8859-1.inc.php3 | 1 + lang/finnish-utf-8.inc.php3 | 1 + lang/french-iso-8859-1.inc.php3 | 1 + lang/french-utf-8.inc.php3 | 1 + lang/galician-iso-8859-1.inc.php3 | 1 + lang/galician-utf-8.inc.php3 | 1 + lang/georgian-utf-8.inc.php3 | 1 + lang/german-iso-8859-1.inc.php3 | 1 + lang/german-utf-8.inc.php3 | 1 + lang/greek-iso-8859-7.inc.php3 | 1 + lang/greek-utf-8.inc.php3 | 1 + lang/hebrew-iso-8859-8-i.inc.php3 | 1 + lang/hindi-utf-8.inc.php3 | 1 + lang/hungarian-iso-8859-2.inc.php3 | 1 + lang/hungarian-utf-8.inc.php3 | 1 + lang/indonesian-iso-8859-1.inc.php3 | 1 + lang/indonesian-utf-8.inc.php3 | 1 + lang/italian-iso-8859-1.inc.php3 | 1 + lang/italian-utf-8.inc.php3 | 1 + lang/japanese-euc.inc.php3 | 1 + lang/japanese-sjis.inc.php3 | 1 + lang/japanese-utf-8.inc.php3 | 1 + lang/korean-ks_c_5601-1987.inc.php3 | 1 + lang/latvian-utf-8.inc.php3 | 1 + lang/latvian-windows-1257.inc.php3 | 1 + lang/lithuanian-utf-8.inc.php3 | 1 + lang/lithuanian-windows-1257.inc.php3 | 1 + lang/malay-iso-8859-1.inc.php3 | 1 + lang/malay-utf-8.inc.php3 | 1 + lang/norwegian-iso-8859-1.inc.php3 | 1 + lang/norwegian-utf-8.inc.php3 | 1 + lang/polish-iso-8859-2.inc.php3 | 1 + lang/polish-utf-8.inc.php3 | 1 + lang/portuguese-iso-8859-1.inc.php3 | 1 + lang/portuguese-utf-8.inc.php3 | 1 + lang/romanian-iso-8859-1.inc.php3 | 1 + lang/romanian-utf-8.inc.php3 | 1 + lang/russian-dos-866.inc.php3 | 1 + lang/russian-koi8-r.inc.php3 | 1 + lang/russian-utf-8.inc.php3 | 1 + lang/russian-windows-1251.inc.php3 | 1 + lang/serbian-utf-8.inc.php3 | 1 + lang/serbian-windows-1250.inc.php3 | 1 + lang/slovak-iso-8859-2.inc.php3 | 1 + lang/slovak-utf-8.inc.php3 | 1 + lang/slovak-windows-1250.inc.php3 | 1 + lang/slovenian-iso-8859-2.inc.php3 | 1 + lang/slovenian-utf-8.inc.php3 | 1 + lang/slovenian-windows-1250.inc.php3 | 1 + lang/spanish-iso-8859-1.inc.php3 | 1 + lang/spanish-utf-8.inc.php3 | 1 + lang/swedish-iso-8859-1.inc.php3 | 1 + lang/swedish-utf-8.inc.php3 | 1 + lang/thai-tis-620.inc.php3 | 1 + lang/thai-utf-8.inc.php3 | 1 + lang/turkish-iso-8859-9.inc.php3 | 1 + lang/turkish-utf-8.inc.php3 | 1 + lang/ukrainian-utf-8.inc.php3 | 1 + lang/ukrainian-windows-1251.inc.php3 | 1 + libraries/config_import.lib.php3 | 3 +++ libraries/display_export.lib.php3 | 3 +++ libraries/export/sql.php3 | 2 +- tbl_properties_operations.php3 | 2 ++ 96 files changed, 106 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 396e964c2..77d6fc506 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-07-08 Michal Cihar + * config.inc.php3, tbl_properties_operations.php3, + libraries/config_import.lib.php3, libraries/display_export.lib.php3, + libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying + AUTO_INCREMENT value (RFE #763957). + 2003-07-08 Alexander M. Turek * libraries/common.lib.php3: Send headers before exiting because of missing MySQL extension. diff --git a/config.inc.php3 b/config.inc.php3 index 1549b936a..a4dcbb92d 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -308,6 +308,7 @@ $cfg['Export']['sql_structure'] = TRUE; $cfg['Export']['sql_data'] = TRUE; $cfg['Export']['sql_drop_database'] = FALSE; $cfg['Export']['sql_drop_table'] = FALSE; +$cfg['Export']['sql_auto_increment'] = TRUE; $cfg['Export']['sql_backquotes'] = TRUE; $cfg['Export']['sql_relation'] = FALSE; $cfg['Export']['sql_columns'] = FALSE; diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index fa878a5bf..d5bbcfd3a 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -666,4 +666,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 ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index adc8806b2..e9c875b4f 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -667,4 +667,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 ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 727a6eb65..8e910dc65 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -658,4 +658,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 ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 7fc506ee4..c0f2957b9 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -659,4 +659,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 ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index e4aa2237b..15e985e41 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -682,4 +682,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 ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 2bbc8e849..8d36df631 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -681,4 +681,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 ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index e043e70d4..8312957d6 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -680,4 +680,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 ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 665d3b75c..3eec5da70 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -681,4 +681,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 ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 131d2cf55..1e3f1a7d8 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -661,4 +661,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 ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 699414305..08a5609d7 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -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 ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index fa0022ad3..ede1c9f93 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -661,4 +661,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 ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 63825ebea..ad81facf0 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -654,4 +654,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 ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 0a8decd04..925b0fd32 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -655,4 +655,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 ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index c5d7c9ae1..899374444 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -680,4 +680,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 ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 87bc91602..186f35ae6 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -679,4 +679,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 ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index afe36c97a..b1e272215 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -657,4 +657,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 ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 38d751d13..31401a0c9 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -656,4 +656,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 ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 657a84a5f..8444d0207 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -679,4 +679,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 ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 91af16f26..858e800fd 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -680,4 +680,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 ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index fcb051baa..8c91d6133 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -679,4 +679,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 ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 49d62af58..f434df9a6 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -29,6 +29,7 @@ $strAbsolutePathToDocSqlDir = 'Zadejte absolutn $strAccessDenied = 'Pstup odepen'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil pipojit k MySQL serveru, a ten odmtl pipojen. Zkontrolujte jmno serveru, uivatelsk jmno a heslo v souboru config.inc.php3 a ujistte se, e jsou toton s tmi co mte od administrtora MySQL serveru.'; $strAction = 'Akce'; +$strAddAutoIncrement = 'Pidat hodnotu AUTO_INCREMENT'; $strAddDeleteColumn = 'Pidat/Smazat sloupec'; $strAddDeleteRow = 'Pidat/Smazat dek s podmnkou'; $strAddDropDatabase = 'Pidat DROP DATABASE'; diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 44930dbb0..8f06716be 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -30,6 +30,7 @@ $strAbsolutePathToDocSqlDir = 'Zadejte absolutní cestu docSQL adresáře na ser $strAccessDenied = 'Přístup odepřen'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil připojit k MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v souboru config.inc.php3 a ujistěte se, že jsou totožné s těmi co máte od administrátora MySQL serveru.'; $strAction = 'Akce'; +$strAddAutoIncrement = 'Přidat hodnotu AUTO_INCREMENT'; $strAddDeleteColumn = 'Přidat/Smazat sloupec'; $strAddDeleteRow = 'Přidat/Smazat řádek s podmínkou'; $strAddDropDatabase = 'Přidat DROP DATABASE'; diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 50ad4a654..b120804d8 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -29,6 +29,7 @@ $strAbsolutePathToDocSqlDir = 'Zadejte absolutn $strAccessDenied = 'Pstup odepen'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil pipojit k MySQL serveru, a ten odmtl pipojen. Zkontrolujte jmno serveru, uivatelsk jmno a heslo v souboru config.inc.php3 a ujistte se, e jsou toton s tmi co mte od administrtora MySQL serveru.'; $strAction = 'Akce'; +$strAddAutoIncrement = 'Pidat hodnotu AUTO_INCREMENT'; $strAddDeleteColumn = 'Pidat/Smazat sloupec'; $strAddDeleteRow = 'Pidat/Smazat dek s podmnkou'; $strAddDropDatabase = 'Pidat DROP DATABASE'; diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 4faefa731..8b9c63cfe 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -674,4 +674,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 ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 71d6247f4..3d7f07ccc 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -675,4 +675,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 ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 360649f2f..5231feff1 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -669,4 +669,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 ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 2cc2f3490..a7d1257a5 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -670,4 +670,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 ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 354b90917..8d1ab582b 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 7575d8807..60bc80098 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 5f4633f76..b606e4147 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -653,4 +653,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 ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index fced7f67b..b3c5b25d5 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -654,4 +654,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 ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 4eecf16a6..a95174027 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -676,4 +676,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 ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 77146b15c..cd7ed8217 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -677,4 +677,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 ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 4942e6f86..a3b1a1644 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl $strZip = '"zipp"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index cdd691ef6..d87404d8e 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index cddb9857c..55e3ae926 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -669,4 +669,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index f4aa65a04..20c542563 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -670,4 +670,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 7ac190c5e..ebbdca308 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -679,4 +679,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 ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 6b23e37d5..f0d42091c 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -660,4 +660,5 @@ $strToggleScratchboard = 'Klemmbrett anzeigen'; $strTableOptions = 'Tabellenoptionen'; $strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurckgewiesen. Sie sollten Ihre Einstellungen fr Host, Benutzername und Kennwort in Ihrer config.inc.php berprfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index fe1800ada..eefba7d40 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'Klemmbrett anzeigen'; $strTableOptions = 'Tabellenoptionen'; $strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index af2fd282e..4b6ccbe95 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -678,4 +678,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 ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 1f7de6479..745982c95 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -679,4 +679,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 ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index e57e82ee1..06a931e02 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -676,4 +676,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 ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index cfcb3b5a0..7e1b67ed4 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -690,4 +690,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 ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index f1f85717b..7945222ed 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -664,4 +664,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 ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 8f99083d2..b6dabc066 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -665,4 +665,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 ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 24e73e15d..2c45e7c13 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 79e138556..f3d0e13e0 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 548908c06..dc54e6974 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -658,4 +658,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index ebf90a596..0a1a0229b 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index b44f4d842..27c770d26 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -664,4 +664,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 ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index a84bf547b..8751c98a2 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -664,4 +664,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 ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index a8f4b444e..2ee0c901a 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -665,4 +665,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 ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 7429bef0d..3ab34e617 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -674,4 +674,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 ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index fa93ac9e1..ee8a4708f 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -658,4 +658,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 ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 2448efd7a..21e747186 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -657,4 +657,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 ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 9de454d91..aa2cdbf75 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -655,4 +655,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 ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 102e73bbb..03a80116a 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -654,4 +654,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 ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 9a963f719..5551ab65a 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -677,4 +677,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 ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index ea2f4a888..8e0dfda2d 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -678,4 +678,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 ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 600d6b916..b2f54f230 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -659,4 +659,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 ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 28c6866a0..ab7297004 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -658,4 +658,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 ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 10c705e06..207d4fbbb 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -654,4 +654,5 @@ $strZip = '".zip"'; $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 ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index f1a3dd732..20a1bc00e 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZip = '".zip"'; $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 ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 2e6059513..7c1f6f82c 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -675,4 +675,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 ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index cb7c36c87..05a58b70c 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -676,4 +676,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 ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index e0c25bdc4..4ef1e7604 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 1d7ec5ddd..c25562e7c 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 738e0cca8..0bde022d9 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -663,4 +663,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 ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index facd720db..465f86989 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -661,4 +661,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 ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 5287376ca..a86af2693 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -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 ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index e8e8cbf86..3168ac305 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -661,4 +661,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 ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index db15567a5..4b756f96b 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -682,4 +682,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 ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 120a467eb..9afa13d06 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -681,4 +681,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 ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 8c0ab03f1..adb097a79 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -655,4 +655,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 ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 491d046bd..c3b0543a5 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -656,4 +656,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 ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index c2dfae1c2..ac262040d 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -655,4 +655,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 ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 138187a80..650aa6dce 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -659,4 +659,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 ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 905b8474b..23f374205 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -660,4 +660,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 ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 3bd29babf..e4a696d3f 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -659,4 +659,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 ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index a27e5f725..f7a130c10 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -657,4 +657,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 ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index cc07ab6d1..2d51b9f73 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -658,4 +658,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 ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 6337ee46b..374393c06 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s $strZip = '"zippad"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 03819fbdb..9c5c812d0 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) $strZip = '"zippad"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 168edeb90..e645bc5e4 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -664,4 +664,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 ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index ddc121bca..bb4e3ff68 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -665,4 +665,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 ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 19896577d..0340a8842 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -675,4 +675,5 @@ $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //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 ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 9a6b87309..8a6c6ea40 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -676,4 +676,5 @@ $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //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 ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 9c324c37f..3719eaaa3 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -656,4 +656,5 @@ $strZeroRemovesTheLimit = 'Примітка: Встановлення цієї $strZip = 'запакувати в "zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index ad7c9c274..b509599af 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = ' $strZip = ' "zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/libraries/config_import.lib.php3 b/libraries/config_import.lib.php3 index 499e018d8..5c6f904ac 100644 --- a/libraries/config_import.lib.php3 +++ b/libraries/config_import.lib.php3 @@ -1168,6 +1168,9 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) { if (!isset($cfg['Export']['sql_drop_table'])) { $cfg['Export']['sql_drop_table'] = FALSE; } + if (!isset($cfg['Export']['sql_auto_increment'])) { + $cfg['Export']['sql_auto_increment'] = TRUE; + } if (!isset($cfg['Export']['sql_structure'])) { $cfg['Export']['sql_structure'] = TRUE; } diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index 32759992a..7eeca3405 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -123,8 +123,11 @@ if ($export_type == 'server') { onclick="if(!this.checked && !getElement('checkbox_sql_data').checked) return false; else return true;" />
+ />
+ /> +
= 32306) { diff --git a/libraries/export/sql.php3 b/libraries/export/sql.php3 index eab8beb1b..2f97e8d91 100644 --- a/libraries/export/sql.php3 +++ b/libraries/export/sql.php3 @@ -147,7 +147,7 @@ function PMA_getTableDef($db, $table, $crlf, $error_url, $do_relation = false, $ $result = PMA_mysql_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . PMA_sqlAddslashes($table) . '\''); if ($result != FALSE && mysql_num_rows($result) > 0) { $tmpres = PMA_mysql_fetch_array($result); - if (!empty($tmpres['Auto_increment'])) { + if (isset($GLOBALS['auto_increment']) && !empty($tmpres['Auto_increment'])) { $auto_increment .= ' AUTO_INCREMENT=' . $tmpres['Auto_increment'] . ' '; } diff --git a/tbl_properties_operations.php3 b/tbl_properties_operations.php3 index b2ba1597a..39d4c2ad2 100755 --- a/tbl_properties_operations.php3 +++ b/tbl_properties_operations.php3 @@ -206,6 +206,8 @@ for ($i = 0; $i < $num_dbs; $i++) {   
  
+ +