push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / view / Pt.rc
blob47aab014002944929be7dee48e7e03dfd1f7a422
1 /*
2  * View
3  * Portuguese Language Support
4  *
5  * Copyright 2003 Marcelo Duarte
6  * Copyright 2004 Américo José Melo
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
24  *
25  * Menu
26  *
27  */
29 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
31 VIEW MENU
32 BEGIN
33     POPUP "&Arquivo"
34     BEGIN
35         MENUITEM "&A",                  IDM_OPEN
36         MENUITEM "Sai&r",                       IDM_EXIT
37     END
38     POPUP "&Pan"
39     BEGIN
40       MENUITEM "Ajustar a &janela",              IDM_SET_EXT_TO_WIN
41       MENUITEM SEPARATOR
42       MENUITEM "&Esquerda",                             IDM_LEFT
43       MENUITEM "&Direita",                      IDM_RIGHT
44       MENUITEM "&Acima",                                IDM_UP
45       MENUITEM "A&baixo",                               IDM_DOWN
46     END
47 END
49 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
51 VIEW MENU
52 BEGIN
53     POPUP "&Ficheiro"
54     BEGIN
55         MENUITEM "&Abrir",                      IDM_OPEN
56         MENUITEM "Sai&r",                       IDM_EXIT
57     END
58     POPUP "&Pan"
59     BEGIN
60       MENUITEM "Ajustar &janela",              IDM_SET_EXT_TO_WIN
61       MENUITEM SEPARATOR
62       MENUITEM "&Esquerda",                             IDM_LEFT
63       MENUITEM "&Direita",                      IDM_RIGHT
64       MENUITEM "&Acima",                                IDM_UP
65       MENUITEM "A&baixo",                               IDM_DOWN
66     END
67 END
71  *
72  * Accelerator
73  *
74  */
76 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
78 VIEW ACCELERATORS
79 BEGIN
80     "Q", IDM_EXIT, VIRTKEY, CONTROL
81 END
85  *
86  * String Table
87  *
88  */
90 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
92 STRINGTABLE DISCARDABLE
93 BEGIN
94     IDS_DESCRIPTION         "Regular Metafile Viewer"
95 END
97 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
99 STRINGTABLE DISCARDABLE
100 BEGIN
101     IDS_DESCRIPTION         "Visualizador Regular de Ficheiros Meta"