tbl_change, lib.inc - fixed warnings
left.js, left.php - shows minus instead of plus in empty databases tbl_properties - insert spaceusage & row statistics, small fixes in output tbl_properties.inc - change 'default' table type to localized string tbl_printview - small fixes in output tbl_details.php3 - add output of table size, speedup on high loaded server tbl_select - fixed warnings
This commit is contained in:
@@ -1,45 +1,71 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$strAPrimaryKey = "A primary key has been added on ";
|
|
||||||
$strAccessDenied = "Access denied";
|
$strAccessDenied = "Access denied";
|
||||||
$strAction = "Action";
|
$strAction = "Action";
|
||||||
|
|
||||||
$strAddNewField = "Add new field";
|
$strAddNewField = "Add new field";
|
||||||
|
$strAddPriv = "Add a new Privilege";
|
||||||
|
$strAddPrivMessage = "You have added a new privilege.";
|
||||||
$strAddSearchConditions = "Add search conditions (body of the \"where\" clause):";
|
$strAddSearchConditions = "Add search conditions (body of the \"where\" clause):";
|
||||||
|
$strAddUser = "Add a new User";
|
||||||
|
$strAddUserMessage = "You have added a new user.";
|
||||||
$strAfter = "After";
|
$strAfter = "After";
|
||||||
|
$strAll = "All";
|
||||||
|
$strAlter = "Alter";
|
||||||
|
$strAnalyzeTable = "Analyze table";
|
||||||
$strAnIndex = "An index has been added on ";
|
$strAnIndex = "An index has been added on ";
|
||||||
|
$strAny = "Any";
|
||||||
|
$strAnyColumn = "Any Column";
|
||||||
|
$strAnyDatabase = "Any database";
|
||||||
|
$strAnyHost = "Any host";
|
||||||
|
$strAnyTable = "Any table";
|
||||||
|
$strAnyUser = "Any user";
|
||||||
|
$strAPrimaryKey = "A primary key has been added on ";
|
||||||
$strAtBeginningOfTable = "At Beginning of Table";
|
$strAtBeginningOfTable = "At Beginning of Table";
|
||||||
$strAtEndOfTable = "At End of Table";
|
$strAtEndOfTable = "At End of Table";
|
||||||
$strAttr = "Attributes";
|
$strAttr = "Attributes";
|
||||||
$strBack = "Back";
|
$strBack = "Back";
|
||||||
|
$strBookmarkLabel = "Label";
|
||||||
|
$strBookmarkQuery = "Bookmarked SQL-query";
|
||||||
|
$strBookmarkThis = "Bookmark this SQL-query";
|
||||||
|
$strBookmarkView = "View only";
|
||||||
$strBrowse = "Browse";
|
$strBrowse = "Browse";
|
||||||
$strCarriage = "Carriage return: \\r";
|
$strCarriage = "Carriage return: \\r";
|
||||||
$strChange = "Change";
|
$strChange = "Change";
|
||||||
|
$strCheckAll = "Check All";
|
||||||
|
$strCheckDbPriv = "Check Database Privileges";
|
||||||
|
$strCheckTable = "Check table";
|
||||||
|
$strColumn = "Column";
|
||||||
|
$strColumnEmpty = "The columns names are empty!";
|
||||||
$strColumnNames = "Column names";
|
$strColumnNames = "Column names";
|
||||||
$strCompleteInserts = "Complete inserts";
|
$strCompleteInserts = "Complete inserts";
|
||||||
|
$strConfirm = "Do you really want to do it?";
|
||||||
$strCopyTable = "Copy table to:";
|
$strCopyTable = "Copy table to:";
|
||||||
$strCopyTableOK = "Table \$table has been copied to \$new_name.";
|
$strCopyTableOK = "Table \$table has been copied to \$new_name.";
|
||||||
$strCreate = "Create";
|
$strCreate = "Create";
|
||||||
$strCreateNewDatabase = "Create new database";
|
$strCreateNewDatabase = "Create new database";
|
||||||
$strCreateNewTable = "Create new table on database ";
|
$strCreateNewTable = "Create new table on database ";
|
||||||
|
|
||||||
$strDatabase = "Database ";
|
$strDatabase = "Database ";
|
||||||
$strDatabases = "databases";
|
$strDatabases = "databases";
|
||||||
|
$strDataOnly="Data only";
|
||||||
|
$strDbEmpty = "The database name is empty!";
|
||||||
$strDefault = "Default";
|
$strDefault = "Default";
|
||||||
$strDelete = "Delete";
|
$strDelete = "Delete";
|
||||||
$strDeleted = "The row has been deleted";
|
$strDeleted = "The row has been deleted";
|
||||||
|
$strDeleteFailed = "Deleted Failed!";
|
||||||
|
$strDeletePassword = "Delete Password";
|
||||||
|
$strDeleteUserMessage = "You have deleted the user";
|
||||||
|
$strDelPassMessage = "You have deleted the password for";
|
||||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.";
|
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.";
|
||||||
$strDisplay = "Display";
|
$strDisplay = "Display";
|
||||||
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
|
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
|
||||||
$strDoYouReally = "Do you really want to ";
|
|
||||||
$strDocu = "Documentation";
|
$strDocu = "Documentation";
|
||||||
|
$strDoYouReally = "Do you really want to ";
|
||||||
$strDrop = "Drop";
|
$strDrop = "Drop";
|
||||||
$strDropDB = "Drop database ";
|
$strDropDB = "Drop database ";
|
||||||
$strDumpingData = "Dumping data for table";
|
$strDumpingData = "Dumping data for table";
|
||||||
$strEdit = "Edit";
|
$strEdit = "Edit";
|
||||||
|
$strEditPrivileges = "Edit Privileges";
|
||||||
$strEmpty = "Empty";
|
$strEmpty = "Empty";
|
||||||
$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows).";
|
$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows).";
|
||||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.";
|
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.";
|
||||||
@@ -50,8 +76,12 @@ $strEscapedBy = "escaped by";
|
|||||||
$strExtra = "Extra";
|
$strExtra = "Extra";
|
||||||
$strField = "Field";
|
$strField = "Field";
|
||||||
$strFields = "Fields";
|
$strFields = "Fields";
|
||||||
|
$strFile = "File";
|
||||||
$strFunction = "Function";
|
$strFunction = "Function";
|
||||||
$strGo = "Go";
|
$strGo = "Go";
|
||||||
|
$strGrant = "Grant";
|
||||||
|
$strGrantOption = "Grant Option";
|
||||||
|
$strGrants = "Grants";
|
||||||
$strHasBeenAltered = "has been altered.";
|
$strHasBeenAltered = "has been altered.";
|
||||||
$strHasBeenCreated = "has been created.";
|
$strHasBeenCreated = "has been created.";
|
||||||
$strHasBeenDropped = "has been dropped.";
|
$strHasBeenDropped = "has been dropped.";
|
||||||
@@ -60,13 +90,18 @@ $strHome = "Home";
|
|||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //lem9
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //lem9
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //lem9
|
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //lem9
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
|
$strHost = "Host";
|
||||||
|
$strHostEmpty = "The host name is empty!";
|
||||||
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list.";
|
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list.";
|
||||||
$strIndex = "Index";
|
$strIndex = "Index";
|
||||||
|
$strIndexes = "Indexes";
|
||||||
$strInsert = "Insert";
|
$strInsert = "Insert";
|
||||||
|
$strInsertAsNewRow="Insert as new row";
|
||||||
$strInsertIntoTable = "Insert into table";
|
$strInsertIntoTable = "Insert into table";
|
||||||
$strInsertNewRow = "Insert new row";
|
$strInsertNewRow = "Insert new row";
|
||||||
$strInsertTextfiles = "Insert textfiles into table";
|
$strInsertTextfiles = "Insert textfiles into table";
|
||||||
$strKeyname = "Keyname";
|
$strKeyname = "Keyname";
|
||||||
|
$strLength="Length";
|
||||||
$strLengthSet = "Length/Set";
|
$strLengthSet = "Length/Set";
|
||||||
$strLimitNumRows = "records per page";
|
$strLimitNumRows = "records per page";
|
||||||
$strLineFeed = "Linefeed: \\n";
|
$strLineFeed = "Linefeed: \\n";
|
||||||
@@ -74,7 +109,6 @@ $strLines = "Lines";
|
|||||||
$strLocationTextfile = "Location of the textfile";
|
$strLocationTextfile = "Location of the textfile";
|
||||||
$strLogout = "Log out";
|
$strLogout = "Log out";
|
||||||
$strModifications = "Modifications have been saved";
|
$strModifications = "Modifications have been saved";
|
||||||
|
|
||||||
$strMySQLReloaded = "MySQL reloaded.";
|
$strMySQLReloaded = "MySQL reloaded.";
|
||||||
$strMySQLSaid = "MySQL said: ";
|
$strMySQLSaid = "MySQL said: ";
|
||||||
$strMySQLShowProcess = "Show processes";
|
$strMySQLShowProcess = "Show processes";
|
||||||
@@ -83,43 +117,67 @@ $strMySQLShowVars = "Show MySQL system variables";
|
|||||||
$strName = "Name";
|
$strName = "Name";
|
||||||
$strNext = "Next";
|
$strNext = "Next";
|
||||||
$strNo = "No";
|
$strNo = "No";
|
||||||
|
$strNoPassword = "No Password";
|
||||||
|
$strNoPrivileges = "No Privileges";
|
||||||
|
$strNoRights = "You don't have enough rights to be here right now!";
|
||||||
$strNoTablesFound = "No tables found in database.";
|
$strNoTablesFound = "No tables found in database.";
|
||||||
|
$strNoUsersFound = "No user(s) found.";
|
||||||
$strNull = "Null";
|
$strNull = "Null";
|
||||||
|
$strNumberIndexes=" Number of advanced indexes ";
|
||||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
|
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
|
||||||
|
$strOptimizeTable = "Optimize table";
|
||||||
$strOptionalControls = "Optional. Controls how to write or read special characters.";
|
$strOptionalControls = "Optional. Controls how to write or read special characters.";
|
||||||
$strOptionally = "OPTIONALLY";
|
$strOptionally = "OPTIONALLY";
|
||||||
$strOr = "or";
|
$strOr = "or";
|
||||||
|
$strPassword = "Password";
|
||||||
|
$strPasswordEmpty = "The password is empty!";
|
||||||
|
$strPasswordNotSame = "The passwords aren't the same!";
|
||||||
$strPos1 = "Begin";
|
$strPos1 = "Begin";
|
||||||
$strPrevious = "Previous";
|
$strPrevious = "Previous";
|
||||||
$strPrimary = "Primary";
|
$strPrimary = "Primary";
|
||||||
$strPrimaryKey = "Primary key";
|
$strPrimaryKey = "Primary key";
|
||||||
$strPrintView = "Print view";
|
|
||||||
$strPrinterFriendly = "Printer friendly version of above table";
|
$strPrinterFriendly = "Printer friendly version of above table";
|
||||||
|
$strPrintView = "Print view";
|
||||||
|
$strPrivileges = "Privileges";
|
||||||
|
$strProcess = "Process";
|
||||||
$strProducedAnError = "produced an error.";
|
$strProducedAnError = "produced an error.";
|
||||||
$strProperties = "Properties";
|
$strProperties = "Properties";
|
||||||
$strQBE = "Query by Example";
|
$strQBE = "Query by Example";
|
||||||
$strReadTheDocs = "Read the docs";
|
$strReadTheDocs = "Read the docs";
|
||||||
$strRecords = "Records";
|
$strRecords = "Records";
|
||||||
|
$strReferences = "References";
|
||||||
|
$strReload = "Reload";
|
||||||
$strReloadFailed = "MySQL reload failed.";
|
$strReloadFailed = "MySQL reload failed.";
|
||||||
$strReloadMySQL = "Reload MySQL";
|
$strReloadMySQL = "Reload MySQL";
|
||||||
|
$strRememberReload = "Remember reload the server.";
|
||||||
$strRenameTable = "Rename table to";
|
$strRenameTable = "Rename table to";
|
||||||
$strRenameTableOK = "Table \$table has been renamed to \$new_name";
|
$strRenameTableOK = "Table \$table has been renamed to \$new_name";
|
||||||
|
$strRepairTable = "Repair table";
|
||||||
$strReplace = "Replace";
|
$strReplace = "Replace";
|
||||||
$strReplaceTable = "Replace table data with file";
|
$strReplaceTable = "Replace table data with file";
|
||||||
$strReset = "Reset";
|
$strReset = "Reset";
|
||||||
|
$strReType = "Re-type";
|
||||||
|
$strRevoke = "Revoke";
|
||||||
|
$strRevokeGrant = "Revoke Grant";
|
||||||
|
$strRevokeGrantMessage = "You have revoked the Grant privilege for";
|
||||||
|
$strRevokeMessage = "You have revoked the privileges for";
|
||||||
|
$strRevokePriv = "Revoke Privileges";
|
||||||
$strRowsFrom = "rows starting from";
|
$strRowsFrom = "rows starting from";
|
||||||
|
|
||||||
$strRunSQLQuery = "Run SQL query/queries on database ";
|
|
||||||
$strRunning = "running on ";
|
$strRunning = "running on ";
|
||||||
$strSQLQuery = "SQL-query";
|
$strRunSQLQuery = "Run SQL query/queries on database ";
|
||||||
$strSave = "Save";
|
$strSave = "Save";
|
||||||
$strSelect = "Select";
|
$strSelect = "Select";
|
||||||
$strSelectFields = "Select fields (at least one):";
|
$strSelectFields = "Select fields (at least one):";
|
||||||
$strSelectNumRows = "in query";
|
$strSelectNumRows = "in query";
|
||||||
$strSend = "Send";
|
$strSend = "Send";
|
||||||
|
$strSequence="Seq.";
|
||||||
$strShow = "Show";
|
$strShow = "Show";
|
||||||
$strShowingRecords = "Showing records ";
|
$strShowingRecords = "Showing records ";
|
||||||
|
$strShutdown = "Shutdown";
|
||||||
|
$strSize="Size";
|
||||||
|
$strSpaceUsage = "Space usage";
|
||||||
|
$strUsage = "Usage";
|
||||||
|
$strSQLQuery = "SQL-query";
|
||||||
$strStrucCSV = "CSV data";
|
$strStrucCSV = "CSV data";
|
||||||
$strStrucData = "Structure and data";
|
$strStrucData = "Structure and data";
|
||||||
$strStrucDrop = "Add 'drop table'";
|
$strStrucDrop = "Add 'drop table'";
|
||||||
@@ -128,95 +186,41 @@ $strSubmit = "Submit";
|
|||||||
$strSuccess = "Your SQL-query has been executed successfully";
|
$strSuccess = "Your SQL-query has been executed successfully";
|
||||||
$strTable = "table ";
|
$strTable = "table ";
|
||||||
$strTableComments = "Table comments";
|
$strTableComments = "Table comments";
|
||||||
|
$strTableEmpty = "The table name is empty!";
|
||||||
|
$strTableMaintenance="Table maintenance";
|
||||||
$strTableStructure = "Table structure for table";
|
$strTableStructure = "Table structure for table";
|
||||||
$strTableType = "Table type"; // Robbat2
|
$strTableType = "Table type"; // Robbat2
|
||||||
$strTerminatedBy = "terminated by";
|
$strTerminatedBy = "terminated by";
|
||||||
|
$strTextAreaLength=" Because of its length,<br> this field might not be editable ";
|
||||||
$strTheContent = "The content of your file has been inserted.";
|
$strTheContent = "The content of your file has been inserted.";
|
||||||
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.";
|
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.";
|
||||||
$strTheTerminator = "The terminator of the fields.";
|
$strTheTerminator = "The terminator of the fields.";
|
||||||
$strTotal = "total";
|
$strTotal = "total";
|
||||||
$strType = "Type";
|
$strType = "Type";
|
||||||
|
$strUncheckAll = "Uncheck All";
|
||||||
$strUnique = "Unique";
|
$strUnique = "Unique";
|
||||||
|
$strUpdate = "Update";
|
||||||
|
$strUpdatePassMessage = "You have updated the password for";
|
||||||
|
$strUpdatePassword = "Update Password";
|
||||||
|
$strUpdatePrivMessage = "You have updated the privileges for";
|
||||||
|
$strUser = "User";
|
||||||
|
$strUserEmpty = "The user name is empty!";
|
||||||
|
$strUserName = "User name";
|
||||||
|
$strUsers = "Users";
|
||||||
$strValue = "Value";
|
$strValue = "Value";
|
||||||
$strViewDump = "View dump (schema) of table";
|
$strViewDump = "View dump (schema) of table";
|
||||||
$strViewDumpDB = "View dump (schema) of database";
|
$strViewDumpDB = "View dump (schema) of database";
|
||||||
$strWelcome = "Welcome to ";
|
$strWelcome = "Welcome to ";
|
||||||
$strWrongUser = "Wrong username/password. Access denied.";
|
$strWrongUser = "Wrong username/password. Access denied.";
|
||||||
$strYes = "Yes";
|
$strYes = "Yes";
|
||||||
|
$strData = "Data";
|
||||||
$strCheckTable = "Check table";
|
$strOverhead = "Overhead";
|
||||||
$strAnalyzeTable = "Analyze table";
|
$strEffective = "Effective";
|
||||||
$strRepairTable = "Repair table";
|
$strRowsStatistic = "Row Statistic";
|
||||||
$strOptimizeTable = "Optimize table";
|
$strStatement = "Statements";
|
||||||
|
$strRows = "Rows";
|
||||||
$strBookmarkQuery = "Bookmarked SQL-query";
|
$strFormat = "Format";
|
||||||
$strBookmarkThis = "Bookmark this SQL-query";
|
$strFixed = "fixed";
|
||||||
$strBookmarkLabel = "Label";
|
$strDynamic = "dynamic";
|
||||||
$strBookmarkView = "View only";
|
$strRowLength = "Row length";
|
||||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable ";
|
|
||||||
$strNumberIndexes=" Number of advanced indexes ";
|
|
||||||
$strSequence="Seq.";
|
|
||||||
$strLength="Length";
|
|
||||||
$strNoUsersFound = "No user(s) found.";
|
|
||||||
$strNoRights = "You don't have enough rights to be here right now!";
|
|
||||||
$strHostEmpty = "The host name is empty!";
|
|
||||||
$strUserEmpty = "The user name is empty!";
|
|
||||||
$strPasswordEmpty = "The password is empty!";
|
|
||||||
$strDbEmpty = "The database name is empty!";
|
|
||||||
$strTableEmpty = "The table name is empty!";
|
|
||||||
$strPasswordNotSame = "The passwords aren't the same!";
|
|
||||||
$strAnyDatabase = "Any database";
|
|
||||||
$strUser = "User";
|
|
||||||
$strAnyTable = "Any table";
|
|
||||||
$strHost = "Host";
|
|
||||||
$strAnyHost = "Any host";
|
|
||||||
$strUserName = "User name";
|
|
||||||
$strAnyUser = "Any user";
|
|
||||||
$strPassword = "Password";
|
|
||||||
$strNoPassword = "No Password";
|
|
||||||
$strReType = "Re-type";
|
|
||||||
$strPrivileges = "Privileges";
|
|
||||||
$strGrantOption = "Grant Option";
|
|
||||||
$strAddUser = "Add a new User";
|
|
||||||
$strAddPriv = "Add a new Privilege";
|
|
||||||
$strCheckDbPriv = "Check Database Privileges";
|
|
||||||
$strAddPrivMessage = "You have added a new privilege.";
|
|
||||||
$strAddUserMessage = "You have added a new user.";
|
|
||||||
$strRememberReload = "Remember reload the server.";
|
|
||||||
$strRevoke = "Revoke";
|
|
||||||
$strGrants = "Grants";
|
|
||||||
$strRevokePriv = "Revoke Privileges";
|
|
||||||
$strRevokeGrant = "Revoke Grant";
|
|
||||||
$strRevokeMessage = "You have revoked the privileges for";
|
|
||||||
$strDelPassMessage = "You have deleted the password for";
|
|
||||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";
|
|
||||||
$strUpdatePrivMessage = "You have updated the privileges for";
|
|
||||||
$strUpdatePassMessage = "You have updated the password for";
|
|
||||||
$strDeleteUserMessage = "You have deleted the user";
|
|
||||||
$strDeletePassword = "Delete Password";
|
|
||||||
$strUpdatePassword = "Update Password";
|
|
||||||
$strEditPrivileges = "Edit Privileges";
|
|
||||||
$strNoPrivileges = "No Privileges";
|
|
||||||
$strAny = "Any";
|
|
||||||
$strAll = "All";
|
|
||||||
$strUpdate = "Update";
|
|
||||||
$strReload = "Reload";
|
|
||||||
$strShutdown = "Shutdown";
|
|
||||||
$strProcess = "Process";
|
|
||||||
$strFile = "File";
|
|
||||||
$strGrant = "Grant";
|
|
||||||
$strReferences = "References";
|
|
||||||
$strAlter = "Alter";
|
|
||||||
$strCheckAll = "Check All";
|
|
||||||
$strUncheckAll = "Uncheck All";
|
|
||||||
$strUsers = "Users";
|
|
||||||
$strConfirm = "Do you really want to do it?";
|
|
||||||
$strDeleteFailed = "Deleted Failed!";
|
|
||||||
$strColumn = "Column";
|
|
||||||
$strAnyColumn = "Any Column";
|
|
||||||
$strColumnEmpty = "The columns names are empty!";
|
|
||||||
$strInsertAsNewRow="Insert as new row";
|
|
||||||
$strTableMaintenance="Table maintenance";
|
|
||||||
$strDataOnly="Data only";
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user