Changeset 4302


Ignore:
Timestamp:
05/10/11 10:40:08 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Traduz frases do envio e email em texto puro - r4268

Location:
sandbox/2.2.0.2/expressoMail1_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/rich_text_editor.js

    r4301 r4302  
    173173                                                html = html.nodeValue.replace( /<br\s*\/?>/mg, "\n" ).replace( /(<([^>]+)>)/ig, '' ).replace( /^[\n ]+|[\n ]+$/g, '' );  
    174174                  
    175                                 if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( 'The text format will be lost.' ) ) )  
     175                                if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( get_lang( 'The text format will be lost' ) + '.' ) ) ) 
    176176                                   return false;  
    177177                                                 
  • sandbox/2.2.0.2/expressoMail1_2/setup/phpgw_en.lang

    r3828 r4302  
    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  
  • sandbox/2.2.0.2/expressoMail1_2/setup/phpgw_pt-br.lang

    r4272 r4302  
    658658Displays the user name in the header print email        expressoMail1_2 pt-br   Exibe o nome do usuário no cabeçalho de impressão do email  
    659659Limit reached folders   expressoMail1_2 pt-br   Limite de pastas atingido!  
     660Send this mail as text plain    expressoMail1_2 pt-br   Enviar este e-mail como texto simples 
     661The text format will be lost    expressoMail1_2 pt-br   A formatação do texto será perdida 
Note: See TracChangeset for help on using the changeset viewer.