home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 June / INTERNET104.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-brazilian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.8 KB  |  75 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.  
  24. define("_YOURNAME","Seu nome");
  25. define("_OK","Ok!");
  26. define("_COMMENT","coment·rio");
  27. define("_CONFIGURE","Configurar");
  28. define("_LOGINCREATE","Login/Registre-se");
  29. define("_THRESHOLD","InÌcio");
  30. define("_NOCOMMENTS","Sem coment·rios");
  31. define("_NESTED","Alojados");
  32. define("_FLAT","Plano");
  33. define("_THREAD","Discuss„o");
  34. define("_OLDEST","Antigos primeiro");
  35. define("_NEWEST","Novos primeiro");
  36. define("_HIGHEST","PontuaÁ„o alta primeiro");
  37. define("_COMMENTSWARNING","Os coment·rios s„o propriedade de quem os escreveu. NÛs n„o nos responsabilizamos por seu conte˙do.");
  38. define("_SCORE","Pontos:");
  39. define("_USERINFO","InformaÁıes do Usu·rio");
  40. define("_READREST","Ler o resto deste coment·rio...");
  41. define("_REPLY","Responder a este");
  42. define("_REPLYMAIN","Enviar Coment·rio");
  43. define("_NOSUBJECT","Sem tÌtulo");
  44. define("_NOANONCOMMENTS","Coment·rios n„o podem ser enviados por Usu·rios AnÙnimos por favor <a href=\"modules.php?name=Your_Account&op=new_user\">Registre-se</a>");
  45. define("_PARENT","Acima");
  46. define("_ROOT","Raiz");
  47. define("_UCOMMENT","Coment·rio");
  48. define("_ALLOWEDHTML","Uso deHTML Permitido:");
  49. define("_POSTANON","Enviar como anÙnimo");
  50. define("_EXTRANS","Usar (HTML no texto)");
  51. define("_HTMLFORMATED","Formatado em HTML");
  52. define("_PLAINTEXT","Texto Puro");
  53. define("_ONN","em...");
  54. define("_SUBJECT","TÌtulo");
  55. define("_SURVEYCOM","Revisar coment·rio antes de envi·-lo");
  56. define("_SURVEYCOMPRE","Visualizar a revis„o do coment·rio");
  57. define("_NOTRIGHT","houve um erro tentando passar esta vari·vel ‡ esta funÁ„o. Esta mensagem serve apenas para manter as coisas arrumadas.");
  58. define("_DIRECTCOM","Coment·rio revisto diretamente...");
  59. define("_SENDAMSG","Enviar a mensagem");
  60. define("_PASTSURVEYS","Pesquisas anteriores");
  61. define("_LVOTES","votos");
  62. define("_TOTALVOTES","Total de votos:");
  63. define("_VOTING","Sala de VotaÁ„o");
  64. define("_OTHERPOLLS","Outras pesquisas");
  65. define("_CURRENTSURVEY","Pesquisa atual");
  66. define("_CURRENTPOLLRESULTS","Resultado atual da Pesquisa");
  67. define("_PREVIEW","PrÈ-visualizaÁ„o");
  68. define("_REFRESH","Atualizar");
  69. define("_SURVEYS","Pesquisas");
  70. define("_ATTACHEDTOARTICLE","- Anexada ao Artigo:");
  71. define("_SURVEYSATTACHED","Pesquisas anexadas a Artigos");
  72. define("_LAST5POLLS", "5 ˙ltimas Pesquisas em");
  73. define("_MOREPOLLS", "...mais Pesquisas");
  74.  
  75. ?>