From: <w4...@us...> - 2002-09-20 02:03:34
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/language/spanish/admin In directory usw-pr-cvs1:/tmp/cvs-serv11401/html/modules/system/language/spanish/admin Modified Files: blocksadmin.php Log Message: no comments Index: blocksadmin.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/language/spanish/admin/blocksadmin.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** blocksadmin.php 15 Jul 2002 08:13:52 -0000 1.1.1.1 --- blocksadmin.php 20 Sep 2002 02:03:31 -0000 1.2 *************** *** 1,3 **** ! <?php // Xoops Spanish Support (www.xoops.sytes.net) //%%%%%% Admin Module Name Blocks %%%%% define("_AM_DBUPDATED",""); --- 1,3 ---- ! <?php // Xoops Spanish Support (www.xoops.sytes.net) //%%%%%% Admin Module Name Blocks %%%%% define("_AM_DBUPDATED",""); *************** *** 52,54 **** define("_AM_USEFULTAGS","Tags Utiles:"); define("_AM_BLOCKTAG1","%s imprimir %s"); ! ?> --- 52,61 ---- define("_AM_USEFULTAGS","Tags Utiles:"); define("_AM_BLOCKTAG1","%s imprimir %s"); ! ! define("_AM_VISIBLEIN","Visible en"); ! define("_AM_TOPONLY","Solo en Home"); ! define("_AM_ALLPAGES","En Todas"); ! define("_AM_BTEMPLATE","Plantilla para el Bloque"); ! define("_AM_ADVANCED","Configuración Avanzada"); ! define("_AM_BCACHETIME","Duración del Cache"); ! ?> \ No newline at end of file |