[HHCTRL.OCX]
[reactos.git] / reactos / 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_CONTENTS "&Conteúdos"
30 IDS_INDEX "&Índice"
31 IDS_SEARCH "&Pesquisar"
32 IDS_FAVORITES "&Favoritos"
33 END
34
35 MENU_POPUP MENU
36 {
37 POPUP "" /* Options */
38 {
39 MENUITEM "", IDTB_EXPAND
40 MENUITEM "S&ync", IDTB_SYNC
41 MENUITEM "&Back", IDTB_BACK
42 MENUITEM "&Forward", IDTB_FORWARD
43 MENUITEM "&Home", IDTB_HOME
44 MENUITEM "&Stop", IDTB_STOP
45 MENUITEM "&Refresh", IDTB_REFRESH
46 MENUITEM "&Print...", IDTB_PRINT
47 }
48 }
49
50 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
51
52 STRINGTABLE
53 BEGIN
54 IDTB_EXPAND "Mostrar"
55 IDTB_CONTRACT "Ocultar"
56 IDTB_STOP "Parar"
57 IDTB_REFRESH "Recarregar"
58 IDTB_BACK "Voltar"
59 IDTB_HOME "Início"
60 IDTB_SYNC "Sincronizar"
61 IDTB_PRINT "Imprimir"
62 IDTB_OPTIONS "Opções"
63 IDTB_FORWARD "Avançar"
64 END
65
66 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
67
68 STRINGTABLE
69 BEGIN
70 IDTB_EXPAND "Mostrar"
71 IDTB_CONTRACT "Esconder"
72 IDTB_STOP "Parar"
73 IDTB_REFRESH "Actualizar"
74 IDTB_BACK "Retroceder"
75 IDTB_HOME "Início"
76 IDTB_SYNC "Sincronizar"
77 IDTB_PRINT "Imprimir"
78 IDTB_OPTIONS "Opções"
79 IDTB_FORWARD "Avançar"
80 END