mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[LABEL] Update Russian translation
Addendum to6bfe4f6and87ecf82. CORE-9444
This commit is contained in:
@@ -1,20 +1,25 @@
|
||||
/* Russian translation by Andrey Korotaev ([email protected]) & Aleksey Bragin ([email protected]) & Kudratov Olimjon ([email protected])*/
|
||||
/* Russian translation by
|
||||
* Andrey Korotaev ([email protected])
|
||||
* Aleksey Bragin ([email protected])
|
||||
* Kudratov Olimjon ([email protected])
|
||||
* Stanislav Motylkov ([email protected])
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
// STRING_LABEL_HELP "Создание, изменение и удаление меток тома.\n\nLABEL [диск:][метка]\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_HELP "Создание, изменение и удаление меток тома для дисков.\n\n\
|
||||
LABEL [диск:][метка]\n\n\
|
||||
диск: Определяет букву диска.\n\
|
||||
метка Определяет метку тома."
|
||||
STRING_LABEL_TEXT1 "Том в устройстве %c имеет метку %s\n"
|
||||
STRING_LABEL_TEXT2 "Том в устройстве %c: не имеет метки\n"
|
||||
STRING_LABEL_TEXT3 "Серийный номер тома: %04X-%04X\n"
|
||||
STRING_LABEL_TEXT4 "Метка тома (32 букв, ВВОД для пустой метки)? "
|
||||
STRING_LABEL_PROMPT "Delete current volume label (Y/N)? "
|
||||
STRING_LABEL_PROMPT "Удалить текущую метку тома (Y/N)? "
|
||||
STRING_LABEL_OPTIONS "YN"
|
||||
STRING_ERROR_INVALID_DRIVE "Неверное определение диска\n"
|
||||
STRING_ERROR_INVALID_LABEL "Invalid volume label\n"
|
||||
STRING_ERROR_INVALID_LABEL "Неверная метка тома\n"
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user