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