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("_PREVIOUS","Pßgina anterior");
- define("_NEXT","Pr≤xima pßgina");
- define("_SEARCHRESULTS","Resultados da Busca");
- define("_PAGE","Pßginas");
- define("_RETURNTO","Voltar para");
- define("_DEACTIVATE","Desativar");
- define("_ACTIVATE","Ativar");
- define("_ENCYCLOPEDIA","EnciclopΘdia");
- define("_NOCONTENTFORLETTER","Desculpe, nπo hß conte·do para esta letra);
- define("_ENCYSELECTLETTER","Por favor selecione uma letra da seguinte lista para visualizar seu(s) termo(s):");
- define("_COPYRIGHT","Copyright");
- define("_YOURADMINENCY","Reconheci vocΩ como Administrador. Esta EnciclopΘdia nπo estß ativa!");
- define("_ENCYNOTACTIVE","Desculpe, esta EnciclopΘdia nπo estß ativa.");
- define("_AVAILABLEENCYLIST","Lista de enciclopΘdias disponφveis em");
- define("_YOURADMININACTIVELIST","Reconheci vocΩ como Administrador. Segue uma lista das EnciclopΘdias INATIVAS:");
- define("_NORESULTSTEXT","Nenhum resultado para a busca por texto de termos...");
- define("_NORESULTSTITLE","Nenhum resultao para a busca por tφtulo de termos...");
- define("_SEARCHRESULTSFOR","Resultados da busca por:");
- define("_SEARCHNOTCOMPLETE","As opτ⌡es de busca nπo estπo completas. por favor, tente novamente.");
- define("_RESULTSINTERMTITLE","Resultados para a busca do tφtulo dos termos:");
- define("_RESULTSINTERMTEXT","Resultados para a busca do texto dos termos:");
-
- ?>