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