summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/KEYB/KBMSG.INC
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/CMD/KEYB/KBMSG.INC')
-rw-r--r--v4.0/src/CMD/KEYB/KBMSG.INC21
1 files changed, 21 insertions, 0 deletions
diff --git a/v4.0/src/CMD/KEYB/KBMSG.INC b/v4.0/src/CMD/KEYB/KBMSG.INC
new file mode 100644
index 0000000..f7beb54
--- /dev/null
+++ b/v4.0/src/CMD/KEYB/KBMSG.INC
@@ -0,0 +1,21 @@
1 ;;
2ACT_KEYB DB 'Current keyboard code: ','$' ;;
3ACT_KEYB_CP DB ' code page: ','$' ;;
4ACT_CON_CP DB 'Current CON code page: ','$' ;;
5INV_L DB 'Invalid keyboard code specified',10,13,'$' ;;
6INV_I DB 'Invalid keyboard ID specified',10,13,'$' ;;
7INV_CP DB 'Invalid code page specified',10,13,'$' ;;
8INV_S DB 'Invalid syntax',10,13,'$' ;;
9INV_FN DB 'Bad or missing Keyboard Definition File',10,13,'$' ;;
10INV_KEYB_Q DB 'KEYB has not been installed',10,13,'$' ;;
11INV_CON_Q DB 'Active code page not available from CON device',10,13,'$' ;;
12NOT_DESIG DB 'Code page specified has not been prepared',10,13,'$' ;;
13NOT_SUPP DB 'One or more CON code pages invalid for given keyboard code',10,13,'$' ;;
14NOT_VALID1 DB 'Code page requested (','$' ;;
15NOT_VALID2 DB ') is not valid for given keyboard code',10,13,'$' ;;
16WARNING_1 DB 'Code page specified is inconsistent with the selected code page',10,13,'$' ;;
17INV_COMBO DB 'ID code specified is inconsistent with the selected keyboard code',13,'$' ;;
18MEMORY_OVERF DB 'Unable to create KEYB table in resident memory',10,13,'$' ;;
19CR_LF DB 10,13,'$' ;;
20 ;;
21 \ No newline at end of file