2007-07-08 19:15:50 +00:00
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
2004-07-16 22:24:24 +00:00
|
|
|
|
|
|
|
/* String Tables */
|
|
|
|
|
|
|
|
/* Default settings */
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2004-07-16 22:24:24 +00:00
|
|
|
BEGIN
|
2013-11-28 22:06:38 +00:00
|
|
|
IDS_APPTITLE "ReactOS - Bienvenido"
|
2017-07-12 22:16:50 +00:00
|
|
|
IDS_DEFAULT_TOPIC_TITLE "ReactOS"
|
[TRANSLATION] Update Spanish, and add Basque translation (#2667)
Add/update translation for:
charmap_new, logoff, mspaint, notepad, usetup, welcome,
hotplug.cpl, sysdm.cpl, aclui.dll, comctl32.dll, comdlg32.dll,
hhctrl.ocx, kernel32.dll, msi.dll, oledlg.dll, shell32.dll,
tapiui.dll, themeui.dll, wininet.dll, winmm.dll, wldap32.dll,
winsrv.dll.
2020-04-26 03:49:07 +00:00
|
|
|
IDS_DEFAULT_TOPIC_DESC "Bienvenido al Sistema Operativo ReactOS.\n\nHaz Click en una de las opciones de la izquierda."
|
2017-12-26 11:07:54 +00:00
|
|
|
IDS_FONTNAME "Tahoma"
|
[TRANSLATION] Update Spanish, and add Basque translation (#2667)
Add/update translation for:
charmap_new, logoff, mspaint, notepad, usetup, welcome,
hotplug.cpl, sysdm.cpl, aclui.dll, comctl32.dll, comdlg32.dll,
hhctrl.ocx, kernel32.dll, msi.dll, oledlg.dll, shell32.dll,
tapiui.dll, themeui.dll, wininet.dll, winmm.dll, wldap32.dll,
winsrv.dll.
2020-04-26 03:49:07 +00:00
|
|
|
IDS_CHECKTEXT "&Mostrar esta ventana otra vez"
|
[WELCOME]: UI improvements:
- Allow only one running instance of the Welcome application at a time.
- Implement translating \xhhhh hexadecimal character specifications in topic text descriptions.
- Allow using the keyboard for navigating amongst the topics, and ENTER key presses to run the selected topic command.
<rant> *OF COURSE*, because we are ReactOS *SO* we are *buggy* (well, user32/win32k), keyboard navigation via arrow keys *DOES NOT WORK*!! (only navigation via TAB key do work) 8^(((( </rant>
This however works OK on Windows.
- Improve topic buttons activation when mouse hovers around above the window, as well as when window activation is lost or regained.
- Change the default text font to Tahoma.
- Don't hardcode white brush, but instead use stock object WHITE_BRUSH. Similarly, don't hardcode text black colour, but instead use the ambient text colour of the system.
- Add keyboard shortcuts to the default topic items.
- Shift the window ID of both the checkbox and the Exit buttons to be below a fixed topic-button base ID.
- In GetLocaleName(), use more explicit returned-variable names (cchRet, because it's a returned string length in character numbers).
svn path=/trunk/; revision=75282
2017-07-05 02:02:43 +00:00
|
|
|
IDS_CLOSETEXT "&Salir"
|
2004-07-16 22:24:24 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
/* Topic buttons */
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2004-07-16 22:24:24 +00:00
|
|
|
BEGIN
|
2017-07-12 22:16:50 +00:00
|
|
|
IDS_TOPIC_BUTTON0 "&Instalar ReactOS"
|
|
|
|
IDS_TOPIC_BUTTON1 "&Explorar este CD"
|
|
|
|
IDS_TOPIC_BUTTON2 "&Salir"
|
2004-07-16 22:24:24 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
/* Topic titles */
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2004-07-16 22:24:24 +00:00
|
|
|
BEGIN
|
2017-07-12 22:16:50 +00:00
|
|
|
IDS_TOPIC_TITLE0 "Instalar ReactOS"
|
|
|
|
IDS_TOPIC_TITLE1 "Explorar este CD"
|
|
|
|
IDS_TOPIC_TITLE2 "Salir"
|
2004-07-16 22:24:24 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
/* Topic descriptions */
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2004-07-16 22:24:24 +00:00
|
|
|
BEGIN
|
[TRANSLATION] Update Spanish, and add Basque translation (#2667)
Add/update translation for:
charmap_new, logoff, mspaint, notepad, usetup, welcome,
hotplug.cpl, sysdm.cpl, aclui.dll, comctl32.dll, comdlg32.dll,
hhctrl.ocx, kernel32.dll, msi.dll, oledlg.dll, shell32.dll,
tapiui.dll, themeui.dll, wininet.dll, winmm.dll, wldap32.dll,
winsrv.dll.
2020-04-26 03:49:07 +00:00
|
|
|
IDS_TOPIC_DESC0 "Cree una nueva instalación de ReactOS en su PC o actualice una instalación existente."
|
|
|
|
IDS_TOPIC_DESC1 "Explore el CD desde el navegador."
|
|
|
|
IDS_TOPIC_DESC2 "Haga clic para salir de esta aplicación."
|
2004-07-16 22:24:24 +00:00
|
|
|
END
|