2 * Copyright 2000 Martin Fuchs
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26 MENUITEM "&Open\tEnter", ID_ACTIVATE
27 MENUITEM "&Move...\tF7", ID_FILE_MOVE
28 MENUITEM "&Copy...\tF8", ID_FILE_COPY
29 MENUITEM "&Delete\tDel", ID_FILE_DELETE
30 MENUITEM "Re&name...", 109
31 MENUITEM "Propert&ies\tAlt+Enter", ID_EDIT_PROPERTIES
33 MENUITEM "&Run...", ID_RUN
35 MENUITEM "Cr&eate Directory...", 111
37 #ifndef _NO_EXTENSIONS
38 MENUITEM "E&xit\tAlt+X", ID_FILE_EXIT
40 MENUITEM "E&xit", ID_FILE_EXIT
45 MENUITEM "Connect &Network Drive...", ID_CONNECT_NETWORK_DRIVE
46 MENUITEM "&Disconnect Network Drive", ID_DISCONNECT_NETWORK_DRIVE
50 MENUITEM "Sp&lit", ID_VIEW_SPLIT
52 MENUITEM "&Name", ID_VIEW_NAME
53 MENUITEM "&All File Details", ID_VIEW_ALL_ATTRIBUTES, CHECKED
55 MENUITEM "&Sort by Name", ID_VIEW_SORT_NAME
56 MENUITEM "Sort &by Type", ID_VIEW_SORT_TYPE
57 MENUITEM "Sort by Si&ze", ID_VIEW_SORT_SIZE
58 MENUITEM "Sort by &Date", ID_VIEW_SORT_DATE
60 MENUITEM "Filter by&...", ID_VIEW_FILTER
64 MENUITEM "&Font...", ID_SELECT_FONT
66 MENUITEM "&Toolbar", ID_VIEW_TOOL_BAR, CHECKED
67 MENUITEM "&Drivebar", ID_VIEW_DRIVE_BAR, CHECKED
68 MENUITEM "&Status Bar", ID_VIEW_STATUSBAR, CHECKED
69 #ifndef _NO_EXTENSIONS
70 MENUITEM "F&ull Screen\tCtrl+Shift+S", ID_VIEW_FULLSCREEN
73 MENUITEM "&Save settings on exit", ID_VIEW_SAVESETTINGS
77 MENUITEM "New &Window", ID_WINDOW_NEW
78 MENUITEM "Cascading\tCtrl+F5", ID_WINDOW_CASCADE
79 MENUITEM "Tile &Horizontally", ID_WINDOW_TILE_HORZ
80 MENUITEM "Tile &Vertically\tCtrl+F4", ID_WINDOW_TILE_VERT
81 MENUITEM "Arrange &Icons", ID_WINDOW_ARRANGE
82 MENUITEM "&Refresh\tF5", ID_REFRESH
86 MENUITEM "&Contents\tF1", ID_HELP
87 MENUITEM "&About Wine File Manager", ID_ABOUT
93 IDS_FONT_SEL_DLG_NAME "Applying font settings"
94 IDS_FONT_SEL_ERROR "Error while selecting new font."
99 IDS_WINEFILE "Wine File Manager"
101 IDS_ROOT_FS "root fs"
103 IDS_DESKTOP "#msgctxt#display name#Desktop"
105 IDS_NO_IMPL "Not yet implemented"
112 IDS_COL_CDATE "CDate"
113 IDS_COL_ADATE "ADate"
114 IDS_COL_MDATE "MDate"
115 IDS_COL_IDX "Index/Inode"
116 IDS_COL_LINKS "Links"
117 IDS_COL_ATTR "Attributes"
118 IDS_COL_SEC "Security"
120 IDS_FREE_SPACE_FMT "%s of %s free"
123 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
125 /* @makedep: winefile.ico */
126 IDI_WINEFILE ICON winefile.ico
128 /* @makedep: toolbar.bmp */
129 IDB_TOOLBAR BITMAP toolbar.bmp
131 /* @makedep: drivebar.bmp */
132 IDB_DRIVEBAR BITMAP drivebar.bmp
134 /* @makedep: images.bmp */
135 IDB_IMAGES BITMAP images.bmp