[TRANSLATION] Multiple minor fixes and addings. (#2516)

- Applications: eventvwr, fltmgr, servman.
- rosapps: arping, CTM, fontsub, fraginator, imagesoft, systeminfo, vcdcontroltool, vgafontedit.
- CPLs: desk.cpl.
- ReactOS Setup GUI app.
- Screensavers: butterflies, maze, Starfield.
- System: NTVDM, printing/monitors/localmon; the freeze dialog in user32, the error strings in usersrv.
This commit is contained in:
Julen Urizar Compains 2020-04-09 18:13:46 +02:00 committed by GitHub
parent 2c306e9fa2
commit f7cab5a1d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 444 additions and 138 deletions

View file

@ -4,6 +4,7 @@
* PURPOSE: Spanish resource file
* COPYRIGHT: Copyright 2008 Colin Finck (colin@reactos.org)
* TRANSLATOR: Javier Remacha
* Julen Urizar Compains
*/
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
@ -14,7 +15,7 @@ CAPTION "Acerca de"
FONT 8, "MS Shell Dlg"
BEGIN
ICON IDI_MAIN, IDC_STATIC, 10, 10, 20, 20
LTEXT "ReactOS VGA Font Editor", IDC_STATIC, 37, 10, 93, 10
LTEXT "Editor de Fuentes VGA de ReactOS", IDC_STATIC, 37, 10, 93, 10
LTEXT "Copyright 2008 Colin Finck", IDC_STATIC, 37, 20, 93, 10
DEFPUSHBUTTON "Aceptar", IDCANCEL, 40, 44, 55, 15
END