push 0a6b4a6c9e6bf38a9b3d5ed71f415701d1ca15d1
[wine/hacks.git] / programs / winhelp / Pt.rc
blob52c8a01f06b12fdeb33517056cf7bc26a72f387a
1 /*
2  * Help Viewer
3  * Portuguese Language Support
4  *
5  * Copyright 1996 Ulrich Schmid
6  * Portuguese translation by Gustavo Junior Alves <alves@correionet.com.br>
7  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
8  * Copyright 2003 Marcelo Duarte
9  * Copyright 2004,2007 Américo José Melo
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  * Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public
22  * License along with this library; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24  */
26 /* Menu */
28 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
30 MAIN_MENU MENU
32  POPUP "&Arquivo" {
33   MENUITEM "&Abrir...", MNID_FILE_OPEN
34   MENUITEM SEPARATOR
35   MENUITEM "&Imprimir", MNID_FILE_PRINT
36   MENUITEM "&Configurar Impressora...", MNID_FILE_SETUP
37    MENUITEM SEPARATOR
38   MENUITEM "Sai&r", MNID_FILE_EXIT
39  }
40  POPUP "&Editar" {
41    MENUITEM "&Copiar...", MNID_EDIT_COPYDLG
42    MENUITEM SEPARATOR
43    MENUITEM "&Anotar...", MNID_EDIT_ANNOTATE
44  }
45  POPUP "In&dicador" {
46    MENUITEM "&Definir...", MNID_BKMK_DEFINE
47  }
48  POPUP "Aj&uda" {
49    MENUITEM "Ajuda &na ajuda", MNID_HELP_HELPON
50    MENUITEM "Sempre &visível", MNID_HELP_HELPTOP
51    MENUITEM SEPARATOR
52    MENUITEM "&Informações...", MNID_HELP_ABOUT
53 #ifdef WINELIB
54    MENUITEM "&Sobre WINE", MNID_HELP_WINE
55 #endif
56  }
59 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
61 MAIN_MENU MENU
63  POPUP "&Ficheiro" {
64   MENUITEM "&Abrir...", MNID_FILE_OPEN
65   MENUITEM SEPARATOR
66   MENUITEM "&Imprimir", MNID_FILE_PRINT
67   MENUITEM "&Configurar Impressora...", MNID_FILE_SETUP
68    MENUITEM SEPARATOR
69   MENUITEM "Sai&r", MNID_FILE_EXIT
70  }
71  POPUP "&Editar" {
72    MENUITEM "&Copiar...", MNID_EDIT_COPYDLG
73    MENUITEM SEPARATOR
74    MENUITEM "&Anotar...", MNID_EDIT_ANNOTATE
75  }
76  POPUP "In&dicador" {
77    MENUITEM "&Definir...", MNID_BKMK_DEFINE
78  }
79  POPUP "Aj&uda" {
80    MENUITEM "Ajuda &na ajuda", MNID_HELP_HELPON
81    MENUITEM "Sempre &visível", MNID_HELP_HELPTOP
82    MENUITEM SEPARATOR
83    MENUITEM "&Informações...", MNID_HELP_ABOUT
84 #ifdef WINELIB
85    MENUITEM "&Acerca do WINE", MNID_HELP_WINE
86 #endif
87  }
90 /* Strings */
92 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
94 STRINGTABLE DISCARDABLE
96 STID_WINE_HELP,         "Ajuda WINE"
97 STID_WHERROR,           "ERRO"
98 STID_WARNING,           "AVISO"
99 STID_INFO,              "Informação"
100 STID_NOT_IMPLEMENTED,   "Não implementado"
101 STID_HLPFILE_ERROR_s,   "Erro encontrado na leitura do arquivo de ajuda '%s'"
102 STID_CONTENTS,          "&Conteúdo"
103 STID_SEARCH,            "&Procurar"
104 STID_BACK,              "&Voltar"
105 STID_HISTORY,           "&Histórico"
106 STID_TOPICS,            "&Tópicos"
107 STID_ALL_FILES,         "Todos os arquivos (*.*)"
108 STID_HELP_FILES_HLP,    "Arquivos de ajuda (*.hlp)"
109 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
112 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
114 STRINGTABLE DISCARDABLE
116 STID_WINE_HELP,         "Ajuda WINE"
117 STID_WHERROR,           "ERRO"
118 STID_WARNING,           "AVISO"
119 STID_INFO,              "Informação"
120 STID_NOT_IMPLEMENTED,   "Não implementado"
121 STID_HLPFILE_ERROR_s,   "Erro encontrado na leitura do ficheiro de ajuda '%s'"
122 STID_CONTENTS,          "&Conteúdo"
123 STID_SEARCH,            "&Procurar"
124 STID_BACK,              "&Voltar"
125 STID_HISTORY,           "&Histórico"
126 STID_TOPICS,            "&Tópicos"
127 STID_ALL_FILES,         "Todos os ficheiros (*.*)"
128 STID_HELP_FILES_HLP,    "Ficheiros de ajuda (*.hlp)"
129 STID_FILE_NOT_FOUND_s   "Não é possível encontrar '%s'. Deseja procurar este ficheiro você mesmo?"