1<?php
2  /**
3  * english language file
4  *
5  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6  * @author     Emanuele <emanuele45@interfree.it>
7  */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13$lang['chl_off_highl'] = "Turn off highlight";
14$lang['chl_highl_code'] = "Highlight code";
15$lang['chl_choose_lang'] = "choose the language";
16$lang['chl_toggle_ln'] = "Line numbers on/off";
17$lang['chl_toggle_ac'] = "Autocomplete on/off";