Minahito
minah****@users*****
2006年 8月 10日 (木) 18:47:55 JST
Index: xoops2jp/html/modules/legacyRender/language/english/modinfo.php diff -u xoops2jp/html/modules/legacyRender/language/english/modinfo.php:1.1.2.9 xoops2jp/html/modules/legacyRender/language/english/modinfo.php:1.1.2.10 --- xoops2jp/html/modules/legacyRender/language/english/modinfo.php:1.1.2.9 Fri May 19 16:43:14 2006 +++ xoops2jp/html/modules/legacyRender/language/english/modinfo.php Thu Aug 10 18:47:55 2006 @@ -8,6 +8,7 @@ define('_MI_LEGACYRENDER_ADMENU_TPLFILE_MANAGE', "Template file management"); define('_MI_LEGACYRENDER_BLOCK_THEME_DESC', "Shows theme selection box"); define('_MI_LEGACYRENDER_BLOCK_THEME_NAME', "Themes"); +define('_MI_LEGACYRENDER_CONF_BANNERS', "Activate banner ads?"); define('_MI_LEGACYRENDER_KEYWORD_ADD', "Add"); define('_MI_LEGACYRENDER_KEYWORD_BANNER_CREATE', "Banner create"); define('_MI_LEGACYRENDER_KEYWORD_BANNER_LIST', "Banner list"); @@ -30,29 +31,27 @@ define('_MI_LEGACYRENDER_LANG_BANNERFINISH_LIST', "Bannerfinish list"); define('_MI_LEGACYRENDER_NAME', "Legacy renderer"); define('_MI_LEGACYRENDER_NAME_DESC', "This rendering engine (renderer) has compatibility with XOOPS 2.0.9 and XOOPS JP 2.0.x. You can use XOOPS2 Theme on this system."); +define('_MI_LR_FOOTER', "Footer"); +define('_MI_LR_FOOTER_DESC', "Be sure to type links in full path starting from http://, otherwise the links will not work correctly in modules pages."); +define('_MI_LR_META_AUTHOR', "Meta Author"); +define('_MI_LR_META_AUTHOR_DESC', "The author meta tag defines the name of the author of the document being read. Supported data formats include the name, email address of the webmaster, company name or URL."); +define('_MI_LR_META_COPYRIGHT', "Meta Copyright"); +define('_MI_LR_META_COPYRIGHT_DESC', "The copyright meta tag defines any copyright statements you wish to disclose about your web page documents."); +define('_MI_LR_META_DESCRIPTION', "Meta Description"); +define('_MI_LR_META_DESCRIPTION_DESC', "The description meta tag is a general description of what is contained in your web page"); +define('_MI_LR_META_KEYWORDS', "Meta Keywords"); +define('_MI_LR_META_KEYWORDS_DESC', "The keywords meta tag is a series of keywords that represents the content of your site. Type in keywords with each separated by a comma or a space in between. (Ex. XOOPS, PHP, mySQL, portal system)"); +define('_MI_LR_META_RATING', "Meta Rating"); +define('_MI_LR_META_RATING_DESC', "The rating meta tag defines your site age and content rating"); +define('_MI_LR_META_ROBOTS', "Meta Robots"); +define('_MI_LR_META_ROBOTS_DESC', "The Robots Tag declares to search engines what content to index and spider"); +define('_MI_LR_ROBOT_INDEXFOLLOW', "Index, Follow"); +define('_MI_LR_ROBOT_INDEXNOFOLLOW', "Index, No Follow"); +define('_MI_LR_ROBOT_METAO14YRS', "14 years"); +define('_MI_LR_ROBOT_METAOGEN', "General"); +define('_MI_LR_ROBOT_METAOMAT', "Mature"); +define('_MI_LR_ROBOT_METAOREST', "Restricted"); +define('_MI_LR_ROBOT_NOINDEXFOLLOW', "No Index, Follow"); +define('_MI_LR_ROBOT_NOINDEXNOFOLLOW', "No Index, No Follow"); -define('_MI_LR_META_KEYWORDS', 'Meta Keywords'); -define('_MI_LR_META_KEYWORDS_DESC', 'The keywords meta tag is a series of keywords that represents the content of your site. Type in keywords with each separated by a comma or a space in between. (Ex. XOOPS, PHP, mySQL, portal system)'); -define('_MI_LR_META_DESCRIPTION', 'Meta Description'); -define('_MI_LR_META_DESCRIPTION_DESC', 'The description meta tag is a general description of what is contained in your web page'); -define('_MI_LR_META_ROBOTS', 'Meta Robots'); -define('_MI_LR_META_ROBOTS_DESC', 'The Robots Tag declares to search engines what content to index and spider'); -define('_MI_LR_META_RATING', 'Meta Rating'); -define('_MI_LR_META_RATING_DESC', 'The rating meta tag defines your site age and content rating'); -define('_MI_LR_META_AUTHOR', 'Meta Author'); -define('_MI_LR_META_AUTHOR_DESC', 'The author meta tag defines the name of the author of the document being read. Supported data formats include the name, email address of the webmaster, company name or URL.'); -define('_MI_LR_META_COPYRIGHT', 'Meta Copyright'); -define('_MI_LR_META_COPYRIGHT_DESC', 'The copyright meta tag defines any copyright statements you wish to disclose about your web page documents.'); -define('_MI_LR_FOOTER', 'Footer'); -define('_MI_LR_FOOTER_DESC', 'Be sure to type links in full path starting from http://, otherwise the links will not work correctly in modules pages.'); -; -define('_MI_LR_ROBOT_INDEXFOLLOW', 'Index, Follow'); -define('_MI_LR_ROBOT_NOINDEXFOLLOW', 'No Index, Follow'); -define('_MI_LR_ROBOT_INDEXNOFOLLOW', 'Index, No Follow'); -define('_MI_LR_ROBOT_NOINDEXNOFOLLOW', 'No Index, No Follow'); - -define('_MI_LR_ROBOT_METAOGEN', 'General'); -define('_MI_LR_ROBOT_METAO14YRS', '14 years'); -define('_MI_LR_ROBOT_METAOREST', 'Restricted'); -define('_MI_LR_ROBOT_METAOMAT', 'Mature'); ?>