<?php
/**
 * italian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Daniele Savasta <danielesavasta@tiscali.it>
 */
 
/* we don't need these in syntax plugins, do we?
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr'; */
 
// custom language strings for the plugin
$lang['namespaceRoot']="Root";
$lang['okbutton']     = 'Aggiungi Pagina';
//Setup VIM: ex: et ts=2 enc=utf-8 :
?>