phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: felamimail addressbook.php,1.1.2.4,1.1.2.5


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail addressbook.php,1.1.2.4,1.1.2.5
Date: Sun, 16 Mar 2003 18:37:43 -0500

Update of /cvsroot/phpgroupware/felamimail
In directory subversions:/tmp/cvs-serv17260/felamimail

Modified Files:
      Tag: Version-0_9_14-branch
        addressbook.php 
Log Message:
Changed x's to %'s in two lang calls, changed all %s to %1 in lang files,
added missing phrases and their french translation.


Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/addressbook.php,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** addressbook.php     11 Mar 2003 00:20:27 -0000      1.1.2.4
--- addressbook.php     16 Mar 2003 23:37:38 -0000      1.1.2.5
***************
*** 88,96 ****
        if ($d->total_records > 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"])
        {
!               $t->set_var('lang_showing',lang("showing x - x of x",($start + 
1),($start + 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"]),$d->total_records));
        }
        else
        {
!               $t->set_var('lang_showing',lang("showing x",$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------
--- 88,96 ----
        if ($d->total_records > 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"])
        {
!               $t->set_var('lang_showing',lang("showing %1 - %2 of %3",($start 
+ 1),($start + 
$phpgw_info["user"]["preferences"]["common"]["maxmatchs"]),$d->total_records));
        }
        else
        {
!               $t->set_var('lang_showing',lang("showing 
%1",$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------





reply via email to

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