/*
'**
' @name         error_messages.js
'
' @describe     Client-side messages (alert, confirm, etc...)
'				Remark: '@@@' inside the message is a tag, which is replaced by a server variable (name of a file, etc...)
'
' @author		Laurent Constantin
'
' @revised	    09/2004
'*
*/

// survey_add.asp
msg_1 = 'This field is required. Choose an owner for this form.';
msg_2 = 'This field is required. Enter a title for this form.';

// answer_edit.asp
msg_3 = 'This field is required. Enter text for this option.';
msg_4 = 'This field contains a maximum of 255 characters. Shorten the description.';
msg_5 = 'The number entered must be a numeric value. Enter an integer.';
msg_6 = 'This field is required. Enter a connection string.';
msg_7 = 'This field is required. Enter a table or view name.';
msg_8 = 'This field is required. Enter a label field name.';
msg_9 = 'This field is required. Enter a value field name.';
msg_10 = 'This field is required. Enter a sort by field name.';
msg_11 = 'This field is required. Select a label field name.';
msg_12 = 'This field is required. Select a value field name.';
msg_13 = 'Are you sure you want to delete this item?';
msg_63 = 'The number entered must be a numeric value. Enter an integer.';

// answer_upload.asp
msg_14 = 'Certain types of files may not be uploaded for security reasons. Select another type of file.';
msg_15 = 'The name of the file to upload is missing. Click the Browse button and select a file to upload.';
msg_16 = 'Are you sure you want to delete the file \'@@@\'?';
msg_61 = 'File size is limited to 5MB. Compress this file or select a smaller file to upload.';


// answers_list.asp
msg_17 = 'This question has a maximum number of selections that can be chosen for it.\nThe maximum number has been exceeded. Select fewer options.';

// chapter_edit.asp
msg_18 = 'This field is required. Enter a title for this section.';
msg_19 = 'This field contains a maximum of 8,000 characters. Shorten the description.';
msg_20 = 'Are you sure you want to delete this section and all of its fields and data?';

// custom_view_details.asp
msg_21 = 'This field is required. Enter a name for this view.';
msg_22 = 'Are you sure you want to delete this custom view?';
msg_23 = 'This view has been modified but not saved. Are you sure you want to preview without saving?';
msg_24 = 'This view has been modified but not saved. Are you sure you want to leave without saving?';

// custom_view_table.asp
msg_25 = 'Are you sure you want to delete this response?';

// login_details.asp
msg_26 = 'Enter a user name.';
msg_27 = 'Enter a password.';
msg_28 = 'Are you sure you want to delete this user?';

// notification_details.asp
msg_29 = 'This field is required. Enter a name for this notification.';
msg_30 = 'This field is required. Choose at least one field that when updated triggers the notification rule.';
msg_31 = 'This field is required. Select at least one option to be sent as notification.';
msg_32 = 'This field is required. Select at least one option to whom to send the notification.';
msg_33 = 'One or more email addresses is incorrectly formatted. Correct the formatting.';
msg_34 = 'Are you sure you want to delete this notification rule?';

// question_edit.asp
msg_35 = 'This field is required. Enter a title for this field.';
msg_36 = 'This form has been modified but not saved. Are you sure you want to leave without saving?';
msg_37 = 'Are you sure you want to delete this field and all of its responses?';

// results_edit_question.asp
msg_38 = 'This field contains a maximum of 8,000 characters. Shorten the submit message.';
msg_39 = 'The email address is incorrectly formatted. Correct the formatting.';
msg_40 = 'The URL is incorrectly formatted. Correct the formatting.';
msg_62 = 'The number values is incorrectly formatted!';

// results_table.asp
msg_41 = 'Are you sure you want to delete this response?';

// results.asp
msg_42 = 'Are you sure you want to delete all results for this form?';

// survey_details.asp
msg_43 = 'This field is required. Choose an owner for this form.';
msg_44 = 'This field is required. Enter a title for this form';
msg_45 = 'This field contains a maximum of 8,000 characters. Shorten the description.';
msg_46 = 'This field contains a maximum of 8,000 characters. Shorten the description.';
msg_47 = 'The number entered must be a numeric value. Enter an integer.';
msg_48 = 'The number entered must be a numeric value. Enter an integer greater than 0\nor leave blank to accept as many answers as users provide.';
msg_49 = 'This field contains a maximum of 8,000 characters. Shorten the access list.';
msg_50 = 'This field contains a maximum of 8,000 characters. Shorten the email list.';
msg_51 = 'One or more email addresses is incorrectly formatted. Correct the formatting.';
msg_52 = 'This field contains a maximum of 8,000 characters. Shorten the submit message.';

// survey_edit.asp
msg_53 = 'Are you sure you want to copy this question?';
msg_65 = 'Are you sure you want to copy this section?';

// survey_list.asp
msg_54 = 'Are you sure you want to delete this form?';

// functions.js
msg_55 = 'One or more fields is incorrectly formatted in the form you submitted. Correct fields highlighted in red.';
msg_56 = 'One or more required fields has not been completed in the form you submitted.\nComplete the required fields marked with asterisks and highlighted in red.';
msg_57 = 'This field contains a maximum of 8,000 characters. Shorten the text-box response.';
msg_58 = 'One or more email addresses is incorrectly formatted. Correct fields highlighted in red.';
msg_59 = 'One or more number values is incorrectly formatted. Correct fields highlighted in red';
msg_60 = 'One or more sections has a maximum number of selections that can be chosen.\nThe maximum number has been exceeded. Select fewer options in sections highlighted in red.';
msg_64 = 'This feature does not work in Edit mode. To test the feature, use the Test mode.';
