home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /**************************************************************************/
- /* PHP-NUKE: Advanced Content Management System */
- /* ============================================ */
- /* */
- /* This is the language module with all the system messages */
- /* */
- /* If you made a translation, please go to the site and send to me */
- /* the translated file. Please keep the original text order by modules, */
- /* and just one message per line, also double check your translation! */
- /* */
- /* You need to change the second quoted phrase, not the capital one! */
- /* */
- /* If you need to use double quotes (") remember to add a backslash (\), */
- /* so your entry will look like: This is \"double quoted\" text. */
- /* And, if you use HTML code, please double check it. */
- /**************************************************************************/
- /*Translated to Brazilian by: Luiz Gustavo Aleagi Nunes - tatau */
- /*For any comments/suggestions: aleagi@terra.com.br */
- /**************************************************************************/
-
- define("_SEND","Enviar");
- define("_YOURNAME","Seu nome");
- define("_MESSAGE","Mensagem");
- define("_YOUREMAIL","Seu e-mail");
- define("_FEEDBACKNOTE","Todos os comentßrios e sugest⌡es sobre este Site sπo uma fonte de informaτ⌡es para n≤s. Obrigado!");
- define("_FEEDBACKTITLE","Formulßrio de Contato");
- define("_FEEDBACK","Contate-nos");
- define("_FBENTERNAME","<b>ERRO</b>: Por favor, digite seu nome!");
- define("_FBENTEREMAIL","<b>ERRO</b>: Por favor, digite seu endereτo de e-mail!");
- define("_FBENTERMESSAGE","<b>ERRO</b>: por favor, digite uma mensagem!");
- define("_SENDEREMAIL","Endereτo de e-mail do rementente");
- define("_SENDERNAME","Nome do Remetente");
- define("_FBMAILSENT","O e-mail foi enviado!");
- define("_FBTHANKSFORCONTACT","Obrigado por nos contatar!");
-
- ?>