1<?php 2/** 3 * English language file 4 * 5 * @author Alessandro Celli <aelsantex@gmail.com> 6 */ 7 8// custom language strings for the plugin 9 10$lang['btn_submit'] = 'Run'; 11$lang['btn_cancel'] = 'Clear'; 12$lang['lbl_outputFormat'] = 'Output type'; 13$lang['fld_text'] = 'Text'; 14$lang['fld_wiki'] = 'Wiki'; 15$lang['fld_html'] = 'Html'; 16$lang['msg_wrongsyntax'] = 'Wrong Syntax for runcommand plugin.';