"SQL" instead of "home"
This commit is contained in:
@@ -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.
|
||||
|
@@ -39,7 +39,7 @@ else {
|
||||
<p>
|
||||
[
|
||||
<a href="db_details.php3?<?php echo $url_query; ?>&db_query_force=1">
|
||||
<b><?php echo $strHome; ?></b></a> |
|
||||
<b><?php echo $strSQL; ?></b></a> |
|
||||
<a href="db_details_structure.php3?<?php echo $url_query; ?>">
|
||||
<b><?php echo $strStructure; ?></b></a> |
|
||||
<?php echo $lnk3 . "\n"; ?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -357,4 +357,5 @@ $strYes = '
|
||||
$strZip = '"zipped"';
|
||||
|
||||
// To translate
|
||||
$strSQL = 'SQL'; //to translate
|
||||
?>
|
||||
|
@@ -357,4 +357,5 @@ $strYes = '
|
||||
$strZip = '"zipped"';
|
||||
|
||||
// To translate
|
||||
$strSQL = 'SQL'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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';
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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';
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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 %s 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
|
||||
?>
|
||||
|
@@ -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';
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -359,6 +359,6 @@ $strYes = ' Si ';
|
||||
|
||||
$strZip = '"compresso con zip"';
|
||||
|
||||
|
||||
// To translate
|
||||
$strSQL = 'SQL'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -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
|
||||
?>
|
||||
|
@@ -33,7 +33,7 @@ if ($num_rows > 0) {
|
||||
<p>
|
||||
[
|
||||
<a href="tbl_properties.php3?<?php echo $url_query; ?>">
|
||||
<b><?php echo $strHome; ?></b></a> |
|
||||
<b><?php echo $strSQL; ?></b></a> |
|
||||
<?php echo $lnk2 . "\n"; ?>
|
||||
<b><?php echo $strBrowse; ?></b><?php if ($lnk2) echo '</a>'; ?> |
|
||||
<a href="tbl_properties_structure.php3?<?php echo $url_query; ?>">
|
||||
|
Reference in New Issue
Block a user