phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.uiinfolog.inc.php,1.30.2.9,1.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.uiinfolog.inc.php,1.30.2.9,1.30.2.10
Date: Sun, 02 Mar 2003 17:18:22 -0500

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv2994/infolog/inc

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


Index: class.uiinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.uiinfolog.inc.php,v
retrieving revision 1.30.2.9
retrieving revision 1.30.2.10
diff -C2 -r1.30.2.9 -r1.30.2.10
*** class.uiinfolog.inc.php     17 Feb 2003 09:42:46 -0000      1.30.2.9
--- class.uiinfolog.inc.php     2 Mar 2003 22:17:48 -0000       1.30.2.10
***************
*** 406,414 ****
                          $to = $start + $maxmatchs;
                          if ($to > $total) $to = $total;
!                         $total_matchs = lang('showing x - x of x',($start + 
1),$to,$total);
                        }
                        else
                        {
!                         $total_matchs = lang('showing x',$total);
                        }
                        $t->set_var('total_matchs',$total_matchs);
--- 406,414 ----
                          $to = $start + $maxmatchs;
                          if ($to > $total) $to = $total;
!                         $total_matchs = lang('showing %1 - %2 of %3',($start 
+ 1),$to,$total);
                        }
                        else
                        {
!                         $total_matchs = lang('showing %1',$total);
                        }
                        $t->set_var('total_matchs',$total_matchs);





reply via email to

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