Ignore:
Timestamp:
10/20/10 12:54:49 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1310 - Traduções para msgs emitidas com uso do certificado digital.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/security/gera-arvore.php

    r3232 r3377  
    8282                        else 
    8383                            { 
    84                                 $msg =  '<font color="FF0000" size="4"><b>Certificado ausente da cadeia.</b></font> '; 
     84                                $msg =  '<font color="FF0000" size="4"><b>' . lang('Certificate not in chain') . '.</b></font> '; 
    8585                                $lnk = '<b>' . $K . '</b>'; 
    8686                            } 
     
    100100                                        else 
    101101                                            { 
    102                                                 $msg =  '<font color="FF0000" ><b>Certificado ausente da cadeia.</b></font> '; 
     102                                                $msg =  '<font color="FF0000" ><b>' . lang('Certificate not in chain') . '.</b></font> '; 
    103103                                            } 
    104104                                        $tudo .=  $prefixo1 .  '<font color="#000000" ><a href="javascript:Um_Certificado(\''. $tab_certs[$K1]['item']  . ' - ' . $K1 .'\',\'' .  $arquivo . '\')" style="text-decoration: none" >' . $K1 . '</a></font> ' .  '  ' . $msg . '<br/>'; 
     
    113113                                                        else 
    114114                                                            { 
    115                                                                 $msg =  '<font color="FF0000" ><b>Certificado ausente da cadeia.</b></font> '; 
     115                                                                $msg =  '<font color="FF0000" ><b>' . lang('Certificate not in chain') . '.</b></font> '; 
    116116                                                            } 
    117117                                                        if($num>$item) 
Note: See TracChangeset for help on using the changeset viewer.