phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.uipreferences.inc.php,1.8,1.9 cl


From: Pablo Pessagno <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.uipreferences.inc.php,1.8,1.9 class.mail_msg_display.inc.php,1.30,1.31
Date: Sat, 12 Jan 2002 14:04:15 -0500

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

Modified Files:
        class.uipreferences.inc.php class.mail_msg_display.inc.php 
Log Message:

just removed some extra spaces at the ending of some lang calls 


Index: class.uipreferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.uipreferences.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.uipreferences.inc.php 10 Jan 2002 10:04:41 -0000      1.8
--- class.uipreferences.inc.php 12 Jan 2002 19:04:13 -0000      1.9
***************
*** 422,426 ****
                        // ---  Extra Account Pref Items  ---
                        // section title
!                       $GLOBALS['phpgw']->template->set_var('section_title', 
'*** '.lang('Extra E-Mail Account').' *** '.lang('Number '.$this->bo->acctnum));
                        // parse the block,
                        
$GLOBALS['phpgw']->template->parse('V_tr_sec_title','B_tr_sec_title');
--- 422,426 ----
                        // ---  Extra Account Pref Items  ---
                        // section title
!                       $GLOBALS['phpgw']->template->set_var('section_title', 
'*** '.lang('Extra E-Mail Account').' *** '.lang('Number.' 
'.$this->bo->acctnum));
                        // parse the block,
                        
$GLOBALS['phpgw']->template->parse('V_tr_sec_title','B_tr_sec_title');

Index: class.mail_msg_display.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_display.inc.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** class.mail_msg_display.inc.php      11 Jan 2002 10:09:45 -0000      1.30
--- class.mail_msg_display.inc.php      12 Jan 2002 19:04:13 -0000      1.31
***************
*** 468,472 ****
                //$option_text = lang('default account').' '.lang('as').' 
&quot;'.$this->get_pref_value('fullname', 0).'&quot;';
                //$option_text = 
lang('default').'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 0);
!               $option_text = lang('default: 
').'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 0);
                
                $item_tags .= '<option 
value="'.$option_value.'"'.$sel.'>'.$option_text.'</option>'."\r\n";
--- 468,472 ----
                //$option_text = lang('default account').' '.lang('as').' 
&quot;'.$this->get_pref_value('fullname', 0).'&quot;';
                //$option_text = 
lang('default').'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 0);
!               $option_text = 
lang('default:').'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 0);
                
                $item_tags .= '<option 
value="'.$option_value.'"'.$sel.'>'.$option_text.'</option>'."\r\n";
***************
*** 514,518 ****
                                //$option_text = lang('account').' 
['.$this_acctnum.']'.' '.lang('as').' &quot;'.$this->get_pref_value('fullname', 
$this_acctnum).'&quot;';
                                //$option_text = lang('account').' 
['.$this_acctnum.']'.'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 
$this_acctnum);
!                               $option_text = lang('account 
'.$this_acctnum.':').'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 
$this_acctnum);
                                
                                $item_tags .= '<option 
value="'.$option_value.'"'.$sel.'>'.$option_text.'</option>'."\r\n";
--- 514,518 ----
                                //$option_text = lang('account').' 
['.$this_acctnum.']'.' '.lang('as').' &quot;'.$this->get_pref_value('fullname', 
$this_acctnum).'&quot;';
                                //$option_text = lang('account').' 
['.$this_acctnum.']'.'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 
$this_acctnum);
!                               $option_text = lang('account').' 
'.$this_acctnum.':'.'&nbsp;&nbsp;'.$this->get_pref_value('fullname', 
$this_acctnum);
                                
                                $item_tags .= '<option 
value="'.$option_value.'"'.$sel.'>'.$option_text.'</option>'."\r\n";
***************
*** 1622,1626 ****
                                // these args are filled, indicating a MOVE was 
attempted
                                // but since 0 messages were in fact moved, 
there must have been an error
!                               $report_this = lang("Error moving messages to 
").' '.$_tf;
                        }
                        elseif ($this->get_arg_value('tm') == 1)
--- 1622,1626 ----
                                // these args are filled, indicating a MOVE was 
attempted
                                // but since 0 messages were in fact moved, 
there must have been an error
!                               $report_this = lang("Error moving messages 
to").' '.$_tf;
                        }
                        elseif ($this->get_arg_value('tm') == 1)




reply via email to

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