2 * Resource file for Mac driver
4 * Copyright (c) 2007 Alexandre Julliard
5 * Copyright (c) 2013 Ken Thomases for CodeWeavers Inc.
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
23 #include "macdrv_res.h"
27 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
31 STRING_MENU_WINE "Wine"
32 STRING_MENU_ITEM_HIDE_APPNAME "Hide %@"
33 STRING_MENU_ITEM_HIDE "Hide"
34 STRING_MENU_ITEM_HIDE_OTHERS "Hide Others"
35 STRING_MENU_ITEM_SHOW_ALL "Show All"
36 STRING_MENU_ITEM_QUIT_APPNAME "Quit %@"
37 STRING_MENU_ITEM_QUIT "Quit"
39 STRING_MENU_WINDOW "Window"
40 STRING_MENU_ITEM_MINIMIZE "Minimize"
41 STRING_MENU_ITEM_ZOOM "Zoom"
42 STRING_MENU_ITEM_ENTER_FULL_SCREEN "Enter Full Screen"
43 STRING_MENU_ITEM_BRING_ALL_TO_FRONT "Bring All to Front"
46 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
48 #define WINE_FILEDESCRIPTION_STR "Wine Mac driver"
49 #define WINE_FILENAME_STR "winemac.drv"
51 #include "wine/wine_common_ver.rc"