*/ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Contact Form'; // custom language strings for the plugin $lang["field"] = 'Field'; $lang["value"] = 'Value'; $lang["name"] = 'Your Name'; $lang["email"] = 'Your Email'; $lang["subject"] = 'Subject'; $lang["content"] = 'Message'; $lang["verify"] = 'Enter \'HUMAN\''; $lang["contact"] = 'Submit'; // error messages $lang["error"] = 'An unknown error occurred.'; //Setup VIM: ex: et ts=2 enc=utf-8 : ?>