1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    STRING_LABEL_HELP "Creates, changes or deletes the volume label of a disk.\n\n\
6LABEL [drive:][label]\n\n\
7  drive:          Specifies the drive letter of a drive.\n\
8  label           Specifies the label of the drive."
9    STRING_LABEL_TEXT1 "Volume in drive %c: is %s\n"
10    STRING_LABEL_TEXT2 "Volume in drive %c: has no label\n"
11    STRING_LABEL_TEXT3 "Volume Serial Number is %04X-%04X\n"
12    STRING_LABEL_TEXT4 "Volume label (32 characters, ENTER if none)? "
13    STRING_LABEL_PROMPT "Delete current volume label (Y/N)? "
14    STRING_LABEL_OPTIONS "YN"
15    STRING_ERROR_INVALID_DRIVE "Invalid drive specification\n"
16    STRING_ERROR_INVALID_LABEL "Invalid volume label\n"
17END
18