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