From: <w4...@us...> - 2002-10-11 15:34:54
|
Update of /cvsroot/xoops/xoops-current/html/modules/sections/language/spanish In directory usw-pr-cvs1:/tmp/cvs-serv1021/html/modules/sections/language/spanish Modified Files: main.php Log Message: Spanish lang changes Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/sections/language/spanish/main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.php 7 Oct 2002 13:05:15 -0000 1.2 --- main.php 11 Oct 2002 15:34:51 -0000 1.3 *************** *** 1,4 **** <?php // Xoops Spanish Support (www.xoops.sytes.net) ! define("_MD_MUSTREGFIRST","Necesita ser un usuario registrado o ingresar para enviar un pedido de modificación.<br>Por favor Registrese o ingrese."); define("_MD_WELCOMETOSEC","Bienvenido a la Sección Especial de %s"); define("_MD_HEREUCANFIND","Aquí podrá encontrar algunos artículos que no estan presentes en el resto del sitio"); --- 1,4 ---- <?php // Xoops Spanish Support (www.xoops.sytes.net) ! define("_MD_MUSTREGFIRST","Necesita ser un usuario registrado o ingresar para enviar un pedido de modificación.<br />Por favor Registrese o ingrese."); define("_MD_WELCOMETOSEC","Bienvenido a la Sección Especial de %s"); define("_MD_HEREUCANFIND","Aquí podrá encontrar algunos artículos que no estan presentes en el resto del sitio"); |