phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: timetrack addjobdetail.php,1.18.2.2,1.18.2.3 adm


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: timetrack addjobdetail.php,1.18.2.2,1.18.2.3 admin3.php,1.9.2.1,1.9.2.2 editdetail.php,1.14.2.1,1.14.2.2
Date: Thu, 20 Mar 2003 16:11:32 -0500

Update of /cvsroot/phpgroupware/timetrack
In directory subversions:/tmp/cvs-serv20476/timetrack

Modified Files:
      Tag: Version-0_9_14-branch
        addjobdetail.php admin3.php editdetail.php 
Log Message:
Finished changing all phrases with catagory -> category in lang files and lang 
calls.


Index: addjobdetail.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/addjobdetail.php,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -C2 -r1.18.2.2 -r1.18.2.3
*** addjobdetail.php    22 Sep 2002 19:58:02 -0000      1.18.2.2
--- addjobdetail.php    20 Mar 2003 21:11:30 -0000      1.18.2.3
***************
*** 169,173 ****
             </tr>
             <tr>
!              <td><?php echo lang("Catagory"); ?></td>
               <td><select name="n_catagory">
                <option value="">
--- 169,173 ----
             </tr>
             <tr>
!              <td><?php echo lang("Category"); ?></td>
               <td><select name="n_catagory">
                <option value="">

Index: admin3.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/admin3.php,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** admin3.php  14 Mar 2002 19:26:33 -0000      1.9.2.1
--- admin3.php  20 Mar 2003 21:11:30 -0000      1.9.2.2
***************
*** 51,55 ****
          echo '<center><table border=0 with=65%>';
          echo '<tr colspan=2><td align=center>';
!         echo lang("Are you sure you want to delete this Work Catagory") . "?";
          echo '<br>' . $GLOBALS['phpgw']->db->f("catagory_desc");
          echo '<td></tr><tr><td>';
--- 51,55 ----
          echo '<center><table border=0 with=65%>';
          echo '<tr colspan=2><td align=center>';
!         echo lang("Are you sure you want to delete this Work Category") . "?";
          echo '<br>' . $GLOBALS['phpgw']->db->f("catagory_desc");
          echo '<td></tr><tr><td>';
***************
*** 66,72 ****
    }
  
!   echo "<p><center><h3>" . lang("Work Catagory Table") . "</h3><table 
border=0 width=65%>"
!      . "<tr bgcolor=" . $GLOBALS['phpgw_info']["theme"]["th_bg"] . "><th>" . 
lang("Catagory ID") . "</th><th>"
!      . lang("Catagory Name") . "</th><th> " . lang("Edit") . " </th> <th> "
       . lang("Delete") . " </th></tr>";
  
--- 66,72 ----
    }
  
!   echo "<p><center><h3>" . lang("Work Category Table") . "</h3><table 
border=0 width=65%>"
!      . "<tr bgcolor=" . $GLOBALS['phpgw_info']["theme"]["th_bg"] . "><th>" . 
lang("Category ID") . "</th><th>"
!      . lang("Category Name") . "</th><th> " . lang("Edit") . " </th> <th> "
       . lang("Delete") . " </th></tr>";
  

Index: editdetail.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/editdetail.php,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -r1.14.2.1 -r1.14.2.2
*** editdetail.php      14 Mar 2002 19:26:33 -0000      1.14.2.1
--- editdetail.php      20 Mar 2003 21:11:30 -0000      1.14.2.2
***************
*** 173,177 ****
             </tr>
             <tr>
!              <td><?php echo lang("Catagory"); ?></td>
               <td><select name="n_catagory">
                  <option value="">
--- 173,177 ----
             </tr>
             <tr>
!              <td><?php echo lang("Category"); ?></td>
               <td><select name="n_catagory">
                  <option value="">





reply via email to

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