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. */
- /**************************************************************************/
-
- define("_PREVIOUS","Pßxina anterior");
- define("_NEXT","Pßxina seguinte");
- define("_SEARCHRESULTS","Resultados da B·squeda");
- define("_PAGE","pßxina(s) ");
- define("_RETURNTO","Voltar a");
- define("_DEACTIVATE","Desactivar");
- define("_ACTIVATE","Activar");
- define("_ENCYCLOPEDIA","Enciclopedia");
- define("_NOCONTENTFORLETTER","Desculpe, non existe contido pola letra");
- define("_ENCYSELECTLETTER","Seleccione unha letra da seguinte lista para consultar termos:");
- define("_COPYRIGHT","Copyright");
- define("_YOURADMINENCY","╔ Administrador, esta enciclopedia non estß activa!");
- define("_ENCYNOTACTIVE","Desculpe, esta enciclopedia non estß activa neste momento.");
- define("_AVAILABLEENCYLIST","Lista de Enciclopedias dispo±ibles en");
- define("_YOURADMININACTIVELIST","╔ Administrador: Lista de Enciclopedias Inactivas:");
- define("_NORESULTSTEXT","Non hai Resultados no Texto dos Termos...");
- define("_NORESULTSTITLE","Non hai Resultados no Tφtulos dos Termos...");
- define("_SEARCHRESULTSFOR","Resultados da B·squeda de:");
- define("_SEARCHNOTCOMPLETE","As Opci≤ns de B·squeda non estßn completas. IntΘnteo de novo.");
- define("_RESULTSINTERMTITLE","Resultados nos tφtulos dos termos:");
- define("_RESULTSINTERMTEXT","Resultados no texto dos termos:");
-
- ?>