Update of /cvsroot/xoops/xoops-current/html/modules/quotes/language/spanish
In directory usw-pr-cvs1:/tmp/cvs-serv17862/html/modules/quotes/language/spanish
Modified Files:
admin.php
Log Message:
little graphical changes to the spanish Lang
Index: admin.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/quotes/language/spanish/admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** admin.php 19 Sep 2002 21:37:04 -0000 1.2
--- admin.php 28 Sep 2002 08:08:22 -0000 1.3
***************
*** 15,21 ****
define("_AM_EDIT","Editar");
define("_AM_DELETE","Borrar");
! define("_AM_PREVIOUSPAGE","<img border='0' src='/images/left.gif' alt='Página Anterior' />");
! define("_AM_BACK","<img border='0' src='\images\up.gif'> Regresar <img border='0' src='/images/up.gif' />");
! define("_AM_NEXTPAGE","<img border='0' src='/images/right.gif' alt='Página Siguiente' />");
define("_AM_NOQUOTEFD","Citas no Encontradas");
define("_AM_DELQUOTE","Borrar Cita");
--- 15,21 ----
define("_AM_EDIT","Editar");
define("_AM_DELETE","Borrar");
! define("_AM_PREVIOUSPAGE","<img border='0' src='{$xoops_url}/language/spanish/images/left.gif' alt='Página Anterior' />");
! define("_AM_BACK","<img border='0' src='{$xoops_url}/language/spanish/images\up.gif'> Regresar <img border='0' src='{$xoops_url}/language/spanish/images/up.gif' />");
! define("_AM_NEXTPAGE","<img border='0' src='{$xoops_url}/language/spanish/images/right.gif' alt='Página Siguiente' />");
define("_AM_NOQUOTEFD","Citas no Encontradas");
define("_AM_DELQUOTE","Borrar Cita");
|