home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / statistics / language / lang-brazilian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  2.9 KB  |  58 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("_HITS","Cliques");
  25. define("_BROWSERS","Navegador");
  26. define("_OPERATINGSYS","Sistema Operacional");
  27. define("_UNKNOWN","Desconhecido");
  28. define("_OTHER","Outro/Desconhecido");
  29. define("_MISCSTATS","EstatÌsticas diversas");
  30. define("_REGUSERS","Usu·rios registrados:");
  31. define("_ACTIVEAUTHORS","Autores ativos:");
  32. define("_STORIESPUBLISHED","HistÛrias publicadas:");
  33. define("_SACTIVETOPICS","TÛpicos ativos:");
  34. define("_COMMENTSPOSTED","Coment·rios enviados:");
  35. define("_SSPECIALSECT","SeÁıes:");
  36. define("_ARTICLESSEC","Artigos em seÁıes:");
  37. define("_LINKSINLINKS","Links:");
  38. define("_LINKSCAT","Categorias em Links:");
  39. define("_NEWSWAITING","NoticÌas aguardando revis„o para publicaÁ„o:");
  40. define("_NUKEVERSION","Vers„o do PHP-Nuke:");
  41. define("_SEARCHENGINES","Sistemas de Busca");
  42. define("_BOTS","RÙbos/Aranhas");
  43. define("_STATS","EstatÌsticas de acesso");
  44. define("_RETURNBASICSTATS","Volte para as EstatÌsticas b·sicas");
  45. define("_BACKTODETSTATS","Voltar para as EstatÌsticas detalhadas");
  46. define("_BACKTOMAIN","Voltar para a principal");
  47. define("_TODAYIS","Hoje È");
  48. define("_MOSTMONTH","MÍs mais acessado");
  49. define("_MOSTDAY","Dia mais acessado");
  50. define("_MOSTHOUR","Hora mais acessada");
  51. define("_YEARLYSTATS","EstatÌsticas anuais");
  52. define("_MONTLYSTATS","EstatÌsticas mensais");
  53. define("_SPAGESVIEWS","Page views");
  54. define("_DAILYSTATS","EstatÌstica di·ria");
  55. define("_HOURLYSTATS","EstatÌstica por hora");
  56. define("_VIEWDETAILED","Visualizar EstatÌsticas detalhadas");
  57.  
  58. ?>