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