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");
-
- ?>