phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: comic/inc comic_data.inc.php,1.2,1.3 functions.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: comic/inc comic_data.inc.php,1.2,1.3 functions.inc.php,1.17,1.18
Date: Tue, 22 Apr 2003 16:24:19 -0400

Update of /cvsroot/phpgroupware/comic/inc
In directory subversions:/tmp/cvs-serv21912/comic/inc

Modified Files:
        comic_data.inc.php functions.inc.php 
Log Message:
Changed some x's into %1's ...


Index: comic_data.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/comic_data.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** comic_data.inc.php  19 Apr 2002 01:15:14 -0000      1.2
--- comic_data.inc.php  22 Apr 2003 20:24:17 -0000      1.3
***************
*** 108,116 ****
                                $max_turn = $start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                        }
!                       $match_comment = lang('showing x - x of x',($start + 
1),$max_turn,$total_records);
                }
                else
                {
!                       $match_comment = lang('showing x',$total_records);
                }
      
--- 108,116 ----
                                $max_turn = $start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                        }
!                       $match_comment = lang('showing %1 - %2 of %3',($start + 
1),$max_turn,$total_records);
                }
                else
                {
!                       $match_comment = lang('showing %1',$total_records);
                }
      

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/functions.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** functions.inc.php   21 Oct 2001 10:49:29 -0000      1.17
--- functions.inc.php   22 Apr 2003 20:24:17 -0000      1.18
***************
*** 560,564 ****
          {
              $showstring =
!                 lang("showing x", $comics_displayed);
          }
          break;
--- 560,564 ----
          {
              $showstring =
!                 lang("showing %1", $comics_displayed);
          }
          break;





reply via email to

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