$_SERVER key to read when deciding whether the request comes from the extranet. Use REMOTE_ADDR for a direct connection, or an HTTP_* key for a header injected by a proxy or load balancer. Examples: HTTP_X_FORWARDED_FOR, HTTP_X_NETWORK_ZONE, HTTP_X_UPSTREAM_HOST.';
$lang['extranet_match_list'] = 'List of values treated as extranet (comma-separated). Matching is done against the full value and also against each item if the header contains a comma-separated list. Examples: 10.100.10.1,10.100.10.2, extranet, frontend-ext-01.';
$lang['extranet_match_regex'] = 'Regular expression used to detect an extranet request from the value read in $_SERVER. It is tested against the full value and also against each item if the header contains a comma-separated list. Examples: /10\.100\.[0-9]+\.[0-9]+/, /^extranet$/, /^frontend-ext-/.';
$lang['default_policy'] = 'Default policy';
$lang['default_policy_o_force_allow'] = 'Allow by default (~~NOEXTRANET~~ ignored)';
$lang['default_policy_o_allow'] = 'Allow by default';
$lang['default_policy_o_block'] = 'Block by default';
$lang['default_policy_o_force_block'] = 'Block by default (~~EXTRANET~~ ignored)';
$lang['filter_list'] = 'Page/media filter (one entry per line). Its role depends on the policy: for Allow by default policies, listed items are blocked; for Block by default policies, listed items are allowed. Format: exact page (wiki:start), namespace (wiki:), wildcard (wiki:*)';
$lang['filter_regex'] = 'Regular expression to filter pages/media. Same role as the filter list depending on the policy. Example: /^wiki:/';
$lang['hide_files'] = 'Apply restrictions to media files? The filter follows the same logic as for pages.';
$lang['hide_files_o_all'] = 'Yes, all media files';
$lang['hide_files_o_except_pageicons'] = 'Yes, except pagesicon plugin icons';
$lang['hide_files_o_none'] = 'No, media files stay visible';
$lang['disable_actions'] = 'DokuWiki actions to disable for extranet visitors (in addition to ACL)';
$lang['restricted_disable_actions'] = 'Additional actions to disable when the current page is restricted (e.g. vote). Accepts any action name, including plugin actions.';
$lang['preserve_first_title'] = 'Keep the first heading on hidden pages';
$lang['message_prefix'] = 'Restriction message prefix. Accepts any DokuWiki syntax, including plugin tags (e.g. ~~NOVOTE~~). Example: <adm danger> or <WRAP alert>';
$lang['message_suffix'] = 'Restriction message suffix. Example: </adm> or </WRAP>';