1<?php2/**3 * English language file4 *5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)6 * @author Heikki Hokkanen <hoxu@users.sf.net>7 */89// settings must be present and set appropriately for the language10$lang['encoding'] = 'utf-8';
11$lang['direction'] = 'ltr';
12