Changeset 4233


Ignore:
Timestamp:
05/06/11 08:34:22 (13 years ago)
Author:
rodsouza
Message:

Ticket #1824 - Traduz frases do envio de e-mail em texto puro.

Location:
branches/2.2/expressoMail1_2
Files:
3 edited

Legend:

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

    r4218 r4233  
    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/expressoMail1_2/setup/phpgw_en.lang

    r3828 r4233  
    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 
  • branches/2.2/expressoMail1_2/setup/phpgw_pt-br.lang

    r4201 r4233  
    653653The selected folder cotain any accented character. The filter dont work with accented folders. Please, rename the folder or choose another folder.      expressoMail1_2 pt-br   A pasta selecionada contém algum caracter acentuado. O filtro não funcionada com pastas acentuadas. Por favor, mude o nome da pasta ou escolha outra.  
    654654Do you want to use x origin in source menssage? admin   pt-br   Deseja utilizar o X-Origin na fonte da mensagem? 
     655Send this mail as text plain    expressoMail1_2 en      Enviar este e-mail como texto simples 
     656The text format will be lost    expressoMail1_2 en  A formatação do texto será perdida 
Note: See TracChangeset for help on using the changeset viewer.