1<?php 2/** 3 * Italian language file 4 * 5 * @author Alessandro Celli <aelsantex@gmail.com> 6 */ 7 8// custom language strings for the plugin 9 10$lang['btn_submit'] = 'Esegui'; 11$lang['btn_cancel'] = 'Cancella'; 12$lang['lbl_outputFormat'] = 'Formato OUTPUT'; 13$lang['fld_text'] = 'Testo'; 14$lang['fld_wiki'] = 'Wiki'; 15$lang['fld_html'] = 'Html'; 16$lang['msg_wrongsyntax'] = 'La sintassi del plugin runcommand è errata.'; 17