*/ // 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'] = 'Admin Skeleton...'; $lang['btn_hello'] = 'hello'; $lang['btn_goodbye'] = 'goodbye'; $lang['world'] = 'Hello, world!'; $lang['again'] = 'Hello again!'; $lang['goodbye'] = 'Goodbye.'; $lang['invalid'] = 'invalid input detected!';