1<?php
2$lang['ca_required'] = 'This wiki uses a cacerts.pem file installed in the <code>xtern/ca</code> directory.';
3$lang['max_time'] = 'Time in seconds to allow for broken link checking in the admin panel.  Defaults to 120';
4$lang['conceal'] = 'Display <code>BROKEN-LINK</code> markup in preview mode only; hide it for general viewing of pages.';
5$lang['noicons'] = "Do not display the xtern plugin's link icons in the browser.  This does not affect the link checking features of the admin panel.";
6$lang['alt_class'] = 'Some templates identify the div which holds ' .
7       'the page content by a class name; if yours is one of these, enter the class name here.';
8$lang['alt_div'] = 'Some templates do not use the default id to identify the div which holds ' .
9       'the page content; if yours is one of these, enter the div id here.';
10$lang['skip_pages'] = 'A comma separated list of pages where you want the xtern link icons to be suppressed.  Like <code>noicons</code> except that it affects only selected pages.';
11
12