CreateDatabaseBeforeCopying

This commit is contained in:
Marc Delisle
2005-06-04 13:29:44 +00:00
parent c2e0d7035b
commit 51b4118923
117 changed files with 126 additions and 6 deletions

View File

@@ -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 <lem9@users.sourceforge.net>
* lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,

View File

@@ -25,9 +25,11 @@ if (isset($db) &&
if (!isset($newname) || empty($newname)) {
$message = $strDatabaseEmpty;
} else {
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']) {
<input type="radio" name="what" value="data" id="radio_copy_data" checked="checked" style="vertical-align: middle" /><label for="radio_copy_data"><?php echo $strStrucData; ?></label>&nbsp;&nbsp;<br />
<input type="radio" name="what" value="dataonly" id="radio_copy_dataonly" style="vertical-align: middle" /><label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label>&nbsp;&nbsp;<br />
<input type="checkbox" name="create_database_before_copying" value="1" id="checkbox_create_database_before_copying" style="vertical-align: middle" checked="checked" /><label for="checkbox_create_database_before_copying"><?php echo $strCreateDatabaseBeforeCopying; ?></label><br />
<input type="checkbox" name="auto_increment" value="1" id="checkbox_auto_increment" style="vertical-align: middle" /><label for="checkbox_auto_increment"><?php echo $strAddAutoIncrement; ?></label><br />
<input type="checkbox" name="constraints" value="1" id="checkbox_constraints" style="vertical-align: middle" /><label for="checkbox_constraints"><?php echo $strAddConstraints; ?></label><br />
<?php

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -814,4 +814,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
$strRoutines = 'Routines'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -813,4 +813,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
$strRoutines = 'Routines'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -828,4 +828,5 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -829,4 +829,5 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -828,4 +828,5 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -825,4 +825,5 @@ $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -826,4 +826,5 @@ $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -809,4 +809,5 @@ $strYes = '
$strZeroRemovesTheLimit = '<27><>: <20>]<5D>w<EFBFBD>o<EFBFBD>ǿﶵ<C7BF><EFB6B5> 0 (<28>s) <20>i<EFBFBD>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD>.';
$strZip = '"zipped"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -810,4 +810,5 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -809,4 +809,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -810,4 +810,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -809,4 +809,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';

View File

@@ -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&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';

View File

@@ -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&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -817,4 +817,5 @@ $strYes = 'Kyll
$strZeroRemovesTheLimit = 'Huom: N<>iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
$strZip = '"zip-pakattu"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -817,4 +817,5 @@ $strYes = 'Kyll
$strZeroRemovesTheLimit = 'Huom: N<>iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
$strZip = '"zip-pakattu"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -170,7 +170,7 @@ $strCzech = 'tch
$strCzechSlovak = 'tch<63>que-slovaque';
$strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: ';
$strDBCopy = 'Copier la base de donn<6E>es vers:';
$strDBCopy = 'Copier la base de donn<6E>es 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';
?>

View File

@@ -170,7 +170,7 @@ $strCzech = 'tch
$strCzechSlovak = 'tch<63>que-slovaque';
$strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: ';
$strDBCopy = 'Copier la base de donn<6E>es vers:';
$strDBCopy = 'Copier la base de donn<6E>es 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';
?>

View File

@@ -171,7 +171,7 @@ $strCzech = 'tchèque';
$strCzechSlovak = 'tchèque-slovaque';
$strDBComment = '<b>Commentaire</b> 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';
?>

View File

@@ -808,4 +808,5 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Se estas opci<63>ns se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -809,4 +809,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved
$strZip = 'Komprimert (zip)';
// To translate:
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

Some files were not shown because too many files have changed in this diff Show More