reactos/base/applications/cmdutils/label/lang/es-ES.rc
Julen Urizar Compains d7a632a094
[TRANSLATION] Spanish minor fixes (#2547)
Translations for:
- Applications: clipbrd, dxdiag, rapps,
- cmdutils: attrib, find, help, label, reg, xcopy
- usetup
- dlls: browseui, shell32, syssetup

- Add Spanish translation for Accesibility Utility (utilman).

Update for the "Choose product options" strings in syssetup:

Originally "ProductType" and "ProductSuite" (typesetted without spaces) were the registry value names where these settings would go, but since it's meaningless to show these values it's better instead to use human-readable names with correct translation and spacing.

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-04-15 13:27:36 +02:00

21 lines
1.1 KiB
Plaintext

/* Spanish translation by HUMA2000, Jose Pedro Fernández Pascual, Ismael Ferreras Morezuelas (Swyter) y Julen Urizar Compains 2020 */
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 "Crea, cambia o elimina la etiqueta del volumen de un disco.\n\n\
LABEL [unidad:][etiqueta]\n\n\
unidad: Especifica la letra de la unidad de un disco.\n\
etiqueta: Especifica la etiqueta de la unidad de un disco."
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 "¿Eliminar la etiqueta del volumen (Y/N)? "
STRING_LABEL_OPTIONS "YN"
STRING_ERROR_INVALID_DRIVE "La unidad especificada es incorrecta\n"
STRING_ERROR_INVALID_LABEL "La etiqueta del volumen es incorrecta\n"
END