phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: comic/inc functions.inc.php,1.17,1.17.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: comic/inc functions.inc.php,1.17,1.17.2.1
Date: Thu, 06 Feb 2003 17:15:08 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Replaced %1, %2, etc ... variables by x, x, etc ... in phrases put in lang() 
calls
This way, all the phrases have this syntax !


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/functions.inc.php,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -C2 -r1.17 -r1.17.2.1
*** functions.inc.php   21 Oct 2001 10:49:29 -0000      1.17
--- functions.inc.php   6 Feb 2003 22:15:06 -0000       1.17.2.1
***************
*** 567,571 ****
          {
              $showstring =
!                 lang("showing %1 (%2 - %3 of %4)",
                       $comics_displayed,
                       ($start + 1), $end, $indexlimit);
--- 567,571 ----
          {
              $showstring =
!                 lang("showing x (x - x of x)",
                       $comics_displayed,
                       ($start + 1), $end, $indexlimit);





reply via email to

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