<?php
/**
 * english language file
 */
$lang['depth'] = 'Default Export Depth';
$lang['skipacl'] = 'Try to export non-public pages';
$lang['zipfilename'] = 'Wiki Path and name for exported ZIP file';
$lang['exclude'] = 'Pattern to exclude resources';
$lang['max_execution_time'] = 'Maximum script execution time';
$lang['cachetime'] = 'Cache time for export';

$lang['allowallusers'] = 'Allow all users to export pages';
$lang['ignoreNon200'] = 'Ignore non-200 status during export';
$lang['ignoreAJAXError'] = 'Do not interrupt export with errors';
$lang['debugFile'] = 'Debug File';

$lang['debugLevel'] = 'Debug Level';
$lang['debugLevel_o_5'] = 'None';
$lang['debugLevel_o_4'] = 'Error';
$lang['debugLevel_o_3'] = 'Warn';
$lang['debugLevel_o_2'] = 'Info';
$lang['debugLevel_o_1'] = 'Debug';

$lang['useOddEven'] = 'Allows setting of different headers and footer on odd/even pages. TOCs will always start on odd pages.';

$lang['defaultAuthenticationUser']        = 'Username for non-public pages';
$lang['defaultAuthenticationPassword']    = 'Password for non-public pages';

//Setup VIM: ex: et ts=2 enc=utf-8 :
