1007225e5Sgerardnico<?php 2007225e5Sgerardnico 304fd306cSNickeaurequire_once(__DIR__ . '/../../vendor/autoload.php'); 4c3437056SNickeau 5*45a874f4SNicouse ComboStrap\RouterRedirection; 604fd306cSNickeauuse ComboStrap\Tag\AdTag; 704fd306cSNickeauuse ComboStrap\Api\QualityMessageHandler; 804fd306cSNickeauuse ComboStrap\BlockquoteTag; 904fd306cSNickeauuse ComboStrap\Bootstrap; 1004fd306cSNickeauuse ComboStrap\BrandingColors; 11c3437056SNickeauuse ComboStrap\Canonical; 124cadd4f8SNickeauuse ComboStrap\ColorRgb; 1304fd306cSNickeauuse ComboStrap\ContainerTag; 1404fd306cSNickeauuse ComboStrap\FetcherRailBar; 1504fd306cSNickeauuse ComboStrap\FetcherSvg; 1621913ab3SNickeauuse ComboStrap\FloatAttribute; 1704fd306cSNickeauuse ComboStrap\HeadingTag; 1804fd306cSNickeauuse ComboStrap\IconDownloader; 19a6bf47aaSNickeauuse ComboStrap\Identity; 2021913ab3SNickeauuse ComboStrap\LazyLoad; 2104fd306cSNickeauuse ComboStrap\LinkMarkup; 22e8b2ff59SNickeauuse ComboStrap\LowQualityPage; 23e8b2ff59SNickeauuse ComboStrap\MediaLink; 2404fd306cSNickeauuse ComboStrap\MediaMarkup; 2504fd306cSNickeauuse ComboStrap\Meta\Field\TwitterImage; 2604fd306cSNickeauuse ComboStrap\MetadataFrontmatterStore; 2704fd306cSNickeauuse ComboStrap\Outline; 28c3437056SNickeauuse ComboStrap\PagePublicationDate; 2904fd306cSNickeauuse ComboStrap\Tag\RelatedTag; 3004fd306cSNickeauuse ComboStrap\TemplateEngine; 31c3437056SNickeauuse ComboStrap\PageType; 32c3437056SNickeauuse ComboStrap\PageUrlType; 33007225e5Sgerardnicouse ComboStrap\PluginUtility; 34007225e5Sgerardnicouse ComboStrap\Prism; 3504fd306cSNickeauuse ComboStrap\PrismTags; 36e8b2ff59SNickeauuse ComboStrap\RasterImageLink; 3704fd306cSNickeauuse ComboStrap\Meta\Field\Region; 3804fd306cSNickeauuse ComboStrap\RouterBestEndPage; 3904fd306cSNickeauuse ComboStrap\TagAttribute\Shadow; 4004fd306cSNickeauuse ComboStrap\SiteConfig; 4104fd306cSNickeauuse ComboStrap\Snippet; 4221913ab3SNickeauuse ComboStrap\SvgImageLink; 43ad54dffdSgerardnicouse ComboStrap\TemplateSlot; 44007225e5Sgerardnico 45007225e5Sgerardnico 46007225e5Sgerardnico/** 47007225e5Sgerardnico * @var array 48007225e5Sgerardnico */ 4904fd306cSNickeau$lang[RelatedTag::MAX_LINKS_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - The maximum of related links shown'; 5004fd306cSNickeau$lang[RelatedTag::EXTRA_PATTERN_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - Another pattern'; 51007225e5Sgerardnico 52007225e5Sgerardnico/** 53007225e5Sgerardnico * Disqus 54007225e5Sgerardnico */ 55c3437056SNickeau$lang[syntax_plugin_combo_disqus::CONF_DEFAULT_ATTRIBUTES] = PluginUtility::getDocumentationHyperLink("disqus", "Disqus") . ' - The disqus forum short name (ie the disqus website identifier)'; 56007225e5Sgerardnico 57007225e5Sgerardnico 58007225e5Sgerardnico/** 59007225e5Sgerardnico * Url Manager 60007225e5Sgerardnico */ 61c3437056SNickeau$lang[action_plugin_combo_router::ROUTER_ENABLE_CONF] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_router::CANONICAL, action_plugin_combo_router::NAME) . ' - If unchecked, the URL manager will be disabled'; 62c3437056SNickeau$lang['ActionReaderFirst'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - First redirection action for a reader'; 63c3437056SNickeau$lang['ActionReaderSecond'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Second redirection action for a reader if the first action don\'t success.'; 64c3437056SNickeau$lang['ActionReaderThird'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Third redirection action for a reader if the second action don\'t success.'; 65c3437056SNickeau$lang['GoToEditMode'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Switch directly in the edit mode for a writer ?'; 66007225e5Sgerardnico 6786ec4045Sgerardnico$lang[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = PluginUtility::getDocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection Message") . ' - When redirected to the edit mode, show a message when the page name is not unique'; 6886ec4045Sgerardnico$lang[action_plugin_combo_routermessage::CONF_SHOW_MESSAGE_CLASSIC] = PluginUtility::getDocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection Message") . ' - Show classic message when a action is performed ?'; 69c3437056SNickeau$lang['WeightFactorForSamePageName'] = PluginUtility::getDocumentationHyperLink("best:page:name", action_plugin_combo_router::NAME . " - Best Page Name") . ' - Weight factor for same page name to calculate the score for the best page.'; 70c3437056SNickeau$lang['WeightFactorForStartPage'] = PluginUtility::getDocumentationHyperLink("best:page:name", action_plugin_combo_router::NAME . " - Best Page Name") . ' - Weight factor for same start page to calculate the score for the best page.'; 71c3437056SNickeau$lang['WeightFactorForSameNamespace'] = PluginUtility::getDocumentationHyperLink("best:page:name", action_plugin_combo_router::NAME . " - Best Page Name") . ' - Weight factor for same namespace to calculate the score for the best page.'; 72007225e5Sgerardnico 73007225e5Sgerardnico 74c3437056SNickeau$lang[Canonical::CONF_CANONICAL_LAST_NAMES_COUNT] = PluginUtility::getDocumentationHyperLink("automatic:canonical", 'Automatic Canonical') . ' - The number of last part of a page path to create a ' . PluginUtility::getDocumentationHyperLink("canonical", "canonical") . ' (0 to disable)'; 75c3437056SNickeau$lang[action_plugin_combo_canonical::CONF_CANONICAL_FOR_GA_PAGE_VIEW] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_canonical::CANONICAL, 'Canonical') . ' - If enable and if set, the canonical will be reported to the Google Analytics Plugin as page path'; 76007225e5Sgerardnico 77*45a874f4SNico$lang[RouterBestEndPage::CONF_MINIMAL_SCORE_FOR_REDIRECT] = PluginUtility::getDocumentationHyperLink("best:end:page:name", action_plugin_combo_router::NAME . ' - Best End Page Name') . ' - The number of last part of a DokuWiki Id to perform a ' . PluginUtility::getDocumentationHyperLink(RouterRedirection::PERMANENT_REDIRECT_CANONICAL, "permanent redirect") . ' (0 to disable)'; 78007225e5Sgerardnico 79007225e5Sgerardnico 8021913ab3SNickeau/** 8121913ab3SNickeau * Icon 8221913ab3SNickeau */ 8304fd306cSNickeau$lang[IconDownloader::CONF_ICONS_MEDIA_NAMESPACE] = PluginUtility::getDocumentationHyperLink("icon#configuration", "UI Icon Component") . ' - The media namespace where the downloaded icons will be searched and saved'; 8404fd306cSNickeau$lang[IconDownloader::CONF_DEFAULT_ICON_LIBRARY] = PluginUtility::getDocumentationHyperLink("icon#configuration", "UI Icon Component") . ' - The default icon library from where the icon is downloaded if not specified'; 85007225e5Sgerardnico 86007225e5Sgerardnico/** 879337a630SNickeau * Front end Optimization 88007225e5Sgerardnico */ 8904fd306cSNickeau$lang[action_plugin_combo_css::CONF_ENABLE_MINIMAL_FRONTEND_STYLESHEET] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_snippetsbootstrap::FRONT_END_OPTIMIZATION_CANONICAL, "Frontend Optimization") . ' - If enabled, the DokuWiki Stylesheet for a public user will be minimized'; 9004fd306cSNickeau$lang[action_plugin_combo_css::CONF_DISABLE_DOKUWIKI_STYLESHEET] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_snippetsbootstrap::FRONT_END_OPTIMIZATION_CANONICAL, "Frontend Optimization") . ' - If checked, the DokuWiki Stylesheet will not be loaded for a public user'; 9104fd306cSNickeau$lang[action_plugin_combo_snippetsbootstrap::CONF_PRELOAD_CSS] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_snippetsbootstrap::FRONT_END_OPTIMIZATION_CANONICAL, "Frontend Optimization") . ' - Load the style late (Not recommended, the page will go faster but will flicker)'; 9204fd306cSNickeau$lang[action_plugin_combo_snippetsbootstrap::CONF_DISABLE_BACKEND_JAVASCRIPT] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_snippetsbootstrap::FRONT_END_OPTIMIZATION_CANONICAL, "Frontend Optimization") . ' - Delete backend javascript library for public users'; 93007225e5Sgerardnico 94007225e5Sgerardnico/** 9504fd306cSNickeau * Metadata viewer 96007225e5Sgerardnico */ 97c3437056SNickeau$lang[syntax_plugin_combo_metadata::CONF_METADATA_DEFAULT_ATTRIBUTES] = PluginUtility::getDocumentationHyperLink("metadata:viewer", "Metadata Viewer") . ' - The default attributes of the metadata component'; 98007225e5Sgerardnico 99007225e5Sgerardnico/** 100007225e5Sgerardnico * Badge 101007225e5Sgerardnico */ 102c3437056SNickeau$lang[syntax_plugin_combo_badge::CONF_DEFAULT_ATTRIBUTES_KEY] = PluginUtility::getDocumentationHyperLink("badge", "Badge") . ' - Defines the default badge attributes'; 103007225e5Sgerardnico 104007225e5Sgerardnico/** 105007225e5Sgerardnico * Ads 106007225e5Sgerardnico */ 10704fd306cSNickeau$lang[AdTag::CONF_IN_ARTICLE_PLACEHOLDER] = PluginUtility::getDocumentationHyperLink("automatic:in-article:ad", "Automatic In-article Ad") . ' - Show a placeholder if the in-article ad page was not found'; 108007225e5Sgerardnico 109007225e5Sgerardnico/** 110007225e5Sgerardnico * Code enabled 111007225e5Sgerardnico */ 112c3437056SNickeau$lang[Prism::CONF_PRISM_THEME] = PluginUtility::getDocumentationHyperLink("prism", "Prism Component") . ' - The prism theme used for syntax highlighting in the code/file/console component'; 113c3437056SNickeau$lang[Prism::CONF_BATCH_PROMPT] = PluginUtility::getDocumentationHyperLink("prism", "Prism Component") . ' - The default prompt for the batch language'; 114c3437056SNickeau$lang[Prism::CONF_BASH_PROMPT] = PluginUtility::getDocumentationHyperLink("prism", "Prism Component") . ' - The default prompt for the bash language'; 115c3437056SNickeau$lang[Prism::CONF_POWERSHELL_PROMPT] = PluginUtility::getDocumentationHyperLink("prism", "Prism Component") . ' - The default prompt for the powershell language'; 116c3437056SNickeau$lang[syntax_plugin_combo_code::CONF_CODE_ENABLE] = PluginUtility::getDocumentationHyperLink("code", "Code Component") . ' - Enable or disable the code component'; 11704fd306cSNickeau$lang[PrismTags::CONF_FILE_ENABLE] = PluginUtility::getDocumentationHyperLink("file", "File Component") . ' - Enable or disable the file component'; 118007225e5Sgerardnico 119007225e5Sgerardnico 120007225e5Sgerardnico/** 121007225e5Sgerardnico * Preformatted mode 122007225e5Sgerardnico */ 123c3437056SNickeau$lang[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE] = PluginUtility::getDocumentationHyperLink("preformatted", "Preformatted Component") . ' - If checked, the default preformatted mode of dokuwiki is enabled'; 124c3437056SNickeau$lang[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_ENABLE] = PluginUtility::getDocumentationHyperLink("preformatted", "Preformatted Component") . ' - If unchecked, a blank line with only two spaces will be printed as an empty block of code'; 125007225e5Sgerardnico 126007225e5Sgerardnico/** 127007225e5Sgerardnico * Mandatory rules 128007225e5Sgerardnico */ 129c3437056SNickeau$lang[renderer_plugin_combo_analytics::CONF_MANDATORY_QUALITY_RULES] = PluginUtility::getDocumentationHyperLink(LowQualityPage::LOW_QUALITY_PAGE_CANONICAL, "Mandatory Quality rules") . ' - The mandatory quality rules are the rules that should pass to consider the quality of a page as not `low`'; 130c3437056SNickeau$lang[LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_ENABLE] = PluginUtility::getDocumentationHyperLink(LowQualityPage::LQPP_CANONICAL, "Low quality page protection") . " - If enabled, a low quality page will no more be discoverable by search engine or anonymous user."; 131c3437056SNickeau$lang[LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE] = PluginUtility::getDocumentationHyperLink(LowQualityPage::LQPP_CANONICAL, "Low quality page protection") . " - Choose the protection mode for low quality page."; 132c3437056SNickeau$lang[LowQualityPage::CONF_LOW_QUALITY_PAGE_LINK_TYPE] = PluginUtility::getDocumentationHyperLink(LowQualityPage::LQPP_CANONICAL, "Low quality page protection") . " - Choose the link created to a low quality page."; 133007225e5Sgerardnico 134007225e5Sgerardnico 135aa3cb38fSgerardnico/** 136aa3cb38fSgerardnico * Excluded rules 137aa3cb38fSgerardnico */ 13804fd306cSNickeau$lang[QualityMessageHandler::CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING] = PluginUtility::getDocumentationHyperLink("quality:dynamic_monitoring", "Quality Dynamic Monitoring") . " - If chosen, the quality rules will not be monitored.)"; 13904fd306cSNickeau$lang[QualityMessageHandler::CONF_DISABLE_QUALITY_MONITORING] = PluginUtility::getDocumentationHyperLink("quality:dynamic_monitoring", "Quality Dynamic Monitoring") . " - Disable the Quality Dynamic Monitoring feature (the quality message will not appear anymore)"; 14021913ab3SNickeau 1415f891b7eSNickeau/** 14221913ab3SNickeau * Link 1435f891b7eSNickeau */ 144c3437056SNickeau$lang[syntax_plugin_combo_link::CONF_DISABLE_LINK] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Disable the ComboStrap link component"; 14504fd306cSNickeau$lang[LinkMarkup::CONF_USE_DOKUWIKI_CLASS_NAME] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Use the DokuWiki class type for links (Bootstrap conflict if enabled)"; 14604fd306cSNickeau$lang[LinkMarkup::CONF_PREVIEW_LINK] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Add a page preview on all internal links when a user is hovering"; 1475f891b7eSNickeau 1485f891b7eSNickeau/** 1495f891b7eSNickeau * Twitter 1505f891b7eSNickeau */ 151c3437056SNickeau$lang[action_plugin_combo_metatwitter::CONF_TWITTER_SITE_HANDLE] = PluginUtility::getDocumentationHyperLink("twitter", "Twitter") . " - Your twitter handle name used in a twitter card"; 152c3437056SNickeau$lang[action_plugin_combo_metatwitter::CONF_TWITTER_SITE_ID] = PluginUtility::getDocumentationHyperLink("twitter", "Twitter") . " - Your twitter handle id used in a twitter card"; 153c3437056SNickeau$lang[action_plugin_combo_metatwitter::CONF_DONT_NOT_TRACK] = PluginUtility::getDocumentationHyperLink("tweet", "Tweet") . " - Set the `do not track` attribute"; 15404fd306cSNickeau$lang[BlockquoteTag::CONF_TWEET_WIDGETS_THEME] = PluginUtility::getDocumentationHyperLink("tweet", "Tweet") . " - Set the theme for embedded twitter widget"; 15504fd306cSNickeau$lang[BlockquoteTag::CONF_TWEET_WIDGETS_BORDER] = PluginUtility::getDocumentationHyperLink("tweet", "Tweet") . " - Set the border-color for embedded twitter widget"; 1565f891b7eSNickeau 1575f891b7eSNickeau 1585f891b7eSNickeau/** 1595f891b7eSNickeau * Default 1605f891b7eSNickeau */ 161c3437056SNickeau$lang[action_plugin_combo_metafacebook::CONF_DEFAULT_FACEBOOK_IMAGE] = PluginUtility::getDocumentationHyperLink("facebook", "Facebook") . " - The default facebook page image (minimum size 200x200)"; 1625f891b7eSNickeau 1635f891b7eSNickeau/** 1645f891b7eSNickeau * Country 1655f891b7eSNickeau */ 166c3437056SNickeau$lang[Region::CONF_SITE_LANGUAGE_REGION] = PluginUtility::getDocumentationHyperLink("region", "Language Region") . " - The default region language."; 1675f891b7eSNickeau 1685f891b7eSNickeau/** 1695f891b7eSNickeau * Late publication 1705f891b7eSNickeau */ 171c3437056SNickeau$lang[PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_ENABLE] = PluginUtility::getDocumentationHyperLink(PagePublicationDate::LATE_PUBLICATION_PROTECTION_ACRONYM, "Late Publication") . " - Page with a published date in the future will be protected from search engine and the public"; 172c3437056SNickeau$lang[PagePublicationDate::CONF_LATE_PUBLICATION_PROTECTION_MODE] = PluginUtility::getDocumentationHyperLink(PagePublicationDate::LATE_PUBLICATION_PROTECTION_ACRONYM, "Late Publication") . " - The mode of protection for a late published page"; 1735f891b7eSNickeau 1745f891b7eSNickeau/** 1755f891b7eSNickeau * Default page type 1765f891b7eSNickeau */ 177c3437056SNickeau$lang[PageType::CONF_DEFAULT_PAGE_TYPE] = PluginUtility::getDocumentationHyperLink("type", "The default page type for all pages (expected the home page)"); 17821913ab3SNickeau 17921913ab3SNickeau/** 18021913ab3SNickeau * Default Shadow level 18121913ab3SNickeau */ 182c3437056SNickeau$lang[Shadow::CONF_DEFAULT_VALUE] = PluginUtility::getDocumentationHyperLink(Shadow::CANONICAL, "Shadow - The default level applied to a shadow attributes"); 18321913ab3SNickeau 18421913ab3SNickeau 18521913ab3SNickeau/** 18621913ab3SNickeau * Svg 18721913ab3SNickeau */ 188c3437056SNickeau$lang[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg - Load a svg only when they become visible"); 18921913ab3SNickeau 19004fd306cSNickeau$lang[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Injection - Replace the image as svg in the HTML when downloaded to be add styling capabilities"); 19104fd306cSNickeau 19204fd306cSNickeau$lang[FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - Reduce the size of the SVG by deleting non important meta"); 19304fd306cSNickeau$lang[FetcherSvg::CONF_OPTIMIZATION_NAMESPACES_TO_KEEP] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The namespace prefix to keep"); 19404fd306cSNickeau$lang[FetcherSvg::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The attribute deleted during optimization"); 19504fd306cSNickeau$lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The element deleted if empty"); 19604fd306cSNickeau$lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg Optimization - The element always deleted"); 19704fd306cSNickeau$lang[FetcherSvg::CONF_PRESERVE_ASPECT_RATIO_DEFAULT] = PluginUtility::getDocumentationHyperLink(SvgImageLink::CANONICAL, "Svg - Default value for the preserveAspectRatio attribute"); 19804fd306cSNickeau 19904fd306cSNickeau 20004fd306cSNickeau/** 20104fd306cSNickeau * Performance 20204fd306cSNickeau */ 20304fd306cSNickeau$lang[SiteConfig::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT] = PluginUtility::getDocumentationHyperLink("performance", "Page Load Performance - The max size in kb for inlining - If the size of the resource (svg, javascript, css) is lower than this size, it will be inlined in the web page."); 20421913ab3SNickeau 20521913ab3SNickeau/** 20621913ab3SNickeau * Lazy load image 20721913ab3SNickeau */ 20804fd306cSNickeau$lang[LazyLoad::CONF_RASTER_ENABLE] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Load the raster image only when they become visible"); 209c3437056SNickeau$lang[RasterImageLink::CONF_RETINA_SUPPORT_ENABLED] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Retina Support: If checked, the images downloaded will match the display capabilities (the size DPI correction will not be applied)"); 210c3437056SNickeau$lang[RasterImageLink::CONF_RESPONSIVE_IMAGE_MARGIN] = PluginUtility::getDocumentationHyperLink(RasterImageLink::CANONICAL, "Raster Image - Responsive image sizing: The image margin applied to screen size"); 21121913ab3SNickeau 21221913ab3SNickeau/** 21321913ab3SNickeau * Lazy loading 21421913ab3SNickeau */ 215c3437056SNickeau$lang[LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR] = PluginUtility::getDocumentationHyperLink(LazyLoad::CANONICAL, "Lazy Loading - The placeholder background color"); 21621913ab3SNickeau 21721913ab3SNickeau/** 21821913ab3SNickeau * Image 21921913ab3SNickeau */ 220c3437056SNickeau$lang[syntax_plugin_combo_media::CONF_IMAGE_ENABLE] = PluginUtility::getDocumentationHyperLink(MediaLink::CANONICAL, "Image - If unchecked, the image component will be disabled"); 22104fd306cSNickeau$lang[MediaMarkup::CONF_DEFAULT_LINKING] = PluginUtility::getDocumentationHyperLink(MediaLink::CANONICAL, "Image - The default link option from an internal image."); 22221913ab3SNickeau 22321913ab3SNickeau/** 22421913ab3SNickeau * Float 22521913ab3SNickeau */ 226c3437056SNickeau$lang[FloatAttribute::CONF_FLOAT_DEFAULT_BREAKPOINT] = PluginUtility::getDocumentationHyperLink(FloatAttribute::CANONICAL, "Float - The default breakpoint that applies to floated value (left, right, none)"); 227531e725cSNickeau 228531e725cSNickeau/** 229531e725cSNickeau * Outline 230531e725cSNickeau */ 23104fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_ENABLE] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - if checked, outline numbering will be applied"); 23204fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL2] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The counter style for the level 2"); 23304fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL3] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The counter style for the level 3"); 23404fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL4] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The counter style for the level 4"); 23504fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL5] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The counter style for the level 5"); 23604fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_STYLE_LEVEL6] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The counter style for the level 6"); 23704fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_COUNTER_SEPARATOR] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The separator between counters"); 23804fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_PREFIX] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The prefix of the outline numbering"); 23904fd306cSNickeau$lang[Outline::CONF_OUTLINE_NUMBERING_SUFFIX] = PluginUtility::getDocumentationHyperLink(Outline::CANONICAL, "Outline - The suffix of the outline numbering"); 2405f891b7eSNickeau 241a6bf47aaSNickeau 242a6bf47aaSNickeau/** 243a6bf47aaSNickeau * Identity 244a6bf47aaSNickeau */ 245c3437056SNickeau$lang[Identity::CONF_ENABLE_LOGO_ON_IDENTITY_FORMS] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If checked, the logo is shown on the identity forms (login, register, resend)"); 246c3437056SNickeau$lang[action_plugin_combo_login::CONF_ENABLE_LOGIN_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If checked, the login form will be styled by Combo"); 247c3437056SNickeau$lang[action_plugin_combo_registration::CONF_ENABLE_REGISTER_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the register form will be styled by Combo"); 248c3437056SNickeau$lang[action_plugin_combo_resend::CONF_ENABLE_RESEND_PWD_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the resend form will be styled by Combo"); 249c3437056SNickeau$lang[action_plugin_combo_profile::CONF_ENABLE_PROFILE_UPDATE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the profile update form will be styled by Combo"); 250c3437056SNickeau$lang[action_plugin_combo_profile::CONF_ENABLE_PROFILE_DELETE_FORM] = PluginUtility::getDocumentationHyperLink(Identity::CANONICAL, "If enable, the profile delete form will be styled by Combo"); 2519337a630SNickeau 25237748cd8SNickeau/** 25337748cd8SNickeau * Comment 25437748cd8SNickeau */ 255c3437056SNickeau$lang[syntax_plugin_combo_comment::CONF_OUTPUT_COMMENT] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_comment::CANONICAL, "If enable, the comments will be present in the created page as comment (ie not visible but present)"); 25637748cd8SNickeau 2571fa8c418SNickeau/** 2581fa8c418SNickeau * Smart cache 2591fa8c418SNickeau */ 260c3437056SNickeau$lang[action_plugin_combo_staticresource::CONF_STATIC_CACHE_ENABLED] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_cache::CANONICAL, "If disabled, the smart image browser cache will be disabled"); 261c3437056SNickeau 262c3437056SNickeau/** 263c3437056SNickeau * Link Wizard 264c3437056SNickeau */ 265c3437056SNickeau$lang[action_plugin_combo_linkwizard::CONF_ENABLE_ENHANCED_LINK_WIZARD] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "If unchecked, the link wizard will not search for the term in the path, title, heading and name of the pages"); 266c3437056SNickeau 267c3437056SNickeau/** 268c3437056SNickeau * Url Type 269c3437056SNickeau */ 270c3437056SNickeau$lang[PageUrlType::CONF_CANONICAL_URL_TYPE] = PluginUtility::getDocumentationHyperLink("page:url", "The type of url used for a page."); 271c3437056SNickeau 272c3437056SNickeau/** 273c3437056SNickeau * Frontmatter 274c3437056SNickeau */ 27504fd306cSNickeau$lang[MetadataFrontmatterStore::CONF_ENABLE_FRONT_MATTER_ON_SUBMIT] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_frontmatter::CANONICAL, "If checked, the metadata manager will create a frontmatter on submit."); 276c3437056SNickeau 277c3437056SNickeau/** 278c3437056SNickeau * Heading 279c3437056SNickeau */ 28004fd306cSNickeau$lang[syntax_plugin_combo_headingwiki::CONF_WIKI_HEADING_ENABLE] = PluginUtility::getDocumentationHyperLink(HeadingTag::CANONICAL, "If unchecked, the combo wiki heading is disabled (You cannot add extra formatting syntax)"); 2811fa8c418SNickeau 2824cadd4f8SNickeau/** 2834cadd4f8SNickeau * Colors 2844cadd4f8SNickeau */ 28504fd306cSNickeau$lang[BrandingColors::PRIMARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Set the primary branding color"); 2864cadd4f8SNickeau$lang[ColorRgb::SECONDARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Set the secondary branding color"); 28704fd306cSNickeau$lang[BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRANDING_COLOR_CANONICAL, "Enable or disable the branding colors inheritance"); 2884cadd4f8SNickeau 2894cadd4f8SNickeau/** 2904cadd4f8SNickeau * Highlight 2914cadd4f8SNickeau */ 2924cadd4f8SNickeau$lang[syntax_plugin_combo_highlightwiki::CONF_HIGHLIGHT_WIKI_ENABLE] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_highlightwiki::CANONICAL, "Enable or disable the wiki highlight component"); 29304fd306cSNickeau 29404fd306cSNickeau/** 29504fd306cSNickeau * Container 29604fd306cSNickeau */ 29704fd306cSNickeau$lang[ContainerTag::DEFAULT_LAYOUT_CONTAINER_CONF] = PluginUtility::getDocumentationHyperLink(ContainerTag::CANONICAL, "Set the horizontal alignment of the layout"); 29804fd306cSNickeau 29904fd306cSNickeau/** 30004fd306cSNickeau * Railbar 30104fd306cSNickeau */ 30204fd306cSNickeau$lang[FetcherRailBar::CONF_PRIVATE_RAIL_BAR] = PluginUtility::getDocumentationHyperLink(FetcherRailBar::CANONICAL, 'Enable private railbar'); 30304fd306cSNickeau$lang[FetcherRailBar::CONF_BREAKPOINT_RAIL_BAR] = PluginUtility::getDocumentationHyperLink(FetcherRailBar::CANONICAL, 'Breakpoint when the railbar toggle from offcanvas to fixed component'); 30404fd306cSNickeau 30504fd306cSNickeau/** 30604fd306cSNickeau * Stylesheet and bootstrap 30704fd306cSNickeau */ 30804fd306cSNickeau$lang[Bootstrap::CONF_BOOTSTRAP_VERSION_STYLESHEET] = PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "Bootstrap") . ' - the Bootstrap version and its corresponding stylesheet'; 30904fd306cSNickeau 31004fd306cSNickeau 31104fd306cSNickeau$lang[action_plugin_combo_snippetsbootstrap::CONF_JQUERY_DOKU] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_snippetsbootstrap::JQUERY_CANONICAL, "Jquery") . ' - use the DokuWiki Jquery version instead of Bootstrap'; 31204fd306cSNickeau 31304fd306cSNickeau 31404fd306cSNickeau$lang[Snippet::CONF_USE_CDN] = PluginUtility::getDocumentationHyperLink(Snippet::CANONICAL, "Cdn") . ' If checked, the snippets (js, css) are served from the CDN URL if known'; 31504fd306cSNickeau 31604fd306cSNickeau$lang[SiteConfig::CONF_ENABLE_THEME_SYSTEM] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_docustom::TEMPLATE_CANONICAL, "Templating Module") . ' If checked, the combo template engine will be used and the dokuwiki template'; 31704fd306cSNickeau 31804fd306cSNickeau 31904fd306cSNickeau$lang[SiteConfig::REM_CONF] = PluginUtility::getDocumentationHyperLink(SiteConfig::REM_CANONICAL, "Responsive Font Sizes") . ' The default font size for your HTML pages'; 32004fd306cSNickeau 32104fd306cSNickeau$lang[TemplateEngine::CONF_THEME] = PluginUtility::getDocumentationHyperLink(TemplateEngine::CANONICAL, "Theme") . ' Choose the theme applied to your app'; 32204fd306cSNickeau 32304fd306cSNickeau/** 32404fd306cSNickeau * Security 32504fd306cSNickeau */ 32604fd306cSNickeau$lang[Identity::CONF_DESIGNER_GROUP_NAME] = PluginUtility::getDocumentationHyperLink("designer", "Security - The name of the designer group. Users that can inject HTML, Javascript and SVG"); 32704fd306cSNickeau 32804fd306cSNickeau 32904fd306cSNickeau$lang[AdTag::CONF_IN_ARTICLE_ENABLED] = PluginUtility::getDocumentationHyperLink(AdTag::CANONICAL,"Ad - Turn on or off the ad features"); 330ad54dffdSgerardnico 331ad54dffdSgerardnico/** 332ad54dffdSgerardnico * Template 333ad54dffdSgerardnico */ 334ad54dffdSgerardnico$lang[TemplateSlot::CONF_PAGE_HEADER_NAME] = PluginUtility::getDocumentationHyperLink("template","The name of the page header slot"); 335ad54dffdSgerardnico$lang[TemplateSlot::CONF_PAGE_FOOTER_NAME] = PluginUtility::getDocumentationHyperLink("template","The name of the page footer slot"); 336ad54dffdSgerardnico 337