urlmon: Added some tests and fixes of file protocol.
[wine] / programs / view / Pt.rc
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21  */
22
23 /*
24  *
25  * Menu
26  *
27  */
28
29 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
30
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     POPUP "&Informações"
48     BEGIN
49         MENUITEM "&Hello",                      IDM_HELLO
50     END
51 END
52
53 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
54
55 VIEW MENU
56 BEGIN
57     POPUP "&Ficheiro"
58     BEGIN
59         MENUITEM "&Abrir",                      IDM_OPEN
60         MENUITEM "Sai&r",                       IDM_EXIT
61     END
62     POPUP "&Pan"
63     BEGIN
64       MENUITEM "Ajustar a &janela",              IDM_SET_EXT_TO_WIN
65       MENUITEM SEPARATOR
66       MENUITEM "&Esquerda",                             IDM_LEFT
67       MENUITEM "&Direita",                      IDM_RIGHT
68       MENUITEM "&Acima",                                IDM_UP
69       MENUITEM "A&baixo",                               IDM_DOWN
70     END
71     POPUP "&Informações"
72     BEGIN
73         MENUITEM "&Olá",                        IDM_HELLO
74     END
75 END
76
77
78 /*
79  *
80  * Accelerator
81  *
82  */
83
84 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
85
86 VIEW ACCELERATORS
87 BEGIN
88     "Q", IDM_EXIT, VIRTKEY, CONTROL
89 END
90
91
92 /*
93  *
94  * String Table
95  *
96  */
97
98 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
99
100 STRINGTABLE DISCARDABLE
101 BEGIN
102     IDS_APPNAME             "View"
103     IDS_DESCRIPTION         "Regular Metafile Viewer"
104 END
105
106 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
107
108 STRINGTABLE DISCARDABLE
109 BEGIN
110     IDS_APPNAME             "Ver"
111     IDS_DESCRIPTION         "Visualizador Regular de Ficheiros Meta"
112 END