1<?php
2/**
3 * italian language file for the "New Page Dialog" plugin
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Andrea Papotti <genome[snail shell]cheerful[youknowwhat]com>
7 */
8
9/* buttons */
10$lang['btn_create_new_page'] = 'Crea Nuova Pagina';
11$lang['btn_create_page'] = 'Crea Pagina';
12$lang['btn_new_folder']  = 'Nuova Cartella';
13$lang['btn_ok'] = 'OK';
14
15/* dialogs */
16$lang['dlg_new_folder'] = 'Inserisci nome nuova cartella:';
17
18/* misc */
19$lang['msc_page_title'] = 'Titolo Pagina';