*/ // 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'] = 'AHref links diagram'; $lang['btn_generate'] = 'Generate html'; $lang['init'] = 'Pressing the Generate button will perform the generate action. It can take a few minutes.'; $lang['output_msg'] = 'Output generated at'; $lang['invalid'] = 'Invalid input detected!'; $lang['invalidtemplate'] = 'Invalid template detected - generate only with default template.';