1<?php
2/**
3 * Italian language strings for the Formular Plugin
4 *
5 * @author  Stephane Chamberland <stephane.chamberland@gmail.com>
6 * @author  Diego Pierotto <ita.translations@tiscali.it>
7 */
8
9$lang['AllowInclude'] = 'Permettere inclusione di script PHP?';
10$lang['mailPath'] = 'Posizione percorso relativo script di posta (da DOKU_BASE)';
11$lang['selectPage'] = 'Pagina wiki dove i nomi campi di selezione sono definiti. ';
12$lang['mailSubject'] = 'Oggetto email';
13$lang['mailFrom'] = 'Mittente email [Obbligatorio per Windows]';
14$lang['DebugMode'] = 'Attivare salvataggio Debug nel file debug.txt?';
15
16//Setup VIM: ex: et ts=2 enc=utf-8 :
17