c0ef9c87186bfec91d458ba8f02ea87896688619
[reactos.git] / dll / win32 / hhctrl.ocx / lang / Pt.rc
1 /*
2 * HTML Help resources
3 * Portuguese Language Support
4 *
5 * Copyright 2008 Ricardo Filipe
6 * Copyright 2010 Gustavo Henrique Milaré
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 #pragma code_page(65001)
24
25 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
26
27 STRINGTABLE
28 BEGIN
29 IDS_DEFTITLE "HTML Help"
30
31 IDS_CONTENTS "&Conteúdos"
32 IDS_INDEX "&Índice"
33 IDS_SEARCH "&Pesquisar"
34 IDS_FAVORITES "&Favoritos"
35 END
36
37 MENU_POPUP MENU
38 {
39 POPUP "" /* Options */
40 {
41 MENUITEM "", IDTB_EXPAND
42 MENUITEM "S&incronizar", IDTB_SYNC
43 MENUITEM "&Retroceder", IDTB_BACK
44 MENUITEM "&Avançar", IDTB_FORWARD
45 MENUITEM "&Home", IDTB_HOME
46 MENUITEM "&Parar", IDTB_STOP
47 MENUITEM "A&ctualizar", IDTB_REFRESH
48 MENUITEM "&Imprimir...", IDTB_PRINT
49 }
50 }
51
52 MENU_WEBBROWSER MENU
53 {
54 POPUP ""
55 {
56 MENUITEM "&Retroceder", IDTB_BACK
57 MENUITEM "&Avançar", IDTB_FORWARD
58 MENUITEM SEPARATOR
59 MENUITEM "Seleccionar &tudo", MIID_SELECTALL
60 MENUITEM SEPARATOR
61 MENUITEM "&Ver código fonte", MIID_VIEWSOURCE
62 MENUITEM SEPARATOR
63 MENUITEM "&Imprimir...", IDTB_PRINT
64 MENUITEM "A&ctualizar", IDTB_REFRESH
65 MENUITEM SEPARATOR
66 MENUITEM "&Propriedades", MIID_PROPERTIES
67 }
68 POPUP ""
69 {
70 MENUITEM "Cor&tar", MIID_CUT
71 MENUITEM "&Copiar", MIID_COPY
72 MENUITEM "Co&lar", MIID_PASTE
73 MENUITEM "Seleccionar &tudo", MIID_SELECTALL
74 MENUITEM "&Imprimir", IDTB_PRINT
75 }
76 }
77
78 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
79
80 STRINGTABLE
81 BEGIN
82 IDTB_EXPAND "Mostrar"
83 IDTB_CONTRACT "Ocultar"
84 IDTB_STOP "Parar"
85 IDTB_REFRESH "Recarregar"
86 IDTB_BACK "Voltar"
87 IDTB_HOME "Início"
88 IDTB_SYNC "Sincronizar"
89 IDTB_PRINT "Imprimir"
90 IDTB_OPTIONS "Opções"
91 IDTB_FORWARD "Avançar"
92 END
93
94 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
95
96 STRINGTABLE
97 BEGIN
98 IDTB_EXPAND "Mostrar"
99 IDTB_CONTRACT "Esconder"
100 IDTB_STOP "Parar"
101 IDTB_REFRESH "Actualizar"
102 IDTB_BACK "Retroceder"
103 IDTB_HOME "Início"
104 IDTB_SYNC "Sincronizar"
105 IDTB_PRINT "Imprimir"
106 IDTB_OPTIONS "Opções"
107 IDTB_FORWARD "Avançar"
108 END