[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>
This commit is contained in:
Julen Urizar Compains 2020-04-15 13:27:36 +02:00 committed by GitHub
parent f540b2b20c
commit d7a632a094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 247 additions and 176 deletions

View file

@ -8,8 +8,8 @@ FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] ""cadena"" [fichero...]\n\
/C Cuenta el número de líneas que contienen la cadena de caracteres.\n\
/N Numero de líneas a mostrar en pantalla, a partir de la primera.\n\
/I Ignora mayúsculas y minúsculas.\n\
/OFF[LINE] Do not skip files that have the offline attribute set."
/OFF[LINE] No saltar los archivos que tengan configurado el atributo offline."
IDS_NO_SUCH_FILE "FIND: %s: No se encontró el fichero\n"
IDS_CANNOT_OPEN "FIND: %s: No se pudo abrir el fichero\n"
IDS_INVALID_SWITCH "FIND: Invalid switch\n"
IDS_INVALID_SWITCH "FIND: Cambio inválido\n"
END