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