CREATE_MESSAGE_MODULE clm$sys_messages$us_english

"
"--- The following messages are used for line mode parameter prompting.
"

CREATE_PARAMETER_ASSIST_MESSAGE clc$all_command_params_correct
All parameters for command +P have been given.
+NPress next/return to continue:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$confirm_new_param_version
Should the new value be used (YES or no)?
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$confirm_param_default_value
Is "+P2" the value you want for parameter +P1 (YES or no)?
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$confirm_parameter_name
Is +P the parameter you meant (yes, no, or next/return to ignore the parameter)?
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$correct_command_params_msg
Please enter corrections for parameter(s) of command +P:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$correct_function_params_msg
Please enter corrections for parameter(s) of function +P:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$correct_parameters_prompt
Please enter corrections for parameters:
**

CREATE_PARAMETER_PROMPT_MESSAGE clc$default_parameter_prompt
+P?
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$enter_command_params_msg
Please enter parameters for command +P:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$enter_function_params_msg
Please enter parameters for function +P:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$no_command_params_msg
There are no parameters to supply for command +P.
+NPress next/return to continue:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$no_function_params_msg
There are no parameters to supply for function +P.
+NPress next/return to continue:
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$prompt_for_advanced_param
Do you wish to be prompted for additional parameters (yes or NO)?
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$prompt_for_parameter_name
Please enter the name of the parameter you meant or
+Nnext/return to ignore the parameter:
**

"
"--- The following messages are used for input trace echoing.
"
"    The first two characters of each message identify its purpose.
"    IB indicates 'Input Begin'.
"    IE indicates 'Input End'.
"
"    In all of these messages the parameter order is fixed to ease generalizing
"    their production.
"    The first parameter is an identifying name.
"    The second parameter is a file reference (used in messages for procedures
"    and include_file only).
"    The third parameter is a status code name (used in end and when/whenend
"    messages only).
"

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_command_proc_begin
IB $$$$$$$$$$ BEGIN command procedure +P1 on +F2
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_command_proc_end
IE $$$$$$$$$$+X3END command procedure +P1 (status=+P3) on +F2
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_function_proc_begin
IB $$$$$$$$$$ BEGIN function procedure +P1 on +F2
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_function_proc_end
IE $$$$$$$$$$+X3END function procedure +P1 (status=+P3) on +F2
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_include_$command_begin
IB $$$$$$$$$$ BEGIN include $command (utility=+P1)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_include_$command_end
IE $$$$$$$$$$+X3END include $command (utility=+P1, status=+P3)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_include_file_begin
IB $$$$$$$$$$ BEGIN include file +F2 (utility=+P1)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_include_file_end
IE $$$$$$$$$$+X3END include file +F2 (utility=+P1, status=+P3)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_include_line_begin
IB $$$$$$$$$$ BEGIN include line (utility=+P1)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_include_line_end
IE $$$$$$$$$$+X3END include line (utility=+P1, status=+P3)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_task_begin
IB $$$$$$$$$$ BEGIN task/taskend +P1
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_task_end
IE $$$$$$$$$$+X3END task/taskend +P1 (status=+P3)
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_condition_begin
IB $$$$$$$$$$ BEGIN when/whenend for +P1 with status=+P3
**

CREATE_PARAMETER_ASSIST_MESSAGE clc$echo_condition_end
IE $$$$$$$$$$+X3END when/whenend for +P1 (status=+P3)
**

END_MESSAGE_MODULE
