From: <on...@us...> - 2002-09-20 17:40:28
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/language/english/admin In directory usw-pr-cvs1:/tmp/cvs-serv32618 Modified Files: blocksadmin.php Log Message: no message Index: blocksadmin.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/language/english/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:48 -0000 1.1.1.1 --- blocksadmin.php 20 Sep 2002 17:40:25 -0000 1.2 *************** *** 52,54 **** --- 52,61 ---- define("_AM_USEFULTAGS","Useful Tags:"); define("_AM_BLOCKTAG1","%s will print %s"); + define('_AM_VISIBLEIN', 'Visible in'); + define('_AM_ALLPAGES', 'All Pages'); + define('_AM_TOPONLY', 'Top Page Only'); + define('_AM_BTEMPLATE', 'Template'); + define('_AM_ADVANCED', 'Advanced Settings'); + define('_AM_BCACHETIME', 'Cache lifetime'); + define('_AM_BALIAS', 'Alias name'); ?> |