home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / comm / fido / spot / catalogs / spot.cd < prev    next >
Text File  |  1993-12-21  |  29KB  |  1,748 lines

  1. ; **************************
  2. ;
  3. ;     Spot Catalog Desc.
  4. ;
  5. ; **************************
  6. ;
  7. ; ***************************************************************************
  8. ;                                    Misc
  9. ; ***************************************************************************
  10. ;
  11. MSG_ABOUTREQ (1//)
  12. Spot %s\n\
  13. \n\
  14. Copyright © 1993 Nico François\n\
  15. \n\
  16. Amiga Point Program\n\
  17. (Compilation Date: %s)\n\
  18. \n\
  19. * %s%s *\n\
  20. \n\
  21. Public screen: SPOT\n\
  22. ARexx port name: SPOT
  23. ;
  24. MSG_ABORT (//)
  25. _Abort
  26. ;
  27. MSG_PROCEED (//)
  28. _Proceed
  29. ;
  30. ; Note: there are two spaces around the 'Ok' string to make it 4 chars wide.
  31. MSG_OK (//)
  32.  _Ok 
  33. ;
  34. ; I = Imported, E = Exported mail left
  35. MSG_AREAFLAGS (//)
  36. IE
  37. ;
  38. ; K = Keep, E = Export message
  39. MSG_HEADERFLAGS (//)
  40. KE
  41. ;
  42. ; K = Keep, U = Unreplied, P = Private, D = Delete(Kill/Sent), F = File attach
  43. ; C = Crash, H = Hold, R = Receipt req, A = Audit req
  44. MSG_MSGFLAGS (//)
  45. KUPDFCHRA
  46. ;
  47. ; *** NEW IN SPOT 1.2 ***
  48. ;
  49. MSG_AREAFLAGS_UNREPLIED (//)
  50. U
  51. ;
  52. ; ***************************************************************************
  53. ;                                    Menus
  54. ; ***************************************************************************
  55. ;
  56. ; - If the first character of a menu string is a space this means the menu has
  57. ;   no shortcut.  The second character must be \0 followed by the menu text.
  58. ; - If the first character is a '~' this means the menu has a long keyboard
  59. ;   shortcut (only works on Kickstart V39 and up).  The '~' is followed by the
  60. ;   shortcut string, which is followed by a \0 and the menu text.
  61. ; - Otherwise the first charcter is the keyboard shortcut (with Amiga key) for
  62. ;   the menu.  It must be followed by a \0 and the menu text.
  63. ;
  64. MSG_PROJECT_MENU (100//)
  65. Project
  66. ;
  67. MSG_PROJECT_IMPORT (//)
  68.  \0Import...
  69. ;
  70. MSG_PROJECT_EXPORT (//)
  71. X\0Export...
  72. ;
  73. MSG_PROJECT_MAINTENANCE (//)
  74.  \0Maintenance...
  75. ;
  76. MSG_PROJECT_PACK (//)
  77.  \0Optimize...
  78. ;
  79. MSG_PROJECT_POLL (//)
  80.  \0Poll...
  81. ;
  82. MSG_PROJECT_FILEREQUEST (//)
  83. =\0File Request...
  84. ;
  85. MSG_PROJECT_TOGGLEWB (//)
  86.  \0Toggle Workbench
  87. ;
  88. MSG_PROJECT_ICONIFY (//)
  89. \\\0Iconify
  90. ;
  91. MSG_PROJECT_ABOUT (//)
  92.  \0About...
  93. ;
  94. MSG_PROJECT_QUIT (//)
  95. Q\0Quit
  96. ;
  97. MSG_MOVE_MENU (//)
  98. Move
  99. ;
  100. MSG_MOVE_AREASLIST (//)
  101. ~F1\0Area List...
  102. ;
  103. MSG_MOVE_MESSAGESLIST (//)
  104. ~F2\0Message List...
  105. ;
  106. MSG_MOVE_MESSAGES (//)
  107. ~F3\0Messages...
  108. ;
  109. MSG_MOVE_NEXTMSG (//)
  110. ~>\0Next Message
  111. ;
  112. MSG_MOVE_PREVMSG (//)
  113. ~<\0Previous Message
  114. ;
  115. MSG_MOVE_NEXTREPLY (//)
  116. ~a >\0Next Reply
  117. ;
  118. MSG_MOVE_PREVREPLY (//)
  119. ~a <\0Previous Reply
  120. ;
  121. MSG_MOVE_NEXTMARKEDMSG (//)
  122. ~c >\0Next Marked
  123. ;
  124. MSG_MOVE_PREVMARKEDMSG (//)
  125. ~c <\0Previous Marked
  126. ;
  127. MSG_MOVE_LASTMSG (//)
  128. ~s >\0Last Message
  129. ;
  130. MSG_MOVE_FIRSTMSG (//)
  131. ~s <\0First Message
  132. ;
  133. MSG_MOVE_NEXTUNREADMSG (//)
  134. ~TAB\0Next Unread
  135. ;
  136. MSG_MOVE_PREVUNREADMSG (//)
  137. ~s TAB\0Previous Unread
  138. ;
  139. MSG_MOVE_NEXTUNREPLIEDMSG (//)
  140. ~a TAB\0Next Unreplied
  141. ;
  142. MSG_MOVE_PREVUNREPLIEDMSG (//)
  143. ~sa TAB\0Previous Unreplied
  144. ;
  145. MSG_MOVE_GOTOMSG (//)
  146. G\0Goto Message...
  147. ;
  148. MSG_MOVE_NEXTAREA (//)
  149. N\0Next Area
  150. ;
  151. MSG_MOVE_PREVAREA (//)
  152. B\0Previous Area
  153. ;
  154. MSG_MOVE_AREAUNREAD (//)
  155. U\0Area With Unread Mail
  156. ;
  157. MSG_MOVE_AREAIMPORTED (//)
  158. I\0Area With Imported Mail
  159. ;
  160. MSG_MOVE_AREAFORYOU (//)
  161. Y\0Area With Mail For You
  162. ;
  163. MSG_MESSAGE_MENU (//)
  164. Message
  165. ;
  166. MSG_MESSAGE_WRITE (//)
  167. W\0Write...
  168. ;
  169. MSG_MESSAGE_REPLY (//)
  170. R\0Reply...
  171. ;
  172. MSG_MESSAGE_MATRIXREPLY (//)
  173. M\0Matrix Reply...
  174. ;
  175. MSG_MESSAGE_CROSSREPLY (//)
  176. C\0Cross Reply...
  177. ;
  178. MSG_MESSAGE_FORWARD (//)
  179. F\0Forward...
  180. ;
  181. MSG_MESSAGE_EDIT (//)
  182. E\0Edit...
  183. ;
  184. MSG_MESSAGE_EDITHEADER (//)
  185. H\0Edit Header...
  186. ;
  187. MSG_MESSAGE_DELETE (//)
  188. ~s DEL\0Delete...
  189. ;
  190. MSG_MESSAGE_SAVEASCII (//)
  191. S\0Save...
  192. ;
  193. MSG_MESSAGE_PRINT (//)
  194. P\0Print...
  195. ;
  196. MSG_MESSAGE_TOUSERLIST (//)
  197. +\0Add to Userlist...
  198. ;
  199. MSG_MESSAGE_INFO (//)
  200. ?\0Info...
  201. ;
  202. MSG_MESSAGE_KEEP (//)
  203. K\0Toggle Keep Flag
  204. ;
  205. MSG_MESSAGE_UNREPLIED (//)
  206. -\0Toggle Unreplied Flag
  207. ;
  208. MSG_SETTINGS_MENU (//)
  209. Settings
  210. ;
  211. MSG_SETTINGS_GENERAL (//)
  212. ~F6\0General...
  213. ;
  214. MSG_SETTINGS_SYSTEM (//)
  215. ~F7\0System...
  216. ;
  217. MSG_SETTINGS_AREAS (//)
  218. ~F8\0Areas...
  219. ;
  220. MSG_SETTINGS_GUI (//)
  221. ~F9\0GUI...
  222. ;
  223. MSG_SETTINGS_USERLIST (//)
  224. ~F10\0Userlist...
  225. ;
  226. MSG_SETTINGS_AREXX (//)
  227. ~s F6\0ARexx...
  228. ;
  229. MSG_SETTINGS_EDITORIGIN (//)
  230.  \0Origins...
  231. ;
  232. MSG_SETTINGS_EDITREPLY (//)
  233.  \0Reply Headers...
  234. ;
  235. MSG_SETTINGS_EDITSIGNATURE (//)
  236.  \0Signatures...
  237. ;
  238. MSG_SETTINGS_EDITTAGLINES (//)
  239.  \0Tag Lines...
  240. ;
  241. MSG_SETTINGS_EDITFORWARD (//)
  242.  \0Forward Header...
  243. ;
  244. MSG_SETTINGS_EDITCROSSREPLY (//)
  245.  \0Cross-Reply Header...
  246. ;
  247. MSG_SETTINGS_REFLOWTEXT (//)
  248.  \0Reflow Text
  249. ;
  250. MSG_SETTINGS_SHOWKLUDGES (//)
  251. ^\0Show Kludges
  252. ;
  253. MSG_SETTINGS_SHOWSEENBY (//)
  254. $\0Show SEEN-BYs
  255. ;
  256. MSG_SETTINGS_NORE (//)
  257.  \0No Re:
  258. ;
  259. MSG_SETTINGS_QUOTEKLUDGES (//)
  260. @\0Quote Kludges
  261. ;
  262. MSG_SETTINGS_SHOWNETNAMES (//)
  263.  \0Show Net Names
  264. ;
  265. MSG_SETTINGS_SAVESETTINGS (//)
  266.  \0Save Settings...
  267. ;
  268. MSG_AREXX_MENU (//)
  269. ARexx
  270. ;
  271. MSG_AREXX_EXECSCRIPT (//)
  272.  \0Execute Script...
  273. ;
  274. ; *** NEW IN SPOT 1.1 ***
  275. ;
  276. MSG_SETTINGS_IBMPC865 (//)
  277.  \0IBMPC codepage 865
  278. ;
  279. ; *** NEW IN SPOT 1.2 ***
  280. ;
  281. MSG_SETTINGS_TEXTSTYLES (//)
  282. *\0Text Styles
  283. ;
  284. MSG_MOVE_AREAUNREPLIED (//)
  285. O\0Area With Unreplied Mail
  286. ;
  287. MSG_SETTINGS_REFLOWREPLY (//)
  288. >\0Reflow Reply
  289. ;
  290. ; ***************************************************************************
  291. ;                                  Messages
  292. ; ***************************************************************************
  293. ;
  294. MSG_ALREADRUNNING (200//)
  295. Spot %s is already running.\nWould you like pop it to the front ?
  296. MSG_POPTOFRONT_CANCEL (//)
  297. _Pop to front|_Cancel
  298. ;
  299. MSG_SAVEPREFSTODISK (//)
  300. Save preferences to disk ?
  301. MSG_SAVE_CANCEL (//)
  302. _Save|_Cancel
  303. ;
  304. MSG_YOUHAVECHANGEDSETTINGS (//)
  305. You have changed the settings!\nDo you want to save them ?
  306. MSG_SAVE_QUIT_CANCEL (//)
  307. _Save|_Quit|_Cancel
  308. ;
  309. MSG_YOUHAVEEDITEDAREAS (//)
  310. You have edited the areas!\nDo you want to save them ?
  311. ;
  312. MSG_YOUHAVEEDITEDUSERLIST (//)
  313. The userlist has been changed!\nDo you want to save it ?
  314. ;
  315. MSG_TOCLOSESPOTSCREEN (//)
  316. To close Spot screen,\nplease close all visitor windows.
  317. MSG_RETRY_CANCEL (//)
  318. _Retry|_Cancel
  319. MSG_RETRY (//)
  320. _Retry
  321. ;
  322. MSG_CHANGEPALETTE (//)
  323. Change Palette
  324. ;
  325. MSG_USEWBPAL (//)
  326. Use Workbench color palette ?
  327. MSG_OK_CANCEL (//)
  328.  _Ok |_Cancel
  329. ;
  330. MSG_PROCESSINGAREA (//)
  331. Processing area '%s'...
  332. MSG_DELETEDMSGS (//)
  333. %ld messages deleted.\n
  334. MSG_DELETED1MSG (//)
  335. 1 message deleted.\n
  336. MSG_DELETEDNOMSGS (//)
  337. no messages deleted.\n
  338. ;
  339. MSG_SKIPPINGAREA (//)
  340. Skipping area '%s'...\n
  341. ;
  342. MSG_MAINTENANCEFINISHED (//)
  343. Maintenance finished.
  344. ;
  345. MSG_RANDOMSIG (//)
  346. <RANDOM>
  347. ;
  348. MSG_AREANUM_NUMFORYOU (//)
  349.  (%ld - %ld for you)
  350. ;
  351. MSG_AREANUM (//)
  352.  (%ld)
  353. ;
  354. MSG_EXPORTEDNETMAILMSGS (//)
  355. Exported %ld netmail messages.\x9b\x4a\n\n
  356. MSG_EXPORTED1NETMAILMSG (//)
  357. Exported 1 netmail message.\x9b\x4a\n\n
  358. ;
  359. MSG_DONEEXPORTEDMSGS (//)
  360. Done, exported %ld messages.\x9b\x4a
  361. MSG_DONEEXPORTED1MSG (//)
  362. Done, exported 1 message.\x9b\x4a
  363. ;
  364. MSG_NOTHINGTOEXPORT (//)
  365. Nothing to export.\x9b\x4a
  366. ;
  367. MSG_EXPORTEDMSGFROMTOABOUT (//)
  368. Exported msg from '%s' to '%s'\nabout '%s'.\n
  369. ;
  370. MSG_PACKINGFILE (//)
  371. Packing file '%s'...\x9b\x4a\n
  372. ;
  373. MSG_EXP_PROCESSINGAREA (//)
  374. Processing area '%s'...\x9b\x4a\r
  375. ;
  376. MSG_EXP_SKIPPINGAREA (//)
  377. Skipping area '%s'...\x9b\x4a\r
  378. ;
  379. MSG_WBCLOSED (//)
  380. Workbench closed!
  381. ;
  382. MSG_IMPORTSTARTED (//)
  383. |Import started\n
  384. ;
  385. MSG_IMPORTEDMSGS (//)
  386. +Imported %ld messages\n
  387. MSG_IMPORTED1MSG (//)
  388. +Imported 1 message\n
  389. ;
  390. MSG_IMPORTENDED (//)
  391. |Import ended\n\n
  392. ;
  393. MSG_DONEIMPORTEDMSGS (//)
  394. Done, imported %ld messages.\x9b\x4a
  395. MSG_DONEIMPORTED1MSG (//)
  396. Done, imported 1 message.\x9b\x4a
  397. ;
  398. MSG_NOTHINGTOIMPORT (//)
  399. Nothing to import.\x9b\x4a
  400. ;
  401. MSG_UNPACKINGFILE (//)
  402. Unpacking file '%s'...\n
  403. ;
  404. MSG_UNPACKINGMAIL (//)
  405. |Unpacking mail\n
  406. ;
  407. MSG_UNPACKEDMAIL (//)
  408. |Unpacked mail\n
  409. ;
  410. MSG_RENAMINGBADPKTAS (//)
  411. Renaming bad packet '%s' as '%s'...\n
  412. ;
  413. ; NOTE: There is a space after the %s!!!
  414. MSG_PACKET (//)
  415. Packet %s 
  416. ;
  417. MSG_MESSAGE_N (//)
  418. Message %ld\x9b\x4a\r
  419. ;
  420. MSG_DELETETHISMSG (//)
  421. Delete message ?
  422. ;
  423. MSG_SAVEASASCII (//)
  424. Save as ASCII...
  425. MSG_SAVE (//)
  426. Save
  427. ;
  428. MSG_LOADSCRIPTNAMES (//)
  429. Load Scripts
  430. MSG_LOAD (//)
  431. Load
  432. ;
  433. MSG_FILEEXISTS_APPEND_OVERWRITE (//)
  434. File already exists!\n\
  435. Shall I append the message to\n\
  436. this file or overwrite it ?
  437. ;
  438. MSG_APPEND_OVERWRITE_CANCEL (//)
  439. _Append|_Overwrite|_Cancel
  440. ;
  441. MSG_MESSAGEWASEXPORTED_EDIT (//)
  442. Message was imported or exported!\nDo you really want to edit it