home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / onlipub2.zip / STTNG.LNG < prev    next >
Text File  |  1996-10-16  |  52KB  |  971 lines

  1. ; Star Trek:  The Next Generation Language File For The Online Pub
  2. ; ----------------------------------------------------------------
  3. ;
  4. ;    The STTNG language file is provided to give you just a glimpse at how you
  5. ; can customize TOP to suit any theme.  The scenario is the Ten-Forward lounge
  6. ; from Star Trek:  The Next Generation.  The terms used are "futuristic" to
  7. ; simulate life aboard a starship.  The basic colour scheme has also been
  8. ; drastically changed.  However, this language file has not been completely
  9. ; converted.  The Profile Editor uses generic TOP terms, and some of the
  10. ; lesser-used messages do as well.  A different set of external and help files
  11. ; would also be needed to complete the theme.  This language file can be used
  12. ; full-time, but it is intended to start you on your way to designing your own
  13. ; language files by getting your imagination going.
  14. ;
  15. ;     The language file controls every character of text displayed by TOP, and
  16. ; may be freely changed by sysops.  This is handy if you want to edit TOP's
  17. ; display colours, command words, or want to change TOP's "theme" to match your
  18. ; own BBS's theme.  You can also use this file to translate TOP's text into
  19. ; different languages.
  20. ;
  21. ;     The language file consists of "language items".  Each time TOP wants to
  22. ; display text, it looks in the language file for a language item, identified
  23. ; by a unique keyword, and displays the text associated with that item.  Each
  24. ; line of this file is one language item, except for lines (like this one) that
  25. ; begin with a semi-colon.  Lines beginning with semi-colons are comments, and
  26. ; are ignored by TOP.  NOTE:  DO NOT USE BLANK LINES WHEN FORMATTING!  Blank
  27. ; lines will work, but they will waste memory.  If you want to format this file
  28. ; for readability, use lines with just a semi-colon on them (as this file
  29. ; does), instead of blank lines.
  30. ;
  31. ;     The format of a language item is this:
  32. ;
  33. ;     <name> <text>
  34. ;
  35. ;     <name> is a special keyword that TOP will look for when it needs to use
  36. ; the language item.  <text> is the actual language text, also called a string.
  37. ; Note that <name> is always one "word" long, so <text> always starts on the
  38. ; second word.  As in this file, you may use extra space between <name> and
  39. ; <text> to improve readability.
  40. ;
  41. ;      The language items in this file are grouped into categories.  A comment
  42. ; following each category name describes what the items in the categories are
  43. ; used for.  The categories that you'll most likely want or need to change
  44. ; appear at the top of this file, with categories that will rarely need
  45. ; changing in the middle and categories that will probably never need changing
  46. ; towards the end. Note that the category names are just comments, and do not
  47. ; actually affect the way TOP reads the language items. The actual order of
  48. ; appearance of the language items is not important, and you may regroup them
  49. ; in any way you like.  Also, some blocks of items are preceeded by comments to
  50. ; let you know in general what they do.
  51. ;
  52. ;     Throughout this language file, special character combinations are used.
  53. ; These combinations are called "Language Tokens", and each one performs a
  54. ; special function, as described below.  All language tokens are
  55. ; case-insensitive, i.e. @b and @B are the same.
  56. ;
  57. ;    Token      Function
  58. ; ------------|-----------------------
  59. ;      @1       *Replaced with the first special parameter for that item.
  60. ;               Special parameters are used by language items in much the same
  61. ;               way that batch files use DOS command line parameters. Each
  62. ;               parameter has a number from 1 to 9, and you can use (display)
  63. ;               these parameters by inserting the corresponding language token,
  64. ;               i.e. @1 to @9.  The contents of the special parameters vary for
  65. ;               each language item.  Unfortunately, as this is a gamma version
  66. ;               of TOP, there are currently no descriptions of what these
  67. ;               parameters are for each item, so you will have to use a
  68. ;               combination of common sense and expirimentation to figure out
  69. ;               exactly what they are used for in each item.  To be safe, try
  70. ;               to build new strings around these parameter tokens.  NOTE:
  71. ;               Although it is rarely necessary to use each parameter token
  72. ;               more than once, you can use any parameter token as many times
  73. ;               as needed.
  74. ;  @2 thru @9   *Replaced with parameters 2 through 9, as described above.
  75. ;      @<       Replaced with a destructive backspace.  A destructive backspace
  76. ;               is actually a sequence of three ASCII characters: 008
  77. ;               (backspace), 032 (space), and 008 (backspace).  This ensures
  78. ;               that the character under the cursor after the backspace will be
  79. ;               removed from the screen.  If you wish to use a non-destructive
  80. ;               backspace, use @X008 (see @X description below).
  81. ;      @B       Replaced with a Ctrl-G (ASCII 007), producing a BEEP noise. Do
  82. ;               not use too many of these codes in a row, because the beeping
  83. ;               can be annoying and can delay the user's terminal (and in rare
  84. ;               cases even crash it).  This is because the actual noise
  85. ;               generated is system-dependant, and may sound different or have
  86. ;               different lengths on different computers. Also, the noise
  87. ;               generated on the remote system can sound different as well.
  88. ;               Furthermore, some terminal programs allow the user to disable
  89. ;               the beeps, so do not rely on them to get a user's attention -
  90. ;               use some text as well.
  91. ;      @C       CR/LF (ASCII 013/010).  Advances the cursor to the next line.
  92. ;      @D       Deletes from the cursor to the end of the current line.
  93. ;               Ignored if ANSI or AVATAR is not being used.
  94. ;      @E       Erases the screen.  NOTE:  May not work on all terminals!  Do
  95. ;               not rely on a screen clear to set up a display or the display
  96. ;               may be corrupted if the user's terminal does not support screen
  97. ;               clearing!
  98. ;   @L"Name"    Displays the language item named Name.  Name may be any valid
  99. ;               <name> word that appears in this language file, or one of your
  100. ;               own language item names.  The quotation marks ARE REQUIRED.
  101. ;               NOTE:  This token is never used by any of the language files
  102. ;               included with TOP, but is available in case you want to put
  103. ;               headers or footers or other common text strings in certain
  104. ;               items.  IF YOU USE YOUR OWN CUSTOM LANGUAGE ITEM NAME, BE SURE
  105. ;               TO DEFINE IT IN YOUR LANGUAGE FILE!  Language Item Names are
  106. ;               limited to 30 characters or less.  WARNING:  Do not use this
  107. ;               token to display language items that require parameters!
  108. ;               There is no way for TOP to know to pass the parameters and as
  109. ;               a result TOP may display garbage or crash.
  110. ;    @P0102     Position Cursor.  Positions the cursor at (2,1).  The first
  111. ;               two digits indicate the row (y-coordinate) to position the
  112. ;               cursor at, and the second two digits indicate the column
  113. ;               (x-coordinate) to position the cursor at.  The first number can
  114. ;               be from 01 to 25 (SEE NOTE), and the second can be from 01 to
  115. ;               80.  If the number for either position is less than 10, it must
  116. ;               have a zero in front of it.  Examples:  0135 (35,1) instead of
  117. ;               135, 1005 (5,10) instead of 105, and 0101 (2,1) instead of 11.
  118. ;               As this corresponds to a graphical code, it will be ignored if
  119. ;               ANSI or AVATAR is not available to the user.  Many language
  120. ;               items that use this token by default have non-graphical
  121. ;               equivalents, or are not used at all in non-graphical mode.
  122. ;               NOTE:  Though values from 01 to 25 are valid for the row
  123. ;               position, the number must also not exceed both the user's
  124. ;               defined screen size, and, if Snoop mode is on, the current
  125. ;               local screen size.  Unless absolutely required, you should try
  126. ;               to keep this value limited to 23 or less, as graphical modes
  127. ;               will not be permitted by TOP if the user has a screen size less
  128. ;               than 23.
  129. ;    @R123      Repeat Indicator.  Repeats the next character 123 times.  123
  130. ;               can be any 3 digit number from 000 to 255, and must be
  131. ;               zero-padded (003 instead of 3, and 075 instead of 75).  The
  132. ;               number cannot be greater than 500.  This token should be used
  133. ;               when a character has to be repeated many times (eg. seperator
  134. ;               lines).  It saves memory space, and it can provide faster
  135. ;               displaying time.
  136. ;      @S       Space character.  Use this if you need to put a space character
  137. ;               at the beginning of a language item.  If you don't, TOP will
  138. ;               think the space is just for formatting purposes and disregard
  139. ;               it.  You can also use this token at the end of language items
  140. ;               if your editor trims spaces from the end of each line.  It is
  141. ;               recommended that you use this token at the end of items even if
  142. ;               your editor doesn't do this, because one day you may edit the
  143. ;               language file using a different editor (one which does trim
  144. ;               spaces) and cause problems for yourself.  Plus, it makes it
  145. ;               more apparent that a space is there.
  146. ;    @X123      Displays ASCII character #123.  123 can be any 3 digit number
  147. ;               from 000 to 255.  Note that it must be zero-padded (003 instead
  148. ;               of 3 and 075 instead of 75).  Useful for embedding raw ANSI
  149. ;               codes, although this is not recommended.
  150. ;
  151. ;   * For each of the Parameter Tokens (@1 thru @9), modifiers may be used to
  152. ;     control the display.  These modifiers and their functions are listed
  153. ;     below.  C and C++ programmers will find these somewhat familiar.
  154. ;
  155. ;   Modifier    Function
  156. ; ------------|------------------------
  157. ;     .##       Forces display length to be ## characters long and
  158. ;               right-justifies the parameter text, filling the unused portion
  159. ;               with spaces.  Longer strings will be clipped to ## characters.
  160. ;               ## may be from 1 to 32767.
  161. ;    .0##       Same as .##, but fills the remaining display (if any) with
  162. ;               zeroes instead of spaces.
  163. ;    .-##       Same as .##, but left-justifies the result.
  164. ;     ..        Use two periods if you need to display a period immediately
  165. ;               after using a parameter token that uses no modifiers.
  166. ;
  167. ;     Examples of Language Token and Parameter Token Modifier usage appear
  168. ; throughout this file.
  169. ;
  170. ; -----------------------------------------------------------------------------
  171. ;
  172. ; Item Name Explanations
  173. ;
  174. ;     While it is neither required nor recommended that you be familliar with
  175. ; the item name (<name>) of each of the language items, there are some
  176. ; conventions used when naming the items that you should be aware of.  Note
  177. ; that these items pertain only to TOP's default items and do not have to be
  178. ; applied to your own names.  The conventions are as follows:
  179. ;
  180. ;     - Names starting with "Cmds" indicate command word items.
  181. ;     - Names ending in "Keys" or "Char" indicate command key items.  For
  182. ; "Keys" items, the order of the characters is important!
  183. ;     - Names ending in "Prompt" indicate prompts.  They almost always end in
  184. ; either a space (@s) token, or @s plus a colour code.
  185. ;     - Names ending in "Prefix" and "Suffix" (or "Pref" and "Suf" in some
  186. ; cases) indicate formatting items.  "Prefix" items naturally come before
  187. ; complex displays, while "Suffix" items come after.  In some cases the Prefix
  188. ; items also include the item being prefixed, thus acting as a "shell" to
  189. ; display text that you might want to change the colour/appearance of.
  190. ;     - Names starting with "Log" indicate log items that are written to the
  191. ; system log.
  192. ;     - Names ending in "Sep" indicate seperator items (normally a line of
  193. ; hyphens) used purely for cosmetic formatting.
  194. ;     - Names are grouped with the common bond appearing first in the name.
  195. ; For example, "CmdsChangeChatMode" and "CmdsChangeEMessage" are first bonded
  196. ; by "Cmds" and then by "Change" (the CHANGE command).
  197. ;
  198. ;     When looking for specific items to change, it is recommended that you
  199. ; search for specific text and not for a language item name, because the item
  200. ; names are usually cryptic and hard to remember.  The items are named for
  201. ; brevity and not appearance.  Use the item name only as a limited guide when
  202. ; changing an item.
  203. ;
  204. ;     A complete guide to all language item names, uses, and parameters will
  205. ; appear in a configuration program, to be released with a future version of
  206. ; TOP.
  207. ;
  208. ; -----------------------------------------------------------------------------
  209. ;
  210. ; Cosmetic / Atmosphere
  211. ;
  212. ; These items have no practical merit and exist only to provide atmosphere.
  213. ;
  214. SitDown             @c@c^jYou find a seat in Ten-Forward and sit down.@c
  215. BroughtToYouBy      @c^nYour Captain is ^p@1^n on the StarShip ^p@2^n.@c
  216. Goodbye             Thanks for visiting Ten-Forward!@c@c
  217. ;
  218. ; General Information
  219. ;
  220. ; These items tell the user about what's going on with regards to the system.
  221. ;
  222. Searching           ^pSearching Crew Records for ^p@1^p...
  223. Setup               ^mPlease wait, saving data...
  224. Creating            @c@c^jCreating your Crew Record...
  225. DateTime            @c^nThe date is ^o@1.02/@2.02/@3.04^n and the time is ^o@4.02:@5.02:@6.02^n on the old Earth calendar system.@c
  226. TimeIn              ^jYou have been in Ten-Forward for ^p@1^j minutes and have ^p@2^j minutes before you are scheduled for duty.@c
  227. LoggedOnNode        ^nYou are logged on to Node ^p@1^n of this system.@c
  228. CreditDisplay       ^pYou have ^p@1^p credits remaining.@c
  229. Greeting            @c@c^jHello, ^o@1^j!  Your serial number is @2, and you last visited Ten-Forward @3 days ago.@c
  230. YoureInChannel      ^jYou're in Ten-Forward at Table #^p@1^j.@c
  231. ChannelTopic        ^jTable Topic: "^p@1^j"@c
  232. YoureInConference   ^jYou're at the ^p@1^j Conference Table.@c
  233. ConferenceTopic     ^jConference Topic: "^p@1^j"@c
  234. YoureInUserChannel  ^jYou're at ^p@1^j's personally reserved Table.@c
  235. UserChannelTopic    ^jTopic: "^p@1^j"@c
  236. LookAround          ^jLooking around, you see:@s@s
  237. LookAroundNobody    ^jThere is nobody else here at the moment.
  238. ShortHelp           ^nType ^pCOMMANDS^n for command list, ^pHELP^n for extensive help,@cor ^pQUIT^n to return to duty.
  239. ReturnToBBS         ^nWe now return you to duty on the StarShip ^o@1^n...^h@c@c
  240. NoLongerOnSystem    @c^o@1^m is no longer on the Ship!
  241. ReturnToMain        @c^nReturning to the main Ten-Forward Table...
  242. ;
  243. ; User Actions
  244. ;
  245. ; Whenever a user does something, including talking, these items are used.
  246. ; These are some of the items most frequently used by TOP!
  247. ;
  248. MsgPrefix           ^A^jFrom ^o@1^j: ^l@2&L
  249. WhisperPrefix       ^A^jFrom ^o@1^j ^m(whispered)^j: ^l@2&L
  250. DirectedPrefix      ^A^jFrom ^o@1^j, to ^o@2^j: ^l@3&L
  251. TalkTypePrefix      ^A^jFrom ^o@1^j: ^l@2
  252. GAPrefix            ^o@1^j @2&L
  253. GA2Prefix           ^o@1^j's @2&L
  254. EMessage            ^o@1^m just entered Ten-Forward!
  255. XMessage            ^o@1^m has just returned to duty!
  256. TossOut             ^o@1^m suddenly had to return to quarters!
  257. InProf              ^o@1^n has entered the Profile Editor.
  258. OutProf             ^o@1^n has returned from the Profile Editor!
  259. HandleChangeMsg     ^o@1^n has changed ^p@2^n handle to ^o@3^n!
  260. EXMsgChange         ^o@1^n just updated ^p@2^n entry/exit messages!
  261. SexChangeMsg        ^o@1^n has been holographically changed to appear @2^n!
  262. PersActChangeMsg    ^o@1^n just updated ^p@2^n personal actions!
  263. Secretly            @<^j...^I^psecretly!
  264. PrivChatIn          ^o@1^n has just entered a private briefing.
  265. PrivChatOut         ^o@1^n has just returned from a private briefing.
  266. PrivChatRequested   @b^o@1^n is requesting a private briefing (chat) with you!@cType ^pCHAT @1^n to accept, or ^pDENYCHAT^n to decline.
  267. PrivChatDenied      ^nSorry, ^o@1^n has denied your request for a private briefing.
  268. ChannelIn           ^o@1^m has just changed to this table!
  269. ChannelOut          ^o@1^m has just changed to another table!
  270. LinkOn              ^o@1^m has just initiated a subspace link to ^p@2^m!
  271. LinkPrefix          ^j(^p@1^j): @2
  272. LinkOff             ^mThe subspace link to ^p@1^m has just disintegrated!
  273. HasTossed           ^j@1^j has just ordered you to report to duty!@c
  274. HasZapped           ^j@1^j has just confined you to your quarters!@c
  275. TossComment         ^nComment:  ^o@1@c
  276. HasCleared          ^mNode ^p@1^m (^o@2^m) has just been cleared by ^o@3^m!
  277. SecChangeMsg        ^o@1^n has changed your rank to ^p@2^n!
  278. TopicChangeMsg      ^o@1^n has just changed the topic for this table to:@c^g"^p@2^g"
  279. ModChangeMsg        ^o@1^n has just appointed ^p@2^n the new moderator of this table!
  280. HasBeenBanned       ^o@1^n has just ^I^mbanned^A^n ^p@2^n from this table!
  281. HasBeenUnBanned     ^o@1^n has just ^punbanned^n ^p@2^n from this table!
  282. HasBeenInvited      ^o@1^n has just ^pinvited^n ^p@2^n to this table!
  283. HasBeenUnInvited    ^o@1^n has just ^I^muninvited^A^n ^p@2^n from this table!
  284. YouBannedChan       ^nYou have just been ^I^mbanned^A^n from table ^p@1^n!
  285. YouBannedUserChan   ^nYou have just been ^I^mbanned^A^n from ^p@1^n's table!
  286. YouBannedConf       ^nYou have just been ^I^mbanned^A^n from the ^p@1^n conference!
  287. YouUnBannedChan     ^nYou have just been ^punbanned^n from table ^p@1^n!
  288. YouUnBannedUsChan   ^nYou have just been ^punbanned^n from ^p@1^n's table!
  289. YouUnBannedConf     ^nYou have just been ^punbanned^n from the ^p@1^n conference!
  290. YouInvitedChan      ^nYou have just been ^pinvited^n to table ^p@1^n!
  291. YouInvitedUsChan    ^nYou have just been ^pinvited^n to ^p@1^n's table!
  292. YouInvitedConf      ^nYou have just been ^pinvited^n to the ^p@1^n conference!
  293. YouUnInvitedChan    ^nYou have just been ^I^muninvited^A^n from table ^p@1^n!
  294. YouUnInvitedUsCh    ^nYou have just been ^I^muninvited^A^n from ^p@1^n's table!
  295. YouUnInvitedConf    ^nYou have just been ^I^muninvited^A^n from the ^p@1^n conference!
  296. ;
  297. ; Action Confirmation
  298. ;
  299. ; When a user issues a successful command, one of these items is shown.  They
  300. ; are pretty generic.
  301. ;
  302. WhisperSent         ^m-- Message Sent Only To ^o@1^m --@c
  303. DirectedSent        ^m-- Message Directed At ^o@1^m --@c
  304. GASent              ^m-- General Action Sent --@c
  305. MsgSent             ^m-- Message Sent --@c
  306. TalkTypeActionSent  ^m-- TalkType Action Sent --@c
  307. TalkTypeMsgSent     ^m-- TalkType Message Sent --@c
  308. Forgotten           ^nOkay, the computer will filter out any messages, actions, or whispers from ^o@1^n.  Enjoy the peace and quiet!@c
  309. Remembered          ^nOkay, the computer will now allow you to hear ^o@1^n.@c
  310. ChangedHandle       ^nOkay, you will now be known as ^o@1^n amongst the crew.@c
  311. ChangedEMessage     ^nOkay, your Ten-Forward entry announcement has been changed.@c
  312. ChangedXMessage     ^nOkay, your Ten-Forward exit announcement has been changed.@c
  313. EMessageCleared     ^nOkay, your Ten-Forward entry announcement has been cleared.@c
  314. XMessageCleared     ^nOkay, your Ten-Forward exit announcement has been cleared.@c
  315. ChangedSex          ^nOkay, you will now appear as a @1.@c
  316. ChangedChatMode     ^nOkay, you will now chat in ^p@1^n mode.@c
  317. ChangedListed       ^nOkay, your table name/number will be ^p@1^n.@c
  318. DirectLogOffMsg     ^mOkay, see you later!@c
  319. HasBeenTossed       ^kOkay, ^o@1^k has been ordered to return to duty!@c
  320. HasBeenZapped       ^kOkay, ^o@1^k has been ordered to quarters!@c
  321. NodeCleared         ^kOkay, frequency ^o@1^k is now cleared.@c
  322. SecHasBeenSetAt     ^kOkay, ^o@1^k's security is now ^p@2^k.@c
  323. PrivChatReqOK       ^nOkay, ^o@1^n has been notified of your request for a private briefing.@c
  324. PrivChatDenyOK      ^nOkay, you've denied ^p@1^n's private briefing request.@c
  325. NowInConference     ^pYou move to the ^p@1^p conference table and sit down.@c
  326. NowInChannel        ^pYou move to Table #^p@1^p and sit down.@c
  327. NowInUserChannel    ^pYou move to ^p@1^p's personally reserved table and sit down.@c
  328. BannedUser          ^pOkay, ^o@1^p is now banned from this table.@c
  329. UnBannedUser        ^pOkay, ^o@1^p is no longer banned from this table.@c
  330. InvitedUser         ^pOkay, ^o@1^p is now invited to this table.@c
  331. UnInvitedUser       ^pOkay, ^o@1^p is no longer invited to this table.@c
  332. ChangedTopic        ^pOkay, the topic for this table has been changed.@c
  333. ChangedMod          ^pOkay, ^o@1^p is now the moderator of this table.
  334. ActionsNowOff       ^pOkay, you have now turned actions ^mOFF^p.  This means that you will no longer@creceieve actions from any crew member, and you will not be able to send any actions@cyourself, including general actions.@c
  335. ActionsNowOn        ^pOkay, you have now turned actions ^pON^p, and will be able to receive and send@cactions again.@c
  336. JustTo              ^j...^pand just to ^o@1^p!
  337. ;
  338. ; Prompts
  339. ;
  340. ; When TOP requires interaction with the user, it shows one of these items.
  341. ; These are also pretty generic.
  342. ;
  343. EnterName           ^jPlease enter your full name--->@s^p
  344. EnterPW             ^jPlease enter your security code--->@s^p
  345. EnterNewPW          @c^jPlease enter a security code to confirm your access--->@s^n
  346. ConfirmPW           @c@c^jRe-Enter that security code to verify              --->@s^n
  347. GenderPrompt        @c^jAre you (^nM^j)ale or (^nF^j)emale?
  348. EnterHandle         ^jPlease enter your handle (30 chars. max., ENTER to quit)@c--->@s^o
  349. MorePrompt          ^eMore (Y/n/=)?
  350. PressAnyKey         ^ePress any key to continue...
  351. DefaultPrompt       ^A^h@1:^p@s
  352. ;
  353. ; Command Words
  354. ;
  355. ; These items work differently from those above.  These items are the words and
  356. ; shortcuts used to trigger every command available from TOP.  Each word is
  357. ; considered a synonym for the command, with the "main" command word appearing
  358. ; first in the item.  Note that commands may not contain spaces, although some
  359. ; commands are specifically set up as two word commands.
  360. ;
  361. CmdsQuit            QUIT Q EXIT X QUARTERS
  362. CmdsCommands        COMMANDS !
  363. CmdsColourHelp      COLOURHELP COLORHELP COLHELP @
  364. CmdsTime            TIME /TIME DATE /DATE CREDITS /$ $ /* * STARDATE
  365. CmdsWho             SCAN WHO /S
  366. CmdsProfile         PROFILE EDIT /E
  367. CmdsLookUp          LOOKUP /L
  368. CmdsNodes           NODES # /# USERS CREW
  369. CmdsPage            PAGE /P
  370. CmdsForget          FORGET /F
  371. CmdsRemember        REMEMBER /R
  372. CmdsLogOff          /LOGOFF /!
  373. CmdsWhisperLong1    WHISPER
  374. CmdsWhisperLong2    TO AT
  375. CmdsDirectedLong1   DIRECT
  376. CmdsDirectedLong2   TO AT
  377. CmdsGA              GA
  378. CmdsGA2             GA'S
  379. CmdsHelp            HELP ? /?
  380. CmdsHelpActions     ACTIONS
  381. CmdsHelpGeneral     GENERAL TOP
  382. CmdsHelpChannels    CHANNELS TABLES
  383. CmdsHelpTopics      TOPICS TOPIC
  384. CmdsAction          ACTION /A
  385. CmdsActionList      LIST
  386. CmdsActionListAll   ALL
  387. CmdsActionOn        ON
  388. CmdsActionOff       OFF
  389. CmdsActionAll       ALL EVERYONE /A /E
  390. CmdsActionSecretly  SECRETLY /S
  391. CmdsSysop           SYSOP /.
  392. CmdsSysopClear      CLEAR C
  393. CmdsSysopToss       TOSS T
  394. CmdsSysopZap        ZAP Z
  395. CmdsSysopSetSec     SETSEC SEC S
  396. CmdsChange          CHANGE /-
  397. CmdsChangeHandle    HANDLE
  398. CmdsChangeEMessage  EMESSAGE ENTRYMSG ENTRY EMSG ENTRYMESSAGE
  399. CmdsChangeXMessage  XMESSAGE EXITMSG EXIT XMSG EXITMESSAGE
  400. CmdsChangeSex       SEX GENDER APPEARANCE
  401. CmdsChangeChatMode  CHATMODE MODE
  402. CmdsChangeListed    LISTED LISTSTATUS
  403. CmdsPrivChat        CHAT /C PRIVCHAT BRIEF BRIEFING
  404. CmdsPrivDenyChat    DENYCHAT DENYBRIEF DENYBRIEFING
  405. CmdsJoin            JOIN /J
  406. CmdsConfList        CONFLIST /CL
  407. CmdsModerator       MODERATOR MODERATE MOD /M
  408. CmdsModTopicChg     SETTOPIC TOPIC TOPICSET TOPSET TOP T
  409. CmdsModModChg       SETMOD CHGMOD CHANGEMOD MOD M
  410. CmdsModBan          BAN
  411. CmdsModUnBan        UNBAN
  412. CmdsModInvite       INVITE INV
  413. CmdsModUnInvite     UNINVITE UNINV
  414. ;
  415. ; Command Keys
  416. ;
  417. ; These are the keys that TOP uses for some single-key options.  IMPORTANT:  Be
  418. ; sure to keep the order of the keys the same, otherwise you may end up having
  419. ; a situation where, for example, Y will mean "no" and vice-versa.
  420. ;
  421. GenderKeys          MF
  422. MoreKeys            YN=@x013
  423. YesNoKeys           YN@x013
  424. DirectedShortChar   >
  425. WhisperShortChar    /
  426. ;
  427. ; Error, Invalid Command, and Warning Messages
  428. ;
  429. ; These messages are displayed whenever the user does something wrong.
  430. ;
  431. InvalidPW           @c@c^I^mInvalid Security Code!!^A@s@c@c
  432. MaxPW               ^nSorry, @1 tries is all you are allowed!
  433. PWNoMatch           @c@c^I^mCodes do not match!!^A^m  Try again.@c
  434. CmdNotAvail         ^mSorry, that command is not available on this Ship.@c
  435. NotLoggedIn         ^mSorry, ^o@1^m is not on board the Ship.@c
  436. NotSpecific         ^mSorry, the name you specified, ^o@1^m, is not specific enough.  Please try again using more letters.@c
  437. HandleInUse         ^I^pThat handle is already in use here!^A^j  Try again.@c
  438. HandleNotSpecified  ^mYou must specify a handle with the ^oCHANGE HANDLE^m command!@c
  439. ActionsNotAllowed   ^mSorry, actions are not permitted on this Ship.@c
  440. DualWindowNoGfx     ^mSorry, you can not use Dual Window chat mode without ANSI code clearance.@c
  441. ChgSexNotAllowed    ^mSorry, changing genders holographically is not permitted on this Ship.@c
  442. ChgEXMsgNotAllowed  ^mSorry, custom entry/exit announcements are not permitted on this Ship.@c
  443. ChgHandNotAllowed   ^mSorry, you are not allowed to change your handle on this Ship.@c
  444. NoAccTalk           ^mSorry, you do not have a high enough rank to talk in Ten-Forward.  Feel@cfree to sit and listen, however.@c
  445. NoAccChgHandle      ^mSorry, you do not have a high enough rank to change your handle.@c
  446. NoAccChgSex         ^mSorry, you do not have a high enough rank to change your gender.@c
  447. NoAccChgEXMsg       ^mSorry, you do not have a high enough rank to change your entry or exit@cannouncement.@c
  448. NoAccPrivMsg        ^mSorry, you do not have a high enough rank to send private messages.@c
  449. NoAccActUse         ^mSorry, you do not have a high enough rank to use Actions.@c
  450. PrivChatCantReq1    ^mCan't send briefing request!@c^o@1^n still wants to brief you!@c
  451. PrivChatCantReq2    ^mCan't send briefing request!@c^o@1^n has not yet responded to your earlier briefing request!@c
  452. PrivChatCantDeny    ^mCan't deny briefing request!@cNobody has requested a briefing with you!@c
  453. NotInYourChannel    ^mSorry, ^o@1^m is not at your table!@c
  454. NoHelpAvailable     ^mSorry, there is insufficient data available on that subject.@c
  455. BadListName         ^I^mInvalid list name!^A  Type ^oACTION LIST^m (with no name) for a list of action lists.@c
  456. BadChannelSec       ^mSorry, you do not have the proper rank to access that table.@c
  457. BadChannelName      ^mInvalid table name/number!@c
  458. BadContext          ^A^mSorry, the ^p@1^m @2 cannot be used in that context.@c
  459. HasForgotYou        ^mSorry, ^o@1^m is using the computer to block messages from you.@c
  460. WhisperNotSent      ^m-- Invalid Whisper, Please Restate Command --@c
  461. DirectedNotSent     ^m-- Invalid Directed Message, Please Restate Command --@c
  462. GANotSent           ^m-- Invalid General Action, Please Restate Command --@c
  463. Banned              ^mSorry, but you have been ^I^pbanned^A^m from that table!@c
  464. CantBanFromHere     ^mSorry, you cannot ban crew members from this table!@c
  465. WasntBanned         ^o@1^m is not banned from this table!@c
  466. CantBan             ^mCan't ban ^o@1^m!  Too many crew members already banned!@c
  467. NotInvited          ^mSorry, but you haven't been invited to that table!@c
  468. CantInvFromHere     ^mSorry, you cannot invite crew members to this table!@c
  469. WasntInvited        ^o@1^m is not invited to this table!@c
  470. CantInvite          ^mCan't invite ^o@1^m!  Too many crew members already invited!@c
  471. NotModerator        ^mSorry, you do not have moderator powers at this table!@c
  472. CantModInMain       ^mSorry, moderator commands cannot be used at the main table!@cUse the ^pSYSOP^m commands if you need to control crew members at the main table.@c
  473. CantModToSysop      ^mSorry, you can't do that moderator command to an Admiral!@c
  474. CantDoCmdToSelf     ^mSorry, you can't do that command to yourself!@c
  475. CantDoCmdToSysop    ^mSorry, you can't do that command to an Admiral!@c
  476. ;
  477. ; Commonly Used Words, Phrases, and Symbols
  478. ;
  479. ; These are words, symbols, and frequently used expressions that TOP uses for
  480. ; specific displays.
  481. ;
  482. Female              ^E^pFemale^A^h
  483. Male                ^B^pMale^A^h
  484. His                 ^phis
  485. Her                 ^pher
  486. Himself             ^phimself
  487. Herself             ^pherself
  488. He                  ^phe
  489. She                 ^pshe
  490. You                 ^oyou
  491. All                 ^oeveryone
  492. YourSuffix          ^or
  493. Pers3Suffix         ^j's
  494. Normal              Normal
  495. Action              Action
  496. TalkType            TalkType
  497. ChannelListed       cloaked
  498. ChannelUnlisted     visible
  499. SingularHas         @shas
  500. PluralHave          s have
  501. NormalChatMode      normal
  502. DualWindowChatMode  dual window
  503. UserChanShortName   ^o@1^n
  504. PWEcho              *
  505. PersActListName     PERSONAL
  506. PersActListDesc     Your Personal Actions
  507. Yes                 Yes
  508. No                  No
  509. On                  ON
  510. Off                 OFF
  511. ;
  512. ; BBS-specific
  513. ;
  514. ; These items are used only by BBS-specific functions inside TOP.  If you run
  515. ; an unsupported BBS type or are not using the BBS-specific features, you can
  516. ; comment this section out to reduce TOP's memory requirements.
  517. ;
  518. NodeNotInUse        @c^mSorry, frequency @1 is not currently in use!@c@c
  519. NodeDND             @c^mSorry, the crew member on frequency @1 does not wish to be disturbed.@c@c
  520. CantPage            ^m -- ^I^mUNABLE to send message to frequency @1!!!^A^m --@c@c
  521. Paged               ^m-- Message sent to frequency @1 --@c@c
  522. InvalidNode         ^mInvalid frequency!  Must be from ^p1^m to ^p@1^m.@c
  523. RAEnter             ^jPress ENTER to continue:
  524. RAOnNode            on frequency
  525. RaMsgFrom           Message from
  526. RAJustPosted        has just posted a message to you in area
  527. PageStatYes         ^pYes
  528. PageStatNo          ^m No
  529. NotAvailToPage      ^mSorry, frequency @1 is not available to be paged.
  530. NodeStatus          Pub Chat
  531. EnterPageSep        @c^c@r078-^p@c
  532. NodesNodeDisp       ^j@1.5@s
  533. NodesHandleDisp     ^o@1.-25@s
  534. NodesRealNameDisp   ^o@1.-25@s
  535. NodesSpeedDisp      ^p@1.6@s
  536. NodesLocationDisp   ^n@1.-20@s
  537. NodesStatusDisp     ^p@1.-10@s
  538. NodesPageStatDisp   ^m @1.3@s
  539. NodesGenderDisp     ^j@1@s
  540. NodesNumCallsDisp   ^m@1@s
  541. NodesNodeHdr        ^p Node@s
  542. NodesHandleHdr      ^pHandle                   @s
  543. NodesRealNameHdr    ^pName                     @s
  544. NodesSpeedHdr       ^p Speed@s
  545. NodesLocationHdr    ^pLocation            @s
  546. NodesStatusHdr      ^pStatus    @s
  547. NodesPageStatHdr    ^pAvail@s
  548. NodesGenderHdr      ^pGender@s
  549. NodesNumCallsHdr    ^pCalls@s
  550. NodesNodeSep        ^c@r006-
  551. NodesHandleSep      ^c@r026-
  552. NodesRealNameSep    ^c@r026-
  553. NodesSpeedSep       ^c@r007-
  554. NodesLocationSep    ^c@r021-
  555. NodesStatusSep      ^c@r011-
  556. NodesPageStatSep    ^c@r006-
  557. NodesGenderSep      ^c@r007-
  558. NodesNumCallsSep    ^c@r006-
  559. PageWho             @c^nPage crew member on which frequency (? for a list, ENTER to abort)?@s^p
  560. EnterPage           @c^jEnter the message to send to frequency @1.  A blank line will end.
  561. InvalidNode         @c^I^mInvalid Node Number!^A@s@c
  562. SBBSRecvPageHdr     ^jMessage from ^o@1^j on frequency ^p@2^j (in ^nPub Chat^j):^p
  563. NoMemToPage         ^I^mInsufficient memory to page other crew members!^A@s
  564. PageAborted         @c@c^m-- ^IPage Aborted^A --@c
  565. NodesListEndLine    @c
  566. NodesListAfterKey   @c@c
  567. NodesHdrPrefix      @c
  568. NodesHdrSuffix      @c
  569. NodesSepPrefix
  570. NodesSepSuffix      @c
  571. RAPageRecvPrefix    @c^p
  572. RAEnterSuffix       @c
  573. RAPageRecvSuffix    @c
  574. RAStatusType0       Browsing
  575. RAStatusType1       File Xfer
  576. RAStatusType2       Messages
  577. RAStatusType3       In a Door
  578. RAStatusType4       Sysop Chat
  579. RAStatusType5       Questions
  580. RAStatusType6       Conference
  581. RAStatusType7       New User
  582. SBBSStatusType0     Browsing
  583. SBBSStatusType1     D/loading
  584. SBBSStatusType2     Uploading
  585. SBBSStatusType3     Read Msgs.
  586. SBBSStatusType4     Write Msg.
  587. SBBSStatusType5     Sysop Chat
  588. SBBSStatusType6     In a Door
  589. SBBSStatusType7     New User
  590. SBBSStatusType8     QWK Mail
  591. SBBSStatusType9     File List
  592. SBBSStatusType10    Node Chat
  593. ; The page headers and footers contain BBS-specific codes and should not be
  594. ; modified unless you know exactly what you are doing.
  595. RAPageHeader        @x010@x011[0E@b@x011]497 @x011[0B@1@x011[0E @x011]496 @x011[0A@2@x011[0E (in @x011[0DPub Chat@x011[0E):@x011[0F@x010
  596. RAPageFooter        @x010@x011[0E@x011]258@x001@x010
  597. MaxPageHeader       @c@x022@x001@x014@bMessage from @x022@x001@x011@1@x022@x001@x014 on frequency @x022@x001@x010@2@x022@x001@x014 (In @x022@x001@x013Pub Chat@x022@x001@x014):@x022@x001@x015@c
  598. SBBSPageHeader      /MESSAGE,@1,@2/@x010
  599. SBBSPageFooter      /END/@x010
  600. ;
  601. ; System Messages
  602. ;
  603. ; These are messages triggered by events not related to chatting, and are
  604. ; usually error messages.
  605. ;
  606. FileErrorPrefix     @c
  607. CantOpen            ^I^nCan't open file:  ^p@1^n!!
  608. CantRead            ^nCan't read from file:  ^p@1^n!!
  609. CantWrite           ^nCan't write to file:  ^p@1^n!!
  610. CantAccess          ^nCan't access file:  ^p@1^n!!
  611. CantClose           ^nCan't close file:  ^p@1^n!!
  612. FileErrorMsgPrefix  @c
  613. FileErrorMsgSuffix  ^h@c@c
  614. NoFreeNode          @c@c^M^pCannot find a free frequency!@c
  615. ContactSuper        ^A^oPlease contact your Supervisor so this problem can be corrected!@c@c
  616. CantInitFiles       @c@c^I^mCan't initialize files!^A^m  Please inform your Sysop!@c@c
  617. InformSysop         ^A^oPlease inform your sysop immediately!!
  618. CantDoAction        @c^mCAN'T DO ACTION!  Please mention this to your Sysop!
  619. PrivChatNoMem       @c^mNot enough memory to enter private chat!  Please inform Sysop!@c
  620. PrivChatCantOpen    @c^mCan't open ^p@1^n for private chat!  Please inform Sysop!@c
  621. PrivChatBufProb     @c^mPrivate chat buffer overflow!  Please inform Sysop!@c
  622. NodeInUse           @c@c^mThe frequency you are on, ^o@1^m, is already in use!
  623. NodeInUseContact    Contact your Sysop so this problem can be fixed.
  624. CrashToss           ^mThe user on frequency ^o@1^m has mysteriously vanished from the Pub!  Please inform Sysop!
  625. AccessProblem       @c^pThe Online Pub is having a problem accessing a file.@c
  626. AccessPrompt        Press Esc to abort, or wait until the access attempt succeeds.@c
  627. AccessShutDown      @c^mShutting down.  Please inform your sysop of this problem.@c@c
  628. OutOfCredits        @c^mSorry, you have run out of credits!@cExitting TOP, returning to BBS...@c@c
  629. OutOfMemory         ^I^mOut of memory!!!^A^p
  630. CantJoin            ^mCan't join that table!  Unable to create record for it!  Odds are your sysop is out of disk space!@c
  631. SevereJoinError     @c^I^mCan't join own table!^A^m  CHANIDX.TCH may be corrupted!@c^pPlease inform your sysop immediately!@c@c
  632. JoinError           @c^mCan't join that table!  Please inform Sysop!@c
  633. UnJoinError         @c^mCan't unjoin current table successfully!  Please inform Sysop!@cAttempting to join requested table...@c
  634. CantJoinAtStart     @c^mCan't join main table!  Please inform Sysop!@cAttempting to join your personal table...@c@c
  635. CantDoModCmd        ^I^mCan't perform moderator command!^A  Please inform sysop!@c
  636. CanReJoin           @c^I^mCan't rejoin table!^A  Please inform your sysop immediately!@c^jReturning to BBS...@c@c
  637. ;
  638. ; Displays and Colouring
  639. ;
  640. ; These items make up some of the displays in TOP, including the larger list
  641. ; displays.  NOTE:  Do not change or remove any of the @ tokens unless you have
  642. ; studied the language token explanations at the start of this file and know
  643. ; precisely what you are doing!
  644. ;
  645. ChannelListHdr      @c^mTable Name/Number     Topic@c
  646. ChannelListSep      ^c@r078-@c
  647. ChannelListFormat   ^n@1.-20  ^j@2@c
  648. ScanHeader          ^p@cHandle                             Table    Status@c
  649. ScanHeaderSep       ^c@r078-@c
  650. ScanInfo            ^o@1.-30  ^n@2.10  ^m@3@c
  651. ScanUnlistedChan    ^mUnlisted
  652. ScanEditing         Editing@s
  653. ScanNotEditing
  654. ScanPrivChat        Chatting@s
  655. ScanNotPrivChat
  656. ActFileListPrefix   @c^pAvailable Action Lists@c@c
  657. ActFileListHdr      ^mName       Description@c
  658. ActFileListSep      ^c@r078-@c
  659. ActFileListItem     ^o@1.-8 ^g- ^n@2@c
  660. ActFileListSuffix   @c^jType ^jACTION LIST <name>^j to list the actions in a particular list, or ^jACTION LIST ALL^j to list all actions.@c@c
  661. ActListHeader       ^jActions in List "^j@1^j" (^p@2^j)@c@c
  662. ActListLegend       ^p+^m denotes TalkType.@c
  663. ActListSep          @c
  664. ActListItem         ^n@1.-10
  665. ActListCharNormal   @s
  666. ActListCharTType    ^p+
  667. ActListItemSep      @s
  668. DWRestoreInput      ^A^p
  669. DWInputCurPos       @p0201^A^p
  670. DWTopDisplay        @p0101^E^p@r079 @p0102Input Window   -   Type HELP and press ENTER for help.
  671. DWMiddleDisplay     @p0601^B^p@r079 @p0602Chat Window   -   Type QUIT to return to the BBS.
  672. DWBottomDisplay
  673. DWClearInput        @p0201^A^m@d@c@d@c@d@c@d@c
  674. DWPrepareInput      @p0101^A^m@d@c@d@c@d@c@d@c@d@c@d@c
  675. DWOutputPrepare     @e
  676. DWOutputSetCurPos   @p0701
  677. DWOutputPrefix      ^A^j
  678. DWRestorePrefix     @c
  679. LookAroundList      @1^o@2
  680. LookAroundSep       ^j,
  681. ActionListHeader    @c^jList of ^nActions^j and ^pTalkTypes^j:@c
  682. ActionListAction    ^n @1.-10@s
  683. ActionListTalkType  ^p @1.-10@s
  684. Personals           @c^jPersonals-->
  685. PersUndefined       ^h<Undefined>
  686. PrivChatPrefix      @c^o--- Private Briefing entered ---@c^mPress ESC to exit.@c@c
  687. PrivChatSuffix      @c@c^o--- Private Briefing ended --@c@c
  688. PrivChatSuffix2     @c@c^o--- @1 has ended the Private Briefing --@c@c
  689. PrivChatCol1        ^j
  690. PrivChatCol2        ^p
  691. CommandListPrefix   ^A^p @c
  692. ActionResponse      ^n@1
  693. MorePromptSuffix    @<@<@<@<@<@<@<@<@<@<@<@<@<
  694. EMsgPrefix          ^m@1
  695. XMsgPrefix          ^m@1
  696. ActionMe            ^o@1^j
  697. ActionYouPrefix     ^o
  698. ActionYouSuffix     ^j
  699. ActionHisHerPrefix  ^p
  700. ActionHisHerSuffix  ^j
  701. ActionHeShePrefix   ^p
  702. ActionHeSheSuffix   ^j
  703. ActionSelfPrefix    ^p
  704. ActionSelfSuffix    ^j
  705. ActionYour          ^o@1^j
  706. ActionPossessive    @1
  707. ;
  708. ; Display Formatting
  709. ;
  710. ; These items are mostly linefeeds and insignificant formatting items.  They are
  711. ; mostly part of displays that are used multiple times or under conditional
  712. ; circumstances, when attaching the formatting codes to a main item is not
  713. ; always desirable.
  714. ;
  715. MsgSentPrefix
  716. MsgDisplayPrefix    @c
  717. WhisperSentPrefix
  718. WhisperNotSentPref
  719. GASentPrefix
  720. GANotSentPrefix
  721. ActionListBeforeKey @c
  722. ActionListAfterKey  @c@c
  723. ActionUseSuffix     @c
  724. ActionSuffix        @c
  725. MoreAbortSuffix     @c@c
  726. ActionListBlockSep  @c
  727. ActListPrefix       @c
  728. ActListLineEnd      @c
  729. ActListSuffix       @c
  730. LookAroundFirst
  731. LookAroundAfter     @c
  732. ColourHelpPrefix
  733. ColourHelpSuffix    @c
  734. MessageTrailer      @c
  735. DelPromptPrefix
  736. DelPrompt           @<
  737. DelPromptSuffix
  738. ShowFilePrefix
  739. ShowFileSuffix      @c
  740. PressAnyKeySuffix   @c
  741. ChanSummaryPrefix
  742. OpeningSuffix       @c
  743. HelpPrefix          @c
  744. HelpSuffix          @c
  745. DirectNotSentPref
  746. DirectedSentPrefix
  747. NewUserScrnPrefix   @c
  748. PrivChatEndLine     @c
  749. PWBackSpace         @<
  750. InputPrefix         @c
  751. GenderPromptSuffix  @c
  752. LocalLANStartPref   @c
  753. ResponsePrefix      @c
  754. ;
  755. ; Log Messages
  756. ;
  757. ; These messages are shown to the sysop in the log.
  758. ;
  759. LogMaxPW            !!!! Failed to enter the correct password!
  760. LogHandle           Using handle: @1
  761. LogStartSignOn      Began New User sign-on
  762. LogAbortSignOn      Aborted New User sign-on
  763. LogEnded            TOP v@1 ended successfully
  764. LogAlert            !!!!
  765. LogCouldntAccess    Could not access a file!
  766. LogLocal            Running in LOCAL mode
  767. LogLAN              Running in LAN mode
  768. LogDoor             Running in DOOR mode
  769. LogCantDoAction     !!!! CAN'T DO ACTION:  @1
  770. LogNodeInUse        !!!! Node @1 already in use!
  771. LogNameUsed         Logged in using the name: @1
  772. LogSentPage         Sent page to node @1
  773. LogCantPage         !!!! Can't page node @1!
  774. LogChangedHandle    Changed handle to @1
  775. LogOutOfMemory      !!!! OUT OF MEMORY!
  776. LogCantLoadLang     !!!! Can't load language file!  (May be out of memory.)
  777. LogCantLoadChan     !!!! Can't load channel definitions!  (May be out of memory.)
  778. LogNoFreeNode       !!!! Can't find a free node!
  779. LogOneRunMode       Task initiated from command line.
  780. LogCantLoadActs     !!!! Can't load action file(s)!
  781. LogOutOfCredits     Ran out of credits, exiting
  782. LogDelUser          Deleted user "@1"
  783. LogPacking          Packing User File...
  784. LogPrevCrashDetect  Previous run of this node crashed!
  785. LogSevereJoinErr    !!!! Can't Join own channel!
  786. LogEnterPrivChat    Entered private chat with node @1
  787. LogPrivChatFileErr  !!!! Can't open Private Chat files!
  788. LogEndPrivChat      Ended private chat mode
  789. LogFoundCrashed     Detected crashed node @1, clearing
  790. LogTossed           Tossed "@1" out of door
  791. LogZapped           Zapped "@1" off of system
  792. LogClearedNode      Cleared node @1
  793. ;
  794. ; Profile Editor
  795. ;
  796. ; These items are all used by the Profile Editor.  They are seperated into the
  797. ; sections in which they are used to aid editing.
  798. ;
  799. ProfEditPrefix      @c
  800. ;
  801. ProfMainPrefix      @c
  802. ProfMainPersAct     ^pA^j) Edit your ^oPERSONAL ACTIONS@c
  803. ProfMainGender      ^pG^j) Change your ^oGENDER@c
  804. ProfMainHandle      ^pH^j) Edit your ^oHANDLE@c
  805. ProfMainEXMsg       ^pM^j) Edit ^oENTRANCE AND EXIT MESSAGES@c
  806. ProfMainPref        ^pO^j) Edit ^oPERSONAL PREFERENCE OPTIONS@c
  807. ProfMainPW          ^pP^j) Change your ^oACCESS PASSWORD@c
  808. ProfMainQuit        ^pQ^j) Quit back to ^oCHAT MODE@c
  809. ProfMainPrompt      @c^mSelect--->@s
  810. ProfMainKeys        ADGHMOPQ
  811. ProfMainShowKey      ^p@1
  812. ;
  813. ProfPActHeader      @c@c^jCurrent Personal Actions:@c@c
  814. ProfPActNumber      ^c--- ^p@1^c ---@c
  815. ProfPActVerbType    ^n  Verb    : ^j@1.-10    ^nType: ^o@2@c
  816. ProfPActResponse    ^n  Response: "^j@1^n"@c
  817. ProfPActSingular    ^n  Singular: "^j@1^n"@c
  818. ProfPActPlural      ^n  Plural  : "^j@1^n"@c
  819. ProfPActPrompt      @c^j(^jC^j)lear, (^jE^j)dit, or (^jQ^j)uit--->@s^p
  820. ProfPActKeys        CEQ
  821. ;
  822. ProfClearAction     Clear Action
  823. ProfClActNumPrompt  @c@c^jClear which action (1-4)--->@s
  824. ProfClActShowNum    ^p@1
  825. ProfClActOKPrompt   @c@c^jClear action #^p@1^j, Are You Sure (y/N)?@s
  826. ProfClActCleared    @c@c^mAction #^p@1^m Cleared.
  827. ;
  828. ProfEditAction      Edit Action
  829. ProfEdActNumPrompt  @c@c^jEdit which action (1-4)--->@s
  830. ProfEdActShowNum    ^p@1
  831. ProfEdActHeader     @c@c^jEditing Action #^p@1@c@c
  832. ProfEdActCurSet     Current Settings:@c
  833. ProfEdActPrefix     @c
  834. ProfEdActType       ^pT^j) Edit Action ^oTYPE@c
  835. ProfEdActVerb       ^pV^j) Edit Command ^oVERB@c
  836. ProfEdActResponse   ^pR^j) Edit ^oRESPONSE@c
  837. ProfEdActSingular   ^pS^j) Edit ^oSINGULAR TEXT@c
  838. ProfEdActPlural     ^pP^j) Edit ^oPLURAL TEXT@c
  839. ProfEdActHelp       @c^pH^j) Personal Action Editor ^oHELP@c
  840. ProfEdActQuit       ^pQ^j) Quit to ^oPREVIOUS MENU@c
  841. ProfEdActPrompt     @c^mSelect--->@s
  842. ProfEdActKeys       TVRSPHQ
  843. ProfEdActShowKey    ^p@1
  844. ;
  845. ProfEdActEdCurType  @c@c^mCurrent Type: ^p@1@c
  846. ProfEdActEdTPrompt  ^jShould this Personal Action be a (^jN^j)^oormal^j Action or a (^jT^j)^oalkType^j?@s
  847. ProfEdActEdTypKeys  NT
  848. ProfEdActEdNewType  ^p@1@c
  849. ProfEdActEdCurVerb  @c@c^mCurrent Verb:  ^j@1@c
  850. ProfEdActEdVPrompt  ^nEnter the new ^oCOMMAND VERB^n for this Action (10 chars. max., ENTER to abort)@c--->@s^p
  851. ProfEdActEdCurResp  @c@c^mCurrent Response Text:@c^j@1@c
  852. ProfEdActEdRPrompt  ^nEnter the new ^oRESPONSE TEXT^n for this Action (60 chars. max., ENTER to abort)@c--->@s^p
  853. ProfEdActEdCurSing  @c@c^mCurrent Singular Text:@c^j@1@c
  854. ProfEdActEdSPrompt  ^nEnter the new ^oSINGULAR TEXT^n for this Action (60 chars. max., ENTER to abort)@c--->@s^p
  855. ProfEdActEdCurPlur  @c@c^mCurrent Plural Text:@c^j@1@c
  856. ProfEdActEdPPrompt  ^nEnter the new ^oPLURAL TEXT^n for this Action (60 chars. max., ENTER to abort)@c--->@s^p
  857. ProfEdActEdHlpPref  @c@c
  858. ProfEdActQuitMsg    Quit@c
  859. ;
  860. ProfEdSexPrompt     @c@c^jAre you (^nM^j)ale or (^nF^j)emale?@s
  861. ProfEdSexKeys       MF
  862. ProfEdSexSuffix     ^A@s@c
  863. ProfEdHandlePrompt  @c@c^jPlease enter your new handle (30 chars. max., ENTER to abort)@c--->@s^o
  864. ;
  865. ProfEdEXMsgPrefix   @c@c
  866. ProfEdEXMsgCurEMsg  ^A^nCurrent Entry Message:@c^p@1^n@c@c
  867. ProfEdEXMsgCurXMsg  ^A^nCurrent Exit Message:@c^p@1^n@c@c
  868. ProfEdEXMsgEMsg     ^pE^j) Edit ^oENTRY MESSAGE@c
  869. ProfEdEXMsgXMsg     ^pX^j) Edit ^oEXIT MESSAGE@c
  870. ProfEdEXMsgQuit     ^pQ^j) Quit to ^oPREVIOUS MENU@c
  871. ProfEdEXMsgPrompt   @c^mSelect--->@s
  872. ProfEdEXMsgKeys     EXQ
  873. ProfEdEXMsgShowKey  ^p@1
  874. ProfEdEXMsgSuffix    @c
  875. ;
  876. ProfEdEXMEdCurEnt   @c@c^mCurrent Entry Message:@c^j@1^m@c
  877. ProfEdEXMEdEPrompt  ^nEnter your new ^oENTRY MESSAGE^n (ENTER to clear)@c--->@s
  878. ProfEdEXMEdCurExit  @c@c^mCurrent Exit Message:@c^j@1^m@c
  879. ProfEdEXMEdXPrompt  ^nEnter your new ^oEXIT MESSAGE^n (ENTER to clear)@c--->@s
  880. ;
  881. ProfEdPrefPrefix    @c@c
  882. ProfEdPrefActEcho   ^pA^j) Toggle ^oACTION ECHOING^j (Currently ^p@1^j)@c
  883. ProfEdPrefTActEcho  ^pB^j) Toggle ^oTALKTYPE ACTION ECHOING^j (Currently ^p@1^j)@c
  884. ProfEdPrefTMsgEcho  ^pC^j) Toggle ^oTALKTYPE MESSAGE ECHOING^j (Currently ^p@1^j)@c
  885. ProfEdPrefMsgSent   ^pD^j) Toggle ^oMESSAGE SENT RESPONSE^j (Currently ^p@1^j)@c
  886. ProfEdPrefGAEcho    ^pE^j) Toggle ^oGENERAL ACTION ECHOING^j (Currently ^p@1^j)@c
  887. ProfEdPrefTTSent    ^pF^j) Toggle ^oTALKTYPE SENT RESPONSE^j (Currently ^p@1^j)@c
  888. ProfEdPrefDualWin   ^pG^j) Toggle ^oDUAL WINDOW CHAT MODE^j (Currently ^p@1^j)@c
  889. ProfEdPrefBlockTxt  ^pH^j) Toggle ^oBLOCKING OF INCOMING TEXT WHILE TYPING^j (Currently ^p@1^j)@c
  890. ProfEdPrefListed    ^pI^j) Toggle ^oCHANNEL NUMBER DISPLAYING TO OTHER USERS^j (Currently ^p@1^j)@c
  891. ProfEdPrefEchoOwn   ^pJ^j) Toggle ^oECHOING OF OWN TEXT^j (Currently ^p@1^j)@c
  892. ProfEdPrefActions   ^pK^j) Toggile ^oACTION SEND/RECEIVE BLOCKING^j (Currently ^p@1^j)@c
  893. ProfEdPrefQuit      ^pQ^j) Quit to ^oPREVIOUS MENU@c
  894. ProfEdPrefPrompt    @c^mSelect--->@s
  895. ProfEdPrefKeys      ABCDEFGHIJKQ
  896. ProfEdPrefShowKey   ^p@1
  897. ProfEdPrefSuffix    @c
  898. ;
  899. ProfEdPWCurPrompt   @c@c^jPlease enter your current password--->@s^n
  900. ProfEdPWBadPW       @c@c^I^mIncorrect Password!!^A^m@c
  901. ProfEdPWNewPrompt   @c@c^jPlease enter a password to secure your account--->@s^n
  902. ProfEdPWConfPrompt  @c@c^jRe-Enter that password to confirm it          --->@s^n
  903. ProfEdPWNoMatch     @c@c^I^mPasswords do not match!!^A^m@c
  904. ProfEdPWSuffix      @c
  905. ;
  906. ProfEditSuffix      @c@c
  907. ;
  908. ; New and Unsorted Items
  909. ;
  910. ; These items were added at the last minute.  They have not been colourized to
  911. ; match the remaining items in this file.
  912. EnterPageFS         @c^oEnter the transmission to send to node @1.  Press Esc or Ctrl-Z when done.
  913. EnterPageFSSep      @c^c@r078-^p@c
  914. LogCantLoadCWords   WARNING:  Can't load CENSOR.CFG
  915. CensorToss1         ^mSorry, you cannot use the word "^p@1&C^m" under any circumstances!@cPlease come back when you clean up your act...@c@c
  916. CensorWarn2         ^mPlease do not use the word "^p@1&C^m" here!@cPlease restate what you wish to say without using that word.@c
  917. CensorToss2         ^mSorry, your language is getting too filthy!@cPlease come back when you clean up your act...@c@c
  918. CensorWarn3         ^mPlease do not use the word "^p@1&C^m" here!@cPlease restate what you wish to say without using that word.@c
  919. CensorWarn4         ^mPlease avoid using the word "^p@1&C^m" in the future.@c
  920. CensorToss4         ^mSorry, you are getting too vulgar!@cPlease come back when you clean up your act...@c@c
  921. CensorWarn5         ^mPlease avoid using the word "^p@1&C^m" in the future.@c
  922. CensorReplace       ^mThat word has been replaced with something more appropriate.@c
  923. BioUserHasNone      ^mSorry, that user has not completed a crew biography.@c
  924. BioUserNotFound     ^mSorry, ^l@1^m is not a valid user name.  Please try again, or type ^pCREWROSTER^m for a list of crew members.@c
  925. BioDispPrefix       @c^kCrew Biography of ^p@1^k:@c@c
  926. BioQuesNumber       ^o@1.2^j)@s
  927. BioRespPrefix       ^n@1^j:@s
  928. BioResp             ^l@1
  929. BioNoResp           ^h<< ^pNo Response on File ^h>>
  930. BioRespSuffix       @c
  931. BioDispSuffix
  932. BioNumRespPrompt    ^nQuestion #^l@1^n - ^o@2@c^kPlease enter a NUMERIC response--->@s^p
  933. BioStrRespPrompt    ^nQuestion #^l@1^n - ^o@2@c^k--->@s^p
  934. BioBadNumResp       @c^mSorry, responses to this question must be from ^o@1^m to ^o@2^m.@cPlease try again.@c
  935. BioBadStrResp       @c^mSorry, responses to this question must be at least ^o@1^m characters long.@cPlease try again.@c
  936. BioRespSuffix       @c
  937. BioGetAllPrefix     @c^pThe crew biography is a way for other crew members to find out about you.  Please answer@ceach question truthfully.  If you wish to skip a question, enter "none" (or@c"0" for numeric responses).@c@c
  938. BioGetAllSuffix     @c
  939. BioEditPrompt       @c^oEnter a question number, R to redisplay your crew biography, C to complete all@cunanswered questions, or Q to quit--->@s^l
  940. BioEditQuitKeys     QX
  941. BioEditShowKeys     R
  942. BioEditCompKeys     C
  943. BioBadEditQNum      @c^mSorry, that is not a valid question number!@c
  944. BioEditDoAllPrompt  @c^nYou have not yet filled out your crew biography.@cDo you wish to answer ^pall^n of the questions now (Y/n)?--->@s^l
  945. BioEditDoAllSuffix  @c
  946. BioEditSuffix       @c
  947. CmdsBio             BIO BIOGRAPHY /B CREWBIO
  948. LogCantLoadBioQues  WARNING:  Can't load BIOQUES.CFG
  949. LookUpSuffix        @c
  950. EnterPageLinPrompt  @c^oEnter the transmission to send to frequency @1.@c--->@s^k
  951. EnterPageLinSuffix  @c
  952. Interrupt           ^p***
  953. CmdsUserList        CREWROSTER USERLIST /U
  954. UserListHeader      @c@cUser Name                      @1@c
  955. UserListSep         ^c@r078-@c
  956. UserListEntry       ^l@1.-30 ^o@2@c
  957. UserListSuffix      @c
  958. InBioEditor         ^l@1^n has loaded the Crew Biography Editor.
  959. OutBioEditor        ^l@1^n has returned from the Crew Biography Editor!
  960. TimeMsgPrefix       ^E^p@1^A
  961. TimeMsgForcePrefix  @c^E^p@1^A@c
  962. BioForceAllNotDone  @c^mYou did not complete all of the crew biography questions!@cYou must complete all remaining questions before you are allowed to chat!@c@c
  963. BioChangeMsg        ^l@1^n has just updated ^p@2^n crew biography!
  964. BioForcePrefix      @c
  965. SharingVioError     @c@c^I^mSharing Violation Error!^A@cFILE:  ^p@1^m@cPlease inform your sysop so this problem can be fixed!@c@c
  966. LogSharingVioError  !!!! SHARING VIOLATION ERROR!
  967. LogSharingVioFile   !!!! File:  @1
  968. ProfEdActEdBadSing  @c^mSorry, the singular text for all personal actions ^Imust^A contain the ^p%m^m ("me") action token!  Please try again, or press ^oH^m if you need help.  No changes have been made.@c
  969. ProfEdActEdBadPlur  @c^mSorry, the plural text for all personal actions ^Imust^A contain the ^p%m^m ("me") action token!  Please try again, or press ^oH^m if you need help.  No changes have been made.
  970. MaxPageFooter       @c
  971.