CreateDatabaseBeforeCopying
This commit is contained in:
@@ -11,6 +11,8 @@ $Source$
|
|||||||
* lang/norwegian: Update, thanks to Sven-Erik Andersen
|
* lang/norwegian: Update, thanks to Sven-Erik Andersen
|
||||||
* db_details_structure.php: optional message $strNumberOfFields,
|
* db_details_structure.php: optional message $strNumberOfFields,
|
||||||
will use $strFields if not defined
|
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>
|
2005-06-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
|
* lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
|
||||||
|
@@ -25,9 +25,11 @@ if (isset($db) &&
|
|||||||
if (!isset($newname) || empty($newname)) {
|
if (!isset($newname) || empty($newname)) {
|
||||||
$message = $strDatabaseEmpty;
|
$message = $strDatabaseEmpty;
|
||||||
} else {
|
} else {
|
||||||
|
if ($create_database_before_copying) {
|
||||||
$local_query = 'CREATE DATABASE ' . PMA_backquote($newname) . ';';
|
$local_query = 'CREATE DATABASE ' . PMA_backquote($newname) . ';';
|
||||||
$sql_query = $local_query;
|
$sql_query = $local_query;
|
||||||
PMA_DBI_query($local_query);
|
PMA_DBI_query($local_query);
|
||||||
|
}
|
||||||
$tables = PMA_DBI_get_tables($db);
|
$tables = PMA_DBI_get_tables($db);
|
||||||
foreach ($tables as $table) {
|
foreach ($tables as $table) {
|
||||||
$back = $sql_query;
|
$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> <br />
|
<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> <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> <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> <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="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 />
|
<input type="checkbox" name="constraints" value="1" id="checkbox_constraints" style="vertical-align: middle" /><label for="checkbox_constraints"><?php echo $strAddConstraints; ?></label><br />
|
||||||
<?php
|
<?php
|
||||||
|
@@ -818,4 +818,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -819,4 +819,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -807,4 +807,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -814,4 +814,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
|
|||||||
|
|
||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -813,4 +813,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
|
|||||||
|
|
||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -817,4 +817,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -816,4 +816,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -825,4 +825,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -828,4 +828,5 @@ $strView = 'View'; //to translate
|
|||||||
|
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -829,4 +829,5 @@ $strView = 'View'; //to translate
|
|||||||
|
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -828,4 +828,5 @@ $strView = 'View'; //to translate
|
|||||||
|
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -789,4 +789,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -790,4 +790,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -825,4 +825,5 @@ $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
|||||||
|
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -826,4 +826,5 @@ $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
|||||||
|
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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>.';
|
$strZeroRemovesTheLimit = '<27><>: <20>]<5D>w<EFBFBD>o<EFBFBD>ǿﶵ<C7BF><EFB6B5> 0 (<28>s) <20>i<EFBFBD>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD>.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strYes = ' 是 ';
|
|||||||
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
|
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -831,4 +831,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -832,4 +832,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -831,4 +831,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strYes = 'Ano';
|
|||||||
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strYes = 'Ano';
|
|||||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||||
$strZip = '"zazipováno"';
|
$strZip = '"zazipováno"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strYes = 'Ano';
|
|||||||
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -804,4 +804,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -807,4 +807,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -807,4 +807,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -155,6 +155,7 @@ $strCopyTableOK = 'Table %s has been copied to %s.';
|
|||||||
$strCopyTableSameNames = 'Can\'t copy table to same one!';
|
$strCopyTableSameNames = 'Can\'t copy table to same one!';
|
||||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
||||||
$strCreate = 'Create';
|
$strCreate = 'Create';
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
|
||||||
$strCreateIndex = 'Create an index on %s columns';
|
$strCreateIndex = 'Create an index on %s columns';
|
||||||
$strCreateIndexTopic = 'Create a new index';
|
$strCreateIndexTopic = 'Create a new index';
|
||||||
$strCreateNewDatabase = 'Create new database';
|
$strCreateNewDatabase = 'Create new database';
|
||||||
|
@@ -155,6 +155,7 @@ $strCopyTableOK = 'Table %s has been copied to %s.';
|
|||||||
$strCopyTableSameNames = 'Can\'t copy table to same one!';
|
$strCopyTableSameNames = 'Can\'t copy table to same one!';
|
||||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
||||||
$strCreate = 'Create';
|
$strCreate = 'Create';
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
|
||||||
$strCreateIndex = 'Create an index on %s columns';
|
$strCreateIndex = 'Create an index on %s columns';
|
||||||
$strCreateIndexTopic = 'Create a new index';
|
$strCreateIndexTopic = 'Create a new index';
|
||||||
$strCreateNewDatabase = 'Create new database';
|
$strCreateNewDatabase = 'Create new database';
|
||||||
|
@@ -156,6 +156,7 @@ $strCopyTableOK = 'Table %s has been copied to %s.';
|
|||||||
$strCopyTableSameNames = 'Can\'t copy table to same one!';
|
$strCopyTableSameNames = 'Can\'t copy table to same one!';
|
||||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
|
||||||
$strCreate = 'Create';
|
$strCreate = 'Create';
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
|
||||||
$strCreateIndex = 'Create an index on %s columns';
|
$strCreateIndex = 'Create an index on %s columns';
|
||||||
$strCreateIndexTopic = 'Create a new index';
|
$strCreateIndexTopic = 'Create a new index';
|
||||||
$strCreateNewDatabase = 'Create new database';
|
$strCreateNewDatabase = 'Create new database';
|
||||||
|
@@ -815,4 +815,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -816,4 +816,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -817,4 +817,5 @@ $strYes = 'Kyll
|
|||||||
$strZeroRemovesTheLimit = 'Huom: N<>iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
|
$strZeroRemovesTheLimit = 'Huom: N<>iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
|
||||||
$strZip = '"zip-pakattu"';
|
$strZip = '"zip-pakattu"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -817,4 +817,5 @@ $strYes = 'Kyll
|
|||||||
$strZeroRemovesTheLimit = 'Huom: N<>iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
|
$strZeroRemovesTheLimit = 'Huom: N<>iden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
|
||||||
$strZip = '"zip-pakattu"';
|
$strZip = '"zip-pakattu"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -818,4 +818,5 @@ $strYes = 'Kyllä';
|
|||||||
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
|
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen.';
|
||||||
$strZip = '"zip-pakattu"';
|
$strZip = '"zip-pakattu"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -170,7 +170,7 @@ $strCzech = 'tch
|
|||||||
$strCzechSlovak = 'tch<63>que-slovaque';
|
$strCzechSlovak = 'tch<63>que-slovaque';
|
||||||
|
|
||||||
$strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: ';
|
$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';
|
$strDBGContext = 'Contexte';
|
||||||
$strDBGContextID = 'Identificateur de contexte';
|
$strDBGContextID = 'Identificateur de contexte';
|
||||||
$strDBGHits = 'Occurences';
|
$strDBGHits = 'Occurences';
|
||||||
@@ -809,4 +809,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
|
|||||||
|
|
||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
|
||||||
?>
|
?>
|
||||||
|
@@ -170,7 +170,7 @@ $strCzech = 'tch
|
|||||||
$strCzechSlovak = 'tch<63>que-slovaque';
|
$strCzechSlovak = 'tch<63>que-slovaque';
|
||||||
|
|
||||||
$strDBComment = '<b>Commentaire</b> sur la base de donn<6E>es: ';
|
$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';
|
$strDBGContext = 'Contexte';
|
||||||
$strDBGContextID = 'Identificateur de contexte';
|
$strDBGContextID = 'Identificateur de contexte';
|
||||||
$strDBGHits = 'Occurences';
|
$strDBGHits = 'Occurences';
|
||||||
@@ -809,4 +809,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
|
|||||||
|
|
||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
|
||||||
?>
|
?>
|
||||||
|
@@ -171,7 +171,7 @@ $strCzech = 'tchèque';
|
|||||||
$strCzechSlovak = 'tchèque-slovaque';
|
$strCzechSlovak = 'tchèque-slovaque';
|
||||||
|
|
||||||
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
|
$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';
|
$strDBGContext = 'Contexte';
|
||||||
$strDBGContextID = 'Identificateur de contexte';
|
$strDBGContextID = 'Identificateur de contexte';
|
||||||
$strDBGHits = 'Occurences';
|
$strDBGHits = 'Occurences';
|
||||||
@@ -810,4 +810,5 @@ $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to tran
|
|||||||
|
|
||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
|
||||||
?>
|
?>
|
||||||
|
@@ -808,4 +808,5 @@ $strYes = 'Si';
|
|||||||
$strZeroRemovesTheLimit = 'Nota: Se estas opci<63>ns se configuran como 0 (cero) elimina-se o limite.';
|
$strZeroRemovesTheLimit = 'Nota: Se estas opci<63>ns se configuran como 0 (cero) elimina-se o limite.';
|
||||||
$strZip = 'comprimido no formato "zip"';
|
$strZip = 'comprimido no formato "zip"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strYes = 'Si';
|
|||||||
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
|
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
|
||||||
$strZip = 'comprimido no formato "zip"';
|
$strZip = 'comprimido no formato "zip"';
|
||||||
|
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -832,4 +832,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -828,4 +828,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -829,4 +829,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -836,4 +836,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -815,4 +815,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -816,4 +816,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -814,4 +814,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -826,4 +826,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -827,4 +827,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -804,4 +804,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -803,4 +803,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -827,4 +827,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -828,4 +828,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved
|
|||||||
$strZip = 'Komprimert (zip)';
|
$strZip = 'Komprimert (zip)';
|
||||||
|
|
||||||
// To translate:
|
// To translate:
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrens
|
|||||||
$strZip = 'Komprimert (zip)';
|
$strZip = 'Komprimert (zip)';
|
||||||
|
|
||||||
// To translate:
|
// To translate:
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -833,4 +833,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -832,4 +832,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -803,4 +803,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -804,4 +804,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -803,4 +803,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -823,4 +823,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -823,4 +823,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -824,4 +824,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -808,4 +808,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -811,4 +811,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -813,4 +813,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -812,4 +812,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -810,4 +810,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -809,4 +809,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -805,4 +805,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
|
||||||
|
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -806,4 +806,5 @@ $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //t
|
|||||||
$strRoutines = 'Routines'; //to translate
|
$strRoutines = 'Routines'; //to translate
|
||||||
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
|
||||||
$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
Reference in New Issue
Block a user