Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
4.4 KiB

  1. #include "cierror.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // String Table
  5. //
  6. STRINGTABLE DISCARDABLE
  7. BEGIN
  8. CIERR_SectionObsolete "[%s] is no longer supported."
  9. CIERR_StringTruncate "String too long; truncating."
  10. CIERR_DefaultExtension "Baggage file bears reserved extension; replacing with '.BAG'."
  11. CIERR_NoPermission "Cannot open file '%s': permission denied."
  12. CIERR_IOFailure "File input/output error."
  13. CIERR_SectionHeadMissing "Section heading missing."
  14. CIERR_BadOptionSyntax "Invalid OPTIONS syntax: 'option=value' expected."
  15. CIERR_MissingRHS "Incomplete line in [%s] section."
  16. CIERR_SectionHeadingSyntax "Bad syntax in section heading."
  17. CIERR_InvalidEntry "Invalid project file entry"
  18. CIERR_UnknownSectionName "Section heading [%s] unrecognized."
  19. CIERR_SectionsOutOfOrder "[OPTIONS] should precede [FILES]."
  20. CIERR_SectionDuplicated "Section [%s] previously defined."
  21. CIERR_ChineseNotSupported "Language=Chinese is obsolete. Use Language=TradChinese."
  22. CIERR_UnknownOptionType "Unrecognized option '%s' in [OPTIONS] section."
  23. CIERR_OptionRedefined "Option '%s' previously defined."
  24. CIERR_MissingEqualInKeyword "Missing '=' in [KEYINDEX] section string."
  25. CIERR_KeywordSyntax "Bad syntax in [KEYINDEX] section."
  26. CIERR_KeywordTitleSpec "Bad title specification for keyword set."
  27. CIERR_BadKeywordSpecifier "Bad keyword set specifier."
  28. CIERR_KeywordSetTitleTooLong "Keyword set title too long."
  29. CIERR_TitleTooLong "Invalid TITLE option."
  30. CIERR_CopyrightTooLong "Copyright string exceeds limit of 50 characters."
  31. CIERR_BadUseMakeOption "Make option, if specified, must be set to 'FULL', 'COMPILE', 'INDEX', or 'PHRASE'."
  32. CIERR_BadWarningLevel "WARNING option must be 1, 2, or 3."
  33. CIERR_LanguageTooLong "Language string exceeds limit of %d characters."
  34. CIERR_IgnoreFirst "[WARNIGNORE] should be first section."
  35. CIERR_UnknownCompression "Unrecognized compression option '%s' in [BAGGAGE] section."
  36. CIERR_InvalidCompressOption "COMPRESS option must be one of NONE, MEDIUM or HIGH."
  37. CIERR_OOMErr "Out of memory."
  38. CIERR_MissingEqualInWWheel "Missing '=' in [WWHEEL] string."
  39. CIERR_BadWWheelLHS "Bad [WWHEEL] string; left of '=' must be 'wwheel'"
  40. CIERR_SubfileNameTooLong "Subfile name too long in project file string."
  41. CIERR_GarbageTrailingSubfile "Extra parameters following subfile specification."
  42. CIERR_BadBatchOption "Batch option, if specified, should be set to 'TRUE' or 'FALSE'"
  43. CIERR_BadSortOption "Invalid ExSort option. '%s'."
  44. CIERR_BadKeepIncOption "Keep Incremental option, if specified, should be set to 'TRUE' or 'FALSE'"
  45. CIERR_BadVFLDSpec "Bad field specification in string."
  46. CIERR_StrippingSubfileExt "Extensions not allowed in word wheel subfile names; it will be stripped."
  47. CIERR_BadGroupSyntax "Bad syntax in group specification."
  48. CIERR_BadGroupRHS "Bad right side of group specification."
  49. CIERR_BadGroupLineSequence "Bad sequence of lines in [GROUPS] section."
  50. CIERR_BadBreakerSzLHS "Bad syntax left-hand side of breaker string."
  51. CIERR_BreakerIdxOutOfRange "Breaker index out of range."
  52. CIERR_DllNameMissingBreakerSz "DLL name missing from right-hand side of breaker string."
  53. CIERR_MissingEqualInBreakerSZ "Missing '=' in breaker string."
  54. CIERR_OldCharTabSyntax "Old dtype chartab syntax. Use [CHARMAP} instead"
  55. CIERR_BangMissingBreakerSz "'!' missing from right-hand side of breaker string."
  56. CIERR_NotOnOffOption "%s option must be ON/OFF"
  57. CIERR_MissingRoutineName "Routine name missing from right-hand side of breaker string."
  58. CIERR_BadBreakerSzRHS "Bad syntax right-hand side of breaker string."
  59. CIERR_UnknownOption "Unknown option: %s"
  60. CIERR_AmbiguousWWGroup "Ambiguous wordwheel filter group. Skipping: %s"
  61. CIERR_RootNameTooLong "Path in %s option exceeds maximum characters."
  62. CIERR_InvalidPathName "Invalid path '%s' in option."
  63. END