equal
deleted
inserted
replaced
29 InvalidCatalog = The document element of a catalog must be catalog. |
29 InvalidCatalog = The document element of a catalog must be catalog. |
30 InvalidEntryType = The entry type ''{0}'' is not valid. |
30 InvalidEntryType = The entry type ''{0}'' is not valid. |
31 CircularReference = Circular reference is not allowed: ''{0}''. |
31 CircularReference = Circular reference is not allowed: ''{0}''. |
32 |
32 |
33 #errors |
33 #errors |
|
34 UriNotAbsolute = The specified URI ''{0}'' is not absolute. |
|
35 UriNotValidUrl = The specified URI ''{0}'' is not a valid URL. |
34 InvalidArgument = The specified argument ''{0}'' (case sensitive) for ''{1}'' is not valid. |
36 InvalidArgument = The specified argument ''{0}'' (case sensitive) for ''{1}'' is not valid. |
35 NullArgument = The argument ''{0}'' can not be null. |
37 NullArgument = The argument ''{0}'' can not be null. |
36 InvalidPath = The path ''{0}'' is invalid. |
38 InvalidPath = The path ''{0}'' is invalid. |
37 ParserConf = Unexpected error while configuring a SAX parser. |
39 ParserConf = Unexpected error while configuring a SAX parser. |
38 ParsingFailed = Failed to parse the catalog file. |
40 ParsingFailed = Failed to parse the catalog file. |