Changeset 5420


Ignore:
Timestamp:
01/25/12 10:40:38 (12 years ago)
Author:
douglas
Message:

Ticket #2464 - traduções de strings no parser de e-mail para agendamentos externos

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r5412 r5420  
    16321632                                   ' <br /> <b>'.$this->functions->getLang('Title').': </b>'.$ical['summary']['value']. 
    16331633                                   ' <br /> <b>'.$this->functions->getLang('Location').': </b>'.$ical['location']['value']. 
    1634                                    ' <br /> <b>'.$this->functions->getLang('Details').': </b>'. str_replace('\n','<br />',nl2br($ical['description']['value'])); 
     1634                                   ' <br /> <b>'.$this->functions->getLang('Details').': </b>'. str_ireplace('\n','<br />',nl2br($ical['description']['value'])); 
    16351635                        $content.= ' <br /> <b>'.$this->functions->getLang('Start') . ':  </b>' . $ical['dtstart']['value']['day'] . "/" . $ical['dtstart']['value']['month']  . "/" . $ical['dtstart']['value']['year']  . " - " . $ical['dtstart']['value']['hour']  . ":" . $ical['dtstart']['value']['min'] ; 
    16361636                        $content.= ' <br /> <b>'.$this->functions->getLang('End') . ': </b>' . $ical['dtend']['value']['day'] . "/" . $ical['dtend']['value']['month']  . "/" . $ical['dtend']['value']['year']  . " - " . $ical['dtend']['value']['hour']  . ":" . $ical['dtend']['value']['min'] ; 
  • trunk/expressoMail1_2/setup/phpgw_pt-br.lang

    r5417 r5420  
    744744Using cache for list of messages        admin   pt-br   Usar cache para lista de mensagens 
    745745Maximum time for the list of messages keep in cache     admin   pt-br   Tempo maximo para listagem de mensagems ficar no cache 
     746Title   expressoMail1_2 pt-br   Título 
     747Location        expressoMail1_2 pt-br   Local 
     748Start   expressoMail1_2 pt-br   Início 
     749End     expressoMail1_2 pt-br   Fim 
     750Organizer       expressoMail1_2 pt-br   Organizador 
     751Participants    expressoMail1_2 pt-br   Participantes 
Note: See TracChangeset for help on using the changeset viewer.