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.3,1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.3.2.3,1.3.2.4 class.mail_msg_display.inc.php,1.31.2.3,1.31.2.4 class.mail_msg_wrappers.inc.php,1.23.2.5,1.23.2.6
Date: Tue, 18 Mar 2003 17:17:16 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.boattach_file.inc.php class.mail_msg_display.inc.php 
        class.mail_msg_wrappers.inc.php 
Log Message:
Changed all x's into %'s in lang calls and lang files,
suppressed doublons,
added missing english phrases and their french translation.


Index: class.boattach_file.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boattach_file.inc.php,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -r1.3.2.3 -r1.3.2.4
*** class.boattach_file.inc.php 6 Feb 2003 22:46:06 -0000       1.3.2.3
--- class.boattach_file.inc.php 18 Mar 2003 22:17:11 -0000      1.3.2.4
***************
*** 387,391 ****
                                $alert_msg = lang('Input Error').':<br>'
                                        . lang('Please submit a filename to 
attach').'.<br>'
!                                       . lang('You must click x for the file 
to actually upload','"'.lang('Attach File').'"').'.<br>'
                                        . '<br>';
                        }
--- 387,391 ----
                                $alert_msg = lang('Input Error').':<br>'
                                        . lang('Please submit a filename to 
attach').'.<br>'
!                                       . lang('You must click %1 for the file 
to actually upload','"'.lang('Attach File').'"').'.<br>'
                                        . '<br>';
                        }
***************
*** 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');
--- 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');

Index: class.mail_msg_display.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_display.inc.php,v
retrieving revision 1.31.2.3
retrieving revision 1.31.2.4
diff -C2 -r1.31.2.3 -r1.31.2.4
*** class.mail_msg_display.inc.php      20 Nov 2002 23:03:25 -0000      1.31.2.3
--- class.mail_msg_display.inc.php      18 Mar 2003 22:17:11 -0000      1.31.2.4
***************
*** 1930,1934 ****
                        else
                        {
!                               $report_this = lang("x messages have been 
deleted",$this->get_arg_value('td'));
                        }
                }
--- 1930,1934 ----
                        else
                        {
!                               $report_this = lang("%1 messages have been 
deleted",$this->get_arg_value('td'));
                        }
                }
***************
*** 2415,2419 ****
                        if (!$hdr_envelope->to)
                        {
!                               $to_data_final = lang('undisclosed_recipients');
                        }
                        else
--- 2415,2419 ----
                        if (!$hdr_envelope->to)
                        {
!                               $to_data_final = lang('undisclosed recipients');
                        }
                        else

Index: class.mail_msg_wrappers.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_wrappers.inc.php,v
retrieving revision 1.23.2.5
retrieving revision 1.23.2.6
diff -C2 -r1.23.2.5 -r1.23.2.6
*** class.mail_msg_wrappers.inc.php     6 Dec 2002 23:07:50 -0000       1.23.2.5
--- class.mail_msg_wrappers.inc.php     18 Mar 2003 22:17:11 -0000      1.23.2.6
***************
*** 1,4680 ****
! <?php
!       
/**************************************************************************\
!       * AngleMail - E-Mail Message Processing Functions                       
        *
!       * http://www.anglemail.org                                              
                        *
!       * http://www.phpgroupware.org                                           
                        *
!       */
!       
/**************************************************************************\
!       * AngleMail - E-Mail Message Processing Functions                       
                *
!       * This file written by Angelo Puglisi (Angles) <address@hidden> *
!       * Handles specific operations in manipulating email messages            
        *
[...9331 lines suppressed...]
!               // depreciated
!               //function get_folder($acctnum='')
!               //{
!               //      return $this->get_arg_value('folder');
!               //}
!               
!               // depreciated
!               //function get_msgnum($acctnum='')
!               //{
!               //      return $this->get_arg_value('["msgball"]["msgnum"]');
!               //}
!               
!               //function get_pref_layout($acctnum='')
!               //{
!               //      return $this->get_pref_value('layout', $acctnum);
!               //}
!               
!               
!       }  // end class mail_msg_wrappers
! ?>





reply via email to

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