5d1417a1a958fd1d6b7c8916394eafb935136ec0
[reactos.git] / dll / win32 / hhctrl.ocx / lang / Es.rc
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
25 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
26
27 STRINGTABLE
28 BEGIN
29 IDS_CONTENTS "&Contenido"
30 IDS_INDEX "Í&ndice"
31 IDS_SEARCH "&Buscar"
32 IDS_FAVORITES "Favor&itos"
33
34 IDS_HIDETABS "&Ocultar Pestañas"
35 IDS_SHOWTABS "&Enseñar Pestañas"
36 END
37
38 STRINGTABLE
39 BEGIN
40 IDTB_EXPAND "Mostrar"
41 IDTB_CONTRACT "Ocultar"
42 IDTB_STOP "Parar"
43 IDTB_REFRESH "Recargar"
44 IDTB_BACK "Atrás"
45 IDTB_HOME "Inicio"
46 IDTB_SYNC "Sincronizar"
47 IDTB_PRINT "Imprimir"
48 IDTB_OPTIONS "Opciones"
49 IDTB_FORWARD "Adelante"
50 END
51
52 MENU_POPUP MENU
53 {
54 POPUP "" /* Options */
55 {
56 MENUITEM "", IDTB_EXPAND
57 MENUITEM "S&incronizar", IDTB_SYNC
58 MENUITEM "&Atrás", IDTB_BACK
59 MENUITEM "A&delante", IDTB_FORWARD
60 MENUITEM "&Inicio", IDTB_HOME
61 MENUITEM "&Principal", IDTB_STOP
62 MENUITEM "&Recargar", IDTB_REFRESH
63 MENUITEM "&Imprimir...", IDTB_PRINT
64 }
65 }
66
67 MENU_WEBBROWSER MENU
68 {
69 POPUP ""
70 {
71 MENUITEM "&Atrás", IDTB_BACK
72 MENUITEM "A&delante", IDTB_FORWARD
73 MENUITEM SEPARATOR
74 MENUITEM "Seleccionar &Todo", MIID_SELECTALL
75 MENUITEM SEPARATOR
76 MENUITEM "&Ver código", MIID_VIEWSOURCE
77 MENUITEM SEPARATOR
78 MENUITEM "&Imprimir...", IDTB_PRINT
79 MENUITEM "&Recargar", IDTB_REFRESH
80 MENUITEM SEPARATOR
81 MENUITEM "Propie&dades", MIID_PROPERTIES
82 }
83 POPUP ""
84 {
85 MENUITEM "Cort&ar", MIID_CUT
86 MENUITEM "&Copiar", MIID_COPY
87 MENUITEM "Pegar", MIID_PASTE
88 MENUITEM "Seleccionar &Todo", MIID_SELECTALL
89 MENUITEM "&Imprimir", IDTB_PRINT
90 }
91 }