Changeset 4268 for branches/2.2.0.1


Ignore:
Timestamp:
05/06/11 18:02:05 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Traduz frases do envio de email em txt puro. r4233

Location:
branches/2.2.0.1/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/rich_text_editor.js

    r4258 r4268  
    171171                        html = html.nodeValue.replace( /<br\s*\/?>/mg, "\n" ).replace( /(<([^>]+)>)/ig, '' ).replace( /^[\n ]+|[\n ]+$/g, '' ); 
    172172 
    173                         if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( 'The text format will be lost.' ) ) ) 
     173                        if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( get_lang( 'The text format will be lost' ) + '.' ) ) ) 
    174174                                return false; 
    175175 
     
    207207 
    208208                        this.loadEditor( this.id ); 
     209 
     210                        setTimeout( function( ) { editor.contentWindow.focus( ); }, 100 ); 
    209211                } 
    210212        } 
  • branches/2.2.0.1/expressoMail1_2/setup/phpgw_en.lang

    r3828 r4268  
    447447Valid Until     expressoMail1_2 en      Valid Until 
    448448Serial Number   expressoMail1_2 en      Serial Number 
     449Send this mail as text plain    expressoMail1_2 en      Send this mail as text plain 
     450The text format will be lost    expressoMail1_2 en      The text format will be lost 
Note: See TracChangeset for help on using the changeset viewer.