phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts index.php,1.46,1.47


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts index.php,1.46,1.47
Date: Thu, 19 Jun 2003 16:55:29 -0400

Update of /cvsroot/phpgroupware/tts
In directory subversions:/tmp/cvs-serv6428/tts

Modified Files:
        index.php 
Log Message:
Changed all x's into %'s in lang calls and lang files, added missing english 
phrases and french translations.


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** index.php   23 Jun 2002 00:53:16 -0000      1.46
--- index.php   19 Jun 2003 20:55:27 -0000      1.47
***************
*** 96,101 ****
        $numopen = $GLOBALS['phpgw']->db->f('0') ;
  
!       $GLOBALS['phpgw']->template->set_var('tts_numtotal',lang('Tickets total 
x',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_numopen',lang('Tickets open 
x',$numopen));
  
  
--- 96,101 ----
        $numopen = $GLOBALS['phpgw']->db->f('0') ;
  
!       $GLOBALS['phpgw']->template->set_var('tts_numtotal',lang('Tickets total 
%1',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_numopen',lang('Tickets open 
%1',$numopen));
  
  
***************
*** 127,132 ****
        }
  
!       $GLOBALS['phpgw']->template->set_var('tts_ticketstotal', lang('Tickets 
total x',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_ticketsopen', lang('Tickets 
open x',$numopen));
        
        // fill header
--- 127,132 ----
        }
  
!       $GLOBALS['phpgw']->template->set_var('tts_ticketstotal', lang('Tickets 
total %1',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_ticketsopen', lang('Tickets 
open %1',$numopen));
        
        // fill header





reply via email to

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