From 8d0a37276a12911a12dfe13d9c008c4bba60bc23 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 27 Jul 2002 12:11:47 +0000 Subject: [PATCH] typo --- lang/english-iso-8859-1.inc.php3 | 6 +++--- lang/english-utf-8.inc.php3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 04b09ac06..8390c01ec 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -153,7 +153,7 @@ $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts'; $strFunction = 'Function'; -$strGeneralRelationFeat = 'General relation features'; //to translate +$strGeneralRelationFeat = 'General relation features'; $strGenTime = 'Generation Time'; $strGenBy = 'Generated by'; $strGo = 'Go'; @@ -236,7 +236,7 @@ $strNoQuery = 'No SQL query!'; $strNoRights = 'You don\'t have enough rights to be here right now!'; $strNoTablesFound = 'No tables found in database.'; $strNotNumber = 'This is not a number!'; -$strNotOK = 'not OK'; //to translate +$strNotOK = 'not OK'; $strNotSet = '%s table not found or not set in %s'; $strNotValidNumber = ' is not a valid row number!'; $strNoUsersFound = 'No user(s) found.'; @@ -245,7 +245,7 @@ $strNumSearchResultsInTable = '%s match(es) inside table %s'; $strNumSearchResultsTotal = 'Total: %s match(es)'; $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; -$strOK = 'OK'; //to translate +$strOK = 'OK'; $strOperations = 'Operations'; $strOptimizeTable = 'Optimize table'; $strOptionalControls = 'Optional. Controls how to write or read special characters.'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 361605000..9e43422a4 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -154,7 +154,7 @@ $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts'; $strFunction = 'Function'; -$strGeneralRelationFeat = 'General relation features'; //to translate +$strGeneralRelationFeat = 'General relation features'; $strGenTime = 'Generation Time'; $strGenBy = 'Generated by'; $strGo = 'Go'; @@ -237,7 +237,7 @@ $strNoQuery = 'No SQL query!'; $strNoRights = 'You don\'t have enough rights to be here right now!'; $strNoTablesFound = 'No tables found in database.'; $strNotNumber = 'This is not a number!'; -$strNotOK = 'not OK'; //to translate +$strNotOK = 'not OK'; $strNotSet = '%s table not found or not set in %s'; $strNotValidNumber = ' is not a valid row number!'; $strNoUsersFound = 'No user(s) found.'; @@ -246,7 +246,7 @@ $strNumSearchResultsInTable = '%s match(es) inside table %s'; $strNumSearchResultsTotal = 'Total: %s match(es)'; $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; -$strOK = 'OK'; //to translate +$strOK = 'OK'; $strOperations = 'Operations'; $strOptimizeTable = 'Optimize table'; $strOptionalControls = 'Optional. Controls how to write or read special characters.';