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 during export';
14$lang['ignoreAJAXError'] = 'Do not interrupt export with errors';
15$lang['debugFile'] = 'Debug File';
16
17$lang['debugLevel'] = 'Debug Level';
18$lang['debugLevel_o_5'] = 'None';
19$lang['debugLevel_o_4'] = 'Error';
20$lang['debugLevel_o_3'] = 'Warn';
21$lang['debugLevel_o_2'] = 'Info';
22$lang['debugLevel_o_1'] = 'Debug';
23
24$lang['useOddEven'] = 'Allows setting of different headers and footer on odd/even pages. TOCs will always start on odd pages.';
25
26$lang['defaultAuthenticationUser']        = 'Username for non-public pages';
27$lang['defaultAuthenticationPassword']    = 'Password for non-public pages';
28
29//Setup VIM: ex: et ts=2 enc=utf-8 :
30