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