gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/project/stats index.php,1.5,1.6


From: gsmet
Subject: [Gforge-commits] gforge/www/project/stats index.php,1.5,1.6
Date: Sat, 16 Oct 2004 12:10:19 -0500

Update of /cvsroot/gforge/gforge/www/project/stats
In directory db.perdue.net:/tmp/cvs-serv28839/www/project/stats

Modified Files:
        index.php 
Log Message:
localization

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/stats/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php   28 Jul 2004 17:31:38 -0000      1.5
+++ index.php   16 Oct 2004 17:10:16 -0000      1.6
@@ -36,10 +36,10 @@
 <form action="<?php echo $PHP_SELF; ?>" method="get">
 <input type="hidden" name="group_id" value="<?php echo $group_id; ?>">
 <table><tr>
-<td><strong>Area:</strong><br /><?php echo report_area_box('area',$area); 
?></td>
-<td><strong>Type:</strong><br /><?php echo report_span_box('SPAN',$SPAN); 
?></td>
-<td><strong>Start:</strong><br /><?php echo report_months_box($report, 
'start', $start); ?></td>
-<td><strong>End:</strong><br /><?php echo report_months_box($report, 'end', 
$end); ?></td>
+<td><strong><?php echo $Language->getText('reporting','area'); ?>:</strong><br 
/><?php echo report_area_box('area',$area); ?></td>
+<td><strong><?php echo $Language->getText('reporting','type'); ?>:</strong><br 
/><?php echo report_span_box('SPAN',$SPAN); ?></td>
+<td><strong><?php echo $Language->getText('reporting','start'); 
?>:</strong><br /><?php echo report_months_box($report, 'start', $start); 
?></td>
+<td><strong><?php echo $Language->getText('reporting','end'); ?>:</strong><br 
/><?php echo report_months_box($report, 'end', $end); ?></td>
 <td><input type="submit" name="submit" value="Refresh"></td>
 </tr></table>
 </form>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]