hhctrl.ocx: Fix Portuguese (Brazilian) translation.
[wine] / dlls / hhctrl.ocx / 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 #include "resource.h"
24
25 #pragma code_page(65001)
26
27 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
28
29 STRINGTABLE
30 BEGIN
31     IDS_CONTENTS     "&Conteúdos"
32     IDS_INDEX        "&Índice"
33     IDS_SEARCH       "&Pesquisar"
34     IDS_FAVORITES    "&Favoritos"
35 END
36
37
38 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
39
40 STRINGTABLE
41 BEGIN
42     IDTB_EXPAND      "Mostrar"
43     IDTB_CONTRACT    "Ocultar"
44     IDTB_STOP        "Parar"
45     IDTB_REFRESH     "Recarregar"
46     IDTB_BACK        "Voltar"
47     IDTB_HOME        "Início"
48     IDTB_SYNC        "Sincronizar"
49     IDTB_PRINT       "Imprimir"
50     IDTB_OPTIONS     "Opções"
51     IDTB_FORWARD     "Avançar"
52     IDTB_NOTES       "IDTB_NOTES"
53     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
54     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
55     IDTB_CONTENTS    "IDTB_CONTENTS"
56     IDTB_INDEX       "IDTB_INDEX"
57     IDTB_SEARCH      "IDTB_SEARCH"
58     IDTB_HISTORY     "IDTB_HISTORY"
59     IDTB_FAVORITES   "IDTB_FAVORITES"
60     IDTB_JUMP1       "Jump1"
61     IDTB_JUMP2       "Jump2"
62     IDTB_CUSTOMIZE   "Personalizar"
63     IDTB_ZOOM        "Zoom"
64     IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
65     IDTB_TOC_PREV    "IDTB_TOC_PREV"
66 END
67
68 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
69
70 STRINGTABLE
71 BEGIN
72     IDTB_EXPAND      "Mostrar"
73     IDTB_CONTRACT    "Esconder"
74     IDTB_STOP        "Parar"
75     IDTB_REFRESH     "Actualizar"
76     IDTB_BACK        "Retroceder"
77     IDTB_HOME        "Início"
78     IDTB_SYNC        "Sincronizar"
79     IDTB_PRINT       "Imprimir"
80     IDTB_OPTIONS     "Opções"
81     IDTB_FORWARD     "Avançar"
82     IDTB_NOTES       "IDTB_NOTES"
83     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
84     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
85     IDTB_CONTENTS    "IDTB_CONTENTS"
86     IDTB_INDEX       "IDTB_INDEX"
87     IDTB_SEARCH      "IDTB_SEARCH"
88     IDTB_HISTORY     "IDTB_HISTORY"
89     IDTB_FAVORITES   "IDTB_FAVORITES"
90     IDTB_JUMP1       "Jump1"
91     IDTB_JUMP2       "Jump2"
92     IDTB_CUSTOMIZE   "Personalizar"
93     IDTB_ZOOM        "Zoom"
94     IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
95     IDTB_TOC_PREV    "IDTB_TOC_PREV"
96 END