<?php
$lang['nocurl'] = 'The xtern plugin requires the curl library';

// 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'] = 'Xtern'; 
 
$lang['btn_download']    = 'Download  cacerts.pem';
$lang['btn_check_links']  = 'Check Links';
$lang['invalid']      = 'invalid input detected!';
$lang['ns'] = 'Namespace (optional)';
$lang['js']['restricted'] =  'Access restricted';
$lang['max_time'] = "Maximum execution time (secs.)";
$lang['btn_review'] = 'Review last link check';
$lang['info_show'] = 'Info';
$lang['js']['info_show'] = $lang['info_show'] ;
$lang['js']['info_close'] = 'Close info';
$lang['bad_link'] = 'problem link:';


