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.25,1.26 metar_re


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: weather/inc functions.inc.php,1.25,1.26 metar_regions.inc.php,1.9,1.10 metar_stations.inc.php,1.10,1.11
Date: Tue, 22 Apr 2003 16:34:52 -0400

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

Modified Files:
        functions.inc.php metar_regions.inc.php metar_stations.inc.php 
Log Message:
CHanged some x's into %'s.


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/inc/functions.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** functions.inc.php   3 Dec 2001 18:01:50 -0000       1.25
--- functions.inc.php   22 Apr 2003 20:34:50 -0000      1.26
***************
*** 196,200 ****
                        {
                                $showstring =
!                               lang("showing x", $indexlimit);
                        }
                        break;
--- 196,200 ----
                        {
                                $showstring =
!                               lang("showing %1", $indexlimit);
                        }
                        break;
***************
*** 212,216 ****
                                {
                                        $showstring =
!                                       lang("showing x - x of x",
                                        ($start + 1), $end, $indexlimit);
                                }
--- 212,216 ----
                                {
                                        $showstring =
!                                       lang("showing %1 - %2 of %3",
                                        ($start + 1), $end, $indexlimit);
                                }

Index: metar_regions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/inc/metar_regions.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** metar_regions.inc.php       3 Dec 2001 18:01:50 -0000       1.9
--- metar_regions.inc.php       22 Apr 2003 20:34:50 -0000      1.10
***************
*** 59,63 ****
                {
                        $match_comment = 
!                               lang('showing x - x of x',($start + 1),
                                        ($start +
                                        
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),
--- 59,63 ----
                {
                        $match_comment = 
!                               lang('showing %1 - %2 of %3',($start + 1),
                                        ($start +
                                        
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),
***************
*** 67,71 ****
                else
                {
!                       $match_comment = lang('showing 
x',$GLOBALS['phpgw']->db->f(0));
                }
  
--- 67,71 ----
                else
                {
!                       $match_comment = lang('showing 
%1',$GLOBALS['phpgw']->db->f(0));
                }
  

Index: metar_stations.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/inc/metar_stations.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** metar_stations.inc.php      3 Dec 2001 18:01:50 -0000       1.10
--- metar_stations.inc.php      22 Apr 2003 20:34:50 -0000      1.11
***************
*** 116,120 ****
                {
                        $match_comment = 
!                       lang("showing x - x of x",($start + 1),
                        ($start +
                        
$GLOBALS['phpgw_info']["user"]["preferences"]["common"]["maxmatchs"]),
--- 116,120 ----
                {
                        $match_comment = 
!                       lang("showing %1 - %2 of %3",($start + 1),
                        ($start +
                        
$GLOBALS['phpgw_info']["user"]["preferences"]["common"]["maxmatchs"]),
***************
*** 123,127 ****
                else
                {
!                       $match_comment = lang("showing 
x",$GLOBALS['phpgw']->db->f(0));
                }
  
--- 123,127 ----
                else
                {
!                       $match_comment = lang("showing 
%1",$GLOBALS['phpgw']->db->f(0));
                }
  





reply via email to

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