Moved DLLFLAGS to a separate variable instead of including it in
[wine] / programs / winhelp / Pt.rc
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  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23  */
24
25 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
26
27 /* Menu */
28 MAIN_MENU MENU
29 {
30  POPUP "&Arquivo" {
31   MENUITEM "&Abrir...", MNID_FILE_OPEN
32   MENUITEM SEPARATOR
33   MENUITEM "&Imprimir", MNID_FILE_PRINT
34   MENUITEM "&Configurar Impressora...", MNID_FILE_SETUP
35    MENUITEM SEPARATOR
36   MENUITEM "Sai&r", MNID_FILE_EXIT
37  }
38  POPUP "&Editar" {
39    MENUITEM "&Copiar...", MNID_EDIT_COPYDLG
40    MENUITEM SEPARATOR
41    MENUITEM "&Anotar...", MNID_EDIT_ANNOTATE
42  }
43  POPUP "In&dicador" {
44    MENUITEM "&Definir...", MNID_BKMK_DEFINE
45  }
46  POPUP "Aj&uda" {
47    MENUITEM "Ajuda &na ajuda", MNID_HELP_HELPON
48    MENUITEM "Sempre &visível", MNID_HELP_HELPTOP
49    MENUITEM SEPARATOR
50    MENUITEM "&Informações...", MNID_HELP_ABOUT
51 #ifdef WINELIB
52    MENUITEM "&Sobre WINE", MNID_HELP_WINE
53 #endif
54  }
55 }
56
57 /* Strings */
58
59 STRINGTABLE DISCARDABLE
60 {
61 STID_WINE_HELP,         "Ajuda WINE"
62 STID_WHERROR,           "ERRO"
63 STID_WARNING,           "AVISO"
64 STID_INFO,              "Informação"
65 STID_NOT_IMPLEMENTED,   "Não implementado"
66 STID_HLPFILE_ERROR_s,   "Erro encontrado na leitura do arquivo de ajuda '%s'"
67 STID_CONTENTS,          "&Conteúdo"
68 STID_SEARCH,            "&Procurar"
69 STID_BACK,              "&Voltar"
70 STID_HISTORY,           "&Histórico"
71 STID_TOPICS,            "&Tópicos"
72 STID_ALL_FILES,         "Todos os arquivos (*.*)"
73 STID_HELP_FILES_HLP,    "Arquivos de ajuda (*.hlp)"
74 }