mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
22 lines
889 B
Text
22 lines
889 B
Text
/* FILE: base/shell/cmd/lang/cs-CZ.rc
|
|
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
|
|
* UPDATED: 2015-04-12
|
|
*/
|
|
|
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
STRING_LABEL_HELP "Creates, changes or deletes the volume label of a disk.\n\n\
|
|
LABEL [drive:][label]\n\n\
|
|
drive: Specifies the drive letter of a drive.\n\
|
|
label Specifies the label of the drive."
|
|
STRING_LABEL_TEXT1 "Volume in drive %c: is %s\n"
|
|
STRING_LABEL_TEXT2 "Volume in drive %c: has no label\n"
|
|
STRING_LABEL_TEXT3 "Volume Serial Number is %04X-%04X\n"
|
|
STRING_LABEL_TEXT4 "Volume label (32 Characters, ENTER if none)? "
|
|
STRING_LABEL_PROMPT "Delete current volume label (Y/N)? "
|
|
STRING_LABEL_OPTIONS "YN"
|
|
STRING_ERROR_INVALID_DRIVE "Neplatná specifikace jednotky\n"
|
|
STRING_ERROR_INVALID_LABEL "Invalid volume label\n"
|
|
END
|