Bem-vindo(a) ao PORTAL X-TRAD
PORTAL X-TRAD  
Horários baseados na GMT -2. Agora são 09:43 PM.
  #1  

Exclamation main.php_contact_1.6

AVISO!
Arquivo para trabalho de tradução
* Para traduzir EDITE este arquivo e traduza as linhas
** Use o diff [histórico] depois e compare
*** O arquivo original em ingles ficará na parte entre as TAGS



<?php
define("_CT_NAME","Nome");
define("_CT_EMAIL","E-mail");
define("_CT_URL","URL");
define("_CT_ICQ","ICQ");
define("_CT_COMPANY","Companhia");
define("_CT_LOCATION","Localidade");
define("_CT_COMMENTS","Comentários");
define("_CT_SUBMIT","Enviar");
define("_CT_YOURMESSAGE","Sua mensagem:");
define("_CT_WEBMASTER","Webmaster");
define("_CT_HELLO","Olá %s,");
define("_CT_THANKYOUCOMMENTS","Obrigado por nos contactar %s.");
define("_CT_SENTTOWEBMASTER","Sua mensagem foi enviada para %s.");
define("_CT_SUBMITTED","%s submeteu a seguinte Informação:");
define("_CT_MESSAGESENT","A Mensagem para %s Foi Enviada");
define("_CT_CONFIRM", "Email de Confirmação");
define("_CT_SENDCONFIRMEMAIL", "Send Confirmation email to %s");
define("_CT_SENDCONFIRM", "Send Confirmation email to you!" );
define("_CT_SENTASCONFIRM","Your comments have been sent to: %s as a confirmation email.");
define("_CT_ADDRESS", "Address");
define("_CT_SECURITY_CODE", "Security Code" );
define("_CT_SECURITY_TYPE", "Enter Security Code" );
define("_CT_ERROR_CONDITIONHEAD", "Error Condition");
define("_CT_ERROR_CONDITION", "<b>Please correct the ERROR condition!</b><br />" );
define("_CT_ERROR_BADSECVALUE_MSG", "The Security code is invalid!<br />");
define("_CT_ERROR_BADEMAIL_MSG", "Check the entered email address!<br />");
define("_CT_NO_SPAM", "No SPAM! Security Check");
?>

ARQUIVO COM TAGS - TRADUZIR EDITANDO ACIMA
Código PHP:
<?php
define
("_CT_NAME","Name");
define("_CT_EMAIL","Email");
define("_CT_URL","URL");
define("_CT_ICQ","ICQ");
define("_CT_COMPANY","Company");
define("_CT_LOCATION","Location");
define("_CT_COMMENTS","Comments");
define("_CT_SUBMIT","Submit");
define("_CT_YOURMESSAGE","Your Message:");
define("_CT_WEBMASTER","Webmaster");
define("_CT_HELLO","Hello %s,");
define("_CT_THANKYOUCOMMENTS","Thank you for contacting %s.");
define("_CT_SENTTOWEBMASTER","Your message has been sent to %s.");
define("_CT_SUBMITTED","%s submitted the following Information:");
define("_CT_MESSAGESENT","Message to %s Sent");
define("_CT_CONFIRM""Confirmation email");
define("_CT_SENDCONFIRMEMAIL""Send Confirmation email to %s");
define("_CT_SENDCONFIRM""Send Confirmation email to you!" );
define("_CT_SENTASCONFIRM","Your comments have been sent to: %s as a confirmation email.");
define("_CT_ADDRESS""Address");
define("_CT_SECURITY_CODE""Security Code" );
define("_CT_SECURITY_TYPE""Enter Security Code" );
define("_CT_ERROR_CONDITIONHEAD""Error Condition");
define("_CT_ERROR_CONDITION""<b>Please correct the ERROR condition!</b><br />" );
define("_CT_ERROR_BADSECVALUE_MSG""The Security code is invalid!<br />");
define("_CT_ERROR_BADEMAIL_MSG""Check the entered email address!<br />");
define("_CT_NO_SPAM""No SPAM! Security Check");
?>

« Previous Chapter   Contact 1.6

Contributors:
Created by beduino, 24-11-2007 at 11:11 AM
Last edited by beduino, 26-11-2007 at 02:26 PM
0 Comments , 276 Views
 

Favoritos



Usuários ativos no Tópico: 1 (0 Membros e 1 Visitantes)
 
Article Tools
Modos de Exibição

Regras para Postagens
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178