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("_ALLTOPICS","Todos los T≤picos");
- define("_NOCOMMENTS","Sin Comentarios");
- define("_UCOMMENT","Comentario");
- define("_REVIEWS","Reviews");
- define("_SEARCHUSERS","Buscar Usuarios");
- define("_SEARCHSECTIONS","Buscar en Secciones Especiales");
- define("_SEARCHREVIEWS","Buscar en Reviews");
- define("_SEARCHIN","Buscar en");
- define("_ARTICLES","Artφculos");
- define("_ALLAUTHORS","Todos los Autores");
- define("_ALL","Todo");
- define("_WEEK","Semana");
- define("_WEEKS","Semanas");
- define("_MONTH","Mes");
- define("_MONTHS","Meses");
- define("_SEARCHON","Buscar en");
- define("_SSTORIES","Noticias");
- define("_SSECTIONS","Secciones");
- define("_SUSERS","Usuarios");
- define("_NOMATCHES","No hay registros para su consulta");
- define("_PREVMATCHES","Registros Anteriores");
- define("_NEXTMATCHES","Registros Siguientes");
- define("_INSECTION","en la Secci≤n");
- define("_NONAME","No has introducido un nombre");
- define("_SCOMMENTS","Comentarios");
- define("_SEARCHRESULTS","Resultados de la B·squeda");
- define("_CONTRIBUTEDBY","Contribuci≤n de");
- define("_UCOMMENTS","Comentarios");
- define("_MATCHTITLE","Buscar por Tφtulo");
- define("_MATCHTEXT","Buscar por Contenido");
- define("_MATCHBOTH","Buscar por Ambos");
- define("_SREPLY","responden");
- define("_SREPLIES","responde");
- define("_ATTACHART","Adjuntar al Artφculo");
- define("_PAGES","Pßginas");
- define("_REVIEWSCORE","Puntuaci≤n de este Review");
- define("_PAGE","pßgina(s) ");
- define("_DOWNLOADS","Downloads");
- define("_WEBLINKS","Enlaces (Web Links)");
- define("_FINDMORE","... mßs");
- define("_DIDNOTFIND","┐No encontraste lo que estabas buscando?");
- define("_ENCYCLOPEDIA","Enciclopedia");
- define("_SEARCHINSTORY","Search All Comments in Story:");
-
- ?>