diff --git a/ChangeLog b/ChangeLog index ee1ebfb6d..9f3db10b7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ * lang/norwegian: Update, thanks to Sven-Erik Andersen * db_details_structure.php: optional message $strNumberOfFields, will use $strFields if not defined + * db_operations.php, lang/*: bug #1212997, db copy should not + always perform CREATE DATABASE 2005-06-03 Marc Delisle * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php, diff --git a/db_operations.php b/db_operations.php index 0a9859eee..6b10ed3c9 100644 --- a/db_operations.php +++ b/db_operations.php @@ -25,9 +25,11 @@ if (isset($db) && if (!isset($newname) || empty($newname)) { $message = $strDatabaseEmpty; } else { - $local_query = 'CREATE DATABASE ' . PMA_backquote($newname) . ';'; - $sql_query = $local_query; - PMA_DBI_query($local_query); + if ($create_database_before_copying) { + $local_query = 'CREATE DATABASE ' . PMA_backquote($newname) . ';'; + $sql_query = $local_query; + PMA_DBI_query($local_query); + } $tables = PMA_DBI_get_tables($db); foreach ($tables as $table) { $back = $sql_query; @@ -196,6 +198,7 @@ if ($cfgRelation['commwork']) {   
  
+


diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index f2c3ca5c7..2376bbcbd 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -819,4 +819,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index abdb6d30a..5c4bbc369 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 23ef7a716..7ac29dbce 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 4c7e0364f..938f741ee 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 34d83dfa7..09b86897c 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index ab685905c..38ec513a9 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -807,4 +807,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 0df655fda..c486a27b4 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 785220560..796c59541 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index c1d2d1846..384db6d59 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/belarusian-utf-8.inc.php b/lang/belarusian-utf-8.inc.php index a5ecd4464..e7ca5b401 100644 --- a/lang/belarusian-utf-8.inc.php +++ b/lang/belarusian-utf-8.inc.php @@ -814,4 +814,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/belarusian-windows-1251.inc.php b/lang/belarusian-windows-1251.inc.php index de4fd4532..456a40960 100644 --- a/lang/belarusian-windows-1251.inc.php +++ b/lang/belarusian-windows-1251.inc.php @@ -813,4 +813,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 8b1f09cfb..33d2be4da 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -817,4 +817,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index dbf702a46..3cd6baa5c 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -816,4 +816,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index ee95dd385..d522b51d5 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -825,4 +825,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index ceabaed80..75c40855d 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 0aac27805..fd4d9d804 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -828,4 +828,5 @@ $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index dfbbecc96..30c8ecc18 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -829,4 +829,5 @@ $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 371899c5e..fa3697f44 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -828,4 +828,5 @@ $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 550e03fc2..d569ac3c4 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -789,4 +789,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 986d9d89e..4d3594e68 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -790,4 +790,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index c2d3e1573..4472d2294 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -825,4 +825,5 @@ $strViewHasBeenDropped = 'View %s has been dropped'; //to translate $strWriteRequests = 'Write requests'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 4be9b5c9b..6c2fad8f1 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -826,4 +826,5 @@ $strViewHasBeenDropped = 'View %s has been dropped'; //to translate $strWriteRequests = 'Write requests'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 510e37b11..ffb2203fd 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -809,4 +809,5 @@ $strYes = ' $strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.'; $strZip = '"zipped"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 16b577fa3..9a22f8a78 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -810,4 +810,5 @@ $strYes = ' '; $strZeroRemovesTheLimit = '閮: 閮剖鈭賊 0 () 航圾日.'; $strZip = '"zipped"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 20c852ffd..80ba27bba 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -831,4 +831,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index d5a61f040..e8490e27c 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -832,4 +832,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 2405ab7a8..5c1f33709 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -831,4 +831,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 977e31886..453d28ba6 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -809,4 +809,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Pozn嫥ka: Nastaven t駥hto parametr na 0 (nulu) odstran omezen.'; $strZip = '"zazipov嫕o"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 303a812f3..393017f9b 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -810,4 +810,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Pozn獺mka: Nastaven穩 tchto parametr轡 na 0 (nulu) odstran穩 omezen穩.'; $strZip = '"zazipov獺no"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 20db76ca5..4615d6985 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -809,4 +809,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Pozn嫥ka: Nastaven t駥hto parametr na 0 (nulu) odstran omezen.'; $strZip = '"zazipov嫕o"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index b02a53f5b..191e07ffc 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -804,4 +804,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index f76296129..98fc75d70 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 2d18b7e66..73358ff2b 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -807,4 +807,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index d500ebff5..e1a7a23f4 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -807,4 +807,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 41ec1e725..26c365f77 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index aa400d495..aafd1bc14 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -155,6 +155,7 @@ $strCopyTableOK = 'Table %s has been copied to %s.'; $strCopyTableSameNames = 'Can\'t copy table to same one!'; $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; $strCreate = 'Create'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; $strCreateIndex = 'Create an index on %s columns'; $strCreateIndexTopic = 'Create a new index'; $strCreateNewDatabase = 'Create new database'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 13121f2ac..ae5b4b9cf 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -155,6 +155,7 @@ $strCopyTableOK = 'Table %s has been copied to %s.'; $strCopyTableSameNames = 'Can\'t copy table to same one!'; $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; $strCreate = 'Create'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; $strCreateIndex = 'Create an index on %s columns'; $strCreateIndexTopic = 'Create a new index'; $strCreateNewDatabase = 'Create new database'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 22a64eedf..dfbc06cf1 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -156,6 +156,7 @@ $strCopyTableOK = 'Table %s has been copied to %s.'; $strCopyTableSameNames = 'Can\'t copy table to same one!'; $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; $strCreate = 'Create'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; $strCreateIndex = 'Create an index on %s columns'; $strCreateIndexTopic = 'Create a new index'; $strCreateNewDatabase = 'Create new database'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 60e0a39c3..9b34b3920 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -815,4 +815,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 4aeaad5fb..e6256b313 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -816,4 +816,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 6a4600518..4be6a8d60 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -817,4 +817,5 @@ $strYes = 'Kyll $strZeroRemovesTheLimit = 'Huom: N鄜den valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 69e149bff..1384e715b 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -817,4 +817,5 @@ $strYes = 'Kyll $strZeroRemovesTheLimit = 'Huom: N鄜den valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index fd19514d2..879098f45 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -818,4 +818,5 @@ $strYes = 'Kyll瓣'; $strZeroRemovesTheLimit = 'Huom: N瓣iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 54bd4e8c8..7db46c80d 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -170,7 +170,7 @@ $strCzech = 'tch $strCzechSlovak = 'tch鋂ue-slovaque'; $strDBComment = 'Commentaire sur la base de donn嶪s: '; -$strDBCopy = 'Copier la base de donn嶪s vers:'; +$strDBCopy = 'Copier la base de donn嶪s vers'; $strDBGContext = 'Contexte'; $strDBGContextID = 'Identificateur de contexte'; $strDBGHits = 'Occurences'; @@ -809,4 +809,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie'; ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index 810daa19e..150da6a06 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -170,7 +170,7 @@ $strCzech = 'tch $strCzechSlovak = 'tch鋂ue-slovaque'; $strDBComment = 'Commentaire sur la base de donn嶪s: '; -$strDBCopy = 'Copier la base de donn嶪s vers:'; +$strDBCopy = 'Copier la base de donn嶪s vers'; $strDBGContext = 'Contexte'; $strDBGContextID = 'Identificateur de contexte'; $strDBGHits = 'Occurences'; @@ -809,4 +809,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie'; ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index f19c0f1c1..542815200 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -171,7 +171,7 @@ $strCzech = 'tch癡que'; $strCzechSlovak = 'tch癡que-slovaque'; $strDBComment = 'Commentaire sur la base de donn矇es: '; -$strDBCopy = 'Copier la base de donn矇es vers:'; +$strDBCopy = 'Copier la base de donn矇es vers'; $strDBGContext = 'Contexte'; $strDBGContextID = 'Identificateur de contexte'; $strDBGHits = 'Occurences'; @@ -810,4 +810,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie'; ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 858c7c29f..75f5e46bc 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -808,4 +808,5 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Se estas opci鏮s se configuran como 0 (cero) elimina-se o limite.'; $strZip = 'comprimido no formato "zip"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 95a235d53..1a840b438 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -809,4 +809,5 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Se estas opci籀ns se configuran como 0 (cero) elimina-se o limite.'; $strZip = 'comprimido no formato "zip"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 86fd0d519..ebf17407c 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -832,4 +832,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index fa7435ef4..49fb08f71 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index 0582af961..b30aa0bfd 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 32201dfa2..70e90a0e1 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index d85a79c5b..1f010afe0 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 144bee75b..e62a953c6 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index e9b8ae1b8..f082dfd76 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -828,4 +828,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 1de2d9d73..5217c4886 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -829,4 +829,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 89edf44db..bf643d469 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -836,4 +836,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 1c86b4b74..6a8953f55 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 364bdc664..c3828953b 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 3adb5e2c6..2c5e39da8 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -815,4 +815,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 4c74028b7..a7792a2eb 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -816,4 +816,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 30781cf65..1ae50a72a 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index 8319fb352..d16735ad0 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index dba86feb6..bb2480504 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -814,4 +814,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 2a52c3fff..053bb0baa 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 51823d342..718b0ef2e 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 2006ffbfe..c273ba387 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index bf471ad45..c86bb6b68 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 7ffd63f83..697ca95b7 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -827,4 +827,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 8d18fc177..be4bb1487 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 6332d7a05..3b69ee4db 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 28454cda3..39f429c0f 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -804,4 +804,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 38f781b47..f52198e15 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -803,4 +803,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index f37b3b0ce..45d554307 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -827,4 +827,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 220be4164..9a98055c6 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -828,4 +828,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 75b02a8d2..5c6f89a76 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -809,4 +809,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved $strZip = 'Komprimert (zip)'; // To translate: +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index cf1c4136d..ff13f5e28 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -810,4 +810,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved 疇 sette disse til 0 (null) fjernes begrens $strZip = 'Komprimert (zip)'; // To translate: +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index e0bdf9ef3..454f166c4 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -833,4 +833,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index a6527448f..311ca991a 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -832,4 +832,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index de0062c67..f7263f2af 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -803,4 +803,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 0a47ee4e0..076c3c9e8 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -804,4 +804,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index aa91c8086..2cc8cb05c 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -803,4 +803,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 67c9be753..cbca762c0 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -823,4 +823,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 0fe6507b1..48a440c33 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -823,4 +823,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index df1de9c42..fc10f14da 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -824,4 +824,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 8e5e0369b..3be430430 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 7ac21d63d..5a2bf8d9b 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index b140aabe4..2dedd1a20 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index c85a25746..53e5d47bd 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 2cfa7b428..620cb6d49 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 1a577f334..1bb787933 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 36345881b..4118ac523 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 0dac4a04d..abfb3df25 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index ffcce11c7..f935b5f65 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index a3fed4d0d..a2ae22edc 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index ad8fb69f5..3581d9f47 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index d111fd93d..4acc96690 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -806,4 +806,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 65ea1c692..705c8cc9a 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index a80762b9c..dac2444c2 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index a565e9fc1..74692c81b 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -806,4 +806,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 992bd2ad9..8de2d5505 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 8e7f157db..ff04a249e 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -810,4 +810,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index 96de4505a..46d345a58 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -810,4 +810,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index da3402030..aae9200ba 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -811,4 +811,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran $strRoutines = 'Routines'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 26921e338..129cec0ee 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -804,4 +804,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att s酹ta dessa alternativ till 0 (noll) tas begr鄚sningarna bort.'; $strZip = '"zippad"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index fecc48f3b..ffdd9ee78 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -805,4 +805,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att s瓣tta dessa alternativ till 0 (noll) tas begr瓣nsningarna bort.'; $strZip = '"zippad"'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/tatar-iso-8859-9.inc.php b/lang/tatar-iso-8859-9.inc.php index 76e63ce46..6ef0770c4 100644 --- a/lang/tatar-iso-8859-9.inc.php +++ b/lang/tatar-iso-8859-9.inc.php @@ -807,4 +807,5 @@ $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/tatar-utf-8.inc.php b/lang/tatar-utf-8.inc.php index 5cfafe24b..751edd3a2 100644 --- a/lang/tatar-utf-8.inc.php +++ b/lang/tatar-utf-8.inc.php @@ -808,4 +808,5 @@ $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 9ee4c5a27..334109e45 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -828,4 +828,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 514f53f4a..80dc7241f 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -829,4 +829,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 4ddb24723..660ac04bf 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -817,4 +817,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index e523db2d4..7d316d4a6 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -818,4 +818,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index ecaf4a600..773b5277c 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 4bb7cde8f..a18fb91ca 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t $strRoutines = 'Routines'; //to translate $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate ?>