Skip to content

Commit

Permalink
Removed the calls to ucwords in the summary page, and changed the lan…
Browse files Browse the repository at this point in the history
…guage strings instead

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2335 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Jeroen Latour committed Feb 10, 2004
1 parent 54b3fc3 commit f75873b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
40 changes: 20 additions & 20 deletions lang/strings_english.txt
Expand Up @@ -9,11 +9,11 @@
###########################################################################
# English strings for Mantis
# -------------------------------------------------
# $Revision: 1.149 $
# $Author: vboctor $
# $Date: 2004-02-08 21:26:45 $
# $Revision: 1.150 $
# $Author: jlatour $
# $Date: 2004-02-10 11:07:48 $
#
# $Id: strings_english.txt,v 1.149 2004-02-08 21:26:45 vboctor Exp $
# $Id: strings_english.txt,v 1.150 2004-02-10 11:07:48 jlatour Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -774,22 +774,22 @@ $s_site_settings_updated_msg = 'Site settings have been updated';
# summary_page.php
$s_summary_title = 'Summary';
$s_summary_jpgraph_link = 'Advanced summary';
$s_by_project = 'by project';
$s_by_status = 'by status';
$s_by_date = 'by date (days)';
$s_by_severity = 'by severity';
$s_by_resolution = 'by resolution';
$s_by_category = 'by category';
$s_by_priority = 'by priority';
$s_by_developer = 'by developer';
$s_by_reporter = 'by reporter';
$s_time_stats = 'time stats for resolved bugs(days)';
$s_longest_open_bug = 'longest open bug';
$s_longest_open = 'longest open';
$s_average_time = 'average time';
$s_total_time = 'total time';
$s_developer_stats = 'developer stats';
$s_reporter_stats = 'reporter stats';
$s_by_project = 'By Project';
$s_by_status = 'By Status';
$s_by_date = 'By Date (days)';
$s_by_severity = 'By Severity';
$s_by_resolution = 'By Resolution';
$s_by_category = 'By Category';
$s_by_priority = 'By Priority';
$s_by_developer = 'By Developer';
$s_by_reporter = 'By Reporter';
$s_time_stats = 'Time Stats For Resolved Bugs (days)';
$s_longest_open_bug = 'Longest open bug';
$s_longest_open = 'Longest open';
$s_average_time = 'Average time';
$s_total_time = 'Total time';
$s_developer_stats = 'Developer Stats';
$s_reporter_stats = 'Reporter Stats';
$s_orct = '(open/resolved/closed/total)';

# view_all_bug_page.php
Expand Down
22 changes: 11 additions & 11 deletions summary_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: summary_page.php,v 1.35 2004-02-10 10:39:17 jlatour Exp $
# $Id: summary_page.php,v 1.36 2004-02-10 11:07:47 jlatour Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -97,7 +97,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'by_project' ) ) ?>
<?php echo lang_get( 'by_project' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -111,7 +111,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'by_status' ) ) ?>
<?php echo lang_get( 'by_status' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -124,7 +124,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'by_severity' ) ) ?>
<?php echo lang_get( 'by_severity' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -137,7 +137,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'by_category' ) ) ?>
<?php echo lang_get( 'by_category' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -150,7 +150,7 @@
<table class="width100">
<tr>
<td class="form-title" colspan="5">
<?php echo ucwords( lang_get( 'time_stats' ) ) ?>
<?php echo lang_get( 'time_stats' ) ?>
</td>
</tr>
<tr class="row-1">
Expand Down Expand Up @@ -197,7 +197,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'developer_stats' ) ) ?>
<?php echo lang_get( 'developer_stats' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -212,7 +212,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="5">
<?php echo ucwords( lang_get( 'by_date' ) ) ?>
<?php echo lang_get( 'by_date' ) ?>
</td>
</tr>
<?php summary_print_by_date( config_get( 'date_partitions' ) ) ?>
Expand All @@ -224,7 +224,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'by_resolution' ) ) ?>
<?php echo lang_get( 'by_resolution' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -237,7 +237,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'by_priority' ) ) ?>
<?php echo lang_get( 'by_priority' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand All @@ -250,7 +250,7 @@
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="1">
<?php echo ucwords( lang_get( 'reporter_stats' ) ) ?>
<?php echo lang_get( 'reporter_stats' ) ?>
</td>
<?php echo $t_orcttab ?>
</tr>
Expand Down

0 comments on commit f75873b

Please sign in to comment.