- Converted Winhelp for use of NLS
[wine] / programs / winhelp / Pt.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Portuguese translation by Gustavo Junior Alves <alves@correionet.com.br>
6  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 /* Menu */
24
25 MAIN_MENU MENU LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
26 {
27  POPUP "&Arquiv" {
28   MENUITEM "A&brir...", 0x101
29   MENUITEM SEPARATOR   
30   MENUITEM "&Imprimir", 0x104
31   MENUITEM "&Configurar Impressora...", 0x106
32    MENUITEM SEPARATOR   
33   MENUITEM "&Sair", 0x108
34  }
35  POPUP "&Editar" {
36    MENUITEM "&Copiar...", 0x10A
37    MENUITEM SEPARATOR   
38    MENUITEM "&Anotar...", 0x10C
39  }
40  POPUP "&Marcador" {
41    MENUITEM "&Definir...", 0x10E
42  }
43  POPUP "&Ajuda" {
44    MENUITEM "Ajuda &na ajuda", 0x110
45    MENUITEM "Sempre &visível", 0x111
46    MENUITEM SEPARATOR   
47    MENUITEM "&Info...", 0x113
48 #ifdef WINELIB
49    MENUITEM "&Sobre WINE", 0x114
50 #endif
51  }
52 }
53
54 /* Strings */
55
56 STRINGTABLE DISCARDABLE LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
57 {
58 WINE_HELP,              "Ajuda WINE"
59 WHERROR,                "ERRO"
60 WARNING,                "AVISO"
61 INFO,                   "Informaçãi"
62 NOT_IMPLEMENTED,        "Não implementado"
63 HLPFILE_ERROR_s,        "Foi encontrado um erro enquanto lia `%s'"
64 CONTENTS,               "&Conteúdo"
65 SEARCH,                 "&Procurar"
66 BACK,                   "&Voltar"
67 HISTORY,                "&Histórico"
68 ALL_FILES,              "Todos os arquivo (*.*)"
69 HELP_FILES_HLP,         "Arquivos de ajuda (*.hlp)"
70 }