<?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['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';


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