gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/project/admin roleedit.php, 1.1, 1.2 massadd


From: gsmet
Subject: [Gforge-commits] gforge/www/project/admin roleedit.php, 1.1, 1.2 massadd.php, 1.1, 1.2
Date: Fri, 06 Aug 2004 05:02:10 -0500

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

Modified Files:
        roleedit.php massadd.php 
Log Message:
minor RBAC localization problems

Index: roleedit.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/roleedit.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- roleedit.php        4 Aug 2004 16:18:42 -0000       1.1
+++ roleedit.php        6 Aug 2004 10:02:07 -0000       1.2
@@ -244,7 +244,7 @@
 
 echo $HTML->listTableBottom();
 
-echo '<input type="submit" name="submit" value="Submit">
+echo '<input type="submit" name="submit" 
value="'.$Language->getText('general', 'submit').'">
 </form>';
 
 project_admin_footer(array());

Index: massadd.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/project/admin/massadd.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- massadd.php 4 Aug 2004 16:18:42 -0000       1.1
+++ massadd.php 6 Aug 2004 10:02:07 -0000       1.2
@@ -73,7 +73,7 @@
 <input type="hidden" name="accumulated_ids" value="'. 
implode(',',$accumulated_ids) .'">';
 
 $abc_array = 
array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z');
-echo "Choose the <strong>First Letter</strong> of the name of the person you 
wish to add.<p>";
+echo $Language->getText('project_admin', 'choose_first_letter');
 for ($i=0; $i<count($abc_array); $i++) {
     if ($sw == $abc_array[$i]) {
         echo '<strong>'.$abc_array[$i].'</strong>&nbsp;';
@@ -83,7 +83,7 @@
 }
 
 if (!$res || db_numrows($res) < 1) {
-       echo "No Matching Users Found";
+       echo $Language->getText('project_admin', 'no_matching_user');
 } else {
 
        $titles[]=$Language->getText('project_admin','userrealname');
@@ -108,7 +108,7 @@
 
 }
 
-echo '<input type="submit" name="finished" value="Finished">
+echo '<input type="submit" name="finished" 
value="'.$Language->getText('project_admin', 'finish').'">
 </form>';
 
 project_admin_footer(array());





reply via email to

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