phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak navbar.inc.php,1.27


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak navbar.inc.php,1.27.2.1,1.27.2.2
Date: Tue, 04 Mar 2003 19:13:10 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/verdilak
In directory subversions:/tmp/cvs-serv5689/verdilak

Modified Files:
      Tag: Version-0_9_14-branch
        navbar.inc.php 
Log Message:
gugux lang-update: x's to %#'s

Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/verdilak/Attic/navbar.inc.php,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -C2 -r1.27.2.1 -r1.27.2.2
*** navbar.inc.php      28 Oct 2002 22:50:38 -0000      1.27.2.1
--- navbar.inc.php      5 Mar 2003 00:13:07 -0000       1.27.2.2
***************
*** 84,88 ****
                $var['logout_img'] = 
$GLOBALS['phpgw']->common->image('phpgwapi','logout-grey');
  
!               $var['powered_by'] = lang('Powered by phpGroupWare version 
x',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
  
                if (isset($GLOBALS['phpgw_info']['navbar']['admin']) && 
isset($GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers']))
--- 84,88 ----
                $var['logout_img'] = 
$GLOBALS['phpgw']->common->image('phpgwapi','logout-grey');
  
!               $var['powered_by'] = lang('Powered by phpGroupWare version 
%1',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
  
                if (isset($GLOBALS['phpgw_info']['navbar']['admin']) && 
isset($GLOBALS['phpgw_info']['user']['preferences']['common']['show_currentusers']))
***************
*** 112,116 ****
                else if ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
                {
!                       $api_messages = lang('it has been more then x days 
since you changed your password',30);
                }
   
--- 112,116 ----
                else if ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
                {
!                       $api_messages = lang('it has been more then %1 days 
since you changed your password',30);
                }
   





reply via email to

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