From: <w4...@us...> - 2002-09-27 22:28:55
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/language/spanish In directory usw-pr-cvs1:/tmp/cvs-serv29291/html/modules/system/language/spanish Modified Files: blocks.php Log Message: no comment Index: blocks.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/language/spanish/blocks.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** blocks.php 18 Aug 2002 05:59:03 -0000 1.2 --- blocks.php 27 Sep 2002 22:28:52 -0000 1.3 *************** *** 1,3 **** ! <?php // Xoops Spanish Support (www.xoops.sytes.net) // Blocks define("_MB_SYSTEM_TITLE1","Administración"); --- 1,3 ---- ! <?php // Xoops Spanish Support (www.xoops.sytes.net) // Blocks define("_MB_SYSTEM_TITLE1","Administración"); *************** *** 18,31 **** define("_MB_SYSTEM_YDMSG","<center>Usted no tiene Ningun Mensaje.</center>"); // %s represents a number ! define("_MB_SYSTEM_NMSGS","%s Nuevos mensajes ! <script> ! function mrsryansfunction2() ! { var answer=confirm(\"Tiene mensajes Aguardando - Desea verlos Ahora ? - You have new PM waiting - Do You like see this now? \") ! if (answer) ! window.location=\"http://www.xoops.sytes.net/viewpmsg.php\"} ! </script> ! <Script> ! mrsryansfunction2(); ! </script>"); // %s represents a number define("_MB_SYSTEM_TMSGS","Total %s msgs <img border='0' src='\images\alarm.gif'>"); --- 18,22 ---- define("_MB_SYSTEM_YDMSG","<center>Usted no tiene Ningun Mensaje.</center>"); // %s represents a number ! define("_MB_SYSTEM_NMSGS","%s msgs <img border='0' src='\images\alarm.gif'>"); // %s represents a number define("_MB_SYSTEM_TMSGS","Total %s msgs <img border='0' src='\images\alarm.gif'>"); |