reactos/rosapps/applications/screensavers/butterflies/lang/es-ES.rc
Marc Piulachs c199df2315 Partly applied patch from bug 2874 by Vytis Girdzijauskas "CMan" cman<at>cman<dot>us
* Added description string to Butterflies screensaver for all languages.
* Use string resources in Maze screensaver.

My notes:
I haven't added butterflies.scr to reactos.dff as opengl screen savers are still broken under reactos , we already have 3dtext added for testing no need to add another one
I have modified mazescr installname to have the same name as the module has inset of changing it on reactos.dff
See issue #2874 for more details.

svn path=/trunk/; revision=31096
2007-12-09 11:27:23 +00:00

35 lines
1.2 KiB
Plaintext

LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDD_DLG_SCREEN DIALOG DISCARDABLE 0, 0, 172, 57
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Configuración del Salvapantallas de Mariposas"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Aceptar",IDOK,7,35,50,14
PUSHBUTTON "Cancelar",IDCANCEL,61,35,50,14
CONTROL "Rotar Mariposas",ROTATE,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,56,15,70,8
PUSHBUTTON "Acerca de",IDABOUT,115,35,50,14
END
IDD_DLG_ABOUT DIALOG DISCARDABLE 0, 0, 149, 79
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Aceptar",IDOK,48,58,56,14
CTEXT "Salvapantallas de Mariposas",IDC_STATIC,7,7,135,9
CTEXT "Demo por: NeHe ",IDC_STATIC,7,20,135,8
CTEXT "http://nehe.gamedev.net",WEBPAGE1,7,29,135,8,SS_NOTIFY |
NOT WS_GROUP
CTEXT "Salvapantallas por: tHaPuTeR",IDC_STATIC,7,38,135,8,NOT
WS_GROUP
CTEXT "http://www.thaputer.com",WEBPAGE2,7,47,135,8,SS_NOTIFY |
NOT WS_GROUP
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "Butterflies ScreenSaver"
END