This commit is contained in:
Marc Delisle
2001-09-21 16:58:40 +00:00
parent a9fc3601b8
commit bd40724686
30 changed files with 30 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2001-09-21 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner
* lang/italian.inc.php3 updates, thanks to Pietro Danesi
* lang/*, db_details.php3: $strDatabaseHasBeenDropped
2001-09-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* users_detail.php3; libraries/user_details.js; lang/*: changing the whole

View File

@@ -646,7 +646,7 @@ if ($cfgAllowUserDropDatabase || $is_superuser) {
?>
<!-- Drop database -->
<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); ?>')">
<?php echo $strDropDB . ' ' . htmlspecialchars($db); ?></a>
<?php echo show_docu('manual_Reference.html#DROP_DATABASE') . "\n"; ?>

View File

@@ -325,4 +325,5 @@ $strShowTables = 'Show tables';
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; //to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -330,4 +330,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -327,4 +327,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -330,4 +330,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -74,6 +74,7 @@ $strCriteria = 'Criteria';
$strData = 'Data';
$strDatabase = 'Database ';
$strDatabaseHasBeenDropped ="Database %s has been dropped";
$strDatabases = 'databases';
$strDatabasesStats = 'Databases statistics';
$strDataOnly = 'Data only';

View File

@@ -328,4 +328,5 @@ $strShowTables = 'Show tables';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -74,6 +74,7 @@ $strCriteria = 'Crit
$strData = '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';
$strDatabasesStats = 'Statistiques sur les bases de donn<6E>es';
$strDataOnly = 'Donn<6E>es seulement';

View File

@@ -325,4 +325,5 @@ $strShowTables = 'Show tables';
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:';
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -326,4 +326,5 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si ';
// To translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -329,4 +329,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -329,4 +329,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -324,4 +324,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; //to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -324,4 +324,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:';
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -329,4 +329,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -328,4 +328,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -325,4 +325,5 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>

View File

@@ -330,4 +330,5 @@ $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strDatabaseHasBeenDropped=" Database %s has been dropped "; //to translate
?>