# UFC message catalogue

# the message catalogue is UFCV_Catalogue

Catalogue UFCV_Catalogue

Language UFCD_LANG_ENGUK

  # debugging messages
  Message UFCM_DBUG_AUTHOR		"Stuart Herbert (S.Herbert@sheffield.ac.uk)"
  Message UFCM_DBUG_CALLEDFROM		"Called from %.32s, file %.32s, line %.5ld\n"
  Message UFCM_DBUG_FUNCTIONENTER	"Enter function: %s\n"
  Message UFCM_DBUG_FUNCTIONEXIT	"Exit  function: %s\n"
  Message UFCM_DBUG_STARTSHERE		"*** Details of fatal error start HERE ***\n"
  Message UFCM_DBUG_STOPSHERE		"*** Details of fatal error stop HERE ***\n"
  
  # outright error messages
  Message UFCM_ERRD_ABORT		"Process aborted\n"
  Message UFCM_ERRD_ARG			"Formal arg %ld failed test %s\n"
  Message UFCM_ERRD_ASSERT		"Assertion failed: %s\n"
  Message UFCM_ERRD_AUTHOR		"Please report this error to the author, %s\n"
  Message UFCM_ERRD_NEVER		"This code should not be reached\n"
  Message UFCM_ERRD_NULLPTR		"Null pointer detected."
  
EndLanguage UFCD_LANG_ENGUK