TObj.msg 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. !!!!!!!!!! ----- Messages file for TObj packages --------- !!!!!!!!!
  2. ! Syntax for keywords: NameOfPackage_NameOfClass_NameOfMessage
  3. ! where NameOfClass is optional or abbreviated
  4. !!!!!!!!!! --------------------------------------------------- !!!!!!!!!
  5. .TObj_Appl_SDriverFailure
  6. Error saving document %s : driver failure. Check presence of resource files.
  7. .TObj_Appl_SWriteFailure
  8. Error saving document %s : write failure
  9. .TObj_Appl_SFailure
  10. Error saving document %s : general failure of persistence driver
  11. .TObj_Appl_SDocIsNull
  12. Error saving document %s : No document to save
  13. .TObj_Appl_SNoObj
  14. Error saving document %s : No objects written
  15. .TObj_Appl_SInfoSectionError
  16. Error saving document %s : Write info section failure
  17. .TObj_Appl_SUnknownFailure
  18. Error saving document %s : unknown failure
  19. .TObj_Appl_RUnknownDocument
  20. Error loading document %s : unknown document
  21. .TObj_Appl_RAlreadyRetrieved
  22. Error loading document %s : already retrieved
  23. .TObj_Appl_RAlreadyRetrievedAndModified
  24. Error loading document %s : already retrieved and modified
  25. .TObj_Appl_RNoDriver
  26. Error loading document %s : no appropriate driver was found
  27. .TObj_Appl_ROpenError
  28. Error loading document %s : cannot open file
  29. .TObj_Appl_RNoVersion
  30. Error loading document %s : no version
  31. .TObj_Appl_RNoModel
  32. Error loading document %s : no model
  33. .TObj_Appl_RNoDocument
  34. Error loading document %s : no document
  35. .TObj_Appl_RFormatFailure
  36. Error loading document %s : format failure
  37. .TObj_Appl_RTypeNotFound
  38. Error loading document %s : type not found in schema
  39. .TObj_Appl_RBadFileFormat
  40. Error loading document %s : unrecognized file format
  41. .TObj_Appl_RMakeFailure
  42. Error loading document %s : failure making document
  43. .TObj_Appl_RPermissionDenied
  44. Error loading document %s : permission denied
  45. .TObj_Appl_RDriverFailure
  46. Error loading document %s : driver failure
  47. .TObj_Appl_RUnknownFail
  48. Error loading document %s : unknown failure
  49. .TObj_Appl_RException
  50. Error loading document %s : the file is probably corrupted
  51. .TObj_Appl_Exception
  52. An exception was caught: %s
  53. .TObj_M_LoadDocument
  54. +++++ Load document %s
  55. .TObj_M_WrongFile
  56. File %s has wrong content
  57. .TObj_M_NoWriteAccess
  58. Cannot write the file %s, check permissions