phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: nntp index.php,1.38,1.38.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: nntp index.php,1.38,1.38.2.1
Date: Wed, 05 Mar 2003 16:17:37 -0500

Update of /cvsroot/phpgroupware/nntp
In directory subversions:/tmp/cvs-serv24454/nntp

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/nntp/index.php,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -C2 -r1.38 -r1.38.2.1
*** index.php   21 Dec 2001 03:59:13 -0000      1.38
--- index.php   5 Mar 2003 21:17:34 -0000       1.38.2.1
***************
*** 100,104 ****
                {
                        $p->set_var('item_link','');
!                       $p->set_var('item_label',lang('x not 
active',$GLOBALS['nntp']->mailbox));
                        $s .= $p->fp('o_','basic_row');
                }
--- 100,104 ----
                {
                        $p->set_var('item_link','');
!                       $p->set_var('item_label',lang('%1 not 
active',$GLOBALS['nntp']->mailbox));
                        $s .= $p->fp('o_','basic_row');
                }





reply via email to

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