updates
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2001-09-21 Marc Delisle <lem9@users.sourceforge.net>
|
2001-09-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner
|
* lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner
|
||||||
* lang/italian.inc.php3 updates, thanks to Pietro Danesi
|
* lang/italian.inc.php3 updates, thanks to Pietro Danesi
|
||||||
|
* lang/*, db_details.php3: $strDatabaseHasBeenDropped
|
||||||
|
|
||||||
2001-09-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-09-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* users_detail.php3; libraries/user_details.js; lang/*: changing the whole
|
* users_detail.php3; libraries/user_details.js; lang/*: changing the whole
|
||||||
|
@@ -646,7 +646,7 @@ if ($cfgAllowUserDropDatabase || $is_superuser) {
|
|||||||
?>
|
?>
|
||||||
<!-- Drop database -->
|
<!-- Drop database -->
|
||||||
<li>
|
<li>
|
||||||
<a href="sql.php3?server=<?php echo $server; ?>&lang=<?php echo $lang; ?>&db=<?php echo urlencode($db); ?>&sql_query=<?php echo urlencode('DROP DATABASE ' . backquote($db)); ?>&zero_rows=<?php echo urlencode($strDatabase . ' ' . htmlspecialchars(backquote($db)) . ' ' . $strHasBeenDropped); ?>&goto=main.php3&back=db_details.php3&reload=1"
|
<a href="sql.php3?server=<?php echo $server; ?>&lang=<?php echo $lang; ?>&db=<?php echo urlencode($db); ?>&sql_query=<?php echo urlencode('DROP DATABASE ' . backquote($db)); ?>&zero_rows=<?php echo urlencode(sprintf($strDatabaseHasBeenDropped, htmlspecialchars(backquote($db)))); ?>&goto=main.php3&back=db_details.php3&reload=1"
|
||||||
onclick="return confirmLink(this, 'DROP DATABASE <?php echo js_format($db); ?>')">
|
onclick="return confirmLink(this, 'DROP DATABASE <?php echo js_format($db); ?>')">
|
||||||
<?php echo $strDropDB . ' ' . htmlspecialchars($db); ?></a>
|
<?php echo $strDropDB . ' ' . htmlspecialchars($db); ?></a>
|
||||||
<?php echo show_docu('manual_Reference.html#DROP_DATABASE') . "\n"; ?>
|
<?php echo show_docu('manual_Reference.html#DROP_DATABASE') . "\n"; ?>
|
||||||
|
@@ -325,4 +325,5 @@ $strShowTables = 'Show tables';
|
|||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strWithChecked = 'With checked:'; //to translate
|
$strWithChecked = 'With checked:'; //to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -330,4 +330,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -327,4 +327,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -330,4 +330,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -74,6 +74,7 @@ $strCriteria = 'Criteria';
|
|||||||
|
|
||||||
$strData = 'Data';
|
$strData = 'Data';
|
||||||
$strDatabase = 'Database ';
|
$strDatabase = 'Database ';
|
||||||
|
$strDatabaseHasBeenDropped ="Database %s has been dropped";
|
||||||
$strDatabases = 'databases';
|
$strDatabases = 'databases';
|
||||||
$strDatabasesStats = 'Databases statistics';
|
$strDatabasesStats = 'Databases statistics';
|
||||||
$strDataOnly = 'Data only';
|
$strDataOnly = 'Data only';
|
||||||
|
@@ -328,4 +328,5 @@ $strShowTables = 'Show tables';
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -74,6 +74,7 @@ $strCriteria = 'Crit
|
|||||||
|
|
||||||
$strData = 'Donn<6E>es';
|
$strData = 'Donn<6E>es';
|
||||||
$strDatabase = 'Base de donn<6E>es';
|
$strDatabase = 'Base de donn<6E>es';
|
||||||
|
$strDatabaseHasBeenDropped="La base de donn<6E>es %s a <20>t<EFBFBD> effac<61>e";
|
||||||
$strDatabases = 'bases de donn<6E>es';
|
$strDatabases = 'bases de donn<6E>es';
|
||||||
$strDatabasesStats = 'Statistiques sur les bases de donn<6E>es';
|
$strDatabasesStats = 'Statistiques sur les bases de donn<6E>es';
|
||||||
$strDataOnly = 'Donn<6E>es seulement';
|
$strDataOnly = 'Donn<6E>es seulement';
|
||||||
|
@@ -325,4 +325,5 @@ $strShowTables = 'Show tables';
|
|||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -326,4 +326,5 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
|||||||
$strYes = ' Si ';
|
$strYes = ' Si ';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -329,4 +329,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -329,4 +329,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -324,4 +324,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
|||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strWithChecked = 'With checked:'; //to translate
|
$strWithChecked = 'With checked:'; //to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -324,4 +324,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
|||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -329,4 +329,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -328,4 +328,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -330,4 +330,5 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user