Added -res option to specify resources on winebuild command-line.
[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  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 /* This file is not yet complete !! */
23
24 #define LANGUAGE_ID                  Pt
25 #define LANGUAGE_NUMBER              16
26
27 /* Menu */
28
29 #define MENU_FILE                    "&Arquivo"
30 #define MENU_FILE_OPEN               "A&brir..."
31 #define MENU_FILE_PRINT              "&Imprimir"
32 #define MENU_FILE_PRINTER_SETUP      "&Configurar Impressora..."
33 #define MENU_FILE_EXIT               "&Sair"
34
35 #define MENU_EDIT                    "&Editar"
36 #define MENU_EDIT_COPY_DIALOG        "&Copiar..."
37 #define MENU_EDIT_ANNOTATE           "&Anotar..."
38
39 #define MENU_BOOKMARK                "&Marcador"
40 #define MENU_BOOKMARK_DEFINE         "&Definir..."
41
42 #define MENU_HELP                    "&Ajuda"
43 #define MENU_HELP_ON_HELP            "Ajuda &na ajuda"
44 #define MENU_HELP_ON_TOP             "Sempre &visível"
45 #define MENU_HELP_INFO               "&Info..."
46 #define MENU_HELP_ABOUT_WINE         "&Sobre WINE"
47
48 /* Strings */
49
50 #define STRING_WINE_HELP             "Ajuda WINE"
51 #define STRING_ERROR                 "ERRO"
52 #define STRING_WARNING               "AVISO"
53 #define STRING_INFO                  "Informaçãi"
54 #define STRING_NOT_IMPLEMENTED       "Não implementado"
55 #define STRING_HLPFILE_ERROR_s       "Foi encontrado um erro enquanto lia `%s'"
56 #define STRING_CONTENTS              "&Conteúdo"
57 #define STRING_SEARCH                "&Procurar"
58 #define STRING_BACK                  "&Voltar"
59 #define STRING_HISTORY               "&Histórico"
60 #define STRING_ALL_FILES             "Todos os arquivo (*.*)"
61 #define STRING_HELP_FILES_HLP        "Arquivos de ajuda (*.hlp)"
62
63 #include "Xx.rc"