From: <w4...@us...> - 2002-09-17 22:21:53
|
Update of /cvsroot/xoops/xoops-current/html/language/spanish In directory usw-pr-cvs1:/tmp/cvs-serv24877/html/language/spanish Modified Files: global.php Log Message: no comment Index: global.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/language/spanish/global.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** global.php 10 Aug 2002 18:27:24 -0000 1.4 --- global.php 17 Sep 2002 22:21:50 -0000 1.5 *************** *** 50,55 **** define("_TOP","Top"); define("_ONLINE","<img border='0' src='\images\online.gif' alt='Usuario en línea'>"); ! define("_CANCEL","Cancelar"); --- 50,62 ---- define("_TOP","Top"); define("_ONLINE","<img border='0' src='\images\online.gif' alt='Usuario en línea'>"); ! define('_NUMCOMMENTS', "%s comentarios"); ! define('_NUMVIEWS', "%s vistas"); ! define('_UPDATED', "Actualizado"); define("_CANCEL","Cancelar"); + define("_ASCENDING","Orden Ascendente"); + define("_DESCENDING","Orden Descendente"); + define("_RATING","Valoración"); + define("_VIEWS","Vistas"); + define("_COMMENTS",'Comentarios'); *************** *** 138,141 **** --- 145,166 ---- define('_WELCOMETO','Bienvenido a %s'); define('_SEARCH','Buscar'); + define('_CATEGORIES', 'Categorías'); + define('_SUBCATEGORIES', 'Sub-Categorías'); + define('_ALL', 'todos'); + define('_NAVIGATION', 'Navegación'); + define('_SECTION', 'Sección'); + define('_SORTBY', 'Ordenado por'); + define('_ORDERBY', 'Ordenado por'); + define('_TITLE', 'Título'); + define('_MESSAGE', 'Memsaje'); + define('_OPTIONS', 'Opciones'); + define('_DISABLEXCODE', 'Apagar xcode'); + define('_ATTACHSIG', 'Agregar Firma'); + define('_QUOTE', 'Acotación'); + define('_RELATEDITEMS', 'Items Relacionados'); + define('_EDITMESSAGE', 'Editar Mensaje'); + define('_PREVMESSAGE', 'Previsualizar Mensaje'); + define('_HASSUBMITTED', 'Su mensaje ha sido enviado!'); + define('_ORIGMESSAGE', 'Mensaje Original'); *************** *** 161,164 **** --- 186,190 ---- define("_ERRORIMGPOS","ERROR! Ingrese la posición de la imágen."); define("_ENTEREMAIL","Ingrese la dirección de email que quiere agregar."); + define("_ENTERCODE","Ingrese los códigos que usted desee agregar."); define("_ENTERQUOTE","Iingrese el texto que quiere que esté acotado."); define("_ENTERTEXTBOX","Por favor ingrese el texto dentro del cuadro de texto."); |