xref: /plugin/siteexport/lang/en/settings.php (revision 95c3174fe8f584b21d06c52feeef1855d7d5c633)
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
24//Setup VIM: ex: et ts=2 enc=utf-8 :