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['debugFile'] = 'Debug File'; 13 14$lang['debugLevel'] = 'Debug Level'; 15$lang['debugLevel_o_5'] = 'None'; 16$lang['debugLevel_o_4'] = 'Error'; 17$lang['debugLevel_o_3'] = 'Warn'; 18$lang['debugLevel_o_2'] = 'Info'; 19$lang['debugLevel_o_1'] = 'Debug'; 20 21 22//Setup VIM: ex: et ts=2 enc=utf-8 :