CAN_NOT_CALL_NON_STATIC_MEMBER_{0}_WITH_TYPE_{1}=An object reference is required for the nonstatic field, method, or property '{0}'
CAN_NOT_REFERENCE_TO_STATIC_FIELD_{0}_WITH_EXPRESSION=Static field '{0}' cannot be accessed with an instance reference
CAN_NOT_REFERENCE_TO_NONSTATIC_FIELD_{0}_WITH_TYPE=An object reference is required for the nonstatic field '{0}'
FUNCTION_EXPECTED_PROCEDURE_{0}_MEET=Function expected, procedure '{0}' met
ONLY_PROCEDURE_NAME_ALLOWED_IN_CLASS_FUNCTION_DEFINITION=Only procedure name allowed in method definition
BREAK_STATEMENT_WITHOUT_COMPREHENSIVE_CYCLE=No enclosing loop out of which to break
CONTINUE_STATEMENT_WITHOUT_COMPREHENSIVE_CYCLE=No enclosing loop out of which to continue
FOR_LOOP_CONTROL_MUST_BE_SIMPLE_LOCAL_VARIABLE=Loop variable must be a simple local variable
ORDINAL_TYPE_EXPECTED=Ordinal type expected
ORDINAL_OR_STRING_TYPE_EXPECTED=Ordinal or string type expected
CAN_NOT_REFERENCE_TO_NONSTATIC_PROPERTY_{0}_WITH_TYPE=An object reference is required for the nonstatic property '{0}'
CAN_NOT_REFERENCE_TO_STATIC_PROPERTY_{0}_WITH_EXPRESSION=Static property '{0}' cannot be accessed with an instance reference
THIS_PROPERTY_{0}_CAN_NOT_BE_READED=The property '{0}' has not read-accessor
THIS_PROPERTY_{0}_CAN_NOT_BE_WRITED=The property '{0}' can not write-accessor
PROPERTY_{0}_AND_READ_ACCESSOR_{1}_PARAMETERS_COUNT_CONVERGENCE=Mismatched number of parameters of property '{0}' and method '{1}'
PROPERTY_{0}_AND_WRITE_ACCESSOR_{1}_PARAMETERS_COUNT_CONVERGENCE=Mismatched number of parameters of property '{0}' and method '{1}'
PROPERTY_{0}_AND_WRITE_ACCESSOR_{1}_PARAMS_TYPE_CONVERGENCE=Mismatched type of parameters of property '{0}' and method '{1}'
PROPERTY_{0}_AND_READ_ACCESSOR_{1}_PARAMS_TYPE_CONVERGENCE=Mismatched type of parameters of property '{0}' and method '{1}'
PROPERTY_{0}_AND_READ_ACCESSOR_{1}_RETURN_VALUE_TYPE_CONVERGENCE=Mismatched return value type of property '{0}' and method '{1}'
PROPERTY_READ_ACCESSOR_CAN_NOT_BE_PROCEDURE=A read-accessor ca not be a procedure
PROPERTY_{0}_AND_WRITE_ACCESSOR_LAST_PARAMETER_TYPE_CONVERGENCE=Mismatched type of property '{0}' and the type of latter parameter in write accessor
PROPERTY_WRITE_ACCESSOR_CAN_NOT_BE_FUNCTION=A write-accessor can not be a function
PROPERTY_{0}_REFERENCE_WITH_INVALID_PARAMS_COUNT=Property reference with invalid number of arguments
NO_DEFAULT_PROPERTY_TO_TYPE_{0}=No default property for type '{0}'
DUPLICATE_DEFAULT_PROPERTY_IN_CLASS=Duplicate definition of default property
DEFAULT_PROPERTY_MUST_BE_INDEXED=Default property must be an array type
FORWARD_DEFINITION_WITH_FUNCTION_BODY=Forward definition with a function body is not allowed
FUNCTION_WITHOUT_BODY_MUST_HAVE_FORWARD_ATTRIBUTE=Function without body must have 'forward' attribute
DIFFERENT_PARAMETER_NAME_IN_FUNCTION_DEFINITION_{0}_AND_PREDEFINITION_{1}=Function predefinition and definition have different parameter name: '{0}' and '{1}'
FUNCTION_DEFINITION_HAVE_DIFFERENT_PARAMS_WITH_PREDEFINITION=Function definition and predefinition have different parameters
FUNCTION_PREDEFINITION_AND_DEFINITION_HAVE_DIFFERENT_RESULT_TYPES=Function predefinition and definition have different return type
FUNCTION_PREDEFINITION_WITHOUT_DEFINITION=Function has no realization