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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.