phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences preferences.php,1.13.2.5,1.13.2.6


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences preferences.php,1.13.2.5,1.13.2.6
Date: Thu, 06 Feb 2003 17:15:08 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        preferences.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: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.13.2.5
retrieving revision 1.13.2.6
diff -C2 -r1.13.2.5 -r1.13.2.6
*** preferences.php     27 Dec 2002 10:28:48 -0000      1.13.2.5
--- preferences.php     6 Feb 2003 22:15:06 -0000       1.13.2.6
***************
*** 340,344 ****
        if ($error)
        {
!               $t->set_var('messages',lang('Error: There was a problem finding 
the preference file for %1 in %2',
                        
$GLOBALS['phpgw_info']['navbar'][$GLOBALS['HTTP_GET_VARS']['appname']]['title'],PHPGW_SERVER_ROOT
 . SEP
                        . $GLOBALS['HTTP_GET_VARS']['appname'] . SEP . 'inc' . 
SEP . 'hook_settings.inc.php'));
--- 340,344 ----
        if ($error)
        {
!               $t->set_var('messages',lang('Error: There was a problem finding 
the preference file for x in x',
                        
$GLOBALS['phpgw_info']['navbar'][$GLOBALS['HTTP_GET_VARS']['appname']]['title'],PHPGW_SERVER_ROOT
 . SEP
                        . $GLOBALS['HTTP_GET_VARS']['appname'] . SEP . 'inc' . 
SEP . 'hook_settings.inc.php'));





reply via email to

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