home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.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. ?>