reactos/base/applications/cmdutils/label/lang/uk-UA.rc

27 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* PROJECT: Command-line interface
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/shell/cmd/lang/uk-UA.rc
* PURPOSE: Ukraianian Language File for Command-line interface
* TRANSLATORS: Artem Reznikov, Igor Paliychuk
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
// STRING_LABEL_HELP "Вображення або змiна мiтки тому.\n\nLABEL [диск:][мiтка]\n"
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 "Том в пристрої %c: має мiтку %s\n"
STRING_LABEL_TEXT2 "Том в пристрої %c: не має мiтки\n"
STRING_LABEL_TEXT3 "Серiйний номер тому: %04X-%04X\n"
STRING_LABEL_TEXT4 "Мiтка тому (32 букв, ENTER без мiтки)? "
STRING_LABEL_PROMPT "Delete current volume label (Y/N)? "
STRING_LABEL_OPTIONS "YN"
STRING_ERROR_INVALID_DRIVE "Невiрне визначення диску\n"
STRING_ERROR_INVALID_LABEL "Invalid volume label\n"
END