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