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("_ALLTOPICS","Todos os T≤picos");
- define("_NOCOMMENTS","Sem comentßrios");
- define("_UCOMMENT","Comentßrio");
- define("_REVIEWS","Revisπo");
- define("_SEARCHUSERS","Buscar Usußrios no banco de dados");
- define("_SEARCHSECTIONS","Buscar em Seτ⌡es");
- define("_SEARCHREVIEWS","Buscar em Revis⌡es");
- define("_SEARCHIN","Buscar em");
- define("_ARTICLES","Artigos");
- define("_ALLAUTHORS","Todos os autores");
- define("_ALL","Todos");
- define("_WEEK","semana");
- define("_WEEKS","semanas");
- define("_MONTH","mΩs");
- define("_MONTHS","meses");
- define("_SEARCHON","Buscar em:");
- define("_SSTORIES","Hist≤rias");
- define("_SSECTIONS","Seτ⌡es");
- define("_SUSERS","Usußrios");
- define("_NOMATCHES","Nada encontrado para");
- define("_PREVMATCHES","Registros anteriores");
- define("_NEXTMATCHES","Pr≤ximos registros");
- define("_INSECTION","Artigo na Seτπo");
- define("_NONAME","Nenhum nome inscrito");
- define("_SCOMMENTS","Comentßrios");
- define("_SEARCHRESULTS","Resultados da Busca");
- define("_CONTRIBUTEDBY","Contribuiτπo de");
- define("_UCOMMENTS","Comentßrios");
- define("_MATCHTITLE","Coincidir ao T═TULO");
- define("_MATCHTEXT","coincidir ao TEXTO do Artigo");
- define("_MATCHBOTH","coincidir ao T═TULO e TEXTO do Artigo");
- define("_SREPLY","Responder");
- define("_SREPLIES","Responder");
- define("_ATTACHART","Anexar ao artigo");
- define("_PAGES","Pßginas");
- define("_REVIEWSCORE","Pontuaτπo para esta Revisπo");
- define("_PAGE","Pßginas");
- define("_DOWNLOADS","Downloads");
- define("_WEBLINKS","Links");
- define("_FINDMORE","... mais...");
- define("_DIDNOTFIND","Nπo encontrou o que estava procurando?");
- define("_ENCYCLOPEDIA","EnciclopΘdia");
- define("_SEARCHINSTORY","Procure em todos os comentßrios em Hist≤rias:");
-
- ?>