gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/tracker/admin index.php,1.10,1.11


From: gsmet
Subject: [Gforge-commits] gforge/www/tracker/admin index.php,1.10,1.11
Date: Sun, 12 Sep 2004 13:24:37 -0500

Update of /cvsroot/gforge/gforge/www/tracker/admin
In directory db.perdue.net:/tmp/cvs-serv12389/www/tracker/admin

Modified Files:
        index.php 
Log Message:
fixed localization problems in tracker
updated french translation for tracker build boxes feature

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/tracker/admin/index.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- index.php   26 Aug 2004 15:32:07 -0000      1.10
+++ index.php   12 Sep 2004 18:24:34 -0000      1.11
@@ -380,7 +380,7 @@
                                echo '<td>';
                                echo    '<a 
href="'.$PHP_SELF.'?add_opt=1&amp;boxid='.
                                        db_result($result, $i, 
'id').'&amp;group_id='.$group_id.'&amp;atid='. $ath->getID() .'">';
-                               echo ' add choices ';
+                               echo ' 
'.$Language->getText('tracker_admin_build_boxes', 'box_add_choices').' ';
                        }
                        echo   '</tr>';
                        echo $GLOBALS['HTML']->listTableBottom();
@@ -437,7 +437,7 @@
                        echo $GLOBALS['HTML']->listTableBottom();
 
                } else { 
-                       echo 
"\n<h3>".$Language->getText('tracker_admin_build_boxes','no_box')."</h3>";
+                       echo 
"\n<h3>".$Language->getText('tracker_admin_build_boxes','no_choice')."</h3>";
                }
                ?>
                <p>





reply via email to

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