phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.38,1.39


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.38,1.39
Date: Thu, 19 Jun 2003 16:55:29 -0400

Update of /cvsroot/phpgroupware/tts/inc
In directory subversions:/tmp/cvs-serv6428/tts/inc

Modified Files:
        functions.inc.php 
Log Message:
Changed all x's into %'s in lang calls and lang files, added missing english 
phrases and french translations.


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/functions.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** functions.inc.php   23 Jun 2002 01:08:13 -0000      1.38
--- functions.inc.php   19 Jun 2003 20:55:27 -0000      1.39
***************
*** 130,134 ****
                                        . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
                                        . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
!                                       . lang('To go back to the tts index, 
click <a href= x >here</a>',$GLOBALS['phpgw']->link('/tts/index.php','cd=13'));
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }
--- 130,134 ----
                                        . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
                                        . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
!                                       . lang('To go back to the tts index, 
click <a href= %1 >here</a>',$GLOBALS['phpgw']->link('/tts/index.php','cd=13'));
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }





reply via email to

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