push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / view / En.rc
blob042f303e9f125811ba2b9235143e60f753ea4f9d
1 /*
2  * View
3  * English Language Support
4  *
5  * Copyright 1998 Douglas Ridgway
6  * Copyright 2003 Marcelo Duarte
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  */
23 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26  *
27  * Menu
28  *
29  */
31 VIEW MENU
32 BEGIN
33     POPUP "&File"
34     BEGIN
35         MENUITEM "&Open",                       IDM_OPEN
36         MENUITEM "E&xit",                       IDM_EXIT
37     END
38     POPUP "&Pan"
39     BEGIN
40       MENUITEM "&Scale to Window",              IDM_SET_EXT_TO_WIN
41       MENUITEM SEPARATOR
42       MENUITEM "&Left",                         IDM_LEFT
43       MENUITEM "&Right",                        IDM_RIGHT
44       MENUITEM "&Up",                           IDM_UP
45       MENUITEM "&Down",                         IDM_DOWN
46     END
47 END
51  *
52  * Accelerator
53  *
54  */
56 VIEW ACCELERATORS
57 BEGIN
58     "Q", IDM_EXIT, VIRTKEY, CONTROL
59 END
63  *
64  * String Table
65  *
66  */
68 STRINGTABLE DISCARDABLE
69 BEGIN
70     IDS_DESCRIPTION         "Regular Metafile Viewer"
71 END