mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
20 lines
1,003 B
Text
20 lines
1,003 B
Text
/* Spanish translation by HUMA2000, Jose Pedro Fernández Pascual e Ismael Ferreras Morezuelas (Swyter) */
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
// STRING_LABEL_HELP "Muestra o cambia la etiqueta de una unidad.\n\nLABEL [unidad:][etiqueta]\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 "El volumen en la unidad %c: es %s\n"
|
|
STRING_LABEL_TEXT2 "El volumen en la unidad %c: no tiene etiqueta\n"
|
|
STRING_LABEL_TEXT3 "El número de serie del volumen es %04X-%04X\n"
|
|
STRING_LABEL_TEXT4 "Etiqueta del volumen (32 Caracteres, INTRO para ninguna)? "
|
|
STRING_LABEL_PROMPT "Delete current volume label (Y/N)? "
|
|
STRING_LABEL_OPTIONS "YN"
|
|
STRING_ERROR_INVALID_DRIVE "Especificación de unidad errónea\n"
|
|
STRING_ERROR_INVALID_LABEL "Invalid volume label\n"
|
|
END
|