xref: /reactos/dll/win32/hhctrl.ocx/lang/Es.rc (revision f308c6a2)
1/*
2 * HTML Help resources
3 * Spanish Language Support
4 *
5 * Copyright 2010 José Manuel Ferrer Ortiz
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22/* UTF-8 */
23#pragma code_page(65001)
24
25LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
26
27STRINGTABLE
28BEGIN
29#ifdef __REACTOS__
30    IDS_DEFTITLE     "HTML Help"
31#endif
32    IDS_CONTENTS     "&Contenido"
33    IDS_INDEX        "Í&ndice"
34    IDS_SEARCH       "&Buscar"
35    IDS_FAVORITES    "Favor&itos"
36
37    IDS_HIDETABS     "&Ocultar Pestañas"
38    IDS_SHOWTABS     "&Enseñar Pestañas"
39END
40
41STRINGTABLE
42BEGIN
43    IDTB_EXPAND      "Mostrar"
44    IDTB_CONTRACT    "Ocultar"
45    IDTB_STOP        "Parar"
46    IDTB_REFRESH     "Recargar"
47    IDTB_BACK        "Atrás"
48    IDTB_HOME        "Inicio"
49    IDTB_SYNC        "Sincronizar"
50    IDTB_PRINT       "Imprimir"
51    IDTB_OPTIONS     "Opciones"
52    IDTB_FORWARD     "Adelante"
53END
54
55MENU_POPUP MENU
56{
57    POPUP "" /* Options */
58    {
59        MENUITEM "", IDTB_EXPAND
60        MENUITEM "S&incronizar", IDTB_SYNC
61        MENUITEM "&Atrás", IDTB_BACK
62        MENUITEM "A&delante", IDTB_FORWARD
63        MENUITEM "&Inicio", IDTB_HOME
64        MENUITEM "&Principal", IDTB_STOP
65        MENUITEM "&Recargar", IDTB_REFRESH
66        MENUITEM "&Imprimir...", IDTB_PRINT
67    }
68}
69
70MENU_WEBBROWSER MENU
71{
72    POPUP ""
73    {
74        MENUITEM "&Atrás", IDTB_BACK
75        MENUITEM "A&delante", IDTB_FORWARD
76        MENUITEM SEPARATOR
77        MENUITEM "Seleccionar &Todo", MIID_SELECTALL
78        MENUITEM SEPARATOR
79        MENUITEM "&Ver código", MIID_VIEWSOURCE
80        MENUITEM SEPARATOR
81        MENUITEM "&Imprimir...", IDTB_PRINT
82        MENUITEM "&Recargar", IDTB_REFRESH
83        MENUITEM SEPARATOR
84        MENUITEM "Propie&dades", MIID_PROPERTIES
85    }
86    POPUP ""
87    {
88        MENUITEM "Cort&ar", MIID_CUT
89        MENUITEM "&Copiar", MIID_COPY
90        MENUITEM "Pegar", MIID_PASTE
91        MENUITEM "Seleccionar &Todo", MIID_SELECTALL
92        MENUITEM "&Imprimir", IDTB_PRINT
93    }
94}
95