Update of /cvsroot/xoops/xoops-current/html/modules/whosonline/language/spanish
In directory usw-pr-cvs1:/tmp/cvs-serv32608/html/modules/whosonline/language/spanish
Modified Files:
blocks.php
Log Message:
no comments
Index: blocks.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/whosonline/language/spanish/blocks.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** blocks.php 15 Jul 2002 08:14:01 -0000 1.1.1.1
--- blocks.php 7 Sep 2002 21:38:03 -0000 1.2
***************
*** 1,8 ****
! <?php // Xoops Spanish Support (www.xoops.sytes.net)
// Blocks
define("_MB_WHOSONLINE_TITLE1","Quién está en linea?");
! //first %s represents the number of guests, the second represents members. The order cannot be changed!
! define("_MB_WHOSONLINE_THERE","Hay actualmente, %s invitado(s) y %s miembro(s) que estan en linea.");
// %s represents user name
--- 1,8 ----
! <?php // Xoops Spanish Support (www.xoops.sytes.net)
// Blocks
define("_MB_WHOSONLINE_TITLE1","Quién está en linea?");
! //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
***************
*** 10,14 ****
define("_MB_WHOSONLINE_MORE","más...");
! define("_MB_WHOSONLINE_URAU","<img border='0' src='/images\info2.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:");
--- 10,14 ----
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:");
***************
*** 25,28 ****
define("_MB_WHOSONLINE_DAYS2","dias");
define("_MB_WHOSONLINE_MEMS","miembros");
! define("_MB_WHOSONLINE_SLAST","Mostrar ultimas visitas");
?>
--- 25,28 ----
define("_MB_WHOSONLINE_DAYS2","dias");
define("_MB_WHOSONLINE_MEMS","miembros");
! define("_MB_WHOSONLINE_SLAST","Mostrar últimas visitas");
?>
|