This commit is contained in:
Marc Delisle
2002-01-27 23:31:53 +00:00
parent ca812aa310
commit ac9ca39848

View File

@@ -30,7 +30,7 @@ $strAddUserMessage = 'You have added a new user.';
$strAffectedRows = 'Affected rows:'; $strAffectedRows = 'Affected rows:';
$strAfter = 'After %s'; $strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page'; $strAfterInsertBack = 'Go back to previous page';
$strAfterInsertNewInsert = 'Insert a new record'; $strAfterInsertNewInsert = 'Insert a new row';
$strAll = 'All'; $strAll = 'All';
$strAlterOrderBy = 'Alter table order by'; $strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table'; $strAnalyzeTable = 'Analyze table';
@@ -166,7 +166,7 @@ $strKill = 'Kill';
$strLength = 'Length'; $strLength = 'Length';
$strLengthSet = 'Length/Values*'; $strLengthSet = 'Length/Values*';
$strLimitNumRows = 'Number of records per page'; $strLimitNumRows = 'Number of rows per page';
$strLineFeed = 'Linefeed: \\n'; $strLineFeed = 'Linefeed: \\n';
$strLines = 'Lines'; $strLines = 'Lines';
$strLinesTerminatedBy = 'Lines terminated by'; $strLinesTerminatedBy = 'Lines terminated by';
@@ -189,7 +189,7 @@ $strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables'; $strMySQLShowVars = 'Show MySQL system variables';
$strName = 'Name'; $strName = 'Name';
$strNbRecords = 'No. Of records'; $strNbRecords = 'Number of rows';
$strNext = 'Next'; $strNext = 'Next';
$strNo = 'No'; $strNo = 'No';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
@@ -280,7 +280,7 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin
$strShow = 'Show'; $strShow = 'Show';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowingRecords = 'Showing records '; $strShowingRecords = 'Showing rows ';
$strShowPHPInfo = 'Show PHP information'; $strShowPHPInfo = 'Show PHP information';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; $strShowThisQuery = ' Show this query here again ';
@@ -289,7 +289,7 @@ $strSize = 'Size';
$strSort = 'Sort'; $strSort = 'Sort';
$strSpaceUsage = 'Space usage'; $strSpaceUsage = 'Space usage';
$strSQLQuery = 'SQL-query'; $strSQLQuery = 'SQL-query';
$strStartingRecord = 'Starting record'; $strStartingRecord = 'Starting row';
$strStatement = 'Statements'; $strStatement = 'Statements';
$strStrucCSV = 'CSV data'; $strStrucCSV = 'CSV data';
$strStrucData = 'Structure and data'; $strStrucData = 'Structure and data';