phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.3.2.2,1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.3.2.2,1.3.2.3
Date: Thu, 06 Feb 2003 17:46:39 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.boattach_file.inc.php 
Log Message:
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !


Index: class.boattach_file.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boattach_file.inc.php,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** class.boattach_file.inc.php 6 Feb 2003 22:15:06 -0000       1.3.2.2
--- class.boattach_file.inc.php 6 Feb 2003 22:46:06 -0000       1.3.2.3
***************
*** 495,499 ****
                        
$GLOBALS['phpgw']->template->set_var('form_action',$form_action);
                        
$GLOBALS['phpgw']->template->set_var('text_attachfile',lang('Attach file'));
!                       
$GLOBALS['phpgw']->template->set_var('text_currattached',lang('Current 
attachments (%1)',$totalfiles));
                        
$GLOBALS['phpgw']->template->set_var('txtbox_upload_desc',lang('File'));
                        
$GLOBALS['phpgw']->template->set_var('txtbox_upload_name','uploadedfile');
--- 495,499 ----
                        
$GLOBALS['phpgw']->template->set_var('form_action',$form_action);
                        
$GLOBALS['phpgw']->template->set_var('text_attachfile',lang('Attach file'));
!                       
$GLOBALS['phpgw']->template->set_var('text_currattached',lang('Current 
attachments (x)',$totalfiles));
                        
$GLOBALS['phpgw']->template->set_var('txtbox_upload_desc',lang('File'));
                        
$GLOBALS['phpgw']->template->set_var('txtbox_upload_name','uploadedfile');





reply via email to

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