xref: /plugin/siteexport/lang/en/settings.php (revision e2c8d3cc5f4d93762f6ec371cc58f080211004e9)
1<?php
2/**
3 * english language file
4 */
5$lang['depth'] = 'Default Export Depth';
6$lang['skipacl'] = 'Try to export non-public pages';
7$lang['zipfilename'] = 'Wiki Path and name for exported ZIP file';
8$lang['exclude'] = 'Pattern to exclude resources';
9$lang['max_execution_time'] = 'Maximum script execution time';
10$lang['cachetime'] = 'Cache time for export';
11
12$lang['allowallusers'] = 'Allow all users to export pages';
13$lang['ignoreNon200'] = 'Ignore non-200 status';
14$lang['debugFile'] = 'Debug File';
15
16$lang['debugLevel'] = 'Debug Level';
17$lang['debugLevel_o_5'] = 'None';
18$lang['debugLevel_o_4'] = 'Error';
19$lang['debugLevel_o_3'] = 'Warn';
20$lang['debugLevel_o_2'] = 'Info';
21$lang['debugLevel_o_1'] = 'Debug';
22
23$lang['useOddEven'] = 'Allows setting of different headers and footer on odd/even pages. TOCs will always start on odd pages.';
24
25
26//Setup VIM: ex: et ts=2 enc=utf-8 :
27