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