home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0995.lha / ParM / ParM.cd < prev    next >
Text File  |  1994-04-05  |  5KB  |  282 lines

  1. ;
  2. ;    ParM.cd - Copyright ⌐ 1991-93 by S.R. & P.C.
  3. ;
  4. ;    Created:    28 Feb 1993  15:20:51
  5. ;    Modified:    08 May 1993  18:58:27
  6. ;
  7. ;    Make>> smake
  8. ;
  9. ;    WARNING:
  10. ;
  11. ;    This file is absolutly READONLY, if you modify anything in it,
  12. ;    next modify in .ct file will be desastrous
  13. ;
  14. ;    Messages beginning with MSG1L_ MUST NOT include line feeds (\n)
  15. ;
  16. ;
  17. MSG1L_RequestTitle (//)
  18. ParM Request
  19. ;
  20. MSG_LineTooLong (//)
  21. Line too long
  22. ;
  23. MSG_LineChar (//)
  24. %s\nLine %ld, Char %ld
  25. ;
  26. MSG_UnexpectedMenu (//)
  27. Unexpected MENU
  28. ;
  29. MSG_UnexpectedSubMenu (//)
  30. Unexpected SUBMENU
  31. ;
  32. MSG_UnexpectedEndSubMenu (//)
  33. Unexpected ENDSUBMENU
  34. ;
  35. MSG_UnexpectedItem (//)
  36. Unexpected ITEM
  37. ;
  38. MSG_MissingClosingBrace (//)
  39. Missing closing '}'
  40. ;
  41. MSG_MissingArgument (//)
  42. Missing argument
  43. ;
  44. MSG_AutoCmdNotAllowed (//)
  45. AUTOCMD not allowed in this tool
  46. ;
  47. MSG_WinNotAllowedInWBMode (//)
  48. WIN not allowed in WB mode
  49. ;
  50. MSG_CouldntOpenRead (//)
  51. Couldn't open/read \"%s\"
  52. ;
  53. MSG_CouldntOpenConsole (//)
  54. Couldn't open console\n\"%s\"
  55. ;
  56. MSG_CouldntAccess (//)
  57. Couldn't access \"%s\"
  58. ;
  59. MSG_CouldntExecute (//)
  60. Couldn't execute \"%s\"\n%s.
  61. ;
  62. MSG_CouldntLoad (//)
  63. Couldn't load \"%s\"\n%s.
  64. ;
  65. MSG1L_EnterCommand (//)
  66. Enter Command...
  67. ;
  68. MSG_Run (//)
  69. Run...
  70. ;
  71. MSG_NoToolFound (//)
  72. No tool found.
  73. ;
  74. MSG_InvalidStack (//)
  75. Invalid stack
  76. ;
  77. MSG_PriOutOfRange (//)
  78. Priority out of range
  79. ;
  80. MSG_WB_RUN_SHELL_CFG_Expected (//)
  81. WB, RUN, SHELL or CFG Expected
  82. ;
  83. MSG_InvalidKey (//)
  84. Invalid Key
  85. ;
  86. MSG_InvalidQualifier (//)
  87. Invalid qualifier
  88. ;
  89. MSG_UnexpectedEndOfLine (//)
  90. Unexpected end of line
  91. ;
  92. MSG_KeywordExpected (//)
  93. Keyword expected
  94. ;
  95. MSG_KeyAlreadyUsed (//)
  96. Key already used
  97. ;
  98. MSG_UnknownFileType (//)
  99. Unknown file type
  100. ;
  101. MSG_Cancel_GAD (//9)
  102. Cancel
  103. ;
  104. MSG_Resume_GAD (//9)
  105. Resume
  106. ;
  107. MSG_OkCancel_GAD (//)
  108.  Ok |Cancel
  109. ;
  110. MSG_ShellRunBackCancel_GAD (//)
  111. Shell|RunBack|Cancel
  112. ;
  113. ;
  114. ;        ParM
  115. ;
  116. ParM_MSG_CliHelp (50//)
  117. ParM V4.4 ⌐ 1990-93 by S.R. & P.C.\n\
  118. MYMENU            Attach menus to Workbench's (Like MyMenu)\n\
  119. CLIWINDOW         Attach menus to CLI/Shell Window\n\
  120. OWNWINDOW         Open its own window (default)\n\
  121. LEFTEDGE          Left edge of ParM Window (default 0)\n\
  122. TOPEDGE           Top edge of ParM Window (default 0)\n\
  123. DETAILPEN         Detail pen of ParM Window (default 0)\n\
  124. BLOCKPEN          Block pen of ParM Window (default 1)\n\
  125. DRAGBAR   ON|OFF  Drag bar (You can't move ParM window) (default on)\n\
  126. DEPTH     ON|OFF  Depth gadgets (default off)\n\
  127. AUTOFRONT ON|OFF  Automatic window to front (default on)\n\
  128. SHOWMEM   ON|OFF  Show available memory (default off)\n\
  129. SHOWTIME  ON|OFF  Show time. (default off)\n\
  130. REFRESHTIME       Interval time for Mem/Time refresh in 0.1s (default 1s)\n\
  131. MTDETAILPEN       DetailPen for Mem/Time (default DetailPen)\n\
  132. MTBLOCKPEN        BlockPen for Mem/Time (default BlockPen)\n\
  133. MENUCOLOR         Color for ParM's main menu (default DetailPen)\n\
  134. STACKSIZE         Default stack size for commands (default: ParM process stack)\n\
  135. CONFIGFILE        Configuration file (default: S:ParM.cfg)\n\
  136. USENULL   ON|OFF  Redirect output to NIL: for commands in RUN mode (default off)\n\n
  137. ;
  138. ;
  139. ParM_MSG_ErrorInEnvParMOpt (//)
  140. Error in ENV:ParMOpt
  141. ;
  142. ParM_MSG_ON_OFF_Required (//)
  143. ON|OFF argument required for %s
  144. ;
  145. ParM_MSG_CouldntGetWindow (//)
  146. Couldn't get window.
  147. ;
  148. ParM_MSG_ThisWindowHasMenus (//)
  149. This window already have menus.
  150. ;
  151. ParM_MSG_MenusAlreadyInWB (//)
  152. Menus already installed in WorkBench.
  153. ;
  154. ParM_MSG_CantFindWorkBench (//)
  155. Can't find WorkBench.
  156. ;
  157. ParM_MSG_Mem_Fmt (//)
  158. Chip:%6lD  Other:%7lD
  159. ;
  160. ParM_MSG1L_Open (//)
  161. Open...
  162. ;
  163. ParM_MSG_EnterNewDir (//)
  164. Enter New Dir...
  165. ;
  166. ParM_MSG_PathTooLong (//)
  167. Path too long
  168. ;
  169. ParM_MSG_Busy (//)
  170. Busy
  171. ;
  172. ;
  173. ParM_MSG_ParM_Open_MENU (//)
  174. _O Open
  175. ;
  176. ParM_MSG_ParM_Update_MENU (//)
  177. _U Update
  178. ;
  179. ParM_MSG_ParM_StdCfg_MENU (//)
  180. Std Cfg
  181. ;
  182. ParM_MSG_ParM_Command_MENU (//)
  183. _C Command
  184. ;
  185. ParM_MSG_ParM_ChangeDir_MENU (//)
  186. Change Dir
  187. ;
  188. ParM_MSG_ParM_Quit_MENU (//)
  189. Quit
  190. ;
  191. ParM_MSG_RequiresAsl (//)
  192. Requires asl.library V37 or higher.
  193. ;
  194. ;
  195. ;        SetMouse
  196. ;
  197. SM_MSG_CouldntSaveConfiguration (80//)
  198. Couldn't save configuration.
  199. ;
  200. SM_MSG_InvalidMouseOptsVersion (//)
  201. Invalid MouseOpts version.
  202. ;
  203. ;
  204. SM_MSG_CheckBoxText1 (//19)
  205. Window to Front
  206. ;
  207. SM_MSG_CheckBoxText2 (//19)
  208. Window to Back
  209. ;
  210. SM_MSG_CheckBoxText3 (//19)
  211. Screen to Back
  212. ;
  213. SM_MSG_CheckBoxText4 (//19)
  214. Auto Activate
  215. ;
  216. SM_MSG_CheckBoxText5 (//19)
  217. Sun Mouse
  218. ;
  219. ;
  220. SM_MSG_IntegerText1 (//19)
  221. Screen blank (sec)
  222. ;
  223. SM_MSG_IntegerText2 (//19)
  224. Mouse blank  (sec)
  225. ;
  226. SM_MSG_IntegerText3 (//19)
  227. Accel Threshold
  228. ;
  229. SM_MSG_IntegerText4 (//19)
  230. Accel Factor
  231. ;
  232. SM_MSG_IntegerText5 (//19)
  233. SunMouse Threshold
  234. ;
  235. SM_MSG_IntegerText6 (//19)
  236. Handler Priority
  237. ;
  238. ;
  239. SM_MSG_WTFQualLabel1 (//13)
  240. None
  241. ;
  242. SM_MSG_WTFQualLabel2 (//13)
  243. Control
  244. ;
  245. SM_MSG_WTFQualLabel3 (//13)
  246. Left Shift
  247. ;
  248. SM_MSG_WTFQualLabel4 (//13)
  249. Left Alt
  250. ;
  251. SM_MSG_WTFQualLabel5 (//13)
  252. Left Amiga
  253. ;
  254. SM_MSG_WTFQualLabel6 (//13)
  255. Right Shift
  256. ;
  257. SM_MSG_WTFQualLabel7 (//13)
  258. Right Alt
  259. ;
  260. SM_MSG_WTFQualLabel8 (//13)
  261. Right Amiga
  262. ;
  263. SM_MSG_WTFQualLabel9 (//13)
  264. MMB
  265. ;
  266. ;
  267. SM_MSG_WindowToFrontQual (//22)
  268. Window to Front Qual
  269. ;
  270. SM_MSG_Save_GAD (//9)
  271. Save
  272. ;
  273. SM_MSG_Use_GAD (//9)
  274. Use
  275. ;
  276. ;
  277. ;    ADD _ALL_ NEW CALATOG STRINGS BEFORE THIS LINE
  278. ;
  279. NB_CATALOG_STRINGS (//)
  280.  
  281. ;
  282.