File: strings.en

package info (click to toggle)
dosemu-freedos 1%3A0.0.b9r5a%2Betch.1-0etch1
  • links: PTS
  • area: contrib
  • in suites: etch
  • size: 19,744 kB
  • ctags: 23,279
  • sloc: ansic: 143,864; asm: 20,397; makefile: 3,868; perl: 1,106; yacc: 690; sh: 553; pascal: 297; xml: 150; cpp: 67
file content (21 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; Miscellaneous DISPLAY loading error messages
errAlready       DB     "DISPLAY is already loaded", 0dH, 0aH, "$"
errNoDRDOS       DB     "FD-DISPLAY is incompatible with this version of DR-KEYB", 0dH, 0aH, "$"

; Hardware-driver specific messages
errAcient        DB     "FD-DISPLAY needs at least EGA adapter", 0dH, 0aH, "$"

; Commandline parsing error messages
SyntaxErrorStr:         DB      "Syntax error($"
SES_ParamRequired       DB      ") Missing required parameter", 0dH, 0aH, "$"
SES_UnexpectedEOL       DB      ") Unexpected end of line", 0dH, 0aH, "$"
SES_IllegalChar         DB      ") Illegal character", 0dH, 0aH, "$"
SES_NameTooLong         DB      ") Device driver name too long", 0dH, 0aH, "$"
SES_OpenBrExpected      DB      ") ( expected", 0dH, 0aH, "$"
SES_WrongHwName         DB      ") Unknown hardware device name", 0dH, 0aH, "$"
SES_CommaExpected       DB      ") , expected", 0dH, 0aH, "$"
SES_CloseBrExpected     DB      ") ) expected", 0dH, 0aH, "$"
SES_WrongNumberPars     DB      ") Wrong number of parameters", 0dH, 0aH, "$"
SES_TooManyPools        DB      ") Too many software codepages (MAX=5)", 0dH, 0aH, "$"
SES_ListTooLong         DB      ") The list is too long", 0dH, 0aH, "$"
SES_TooManyHWPools      DB      ") Too many hardware codepages", 0dh, 0ah, "$"