phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email addressbook.php,1.38,1.38.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email addressbook.php,1.38,1.38.2.1
Date: Sat, 05 Apr 2003 19:00:46 -0500

Update of /cvsroot/phpgroupware/email
In directory subversions:/tmp/cvs-serv20135

Modified Files:
      Tag: Version-0_9_16-branch
        addressbook.php 
Log Message:
reimported the translations from .14 and fixed some lang related isues


Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/addressbook.php,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -C2 -r1.38 -r1.38.2.1
*** addressbook.php     14 Mar 2003 03:59:55 -0000      1.38
--- addressbook.php     6 Apr 2003 00:00:44 -0000       1.38.2.1
***************
*** 116,124 ****
        if ($d->total_records > 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'])
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing x - x of 
x',($start + 1),($start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),$d->total_records));
        }
        else
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing 
x',$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------
--- 116,124 ----
        if ($d->total_records > 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'])
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing %1 - %2 of 
%3',($start + 1),($start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),$d->total_records));
        }
        else
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing 
%1',$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------





reply via email to

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