Ignore:
Timestamp:
07/13/12 15:37:17 (12 years ago)
Author:
thiago
Message:

Ticket #2951 - Correcao no tempo de refresh na main e algumas internacionalizacao.

Location:
sandbox/2.4.2-expresso1/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/expressoMail1_2/js/main.js

    r6774 r6777  
    11// Tempo do auto refresh (em milisegundos) 
    2 //var time_refresh = 300000; 
    3 var time_refresh = 30000; 
     2var time_refresh = 300000; 
     3 
    44// tempo do auto save (em milisegundos) 
    55// 20000 = 20 segundos 
     
    575575                        for(var i=data.length - differenceOfNewCriteria; i < data.length; i++){ 
    576576         
    577                                 desktopNotification.sentNotification("","Critério de filtro",data[i].from+" - "+data[i].subject); 
     577                                desktopNotification.sentNotification("",get_lang("Filter criteria"),data[i].from+" - "+data[i].subject); 
    578578                                 
    579579                                desktopNotification.showNotification(false, function(){ 
     
    750750                                countNewMessage += data.length; 
    751751                                 
    752                                 desktopNotificationAux = desktopNotification.sentNotification("","Notificação", countNewMessage > 1 ? get_lang("You have %1 new messages", countNewMessage) + "!" : get_lang("You have 1 new message") + "!"); 
     752                                desktopNotificationAux = desktopNotification.sentNotification("",get_lang("Notification"), countNewMessage > 1 ? get_lang("You have %1 new messages", countNewMessage) + "!" : get_lang("You have 1 new message") + "!"); 
    753753                                 
    754754                                if(auxNotification !== 'undefined') 
  • sandbox/2.4.2-expresso1/expressoMail1_2/setup/phpgw_pt-br.lang

    r6753 r6777  
    393393Number of dynamic contacts      admin   pt-br   Número de contatos dinâmicos 
    394394Number of messages to send:     expressoMail1_2 pt-br   Número de mensagens à enviar: 
     395Notification    expressoMail1_2 pt-br   Notificação 
     396Filter criteria expressoMail1_2 pt-br   Critério de filtro 
    395397Offline Pass    expressoMail1_2 pt-br   Senha do Offline 
    396398Offline success installed       expressoMail1_2 pt-br   Offline instalado com sucesso 
Note: See TracChangeset for help on using the changeset viewer.