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