<?php
/**
 * English language file
 *
 * @author     Alessandro Celli <aelsantex@gmail.com>
 */

// custom language strings for the plugin

$lang['btn_submit']   = 'Run';
$lang['btn_cancel']   = 'Clear';
$lang['lbl_outputFormat'] = 'Output type';
$lang['fld_text'] = 'Text';
$lang['fld_wiki'] = 'Wiki';
$lang['fld_html'] = 'Html';
$lang['msg_wrongsyntax'] = 'Wrong Syntax for runcommand plugin.';