Changeset 5556


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
Files:
3 edited

Legend:

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

    r5551 r5556  
    775775Thie folder is already in this place    expressoMail1_2 pt-br   A pasta já esta neste local 
    776776Delete/move subfolders first    expressoMail1_2 pt-br   Delete/mova suas subpastas primeiro 
    777 My Label        expressoMail1_2 pt-br   Meus marcadores  
     777My Labels       expressoMail1_2 pt-br   Meus marcadores 
     778None Label      expressoMail1_2 pt-br   Nenhum marcador cadastrado  
     779Close   expressoMail1_2 pt-br   Fechar 
    778780Basic   expressoMail1_2 pt-br   Básico  
    779781Label name      expressoMail1_2 pt-br    Nome do marcador  
  • 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.