Chat Search'; $GLOBALS['strings']['menu']['searchterms'] = 'Search terms:'; $GLOBALS['strings']['menu']['searchhint'] = 'Words to search for...'; $GLOBALS['strings']['menu']['category'] = 'Category:'; $GLOBALS['strings']['menu']['categoryhint'] = 'Category...'; $GLOBALS['strings']['menu']['categoryall'] = 'All'; $GLOBALS['strings']['menu']['button_find'] = 'Find'; $GLOBALS['strings']['menu']['quickpanel'] = 'Quickpanel'; $GLOBALS['strings']['menu']['search_advanced'] = 'advanced'; //--- Registration ---// $GLOBALS['strings']['registration']['errors']['v_check_failed'] = 'The flag "v" is set for this chat. This disallows users requesting registrations.
You should remove this flag before creating an application form.'; $GLOBALS['strings']['registration']['errors']['V_check_failed'] = 'The flag "V" is set for this chat. This means that users can register without admin verification.
You must remove this flag before you are able to check applications.'; $GLOBALS['strings']['registration']['RegForm']['errors']['save_form_type_error'] = 'Error: Form type not valid'; $GLOBALS['strings']['registration']['RegForm']['errors']['chatid'] = 'Error: ChatID is not valid'; $GLOBALS['strings']['registration']['RegForm']['errors']['save_fail'] = 'Error: Failed to save form information'; $GLOBALS['strings']['registration']['base']['page_title'] = $GLOBALS['strings']['titleprefix'].'Registration Control'; $GLOBALS['strings']['registration']['base']['index_title'] = 'Registration'; $GLOBALS['strings']['registration']['base']['afm_title'] = 'Application Form Maker'; // afm = Application Form Maker $GLOBALS['strings']['registration']['base']['ca_title'] = 'Check Applications'; // ca = Check Applications $GLOBALS['strings']['registration']['base']['email'] = 'E-Mail'; $GLOBALS['strings']['registration']['afm']['regnew'] = 'Create new application form'; $GLOBALS['strings']['registration']['afm']['list_delete'] = 'Delete'; $GLOBALS['strings']['registration']['afm']['list_head_name'] = 'Application Name'; $GLOBALS['strings']['registration']['afm']['list_head_creator'] = 'Created by'; $GLOBALS['strings']['registration']['afm']['title'] = 'New application form'; // note $GLOBALS['strings']['registration']['afm']['note'] = 'Note: Click the "{REG_AFM_NEW_ADDFIELD}" link to add a new field to the list (blank fields wont be added). There are some default fields on the form that cannot be altered. These are as follows:'; $GLOBALS['strings']['registration']['afm']['list'] = '
  • Chat name
  • {REG_AFM_NEW_NF_SUSRHANDLE}
  • E-Mail
  • '; // $GLOBALS['strings']['registration']['afm']['sub_add'] = 'Create/Save form'; $GLOBALS['strings']['registration']['afm']['usrhandle'] = 'Username/Handle'; $GLOBALS['strings']['registration']['afm']['addfield'] = 'Add new field'; $GLOBALS['strings']['registration']['afm']['remfield'] = 'Remove field'; $GLOBALS['strings']['registration']['afm']['formname'] = 'Form name:'; $GLOBALS['strings']['registration']['afm']['nf_fieldname'] = 'Field name'; $GLOBALS['strings']['registration']['afm']['nf_fieldtype'] = 'Field type'; $GLOBALS['strings']['registration']['afm']['nf_stext'] = 'Text Field'; $GLOBALS['strings']['registration']['afm']['nf_sarea'] = 'Text Area'; $GLOBALS['strings']['registration']['afm']['nf_sfaction'] = 'Faction List'; $GLOBALS['strings']['registration']['afm']['nf_suserlist'] = 'Chat User List'; $GLOBALS['strings']['registration']['afm']['nf_syesno'] = 'Yes / No'; $GLOBALS['strings']['registration']['RegForm']['no_forms'] = 'There are no application forms for this chat left. You can create one by clicking the link in the top left corner.'; $GLOBALS['strings']['registration']['RegForm']['form_saved'] = 'Form saved succesfully'; ?>