XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
📘  
Loading...
Searching...
No Matches
modinfo.php
1<?php
2
3define( '_MI_LEGACYRENDER_ADMENU_BANNER_MANAGE' , 'Banner Management');
4define( '_MI_LEGACYRENDER_ADMENU_TEMPLATE_MANAGE' , 'Template Management');
5define( '_MI_LEGACYRENDER_ADMENU_THEME_MANAGE' , 'Theme management');
6define( '_MI_LEGACYRENDER_ADMENU_TPLFILE_MANAGE' , 'Templates Files');
7define( '_MI_LEGACYRENDER_ADMENU_HTACCESS_VIEW' , 'htaccess setting');
8define( '_MI_LEGACYRENDER_CONF_BANNERS' , 'Activate banner ads?');
9define( '_MI_LEGACYRENDER_CONF_BANNERS_DESC' , 'Note : The Banner Client credentials grant type is used by clients to obtain an access token to banners stats. Client logins and passwords are therefore external to the user group authorization system.');
10define( '_MI_LEGACYRENDER_NAME' , 'Render');
11define( '_MI_LEGACYRENDER_NAME_DESC' , 'This rendering engine (renderer) is compatibile with XOOPS2-JP and XCL 2.3.x. You can use XOOPS2 Themes with this system.');
12define( '_MI_LR_FOOTER' , 'Footer');
13define( '_MI_LR_FOOTER_DESC' , 'Be sure to type full links with the path starting from https://, otherwise the links will not work correctly in modules pages.');
14define( '_MI_LR_META_AUTHOR' , 'Meta Author');
15define( '_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.');
16define( '_MI_LR_META_COPYRIGHT' , 'Meta Copyright');
17define( '_MI_LR_META_COPYRIGHT_DESC' , 'The copyright meta tag defines any copyright statements you wish to disclose about your web page documents.');
18define( '_MI_LR_META_DESCRIPTION' , 'Meta Description');
19define( '_MI_LR_META_DESCRIPTION_DESC' , 'The description meta tag is a general description of what is contained in your web page');
20define( '_MI_LR_META_KEYWORDS' , 'Meta Keywords');
21define( '_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. (Ex. XOOPS, PHP, mySQL, portal system)');
22define( '_MI_LR_META_RATING' , 'Meta Rating');
23define( '_MI_LR_META_RATING_DESC' , 'The rating meta tag defines your site age and content rating');
24define( '_MI_LR_META_ROBOTS' , 'Meta Robots');
25define( '_MI_LR_META_ROBOTS_DESC' , 'The Robots Tag declares to search engines what content to index and spider');
26// META WEBMASTER TOOLS
27define( '_MI_LR_META_BING' , 'Bing meta ta');
28define( '_MI_LR_META_BING_DESC' , 'Log into Bing Webmaster Tools and get the meta tag option to verify your site.');
29define( '_MI_LR_META_FB_APP' , 'Facebook Ap');
30define( '_MI_LR_META_FB_APP_DESC' , 'Get your Facebook App ID');
31define( '_MI_LR_META_GOOGLE' , 'Webmaster Google');
32define( '_MI_LR_META_GOOGLE_DESC' , 'Log into Google Search Console and get the meta tag verification');
33define( '_MI_LR_META_TWITTER' , 'Twitter site user');
34define( '_MI_LR_META_TWITTER_DESC' , 'Get your Twitter site ID');
35define( '_MI_LR_META_YANDEX' , 'Webmaster Yandex');
36define( '_MI_LR_META_YANDEX_DESC' , 'Log into Yandex search console and get the meta tag verification');
37
38define( '_MI_LR_ROBOT_INDEXFOLLOW' , 'Index, Follow');
39define( '_MI_LR_ROBOT_INDEXNOFOLLOW' , 'Index, No Follow');
40define( '_MI_LR_ROBOT_METAO14YRS' , '14 years');
41define( '_MI_LR_ROBOT_METAOGEN' , 'General');
42define( '_MI_LR_ROBOT_METAOMAT' , 'Mature');
43define( '_MI_LR_ROBOT_METAOREST' , 'Restricted');
44define( '_MI_LR_ROBOT_NOINDEXFOLLOW' , 'No Index, Follow');
45define( '_MI_LR_ROBOT_NOINDEXNOFOLLOW' , 'No Index, No Follow');
46define( '_MI_LR_PAGETITLE_FORMAT' , 'Pagetitle Format');
47define( '_MI_LR_PAGETITLE_FORMAT_DESC' , "Set Pagetitle Format with {modulename}, {pagetitle}, {action}. Module name is set at {modulename} like 'profile'. Page Title is set set at {pagetitle} like 'Hello !' or 'How to install XCL'. Action is set at {action} like 'Edit' , 'View' or 'List'. You set [module]***[/module], *** is not display when {module} is not set. [pagetitle]***[/pagetitle], [action]***[action] is the same.");
48define( '_MI_LR_CSS_FILE' , 'jQuery UI CSS file URL');
49define( '_MI_LR_CSS_FILE_DESC' , 'Set jQuery UI CSS file url after ' . XOOPS_URL .'');
50define( '_MI_LR_FEED_URL' , 'RSS Feed URL');
51define( '_MI_LR_FEED_URL_DESC' , 'Set RSS feed URL after ' . XOOPS_URL . '');
52define( '_MI_LR_JQUERY_CORE' , 'jQuery Core Library');
53define( '_MI_LR_JQUERY_CORE_DESC' , 'If you use Google Libraries API, set the jQuery version. If you use local jQuery file, set the url.');
54define( '_MI_LR_JQUERY_UI' , 'jQuery UI Library');
55define( '_MI_LR_JQUERY_UI_DESC' , 'If you use Google Libraries API, set the jQuery UI version. If you use local jQuery UI file, set the url. You must choose the same way of jQuery Core Library.');
56define( '_MI_LR_ICONSET' , 'Directory for icon set files');
57define( '_MI_LR_ICONSET_DESC' , 'Relative path to public/common/images. Default: icons');
58define( '_MI_LR_FAVICON' , "Favicon - SVG image");
59define( '_MI_LR_FAVICON_DESC' , 'SVG favicon has gained support in major browsers, visit <a href="https://caniuse.com/link-icon-svg" target="blank" rel="noopener noreferrer">Caniuse ↗ 🌐</a><br>Read more from the root-relative hyperlink (e.g. https://example.com/images/favicon). Default: /images/favicon/favicon.svg');
60define( '_MI_LR_LOGO' , 'Logotype or logomark that represents your brand or website');
61define( '_MI_LR_LOGO_DESC' , 'Root-relative hyperlink (e.g. https://example.com). Default: /images/logo.png');