|
From: Benjamin C. <bc...@us...> - 2002-06-17 13:09:05
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv12675/languages Modified Files: en.php Log Message: Cleanup Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- en.php 17 Jun 2002 12:49:11 -0000 1.23 +++ en.php 17 Jun 2002 13:09:00 -0000 1.24 @@ -91,20 +91,20 @@ 'sitelist' => 'Site list', 'sites' => 'Sites', 'QUERY' => array( - 'opt_All' => 'All', - 'Project' => 'Project', - 'Version' => 'Version', - 'Component' => 'Component', - 'Status' => 'Status', - 'Resolution' => 'Resolution', - 'OpSys' => 'OpSys', - 'Priority' => 'Priority', - 'Severity' => 'Severity', - 'Database' => 'Database', - 'ReportedOnSite' => 'Reported on Site', - 'Summary' => 'Summary', - 'DescriptionEntry' => 'A description entry', - 'SortBy' => 'Sort By', + 'opt_All' => 'All', + 'Project' => 'Project', + 'Version' => 'Version', + 'Component' => 'Component', + 'Status' => 'Status', + 'Resolution' => 'Resolution', + 'OpSys' => 'OpSys', + 'Priority' => 'Priority', + 'Severity' => 'Severity', + 'Database' => 'Database', + 'ReportedOnSite' => 'Reported on Site', + 'Summary' => 'Summary', + 'DescriptionEntry' => 'A description entry', + 'SortBy' => 'Sort By', 'SortBy_BugNumber' => 'Bug Number', 'SortBy_Severity' => 'Severity', 'SortBy_Reporter' => 'Reporter', @@ -112,33 +112,33 @@ 'SortBy_Status' => 'Status', 'SortAsc' => 'Ascending', 'SortDesc' => 'Descending', - 'SaveThisQueryAs' => 'Save this query as', - 'ResetBackToDefaultQuery' => 'Reset back to default query', - 'SubmitQuery' => 'Submit query', - 'SavedQueries' => 'Saved Queries', - 'GoToThe' => 'Go to the', - 'AdvancedQueryPage' => 'advanced query page', - 'SimpleQueryPage' => 'simple query page', - 'SureDeleteSavedQuery' => 'Are you sure to delete this saved query?', - 'MatchingAs' => 'matching as', + 'SaveThisQueryAs' => 'Save this query as', + 'ResetBackToDefaultQuery' => 'Reset back to default query', + 'SubmitQuery' => 'Submit query', + 'SavedQueries' => 'Saved Queries', + 'GoToThe' => 'Go to the', + 'AdvancedQueryPage' => 'advanced query page', + 'SimpleQueryPage' => 'simple query page', + 'SureDeleteSavedQuery' => 'Are you sure you want to delete this saved query?', + 'MatchingAs' => 'matching as', 'MatchingAs_Regexp' => 'regexp', 'MatchingAs_NotRegexp' => 'not regexp', 'MatchingAs_Substring' => 'substring', 'MatchingAs_Exact' => 'exact', - 'eMail_Reporter' => 'Reporter', - 'eMail_AssignedTo' => 'Assigned To' + 'eMail_Reporter' => 'Reporter', + 'eMail_AssignedTo' => 'Assigned To' ), - 'WRAP' => array( - 'FindBug' => 'Find Bug', - 'Home' => 'Home', - 'AddNewBug' => 'Add a new Bug', - 'QueryBugs' => 'Query Bugs', - 'ViewReports' => 'View Reports', - 'Documentation' => 'Read Documentation', - 'AdminTools' => 'Admin Tools', - 'CreateNewAccount' => 'Create a new Account' - ) - ); + 'WRAP' => array( + 'FindBug' => 'Find Bug', + 'Home' => 'Home', + 'AddNewBug' => 'Add a new Bug', + 'QueryBugs' => 'Query Bugs', + 'ViewReports' => 'View Reports', + 'Documentation' => 'Read Documentation', + 'AdminTools' => 'Admin Tools', + 'CreateNewAccount' => 'Create a new Account' + ) +); // Page titles $TITLE = array( @@ -190,5 +190,6 @@ 'database' => 'Databases', 'site' => 'Sites', 'documentation' => 'Read documentation' - ); +); + ?> |