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. ?>