[MODE] Improve the way the DOS device statuses are enumerated via the "mode" command...
[reactos.git] / base / applications / cmdutils / mode / lang / en-US.rc
index 9663215..ce84d5d 100644 (file)
@@ -14,13 +14,13 @@ Code page status:  MODE CON[:] CP [/STATUS]\n\
 Display mode:      MODE CON[:] [COLS=c] [LINES=n]\n\
 Typematic rate:    MODE CON[:] [RATE=r DELAY=d]\n"
 
-    IDS_QUERY_SERIAL_FOUND "    Found serial device - %s\n"
-    IDS_QUERY_PRINTER_FOUND "    Found printer device - %s\n"
-    IDS_QUERY_PARALLEL_FOUND "    Found parallel device - %s\n"
-    IDS_QUERY_DOSDEV_FOUND "    Found DOS device - %s\n"
-    // IDS_QUERY_MISC_FOUND "    Found other device - %s\n"
+    IDS_QUERY_SERIAL_FOUND "Found serial device - %s\n"
+    IDS_QUERY_PRINTER_FOUND "Found printer device - %s\n"
+    IDS_QUERY_PARALLEL_FOUND "Found parallel device - %s\n"
+    IDS_QUERY_DOSDEV_FOUND "Found DOS device - %s\n"
+    // IDS_QUERY_MISC_FOUND "Found other device - %s\n"
 
-    // IDS_QUERY_DEVICE_FOUND "    Found %s device - %s\n"
+    // IDS_QUERY_DEVICE_FOUND "Found %s device - %s\n"
     // IDS_SERIAL  "serial"
     // IDS_PRINTER "parallel"
     // IDS_OTHER   "other"
@@ -59,6 +59,7 @@ BEGIN
     IDS_ERROR_SET_PARALLEL_STATE "ERROR: SetParallelState(%d) - DefineDosDevice(%s) (0x%lx)\n"
     IDS_ERROR_INVALID_PARAMETER "Invalid parameter - %s\n"
     IDS_ERROR_ILLEGAL_DEVICE_NAME "Illegal device name - %s (0x%lx)\n"
+    IDS_ERROR_DEVICE_NOT_AVAILABLE "The device %s is not currently available.\n"
     IDS_ERROR_STATUS_GET_DEVICE "Failed to get the status for device %s:\n"
     IDS_ERROR_STATUS_SET_DEVICE "Failed to set the status for device %s:\n"
     IDS_ERROR_TIMEOUT_GET_DEVICE "Failed to get the timeout for device %s:\n"