po: Update Italian translation.
[wine.git] / programs / winefile / En.rc
blobea43a05240756c4466495b40c83f69b29a110e33
1 /*
2  * WineFile
3  * English Language Support
4  *
5  * Copyright 2000 Martin Fuchs
6  * Copyright 2002 Steven Edwards
7  * Copyright 2002 Alexandre Julliard
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 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
28 IDA_WINEFILE ACCELERATORS
30         VK_F1, ID_HELP, VIRTKEY
31         VK_F5, ID_REFRESH, VIRTKEY
32         VK_F7, ID_FILE_MOVE, VIRTKEY
33         VK_F8, ID_FILE_COPY, VIRTKEY
34         VK_DELETE, ID_FILE_DELETE, VIRTKEY
35         VK_RETURN, ID_ACTIVATE, VIRTKEY
36         VK_RETURN, ID_EDIT_PROPERTIES, VIRTKEY, ALT
37 #ifndef _NO_EXTENSIONS
38         "X", ID_FILE_EXIT, VIRTKEY, ALT
39         "S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL
40         VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL
41 #endif