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/draw_api.js

    r84 r88  
    18081808        var div = document.getElementById(id); 
    18091809        if(!q_limit){ 
    1810                 div.innerHTML = '<span><font size="2" style="color:red"><strong>SEM COTA</strong></font></span>'; 
     1810            div.innerHTML = '<span><font size="2" style="color:red"><strong>'+get_lang("Without Quota")+'</strong></font></span>'; 
    18111811        } 
    18121812        else{ 
Note: See TracChangeset for help on using the changeset viewer.