home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / flip416.zip / MESSAGES.COM / MESSAGES.FLS < prev    next >
Text File  |  1993-12-04  |  7KB  |  492 lines

  1. {off_screen_mess  EQU 1}
  2. edge of screen
  3. ;
  4. {mess_match_failed  EQU 2}
  5. ;flipper says this when it is not able to
  6. ;move the cursor to the desired location
  7. failure
  8. ;
  9. {mess_match  EQU 3}
  10. ;this is what flipper says when it successfully routes the cursor
  11. success
  12. ;
  13. {mess_pattern_not_found  EQU 4}
  14. pattern not found
  15. ;
  16. {on_mess   EQU 5}
  17. ;this preceeds the description of the background colors
  18. on
  19. ;
  20. {mess_period  EQU 6}
  21. period
  22. ;
  23. {mess_comma  EQU 7}
  24. comma
  25. ;
  26. {mess_point  EQU 8}
  27. point
  28. ;
  29. {mess_window_not_found EQU 9}
  30. window not found
  31. ;
  32. {mess_screen_in_graphics_mode  EQU 10}
  33. sorry, the screen is in graphics mode and can not be red.
  34. ;
  35. {mess_brailler_not_ready  EQU 11}
  36. device not ready
  37. ;
  38. {blank_mess  EQU 12}
  39. blank
  40. ;
  41. {nothing_mess  EQU 13}
  42. nothing
  43. ;
  44. {key_mess  EQU 14}
  45. key
  46. ;
  47. {spacesmess  EQU 15}
  48. spaces
  49. ;
  50. {mess_enhancement_is  EQU 16}
  51. ;lead in for the description of the type of enhancement
  52. this is
  53. ;
  54. {mess_enhancement_underlined  EQU 17}
  55. underlined
  56. ;
  57. {mess_enhancement_blinking  EQU 18}
  58. blinking
  59. ;
  60. {mess_enhancement_high_intensity  EQU 19}
  61. high intensity
  62. ;
  63. {mess_enhancement_inverse_video  EQU 20}
  64. inverse video
  65. ;
  66. {mess_enhancement_non_display  EQU 21}
  67. ;this is what flipper says for black on black enhancements
  68. does not show
  69. ;
  70. {mess_enhancement_regular  EQU 22}
  71. regular text
  72. ;
  73. {mess_on_monochrome_screen  EQU 23}
  74. on monochrome monitors,
  75. and it shows as
  76. ;
  77. {mess_on_color_screen  EQU 24}
  78. on color screens. it is enhancement number
  79. ;
  80. {nowblinkingmess  EQU 25}
  81. blinking
  82. ;
  83. {endblinkingmess  EQU 26}
  84. end of blinking
  85. ;
  86. {nowintensemess  EQU 27}
  87. high intensity
  88. ;
  89. {endintensemess  EQU 28}
  90. end of high intensity
  91. ;
  92. {nowunderlinemess  EQU 29}
  93. underline
  94. ;
  95. {endunderlinemess  EQU 30}
  96. end of underline
  97. ;
  98. {nowinversemess  EQU 31}
  99. inverse video
  100. ;
  101. {endinversemess  EQU 32}
  102. end of inverse video
  103. ;
  104. {cap_mess  EQU 33}
  105. cap
  106. ;
  107. {lower_mess  EQU 34}
  108. lower
  109. ;
  110. {all_caps_mess  EQU 35}
  111. all caps
  112. ;
  113. {mess_help_mode  EQU 36}
  114. help mode
  115. ;
  116. {mess_leaving_help_mode  EQU 37}
  117. end help mode
  118. ;
  119. {external_loaded_mess  EQU 38}
  120. loaded.
  121. ;
  122. {external_not_found_mess  EQU 39}
  123. not found.
  124. ;
  125. {enterreviewmess  EQU 40}
  126. review mode
  127. ;
  128. {endreviewmess  EQU 41}
  129. end review mode
  130. ;
  131. {jump_mess  EQU 42}
  132. jump
  133. ;
  134. {nope_mess  EQU 43}
  135. no
  136. ;
  137. {backspace_jump_mess   EQU 44}
  138. jump
  139. ;
  140. {backspace_change_line_mess   EQU 45}
  141. jump
  142. ;
  143. ;
  144. {cursor_mess  EQU 46}
  145. cursor
  146. ;
  147. {mess_column  EQU 47}
  148. column
  149. ;
  150. {mess_row  EQU 48}
  151. line
  152. ;
  153. {mess_return  EQU 49}
  154. return
  155. {blank_message  EQU 50}
  156. ; this is what Flipper says when it reads a message which is blank
  157. blank
  158. ;
  159. {autoload_fac_too_long EQU 51}
  160. f a c file too long to load here
  161. ;
  162. {autoload_fac_error EQU 52}
  163. error while reading f a c file
  164. ;
  165. {autoload_open_error  EQU 53}
  166. autoloading error opening flp file
  167. ;
  168. {autoload_read_error  EQU 54}
  169. error reading flp file
  170. ;
  171. {autoload_wrong_version_error  EQU 55}
  172. autoloading flp file is for wrong version of flipper
  173. ;
  174. {autoload_bad_file_error  EQU 56}
  175. autoloading flp file is corrupted or for wrong version of flipper
  176. ;
  177. {not_enough_external_configurations  EQU 57}
  178. there are not enough external configurations for this autoload
  179. ;
  180. {plural_a   EQU 58}
  181. aze
  182. ;
  183. {plural_b   EQU 59}
  184. be's
  185. ;
  186. {plural_c   EQU 60}
  187. cee's
  188. ;
  189. {plural_d   EQU 61}
  190. deeze
  191. ;
  192. {plural_e   EQU 62}
  193. eez
  194. ;
  195. {plural_f   EQU 63}
  196. ef's
  197. ;
  198. {plural_g   EQU 64}
  199. gee's
  200. ;
  201. {plural_h   EQU 65}
  202. aitshes
  203. ;
  204. {plural_i   EQU 66}
  205. eyes
  206. ;
  207. {plural_j   EQU 67}
  208. jay's
  209. ;
  210. {plural_k   EQU 68}
  211. kay's
  212. ;
  213. {plural_l   EQU 69}
  214. el's
  215. ;
  216. {plural_m   EQU 70}
  217. em's
  218. ;
  219. {plural_n   EQU 71}
  220. en's
  221. ;
  222. {plural_o   EQU 72}
  223. ohe's
  224. ;
  225. {plural_p   EQU 73}
  226. pee's
  227. ;
  228. {plural_q   EQU 74}
  229. kue's
  230. ;
  231. {plural_r   EQU 75}
  232. are's
  233. ;
  234. {plural_s   EQU 76}
  235. ess's
  236. ;
  237. {plural_t   EQU 77}
  238. tee's
  239. ;
  240. {plural_u   EQU 78}
  241. use
  242. ;
  243. {plural_v   EQU 79}
  244. vee's
  245. ;
  246. {plural_w   EQU 80}
  247. double use
  248. ;
  249. {plural_x   EQU 81}
  250. exes
  251. ;
  252. {plural_y   EQU 82}
  253. wise
  254. ;
  255. {plural_z   EQU 83}
  256. zee's
  257. ;
  258. {military_a   EQU 84}
  259. alpha
  260. ;
  261. {military_b   EQU 85}
  262. bravo
  263. ;
  264. {military_c   EQU 86}
  265. charlie
  266. ;
  267. {military_d   EQU 87}
  268. delta
  269. ;
  270. {military_e   EQU 88}
  271. echo
  272. ;
  273. {military_f   EQU 89}
  274. fox trot
  275. ;
  276. {military_g   EQU 90}
  277. gulf
  278. ;
  279. {military_h   EQU 91}
  280. hotel
  281. ;
  282. {military_i   EQU 92}
  283. india
  284. ;
  285. {military_j   EQU 93}
  286. juliet
  287. ;
  288. {military_k   EQU 94}
  289. kilo
  290. ;
  291. {military_l   EQU 95}
  292. lima
  293. ;
  294. {military_m   EQU 96}
  295. mike
  296. ;
  297. {military_n   EQU 97}
  298. november
  299. ;
  300. {military_o   EQU 98}
  301. oscar
  302. ;
  303. {military_p   EQU 99}
  304. poppa
  305. ;
  306. {military_q   EQU 100}
  307. quebec
  308. ;
  309. {military_r   EQU 101}
  310. romeo
  311. ;
  312. {military_s   EQU 102}
  313. sierra
  314. ;
  315. {military_t   EQU 103}
  316. tango
  317. ;
  318. {military_u   EQU 104}
  319. uniform
  320. ;
  321. {military_v   EQU 105}
  322. victor
  323. ;
  324. {military_w   EQU 106}
  325. whiskey
  326. ;
  327. {military_x   EQU 107}
  328. x ray
  329. ;
  330. {military_y   EQU 108}
  331. yankee
  332. ;
  333. {military_z   EQU 109}
  334. zulu
  335. ;
  336. {black   EQU 110}
  337. black
  338. ;
  339. {blue   EQU 111}
  340. blue
  341. ;
  342. {green   EQU 112}
  343. green
  344. ;
  345. {cyan   EQU 113}
  346. cyan
  347. ;
  348. {red   EQU 114}
  349. red
  350. ;
  351. {magenta   EQU 115}
  352. magenta
  353. ;
  354. {brown   EQU 116}
  355. brown
  356. ;
  357. {light_grey   EQU 117}
  358. light grey
  359. ;
  360. {dark_grey   EQU 118}
  361. dark grey
  362. ;
  363. {light_blue   EQU 119}
  364. light blue
  365. ;
  366. {light_green   EQU 120}
  367. light green
  368. ;
  369. {light_cyan   EQU 121}
  370. light cyan
  371. ;
  372. {light_red   EQU 122}
  373. light red
  374. ;
  375. {light_magenta   EQU 123}
  376. light magenta
  377. ;
  378. {yellow   EQU 124}
  379. yellow
  380. ;
  381. {white   EQU 125}
  382. white
  383. ;digitsnames
  384. ;
  385. {zero   EQU 126}
  386. zero
  387. ;
  388. {one   EQU 127}
  389. one
  390. ;
  391. {two   EQU 128}
  392. two
  393. ;
  394. {three   EQU 129}
  395. three
  396. ;
  397. {four   EQU 130}
  398. four
  399. ;
  400. {five   EQU 131}
  401. five
  402. ;
  403. {six   EQU 132}
  404. six
  405. ;
  406. {seven   EQU 133}
  407. seven
  408. ;
  409. {eight   EQU 134}
  410. eight
  411. ;
  412. {nine   EQU 135}
  413. nine
  414. ;teensnames
  415. ;
  416. {ten   EQU 136}
  417. ten
  418. ;
  419. {eleven   EQU 137}
  420. eleven
  421. ;
  422. {twelve   EQU 138}
  423. twelve
  424. ;
  425. {thirteen   EQU 139}
  426. thirteen
  427. ;
  428. {fourteen   EQU 140}
  429. fourteen
  430. ;
  431. {fifteen   EQU 141}
  432. fifteen
  433. ;
  434. {sixteen   EQU 142}
  435. sixteen
  436. ;
  437. {seventeen   EQU 143}
  438. seventeen
  439. ;
  440. {eighteen   EQU 144}
  441. eighteen
  442. ;
  443. {nineteen   EQU 145}
  444. nineteen
  445. ;
  446. ;tensnames
  447. ;
  448. {twenty   EQU 146}
  449. twenty
  450. ;
  451. {thirty   EQU 147}
  452. thirty
  453. ;
  454. {forty   EQU 148}
  455. forty
  456. ;
  457. {fifty   EQU 149}
  458. fifty
  459. ;
  460. {sixty   EQU 150}
  461. sixty
  462. ;
  463. {seventy   EQU 151}
  464. seventy
  465. ;
  466. {eighty   EQU 152}
  467. eighty
  468. ;
  469. {ninety  EQU 153}
  470. ninety
  471. ;
  472. {mess_hundred  EQU 154}
  473. hundred
  474. ;
  475. {mess_thousand  EQU 155}
  476. thousand
  477. ;
  478. {mess_million  EQU 156}
  479. million
  480. ;
  481. {mess_billion  EQU 157}
  482. billion
  483. ;
  484. {mess_trillion  EQU 158}
  485. trillion
  486. ;
  487. {mess_demo  EQU 159}
  488. flipper demo limit reached.
  489. ;
  490. {end_of_message_table  EQU 160}
  491. .
  492.