"SQL" instead of "home"

This commit is contained in:
Alexander M. Turek
2002-05-05 08:28:43 +00:00
parent 45e43f3c85
commit 61ac77dc6a
47 changed files with 58 additions and 13 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-05 Alexander M. Turek <rabus@users.sourceforge.net>
* db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
Use "SQL" instead of "home" as link name.
2002-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* user_details.php3, line 984: do not use "mysql_result" if the query
fails.

View File

@@ -39,7 +39,7 @@ else {
<p>
[&nbsp;
<a href="db_details.php3?<?php echo $url_query; ?>&amp;db_query_force=1">
<b><?php echo $strHome; ?></b></a>&nbsp;|
<b><?php echo $strSQL; ?></b></a>&nbsp;|
<a href="db_details_structure.php3?<?php echo $url_query; ?>">
<b><?php echo $strStructure; ?></b></a>&nbsp;|
<?php echo $lnk3 . "\n"; ?>

View File

@@ -360,4 +360,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -358,4 +358,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,4 +359,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,4 +359,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -357,4 +357,5 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -357,4 +357,5 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,4 +359,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,4 +359,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -355,4 +355,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -353,4 +353,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -353,4 +353,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -248,6 +248,7 @@ $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRelationView = 'Relation view';
$strReloadFailed = 'MySQL reload failed.';
$strReloadMySQL = 'Reload MySQL';
$strRememberReload = 'Remember reload the server.';
@@ -296,6 +297,7 @@ $strSingly = '(singly)';
$strSize = 'Size';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSQL = 'SQL';
$strSQLQuery = 'SQL-query';
$strStatement = 'Statements';
$strStrucCSV = 'CSV data';
@@ -303,6 +305,7 @@ $strStrucData = 'Structure and data';
$strStrucDrop = 'Add \'drop table\'';
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strStrucOnly = 'Structure only';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL-query has been executed successfully';
$strSum = 'Sum';
@@ -350,8 +353,4 @@ $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes';
$strZip = '"zipped"';
$strStructure = 'Structure';
$strRelationView = 'Relation view';
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -358,4 +358,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -297,6 +297,7 @@ $strSingly = '(
$strSize = 'Taille';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilis<69>';
$strSQL = 'SQL';
$strSQLQuery = 'requ<71>te SQL';
$strStatement = 'Information';
$strStrucCSV = 'Donn<6E>es CSV';

View File

@@ -358,4 +358,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -340,6 +340,13 @@ $strUserName = 'User name';
$strUseTables = 'Use Tables';
$strWithChecked = 'With selected:';
$strZip = '"zipped"';
$strLinksTo = 'Links to'; //to translate
$strExport = 'Export'; //to translate
$strOperations = 'Operations'; //to translate
$strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strSQL = 'SQL'; //to translate
// For indexes
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
@@ -357,10 +364,4 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strLinksTo = 'Links to'; //to translate
$strExport = 'Export'; //to translate
$strOperations = 'Operations'; //to translate
$strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
?>

View File

@@ -297,6 +297,7 @@ $strSingly = '(einmalig)';
$strSize = 'Gr<47><72>e';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSQL = 'SQL';
$strSQLQuery = 'SQL-Befehl';
$strStatement = 'Angaben';
$strStrucCSV = 'CSV-Daten';

View File

@@ -355,4 +355,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -356,4 +356,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -353,4 +353,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,6 +359,6 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -363,4 +363,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -363,4 +363,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -355,4 +355,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -358,4 +358,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -358,4 +358,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -361,4 +361,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,4 +359,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -359,4 +359,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -360,4 +360,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -357,4 +357,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -357,4 +357,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -352,4 +352,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -360,4 +360,5 @@ $strExportToXML = 'Export to XML format'; //to translate
$strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -354,4 +354,5 @@ $strOptions = 'Options'; //to translate
$strStructure = 'Structure'; //to translate
$strRelationView = 'Relation view'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
$strSQL = 'SQL'; //to translate
?>

View File

@@ -33,7 +33,7 @@ if ($num_rows > 0) {
<p>
[&nbsp;
<a href="tbl_properties.php3?<?php echo $url_query; ?>">
<b><?php echo $strHome; ?></b></a>&nbsp;|
<b><?php echo $strSQL; ?></b></a>&nbsp;|
<?php echo $lnk2 . "\n"; ?>
<b><?php echo $strBrowse; ?></b><?php if ($lnk2) echo '</a>'; ?>&nbsp;|
<a href="tbl_properties_structure.php3?<?php echo $url_query; ?>">