1<?php 2$lang['nocurl'] = 'The xtern plugin requires the curl library'; 3 4// for admin plugins, the menu prompt to be displayed in the admin menu 5// if set here, the plugin doesn't need to override the getMenuText() method 6$lang['menu'] = 'Xtern'; 7 8$lang['btn_download'] = 'Download cacerts.pem'; 9$lang['btn_check_links'] = 'Check Links'; 10$lang['invalid'] = 'invalid input detected!'; 11$lang['ns'] = 'Namespace (optional)'; 12$lang['js']['restricted'] = 'Access restricted'; 13$lang['max_time'] = "Maximum execution time (secs.)"; 14$lang['btn_review'] = 'Review last link check'; 15$lang['info_show'] = 'Info'; 16$lang['js']['info_show'] = $lang['info_show'] ; 17$lang['js']['info_close'] = 'Close info'; 18$lang['bad_link'] = 'problem link:'; 19 20 21