NobuNobu
nobun****@users*****
2006年 5月 19日 (金) 16:43:14 JST
Index: xoops2jp/html/modules/legacyRender/language/english/modinfo.php diff -u xoops2jp/html/modules/legacyRender/language/english/modinfo.php:1.1.2.8 xoops2jp/html/modules/legacyRender/language/english/modinfo.php:1.1.2.9 --- xoops2jp/html/modules/legacyRender/language/english/modinfo.php:1.1.2.8 Mon Apr 24 16:31:33 2006 +++ xoops2jp/html/modules/legacyRender/language/english/modinfo.php Fri May 19 16:43:14 2006 @@ -31,4 +31,28 @@ 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_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'); ?>