phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiaccess_history.inc.php,1.6,1.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiaccess_history.inc.php,1.6,1.6.2.1
Date: Thu, 06 Feb 2003 17:15:07 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiaccess_history.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: class.uiaccess_history.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaccess_history.inc.php,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** class.uiaccess_history.inc.php      21 Dec 2001 03:38:35 -0000      1.6
--- class.uiaccess_history.inc.php      6 Feb 2003 22:15:05 -0000       1.6.2.1
***************
*** 66,70 ****
                                        )
                                ) . '">' . lang('Return to view account') . 
'</a>';
!                               $var['lang_last_x_logins'] = lang('Last %1 
logins for %2',$total_records,$this->bo->grab_fullname($account_id));
                        }
                        else
--- 66,70 ----
                                        )
                                ) . '">' . lang('Return to view account') . 
'</a>';
!                               $var['lang_last_x_logins'] = lang('Last x 
logins for x',$total_records,$this->bo->grab_fullname($account_id));
                        }
                        else





reply via email to

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