dmime/tests: Added tests for IDirectMusicPerformance.
[wine.git] / programs / winhlp32 / Es.rc
blobf39ddbde6b90c621b278db0b7bd41638038bfafa
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2003, 2004 José Manuel Ferrer Ortiz
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 #include "winhelp_res.h"
25 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
27 /* Menu */
29 MAIN_MENU MENU
31  POPUP "&Archivo" {
32   MENUITEM "A&brir...", MNID_FILE_OPEN
33   MENUITEM SEPARATOR
34   MENUITEM "&Imprimir", MNID_FILE_PRINT
35   MENUITEM "&Configuración impresora...", MNID_FILE_SETUP
36    MENUITEM SEPARATOR
37   MENUITEM "&Salir", MNID_FILE_EXIT
38  }
39  POPUP "&Editar" {
40    MENUITEM "&Copiar...", MNID_EDIT_COPYDLG
41    MENUITEM SEPARATOR
42    MENUITEM "&Anotar...", MNID_EDIT_ANNOTATE
43  }
44  POPUP "&Marcador" {
45    MENUITEM "&Definir...", MNID_BKMK_DEFINE
46  }
47  POPUP "&Opciones" {
48    POPUP        "Ayuda siempre visible"
49    BEGIN
50      MENUITEM "Por defecto",    MNID_OPTS_HELP_DEFAULT
51      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
52      MENUITEM "No visible",     MNID_OPTS_HELP_NONVISIBLE
53   END
54   MENUITEM "Historial",         MNID_OPTS_HISTORY
55   POPUP    "Fuentes"
56   BEGIN
57     MENUITEM "Pequeña",         MNID_OPTS_FONTS_SMALL
58     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
59     MENUITEM "Grande",          MNID_OPTS_FONTS_LARGE
60   END
61   MENUITEM "Usar colores del sistema",  MNID_OPTS_SYSTEM_COLORS
62  }
63  POPUP "A&yuda" {
64    MENUITEM "&Ayuda sobre la ayuda", MNID_HELP_HELPON
65    MENUITEM "&Siempre visible", MNID_HELP_HELPTOP
66    MENUITEM SEPARATOR
67    MENUITEM "&Info...", MNID_HELP_ABOUT
68 #ifdef WINELIB
69    MENUITEM "&Acerca de WINE", MNID_HELP_WINE
70 #endif
71  }
74 IDD_INDEX DIALOG 0, 0, 200, 190
75 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
76 FONT 8, "MS Shell Dlg"
77 CAPTION "Índice"
79     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
82 IDD_SEARCH DIALOG 0, 0, 200, 190
83 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
84 FONT 8, "MS Shell Dlg"
85 CAPTION "Buscar"
87     LTEXT  "Aún no implementado", -1, 10, 10, 180, 150
90 /* Strings */
91 STRINGTABLE
93 STID_WINE_HELP,         "Ayuda de WINE"
94 STID_WHERROR,           "ERROR"
95 STID_WARNING,           "ADVERTENCIA"
96 STID_INFO,              "Información"
97 STID_NOT_IMPLEMENTED,   "Aún no implementado"
98 STID_HLPFILE_ERROR_s,   "Error al leer el archivo de ayuda `%s'"
99 STID_INDEX,             "&Índice"
100 STID_CONTENTS,          "Resumen"
101 STID_BACK,              "&Anterior"
102 STID_ALL_FILES,         "Todos los archivos (*.*)"
103 STID_HELP_FILES_HLP,    "Archivos de ayuda (*.hlp)"
104 STID_FILE_NOT_FOUND_s   "No se pudo encontrar '%s'. ¿Desea buscar este archivo usted mismo?"
105 STID_NO_RICHEDIT        "No se pudo encontrar una implementación de richedit... Abortando"
106 STID_PSH_INDEX,         "Temas de ayuda: "