1<?php 2 3$lang['menu'] = 'Manage Vhosts (SubConfHelper)'; 4 5$lang['vhost'] = 'Vhost: '; 6$lang['vhost_text'] = 'Edit Settings per subdomain prefix'; 7 8$lang['btn_vhost_edit'] = 'Edit'; 9$lang['btn_vhost_del'] = 'Delete'; 10$lang['act_vhost_edit'] = 'Edit vhost'; 11 12$lang['msg_vhost_save'] = 'vhost changes have been saved'; 13$lang['msg_vhost_error'] = 'vhost changes failed'; 14$lang['msg_vhost_delete'] = 'The vhost was deleted'; 15 16$lang['error'] = 'Settings not updated due to an invalid value, please review your changes and resubmit. 17 <br />The incorrect value(s) will be shown surrounded by a red border.'; 18$lang['updated'] = 'Settings updated successfully.'; 19$lang['locked'] = 'The settings file can not be updated, if this is unintentional, <br /> 20 ensure the local settings file name and permissions are correct.'; 21 22 23