1 :util ATTRIB ;utility name ;AN000;
7 :class A ;system messages ;AN000;
8 :use 1 COMMON1 ;"Incorrect DOS version" ;AN000;
9 :use 2 EXTEND8 ;"Insufficient memory" ;AN000;
13 :def 9 "%1 %2",CR,LF ;AN000;
14 :def 10 "%1",CR,LF,"%2",CR,LF ;AN000;
15 :def 11 "Code page mismatch - %1",CR,LF,"Are you sure (Y/N)?" ;AN000;
16 :def 12 "%1",CR,LF ;AN000;
18 :def 15 "Invalid file type value",CR,LF ;AN000;
20 ;;; Change these extended attribute error msgs back when adding ext. attr.
22 ;;;:def 199 "Extended attribute error",CR,LF ;AN000;
23 ;;;:def 201 "Extended attribute name not found",CR,LF ;AN000;
24 ;;;:use 202 EXTEND8 ;"Insufficient memory" ;AN000;
25 ;;;:def 204 "Extended attribute name can't be set",CR,LF ;AN000;
26 ;;;:def 205 "Extended attribute name known to this filesystem but not supported",CR,LF ;AN000;
27 ;;;:def 206 "Extended attribute type mismatch",CR,LF ;AN000;
28 ;;;:def 208 "Extended attribute value not supported",CR,LF ;AN000;