[TRANSLATION] Polish translation update (#611)
[reactos.git] / base / applications / cmdutils / mode / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
2
3 STRINGTABLE
4 BEGIN
5 IDS_USAGE "Configure System Devices.\n\n\
6 Device Status: MODE [device] [/STATUS]\n\
7 Serial port: MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s]\n\
8 [to=on|off] [xon=on|off] [odsr=on|off]\n\
9 [octs=on|off] [dtr=on|off|hs]\n\
10 [rts=on|off|hs|tg] [idsr=on|off]\n\
11 Redirect printing: MODE LPTn[:]=COMm[:]\n\
12 Select code page: MODE CON[:] CP SELECT=yyy\n\
13 Code page status: MODE CON[:] CP [/STATUS]\n\
14 Display mode: MODE CON[:] [COLS=c] [LINES=n]\n\
15 Typematic rate: MODE CON[:] [RATE=r DELAY=d]\n"
16
17 IDS_QUERY_SERIAL_FOUND "Found serial device - %s\n"
18 IDS_QUERY_PRINTER_FOUND "Found printer device - %s\n"
19 IDS_QUERY_PARALLEL_FOUND "Found parallel device - %s\n"
20 IDS_QUERY_DOSDEV_FOUND "Found DOS device - %s\n"
21 // IDS_QUERY_MISC_FOUND "Found other device - %s\n"
22
23 // IDS_QUERY_DEVICE_FOUND "Found %s device - %s\n"
24 // IDS_SERIAL "serial"
25 // IDS_PRINTER "parallel"
26 // IDS_OTHER "other"
27 END
28
29 STRINGTABLE
30 BEGIN
31 IDS_DEVICE_STATUS_HEADER "Status for device %s:"
32
33 IDS_COM_STATUS_BAUD " Baud: %ld\n"
34 IDS_COM_STATUS_PARITY " Parity: %s\n"
35 IDS_COM_STATUS_DATA_BITS " Data Bits: %d\n"
36 IDS_COM_STATUS_STOP_BITS " Stop Bits: %s\n"
37 IDS_COM_STATUS_TIMEOUT " Timeout: %s\n"
38 IDS_COM_STATUS_XON_XOFF " XON/XOFF: %s\n"
39 IDS_COM_STATUS_CTS_HANDSHAKING " CTS handshaking: %s\n"
40 IDS_COM_STATUS_DSR_HANDSHAKING " DSR handshaking: %s\n"
41 IDS_COM_STATUS_DSR_SENSITIVITY " DSR sensitivity: %s\n"
42 IDS_COM_STATUS_DTR_CIRCUIT " DTR circuit: %s\n"
43 IDS_COM_STATUS_RTS_CIRCUIT " RTS circuit: %s\n"
44
45 IDS_CONSOLE_STATUS_LINES " Lines: %d\n"
46 IDS_CONSOLE_STATUS_COLS " Columns: %d\n"
47 IDS_CONSOLE_KBD_RATE " Keyboard rate: %ld\n"
48 IDS_CONSOLE_KBD_DELAY " Keyboard delay: %ld\n"
49 IDS_CONSOLE_CODEPAGE " Code page: %d\n"
50
51 IDS_PRINTER_OUTPUT_NOT_REROUTED " Printer output is not being rerouted.\n"
52 IDS_PRINTER_OUTPUT_REROUTED_SERIAL " Printer output is being rerouted to serial port %s.\n"
53 END
54
55 STRINGTABLE
56 BEGIN
57 IDS_ERROR_QUERY_DEVICES "ERROR: Unable to query DOS devices (0x%lx).\n"
58 IDS_ERROR_QUERY_DEVICES_FORM " QueryDosDeviceW(%s) returned unrecognised form %s.\n"
59 IDS_ERROR_SET_PARALLEL_STATE "ERROR: SetParallelState(%d) - DefineDosDevice(%s) (0x%lx)\n"
60 IDS_ERROR_INVALID_PARAMETER "Invalid parameter - %s\n"
61 IDS_ERROR_ILLEGAL_DEVICE_NAME "Illegal device name - %s (0x%lx)\n"
62 IDS_ERROR_DEVICE_NOT_AVAILABLE "The device %s is not currently available.\n"
63 IDS_ERROR_STATUS_GET_DEVICE "Failed to get the status for device %s:\n"
64 IDS_ERROR_STATUS_SET_DEVICE "Failed to set the status for device %s:\n"
65 IDS_ERROR_TIMEOUT_GET_DEVICE "Failed to get the timeout for device %s:\n"
66 IDS_ERROR_TIMEOUT_SET_DEVICE "Failed to set the timeout for device %s:\n"
67 IDS_ERROR_INVALID_PARITY_BITS "ERROR: Invalid value for Parity Bits %d:\n"
68 IDS_ERROR_INVALID_STOP_BITS "ERROR: Invalid value for Stop Bits %d:\n"
69 IDS_ERROR_NO_MEMORY "ERROR: Not enough memory.\n"
70 IDS_ERROR_SCREEN_LINES_COL "The screen cannot be set to the number of lines and columns specified.\n"
71 END