Changeset 399


Ignore:
Timestamp:
08/14/08 11:49:55 (16 years ago)
Author:
niltonneto
Message:

Tradução do undisclosed recipients

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

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

    r117 r399  
    813813                $result .= $this->AddrAppend("To", $this->to); 
    814814            else if ((count($this->cc) == 0) && (!$this->SaveMessageAsDraft)) 
    815                 $result .= $this->HeaderLine("To", "undisclosed-recipients:;"); 
     815            { 
     816                $result .= $this->HeaderLine("To", $this->Lang('undisclosed-recipient')); 
     817            } 
    816818            if(count($this->cc) > 0) 
    817819                $result .= $this->AddrAppend("Cc", $this->cc); 
  • trunk/expressoMail1_2/setup/phpmailer.lang-br.php

    r16 r399  
    2020        $PHPMAILER_LANG["encoding"] = 'Codificação desconhecida: '; 
    2121        $PHPMAILER_LANG["not_allowed"] = 'Você não tem permissão para enviar emails para: '; 
     22        $PHPMAILER_LANG["undisclosed-recipient"] = 'destinatarios nao divulgados'; 
    2223?> 
    2324 
Note: See TracChangeset for help on using the changeset viewer.