home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /**************************************************************************/
- /* PHP-NUKE: Advanced Content Management System */
- /* ============================================ */
- /* */
- /* This is the language module with all the system messages */
- /* */
- /* If you made a translation, please go to the site and send to me */
- /* the translated file. Please keep the original text order by modules, */
- /* and just one message per line, also double check your translation! */
- /* */
- /* You need to change the second quoted phrase, not the capital one! */
- /* */
- /* If you need to use double quotes (") remember to add a backslash (\), */
- /* so your entry will look like: This is \"double quoted\" text. */
- /* And, if you use HTML code, please double check it. */
- /**************************************************************************/
- /*Translated to Brazilian by: Luiz Gustavo Aleagi Nunes - tatau */
- /*For any comments/suggestions: aleagi@terra.com.br */
- /**************************************************************************/
-
-
- define("_HITS","Cliques");
- define("_BROWSERS","Navegador");
- define("_OPERATINGSYS","Sistema Operacional");
- define("_UNKNOWN","Desconhecido");
- define("_OTHER","Outro/Desconhecido");
- define("_MISCSTATS","EstatÌsticas diversas");
- define("_REGUSERS","Usu·rios registrados:");
- define("_ACTIVEAUTHORS","Autores ativos:");
- define("_STORIESPUBLISHED","HistÛrias publicadas:");
- define("_SACTIVETOPICS","TÛpicos ativos:");
- define("_COMMENTSPOSTED","Coment·rios enviados:");
- define("_SSPECIALSECT","SeÁıes:");
- define("_ARTICLESSEC","Artigos em seÁıes:");
- define("_LINKSINLINKS","Links:");
- define("_LINKSCAT","Categorias em Links:");
- define("_NEWSWAITING","NoticÌas aguardando revis„o para publicaÁ„o:");
- define("_NUKEVERSION","Vers„o do PHP-Nuke:");
- define("_SEARCHENGINES","Sistemas de Busca");
- define("_BOTS","RÙbos/Aranhas");
- define("_STATS","EstatÌsticas de acesso");
- define("_RETURNBASICSTATS","Volte para as EstatÌsticas b·sicas");
- define("_BACKTODETSTATS","Voltar para as EstatÌsticas detalhadas");
- define("_BACKTOMAIN","Voltar para a principal");
- define("_TODAYIS","Hoje È");
- define("_MOSTMONTH","MÍs mais acessado");
- define("_MOSTDAY","Dia mais acessado");
- define("_MOSTHOUR","Hora mais acessada");
- define("_YEARLYSTATS","EstatÌsticas anuais");
- define("_MONTLYSTATS","EstatÌsticas mensais");
- define("_SPAGESVIEWS","Page views");
- define("_DAILYSTATS","EstatÌstica di·ria");
- define("_HOURLYSTATS","EstatÌstica por hora");
- define("_VIEWDETAILED","Visualizar EstatÌsticas detalhadas");
-
- ?>