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