Lars Martin Hambro <lars_martin4 AT hotmail DOT com>
[reactos.git] / reactos / base / applications / winhlp32 / lang / es-ES.rc
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 */
22
23 /* Menu */
24
25 MAIN_MENU MENU LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
26 {
27 POPUP "&Archivo" {
28 MENUITEM "A&brir...", MNID_FILE_OPEN
29 MENUITEM SEPARATOR
30 MENUITEM "&Imprimir", MNID_FILE_PRINT
31 MENUITEM "&Configuración impresora...", MNID_FILE_SETUP
32 MENUITEM SEPARATOR
33 MENUITEM "&Salir", MNID_FILE_EXIT
34 }
35 POPUP "&Editar" {
36 MENUITEM "&Copiar...", MNID_EDIT_COPYDLG
37 MENUITEM SEPARATOR
38 MENUITEM "&Anotar...", MNID_EDIT_ANNOTATE
39 }
40 POPUP "&Marcador" {
41 MENUITEM "&Definir...", MNID_BKMK_DEFINE
42 }
43 POPUP "&Options" {
44 POPUP "Help always visible"
45 BEGIN
46 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
47 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
48 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
49 END
50 MENUITEM "History", MNID_OPTS_HISTORY
51 POPUP "Fonts"
52 BEGIN
53 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
54 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
55 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
56 END
57 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
58 }
59 POPUP "A&yuda" {
60 MENUITEM "&Ayuda sobre la ayuda", MNID_HELP_HELPON
61 MENUITEM "&Siempre visible", MNID_HELP_HELPTOP
62 MENUITEM SEPARATOR
63 MENUITEM "&Info...", MNID_HELP_ABOUT
64 #ifdef WINELIB
65 MENUITEM "&Acerca de WINE", MNID_HELP_WINE
66 #endif
67 }
68 }
69
70 /* Strings */
71 STRINGTABLE DISCARDABLE LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
72 {
73 STID_WINE_HELP, "Ayuda de WINE"
74 STID_WHERROR, "ERROR"
75 STID_WARNING, "ADVERTENCIA"
76 STID_INFO, "Información"
77 STID_NOT_IMPLEMENTED, "Aún no implementado"
78 STID_HLPFILE_ERROR_s, "Error al leer el archivo de ayuda `%s'"
79 STID_INDEX, "&Índice"
80 STID_CONTENTS, "Summary"
81 STID_BACK, "&Anterior"
82 STID_ALL_FILES, "Todos los archivos (*.*)"
83 STID_HELP_FILES_HLP, "Archivos de ayuda (*.hlp)"
84 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
85 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
86 STID_PSH_INDEX, "Help topics: "
87 }