<?php
//==============================================================================
// Flexible Form v151.1
// 
// Author: Clear Thinking, LLC
// E-mail: johnathan@getclearthinking.com
// Website: http://www.getclearthinking.com
//==============================================================================

// Heading
$_['heading_title']				= 'Flexible Form';

// Buttons
$_['button_save_exit']			= 'Save & Exit';
$_['button_save_keep_editing']	= 'Save & Keep Editing';
$_['button_add_field']			= 'Add Field';

// Entry
$_['entry_html_code']			= 'HTML Code:<br /><span class="help">Paste wherever you would like the form link to appear.</span>';
$_['entry_send_to']				= 'Send To:<br /><span class="help">Enter the e-mail addresses where the form results are sent. Separate multiple addresses by , (commas).</span>';
$_['entry_title']				= 'Title:';
$_['entry_captcha']				= 'Captcha:<br /><span class="help">Including captcha validation will help stop spam.</span>';
$_['entry_file_size_limit']		= 'File Size Limit:<br /><span class="help">Enter the maximum file size allowed in KB for file upload fields.<br />1 MB = 1024 KB</span>';
$_['entry_allowed_extensions']	= 'Allowed Extensions:<br /><span class="help">Enter the allowed file extensions for file upload fields, separated by , (commas).</span>';
$_['entry_description']			= 'Description:<br /><span class="help">In the default template, the description comes before all the form fields.</span>';

// Field Types
$_['field_selection_based']		= 'Selection-Based';
$_['field_checkbox']			= 'Checkbox';
$_['field_radio']				= 'Radio';
$_['field_select']				= 'Select';
$_['field_text_based']			= 'Text-Based';
$_['field_text']				= 'Text';
$_['field_textarea']			= 'Textarea';
$_['field_time_based']			= 'Time-Based';
$_['field_date']				= 'Date';
$_['field_time']				= 'Time';
$_['field_date_and_time']		= 'Date &amp; Time';
$_['field_upload_based']		= 'Upload-Based';
$_['field_file']				= 'File';

// Text
$_['text_add_new_form']			= 'To add a new form:<ol><li>Enter a URL keyword. The keyword must be unique and only include letters, numbers, and hyphens.</li><br /><li>Click the green add button.</li></ol><em>Note: Once the keyword is set, it cannot be changed.</em>';
$_['text_kb']					= 'KB';
$_['text_required']				= 'Required';
$_['text_name']					= 'Name';
$_['text_type']					= 'Type';
$_['text_value']				= 'Value(s) &nbsp; <span class="help" style="display: inline">For selection-based fields, separate values by ; (semi-colons).</span>';
$_['text_column']				= 'Column';
$_['text_sort_order']			= 'Sort Order';
$_['text_module']				= 'Modules';
$_['text_success']				= 'Success: You have modified the Flexible Form extension!';

// Error
$_['error_permission']			= 'Warning: You do not have permission to modify the Flexible Form extension!';
?>