1<?php 2/** 3 * english language file 4 */ 5 6$lang['admin_auth'] = 'Access Control List Management for hosts'; 7$lang['moderator_auth'] = 'Moderator page'; 8$lang['select_page'] = 'select the page you want to manage:'; 9$lang['help_page'] = 'Page or namespace select here'; 10$lang['acl_perm0'] = 'None'; 11$lang['acl_perm1'] = 'Read'; 12$lang['acl_perm2'] = 'Edit'; 13$lang['acl_perm4'] = 'Create'; 14$lang['acl_perm8'] = 'Upload'; 15$lang['acl_perm16'] = 'Delete'; 16$lang['btn_select'] = 'Save'; 17$lang['acl_new'] = 'Add new Entry'; 18$lang['acl_mod'] = 'Modify Entry'; 19$lang['IP'] = 'IP'; 20$lang['BROWSER'] = 'browser'; 21$lang['VERSION'] = 'version'; 22$lang['ENTRY_PAGE'] = 'entry page'; 23$lang['OS'] = 'operation system'; 24$lang['from_visit'] = 'Set rights for hosts from log file'; 25$lang['from_manual'] = 'Manual set rights'; 26$lang['from_table'] = 'All set rights'; 27$lang['from_manage'] = 'Set the moderators'; 28$lang['where'] = 'Page'; 29$lang['who'] = 'User'; 30$lang['kriteria'] = 'Criteria'; 31$lang['perm'] = 'Right'; 32$lang['delete'] = 'Delete'; 33$lang['update'] = 'Update'; 34$lang['refresh_page'] = 'Please, refresh the page!'; 35$lang['set_ip'] = 'IP address:'; 36$lang['set_browser'] = 'Browser:'; 37$lang['set_version'] = 'Version:'; 38$lang['set_page'] = 'Entry page:'; 39$lang['set_os'] = 'Operation system:'; 40$lang['s_page'] = 'Page:'; 41$lang['username'] = 'Username:'; 42$lang['p_include'] = 'Optional data'; 43$lang['max_right'] = 'For pages is allowed max right EDIT, if you enter more will be automatically changed to EDIT'; 44$lang['moderator'] = 'Moderator menu'; 45$lang['is_manager'] = 'set like moderator for page:'; 46$lang['s_user'] = 'User'; 47$lang['mod_user'] = 'User:'; 48$lang['right'] = 'Maximal right:'; 49$lang['title'] = 'Moderator page'; 50$lang['who_m'] = 'Moderator'; 51$lang['mod_menu'] = 'You can set the rights'; 52$lang['mod_table'] = 'Rights'; 53$lang['novisit'] = 'Not member group autlogin'; 54 55 56 57