<?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'] = "Spegni colorazione";
$lang['chl_highl_code'] = "Attiva colorazione";
$lang['chl_choose_lang'] = "scegli il linguaggio";
$lang['chl_toggle_ln'] = "Numerazione linee on/off";
$lang['chl_toggle_ac'] = "Autocompletamento on/off";