From: <w4...@us...> - 2003-01-04 19:56:53
|
Update of /cvsroot/xoops/xoops2/modules/system/language/spanish/admin In directory sc8-pr-cvs1:/tmp/cvs-serv13276/modules/system/language/spanish/admin Modified Files: banners.php Log Message: added the html code to the lang (waititng the new codes for the banners) Index: banners.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/language/spanish/admin/banners.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** banners.php 2 Jan 2003 20:34:19 -0000 1.1 --- banners.php 4 Jan 2003 19:56:50 -0000 1.2 *************** *** 53,56 **** --- 53,58 ---- define("_AM_EXTINFO","Información Extra:"); define("_AM_CHGCLI","Cambiar Cliente"); + define("_AM_USEHTML","¿Usa Html?"); + define("_AM_CODEHTML","Código Html:"); ?> |