rts.msg

来自「这是一个使用 cobol 实现的 unix 系统下的汉字输入法程序」· MSG 代码 · 共 91 行

MSG
91
字号
###	Copyright (C) 1984-1993 Micro Focus Ltd.##	All  rights reserved.  No part of this program or  publication#	may  be  reproduced,  transmitted,  transcribed,  stored  in a#	retrieval system,  or translated into any language or computer#	language, in any form or by any means, electronic, mechanical,#	magnetic,  optical, chemical, manual or otherwise, without the#	prior written permission of:##	Micro Focus Ltd,#	26 West Street, Newbury, Berkshire, United Kingdom.             #	(0635) 32646##	Phase 6a Run Time System.##	@(#)rts.msg	1.2##	Last Modified on 93/04/07 at 09:24:42### This is the rts message file and contains the messages output from the# rts. Each message is terminates by a newline and must be kept in order.# Message are in a 'printf' type format.# Lines which start with a hash (#) are treated as comments.####  0,1,2,3,4 Version numbers#%c%d.%d revision %d build %d/%d/%d %c; %05d. %s %s\n### 5,6,7,8,9 Error types#UNKNOWNLoadI/ORuntimeExecution### 10,11 Formats for file errors# Normal errors:9/%03d (ANS74)# Alternate errors:%c/%c (Alternate)## 12 Format for non file errors%d## 13 Common error message\n%s error : file '%s'\nerror code: %s, pc=%X, call=%d, seg=%d\n## 14 Format for explanatory error message%s ## 15 Message if explanatory text not found%d      error code not found ## 16 Object code errorObject Code### Multiple reel file requests:# 17 main part of request messagePLEASE LOAD VOLUME %d OF FILE %s FOR %s\n# 18 OUTPUTOUTPUT# 19 INPUTINPUT# 20 Prompt for new deviceENTER NEW DEVICE (IF REQUIRED) AND <CR> WHEN READY\n# 21 Prompt for dedice capacityPLEASE ENTER CAPACITY OF DEVICE IN 1024 BYTE BLOCKS\n# 22 Ans85 file status%c/%c (ANS85)# 23 Additional information for signals(Signal %d)# 24 Additional information for symbol redefined errors(Symbol `%s')# 25 Additional information COBCONFIG configuration side file error(file `%s', line `%d')# 26 Error TypeConcurrent

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?