Changeset 4384


Ignore:
Timestamp:
05/12/11 16:27:01 (13 years ago)
Author:
niltonneto
Message:

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

Location:
trunk/expressoMail1_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/rich_text_editor.js

    r4374 r4384  
    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        } 
  • trunk/expressoMail1_2/setup/phpgw_en.lang

    r3828 r4384  
    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 
  • trunk/expressoMail1_2/setup/phpgw_pt-br.lang

    r4214 r4384  
    652652Your rule contains any accented character. The filter may not work. Do you wish to continue?    expressoMail1_2 en      Sua regra contem algum caracter acentuado. O filtro pode nao funcionar. Deseja continuar? 
    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.  
    654 Do you want to use x origin in source menssage? admin   pt-br   Deseja utilizar o X-Origin na fonte da mensagem? 
     654Do you want to use x origin in source menssage? admin   pt-br   Deseja utilizar o X-Origin na fonte da mensagem?Send this mail as text plain    expressoMail1_2 en      Enviar este e-mail como texto simples 
     655The 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.