Changeset 96 for trunk/phpgwapi


Ignore:
Timestamp:
11/08/07 16:09:50 (16 years ago)
Author:
wmerlotto
Message:

Continuação da internacionalização do Expresso. Retirado mais strings hardcoded e internacionalizada a as pastas do IMAP. Corrigido problema na caixa de filtros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/dftree/dftree.js

    r2 r96  
    558558                 
    559559                if (tmp[tmp.length-1] == 'INBOX') 
    560                         nodes[a].caption = get_lang('INBOX'); 
     560                        nodes[a].caption = get_lang('Inbox'); 
    561561                else if (tmp[tmp.length-1] == 'user') 
    562                         nodes[a].caption = 'Pastas compartilhadas'; 
     562                        nodes[a].caption = get_lang("Shared Folders"); 
    563563                else 
    564564                        nodes[a].caption = tmp[tmp.length-1]; 
    565                 //nodes[a].caption = tmp[tmp.length-1] == 'INBOX' ? get_lang('INBOX') : tmp[tmp.length-1]; 
     565                //nodes[a].caption = tmp[tmp.length-1] == 'INBOX' ? get_lang('Inbox') : tmp[tmp.length-1]; 
    566566                nodes[a].plusSign = node.plusSign; 
    567567        } 
Note: See TracChangeset for help on using the changeset viewer.