home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / feedback / language / lang-brazilian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  2.2 KB  |  38 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19. /*Translated to Brazilian by: Luiz Gustavo Aleagi Nunes - tatau           */
  20. /*For any comments/suggestions: aleagi@terra.com.br                    */
  21. /**************************************************************************/
  22.  
  23. define("_SEND","Enviar");
  24. define("_YOURNAME","Seu nome");
  25. define("_MESSAGE","Mensagem");
  26. define("_YOUREMAIL","Seu e-mail");
  27. define("_FEEDBACKNOTE","Todos os comentßrios e sugest⌡es sobre este Site sπo uma fonte de  informaτ⌡es para n≤s. Obrigado!");
  28. define("_FEEDBACKTITLE","Formulßrio de Contato");
  29. define("_FEEDBACK","Contate-nos");
  30. define("_FBENTERNAME","<b>ERRO</b>: Por favor, digite seu nome!");
  31. define("_FBENTEREMAIL","<b>ERRO</b>: Por favor, digite seu endereτo de e-mail!");
  32. define("_FBENTERMESSAGE","<b>ERRO</b>: por favor, digite uma mensagem!");
  33. define("_SENDEREMAIL","Endereτo de e-mail do rementente");
  34. define("_SENDERNAME","Nome do Remetente");
  35. define("_FBMAILSENT","O e-mail foi enviado!");
  36. define("_FBTHANKSFORCONTACT","Obrigado por nos contatar!");
  37.  
  38. ?>