This commit is contained in:
Marc Delisle
2002-07-27 12:11:03 +00:00
parent 4d26803b11
commit 59e5ec5133
2 changed files with 16 additions and 16 deletions

View File

@@ -74,6 +74,7 @@ $strCheckAll = 'Check All';
$strCheckDbPriv = 'Check Database Privileges'; $strCheckDbPriv = 'Check Database Privileges';
$strCheckTable = 'Check table'; $strCheckTable = 'Check table';
$strChoosePage = 'Please choose a Page to edit'; $strChoosePage = 'Please choose a Page to edit';
$strColComFeat = 'Displaying Column Comments';
$strColumn = 'Column'; $strColumn = 'Column';
$strColumnNames = 'Column names'; $strColumnNames = 'Column names';
$strComments = 'Comments'; $strComments = 'Comments';
@@ -90,6 +91,7 @@ $strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database'; $strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s'; $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new Page'; $strCreatePage = 'Create a new Page';
$strCreatePdfFeat = 'Creation of PDFs';
$strCriteria = 'Criteria'; $strCriteria = 'Criteria';
$strData = 'Data'; $strData = 'Data';
@@ -106,7 +108,9 @@ $strDeletedRows = 'Deleted rows:';
$strDeleteFailed = 'Deleted Failed!'; $strDeleteFailed = 'Deleted Failed!';
$strDeleteUserMessage = 'You have deleted the user %s.'; $strDeleteUserMessage = 'You have deleted the user %s.';
$strDescending = 'Descending'; $strDescending = 'Descending';
$strDisabled = 'Disabled';
$strDisplay = 'Display'; $strDisplay = 'Display';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:'; $strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema'; $strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
@@ -125,6 +129,7 @@ $strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective'; $strEffective = 'Effective';
$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).';
$strEnabled = 'Enabled';
$strEnd = 'End'; $strEnd = 'End';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strExplain = 'Explain SQL Code'; $strExplain = 'Explain SQL Code';
@@ -148,6 +153,7 @@ $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts'; $strFullText = 'Full Texts';
$strFunction = 'Function'; $strFunction = 'Function';
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGenTime = 'Generation Time'; $strGenTime = 'Generation Time';
$strGenBy = 'Generated by'; $strGenBy = 'Generated by';
$strGo = 'Go'; $strGo = 'Go';
@@ -230,6 +236,7 @@ $strNoQuery = 'No SQL query!';
$strNoRights = 'You don\'t have enough rights to be here right now!'; $strNoRights = 'You don\'t have enough rights to be here right now!';
$strNoTablesFound = 'No tables found in database.'; $strNoTablesFound = 'No tables found in database.';
$strNotNumber = 'This is not a number!'; $strNotNumber = 'This is not a number!';
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; $strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotValidNumber = ' is not a valid row number!'; $strNotValidNumber = ' is not a valid row number!';
$strNoUsersFound = 'No user(s) found.'; $strNoUsersFound = 'No user(s) found.';
@@ -238,6 +245,7 @@ $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$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.';
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; $strOperations = 'Operations';
$strOptimizeTable = 'Optimize table'; $strOptimizeTable = 'Optimize table';
$strOptionalControls = 'Optional. Controls how to write or read special characters.'; $strOptionalControls = 'Optional. Controls how to write or read special characters.';
@@ -401,12 +409,4 @@ $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes'; $strYes = 'Yes';
$strZip = '"zipped"'; $strZip = '"zipped"';
$strDisplayFeat = 'Display Features';
$strCreatePdfFeat = 'Creation of PDFs';
$strColComFeat = 'Displaying Column Comments';
$strDisabled = 'Disabled';
$strEnabled = 'Enabled';
$strOK = 'OK'; //to translate
$strNotOK = 'not OK'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
?> ?>

View File

@@ -75,6 +75,7 @@ $strCheckAll = 'Check All';
$strCheckDbPriv = 'Check Database Privileges'; $strCheckDbPriv = 'Check Database Privileges';
$strCheckTable = 'Check table'; $strCheckTable = 'Check table';
$strChoosePage = 'Please choose a Page to edit'; $strChoosePage = 'Please choose a Page to edit';
$strColComFeat = 'Displaying Column Comments';
$strColumn = 'Column'; $strColumn = 'Column';
$strColumnNames = 'Column names'; $strColumnNames = 'Column names';
$strComments = 'Comments'; $strComments = 'Comments';
@@ -91,6 +92,7 @@ $strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database'; $strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s'; $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new Page'; $strCreatePage = 'Create a new Page';
$strCreatePdfFeat = 'Creation of PDFs';
$strCriteria = 'Criteria'; $strCriteria = 'Criteria';
$strData = 'Data'; $strData = 'Data';
@@ -107,7 +109,9 @@ $strDeletedRows = 'Deleted rows:';
$strDeleteFailed = 'Deleted Failed!'; $strDeleteFailed = 'Deleted Failed!';
$strDeleteUserMessage = 'You have deleted the user %s.'; $strDeleteUserMessage = 'You have deleted the user %s.';
$strDescending = 'Descending'; $strDescending = 'Descending';
$strDisabled = 'Disabled';
$strDisplay = 'Display'; $strDisplay = 'Display';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:'; $strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema'; $strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
@@ -126,6 +130,7 @@ $strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective'; $strEffective = 'Effective';
$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).';
$strEnabled = 'Enabled';
$strEnd = 'End'; $strEnd = 'End';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strExplain = 'Explain SQL Code'; $strExplain = 'Explain SQL Code';
@@ -149,6 +154,7 @@ $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts'; $strFullText = 'Full Texts';
$strFunction = 'Function'; $strFunction = 'Function';
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGenTime = 'Generation Time'; $strGenTime = 'Generation Time';
$strGenBy = 'Generated by'; $strGenBy = 'Generated by';
$strGo = 'Go'; $strGo = 'Go';
@@ -231,6 +237,7 @@ $strNoQuery = 'No SQL query!';
$strNoRights = 'You don\'t have enough rights to be here right now!'; $strNoRights = 'You don\'t have enough rights to be here right now!';
$strNoTablesFound = 'No tables found in database.'; $strNoTablesFound = 'No tables found in database.';
$strNotNumber = 'This is not a number!'; $strNotNumber = 'This is not a number!';
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; $strNotSet = '<b>%s</b> table not found or not set in %s';
$strNotValidNumber = ' is not a valid row number!'; $strNotValidNumber = ' is not a valid row number!';
$strNoUsersFound = 'No user(s) found.'; $strNoUsersFound = 'No user(s) found.';
@@ -239,6 +246,7 @@ $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$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.';
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; $strOperations = 'Operations';
$strOptimizeTable = 'Optimize table'; $strOptimizeTable = 'Optimize table';
$strOptionalControls = 'Optional. Controls how to write or read special characters.'; $strOptionalControls = 'Optional. Controls how to write or read special characters.';
@@ -402,12 +410,4 @@ $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes'; $strYes = 'Yes';
$strZip = '"zipped"'; $strZip = '"zipped"';
$strDisplayFeat = 'Display Features';
$strCreatePdfFeat = 'Creation of PDFs';
$strColComFeat = 'Displaying Column Comments';
$strDisabled = 'Disabled';
$strEnabled = 'Enabled';
$strOK = 'OK'; //to translate
$strNotOK = 'not OK'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
?> ?>