Changeset 6488


Ignore:
Timestamp:
06/14/12 09:53:16 (12 years ago)
Author:
marcieli
Message:

Ticket #2764 - Internacionalização de mensagens de alerta ao salvar filtro.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/setup/phpgw_pt-br.lang

    r6487 r6488  
    907907Follow ups      expressoMail1_2 pt-br   Sinalizadas 
    908908Done    expressoMail1_2 pt-br   Concluídas  
    909 This filter not permits alert   expressoMail1_2 pt-br   Este filtro não permite alerta  
     909If more than one criterion for the filter, the "Meeting all the criteria" must be selected      expressoMail1_2 pt-br   Se houver mais que um critério para o filtro, a opção "Atender a todos os critérios" deve estar selecionada 
     910The filter should be set as a criteria "Sender" and action "Archive folder"     expressoMail1_2 pt-br   O filtro deve ter como critério definido "Remetente" e ação "Arquivar na pasta" 
     911Filter with alert       expressoMail1_2 pt-br   Filtro com alerta 
  • trunk/prototype/modules/filters/filters.js

    r6487 r6488  
    138138                        }); 
    139139                        if(hasValue){ 
    140                                 $.Zebra_Dialog(get_lang('<strong>Filtro com alerta</strong><br>Se houver mais que um critério para o filtro, a opção "Atender a todos os critérios" deve estar selecionada')); 
     140                                $.Zebra_Dialog('<strong>'+get_lang('Filter with alert')+'</strong><br>'+get_lang('If more than one criterion for the filter, the "Meeting all the criteria" must be selected')); 
    141141                                return false; 
    142142                        }  
    143143                }else{ 
    144                         $.Zebra_Dialog(get_lang('<strong>Filtro com alerta</strong><br> O filtro deve ter como critério definido "Remetente" e ação "Arquivar na pasta"')); 
     144                        $.Zebra_Dialog('<strong>'+get_lang('Filter with alert')+'</strong><br>'+get_lang('The filter should be set as a criteria "Sender" and action "Archive folder"')); 
    145145                        return false; 
    146146                } 
Note: See TracChangeset for help on using the changeset viewer.