home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BSRC_250.LZH / MSGS.H < prev    next >
Text File  |  1991-09-15  |  16KB  |  397 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                          */
  3. /*                                                                          */
  4. /*      ------------         Bit-Bucket Software, Co.                       */
  5. /*      \ 10001101 /         Writers and Distributors of                    */
  6. /*       \ 011110 /          Freely Available<tm> Software.                 */
  7. /*        \ 1011 /                                                          */
  8. /*         ------                                                           */
  9. /*                                                                          */
  10. /*  (C) Copyright 1987-91, Bit Bucket Software Co., a Delaware Corporation. */
  11. /*                                                                          */
  12. /*                                                                          */
  13. /*                Message definitions used in BinkleyTerm                   */
  14. /*                                                                          */
  15. /*                                                                          */
  16. /*    For complete  details  of the licensing restrictions, please refer    */
  17. /*    to the License  agreement,  which  is published in its entirety in    */
  18. /*    the MAKEFILE and BT.C, and also contained in the file LICENSE.250.    */
  19. /*                                                                          */
  20. /*    USE  OF THIS FILE IS SUBJECT TO THE  RESTRICTIONS CONTAINED IN THE    */
  21. /*    BINKLEYTERM  LICENSING  AGREEMENT.  IF YOU DO NOT FIND THE TEXT OF    */
  22. /*    THIS  AGREEMENT IN ANY OF THE  AFOREMENTIONED FILES,  OR IF YOU DO    */
  23. /*    NOT HAVE THESE FILES,  YOU  SHOULD  IMMEDIATELY CONTACT BIT BUCKET    */
  24. /*    SOFTWARE CO.  AT ONE OF THE  ADDRESSES  LISTED BELOW.  IN NO EVENT    */
  25. /*    SHOULD YOU  PROCEED TO USE THIS FILE  WITHOUT HAVING  ACCEPTED THE    */
  26. /*    TERMS  OF  THE  BINKLEYTERM  LICENSING  AGREEMENT,  OR  SUCH OTHER    */
  27. /*    AGREEMENT AS YOU ARE ABLE TO REACH WITH BIT BUCKET SOFTWARE, CO.      */
  28. /*                                                                          */
  29. /*                                                                          */
  30. /* You can contact Bit Bucket Software Co. at any one of the following      */
  31. /* addresses:                                                               */
  32. /*                                                                          */
  33. /* Bit Bucket Software Co.        FidoNet  1:104/501, 1:343/491             */
  34. /* P.O. Box 460398                AlterNet 7:491/0                          */
  35. /* Aurora, CO 80046               BBS-Net  86:2030/1                        */
  36. /*                                Internet f491.n343.z1.fidonet.org         */
  37. /*                                                                          */
  38. /* Please feel free to contact us at any time to share your comments about  */
  39. /* our software and/or licensing policies.                                  */
  40. /*                                                                          */
  41. /*--------------------------------------------------------------------------*/
  42.  
  43. /* Make this easier to change in other environments (e.g. PM, Windows) */
  44.  
  45. #define MSG_TXT(m)               msgtxt[m]
  46.  
  47.  
  48. #define M_DIALING_SCRIPT         0
  49. #define M_NOOPEN_SCRIPT          1
  50. #define M_MASTER_SCRIPT_TIMER    2
  51. #define M_SCRIPT_FAILED          3
  52. #define M_NO_BREAK               4
  53. #define M_TOO_MANY_LABELS        5
  54. #define M_MACRO_NUMBER           6
  55. #define M_OUT_OF_RANGE           7
  56. #define M_SHELL_NUMBER           8
  57. #define M_ILLEGAL_ZONE           9
  58. #define M_REQUESTS_ALLOWED       10
  59. #define M_BAD_LOGLEVEL           11
  60. #define M_BAD_MAXPORT            12
  61. #define M_ILLEGAL_PORT           13
  62. #define M_ILLEGAL_CARRIER        14
  63. #define M_KEY                    15
  64. #define M_CALL                   16
  65. #define M_UNKNOWN_LINE           17
  66. #define M_BAD_DIR                18
  67. #define M_FAIL_EXEC              19
  68. #define M_PRESS_ESCAPE           20
  69. #define M_NO_BBS                 21
  70. #define M_NOTHING_TO_SEND        22
  71. #define M_CONNECT_ABORTED        23
  72. #define M_MODEM_HANGUP           24
  73. #define M_NO_OUT_REQUESTS        25
  74. #define M_OUT_REQUESTS           26
  75. #define M_END_OUT_REQUESTS       27
  76. #define M_FREQ_DECLINED          28
  77. #define M_ADDRESS                29
  78. #define M_INTRO                  30
  79. #define M_NOBODY_HOME            31
  80. #define M_NO_CARRIER             32
  81. #define M_PROTECTED_SESSION      33
  82. #define M_PWD_ERROR              34
  83. #define M_CALLED                 35
  84. #define M_WAZOO_METHOD           36
  85. #define M_WAZOO_END              37
  86. #define M_PACKET_MSG             38
  87. #define M_OPEN_MSG               39
  88. #define M_KBD_MSG                40
  89. #define M_TRUNC_MSG              41
  90. #define M_RENAME_MSG             42
  91. #define M_DEVICE_MSG             43
  92. #define M_FUBAR_MSG              44
  93. #define M_UNLINKING_MSG          45
  94. #define M_CAN_MSG                46
  95. #define M_NO_CTL_FILE            47
  96. #define M_FOSSIL_GONE            48
  97. #define M_NO_LOGFILE             49
  98. #define M_FOSSIL_TYPE            50
  99. #define M_FOSSIL_REV3            51
  100. #define M_STARTING_EVENT         52
  101. #define M_EVENT_EXIT             53
  102. #define M_CLEAN_PACK             54
  103. #define M_AFTER_CLEAN_PACK       55
  104. #define M_DATE_PROBLEM           56
  105. #define M_BBS_EXIT               57
  106. #define M_BBS_SPAWN              58
  107. #define M_BBS_RETURN             59
  108. #define M_EXT_MAIL               60
  109. #define M_SETTING_BAUD           61
  110. #define M_REMOTE_USES            62
  111. #define M_VERSION                63
  112. #define M_PROGRAM                64
  113. #define M_SEND_FALLBACK          65
  114. #define M_REFUSING_IN_FREQ       66
  115. #define M_TOO_LONG               67
  116. #define M_0001_END               68
  117. #define M_RECV_FALLBACK          69
  118. #define M_GIVING_MAIL            70
  119. #define M_REFUSE_PICKUP          71
  120. #define M_MEM_ERROR              72
  121. #define M_OUTBOUND               73
  122. #define M_FILE_ATTACHES          74
  123. #define M_MAKING_FREQ            75
  124. #define M_END_OF                 76
  125. #define M_RECV_MAIL              77
  126. #define M_NO_PICKUP              78
  127. #define M_INBOUND                79
  128. #define M_MAIL_PACKET            80
  129. #define M_PWD_ERR_ASSUMED        81
  130. #define M_CANT_RENAME_MAIL       82
  131. #define M_MAIL_PACKET_RENAMED    83
  132. #define M_NO_PROTOCOL            84
  133. #define M_DUP_PROTOCOL           85
  134. #define M_PROCESSING_NODE        86
  135. #define M_NO_ADDRESS             87
  136. #define M_NUISANCE_CALLER        88
  137. #define M_NO_BOSS                89
  138. #define M_UNABLE_TO_OPEN         90
  139. #define M_NODELIST_MEM           91
  140. #define M_NODELIST_READ_ERR      92
  141. #define M_NODELIST_SEEK_ERR      93
  142. #define M_NODELIST_REC_ERR       94
  143. #define M_FILE_REQUESTS          95
  144. #define M_MATCHING_FILES         96
  145. #define M_BAD_BARK               97
  146. #define M_BAD_CRC                98
  147. #define M_MISCONFIGURED          99
  148. #define M_EVENT_WAITING          100
  149. #define M_INCOMING_CALL          101
  150. #define M_DYNAMIC_EVENT          102
  151. #define M_EXIT_REQUEST           103
  152. #define M_FUNCTION_KEY           104
  153. #define M_DISABLE_MODEM          105
  154. #define M_BEGIN_MESSAGE_READER   106
  155. #define M_END_MESSAGE_READER     107
  156. #define M_ENABLE_MODEM           108
  157. #define M_NO_MESSAGE_READER      109
  158. #define M_NO_GET                 110
  159. #define M_NO_KILL                111
  160. #define M_POLL_MODE              112
  161. #define M_POLL_COMPLETED         113
  162. #define M_NO_SEND                114
  163. #define M_ENTER_TERMINAL_MODE    115
  164. #define M_POLLING_BOSS           116
  165. #define M_KEYBOARD_SHELL         117
  166. #define M_END_KEYBOARD_SHELL     118
  167. #define M_NO_KEYBOARD_SHELL      119
  168. #define M_JUNK_CHARACTER         120
  169. #define M_SHELLING               121
  170. #define M_TYPE_EXIT              122
  171. #define M_BINKLEY_BACK           123
  172. #define M_NO_CALLS_NOW           124
  173. #define M_IMMEDIATE_CALL         125
  174. #define M_ENTER_NET_NODE         126
  175. #define M_CURRENTLY_POLLING      127
  176. #define M_READY_INIT             128
  177. #define M_READY_WAITING          129
  178. #define M_READY_DIALING          130
  179. #define M_READY_HANGUP           131
  180. #define M_READY_CONNECT          132
  181. #define M_DIALING_NUMBER         133
  182. #define M_NO_END_MIDNIGHT        134
  183. #define M_INVALID_START          135
  184. #define M_INVALID_END            136
  185. #define M_INVALID_AVGWAIT        137
  186. #define M_BAD_ERRORLEVEL         138
  187. #define M_BAD_TRIES              139
  188. #define M_INDECIPHERABLE         140
  189. #define M_BAD_DAY                141
  190. #define M_NOTHING_IN_OUTBOUND    142
  191. #define M_OUTBOUND_HEADER        143
  192. #define M_INSUFFICIENT_DATA      144
  193. #define M_END_OF_ATTEMPT         145
  194. #define M_STILL_HAVE_MAIL        146
  195. #define M_EXIT_COMPRESSED        147
  196. #define M_EXIT_AFTER_EXTENT      148
  197. #define M_EXIT_AFTER_MAIL        149
  198. #define M_AFTERMAIL              150
  199. #define M_OK_AFTERMAIL           151
  200. #define M_SETTING                152
  201. #define M_INITIAL_SPEED          153
  202. #define M_INTRO_END              154
  203. #define M_MULTI_TASKER           155
  204. #define M_CURRENT_SETTINGS       156
  205. #define M_TODAY_GLANCE           157
  206. #define M_PENDING_OUTBOUND       158
  207. #define M_INITIALIZING_SYSTEM    159
  208. #define M_RECENT_ACTIVITY        160
  209. #define M_TRANSFER_STATUS        161
  210. #define M_EVENT_COLON            162
  211. #define M_PORT_COLON             163
  212. #define M_STATUS_INIT            164
  213. #define M_BBS_MAIL               165
  214. #define M_CALLS_OUT              166
  215. #define M_GOOD_COST              167
  216. #define M_FILES_IO               168
  217. #define M_LAST                   169
  218. #define M_ALTF10                 170
  219. #define M_NODE_COLON             171
  220. #define M_PASSWORD_OVERRIDE      172
  221. #define M_ZMODEM_STARTED         173
  222. #define M_ZMODEM_FINISHED        174
  223. #define M_BINK_NOW_AT            175
  224. #define M_PHONE_OR_NODE          176
  225. #define M_NO_DROP_DTR            177
  226. #define M_WELCOME_BACK           178
  227. #define M_INPUT_LOGFILE          179
  228. #define M_MAILER_MODE            180
  229. #define M_MANUAL_MODE            181
  230. #define M_BINK_NOW_USING         182
  231. #define M_READY_TO_SEND          183
  232. #define M_WHICH_PROTOCOL         184
  233. #define M_READY_TO_RECEIVE       185
  234. #define M_SENDING_BREAK          186
  235. #define M_DONE                   187
  236. #define M_YOU_ARE_USING          188
  237. #define M_DONT_KNOW_PROTO        189
  238. #define M_FILE_TO_SEND           190
  239. #define M_CHOOSE                 191
  240. #define M_FILE_TO_RECEIVE        192
  241. #define M_LOG_CLOSED             193
  242. #define M_LOG_NOT_OPEN           194
  243. #define M_LOG_OPEN               195
  244. #define M_END_OF_CONNECT         196
  245. #define M_SWITCHING_BACK         197
  246. #define M_POLLING_COLON          198
  247. #define M_GET_FILE               199
  248. #define M_ADDRESS_TO_GET_FROM    200
  249. #define M_PASSWORD_TO_USE        201
  250. #define M_ARE_YOU_SURE           202
  251. #define M_YES                    203
  252. #define M_NO                     204
  253. #define M_SEND_FILE              205
  254. #define M_ADDRESS_TO_SEND_TO     206
  255. #define M_KILL_MAIL              207
  256. #define M_ADDRESS_TO_KILL        208
  257. #define M_KILL_ALL_MAIL          209
  258. #define M_DRATS                  210
  259. #define M_HE_HUNG_UP             211
  260. #define M_CORRECTED_ERRORS       212
  261. #define M_FILE_SENT              213
  262. #define M_SYNCHRONIZING          214
  263. #define M_TEMP_NOT_OPEN          215
  264. #define M_ALREADY_HAVE           216
  265. #define M_SYNCHRONIZING_EOF      217
  266. #define M_SYNCHRONIZING_OFFSET   218
  267. #define M_FILE_RECEIVED          219
  268. #define M_ORIGINAL_NAME_BAD      220
  269. #define M_UNEXPECTED_EOF         221
  270. #define M_REMOTE_SYSTEM          222
  271. #define M_UNKNOWN_MAILER         223
  272. #define M_SYSTEM_INITIALIZING    224
  273. #define M_UNRECOGNIZED_OPTION    225
  274. #define M_THANKS                 226
  275. #define M_ANOTHER_FINE_PRODUCT   227
  276. #define M_REMOTE_REFUSED         228
  277. #define M_ERROR                  229
  278. #define M_CANT                   230
  279. #define M_CPS_MESSAGE            231
  280. #define M_COMPRESSED_MAIL        232
  281. #define M_NET_FILE               233
  282. #define M_ELAPSED                234
  283. #define M_TROUBLE                235
  284. #define M_RESENDING_FROM         236
  285. #define M_SEND_MSG               237
  286. #define M_UPDATE                 238
  287. #define M_FILE                   239
  288. #define M_REQUEST                240
  289. #define M_EXECUTING              241
  290. #define M_CARRIER_REQUEST_ERR    242
  291. #define M_FREQ_LIMIT             243
  292. #define M_EVENT_OVERRUN          244
  293. #define M_NO_AVAIL               245
  294. #define M_NO_ABOUT               246
  295. #define M_OKFILE_ERR             247
  296. #define M_FREQ_PW_ERR            248
  297. #define M_RECEIVE_MSG            249
  298. #define M_TIMEOUT                250
  299. #define M_CHECKSUM               251
  300. #define M_CRC_MSG                252
  301. #define M_JUNK_BLOCK             253
  302. #define M_ON_BLOCK               254
  303. #define M_FIND_MSG               255
  304. #define M_READ_MSG               256
  305. #define M_SEEK_MSG               257
  306. #define M_SHRT_MSG               258
  307. #define M_CLOSE_MSG              259
  308. #define M_UNLINK_MSG             260
  309. #define M_WRITE_MSG              261
  310. #define M_SKIP_MSG               262
  311. #define M_PHONE_HELP             263
  312. #define M_PHONE_HELP2            264
  313. #define M_LAST_SET               265
  314. #define M_CURRENT_PHONES         266
  315. #define M_INPUT_COMMAND          267
  316. #define M_ELEMENT_CHOSEN         268
  317. #define M_CURRENTLY_CONTAINS     269
  318. #define M_PHONE_HELP3            270
  319. #define M_PHONE_HELP4            271
  320. #define M_SET_READ_ERROR         272
  321. #define M_SET_CLOSE_ERR          273
  322. #define M_SET_LOADED             274
  323. #define M_SET_WRITE_ERROR        275
  324. #define M_SET_SAVED              276
  325. #define M_PRESS_ENTER            277
  326. #define M_STARTING_SCAN          278
  327. #define M_CONNECTED_TO_ITEM      279
  328. #define M_DEBRIS                 280
  329. #define M_LONG_PACKET            281
  330. #define M_Z_IGNORING             282
  331. #define M_OUT_OF_DISK_SPACE      283
  332. #define M_RECEIVING              284
  333. #define M_Z_INITRECV             285
  334. #define M_BAD_POS                286
  335. #define M_Z_RZ                   287
  336. #define M_J_BAD_PACKET           288
  337. #define M_SEND                   289
  338. #define M_RECV                   290
  339. #define M_OTHER_DIED             291
  340. #define M_GOING_ONE_WAY          292
  341. #define M_REFUSING               293
  342. #define M_UNKNOWN_PACKET         294
  343. #define M_SESSION_ABORT          295
  344. #define M_SENDING                296
  345. #define M_NO_LENGTH              297
  346. #define M_FINISHED_PART          298
  347. #define M_SAVING_PART            299
  348. #define M_REMOTE_CANT_FREQ       300
  349. #define M_MAIN_HELP              301 /* 11 messages total */
  350. #define M_MACRO_HELP             312
  351. #define M_PRESS_ANYKEY           313
  352. #define M_MAILER_HELP            314 /* 15 messages total */
  353. #define M_BLANK_HELP             329
  354. #define M_EDITOR_HELP            330
  355. #define M_SHELL_HELP             331
  356. #define M_DRIVER_DEAD_1          332
  357. #define M_DRIVER_DEAD_2          333
  358. #define M_DRIVER_DEAD_3          334
  359. #define M_FAILED_CREATE_FLAG     335
  360. #define M_CREATED_FLAGFILE       336
  361. #define M_THIS_ADDRESS_LOCKED    337
  362. #define M_BAD_CLEAR_FLAGFILE     338
  363. #define M_CLEARED_FLAGFILE       339
  364. #define M_FAILED_CLEAR_FLAG      340
  365. #define M_BYTE_LIMIT             341
  366. #define M_REFRESH_NODELIST       342
  367. #define M_NO_SIGINT              343
  368. #define M_FILTER                 344
  369. #define M_NEXT_EVENT             345
  370. #define M_EVENT_FLAGS            346
  371. #define M_UNREAD_NETMAIL         347
  372. #define M_NODE_COST              348
  373. #define M_TIME_LIMIT             349
  374. #define M_BAD_QSIZE              350
  375. #define M_BAD_EVENT_ALLOC        351
  376. #define M_BINK_BEGIN             352
  377. #define M_BINK_END               353
  378. #define M_NODE_TO_POLL           354
  379. #define M_POLL_WHOM              355
  380. #define M_NO_COMMON_PROTO        356
  381.  
  382. /*
  383.  * Easy way to test language file:
  384.  * Always insert new messages before this one and bump his number.
  385.  * Then startup Bink WITHOUT serial in binkley.cfg, and if you see
  386.  * (UNREGISTERED) on the screen, you still have it OK.
  387.  */
  388.  
  389. #define M_UNREGISTERED           357
  390.  
  391. /*
  392.  * This last define should be one more than the last message number.
  393.  * Always update this last line when you add or subtract messages!
  394.  */
  395.  
  396. #define X_TOTAL_MSGS             358
  397.