configure: Changes from running autconf after previous patch.
[wine/hacks.git] / programs / view / Pt.rc
blob5ae626a77c054ff0bec6f5bb53495f40c099eaac
1 /*
2  * View
3  * Portuguese Language Support
4  *
5  * Copyright 2003 Marcelo Duarte
6  * Copyright 2004 Américo José Melo
7  * Copyright 2010 Gustavo Henrique Milaré
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
24 #include "resource.h"
26 #pragma code_page(65001)
29  *
30  * Menu
31  *
32  */
34 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
36 VIEW MENU
37 BEGIN
38     POPUP "&Arquivo"
39     BEGIN
40         MENUITEM "&Abrir",                      IDM_OPEN
41         MENUITEM "Sai&r",                       IDM_EXIT
42     END
43     POPUP "&Pan"
44     BEGIN
45       MENUITEM "Ajustar a &janela",              IDM_SET_EXT_TO_WIN
46       MENUITEM SEPARATOR
47       MENUITEM "&Esquerda",                             IDM_LEFT
48       MENUITEM "&Direita",                      IDM_RIGHT
49       MENUITEM "&Acima",                                IDM_UP
50       MENUITEM "A&baixo",                               IDM_DOWN
51     END
52 END
54 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
56 VIEW MENU
57 BEGIN
58     POPUP "&Ficheiro"
59     BEGIN
60         MENUITEM "&Abrir",                      IDM_OPEN
61         MENUITEM "Sai&r",                       IDM_EXIT
62     END
63     POPUP "&Pan"
64     BEGIN
65       MENUITEM "Ajustar &janela",              IDM_SET_EXT_TO_WIN
66       MENUITEM SEPARATOR
67       MENUITEM "&Esquerda",                             IDM_LEFT
68       MENUITEM "&Direita",                      IDM_RIGHT
69       MENUITEM "&Acima",                                IDM_UP
70       MENUITEM "A&baixo",                               IDM_DOWN
71     END
72 END
76  *
77  * Accelerator
78  *
79  */
81 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
83 VIEW ACCELERATORS
84 BEGIN
85     "Q", IDM_EXIT, VIRTKEY, CONTROL
86 END
90  *
91  * String Table
92  *
93  */
95 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
97 STRINGTABLE DISCARDABLE
98 BEGIN
99     IDS_DESCRIPTION         "Visualizador Regular de Metafiles"
102 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
104 STRINGTABLE DISCARDABLE
105 BEGIN
106     IDS_DESCRIPTION         "Visualizador Regular de Ficheiros Meta"