~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/winefile/En.rc

Version: ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~ [ wine-1.0-rc5 ] ~ [ wine-1.0-rc4 ] ~ [ wine-1.0-rc3 ] ~ [ wine-1.0-rc2 ] ~ [ wine-1.0-rc1 ] ~ [ wine-0.9.61 ] ~ [ wine-0.9.60 ] ~ [ wine-0.9.59 ] ~ [ wine-0.9.58 ] ~ [ wine-0.9.57 ] ~ [ wine-0.9.56 ] ~ [ wine-0.9.55 ] ~ [ wine-0.9.54 ] ~ [ wine-0.9.53 ] ~ [ wine-0.9.52 ] ~ [ wine-0.9.51 ] ~ [ wine-0.9.50 ] ~ [ wine-0.9.49 ] ~ [ wine-0.9.48 ] ~ [ wine-0.9.47 ] ~ [ wine-0.9.46 ] ~ [ wine-0.9.45 ] ~ [ wine-0.9.44 ] ~ [ wine-0.9.43 ] ~ [ wine-0.9.42 ] ~ [ wine-0.9.41 ] ~ [ wine-0.9.40 ] ~ [ wine-0.9.39 ] ~ [ wine-0.9.38 ] ~ [ wine-0.9.37 ] ~ [ wine-0.9.36 ] ~ [ wine-0.9.35 ] ~ [ wine-0.9.34 ] ~ [ wine-0.9.33 ] ~ [ wine-0.9.32 ] ~ [ wine-0.9.31 ] ~ [ wine-0.9.30 ] ~ [ wine-0.9.29 ] ~ [ wine-0.9.28 ] ~ [ wine-0.9.27 ] ~ [ wine-0.9.26 ] ~ [ wine-0.9.25 ] ~ [ wine-0.9.24 ] ~ [ wine-0.9.23 ] ~ [ wine-0.9.22 ] ~ [ wine-0.9.21 ] ~ [ wine-0.9.20 ] ~ [ wine-0.9.19 ] ~ [ wine-0.9.18 ] ~ [ wine-0.9.17 ] ~ [ wine-0.9.16 ] ~ [ wine-0.9.15 ] ~ [ wine-0.9.14 ] ~ [ wine-0.9.13 ] ~ [ wine-0.9.12 ] ~ [ wine-0.9.11 ] ~ [ wine-0.9.10 ] ~ [ wine-0.9.9 ] ~ [ wine-0.9.8 ] ~ [ wine-0.9.7 ] ~ [ wine-0.9.6 ] ~ [ wine-0.9.5 ] ~ [ wine-0.9.4 ] ~ [ wine-0.9.3 ] ~ [ wine-0.9.2 ] ~ [ wine-0.9.1 ] ~ [ wine-0.9 ] ~ [ wine20050930 ] ~ [ wine20050830 ] ~ [ wine20050725 ] ~ [ wine20050628 ] ~ [ wine20050524 ] ~ [ wine20050419 ] ~ [ wine20050310 ] ~ [ wine20050211 ] ~ [ wine20050111 ] ~ [ wine20041201 ] ~ [ wine20041019 ] ~ [ wine20040914 ] ~ [ wine20040813 ] ~ [ wine20040716 ] ~ [ wine20040615 ] ~ [ wine20040505 ] ~ [ wine20040408 ] ~ [ wine20040309 ] ~ [ wine20040213 ] ~ [ wine20040121 ] ~ [ wine20031212 ] ~ [ wine20031118 ] ~ [ wine20031016 ] ~ [ wine20030911 ] ~ [ wine20030813 ] ~ [ wine20030709 ] ~ [ wine20030618 ] ~ [ wine20030508 ] ~ [ wine20030408 ] ~ [ wine20030318 ] ~ [ wine20030219 ] ~ [ wine20030115 ] ~ [ wine20021219 ] ~ [ wine20021125 ] ~ [ wine20021031 ] ~ [ wine20021007 ] ~ [ wine20020904 ] ~ [ wine20020804 ] ~ [ wine20020710 ] ~ [ wine20020605 ] ~ [ wine20020509 ] ~ [ wine20020411 ] ~ [ wine20020310 ] ~ [ wine20020228 ] ~ [ wine20011226 ] ~ [ wine20011108 ] ~ [ wine20011004 ] ~ [ wine20010824 ] ~ [ wine20010731 ] ~ [ wine20010629 ] ~ [ wine20010510 ] ~ [ wine20010418 ] ~ [ wine20010326 ] ~ [ wine20010305 ] ~ [ wine20010216 ] ~ [ wine20010112 ] ~ [ wine20001222 ] ~ [ wine20001202 ] ~ [ wine20001026 ] ~ [ wine20001002 ] ~ [ wine20000909 ] ~ [ wine20000821 ] ~ [ wine20000801 ] ~ [ wine20000716 ] ~ [ wine20000326 ] ~ [ wine20000227 ] ~ [ wine20000130 ] ~ [ wine20000109 ] ~

  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  */
 23 
 24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 25 
 26 /* Menu */
 27 
 28 IDM_WINEFILE MENU FIXED IMPURE
 29 {
 30     POPUP "&File"  {
 31         MENUITEM "&Open\tEnter",                ID_ACTIVATE
 32         MENUITEM "&Move...\tF7",                ID_FILE_MOVE
 33         MENUITEM "&Copy...\tF8",                ID_FILE_COPY
 34         MENUITEM "&In Clipboard...\tF9",        118
 35         MENUITEM "&Delete\tDel",                ID_FILE_DELETE
 36         MENUITEM "Re&name...",                  109
 37         MENUITEM "Propert&ies...\tAlt+Enter",   ID_EDIT_PROPERTIES
 38         MENUITEM SEPARATOR
 39         MENUITEM "C&ompress...",                119
 40         MENUITEM "Dec&ompress...",              120
 41         MENUITEM SEPARATOR
 42         MENUITEM "&Run...",                     ID_EXECUTE
 43         MENUITEM "&Print...",                   102
 44         MENUITEM "Associate...",                103
 45         MENUITEM SEPARATOR
 46         MENUITEM "Cr&eate Directory...",        111
 47         MENUITEM "Searc&h...",                  104
 48         MENUITEM "&Select Files...",            116
 49         MENUITEM SEPARATOR
 50 #ifndef _NO_EXTENSIONS
 51         MENUITEM "E&xit\tAlt+X",                ID_FILE_EXIT
 52 #else
 53         MENUITEM "E&xit",                       ID_FILE_EXIT
 54 #endif
 55     }
 56 
 57     POPUP "&Disk"  {
 58         MENUITEM "&Copy Disk...",               201
 59         MENUITEM "&Label Disk...",              202
 60         MENUITEM SEPARATOR
 61         MENUITEM "&Format Disk...",             ID_FORMAT_DISK
 62 #ifdef _WIN95
 63         MENUITEM "&Make System Disk...", -1 /*TODO*/
 64 #endif
 65         MENUITEM SEPARATOR
 66         MENUITEM "Connect &Network Drive",      ID_CONNECT_NETWORK_DRIVE
 67         MENUITEM "&Disconnect Network Drive",   ID_DISCONNECT_NETWORK_DRIVE
 68         MENUITEM SEPARATOR
 69         MENUITEM "Share as...",                 254
 70         MENUITEM "&Remove Share...",            255
 71         MENUITEM SEPARATOR
 72         MENUITEM "&Select Drive...",            251
 73     }
 74 
 75     POPUP "Di&rectories"  {
 76         MENUITEM "&Next Level\t+",              301
 77         MENUITEM "Expand &Tree\t*",             302
 78         MENUITEM "Expand &all\tStrg+*",         303
 79         MENUITEM "Collapse &Tree\t-",           304
 80         MENUITEM SEPARATOR
 81         MENUITEM "&Mark Children",              505
 82     }
 83 
 84     POPUP "&View"  {
 85         MENUITEM "T&ree and Directory",         413
 86         MENUITEM "Tr&ee Only",                  411
 87         MENUITEM "Directory &Only",             412
 88         MENUITEM SEPARATOR
 89         MENUITEM "Sp&lit",                      ID_VIEW_SPLIT
 90         MENUITEM SEPARATOR
 91         MENUITEM "&Name",                       ID_VIEW_NAME
 92         MENUITEM "&All File Details",           ID_VIEW_ALL_ATTRIBUTES, CHECKED
 93         MENUITEM "&Partial Details...",         ID_VIEW_SELECTED_ATTRIBUTES
 94         MENUITEM SEPARATOR
 95         MENUITEM "&Sort by Name",               ID_VIEW_SORT_NAME
 96         MENUITEM "Sort &by Type",               ID_VIEW_SORT_TYPE
 97         MENUITEM "Sort by Si&ze",               ID_VIEW_SORT_SIZE
 98         MENUITEM "Sort by &Date",               ID_VIEW_SORT_DATE
 99         MENUITEM SEPARATOR
100         MENUITEM "Filter by &...",              ID_VIEW_FILTER
101     }
102 
103     POPUP "&Options"  {
104         MENUITEM "&Confirmation...",            501
105         MENUITEM "&Font...",                    ID_SELECT_FONT
106         MENUITEM "Customize Tool&bar...",       512
107         MENUITEM SEPARATOR
108         MENUITEM "&Toolbar",                    ID_VIEW_TOOL_BAR, CHECKED
109         MENUITEM "&Drivebar",                   ID_VIEW_DRIVE_BAR, CHECKED
110         MENUITEM "&Status Bar",                 ID_VIEW_STATUSBAR, CHECKED
111 #ifndef _NO_EXTENSIONS
112         MENUITEM "F&ull Screen\tCtrl+Shift+S",  ID_VIEW_FULLSCREEN
113 #endif
114         MENUITEM SEPARATOR
115         MENUITEM "&Minimize on run",            504
116         MENUITEM "&Save settings on exit",      ID_VIEW_SAVESETTINGS
117     }
118 
119 
120     POPUP "&Security"  {
121         MENUITEM "&Access...",                  605
122         MENUITEM "&Logging...",                 606
123         MENUITEM "&Owner...",                   607
124     }
125 
126     POPUP "&Window"  {
127         MENUITEM "New &Window",                 ID_WINDOW_NEW
128         MENUITEM "Cascading\tCtrl+F5",          ID_WINDOW_CASCADE
129         MENUITEM "Tile &Horizontally",          ID_WINDOW_TILE_HORZ
130         MENUITEM "Tile &Vertically\tCtrl+F4",   ID_WINDOW_TILE_VERT
131 #ifndef _NO_EXTENSIONS
132         MENUITEM "Arrange Automatically",       ID_WINDOW_AUTOSORT
133 #endif
134         MENUITEM "Arrange &Symbols",            ID_WINDOW_ARRANGE
135         MENUITEM "&Refresh\tF5",                ID_REFRESH
136     }
137 
138     POPUP "&Help"  {
139         MENUITEM "&Help Topics\tF1",            ID_HELP
140         MENUITEM "Help &Search...\tF1",         ID_HELP
141         MENUITEM "&Using Help\tF1",             ID_HELP_USING
142         MENUITEM SEPARATOR
143         MENUITEM "&About Winefile...",          ID_ABOUT
144     }
145 }
146 
147 
148 IDD_EXECUTE DIALOG FIXED IMPURE 15, 13, 210, 63
149 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
150 CAPTION "Execute"
151 FONT 8, "MS Shell Dlg"
152 {
153     CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
154     CONTROL         "&Command:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
155     EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
156     CONTROL         "As &Symbol", 214, "Button", BS_AUTOCHECKBOX|WS_TABSTOP,3, 45, 71, 12
157     DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
158     PUSHBUTTON      "Cancel", 2, 158, 23, 47, 14
159     PUSHBUTTON      "&Help", 254, 158, 43, 47, 14
160 }
161 
162 IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63
163 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
164 CAPTION "Select destination"
165 FONT 8, "MS Shell Dlg"
166 {
167     CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
168     CONTROL         "&Path:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
169     EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
170     DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
171     PUSHBUTTON      "Cancel", 2, 158, 23, 47, 14
172     PUSHBUTTON      "&Browse", 254, 158, 43, 47, 14
173 }
174 
175 IDD_DIALOG_VIEW_TYPE DIALOG DISCARDABLE 15, 13, 161, 97
176 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
177 CAPTION "By File Type"
178 FONT 8, "MS Sans Serif"
179 BEGIN
180     LTEXT           "&Name:",-1,7,8,22,10
181     EDITTEXT        IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
182     GROUPBOX        "File Type",-1,7,23,87,56
183     CONTROL         "&Directories",IDC_VIEW_TYPE_DIRECTORIES,"Button",
184                     BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
185     CONTROL         "&Programs",IDC_VIEW_TYPE_PROGRAMS,"Button",
186                     BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
187     CONTROL         "Docu&ments",IDC_VIEW_TYPE_DOCUMENTS,"Button",
188                     BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
189     CONTROL         "&Other files",IDC_VIEW_TYPE_OTHERS,"Button",
190                     BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
191     CONTROL         "Show Hidden/&System Files",IDC_VIEW_TYPE_HIDDEN,
192                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9
193     DEFPUSHBUTTON   "OK",IDOK,104,7,50,14
194     PUSHBUTTON      "Cancel",IDCANCEL,104,24,50,14
195 END
196 
197 IDD_DIALOG_PROPERTIES DIALOG DISCARDABLE  0, 0, 248, 215
198 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
199 CAPTION "Properties for %s"
200 FONT 8, "MS Sans Serif"
201 BEGIN
202     DEFPUSHBUTTON   "OK",IDOK,191,7,50,14
203     PUSHBUTTON      "Cancel",IDCANCEL,191,29,50,14
204     LTEXT           "&File Name:",-1,7,7,59,9
205     EDITTEXT        IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
206     LTEXT           "Full &Path:",-1,7,18,59,9
207     EDITTEXT        IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
208     LTEXT           "Last Change:",-1,7,29,59,9
209     EDITTEXT        IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
210     LTEXT           "Version:",-1,7,40,59,9
211     EDITTEXT        IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
212     LTEXT           "Cop&yright:",-1,7,51,59,9
213     EDITTEXT        IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
214     LTEXT           "Size:",-1,7,62,59,9
215     EDITTEXT        IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
216     GROUPBOX        "Attributes",-1,7,79,158,46
217     CONTROL         "&Read Only",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
218     CONTROL         "H&idden",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
219     CONTROL         "&Archive",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
220     CONTROL         "&System",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
221     CONTROL         "&Compressed",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
222     GROUPBOX        "&Version Information",-1,7,129,234,79
223     LISTBOX         IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
224     EDITTEXT        IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
225 END
226 
227 
228 STRINGTABLE
229 {
230     IDS_FONT_SEL_DLG_NAME   "Applying font settings"
231     IDS_FONT_SEL_ERROR      "Error while selecting new font."
232 }
233 
234 STRINGTABLE
235 {
236     IDS_WINEFILE            "Wine File Manager"
237     IDS_ERROR               "Error"
238     IDS_ROOT_FS             "root fs"
239     IDS_UNIXFS              "unixfs"
240     IDS_DESKTOP             "Desktop"
241     IDS_SHELL               "Shell"
242     IDS_TITLEFMT            "%s - %s"
243     IDS_NO_IMPL             "Not yet implemented"
244     IDS_WINE_FILE           "Wine File"
245 }
246 
247 STRINGTABLE
248 {
249     IDS_COL_NAME            "Name"
250     IDS_COL_SIZE            "Size"
251     IDS_COL_CDATE           "CDate"
252     IDS_COL_ADATE           "ADate"
253     IDS_COL_MDATE           "MDate"
254     IDS_COL_IDX             "Index/Inode"
255     IDS_COL_LINKS           "Links"
256     IDS_COL_ATTR            "Attributes"
257     IDS_COL_SEC             "Security"
258 
259     IDS_FREE_SPACE_FMT      "%s of %s free"
260 }

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.