1<?php 2// * English language file 3 4// settings must be present and set appropriately for the language 5$lang['encoding'] = 'utf-8'; 6$lang['direction'] = 'ltr'; 7 8$lang['bootnote.info'] = 'Note'; 9$lang['bootnote.question'] = 'Question'; 10$lang['bootnote.learn'] = 'To Know'; 11$lang['bootnote.link'] = 'Link'; 12$lang['bootnote.alert'] = 'Warning'; 13$lang['bootnote.fire'] = 'Important'; 14