95d096ea25d0de55c7dc512105251099625c8cfb
[reactos.git] / reactos / base / system / diskpart / lang / en-US.rc
1 /*
2 * ReactOS DiskPart Resource File
3 * Langauge: US English (en-US)
4 * Author: Lee Schroeder
5 */
6
7 #include <windows.h>
8
9 #include "../resource.h"
10
11 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
12
13 /* Basic application information */
14 STRINGTABLE DISCARDABLE
15 BEGIN
16 IDS_APP_HEADER, "\nReactOS DiskPart version %s\n"
17 IDS_APP_LICENSE, "Licensed under the GNU GPLv2\n"
18 IDS_APP_CURR_COMPUTER, "On computer: %s\n\n"
19 IDS_APP_LEAVING, "\nLeaving DiskPart...\n"
20 IDS_APP_PROMPT, "DISKPART> "
21 END
22
23 /* Disk Information Labels */
24 STRINGTABLE DISCARDABLE
25 BEGIN
26 IDS_DETAIL_INFO_DISK_ID, "Disk"
27 IDS_DETAIL_INFO_TYPE, "Type"
28 IDS_DETAIL_INFO_STATUS, "Status"
29 IDS_DETAIL_INFO_PATH, "Path"
30 IDS_DETAIL_INFO_TARGET, "Target"
31 IDS_DETAIL_INFO_LUN_ID, "LUN ID"
32 IDS_DETAIL_INFO_LOC_PATH, "Location Path"
33 IDS_DETAIL_INFO_CURR_RO_STATE, "Current Read-only State"
34 IDS_DETAIL_INFO_RO, "Read-only"
35 IDS_DETAIL_INFO_BOOT_DSK, "Boot Disk"
36 IDS_DETAIL_INFO_PAGE_FILE_DSK, "Pagefile Disk"
37 IDS_DETAIL_INFO_HIBER_FILE_DSK, "Hibernation File Disk"
38 IDS_DETAIL_INFO_CRASH_DSK, "Crashdump Disk"
39 IDS_DETAIL_INFO_CLST_DSK, "Clustered Disk"
40 END
41
42 /* Detail header titles */
43 STRINGTABLE DISCARDABLE
44 BEGIN
45 IDS_LIST_DISK_HEAD "Disk ### Status\tSize\tFree\tDyn\tGpt\n"
46 IDS_LIST_DISK_LINE "-------- ------\t----\t----\t---\t---\n"
47 IDS_LIST_VOLUME_HEAD "Volume ###\tLtr\tLabel\n"
48 END
49
50 /* Disk Status */
51 STRINGTABLE DISCARDABLE
52 BEGIN
53 IDS_STATUS_YES "Yes"
54 IDS_STATUS_NO "No"
55 IDS_STATUS_DISK_HEALTHY "Healthy"
56 IDS_STATUS_DISK_SICK "Sick"
57 IDS_STATUS_UNAVAILABLE "UNAVAILABLE"
58 IDS_STATUS_ONLINE "Online"
59 IDS_STATUS_OFFLINE "Offline"
60 IDS_STATUS_NO_MEDIA "No Media"
61 END
62
63 /* CMD Messages for commands */
64 STRINGTABLE DISCARDABLE
65 BEGIN
66 IDS_MSG_CURRENT_DSK_STATUS "is now the selected disk."
67 IDS_MSG_NO_DISK "There is no disk currently selected.\nPlease select a disk and try again."
68 IDS_MSG_ARG_SYNTAX_ERROR "The argument(s) specified for this command are not valid.\nFor more information on the command type:"
69 END
70
71
72 /* Help Command Descripions */
73 STRINGTABLE DISCARDABLE
74 BEGIN
75 IDS_HELP_CMD_DESC_ACTIVE "ACTIVE\t\t- Mark the selected partition as active.\n"
76 IDS_HELP_CMD_DESC_ADD "ADD\t\t- Add a mirror to a simple volume.\n"
77 IDS_HELP_CMD_DESC_ASSIGN "ASSIGN\t\t- Assign a drive letter or mount point to the selected volume.\n"
78 IDS_HELP_CMD_DESC_ATTACH "ATTACH\t\t- Attaches a virtual disk file.\n"
79 IDS_HELP_CMD_DESC_ATTRIBUTES "ATTRIBUTES\t- Manipulate volume or disk attributes.\n"
80 IDS_HELP_CMD_DESC_AUTOMOUNT "AUTOMOUNT\t- Enable and Disable automatic mounting of basic volumes.\n"
81 IDS_HELP_CMD_DESC_BREAK "BREAK\t\t- Break a mirror set.\n"
82 IDS_HELP_CMD_DESC_CLEAN "CLEAN\t\t- Clear the configuration information, or all information, off\n\t\t the disk.\n"
83 IDS_HELP_CMD_DESC_COMPACT "COMPACT\t\t- Attempts to reduce the physical size of the file.\n"
84 IDS_HELP_CMD_DESC_CONVERT "CONVERT\t\t- Convert between different disk formats.\n"
85 IDS_HELP_CMD_DESC_CREATE "CREATE\t\t- Create a volume, partition, or virtual disk.\n"
86 IDS_HELP_CMD_DESC_DELETE "DELETE\t\t- Delete an object.\n"
87 IDS_HELP_CMD_DESC_DETACH "DETACH\t\t- Detaches a virtual disk file.\n"
88 IDS_HELP_CMD_DESC_DETAIL "DETAIL\t\t- Provide details about an object.\n"
89 IDS_HELP_CMD_DESC_EXIT "EXIT\t\t- Exit DiskPart.\n"
90 IDS_HELP_CMD_DESC_EXPAND "EXPAND\t\t- Expands the maximum size available on a virtual disk.\n"
91 IDS_HELP_CMD_DESC_EXTEND "EXTEND\t\t- Extend a volume.\n"
92 IDS_HELP_CMD_DESC_FS "FILESYSTEMS\t- Display current and supported file systems on the volume.\n"
93 IDS_HELP_CMD_DESC_FORMAT "FORMAT\t\t- Format the volume or partition.\n"
94 IDS_HELP_CMD_DESC_GPT "GPT\t\t- Assign attributes to the selected GPT partition.\n"
95 IDS_HELP_CMD_DESC_HELP "HELP\t\t- Display a list of commands.\n"
96 IDS_HELP_CMD_DESC_IMPORT "IMPORT\t\t- Import a disk group.\n"
97 IDS_HELP_CMD_DESC_INACTIVE "INACTIVE\t- Mark the selected partition as inactive.\n"
98 IDS_HELP_CMD_DESC_LIST "LIST\t\t- Display a list of objects.\n"
99 IDS_HELP_CMD_DESC_MERGE "MERGE\t\t- Merges a child disk with its parents.\n"
100 IDS_HELP_CMD_DESC_OFFLINE "OFFLINE\t\t- Offline an object that is currently marked as online.\n"
101 IDS_HELP_CMD_DESC_ONLINE "ONLINE\t\t- Online an object that is currently marked as offline.\n"
102 IDS_HELP_CMD_DESC_RECOVER "RECOVER\t\t- Refreshes the state of all disks in the invalid pack,\n\t\t and resynchronizes mirrored volumes and RAID5 volumes\n\t\t that have stale plex or parity data.\n"
103 IDS_HELP_CMD_DESC_REM "REM\t\t- Does nothing. This is used to comment scripts.\n"
104 IDS_HELP_CMD_DESC_REMOVE "REMOVE\t\t- Remove a drive letter or mount point assignment.\n"
105 IDS_HELP_CMD_DESC_REPAIR "REPAIR\t\t- Repair a RAID-5 volume with a failed member.\n"
106 IDS_HELP_CMD_DESC_RESCAN "RESCAN\t\t- Rescan the computer looking for disks and volumes.\n"
107 IDS_HELP_CMD_DESC_RETAIN "RETAIN\t\t- Place a retained partition under a simple volume.\n"
108 IDS_HELP_CMD_DESC_SAN "SAN\t\t- Display or set the SAN policy for the currently booted OS.\n"
109 IDS_HELP_CMD_DESC_SELECT "SELECT\t\t- Shift the focus to an object.\n"
110 IDS_HELP_CMD_DESC_SETID "SETID\t\t- Change the partition type.\n"
111 IDS_HELP_CMD_DESC_SHRINK "SHRINK\t\t- Reduce the size of the selected volume.\n"
112 IDS_HELP_CMD_DESC_UNIQUEID "UNIQUEID\t- Displays or sets the GUID partition table (GPT) identifier\n\t\t or master boot record (MBR) signature of a disk."
113 END
114
115 /* Common Error Messages */
116 STRINGTABLE DISCARDABLE
117 BEGIN
118 IDS_ERROR_MSG_NO_SCRIPT "Error opening script file: %s\n"
119 END
120
121
122
123 /* Active help descriptions */
124 STRINGTABLE DISCARDABLE
125 BEGIN
126 IDS_HELP_CMD_ACTIVE "\n\
127 <Add active command help text here>\n\n"
128 END
129
130 /* Add help descriptions */
131 STRINGTABLE DISCARDABLE
132 BEGIN
133 IDS_HELP_CMD_ADD "\n\
134 <Add add command help text here>\n\n"
135 END
136
137 /* Assign help descriptions */
138 STRINGTABLE DISCARDABLE
139 BEGIN
140 IDS_HELP_CMD_ASSIGN "\n\
141 <Add assign command help text here>\n\n"
142 END
143
144 /* Attach help description */
145 STRINGTABLE DISCARDABLE
146 BEGIN
147 IDS_HELP_CMD_ATTACH "\n\
148 <Add attach command help text here>\n\n"
149 END
150
151 /* Attributes Command Messages */
152 STRINGTABLE DISCARDABLE
153 BEGIN
154 IDS_HELP_CMD_ATTRIBUTES "\n\
155 <Add attributes command help text here>\n\n"
156 END
157
158 /* Automount help descriptions */
159 STRINGTABLE DISCARDABLE
160 BEGIN
161 IDS_HELP_CMD_AUTOMOUNT "\n\
162 <Add automount command help text here>\n\n"
163 END
164
165 /* Break help descriptions */
166 STRINGTABLE DISCARDABLE
167 BEGIN
168 IDS_HELP_CMD_BREAK "\n\
169 <Add break command help text here>\n\n"
170 END
171
172 /* Clean help descriptions */
173 STRINGTABLE DISCARDABLE
174 BEGIN
175 IDS_HELP_CMD_CLEAN "\n\
176 <Add clean command help text here>\n\n"
177 END
178
179 /* Compact help description */
180 STRINGTABLE DISCARDABLE
181 BEGIN
182 IDS_HELP_CMD_COMPACT "\n\
183 <Add compact command help text here>\n\n"
184 END
185
186 /* Convert help description */
187 STRINGTABLE DISCARDABLE
188 BEGIN
189 IDS_HELP_CMD_CONVERT "\n\
190 <Add convert command help text here>\n\n"
191 END
192
193 /* Delete help description */
194 STRINGTABLE DISCARDABLE
195 BEGIN
196 IDS_HELP_CMD_DELETE "\n\
197 <Add delete command help text here>\n\n"
198 END
199
200 /* Detach help description */
201 STRINGTABLE DISCARDABLE
202 BEGIN
203 IDS_HELP_CMD_DETACH "\n\
204 <Add detach command help text here>\n\n"
205 END
206
207 /* Expand help description */
208 STRINGTABLE DISCARDABLE
209 BEGIN
210 IDS_HELP_CMD_EXPAND "\n\
211 <Add expand command help text here>\n\n"
212 END
213
214 /* Extend help description */
215 STRINGTABLE DISCARDABLE
216 BEGIN
217 IDS_HELP_CMD_EXTEND "\n\
218 <Add extend command help text here>\n\n"
219 END
220
221 /* Filesystems help description */
222 STRINGTABLE DISCARDABLE
223 BEGIN
224 IDS_HELP_CMD_FILESYSTEMS "\n\
225 <Add filesystems command help text here>\n\n"
226 END
227
228 /* Format help description */
229 STRINGTABLE DISCARDABLE
230 BEGIN
231 IDS_HELP_CMD_FORMAT "\n\
232 <Add format command help text here>\n\n"
233 END
234
235 /* GPT help description */
236 STRINGTABLE DISCARDABLE
237 BEGIN
238 IDS_HELP_CMD_GPT "\n\
239 <Add gpt command help text here>\n\n"
240 END
241
242 /* Help help descriptions */
243 STRINGTABLE DISCARDABLE
244 BEGIN
245 IDS_HELP_CMD_HELP "\n\
246 <Add help command help text here>\n\n"
247 END
248
249 /* Import help descriptions */
250 STRINGTABLE DISCARDABLE
251 BEGIN
252 IDS_HELP_CMD_IMPORT "\n\
253 <Add import command help text here>\n\n"
254 END
255
256 /* Inactive help descriptions */
257 STRINGTABLE DISCARDABLE
258 BEGIN
259 IDS_HELP_CMD_INACTIVE "\n\
260 <Add inactive command help text here>\n\n"
261 END
262
263 /* List help descriptions */
264 STRINGTABLE DISCARDABLE
265 BEGIN
266 IDS_HELP_CMD_LIST "\n\
267 <Add list command help text here>\n\n"
268 END
269
270 /* Merge help descriptions */
271 STRINGTABLE DISCARDABLE
272 BEGIN
273 IDS_HELP_CMD_MERGE "\n\
274 <Add merge command help text here>\n\n"
275 END
276
277 /* Offline help descriptions */
278 STRINGTABLE DISCARDABLE
279 BEGIN
280 IDS_HELP_CMD_OFFLINE "\n\
281 <Add OFFLINE command help text here>\n\n"
282 END
283
284 /* Online help descriptions */
285 STRINGTABLE DISCARDABLE
286 BEGIN
287 IDS_HELP_CMD_ONLINE "\n\
288 <Add ONLINE command help text here>\n\n"
289 END
290
291 /* Recover help descriptions */
292 STRINGTABLE DISCARDABLE
293 BEGIN
294 IDS_HELP_CMD_RECOVER "\n\
295 <Add RECOVER command help text here>\n\n"
296 END
297
298 /* Remove help descriptions */
299 STRINGTABLE DISCARDABLE
300 BEGIN
301 IDS_HELP_CMD_REMOVE "\n\
302 <Add REMOVE command help text here>\n\n"
303 END
304
305 /* Repair help descriptions */
306 STRINGTABLE DISCARDABLE
307 BEGIN
308 IDS_HELP_CMD_REPAIR "\n\
309 <Add REPAIR command help text here>\n\n"
310 END
311
312 /* Rescan help descriptions */
313 STRINGTABLE DISCARDABLE
314 BEGIN
315 IDS_HELP_CMD_RESCAN "\n\
316 <Add RESCAN command help text here>\n\n"
317 END
318
319 /* Retain help descriptions */
320 STRINGTABLE DISCARDABLE
321 BEGIN
322 IDS_HELP_CMD_RETAIN "\n\
323 <Add RETAIN command help text here>\n\n"
324 END
325
326 /* San help descriptions */
327 STRINGTABLE DISCARDABLE
328 BEGIN
329 IDS_HELP_CMD_SAN "\n\
330 <Add SAN command help text here>\n\n"
331 END
332
333 /* Select help descriptions */
334 STRINGTABLE DISCARDABLE
335 BEGIN
336 IDS_HELP_CMD_SELECT "\n\
337 <Add SELECT command help text here>\n\n"
338 END
339
340 /* Setid help descriptions */
341 STRINGTABLE DISCARDABLE
342 BEGIN
343 IDS_HELP_CMD_SETID "\n\
344 <Add SETID command help text here>\n\n"
345 END
346
347 /* Setid help descriptions */
348 STRINGTABLE DISCARDABLE
349 BEGIN
350 IDS_HELP_CMD_SHRINK "\n\
351 <Add SHRINK command help text here>\n\n"
352 END
353
354 /* Uniqueid help descriptions */
355 STRINGTABLE DISCARDABLE
356 BEGIN
357 IDS_HELP_CMD_UNIQUEID "\n\
358 <Add UNIQUEID command help text here>\n\n"
359 END