phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: weather/inc functions.inc.php,1.26,1.27


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: weather/inc functions.inc.php,1.26,1.27
Date: Thu, 19 Jun 2003 17:25:43 -0400

Update of /cvsroot/phpgroupware/weather/inc
In directory subversions:/tmp/cvs-serv19098/weather/inc

Modified Files:
        functions.inc.php 
Log Message:
Changed all x's into %'s, added missing lang phrases and french translations.


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/inc/functions.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** functions.inc.php   22 Apr 2003 20:34:50 -0000      1.26
--- functions.inc.php   19 Jun 2003 21:25:40 -0000      1.27
***************
*** 206,210 ****
                                {
                                        $showstring =
!                                       lang("showing # x of x",
                                        ($start + 1), $indexlimit);
                                }
--- 206,210 ----
                                {
                                        $showstring =
!                                       lang("showing # %1 of %2",
                                        ($start + 1), $indexlimit);
                                }





reply via email to

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