Changeset 5556 for trunk/prototype


Ignore:
Timestamp:
02/27/12 10:43:21 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Adicionando outras traduções que estavam faltando

Location:
trunk/prototype/modules/mail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/label.js

    r5554 r5556  
    301301                //Exibe a mensagem informando o usuário de que não há nenhum marcador cadastrado. 
    302302                Label_List = winElement 
    303                 .find(".label-list-container").html('<ul class="label-list"><li class="empty-item">Nenhum Marcador Cadastrado.</li></ul>'); 
     303                .find(".label-list-container").html('<ul class="label-list"><li class="empty-item">'+get_lang("None Label.")+'.</li></ul>'); 
    304304                 
    305305        } 
  • trunk/prototype/modules/mail/templates/label_configure.ejs

    r5553 r5556  
    33 
    44<div class="acc-list list-label-content"> 
    5         <h3><%= get_lang("My Label")%></h3> 
     5        <h3><%= get_lang("My Labels")%></h3> 
    66                <div class="attendee-list-add"> 
    77                        <fieldset class="add-attendee-search search-field ui-corner-all"> 
     
    5252</div> 
    5353<div class="button-close-window"> 
    54         <span class="button close-window">Fechar</span> 
     54        <span class="button close-window"><%= get_lang("Close")%></span> 
    5555</div> 
Note: See TracChangeset for help on using the changeset viewer.