Changeset 7946 for sandbox


Ignore:
Timestamp:
03/04/13 10:14:48 (11 years ago)
Author:
thiago
Message:

Ticket #3349 - Validando titulo do botao que considera e desconsidera corpo da msg.

Location:
sandbox/2.5.1-expresso1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-expresso1/expressoMail1_2/setup/phpgw_pt-br.lang

    r7945 r7946  
    954954No messages were unarchived     expressoMail1_2 pt-br   Nenhuma mensagem foi desarquivada 
    955955Some messages weren't successfully unarchived   expressoMail1_2 pt-br   Algumas mensagens não puderam ser desarquivadas 
    956 Coudn't unarchive message       expressoMail1_2 pt-br   Não foi possível desarquivar mensagemtake on this option to consider the message body in the search. 
     956Coudn't unarchive message       expressoMail1_2 pt-br   Não foi possível desarquivar mensagem 
    957957Message successfully unarchived expressoMail1_2 pt-br   Mensagem desarquivada com sucesso 
    958958Unarchiving message %1 of %2    expressoMail1_2 pt-br   Desarquivando mensagem %1 de %2 
  • sandbox/2.5.1-expresso1/prototype/modules/attach_message/attach_message.js

    r7944 r7946  
    934934            var msg; 
    935935            if($(this).is(":checked")){ 
    936                 msg = "Desconsiderar o corpo da mensagem como filtro na busca"; 
     936                msg = get_lang("take off this option to disregard the message body in the search."); 
    937937            } else { 
    938                 msg = "Considerar o corpo da mensagem como filtro na busca"; 
     938                msg = get_lang("take on this option to regard the message body in the search."); 
    939939            } 
    940940            $(".attach-message-search-div .button-body-msg-title").attr("title",msg); 
Note: See TracChangeset for help on using the changeset viewer.