home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / GOLDED.RAR / GOLD / GOLDLANG.CFG < prev    next >
Encoding:
Text File  |  1992-03-31  |  21.2 KB  |  602 lines

  1.  
  2. ;   ------------------------------------------------------------------
  3. ;                    GoldED Language Definition File
  4. ;   ------------------------------------------------------------------
  5. ;
  6. ;   Before you start redefining the language, I suggest you print this
  7. ;   file and keep it close for reference. Redefining can be a slow and
  8. ;   difficult process.
  9. ;
  10. ;   The format of lines in this language file is:
  11. ;
  12. ;       <LanguageStringID> <LanguageString>
  13. ;
  14. ;   Each LanguageStringID is prefixed with a category, to allow easier
  15. ;   identification for your own redefinitions. Not case sensitive.
  16. ;
  17. ;   ID Categories:
  18. ;   --------------
  19. ;   ST_     Status Line     Variable length
  20. ;   WT_     Window Title    Variable length
  21. ;   MI_     Menu Item       Fixed length, first character QuickChar.
  22. ;   IL_     Info Line       Variable length
  23. ;   WL_     Window Line     Usually fixed length.
  24. ;   HD_     Header Line     Usually fixed length.
  25. ;   MS_     Message         Variable length.
  26. ;   ER_     Error Message   Variable length.
  27. ;
  28. ;
  29. ;
  30. ;   "Fixed length" means that all the strings must the same length.
  31. ;   The actual length is normally only limited by the screen size. In
  32. ;   case of menus, the window width is always based on the length of
  33. ;   the *first* item string.
  34. ;
  35. ;   "QuickChars" are the highlighted direct-select characters in the
  36. ;   menus. The QuickChar is case sensitive, and must match a character
  37. ;   in the string.
  38. ;
  39. ;   Strings should always be enclosed in quotes ("" or ''). The
  40. ;   exception is if the string does not need leading/trailing spaces.
  41. ;
  42. ;   Some strings contains escape sequences or format specifiers as
  43. ;   used in the "C" language. Certain tokens from the templates can
  44. ;   also be used in some special strings.
  45. ;
  46. ;   Escape sequences: (Case sensitive!)
  47. ;   -----------------------------------
  48. ;   \n  - Line Feed (LF) (translates to CR+LF in files).
  49. ;   \r  - Carriage Return (CR).
  50. ;
  51. ;   The escape sequences are normally used in lines for files or
  52. ;   standard (DOS) output messages.
  53. ;
  54. ;   Format specifiers: (Case sensitive!)
  55. ;   ------------------------------------
  56. ;   %c  - Character.
  57. ;   %s  - String.
  58. ;   %i  - Integer.
  59. ;   %u  - Unsigned Integer.
  60. ;   %%  - A literal percent (%) character.
  61. ;
  62. ;   If you change a line with format specifiers, please be careful to
  63. ;   have them in the same quantity and order as in the original
  64. ;   example. Failure to do this can cause unpredictable results..
  65. ;
  66. ;   ------------------------------------------------------------------
  67. ;   Here follows the actual definitions. I have tried to keep them
  68. ;   grouped in a sensible order, even if the order is not significant.
  69. ;   ------------------------------------------------------------------
  70.  
  71.  
  72. ;   ------------------------------------------------------------------
  73. ;   New stuff
  74. ;   ------------------------------------------------------------------
  75.  
  76. IL_WritingCfg           " Writing Configuration "
  77. IL_CouldNotOpen         " Couldn't open %s "
  78. MS_Prompt               "Enter the command "EXIT" to return to GoldED.\r\n"
  79. IL_UnfinishedMsg        " Unfinished message found! "
  80. ST_LoadUnfinished       "Press any key to load it or <ESC> to ignore"
  81. IL_ReadingEcholist      "Reading Echolist Files"
  82. ER_NoAreas              "No areas defined!"
  83. IL_ReadingAddrMacros    "Reading Address Macros"
  84. IL_CheckingNodelists    "Checking Nodelists"
  85. ST_CrossPosting         "Crossposting in %s"
  86. IL_AccessWait           " Another user is accessing the msgbase - Wait, or press <ESC> to exit "
  87. ST_AccessRetry          "Access retry (%lu)"
  88. IL_NewMsgScan           " New msgs found - please wait while scanning "
  89. IL_NewMsgsScanned       " New msgs scanned "
  90. IL_BaseIdxMismatch      " The sizes of MSGHDR.BBS and MSGIDX.BBS do not match "
  91. IL_BaseToIdxMismatch    " The sizes of MSGHDR.BBS and MSGTOIDX.BBS do not match "
  92. ST_RebuildingMsgbase    "Rebuilding MSGIDX.BBS and MSGTOIDX.BBS: [%u/%u]"
  93. IL_TwitBlanked          " Twit Msgs Blanked "
  94. IL_TwitSkipped          " Twit Msgs Skipped "
  95. IL_TwitIgnoreSkip       " Twit Msgs Ignored and Skipped "
  96. IL_TwitDisplayed        " Twit Msgs Displayed "
  97. ST_GenCfmReceipt        "Generating Confirmation Receipt"
  98. WT_New                  "New"
  99. ST_LookupInfo           "Nodelist Lookup Information"
  100. MS_HexdumpSq            "Hexdump of Squish-style message header and text"
  101. MS_DateTimeFmt          "%a %d %b %y %H:%M"
  102. MS_DateFmt              "%A %B %d %Y"
  103. MS_TimeFmt              "%H:%M"
  104.   
  105. MS_SWSun                "Sun"
  106. MS_SWMon                "Mon"
  107. MS_SWTue                "Tue"
  108. MS_SWWed                "Wed"
  109. MS_SWThu                "Thu"
  110. MS_SWFri                "Fri"
  111. MS_SWSat                "Sat"
  112.  
  113. MS_LWSunday             "Sunday"
  114. MS_LWMonday             "Monday"
  115. MS_LWTuesday            "Tuesday"
  116. MS_LWWednesday          "Wednesday"
  117. MS_LWThursday           "Thursday"
  118. MS_LWFriday             "Friday"
  119. MS_LWSaturday           "Saturday"
  120.  
  121. MS_SMJan                "Jan"
  122. MS_SMFeb                "Feb"
  123. MS_SMMar                "Mar"
  124. MS_SMApr                "Apr"
  125. MS_SMMay                "May"
  126. MS_SMJun                "Jun"
  127. MS_SMJul                "Jul"
  128. MS_SMAug                "Aug"
  129. MS_SMSep                "Sep"
  130. MS_SMOct                "Oct"
  131. MS_SMNov                "Nov"
  132. MS_SMDec                "Dec"
  133.  
  134. MS_LMJanuary            "January"
  135. MS_LMFebruary           "February"
  136. MS_LMMarch              "March"
  137. MS_LMApril              "April"
  138. MS_LMMay                "May"
  139. MS_LMJune               "June"
  140. MS_LMJuly               "July"
  141. MS_LMAugust             "August"
  142. MS_LMSeptember          "September"
  143. MS_LMOctober            "October"
  144. MS_LMNovember           "November"
  145. MS_LMDecember           "December"
  146.  
  147.  
  148. ;   ------------------------------------------------------------------
  149. ;   Exit and errors.
  150. ;   ------------------------------------------------------------------
  151.  
  152. ;   The Quit menu.
  153. ;
  154. WT_QuitGoldED           " Quit GoldED? "
  155. MI_QuitYes              "Y       Yes Please.      "
  156. MI_QuitNo               "N           No!          "
  157. ;
  158. ;   The lines for Yes/No answers are re-used in all the yes/no type menus.
  159.  
  160. ER_Outofmem             "Out of memory!"
  161.  
  162.  
  163. ;   ------------------------------------------------------------------
  164. ;   Miscellanoeus
  165. ;   ------------------------------------------------------------------
  166.  
  167. MS_DOS_Shell            "GoldED DOS Shell. Type EXIT To Return."
  168.  
  169. IL_SearchingFor         " Searching for"
  170. ST_ReadingMsg           "Reading Msg %u of %u"
  171.  
  172. ;   The text in the small screen blanking window.
  173. ;
  174. WL_BlankMsg             " GoldED - Press Any Key "
  175.  
  176. ;   The small popup window.
  177. ;
  178. WL_Wait                 " Wait "
  179.  
  180. ;   Renumbering
  181. ;
  182. ST_Renumbering          "Renumbering"
  183. ST_Locked               " (locked)"
  184. ST_Renumbered           "Messages Renumbered - Press Key"
  185. ST_NoQRenum             "This area cannot be renumbered"
  186.  
  187. ;   Hexdumping
  188. ;
  189. IL_GenHexdump           " Generating Hexdump - Please Wait "
  190. MS_HexdumpF             "Hexdump of Fido/Opus-style message header and text"
  191. MS_HexdumpQ             "Hexdump of QuickBBS-style message header and text"
  192. MS_Hexdumphead          "Hexdump of message header:"
  193. MS_Hexdumptext          "Hexdump of message text:"
  194.  
  195.  
  196. ;   ------------------------------------------------------------------
  197. ;   Internal Editor
  198. ;   ------------------------------------------------------------------
  199.  
  200. ;   Text Import
  201. ;
  202. ST_ImportFile           "Import File"
  203. WT_ImportWhichFile      " Import which file? "
  204. WT_ImportPick           " Import "
  205. ST_ImportStatus         "Importing from %s"
  206.  
  207. ;   Block Export
  208. ;
  209. ST_ExportFile           "Export File"
  210. WT_ExportWhatFile       " Export to what file? "
  211. ST_ExportStatus         "Exporting to %s"
  212.  
  213. ST_EditStatus           "Edit %i,%i. %s"
  214.  
  215.  
  216. ;   ------------------------------------------------------------------
  217. ;   File Request / Attach / Update Request.
  218. ;   ------------------------------------------------------------------
  219.  
  220. ;   This is for the big selection window(s).
  221. ;
  222. WT_AttachFiles          " Attach Files "
  223. WT_UpdreqFiles          " Update Request Files "
  224.  
  225. ST_SelectFiles          "Select Files"
  226. WL_SelectedFiles        "Selected Files      "
  227. WL_SelectedBytes        "         Bytes      "
  228. WL_TotalFiles           "Total    Files      "
  229. WL_TotalBytes           "         Bytes      "
  230.  
  231. WL_MoveFileBar          "Cursor/Page  Move Selection Bar"
  232. WL_ToggleFile           "Space        Toggle Selection"
  233. WL_AcceptFiles          "Enter        Accept Selections"
  234. WL_SelectAllFiles       "Ctrl-Enter   Select All"
  235. WL_AbortFiles           "ESC          Abort Selection"
  236.  
  237. ;   Messages
  238. ;
  239. WL_ScanningDirectory    "             Scanning Directory             "
  240. WL_NoFilesFound         "             * NO FILES FOUND *             "
  241. ST_FilesPressKey        "Press any key to continue"
  242.  
  243. ;   This message is written if you do a Save Message, without editing.
  244. ;
  245. MS_EmptyMsg  ""
  246.  
  247. ;   If you don't have .TPL template files, or one is missing, this one is
  248. ;   used instead.
  249. ;
  250. MS_Template "Template missing! - Please check or make a GOLDED.TPL\n\n"
  251.  
  252. ;   These three are standard messages that are put into "extra" file messages.
  253. ;   You can successfully use most of the template tokens in these.
  254. ;
  255. MS_AutoAttachMsg   ""
  256. MS_AutoRequestMsg  ""
  257. MS_AutoUpdreqMsg   ""
  258.  
  259. ;   Titles for the progress window.
  260. ;
  261. WT_FileAttach   " File Attach "
  262. WT_FileRequest  " File Request "
  263. WT_FileUpdreq   " Update Request "
  264.  
  265. ST_FileAttaching        "File Attaching [%i/%i] to %u:%u/%u.%u"
  266. ST_FileRequesting       "File Requesting [%i/%i] from %u:%u/%u.%u"
  267. ST_FileUpdreqing        "Update Requesting [%i/%i] from %u:%u/%u.%u"
  268.  
  269.  
  270. ;   ------------------------------------------------------------------
  271. ;   Area selection
  272. ;   ------------------------------------------------------------------
  273.  
  274. ;   Titles for the top line.
  275. ;
  276. WT_Area                 "Area"
  277. WT_Description          "Description"
  278. WT_Msgs                 "Msgs"
  279. WT_Last                 "Last"
  280. WT_EchoID               "EchoID"
  281.  
  282. ;   Area picker titles.
  283. ;
  284. WT_NewArea              ">>Select New Area: "
  285. WT_ReplyArea            ">>Answer In Area: "
  286. WT_CopyArea             ">>Copy To Area: "
  287. WT_MoveArea             ">>Move To Area: "
  288. WT_ForwardArea          ">>Forward To Area: "
  289.  
  290. ;   Statusline "<echoname>: <nn> message/messages unread"
  291. ;
  292. ST_message              "message"
  293. ST_messages             "messages"
  294. ST_unread               "unread"
  295.  
  296. ;   The Area Scanning menu
  297. ;
  298. WT_ScanAreas            " Scan Areas "
  299. MI_ScanAll              "A Scan All Areas    "
  300. MI_ScanMarked           "M Scan Marked Areas "
  301. MI_ScanCurrent          "C Scan Current Area "
  302. MI_NoScan               "N No Scanning / ESC "
  303.  
  304. ;   The Area Heating menu
  305. ;
  306. WT_HeatAreas            " Heat Areas "
  307. MI_HeatAll              "A Heat All Areas    "
  308. MI_HeatMarked           "M Heat Marked Areas "
  309. MI_HeatCurrent          "C Heat Current Area "
  310. MI_NoHeat               "N No Heating / ESC  "
  311.  
  312. ;   The Area Zapping menu
  313. ;
  314. WT_ZapAreas            " Zap Areas "
  315. MI_ZapAll              "A Zap All Areas    "
  316. MI_ZapMarked           "M Zap Marked Areas "
  317. MI_ZapCurrent          "C Zap Current Area "
  318. MI_NoZap               "N No Zapping / ESC  "
  319.  
  320. IL_ScanningArea         " Scanning Area:"
  321.  
  322.  
  323. ;   ------------------------------------------------------------------
  324. ;   Nodelist browser
  325. ;   ------------------------------------------------------------------
  326.  
  327. WT_Lookup               " Lookup: %s "
  328. WL_Phone                "Phone"
  329.  
  330.  
  331. ;   ------------------------------------------------------------------
  332. ;   Miscellaneous message entering stuff
  333. ;   ------------------------------------------------------------------
  334.  
  335. ;   Carbon Copy
  336. ;
  337. ST_ProcessCC            "Processing Carbon Copies"
  338. ST_StatusCC             "CC: %s of %u:%u/%u.%u"
  339. ST_DestinationCC        "Select Carbon Copy Destination"
  340.  
  341. ;   Format of CC list lines.
  342. ;
  343. MS_ListCC               "%s  %u:%u/%u.%u"
  344.  
  345. ;   The Carbon Copy main menu
  346. ;
  347. WT_CarbonCopy  " Carbon Copy "
  348. MI_CCProcess   "P Process CC's "
  349. MI_CCIgnore    "I Ignore  CC's "
  350. MI_CCAttribs   "C Change Attrs "
  351. MI_CCListFmt   "L List Format  "
  352.  
  353. ;   The Carbon Copy list format menu.
  354. ;
  355. WT_CCList         " CC List "
  356. MI_CCListKeep     "K Keep       "
  357. MI_CCListNames    "N Names only "
  358. MI_CCListVisible  "V Visible    "
  359. MI_CCListHidden   "H Hidden     "
  360. MI_CCListRemove   "R Remove     "
  361.  
  362. ST_Quotepct             "Your Msg Contains %i%% Quotes%s"
  363.  
  364. ;   Save message menu.
  365. ;
  366. WT_SaveMsg              " Save the %i lines? "
  367. MI_YesGreat             "Y Yes, it's great stuff "
  368. MI_Kickit               "N No, drop it..   / ESC "
  369. MI_Continue             "C Continue writing      "
  370. MI_Rot13                "R ROT13 Crypting        "
  371. MI_AttrS                "A Change Attributes     "
  372. MI_OrigS                "O Change Origin         "
  373. MI_View                 "V View the message      "
  374.  
  375. ST_SelectDestNode       "Select Destination Node"
  376. ST_EditHeader           "Edit Header Data"
  377.  
  378. ;   Editor menu
  379. ;
  380. WT_Editing              " Editing "
  381. MI_InternalEd           "I Internal Editor "
  382. MI_ExternalEd           "E External Editor "
  383. MI_SaveMessage          "S Save Message    "
  384. MI_AttrO                "A Attributes      "
  385. MI_Template             "T Templates       "
  386. MI_Origin               "O Origins         "
  387. MI_QuitMessage          "Q Quit      / ESC "
  388.  
  389. ;   ZoneGate menu
  390. ;
  391. WT_ZoneGate             " Send via ZoneGate? "
  392. MI_ZoneGateYes          "Y       Yes Please.      "
  393. MI_ZoneGateNo           "N           No!          "
  394.  
  395. ;   The attribute selection menu.
  396. ;
  397. WT_AttrTitle            " Attributes "
  398. MI_Attr01               " Private             <Alt-P>   Archive/Sent         <Alt-B> "
  399. MI_Attr02               " Crash               <Alt-C>   Direct               <Alt-D> "
  400. MI_Attr03               " Received            <Alt-R>   Zonegate             <Alt-G> "
  401. MI_Attr04               " Sent                <Alt-S>   Hub/Host-Route       <Alt-V> "
  402. MI_Attr05               " File Attach         <Alt-A>   Immediate            <Alt-I> "
  403. MI_Attr06               " Transit             <Alt-J>   Xmail                <Alt-X> "
  404. MI_Attr07               " Orphan              <Alt-O>   Erase File/Sent      <Alt-E> "
  405. MI_Attr08               " Kill/Sent           <Alt-K>   Trunc File/Sent      <Alt-T> "
  406. MI_Attr09               " Local               <Alt-W>   Locked               <Alt-L> "
  407. MI_Attr10               " Hold                <Alt-H>   Confirm Rcpt Request <Alt-Y> "
  408. MI_Attr11               " File Request        <Alt-F>   FTSC Reserved        <Alt-1> "
  409. MI_Attr12               " Return Rcpt Request <Alt-M>   QBBS Reserved, Net   <Alt-2> "
  410. MI_Attr13               " Return Rcpt         <Alt-N>   QBBS Reserved, Echo  <Alt-3> "
  411. MI_Attr14               " Audit Request       <Alt-Q>   Squish Scanned       <Alt-4> "
  412. MI_Attr15               " File Update Request <Alt-U>   Zap all attribs      <Alt-Z> "
  413.  
  414. WT_ChangeAttrs          "Change Message Attributes"
  415.  
  416. ;   Header: When entering message numbers directly.
  417. ;
  418. HD_MsgNo                " Msg #:       of %u%s%s%s%s"
  419. HD_MsgNum               " Msg  :       of %u%s%s%s%s"
  420.  
  421. HD_MsgNos               " Msg  : #%u [%u]%s%s%s%s"
  422. HD_MsgNums              " Msg  : %u of %u%s%s%s%s"
  423.  
  424. HD_From                 " From : "
  425. HD_To                   " To   : "
  426. HD_Subj                 " Subj : "
  427. HD_File                 " File : "
  428.  
  429. ;   If an address is via ZoneGate or similar.
  430. ;
  431. HD_Via                  "via"
  432.  
  433.  
  434. ;   ------------------------------------------------------------------
  435. ;   QuickBBS / RemoteAccess
  436. ;   ------------------------------------------------------------------
  437.  
  438. ER_Notopenq             "Could not open the msgbase!"
  439. ER_Nouser               "User must be in the USERS.BBS file!"
  440. ER_NoLRQuser            "User must be in the DBRIDGE.LRQ file!"
  441.  
  442. ST_Scanbase             "Scanning Messagebase (Press ESC to skip)"
  443. ST_RebuildMsgInfo       "Rebuilding MSGINFO.BBS.."
  444.  
  445.  
  446. ;   ------------------------------------------------------------------
  447. ;   Miscellaneous message reading stuff
  448. ;   ------------------------------------------------------------------
  449. ;
  450. ST_ReadMarked           "Read Marked - Msg %u of %u (%u left)"
  451. ST_ReadAll              "Read All - Msg %u of %u (%u left)"
  452.  
  453. MS_FromTwit             "Twit Message - Press <Home> to read."
  454. MS_SkippingTwit         "Skipping Twit Message."
  455.  
  456. WT_HeaderText           " Enter Searchstring (Header+Text) "
  457. WT_HeaderOnly           " Enter Searchstring (Header Only) "
  458.  
  459. ;   Titles for marking menus.
  460. ;
  461. WT_Move                 " Move "
  462. WT_Copy                 " Copy "
  463. WT_Write                " Write "
  464. WT_Delete               " Delete "
  465.  
  466. MI_MarkedMsg            "M Marked Msgs "
  467. MI_CurrentMsg           "C Current Msg "
  468. MI_QuitMsgs             "Q Quit  / ESC "
  469.  
  470. ;   Titles for progress windows.
  471. ;
  472. WT_Moving               " Moving "
  473. WT_Copying              " Copying "
  474. WT_Writing              " Writing "
  475. WT_Deleting             " Deleting "
  476.  
  477. ST_CopyingMsg           "Copying Msg %u of %u to %s"
  478. ST_MovingMsg            "Moving Msg %u of %u to %s"
  479. ST_WritingMsg           "Writing Msg %u of %u"
  480. ST_DeletingMsg          "Deleting Msg %u of %u"
  481.  
  482. WT_WriteMsgs            " Write Msg(s) to File "
  483. WT_WritingFile          " Writing Msg(s) to File %s "
  484. WT_WritingPRN           " Writing Msg(s) to Print Device "
  485.  
  486. ST_WriteMsgsTo          "Write Msg(s) to File or Printer"
  487.  
  488. WT_WriteTo              " Write To: "
  489. MI_Diskfile             "D Disk File    "
  490. MI_Printer              "P Print Device "
  491. MI_QuitWrite            "Q Quit   / ESC "
  492.  
  493. WT_FileExists           " File Exists! "
  494. MI_Append               "A Append to end of file   "
  495. MI_OverWrite            "O Overwrite the file      "
  496. MI_QuitExist            "R Re-enter filename / ESC "
  497.  
  498. ;   Misc. yes/no window titles.
  499. ;
  500. WT_DelOrig              " Delete Original? "
  501. MI_DelOrigYes           "Y       Yes Please.      "
  502. MI_DelOrigNo            "N           No!          "
  503.  
  504. WT_DropMsg              " Drop This Msg? "
  505. MI_DropMsgYes           "Y       Yes Please.      "
  506. MI_DropMsgNo            "N           No!          "
  507.  
  508. WT_DeleteThis           " Delete this msg? "
  509. MI_DeleteYes            "Y       Yes Please.      "
  510. MI_DeleteNo             "N           No!          "
  511. MI_DeleteNoAsk          "D       Don't ask..      "
  512. IL_WarnUnsent           " WARNING! This message is NOT sent! "
  513.  
  514. WT_GotoNext             " Goto Next Area? "
  515. MI_GotoNextYes          "Y       Yes Please.      "
  516. MI_GotoNextNo           "N           No!          "
  517.  
  518. WT_IsReadOnly           " Do it anyway? "
  519. MI_ReadOnlyYes          "Y       Yes Please.      "
  520. MI_ReadOnlyNo           "N           No!          "
  521. IL_ReadOnlyWarn         " WARNING! This area is READ ONLY! "
  522.  
  523. WT_Change               " Change this msg? "
  524. MI_ChangeYes            "Y       Yes Please.      "
  525. MI_ChangeNo             "N           No!          "
  526. IL_ChangeWarn           " WARNING! This msg is NOT from you! "
  527.  
  528.  
  529. ;   Titles in the message lister.
  530. ;
  531. WT_Msg                  "Msg"
  532. WT_MsgReal              "Msg#"
  533. WT_FromL                "From"
  534. WT_ToL                  "To"
  535. WT_SubjL                "Subj"
  536. WT_DateL                "Date"
  537.  
  538. ST_MsgLister           "Lister - Msg %u of %u (%u left)"
  539.  
  540. ;   Copy/Move/Forward menu.
  541. ;
  542. WT_SelectAction         " Action "
  543. MI_ForwardMessage       "F Forward Msg "
  544. MI_MoveMessage          "M Move    Msg "
  545. MI_CopyMessage          "C Copy    Msg "
  546. MI_QuitCMF              "Q Quit  / ESC "
  547.  
  548. ST_CopyMoveForward      "Copy, Move or Forward this message"
  549.  
  550. ;   Marking status line: "<nn> message is/messages are marked".
  551. ;
  552. ST_are                  "messages are"
  553. ST_is                   "message is"
  554. ST_marked               "marked"
  555.  
  556. ;   Marking menu.
  557. ;
  558. WT_MarkWhat             " Mark What? "
  559. MI_Yourmail             "Y Your personal mail     "
  560. MI_FromToSubj           "H Header (From/To/Subj)  "
  561. MI_TextHdr              "T Text and header        "
  562. MI_Thread               "R Reply thread           "
  563. MI_NewMsgs              "N New msgs      >current "
  564. MI_OldMsgs              "O Old msgs      <current "
  565. MI_AllMsgs              "A All msgs               "
  566. MI_Unmark               "U Unmark all msgs        "
  567. MI_Range                "M Msg range (bookm-curr) "
  568. MI_Markstoggle          "g Toggle all marks       "
  569. MI_QuitMarks            "Q Quit             / ESC "
  570.  
  571. ST_MarkingOptions       "Message Marking"
  572.  
  573. WT_EnterMarkString      " Enter Marking String "
  574.  
  575. ST_SearchingMsg         "Searching Msg %u of %u. Marked: %u"
  576. ST_MarkingChain         "Marking Thread. Marked: %u"
  577.  
  578. WT_UserlistName         " Userlist filename? "
  579. IL_GenUserlist          " Generating Userlist "
  580.  
  581. WT_Origins              " Origins "
  582. ST_ChangeOrigin         "Change Default Origin"
  583. IL_NoOrigDefined        " No origins defined. Press key "
  584.  
  585. WT_Usernames            " Usernames "
  586. ST_ChangeUsername       "Change Default Username"
  587. IL_NoUserDefined        " No usernames defined. Press key "
  588.  
  589. WT_Akas                 " AKA's "
  590. ST_ChangeAka            "Change Default Address AKA"
  591. IL_NoAkaDefined         " No AKA's defined. Press key "
  592.  
  593. ST_Templates            " Templates "
  594. WT_ChangeTemplates      "Change Default Template"
  595. IL_NoTplDefined         " No templates defined. Press key "
  596.  
  597.  
  598. ;   ------------------------------------------------------------------
  599. ;   End of the GoldED Language file.
  600. ;   ------------------------------------------------------------------
  601.  
  602.