[LABEL] Prompt the user to confirm the deletion of a volume label
[reactos.git] / base / applications / cmdutils / label / lang / zh-CN.rc
1 /* Simplified Chinese translation by Song Fuchang (0xfc) <sfc_0@yahoo.com.cn> 2011 */
2
3 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
4
5 STRINGTABLE
6 BEGIN
7 // STRING_LABEL_HELP "显示或改变驱动器卷标。\n\nLABEL [驱动器:][卷标]\n"
8 STRING_LABEL_HELP "Creates, changes or deletes the volume label of a disk.\n\n\
9 LABEL [drive:][label]\n\n\
10 drive: Specifies the drive letter of a drive.\n\
11 label Specifies the label of the drive."
12 STRING_LABEL_TEXT1 "驱动器 %c 中的卷是 %s\n"
13 STRING_LABEL_TEXT2 "驱动器 %c 中的卷没有卷标。\n"
14 STRING_LABEL_TEXT3 "卷的序列号是 %04X-%04X\n"
15 STRING_LABEL_TEXT4 "驱动器卷标 (32 个字符, 按 ENTER 忽略)? "
16 STRING_LABEL_PROMPT "Delete current volume label (Y/N)? "
17 STRING_LABEL_OPTIONS "YN"
18 STRING_ERROR_INVALID_DRIVE "无效驱动器指定\n"
19 STRING_ERROR_INVALID_LABEL "Invalid volume label\n"
20 END