home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Anwendungen / Kurztests / Spot / Catalogs / spot.cd < prev    next >
Text File  |  1994-08-09  |  33KB  |  2,032 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-1994 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. ; ***************************************************************************
  54. ;                                    Menus
  55. ; ***************************************************************************
  56. ;
  57. ; - If the first character of a menu string is a space this means the menu has
  58. ;   no shortcut.  The second character must be \0 followed by the menu text.
  59. ; - If the first character is a '~' this means the menu has a long keyboard
  60. ;   shortcut (only works on Kickstart V39 and up).  The '~' is followed by the
  61. ;   shortcut string, which is followed by a \0 and the menu text.
  62. ; - Otherwise the first charcter is the keyboard shortcut (with Amiga key) for
  63. ;   the menu.  It must be followed by a \0 and the menu text.
  64. ;
  65. MSG_PROJECT_MENU (100//)
  66. Project
  67. ;
  68. MSG_PROJECT_IMPORT (//)
  69.  \0Import...
  70. ;
  71. MSG_PROJECT_EXPORT (//)
  72. X\0Export...
  73. ;
  74. MSG_PROJECT_MAINTENANCE (//)
  75.  \0Maintenance...
  76. ;
  77. MSG_PROJECT_PACK (//)
  78.  \0Optimize...
  79. ;
  80. MSG_PROJECT_POLL (//)
  81.  \0Poll...
  82. ;
  83. MSG_PROJECT_FILEREQUEST (//)
  84. =\0File request...
  85. ;
  86. MSG_PROJECT_TOGGLEWB (//)
  87.  \0Toggle Workbench
  88. ;
  89. MSG_PROJECT_ICONIFY (//)
  90. \\\0Iconify
  91. ;
  92. MSG_PROJECT_ABOUT (//)
  93.  \0About...
  94. ;
  95. MSG_PROJECT_QUIT (//)
  96. Q\0Quit
  97. ;
  98. MSG_MOVE_MENU (//)
  99. Move
  100. ;
  101. MSG_MOVE_AREASLIST (//)
  102. ~F1\0Area list...
  103. ;
  104. MSG_MOVE_MESSAGESLIST (//)
  105. ~F2\0Message list...
  106. ;
  107. MSG_MOVE_MESSAGES (//)
  108. ~F3\0Messages...
  109. ;
  110. MSG_MOVE_NEXTMSG (//)
  111. ~>\0Next message
  112. ;
  113. MSG_MOVE_PREVMSG (//)
  114. ~<\0Previous message
  115. ;
  116. MSG_MOVE_NEXTREPLY (//)
  117. ~a >\0Next reply
  118. ;
  119. MSG_MOVE_PREVREPLY (//)
  120. ~a <\0Previous reply
  121. ;
  122. MSG_MOVE_NEXTMARKEDMSG (//)
  123. ~c >\0Next marked
  124. ;
  125. MSG_MOVE_PREVMARKEDMSG (//)
  126. ~c <\0Previous marked
  127. ;
  128. MSG_MOVE_LASTMSG (//)
  129. ~s >\0Last message
  130. ;
  131. MSG_MOVE_FIRSTMSG (//)
  132. ~s <\0First message
  133. ;
  134. MSG_MOVE_NEXTUNREADMSG (//)
  135. ~TAB\0Next unread
  136. ;
  137. MSG_MOVE_PREVUNREADMSG (//)
  138. ~s TAB\0Previous unread
  139. ;
  140. MSG_MOVE_NEXTUNREPLIEDMSG (//)
  141. ~a TAB\0Next unreplied
  142. ;
  143. MSG_MOVE_PREVUNREPLIEDMSG (//)
  144. ~sa TAB\0Previous unreplied
  145. ;
  146. MSG_MOVE_GOTOMSG (//)
  147. G\0Goto message...
  148. ;
  149. MSG_MOVE_NEXTAREA (//)
  150. N\0Next area
  151. ;
  152. MSG_MOVE_PREVAREA (//)
  153. B\0Previous area
  154. ;
  155. MSG_MOVE_AREAUNREAD (//)
  156. U\0Area with unread mail
  157. ;
  158. MSG_MOVE_AREAIMPORTED (//)
  159. I\0Area with imported mail
  160. ;
  161. MSG_MOVE_AREAFORYOU (//)
  162. Y\0Area with mail for you
  163. ;
  164. MSG_MESSAGE_MENU (//)
  165. Message
  166. ;
  167. MSG_MESSAGE_WRITE (//)
  168. W\0Write...
  169. ;
  170. MSG_MESSAGE_REPLY (//)
  171. R\0Reply...
  172. ;
  173. MSG_MESSAGE_MATRIXREPLY (//)
  174. M\0Matrix reply...
  175. ;
  176. MSG_MESSAGE_CROSSREPLY (//)
  177. C\0Cross reply...
  178. ;
  179. MSG_MESSAGE_FORWARD (//)
  180. F\0Forward...
  181. ;
  182. MSG_MESSAGE_EDIT (//)
  183. E\0Edit...
  184. ;
  185. MSG_MESSAGE_EDITHEADER (//)
  186. H\0Edit header...
  187. ;
  188. MSG_MESSAGE_DELETE (//)
  189. ~s DEL\0Delete...
  190. ;
  191. MSG_MESSAGE_SAVEASCII (//)
  192. S\0Save...
  193. ;
  194. MSG_MESSAGE_PRINT (//)
  195. P\0Print...
  196. ;
  197. MSG_MESSAGE_TOUSERLIST (//)
  198. +\0Add to userlist...
  199. ;
  200. MSG_MESSAGE_INFO (//)
  201. ?\0Info...
  202. ;
  203. MSG_MESSAGE_KEEP (//)
  204. K\0Toggle keep flag
  205. ;
  206. MSG_MESSAGE_UNREPLIED (//)
  207. -\0Toggle unreplied flag
  208. ;
  209. MSG_SETTINGS_MENU (//)
  210. Settings
  211. ;
  212. MSG_SETTINGS_GENERAL (//)
  213. ~F6\0General...
  214. ;
  215. MSG_SETTINGS_SYSTEM (//)
  216. ~F7\0System...
  217. ;
  218. MSG_SETTINGS_AREAS (//)
  219. ~F8\0Areas...
  220. ;
  221. MSG_SETTINGS_GUI (//)
  222. ~F9\0GUI...
  223. ;
  224. MSG_SETTINGS_USERLIST (//)
  225. ~F10\0Userlist...
  226. ;
  227. MSG_SETTINGS_AREXX (//)
  228. ~s F6\0ARexx...
  229. ;
  230. MSG_SETTINGS_EDITORIGIN (//)
  231.  \0Origins...
  232. ;
  233. MSG_SETTINGS_EDITREPLY (//)
  234.  \0Reply headers...
  235. ;
  236. MSG_SETTINGS_EDITSIGNATURE (//)
  237.  \0Signatures...
  238. ;
  239. MSG_SETTINGS_EDITTAGLINES (//)
  240.  \0Tag lines...
  241. ;
  242. MSG_SETTINGS_EDITFORWARD (//)
  243.  \0Forward header...
  244. ;
  245. MSG_SETTINGS_EDITCROSSREPLY (//)
  246.  \0Cross-reply header...
  247. ;
  248. MSG_SETTINGS_REFLOWTEXT (//)
  249.  \0Reflow text
  250. ;
  251. MSG_SETTINGS_SHOWKLUDGES (//)
  252. ^\0Show kludges
  253. ;
  254. MSG_SETTINGS_SHOWSEENBY (//)
  255. $\0Show SEEN-BYs
  256. ;
  257. MSG_SETTINGS_NORE (//)
  258.  \0No Re:
  259. ;
  260. MSG_SETTINGS_QUOTEKLUDGES (//)
  261. @\0Quote kludges
  262. ;
  263. MSG_SETTINGS_SHOWNETNAMES (//)
  264.  \0Show net names
  265. ;
  266. MSG_SETTINGS_SAVESETTINGS (//)
  267.  \0Save settings...
  268. ;
  269. MSG_AREXX_MENU (//)
  270. ARexx
  271. ;
  272. MSG_AREXX_EXECSCRIPT (//)
  273.  \0Execute script...
  274. ;
  275. ; *** NEW IN SPOT 1.1 ***
  276. ;
  277. MSG_SETTINGS_IBMPC865 (//)
  278.  \0IBMPC codepage 865
  279. ;
  280. ; *** NEW IN SPOT 1.2 ***
  281. ;
  282. MSG_SETTINGS_TEXTSTYLES (//)
  283. *\0Text styles
  284. ;
  285. MSG_MOVE_AREAUNREPLIED (//)
  286. O\0Area with unreplied mail
  287. ;
  288. MSG_SETTINGS_REFLOWREPLY (//)
  289. >\0Reflow reply
  290. ;
  291. ; *** NEW IN SPOT 1.3 ***
  292. ;
  293. MSG_SETTINGS_TWITLIST (//)
  294. ~s F7\0Twitlist...
  295. ;
  296. MSG_MESSAGE_TOTWITLIST (//)
  297. _\0Add to twitlist...
  298. ;
  299. MSG_MESSAGE_SUBJTOTWITLIST (//)
  300. |\0Add subject to twitlist...
  301. ;
  302. MSG_SETTINGS_EVENTS (//)
  303. ~s F8\0Events...
  304. ;
  305. MSG_MESSAGE_EDITFLAGS (//)
  306. '\0Flags...
  307. ;
  308. ;
  309. ; ***************************************************************************
  310. ;                                  Messages
  311. ; ***************************************************************************
  312. ;
  313. MSG_ALREADRUNNING (200//)
  314. Spot %s is already running.\nWould you like pop it to the front ?
  315. MSG_POPTOFRONT_CANCEL (//)
  316. _Pop to front|_Cancel
  317. ;
  318. MSG_SAVEPREFSTODISK (//)
  319. Save preferences to disk ?
  320. MSG_SAVE_CANCEL (//)
  321. _Save|_Cancel
  322. ;
  323. MSG_YOUHAVECHANGEDSETTINGS (//)
  324. You have changed the settings!\nDo you want to save them ?
  325. MSG_SAVE_QUIT_CANCEL (//)
  326. _Save|_Quit|_Cancel
  327. ;
  328. MSG_YOUHAVEEDITEDAREAS (//)
  329. You have edited the areas!\nDo you want to save them ?
  330. ;
  331. MSG_YOUHAVEEDITEDUSERLIST (//)
  332. The userlist has been changed!\nDo you want to save it ?
  333. ;
  334. MSG_TOCLOSESPOTSCREEN (//)
  335. To close Spot screen,\nplease close all visitor windows.
  336. MSG_RETRY_CANCEL (//)
  337. _Retry|_Cancel
  338. MSG_RETRY (//)
  339. _Retry
  340. ;
  341. MSG_CHANGEPALETTE (//)
  342. Change Palette
  343. ;
  344. MSG_USEWBPAL (//)
  345. Use Workbench color palette ?
  346. MSG_OK_CANCEL (//)
  347.  _Ok |_Cancel
  348. ;
  349. MSG_PROCESSINGAREA (//)
  350. Processing area '%s'...
  351. MSG_DELETEDMSGS (//)
  352. %ld messages deleted.\n
  353. MSG_DELETED1MSG (//)
  354. 1 message deleted.\n
  355. MSG_DELETEDNOMSGS (//)
  356. no messages deleted.\n
  357. ;
  358. MSG_SKIPPINGAREA (//)
  359. Skipping area '%s'...\n
  360. ;
  361. MSG_MAINTENANCEFINISHED (//)
  362. Maintenance finished.
  363. ;
  364. MSG_RANDOMSIG (//)
  365. <RANDOM>
  366. ;
  367. MSG_AREANUM_NUMFORYOU (//)
  368.  (%ld - %ld for you)
  369. ;
  370. MSG_AREANUM (//)
  371.  (%ld)
  372. ;
  373. MSG_EXPORTEDNETMAILMSGS (//)
  374. Exported %ld netmail messages.\x9b\x4a\n\n
  375. MSG_EXPORTED1NETMAILMSG (//)
  376. Exported 1 netmail message.\x9b\x4a\n\n
  377. ;
  378. MSG_DONEEXPORTEDMSGS (//)
  379. Done, exported %ld messages.\x9b\x4a
  380. MSG_DONEEXPORTED1MSG (//)
  381. Done, exported 1 message.\x9b\x4a
  382. ;
  383. MSG_NOTHINGTOEXPORT (//)
  384. Nothing to export.\x9b\x4a
  385. ;
  386. MSG_EXPORTEDMSGFROMTOABOUT (//)
  387. Exported msg from '%s' to '%s'\nabout '%s'.\n
  388. ;
  389. MSG_PACKINGFILE (//)
  390. Packing file '%s'...\x9b\x4a\n
  391. ;
  392. MSG_EXP_PROCESSINGAREA (//)
  393. Processing area '%s'...\x9b\x4a\r
  394. ;
  395. MSG_EXP_SKIPPINGAREA (//)
  396. Skipping area '%s'...\x9b\x4a\r
  397. ;
  398. MSG_WBCLOSED (//)
  399. Workbench closed!
  400. ;
  401. MSG_IMPORTSTARTED (//)
  402. |Import started\n
  403. ;
  404. MSG_IMPORTEDMSGS (//)
  405. +Imported %ld messages\n
  406. MSG_IMPORTED1MSG (//)
  407. +Imported 1 message\n
  408. ;
  409. MSG_IMPORTENDED (//)
  410. |Import ended\n\n
  411. ;
  412. MSG_DONEIMPORTEDMSGS (//)
  413. Done, imported %ld messages.\x9b\x4a
  414. MSG_DONEIMPORTED1MSG (//)
  415. Done, imported 1 message.\x9b\x4a
  416. ;
  417. MSG_NOTHINGTOIMPORT (//)
  418. Nothing to import.\x9b\x4a
  419. ;
  420. MSG_UNPACKINGFILE (//)
  421. Unpacking file '%s'...\n
  422. ;
  423. MSG_UNPACKINGMAIL (//)
  424. |Unpacking mail\n
  425. ;
  426. MSG_UNPACKEDMAIL (//)
  427. |Unpacked mail\n
  428. ;
  429. MSG_RENAMINGBADPKTAS (//)
  430. Renaming bad packet '%s' as '%s'...\n
  431. ;
  432. ; NOTE: There is a space after the %s!!!
  433. MSG_PACKET (//)
  434. Packet %s 
  435. ;
  436. MSG_MESSAGE_N (//)
  437. Message %ld\x9b\x4a\r
  438. ;
  439. MSG_DELETETHISMSG (//)
  440. Delete message ?
  441. ;
  442. MSG_SAVEASASCII (//)
  443. Save as ASCII...
  444. MSG_SAVE (//)
  445. Save
  446. ;
  447. MSG_LOADSCRIPTNAMES (//)
  448. Load Scripts
  449. MSG_LOAD (//)
  450. Load
  451. ;
  452. MSG_FILEEXISTS_APPEND_OVERWRITE (//)
  453. File already exists!\n\
  454. Shall I append the message to\n\
  455. this file or overwrite it ?
  456. ;
  457. MSG_APPEND_OVERWRITE_CANCEL (//)
  458. _Append|_Overwrite|_Cancel
  459. ;
  460. MSG_MESSAGEWASEXPORTED_EDIT (//)
  461. Message was imported or exported!\nDo you really want to edit it ?
  462. ;
  463. MSG_YOURNAME (//)
  464. Your name
  465. ;
  466. MSG_ENTERAREANAME (//)
  467. Enter the area name that will be\nused to import/export (net name).
  468. ;
  469. MSG_DELETEAREA_WILLBELOST (//)
  470. Delete area '%s' ?\nAll messages will be lost!
  471. MSG_DELETE_CANCEL (//)
  472. _Delete|_Cancel
  473. ;
  474. MSG_RECEIVEDBYTES (//)
  475. |Received %ld bytes in %ld packets\n
  476. MSG_RECEIVEDBYTES1 (//)
  477. |Received %ld bytes in 1 packet\n
  478. ;
  479. MSG_AREANEWMSGS (//)
  480. !Area '%s' got %ld messages
  481. MSG_AREANEWMSG (//)
  482. !Area '%s' got 1 message
  483. ;
  484. MSG_AREANEWMSGSYOU (//)
  485. *Area '%s' got %ld messages
  486. MSG_AREANEWMSGYOU (//)
  487. *Area '%s' got 1 message
  488. ;
  489. MSG_AREANEWYOU (//)
  490.  - %ld for you
  491. ;
  492. MSG_MSGINFOTITLE (//)
  493. Message Info
  494. ;
  495. MSG_MSGINFOREQ_NOBBS (//)
  496. From     : %s (%ld:%ld/%ld.%ld)\n\
  497. Size     : %ld bytes\n\
  498. Lines    : %ld\n\
  499. Kludges  : %ld\n\
  500. Quotes   : %ld\n\
  501. Overhead : %ld%% (%ld bytes)\n\
  502. Travelled: %ld %s
  503. ;
  504. MSG_MSGINFOREQ (//)
  505. From     : %s (%ld:%ld/%ld.%ld)\n\
  506. BBS      : %s\n\
  507. City     : %s\n\
  508. Phone    : %s\n\
  509. Baud     : %ld\n\
  510. Flags    : %s\n\
  511. Size     : %ld bytes\n\
  512. Lines    : %ld\n\
  513. Kludges  : %ld lines\n\
  514. Quotes   : %ld lines\n\
  515. Overhead : %ld%% (%ld bytes)\n\
  516. Travelled: %ld %s
  517. ;
  518. MSG_NAME_Q (//)
  519. What is your name ?
  520. ;
  521. MSG_NOPREFS_ENTERNAME (//)
  522. '%s' not found!\n\
  523. I will create a default preferences\n\
  524. file for you.\n\n\
  525. Please enter your name.
  526. ;
  527. MSG_FIDO_ADDRESS_Q (//)
  528. What is your quest, er Fido address ?
  529. ;
  530. MSG_ENTERADDRESS (//)
  531. Please enter your Fido address.\n\
  532. For example: '2:292/666.42'\n\
  533. Ask your boss for help if you have\n\
  534. no idea what to enter here.
  535. ;
  536. MSG_PACKINGAREA (//)
  537. Optimizing area '%s'...
  538. ;
  539. MSG_FINISHED (//)
  540. Finished.
  541. ;
  542. MSG_STARTPACK (//)
  543. Optimize all areas ?\n\
  544. This may take some time.
  545. ;
  546. MSG_DONE (//)
  547. Done.\x9b\x4a
  548. ;
  549. MSG_EXPORTBEFOREPOLL (//)
  550. Some areas contain unexported messages.\n\
  551. Export before executing the poll command ?
  552. MSG_EXPORT_POLL_CANCEL (//)
  553. E_xport|_Poll|_Cancel
  554. ;
  555. MSG_PRINTMSG (//)
  556. Print message ?
  557. MSG_PRINT_CANCEL (//)
  558. _Print|_Cancel
  559. ;
  560. MSG_DELETESELECTED (//)
  561. Delete all selected messages ?
  562. ;
  563. MSG_PRINTSELECTED (//)
  564. Print all selected messages ?
  565. ;
  566. MSG_ADDADDRESS (//)
  567. Add Address
  568. ;
  569. MSG_ENTER4DADDRESS (//)
  570. Enter your full 4D address.\n\
  571. A netmail area will be\n\
  572. created for this address.
  573. ;
  574. MSG_DELETEADDRESS_WILLBELOST (//)
  575. Delete address '%s' ?\n\
  576. All netmail messages and users\n\
  577. for this address will be lost!
  578. ;
  579. MSG_DELETEUSERFROMLIST (//)
  580. Delete '%s' from userlist ?
  581. ;
  582. MSG_ADDUSER (//)
  583. Add to userlist
  584. ;
  585. MSG_ADDUSERTOLIST (//)
  586. Add '%s' to userlist ?\n\
  587. You may enter an optional nickname.
  588. MSG_ADD_CANCEL (//)
  589.  _Add |_Cancel
  590. ;
  591. MSG_USERALREADYINLIST (//)
  592. '%s' is already\n\
  593. in the userlist!
  594. ;
  595. MSG_NICKNAMEALREADYUSED (//)
  596. Nickname '%s' has already been\n\
  597. used for '%s'!
  598. ;
  599. MSG_NUMINCLUDED (//)
  600. %ld messages included.
  601. MSG_NUM1INCLUDED (//)
  602. 1 message included.
  603. MSG_NOINCLUDED (//)
  604. No messages included.
  605. ;
  606. MSG_NUMEXCLUDED (//)
  607. %ld messages excluded.
  608. MSG_NUM1EXCLUDED (//)
  609. 1 message excluded.
  610. MSG_NOEXCLUDED (//)
  611. No messages excluded.
  612. ;
  613. ; For number of days travelled (1/more):
  614. MSG_DAY (700//)
  615. day
  616. MSG_DAYS (//)
  617. days
  618. ;
  619. MSG_PACKET_FROM (//)
  620. from
  621. ;
  622. MSG_SAVE_ICONIFY_ABORT (//)
  623. _Save|_Iconify|_Cancel
  624. ;
  625. ; ** system
  626. MSG_ADDDOMAIN (//)
  627. Domain Name
  628. ;
  629. MSG_ENTERDOMAIN (//)
  630. Enter the domain name for this\n\
  631. address (e.g. 'FidoNet').\n\
  632. A userlist will be created\n\
  633. for this domain.
  634. ;
  635. ; ** save ASCII
  636. ; Next 4 strings must be equally wide.
  637. MSG_SAVEASCIIHEADER_AREA (//)
  638. Area:
  639. MSG_SAVEASCIIHEADER_FROM (//)
  640. From:
  641. MSG_SAVEASCIIHEADER_TO (//)
  642. To  :
  643. MSG_SAVEASCIIHEADER_SUBJ (//)
  644. Subj:
  645. ;
  646. MSG_SAVEASCIIHEADER_DATE (//)
  647. Date
  648. ;
  649. MSG_MSGLIST_SELECTED (//)
  650. selected
  651. ;
  652. MSG_ADD_GROUP (//)
  653. Add group
  654. ;
  655. MSG_ADD_GROUPTEXT (//)
  656. Please enter a name for the new group.
  657. ;
  658. MSG_MAXGROUPSREACHED (//)
  659. Maximum number of groups reached.
  660. ;
  661. MSG_RENAME_GROUP (//)
  662. Rename group
  663. ;
  664. MSG_RENAME_GROUPTEXT (//)
  665. Please enter a new name for this group.
  666. ;
  667. MSG_DELETE_GROUP (//)
  668. Delete group '%s' ?\n\
  669. All entries in this group will be lost!
  670. ;
  671. MSG_WINTITLE_POLL (//)
  672. Poll
  673. ;
  674. MSG_WINTITLE_SEARCHING (//)
  675. Searching...
  676. ;
  677. MSG_SEARCH_STOP (//)
  678. _Stop
  679. ;
  680. MSG_STARTMAINT (//)
  681. Start maintenance for all areas ?\n\
  682. Any unread messages may be deleted.
  683. ;
  684. MSG_SELECTGROUPFILE (//)
  685. Select group file...
  686. ;
  687. MSG_PLEASEENTERGROUPNAME (//)
  688. Please enter a group name first
  689. ;
  690. MSG_ADD_GROUPTEXT_FILE (//)
  691. Please enter a name for the new group.\n\
  692. Select 'File...' to select a file this\n\
  693. group should get its text from.
  694. ;
  695. MSG_NOENTRY (//)
  696. <none>
  697. ;
  698. ; ** ARexx
  699. ;
  700. MSG_DELETECOMMANDFROMLIST (//)
  701. Delete '%s' from\n\
  702. ARexx command list ?
  703. ;
  704. ; *** NEW IN SPOT 1.1 ***
  705. ;
  706. ; ** message header window
  707. MSG_AREYOUSURE (//)
  708. Do you really want to\n\
  709. cancel this message ?
  710. ;
  711. ; ** maintenance **
  712. MSG_OK_KEEPUNREAD_CANCEL (//)
  713.  _Ok |_Keep unread|_Cancel
  714. ;
  715. ; *** NEW IN SPOT 1.2 ***
  716. ;
  717. ; Note: there are two spaces around the 'No' string to make it 4 chars wide.
  718. MSG_YES_NO (//)
  719. _Yes| _No 
  720. ;
  721. MSG_OK_ADDBAR_CANCEL (//)
  722.  _Ok |Add _Bar|_Cancel
  723. ;
  724. MSG_DELETESEPARATOR (//)
  725. Delete separator bar ?
  726. ;
  727. MSG_IMPORTEDDUPES (//)
  728.  (%ld dupes)
  729. MSG_IMPORTED1DUPE (//)
  730.  (1 dupe)
  731. ;
  732. MSG_DELETEKEEP (//)
  733. Delete messages with\n\
  734. the keep flag set ?
  735. ;
  736. MSG_USEGATENAME (//)
  737. Always use '%s' as destination\n\
  738. name for messages sent to this gate ?
  739. ;
  740. ; ** message header window
  741. MSG_AREYOUSURE_EDIT (//)
  742. Do you really want to\n\
  743. cancel these changes ?
  744. ;
  745. ; *** NEW IN SPOT 1.3 ***
  746. ;
  747. MSG_UPDATE_CANCEL (//)
  748. _Update|_Cancel
  749. ;
  750. MSG_DELETETWITFROMLIST (//)
  751. Delete '%s' from twitlist ?
  752. ;
  753. MSG_ADDTWIT (//)
  754. Add to twitlist
  755. ;
  756. MSG_ADDSUBJECTTWIT (//)
  757. Add subject to twitlist
  758. ;
  759. MSG_ADDTWITTOLIST (//)
  760. Add '%s' to twitlist ?\n\
  761. You may enter an optional comment.
  762. ;
  763. MSG_TWITALREADYINLIST (//)
  764. '%s' is already\n\
  765. in the twitlist!
  766. ;
  767. MSG_YOUHAVEEDITEDTWITLIST (//)
  768. The twitlist has been changed!\nDo you want to save it ?
  769. ;
  770. MSG_IMPORTEDTWITS (//)
  771.  (%ld twits)
  772. MSG_IMPORTED1TWIT (//)
  773.  (1 twit)
  774. ;
  775. MSG_TWITTOCURRORALL (//)
  776. Add twit to current area\n\
  777. or to all areas ?
  778. MSG_CURRENT_ALL (//)
  779. _Current|_All
  780. ;
  781. MSG_WB_DEF_CANCEL (//)
  782. _WB pens|_Default pens|_Cancel
  783. ;
  784. ;
  785. ; ***************************************************************************
  786. ;                                     GUI
  787. ; ***************************************************************************
  788. ;
  789. MSG_ABOUT (300//)
  790. About
  791. ;
  792. MSG_MAINTENANCE (//)
  793. Maintenance
  794. ;
  795. MSG_EXPORT (//)
  796. Export
  797. ;
  798. MSG_IMPORT (//)
  799. Import
  800. ;
  801. MSG_PACK (//)
  802. Optimize
  803. ;
  804. MSG_GOTO (//)
  805. Goto
  806. ;
  807. MSG_EXECUTEAREXXSCRIPT (//)
  808. Execute ARexx Script
  809. ;
  810. MSG_SELECTFILE (//)
  811. Select File
  812. MSG_ATTACH (//)
  813. Attach
  814. ;
  815. MSG_TEXTFROMFILE (//)
  816. Text from file
  817. ;
  818. MSG_PICK_USER (//)
  819. Pick user
  820. ;
  821. MSG_PICK_ORIGIN (//)
  822. Pick origin
  823. ;
  824. MSG_PICK_SIGNATURE (//)
  825. Pick signature
  826. ;
  827. MSG_PICK_REPLY (//)
  828. Pick reply header
  829. ;
  830. MSG_REPLYTO (//)
  831. Reply to ?
  832. ;
  833. MSG_FORWARDTO (//)
  834. Forward to ?
  835. ;
  836. MSG_FORWARD_HEADER (//)
  837. Forward Header
  838. ;
  839. MSG_FROM (400//)
  840. From:
  841. ;
  842. MSG_TO (//)
  843. To:
  844. ;
  845. MSG_SUBJ (//)
  846. Subj:
  847. ;
  848. ; ** System window **
  849. ;
  850. MSG_WINDOWTEXT_SYSTEM (//)
  851. System
  852. ;
  853. MSG_GADGETTEXT_NAME (//)
  854. _Name
  855. ;
  856. MSG_GADGETTEXT_ADDRESS (//)
  857. Address
  858. ;
  859. MSG_GADGETTEXT_ADDRADD (//)
  860. _Add...
  861. ;
  862. MSG_GADGETTEXT_ADDRDEL (//)
  863. _Delete...
  864. ;
  865. MSG_GADGETTEXT_CRUNCHER (//)
  866. Pa_cker
  867. ;
  868. MSG_GADGETTEXT_DECRUNCHER (//)
  869. _Unpacker
  870. ;
  871. MSG_GADGETTEXT_PACKNETMAIL (//)
  872. Pac_k netmail
  873. ;
  874. MSG_GADGETTEXT_BBSNAME (//)
  875. _BBS Name
  876. ;
  877. MSG_GADGETTEXT_POLLCMD (//)
  878. _Poll
  879. ;
  880. MSG_GADGETTEXT_POLLASYNC (//)
  881. A_synchronous
  882. ;
  883. MSG_GADGETTEXT_DOMAIN (//)
  884. Doma_in
  885. ;
  886. MSG_GADGETTEXT_ORIGDOMAIN (//)
  887. Domain in _origin
  888. ;
  889. MSG_GADGETTEXT_MSGIDDOMAIN (//)
  890. Domain in _MSGID
  891. ;
  892. ; ** General window **
  893. ;
  894. MSG_WINTITLE_GENERAL (//)
  895. General
  896. ;
  897. MSG_COMMANDS (//)
  898. Commands
  899. ;
  900. MSG_GADGETTEXT_EDITOR (//)
  901. _Editor
  902. ;
  903. MSG_GADGETTEXT_WBTOFFRONT (//)
  904. W_B to front
  905. ;
  906. MSG_GADGETTEXT_CHECKEDITDATE (//)
  907. _Check date
  908. ;
  909. MSG_TOSSER (//)
  910. Tosser
  911. ;
  912. ; The following gadget is in the Areas window!
  913. MSG_GADGETTEXT_KEEPTOYOU (//)
  914. Keep _to you
  915. ;
  916. MSG_GADGETTEXT_DUPECHECKING (//)
  917. _Dupe checking
  918. ;
  919. MSG_DUPE_OFF (//)
  920. Off
  921. ;
  922. MSG_DUPE_BAD (//)
  923. Toss in BAD
  924. ;
  925. MSG_DUPE_KILL (//)
  926. Kill
  927. ;
  928. MSG_HOTKEYS (//)
  929. Hotkeys
  930. ;
  931. MSG_GADGETTEXT_POPKEY (//)
  932. _Spot to front
  933. ;
  934. MSG_FILESPATHS (//)
  935. Paths & files
  936. ;
  937. MSG_GADGETTEXT_MAILPATH (//)
  938. _Areas
  939. MSG_PICKMAILPATH (//)
  940. Areas
  941. ;
  942. MSG_GADGETTEXT_INBOUND (//)
  943. _Inbound
  944. MSG_PICKINBOUND (//)
  945. Inbound
  946. ;
  947. MSG_GADGETTEXT_OUTBOUND (//)
  948. _Outbound
  949. MSG_PICKOUTBOUND (//)
  950. Outbound
  951. ;
  952. MSG_GADGETTEXT_WORK (//)
  953. _Work
  954. MSG_PICKWORK (//)
  955. Work
  956. ;
  957. MSG_GADGETTEXT_NODELIST (//)
  958. _Nodelist
  959. MSG_PICKNODELIST (//)
  960. Nodelist
  961. ;
  962. MSG_GADGETTEXT_ATTACHPATH (//)
  963. _FAttach
  964. MSG_PICKATTACHPATH (//)
  965. File attach
  966. ;
  967. MSG_GADGETTEXT_SAVEPATH (//)
  968. Sa_ve
  969. MSG_PICKSAVEPATH (//)
  970. Save
  971. ;
  972. MSG_GADGETTEXT_LOG (//)
  973. _Log file
  974. MSG_PICKLOG (//)
  975. Log file
  976. ;
  977. ; ** Message header window **
  978. ;
  979. MSG_WINDOWTEXT_MESSAGEH (//)
  980. Message header
  981. ;
  982. MSG_GADGETTEXT_EDIT (//)
  983. _Edit...
  984. ;
  985. MSG_GADGETTEXT_FROM (//)
  986. Fro_m:
  987. ;
  988. MSG_GADGETTEXT_TO (//)
  989. _To:
  990. ;
  991. MSG_GADGETTEXT_SUBJECT (//)
  992. _Subject:
  993. ;
  994. MSG_GADGETTEXT_ORIGIN (//)
  995. Or_igin:
  996. ;
  997. MSG_GADGETTEXT_DESTNODE (//)
  998. Node:
  999. ;
  1000. MSG_DESTNODE_POINT_ON (//)
  1001. Point -
  1002. ;
  1003. MSG_MSGTYPE_NORMAL (//)
  1004. _Normal
  1005. ;
  1006. MSG_MSGTYPE_HOLD (//)
  1007. _Hold
  1008. ;
  1009. MSG_MSGTYPE_CRASH (//)
  1010. Cr_ash
  1011. ;
  1012. MSG_GADGETTEXT_PRIVATE (//)
  1013. _Private
  1014. ;
  1015. MSG_GADGETTEXT_KILLSENT (//)
  1016. _Kill/Sent
  1017. ;
  1018. MSG_GADGETTEXT_FILEATTA (//)
  1019. _File attach
  1020. ;
  1021. MSG_GADGETTEXT_RECEIPTR (//)
  1022. _Receipt req
  1023. ;
  1024. MSG_GADGETTEXT_AUDITREQ (//)
  1025. A_udit req
  1026. ;
  1027. MSG_GADGETTEXT_REFLOW (//)
  1028. Ref_low
  1029. ;
  1030. ; ** text windows **
  1031. ;
  1032. MSG_ORIGINS (//)
  1033. Origins
  1034. ;
  1035. MSG_REPLYHDRS (//)
  1036. Reply headers
  1037. ;
  1038. MSG_SIGNATURES (//)
  1039. Signatures
  1040. ;
  1041. MSG_CROSSREPLY_HEADER (//)
  1042. Cross-reply header
  1043. ;
  1044. MSG_TAGLINES (//)
  1045. Tag lines
  1046. ;
  1047. MSG_NEWENTRY (//)
  1048. -- new --
  1049. ;
  1050. MSG_GADGETTEXT_GROUP (//)
  1051. _Group
  1052. ;
  1053. MSG_GADGETTEXT_GROUPADD (//)
  1054. Add g_roup...
  1055. ;
  1056. MSG_GADGETTEXT_GROUPDELETE (//)
  1057. De_lete group...
  1058. ;
  1059. MSG_GADGETTEXT_GROUPRENAME (//)
  1060. Re_name group...
  1061. ;
  1062. MSG_GADGETTEXT_TEXTADD (//)
  1063. _Add
  1064. ;
  1065. MSG_GADGETTEXT_TEXTFILE (//)
  1066. _File...
  1067. ;
  1068. MSG_GADGETTEXT_TEXTDEL (//)
  1069. D_elete
  1070. ;
  1071. MSG_GADGETTEXT_TEXTUP (//)
  1072. _Up
  1073. ;
  1074. MSG_GADGETTEXT_TEXTDOWN (//)
  1075. _Down
  1076. ;
  1077. MSG_OK_FILE_CANCEL (//)
  1078.  _Ok |_File...|_Cancel
  1079. ;
  1080. ; ** Areas window **
  1081. ;
  1082. MSG_ADDAREA (//)
  1083. Add area
  1084. ;
  1085. MSG_WINDOWTEXT_EDITAREA (//)
  1086. Areas
  1087. ;
  1088. MSG_GADGETTEXT_READCHARSET (//)
  1089. _Read
  1090. ;
  1091. MSG_GADGETTEXT_TRANSLATE (//)
  1092. _Write
  1093. ;
  1094. MSG_GADGETTEXT_AREASORT (//)
  1095. _Sort by name
  1096. ;
  1097. MSG_GADGETTEXT_AREAS (//)
  1098. Areas
  1099. ;
  1100. MSG_GADGETTEXT_AREAADD (//)
  1101. _Add...
  1102. ;
  1103. MSG_GADGETTEXT_AREAUP (//)
  1104. _Up
  1105. ;
  1106. MSG_GADGETTEXT_AREADEL (//)
  1107. D_elete...
  1108. ;
  1109. MSG_GADGETTEXT_AREADOWN (//)
  1110. _Down
  1111. ;
  1112. MSG_GADGETTEXT_KEEP (//)
  1113. _Keep
  1114. ;
  1115. MSG_KEEPTYPE_ALL (//)
  1116. All messages
  1117. ;
  1118. MSG_KEEPTYPE_MESSAGES (//)
  1119. Number of messages
  1120. ;
  1121. MSG_KEEPTYPE_DAYS (//)
  1122. Number of days
  1123. ;
  1124. MSG_GADGETTEXT_READONLY (//)
  1125. Read _only
  1126. ;
  1127. MSG_GADGETTEXT_ALIAS (//)
  1128. A_lias
  1129. ;
  1130. MSG_GADGETTEXT_AREAADDR (//)
  1131. Add_ress
  1132. ;
  1133. MSG_GADGETTEXT_EXPORTADDR (//)
  1134. E_xport to
  1135. ;
  1136. MSG_GADGETTEXT_AREAORIGIN (//)
  1137. _Origin
  1138. ;
  1139. MSG_GADGETTEXT_AREASIGNATURE (//)
  1140. S_ignature
  1141. ;
  1142. MSG_GADGETTEXT_AREAREPLY (//)
  1143. Rep_ly
  1144. ;
  1145. MSG_GADGETTEXT_TAGLINES (//)
  1146. _Tag lines
  1147. ;
  1148. MSG_TAGLINES_OFF (//)
  1149. Off
  1150. ;
  1151. MSG_TAGLINES_ALL (//)
  1152. All
  1153. ;
  1154. ; ** main window **
  1155. ;
  1156. MSG_GAD_MESSAGELIST (//)
  1157. Message _list...
  1158. ;
  1159. MSG_GAD_MESSAGES (//)
  1160. M_essages...
  1161. ;
  1162. MSG_GAD_IMPORT (//)
  1163. _Import...
  1164. ;
  1165. MSG_GAD_EXPORT (//)
  1166. E_xport...
  1167. ;
  1168. MSG_GAD_MAINTENANCE (//)
  1169. _Maintenance...
  1170. ;
  1171. MSG_GADGETTEXT_PACK (//)
  1172. _Optimize...
  1173. ;
  1174. MSG_GADGETTEXT_POLL (//)
  1175. _Poll...
  1176. ;
  1177. MSG_GADGETTEXT_FREQ (//)
  1178. _File request...
  1179. ;
  1180. MSG_GADGETTEXT_ICONIFY (//)
  1181. I_conify
  1182. ;
  1183. MSG_GADGETTEXT_QUIT (//)
  1184. _Quit
  1185. ;
  1186. ; ** File request window **
  1187. ;
  1188. MSG_GADGETTEXT_NODE (//)
  1189. _Node
  1190. ;
  1191. MSG_WINTITLE_FREQ (//)
  1192. File request
  1193. ;
  1194. MSG_GADGETTEXT_FREQOK (//)
  1195. _Ok
  1196. ;
  1197. MSG_GADGETTEXT_FREQCANCEL (//)
  1198. _Cancel
  1199. ;
  1200. ; ** messages window **
  1201. ;
  1202. MSG_MSGBUTTON_WRITE (//)
  1203. _Write...
  1204. ;
  1205. MSG_MSGBUTTON_REPLY (//)
  1206. _Reply...
  1207. ;
  1208. MSG_MSGBUTTON_PREV (//)
  1209. <
  1210. ;
  1211. MSG_MSGBUTTON_NEXT (//)
  1212. >
  1213. ;
  1214. MSG_MSGBUTTON_PREVREPLY (//)
  1215. R<
  1216. ;
  1217. MSG_MSGBUTTON_NEXTREPLY (//)
  1218. >R
  1219. ;
  1220. MSG_MSGBUTTON_AREAS (//)
  1221. _Areas...
  1222. ;
  1223. MSG_MSGBUTTON_MESSAGES (//)
  1224. Message _list...
  1225. ;
  1226. ; ** GUI window **
  1227. ;
  1228. MSG_SELECTSCREENMODE (//)
  1229. Select screenMode
  1230. ;
  1231. MSG_SELECTFONT (//)
  1232. Select font
  1233. ;
  1234. MSG_SCREENTITLE (//)
  1235. GUI
  1236. ;
  1237. MSG_GADGETTEXT_SCREENMODE (//)
  1238. _Display mode
  1239. ;
  1240. MSG_GADGETTEXT_SCREENFONT (//)
  1241. _Screen font
  1242. ;
  1243. MSG_GADGETTEXT_TEXTFONT (//)
  1244. _Text font
  1245. ;
  1246. MSG_GADGETTEXT_MSGFONT (//)
  1247. _Message font
  1248. ;
  1249. MSG_GADGETTEXT_PALETTE (//)
  1250. _Palette...
  1251. ;
  1252. MSG_GADGETTEXT_GETWBPALETTE (//)
  1253. Get _Workbench palette...
  1254. ;
  1255. MSG_GADGETTEXT_KLUDGECOL (//)
  1256. _Kludge color
  1257. ;
  1258. MSG_GADGETTEXT_QUOTECOL (//)
  1259. _Quote color
  1260. ;
  1261. MSG_GADGETTEXT_QUOTEBOLD (//)
  1262. _Bold quotes
  1263. ;
  1264. MSG_GADGETTEXT_CLOCK (//)
  1265. _Clock
  1266. ;
  1267. MSG_CLOCK_OFF (//)
  1268. Off
  1269. ;
  1270. MSG_CLOCK_HHMM (//)
  1271. 24:00
  1272. ;
  1273. MSG_CLOCK_HHMMSS (//)
  1274. 24:00:00
  1275. ;
  1276. MSG_CLOCK_DAY_HHMM (//)
  1277. Day 24:00
  1278. ;
  1279. MSG_CLOCK_DAY_HHMMSS (//)
  1280. Day 24:00:00
  1281. ;
  1282. ; ** message list window **
  1283. ;
  1284. MSG_GADGETTEXT_MESSAGES (//)
  1285. M_essages...
  1286. ;
  1287. MSG_GADGETTEXT_AREAS2 (//)
  1288. _Areas...
  1289. ;
  1290. MSG_GADGETTEXT_ALL (//)
  1291. A_ll
  1292. ;
  1293. MSG_GADGETTEXT_UNREAD (//)
  1294. _Unread
  1295. ;
  1296. MSG_GADGETTEXT_NONE (//)
  1297. _None
  1298. ;
  1299. MSG_GADGETTEXT_INCLUDE (//)
  1300. _Include...
  1301. ;
  1302. MSG_GADGETTEXT_EXCLUDE (//)
  1303. E_xclude...
  1304. ;
  1305. MSG_GADGETTEXT_DELETE (//)
  1306. _Delete...
  1307. ;
  1308. MSG_GADGETTEXT_SAVE (//)
  1309. _Save...
  1310. ;
  1311. MSG_GADGETTEXT_PRINT (//)
  1312. _Print...
  1313. ;
  1314. MSG_GADGETTEXT_FLAGS (//)
  1315. _Flags...
  1316. ;
  1317. ; ** flags window **
  1318. ;
  1319. MSG_WINTITLE_FLAGS (//)
  1320. Edit flags
  1321. ;
  1322. MSG_GADGETTEXT_KEEPFLAG (//)
  1323. _Keep
  1324. ;
  1325. MSG_GADGETTEXT_UNREADFLAG (//)
  1326. _Unread
  1327. ;
  1328. MSG_GADGETTEXT_UNREPLIEDFLAG (//)
  1329. Un_replied
  1330. ;
  1331. MSG_GADGETTEXT_EXPORTFLAG (//)
  1332. E_xport
  1333. ;
  1334. MSG_FLAGS_IGNORE (//)
  1335. Don't change
  1336. ;
  1337. MSG_FLAGS_SET (//)
  1338. Set flag
  1339. ;
  1340. MSG_FLAGS_CLEAR (//)
  1341. Clear flag
  1342. ;
  1343. ; ** userlist window **
  1344. ;
  1345. MSG_WINTITLE_USERLIST (//)
  1346. Userlist
  1347. ;
  1348. MSG_GADGETTEXT_USERS_DOMAIN (//)
  1349. D_omain
  1350. ;
  1351. MSG_GADGETTEXT_USERS (//)
  1352. Users
  1353. ;
  1354. MSG_GADGETTEXT_USERNAME (//)
  1355. _Name
  1356. ;
  1357. MSG_GADGETTEXT_NICKNAME (//)
  1358. N_ickname
  1359. ;
  1360. MSG_GADGETTEXT_USERADDR (//)
  1361. Add_ress
  1362. ;
  1363. MSG_GADGETTEXT_COMMENT (//)
  1364. _Comment
  1365. ;
  1366. ; ** include/exclude window **
  1367. ;
  1368. MSG_WINTITLE_INCLUDE (//)
  1369. Include
  1370. ;
  1371. MSG_WINTITLE_EXCLUDE (//)
  1372. Exclude
  1373. ;
  1374. MSG_GADGETTEXT_SEARCH (//)
  1375. Sea_rch
  1376. ;
  1377. MSG_SEARCH_ALL (//)
  1378. All messages
  1379. ;
  1380. MSG_SEARCH_UNREAD (//)
  1381. Unread messages
  1382. ;
  1383. MSG_SEARCH_READ (//)
  1384. Read messages
  1385. ;
  1386. MSG_GADGETTEXT_SEARCHSTR (//)
  1387. _Search string
  1388. ;
  1389. MSG_GADGETTEXT_CASE (//)
  1390. C_ase sensitive
  1391. ;
  1392. MSG_FIELDS (//)
  1393. Fields to search
  1394. ;
  1395. MSG_GADGETTEXT_SEARCHFROM (//)
  1396. _From
  1397. ;
  1398. MSG_GADGETTEXT_SEARCHTO (//)
  1399. _To
  1400. ;
  1401. MSG_GADGETTEXT_SEARCHSUBJECT (//)
  1402. S_ubject
  1403. ;
  1404. MSG_GADGETTEXT_SEARCHBODY (//)
  1405. _Body text
  1406. ;
  1407. MSG_GADGETTEXT_SEARCHINCLUDE (//)
  1408. _Include
  1409. ;
  1410. MSG_GADGETTEXT_SEARCHEXCLUDE (//)
  1411. E_xclude
  1412. ;
  1413. ; ** general
  1414. MSG_MSGBASE_CRUNCHING (//)
  1415. Message base crunching
  1416. ;
  1417. MSG_GADGETTEXT_CRUNCHBUFF (//)
  1418. Cr_unch buffer
  1419. ;
  1420. MSG_CRUNCH_OFF (//)
  1421. No crunching
  1422. ;
  1423. MSG_CRUNCH_LARGE (//)
  1424. Large (256K)
  1425. ;
  1426. MSG_CRUNCH_MEDIUM (//)
  1427. Medium (65K)
  1428. ;
  1429. MSG_CRUNCH_SMALL (//)
  1430. Small (33K)
  1431. ;
  1432. ; ** ARexx window **
  1433. ;
  1434. MSG_WINTITLE_AREXX (//)
  1435. ARexx
  1436. ;
  1437. MSG_GADGETTEXT_ITEMS (//)
  1438. Items
  1439. ;
  1440. MSG_GADGETTEXT_CMDNAME (//)
  1441. _Name
  1442. ;
  1443. MSG_GADGETTEXT_COMMAND (//)
  1444. S_cript
  1445. ;
  1446. MSG_GADGETTEXT_OUTPUT (//)
  1447. _Output
  1448. ;
  1449. ; *** NEW IN SPOT 1.1 ***
  1450. ;
  1451. ; ** system window
  1452. MSG_GADGETTEXT_FAKENET (//)
  1453. _Fakenet
  1454. ;
  1455. ; ** message header window
  1456. MSG_GADGETTEXT_HDRCANCEL (//)
  1457. _Cancel...
  1458. ;
  1459. ; *** NEW IN SPOT 1.2 ***
  1460. ;
  1461. ; ** general window
  1462. MSG_GADGETTEXT_EDITFILE (800//)
  1463. Edi_t file
  1464. MSG_PICKEDITFILE (//)
  1465. Edit file
  1466. ;
  1467. MSG_GADGETTEXT_AREXXPATH (//)
  1468. ARe_xx
  1469. MSG_PICKAREXXPATH (//)
  1470. ARexx
  1471. ;
  1472. ; ** system window
  1473. MSG_GADGETTEXT_EXPORTTO (//)
  1474. E_xport to
  1475. ;
  1476. MSG_GADGETTEXT_PASSWORD (//)
  1477. Pass_word
  1478. ;
  1479. MSG_GADGETTEXT_FORCEINTL (//)
  1480. Fo_rce INTL
  1481. ;
  1482. ; ** general window
  1483. MSG_GADGETTEXT_OPTIMIZE (//)
  1484. Opti_mize
  1485. MSG_OPTIMIZE_AREASPATH (//)
  1486. Areas path
  1487. ;
  1488. ; ** message header window
  1489. MSG_GADGETTEXT_EMAIL (//)
  1490. E-ma_il:
  1491. ;
  1492. ; ** userlist window
  1493. MSG_GADGETTEXT_GATEWAY (//)
  1494. _Gateway
  1495. MSG_PICKGATEWAY (//)
  1496. Pick gateway
  1497. MSG_GATEWAYNAME (//)
  1498.  (name)
  1499. ;
  1500. MSG_GADGETTEXT_EMAILADDR (//)
  1501. E-_mail:
  1502. ;
  1503. ; *** NEW IN SPOT 1.3 ***
  1504. ;
  1505. ; ** twitlist window **
  1506. ;
  1507. MSG_WINTITLE_TWITLIST (//)
  1508. Twitlist
  1509. ;
  1510. MSG_GADGETTEXT_TWITAREA (//)
  1511. A_rea
  1512. ;
  1513. MSG_ALLAREAS (//)
  1514. All
  1515. ;
  1516. MSG_PICKTWITAREA (//)
  1517. Pick area
  1518. ;
  1519. MSG_COPYTWITAREA (//)
  1520. Copy twit to area
  1521. ;
  1522. MSG_GADGETTEXT_TWITSORT (//)
  1523. _Sort
  1524. ;
  1525. MSG_GADGETTEXT_TWITCOPY (//)
  1526. C_opy...
  1527. ;
  1528. MSG_GADGETTEXT_TWITIMPORT (//)
  1529. _Import
  1530. ;
  1531. MSG_GADGETTEXT_TWITS (//)
  1532. Twits
  1533. ;
  1534. MSG_GADGETTEXT_TWITFILTER (//)
  1535. _Filter
  1536. ;
  1537. MSG_TWITFILTER_FROM (//)
  1538. Messages from twit
  1539. ;
  1540. MSG_TWITFILTER_TO (//)
  1541. Messages to twit
  1542. ;
  1543. MSG_TWITFILTER_BOTH (//)
  1544. Messages from and to twit
  1545. ;
  1546. MSG_TWITFILTER_SUBJECT (//)
  1547. Messages with this subject
  1548. ;
  1549. MSG_TWIT_READ (//)
  1550. Mark as read
  1551. ;
  1552. MSG_TWIT_KILL (//)
  1553. Kill
  1554. ;
  1555. MSG_GADGETTEXT_TWITTOYOU (//)
  1556. Filter _to you
  1557. ;
  1558. ; ** GUI window **
  1559. ;
  1560. MSG_GADGETTEXT_QUOTECOL2 (//)
  1561. _2nd quote color
  1562. ;
  1563. MSG_USEWBPENS (//)
  1564. Copy your Palette preference's\n\
  1565. '4 Color Settings' or 'Multicolor Settings'\n\
  1566. pen selection for Spot's screen ?
  1567. ;
  1568. ; ** events window **
  1569. ;
  1570. MSG_WINTITLE_EVENTS (//)
  1571. Events
  1572. ;
  1573. MSG_GADGETTEXT_EVENTS (//)
  1574. Events
  1575. ;
  1576. MSG_GADGETTEXT_FLASHDISPLAY (//)
  1577. _Flash display
  1578. ;
  1579. MSG_GADGETTEXT_PLAYSAMPLE (//)
  1580. _Play sample
  1581. ;
  1582. MSG_GADGETTEXT_SAMPLENAME (//)
  1583. _Sample
  1584. ;
  1585. MSG_GADGETTEXT_TESTSAMPLE (//)
  1586. _Test sample
  1587. ;
  1588. MSG_EVENT_AREALIST (//)
  1589. Area list
  1590. ;
  1591. MSG_EVENT_MESSAGELIST (//)
  1592. Message list
  1593. ;
  1594. MSG_EVENT_MESSAGEWIN (//)
  1595. Message window
  1596. ;
  1597. MSG_EVENT_NOMESSAGE (//)
  1598. No message
  1599. ;
  1600. MSG_EVENT_JOBDONE (//)
  1601. Job done
  1602. ;
  1603. MSG_EVENT_FAIL (//)
  1604. Fail
  1605. ;
  1606. MSG_EVENT_DELETEMSG (//)
  1607. Delete message
  1608. ;
  1609. MSG_EVENT_MSGTOYOU (//)
  1610. Message to you
  1611. ;
  1612. MSG_EVENT_STARTUP (//)
  1613. Startup
  1614. ;
  1615. MSG_EVENT_QUIT (//)
  1616. Quit
  1617. ;
  1618. MSG_EVENT_ICONIFY (//)
  1619. Iconify
  1620. ;
  1621. MSG_EVENT_UNICONIFY (//)
  1622. Uniconify
  1623. ;
  1624. MSG_EVENT_KEEPMSG (//)
  1625. Keep message
  1626. ;
  1627. ; ** areas window **
  1628. ;
  1629. MSG_GADGETTEXT_PAGE (//)
  1630. _Page
  1631. ;
  1632. MSG_PAGE_GENERAL (//)
  1633. General
  1634. ;
  1635. MSG_PAGE_KEEP (//)
  1636. Maintenance
  1637. ;
  1638. MSG_PAGE_TEXT (//)
  1639. Text
  1640. ;
  1641. MSG_GADGETTEXT_AREAEDITOR (//)
  1642. Edi_tor
  1643. ;
  1644. MSG_GADGETTEXT_SKIPSCAN (//)
  1645. _Inactive
  1646. ;
  1647. MSG_GADGETTEXT_KEEPFROMYOU (//)
  1648. Keep _from you
  1649. ;
  1650. MSG_GADGETTEXT_MINMSGKEEP (//)
  1651. Min. _messages
  1652. ;
  1653. MSG_GADGETTEXT_USENETQUOTES (//)
  1654. Use_net quotes
  1655. ;
  1656. MSG_LABEL_MAINTENANCE (//)
  1657. Maintenance
  1658. ;
  1659. MSG_LABEL_FLAGS (//)
  1660. Flags
  1661. ;
  1662. MSG_LABEL_TEXT (//)
  1663. Text
  1664. ;
  1665. MSG_GADGETTEXT_CRUNCH (//)
  1666. _Crunching
  1667. ;
  1668. ; ** some new labels **
  1669. ;
  1670. MSG_LABEL_NAME (//)
  1671. Name
  1672. ;
  1673. MSG_LABEL_ADDRESS (//)
  1674. Address
  1675. ;
  1676. MSG_LABEL_DOMAIN (//)
  1677. Domain
  1678. ;
  1679. MSG_LABEL_PACKETS (//)
  1680. Packets
  1681. ;
  1682. MSG_LABEL_POLL (//)
  1683. Poll
  1684. ;
  1685. MSG_LABEL_SCREEN (//)
  1686. Screen
  1687. ;
  1688. MSG_LABEL_FONTS (//)
  1689. Fonts
  1690. ;
  1691. MSG_LABEL_COLOR (//)
  1692. Color
  1693. ;
  1694. MSG_LABEL_MISC (//)
  1695. Miscellaneous
  1696. ;
  1697. MSG_LABEL_CHARSETS (//)
  1698. Character sets
  1699. ;
  1700. MSG_LABEL_SEARCH (//)
  1701. Search
  1702. ;
  1703. ;
  1704. ; ***************************************************************************
  1705. ;                                   Errors
  1706. ; ***************************************************************************
  1707. ;
  1708. MSG_YOU_NEED_REQTOOLS38 (600//)
  1709. You need reqtools.library V38+!
  1710. ;
  1711. MSG_NO_WB_LIB (//)
  1712. Couldn't open workbench.library!
  1713. ;
  1714. MSG_NO_DISKFONT_LIB (//)
  1715. Couldn't open diskfont.library!
  1716. ;
  1717. MSG_NO_UTILITY_LIB (//)
  1718. Couldn't open utility.library!
  1719. ;
  1720. MSG_NO_ICON_LIB (//)
  1721. Couldn't open icon.library!
  1722. ;
  1723. MSG_NOCOMMODITIESLIB (//)
  1724. Couldn't open commodities.library!
  1725. ;
  1726. MSG_COULDNT_LOCK_PUBSCREEN (//)
  1727. Couldn't lock public screen!
  1728. ;
  1729. MSG_ERROR_GETSCREENDRAWINFO (//)
  1730. Error getting draw info!
  1731. ;
  1732. MSG_ERROR_GETVISUALINFO (//)
  1733. Error getting visual info!
  1734. ;
  1735. MSG_COULDNT_OPEN_WINDOW (//)
  1736. Couldn't open window!
  1737. ;
  1738. MSG_ERROR_OPENING_SCREEN (//)
  1739. Couldn't open screen!
  1740. ;
  1741. MSG_READ_ERROR (//)
  1742. Read error!
  1743. ;
  1744. MSG_OUTOFMEM (//)
  1745. Out of memory!
  1746. ;
  1747. MSG_KEYFILENOTFOUND (//)
  1748. Key file not found!\nExiting...
  1749. ;
  1750. MSG_KEYFILEERROR (//)
  1751. Error reading key file!\nExiting...
  1752. ;
  1753. MSG_INVALIDKEYFILE (//)
  1754. Invalid key file!\nExiting...
  1755. ;
  1756. MSG_COULDNTOPENCONWIN (//)
  1757. Couldn't open console window!
  1758. ;
  1759. MSG_COULDNTOPENCON (//)
  1760. Couldn't open console!
  1761. ;
  1762. MSG_COULDNTLOCKOUTBOUND (//)
  1763. Couldn't lock outbound directory!
  1764. ;
  1765. MSG_COULDNTLOCKINBOUND (//)
  1766. Couldn't lock inbound directory!
  1767. ;
  1768. MSG_COULDNTLOCKWORK (//)
  1769. Couldn't lock work directory!
  1770. ;
  1771. MSG_COULDNTLOCKMAIL (//)
  1772. Couldn't lock mail directory!
  1773. ;
  1774. MSG_COULDNTOPENLOG (//)
  1775. Couldn't open log file!
  1776. ;
  1777. MSG_COULDNTCLOSEWB (//)
  1778. Couldn't close Workbench!
  1779. ;
  1780. MSG_COULDNTOPENWB (//)
  1781. Couldn't open Workbench!
  1782. ;
  1783. MSG_CANTOPENFILE (//)
  1784. Can't open file!
  1785. ;
  1786. MSG_ERRORWRITINGTOFILE (//)
  1787. Error writing to file!
  1788. ;
  1789. MSG_INVALIDDESTADDR (//)
  1790. Invalid destination address!
  1791. ;
  1792. MSG_FATAL_ERROR_IN_AREA (//)
  1793. Fatal file error in area '%s'!
  1794. ;
  1795. MSG_DESTNODE_NOT_FOUND (//)
  1796. Not in nodelist.
  1797. ;
  1798. MSG_CREATE_DRAWER (//)
  1799. Drawer '%s' does\nnot exist. Create it ?
  1800. ;
  1801. MSG_DRAWER_IS_FILE (//)
  1802. '%s' is not a drawer!
  1803. ;
  1804. MSG_NOCONFIGPATH (//)
  1805. '%s' not found!\nPlease make sure '%s' is available\nbefore running Spot.
  1806. ;
  1807. MSG_CANTOPENPRINTER (//)
  1808. Can't open printer!
  1809. ;
  1810. MSG_AREAALREADYUSED (//)
  1811. Area '%s' is already in\n\
  1812. the area list.
  1813. ;
  1814. ; ** Iconify **
  1815. ;
  1816. MSG_FAILEDCREATEICON (//)
  1817. Failed to create icon!\nMake sure Workbench is running.
  1818. ;
  1819. MSG_NOSCREEN (//)
  1820. Couldn't open screen!
  1821. ;
  1822. ; ** ARexx **
  1823. ;
  1824. MSG_UNKNOWNCOMMAND (//)
  1825. : Unknown command\n
  1826. ;
  1827. MSG_AREXXSCRIPTNOTFOUND (//)
  1828. ARexx script '%s'\nnot found!
  1829. ;
  1830. MSG_AREXXNOTRUNNING (//)
  1831. ARexx server is not running!\nPlease start RexxMast.
  1832. ;
  1833. MSG_ERROROPENINGAREXXCON (//)
  1834. Error opening ARexx output console!
  1835. ;
  1836. ; ** Preferences **
  1837. ;
  1838. MSG_DOSERROR (//)
  1839. %s\n(DOS Error #%ld)
  1840. ;
  1841. MSG_ERROR_SAVING_PREFS (//)
  1842. Error saving preferences!
  1843. ;
  1844. MSG_NOWORKBENCH (//)
  1845. Can't open Workbench!
  1846. ;
  1847. MSG_CANTCREATECONFIGFILE (//)
  1848. Can't create '%s' configuration file!
  1849. ;
  1850. MSG_INVALIDUSERLIST (//)
  1851. '%s'\n\
  1852. Invalid userlist file!\n\
  1853. Line: %ld
  1854. ;
  1855. MSG_OUTOFMEM_READINGCONFIG (//)
  1856. Out of memory reading config file!
  1857. ;
  1858. MSG_INVALIDAREAINCONFIG (//)
  1859. Invalid area line in config file!\n\
  1860. Line: %ld
  1861. ;
  1862. MSG_INVALIDAREASFILE (//)
  1863. Invalid areas file!\n\
  1864. Line: %ld
  1865. ;
  1866. MSG_INVALIDCONFIGFILE (//)
  1867. Invalid config file!\n\
  1868. Line: %ld
  1869. ;
  1870. ; ** GUI **
  1871. ;
  1872. MSG_COULDNTFINDWB (//)
  1873. Couldn't find Workbench!
  1874. ;
  1875. MSG_CANTFINDFONT (//)
  1876. Can't find font '%s (%ld)'!
  1877. ;
  1878. MSG_FONTISPROP (//)
  1879. Font '%s (%ld)' is a proportional font!\nYou must select a fixed-width font here.
  1880. ;
  1881. ; ** Export **
  1882. ;
  1883. MSG_ERRORWRITINGTOPKT (//)
  1884. Error writing to packet!\x9b\x4a\n
  1885. ;
  1886. MSG_ERRORCREATINGNETMAILPKT (//)
  1887. Error creating netmail packet!\x9b\x4a\n
  1888. ;
  1889. MSG_ERRORCREATINGPKT (//)
  1890. Error creating packet!\x9b\x4a\n
  1891. ;
  1892. MSG_ERRORWRITINGPKT (//)
  1893. Error writing to packet!\x9b\x4a\n
  1894. ;
  1895. MSG_ERROROCCUREDDURINGPACKING (//)
  1896. Error occured during packing!\n
  1897. ;
  1898. MSG_ERRORCREATINGFLO (//)
  1899. Error creating flow file!\n\x9b\x4a
  1900. ;
  1901. ; ** Text **
  1902. ;
  1903. MSG_FILETOOLONG_TRUNCATED (//)
  1904. File too long,\ntruncated to %ld characters!
  1905. ;
  1906. MSG_FILENOTFOUND (//)
  1907. File not found!
  1908. ;
  1909. ; ** File request **
  1910. ;
  1911. MSG_COULDNTOPENFREQFILE (//)
  1912. Couldn't open .REQ file!
  1913. ;
  1914. MSG_COULDNTDELETEFREQFILE (//)
  1915. Couldn't delete .REQ file!
  1916. ;
  1917. ; ** Import **
  1918. ;
  1919. MSG_ERRORCOPYINGTOWORK (//)
  1920. Error copying file to work directory!\n
  1921. ;
  1922. MSG_ERROROCCUREDUNPACKING (//)
  1923. Error occured during unpacking!\n
  1924. ;
  1925. MSG_ERRORWRITINGMSGTOAREA (//)
  1926. Error writing message to area '%s'!\x9b\x4a\n
  1927. ;
  1928. MSG_IMP_OUTOFMEM (//)
  1929. \nOut of memory!\n
  1930. ;
  1931. MSG_IMP_COULDNTOPENPKT (//)
  1932. \nCouldn't open packet!\n
  1933. ;
  1934. MSG_IMP_COULDNTEXAMINEPKT (//)
  1935. \nCouldn't examine packet!\n
  1936. ;
  1937. MSG_IMP_ERRORREADINGPKT (//)
  1938. \nError reading packet!\n
  1939. MSG_IMP_ERRORREADINGPKT_NONL (//)
  1940. Error reading packet!\n
  1941. ;
  1942. MSG_IMP_UNSUPPPKTVERSION (//)
  1943. \nUnsupported packet version!\n
  1944. ;
  1945. MSG_IMP_GARBAGEINPACKET (//)
  1946. Garbage in packet '%s' (offset %ld)!\n
  1947. ;
  1948. MSG_IMP_GARBAGEINPACKET_LOG (//)
  1949. *Garbage in packet '%s' (offset %ld)!\n
  1950. ;
  1951. MSG_FOUNDMESSAGEHEADER_RETRYING (//)
  1952. Found message header, resuming import...\n
  1953. ;
  1954. MSG_TOSTRINGTOOLONG (//)
  1955. 'To' string too long, truncated!\n
  1956. ;
  1957. MSG_FROMSTRINGTOOLONG (//)
  1958. 'From' string too long, truncated!\n
  1959. ;
  1960. MSG_SUBJECTSTRINGTOOLONG (//)
  1961. 'Subject' string too long, truncated!\n
  1962. ;
  1963. MSG_ERRORGETTINGTAG (//)
  1964. Error getting tag from tagfile!
  1965. ;
  1966. MSG_IMP_ERRORREADINGPKT_LOG (//)
  1967. *Error reading packet '%s' (offset %ld)!\n
  1968. ;
  1969. ; *** NEW IN SPOT 1.3 ***
  1970. ;
  1971. MSG_INVALIDTWITLIST (//)
  1972. Invalid twitlist file!\n\
  1973. Line: %ld
  1974. ;
  1975. MSG_PLAYPORTNOTFOUND (//)
  1976. ARexx port 'PLAY' not found!\n\
  1977. Please make sure the sound\n\
  1978. daemon is running.
  1979. ;
  1980. ;
  1981. ;
  1982. ;
  1983. ;
  1984. ;
  1985. ;
  1986. ;
  1987. ;
  1988. MSG_UNREGVERSION (10000//)
  1989. You are using an unregistered\n\
  1990. evaluation version of Spot.\n\
  1991. \n\
  1992. If you would like to register\n\
  1993. please check the documentation.\n\
  1994. \n\
  1995. (This requester can be closed\n\
  1996. in a few seconds)
  1997. ;
  1998. MSG_EVAL_VERSION (//)
  1999. Unregistered evaluation version
  2000. ;
  2001. ; NOTE: There is an extra space after the following string!
  2002. MSG_REGISTERED_TO (//)
  2003. Registered to 
  2004. ;
  2005. MSG_NOTINUNREGVERSION (//)
  2006. %s not available\n\
  2007. in the unregistered version!\n\
  2008. Please check the documentation\n\
  2009. for details on registering Spot.
  2010. ;
  2011. MSG_NOT_AREXX (//)
  2012. The ARexx port is
  2013. ;
  2014. MSG_NOT_ADDUSERLIST (//)
  2015. 'Add to Userlist' is
  2016. ;
  2017. MSG_NOT_TAGLINES (//)
  2018. Tag lines are
  2019. ;
  2020. MSG_NOT_OPTIMIZE (//)
  2021. Message base optimizing is
  2022. ;
  2023. MSG_NOT_TWITLIST (//)
  2024. The twitlist is
  2025. ;
  2026. MSG_NOT_EVENTS (//)
  2027. Event/sound support is
  2028. ;
  2029. ; Message base crunching is also not available, but
  2030. ; does not need a string :)
  2031. ;
  2032.