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

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

Version: ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ 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  * Program Manager
  3  *
  4  * Copyright 1996 Ulrich Schmid
  5  * Copyright 2002 Sylvain Petreolle
  6  *
  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.
 11  *
 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.
 16  *
 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
 20  */
 21 
 22 /* Menu */
 23 
 24 MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 25 {
 26  POPUP "&File" {
 27    MENUITEM "&New...",              PM_NEW
 28    MENUITEM "O&pen\tEnter",             PM_OPEN
 29    MENUITEM "&Move...\tF7",             PM_MOVE,      GRAYED
 30    MENUITEM "&Copy...\tF8",             PM_COPY,      GRAYED
 31    MENUITEM "&Delete\tEntf",           PM_DELETE
 32    MENUITEM "&Attributes...\tAlt+Enter",       PM_ATTRIBUTES
 33    MENUITEM SEPARATOR
 34    MENUITEM "&Execute...",          PM_EXECUTE
 35    MENUITEM SEPARATOR
 36    MENUITEM "E&xit Windows...",             PM_EXIT
 37  }
 38  POPUP "&Options" {
 39    MENUITEM "&Arrange automatically",  PM_AUTO_ARRANGE
 40    MENUITEM "&Minimize on run",    PM_MIN_ON_RUN
 41    MENUITEM "&Save settings on exit", PM_SAVE_SETTINGS
 42  }
 43  POPUP "&Windows" {
 44    MENUITEM "&Overlapped\tShift+F5",       PM_OVERLAP
 45    MENUITEM "&Side by side\tShift+F4",  PM_SIDE_BY_SIDE
 46    MENUITEM "&Arrange Icons",       PM_ARRANGE
 47  }
 48  
 49 POPUP "&Help" {
 50    MENUITEM "&Contents",         PM_CONTENTS
 51    MENUITEM "&Search...",           PM_SEARCH
 52    MENUITEM SEPARATOR
 53    MENUITEM "&Help on Help",     PM_HELPONHELP
 54    MENUITEM "&Tutorial",         PM_TUTORIAL
 55    MENUITEM SEPARATOR
 56 
 57    POPUP "&Info..." {
 58      MENUITEM "&License",        PM_LICENSE
 59      MENUITEM "&NO WARRANTY",    PM_NO_WARRANTY
 60      MENUITEM "&About WINE",     PM_ABOUT_WINE
 61    }
 62  }
 63 }
 64 
 65 /* Dialog `New' */
 66 
 67 DIALOG_NEW DIALOG 0, 0, 170, 65
 68 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 69 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 70 CAPTION "New"
 71 {
 72 RADIOBUTTON   "",                 PM_NEW_GROUP,    10, 15,  10, 15
 73 LTEXT         "Program &group",   PM_NEW_GROUP,    20, 18,  80, 15
 74 RADIOBUTTON   "",                 PM_NEW_PROGRAM,  10, 35,  10, 15
 75 LTEXT         "&Program", PM_NEW_PROGRAM,  20, 38,  80, 15
 76 DEFPUSHBUTTON "OK",          IDOK,           105,  5,  60, 15, WS_TABSTOP
 77 PUSHBUTTON    "Cancel",      IDCANCEL,       105, 25,  60, 15, WS_TABSTOP
 78 PUSHBUTTON    "&Help",        PM_HELP,        105, 45,  60, 15, WS_TABSTOP
 79 }
 80 
 81 /* Dialog `Move' */
 82 
 83 DIALOG_MOVE DIALOG 0, 0, 250, 65
 84 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 85 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 86 CAPTION "Move Program"
 87 {
 88 LTEXT         "Move program:",    IDIGNORE,            5,  5,  90, 15
 89 LTEXT         "",                     PM_PROGRAM,         95,  5,  90, 15
 90 LTEXT         "From group:", IDIGNORE,            5, 13,  90, 15
 91 LTEXT         "",                     PM_FROM_GROUP,      95, 13,  90, 15
 92 LTEXT         "&To group:",   PM_TO_GROUP_TXT,     5, 28, 140, 15
 93 COMBOBOX                              PM_TO_GROUP,         5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
 94 DEFPUSHBUTTON "OK",              IDOK,              185,  5,  60, 15, WS_TABSTOP
 95 PUSHBUTTON    "Cancel",          IDCANCEL,          185, 25,  60, 15, WS_TABSTOP
 96 PUSHBUTTON    "&Help",            PM_HELP,           185, 45,  60, 15, WS_TABSTOP
 97 }
 98 
 99 /* Dialog `Copy' */
100 
101 DIALOG_COPY DIALOG 0, 0, 250, 65
102 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
103 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
104 CAPTION "Copy Program"
105 {
106 LTEXT         "Copy program:",    IDIGNORE,            5,  5,  90, 15
107 LTEXT         "",                     PM_PROGRAM,         95,  5,  90, 15
108 LTEXT         "From group:", IDIGNORE,            5, 13,  90, 15
109 LTEXT         "",                     PM_FROM_GROUP,      95, 13,  90, 15
110 LTEXT         "&To group:",   PM_TO_GROUP_TXT,     5, 28, 140, 15
111 COMBOBOX                              PM_TO_GROUP,         5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST
112 DEFPUSHBUTTON "OK",              IDOK,              185,  5,  60, 15, WS_TABSTOP
113 PUSHBUTTON    "Cancel",          IDCANCEL,          185, 25,  60, 15, WS_TABSTOP
114 PUSHBUTTON    "&Help",            PM_HELP,           185, 45,  60, 15, WS_TABSTOP
115 }
116 
117 /* Dialog `Group attributes' */
118 
119 DIALOG_GROUP DIALOG 0, 0, 230, 65
120 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
121 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
122 CAPTION "Program Group Attributes"
123 {
124 LTEXT     "&Description:", PM_DESCRIPTION_TXT,   05, 18,  50, 10
125 EDITTEXT                            PM_DESCRIPTION,       60, 18,  90, 15, WS_TABSTOP
126 LTEXT     "&Group file:",        PM_FILE_TXT,          05, 38,  50, 10
127 EDITTEXT                            PM_FILE,              60, 38,  90, 15, WS_TABSTOP
128 DEFPUSHBUTTON "OK",            IDOK,                155,  5,  60, 15, WS_TABSTOP
129 PUSHBUTTON    "Cancel",        IDCANCEL,            155, 25,  60, 15, WS_TABSTOP
130 PUSHBUTTON    "&Help",          PM_HELP,             155, 45,  60, 15, WS_TABSTOP
131 }
132 
133 /* Dialog `Program attributes' */
134 
135 DIALOG_PROGRAM DIALOG 0, 0, 250, 105
136 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
137 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
138 CAPTION "Program Attributes"
139 {
140 LTEXT         "&Description:",  PM_DESCRIPTION_TXT,   05, 10,  60, 10
141 EDITTEXT                                   PM_DESCRIPTION,       80, 10,  90, 15, WS_TABSTOP
142 LTEXT         "&Command line:", PM_COMMAND_LINE_TXT,  05, 25,  60, 10
143 EDITTEXT                                   PM_COMMAND_LINE,      80, 25,  90, 15, WS_TABSTOP
144 LTEXT         "&Working directory:",    PM_DIRECTORY_TXT,     05, 40,  60, 10
145 EDITTEXT                                   PM_DIRECTORY,         80, 40,  90, 15, WS_TABSTOP
146 LTEXT         "&Key combination:",      PM_HOT_KEY_TXT,       05, 55,  60, 10
147 EDITTEXT                                   PM_HOT_KEY,           80, 55,  90, 15, WS_TABSTOP
148 ICON          "",                          PM_ICON,              20, 70
149 CHECKBOX      "",                          PM_SYMBOL,            80, 75,  10, 10, WS_TABSTOP
150 LTEXT         "&Minimize at launch",       IDIGNORE,             95, 75,  75, 10
151 DEFPUSHBUTTON "OK",                   IDOK,                185,  5,  60, 15, WS_TABSTOP
152 PUSHBUTTON    "Cancel",               IDCANCEL,            185, 25,  60, 15, WS_TABSTOP
153 PUSHBUTTON    "&Browse...",               PM_BROWSE,           185, 45,  60, 15, WS_TABSTOP
154 PUSHBUTTON    "Change &icon...", PM_OTHER_SYMBOL,     185, 65,  60, 15, WS_TABSTOP
155 PUSHBUTTON    "&Help",                 PM_HELP,             185, 85,  60, 15, WS_TABSTOP
156 }
157 
158 /* Dialog `Symbol' */
159 
160 DIALOG_SYMBOL DIALOG 0, 0, 200, 85
161 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
162 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
163 CAPTION "Change Icon"
164 {
165 LTEXT     "&Filename:",    PM_ICON_FILE_TXT,    5, 15,  40, 10
166 EDITTEXT                         PM_ICON_FILE,       45, 15,  85, 15, WS_TABSTOP
167 LTEXT     "Current &icon:", PM_SYMBOL_LIST_TXT,  5, 30, 125, 10
168 COMBOBOX                         PM_SYMBOL_LIST,      5, 40, 125, 50,
169    CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_OWNERDRAWFIXED | WS_TABSTOP
170 DEFPUSHBUTTON "OK",         IDOK,              135,  5,  60, 15, WS_TABSTOP
171 PUSHBUTTON    "Cancel",     IDCANCEL,          135, 25,  60, 15, WS_TABSTOP
172 PUSHBUTTON    "&Browse...",    PM_BROWSE,         135, 45,  60, 15, WS_TABSTOP
173 PUSHBUTTON    "&Help",       PM_HELP,           135, 65,  60, 15, WS_TABSTOP
174 }
175 
176 /* Dialog `Execute' */
177 
178 DIALOG_EXECUTE DIALOG 0, 0, 200, 85
179 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
180 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
181 CAPTION "Execute Program"
182 {
183 LTEXT     "&Command line:", IDIGNORE,   05, 15, 120, 10
184 EDITTEXT                               PM_COMMAND, 05, 25, 120, 15, WS_TABSTOP
185 CHECKBOX      "",                      PM_SYMBOL,  05, 45,  10, 10, WS_TABSTOP
186 LTEXT         "&Minimize at launch",   IDIGNORE,   20, 45, 120, 10
187 DEFPUSHBUTTON "OK",               IDOK,      135,  5,  60, 15, WS_TABSTOP
188 PUSHBUTTON    "Cancel",           IDCANCEL,  135, 25,  60, 15, WS_TABSTOP
189 PUSHBUTTON    "&Browse...",          PM_BROWSE, 135, 45,  60, 15, WS_TABSTOP
190 PUSHBUTTON    "&Help",             PM_HELP,   135, 65,  60, 15, WS_TABSTOP
191 }
192 
193 /* Strings */
194 
195 STRINGTABLE DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
196 {
197 IDS_PROGRAM_MANAGER,            "Program Manager"
198 IDS_ERROR,                      "ERROR"
199 IDS_WARNING,                    "WARNING"
200 IDS_INFO,                       "Information"
201 IDS_DELETE,                     "Delete"
202 IDS_DELETE_GROUP_s,             "Delete group `%s' ?"
203 IDS_DELETE_PROGRAM_s,           "Delete program `%s' ?"
204 IDS_NOT_IMPLEMENTED,            "Not implemented"
205 IDS_FILE_READ_ERROR_s,          "Error reading `%s'."
206 IDS_FILE_WRITE_ERROR_s,         "Error writing `%s'."
207 IDS_GRPFILE_READ_ERROR_s,       "\
208 The group file `%s' cannot be opened.\n\
209 Should it be tried further on?"
210 IDS_OUT_OF_MEMORY,              "Out of memory."
211 IDS_WINHELP_ERROR,              "Help not available."
212 IDS_UNKNOWN_FEATURE_s,          "Unknown feature in %s"
213 IDS_FILE_NOT_OVERWRITTEN_s,     "File `%s' exists. Not overwritten."
214 IDS_SAVE_GROUP_AS_s,            "Save group as `%s to prevent overwriting original files."
215 IDS_NO_HOT_KEY,                 "None"
216 IDS_ALL_FILES,                  "All files (*.*)"
217 IDS_PROGRAMS,                   "Programs"
218 IDS_LIBRARIES_DLL,              "Libraries (*.dll)"
219 IDS_SYMBOL_FILES,               "Icon files"
220 IDS_SYMBOLS_ICO,                "Icons (*.ico)"
221 }
222 
223 STRINGTABLE DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
224 {
225 IDS_LICENSE_CAPTION,            "LICENSE"
226 IDS_LICENSE,
227 "This program is free software; you can redistribute it and/or \
228 modify it under the terms of the GNU Lesser General Public \
229 License as published by the Free Software Foundation; either \
230 version 2.1 of the License, or (at your option) any later version.\n\
231 This program is distributed in the hope that it will be useful, \
232 but WITHOUT ANY WARRANTY; without even the implied warranty of \
233 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
234 Lesser General Public License for more details.\n\
235 You should have received a copy of the GNU Lesser General Public \
236 License along with this program; if not, write to the Free Software \
237 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
238 
239 IDS_WARRANTY_CAPTION, "NO WARRANTY"
240 IDS_WARRANTY,
241 "This program is distributed in the hope that it will be useful, \
242 but WITHOUT ANY WARRANTY; without even the implied warranty of \
243 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
244 Lesser General Public License for more details."
245 }

~ [ 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.