From: <w4...@us...> - 2002-09-28 08:08:26
|
Update of /cvsroot/xoops/xoops-current/html/modules/whosonline/language/spanish In directory usw-pr-cvs1:/tmp/cvs-serv17862/html/modules/whosonline/language/spanish Modified Files: blocks.php Log Message: little graphical changes to the spanish Lang Index: blocks.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/whosonline/language/spanish/blocks.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** blocks.php 7 Sep 2002 21:38:03 -0000 1.2 --- blocks.php 28 Sep 2002 08:08:23 -0000 1.3 *************** *** 4,14 **** //first %s represents the number of guests, the second represents members. The order cannot be changed! ! define("_MB_WHOSONLINE_THERE","<img border='0' src='/images/pointer.gif' alt='invitados' /> %s invitado(s) <br /><img border='0' src='/images/pointer.gif' alt='invitados' /> %s miembro(s)"); // %s represents user name ! define("_MB_WHOSONLINE_URLAS","Usted ingresó como <b>%s</b>"); ! define("_MB_WHOSONLINE_MORE","más..."); ! define("_MB_WHOSONLINE_URAU","<img border='0' src='/images/info.gif' alt='Usuario Anónimo' /> <br />Usted es un Usuario Anónimo."); define("_MB_WHOSONLINE_RNOW","Regístrese Ahora!"); define("_MB_WHOSONLINE_CURU","Usuarios en linea Registrados:"); --- 4,13 ---- //first %s represents the number of guests, the second represents members. The order cannot be changed! ! define("_MB_WHOSONLINE_THERE","<img border='0' src='{$xoops_url}/language/spanish/images/pointer.gif' alt='invitados' /> %s invitado(s) <br /><img border='0' src='{$xoops_url}/language/spanish/images/pointer.gif' alt='invitados' /> %s miembro(s)"); // %s represents user name ! define("_MB_WHOSONLINE_URLAS","Usted ingresó como <br /><b>%s</b>"); define("_MB_WHOSONLINE_MORE","más..."); ! define("_MB_WHOSONLINE_URAU","<img border='0' src='{$xoops_url}/language/spanish/images/info.gif' alt='Usuario Anónimo' /> <br />Usted es un Usuario Anónimo."); define("_MB_WHOSONLINE_RNOW","Regístrese Ahora!"); define("_MB_WHOSONLINE_CURU","Usuarios en linea Registrados:"); |