Ignore:
Timestamp:
10/30/07 23:17:27 (17 years ago)
Author:
wmerlotto
Message:

Continuação da internacionalização do Expresso. Mais frases retiradas e mais aquivos de linguagem traduzidos.

File:
1 edited

Legend:

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

    r61 r88  
    1         function cfilter(){ 
     1'       function cfilter(){ 
    22 
    33                this.mode_in   = ""; 
     
    232232                                                 "<tr><td colspan='2'><hr size='1' width='100%'></td></tr><tr>"+ 
    233233                                                 "<td rowspan='4' width='20%'>"+get_lang('Coincident')+"<br><select id='select_rules' name='select_rules'>"+ 
    234                                                  "<option value='0'>com todas</option><option value='1'>com algumas</option>"+ 
     234                        "<option value='0'>"+get_lang("with all")+"</option><option value='1'>"+get_lang("with some")+"</option>"+ 
    235235                                                 "</select></td><td>"+get_lang('The field \"From:\" of the message it contains')+".: <input type='text' id='field1' name='field1' size='35' maxlength='200'></td>"+ 
    236236                                                 "</tr><tr><td>"+get_lang('The field \"To: \" of the message it contains')+".: <input type='text' id='field2' name='field2' size='35' maxlength='200'></td>"+ 
    237237                                                 "</tr><tr><td>"+get_lang('The field \"Subject: \" of the message it contains')+".: <input type='text' id='field3' name='field3' size='35' maxlength='200'></td>"+ 
    238238                                                 "</tr><tr><td>"+get_lang('The size of the message is')+".: &nbsp<select id='select_size' name='select_size'>"+ 
    239                                                  "<option value='0'>Menor que</option><option value='1'>Maior que</option>"+                                              
     239                                                "<option value='0'>"+get_lang("Less than")+"</option><option value='1'>"+get_lang("Greater than")+"</option>"+                                            
    240240                                                 "</select>&nbsp;<input type='text' id='field4' name='field4' size='8' maxlength='8'> Kb</td>"+ 
    241241                                                 "</tr><tr><td colspan='2'><hr size='1' width='100%'></td></tr>"+ 
Note: See TracChangeset for help on using the changeset viewer.