1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Rene <wllywlnt@yahoo.com> 7 */ 8$lang['debugLevel_o_5'] = 'Geen'; 9$lang['debugLevel_o_4'] = 'Fout'; 10$lang['debugLevel_o_3'] = 'Waarschuwing'; 11$lang['debugLevel_o_2'] = 'Info'; 12$lang['debugLevel_o_1'] = 'Debug'; 13