home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / nsnavAu / root.1 / usr / X / lib / X11 / app-defaults / Netscape.example / Netscape
Text File  |  1998-08-19  |  220KB  |  5,216 lines

  1. ! Netscape.ad --- app-defaults file for Netscape 3.04.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32.  
  33. ! Here's how you turn on SGI's Motif hacks:
  34. !Netscape*sgiMode:         True
  35. !Netscape*scheme:          Base
  36. !Netscape*useSchemes:        Colors, Fonts
  37. !Netscape*useEnhancedFSB:     True
  38.  
  39. ! IXI Motif Form widget is broken, don't use it
  40. *useIxiAdds: NONE
  41.  
  42. ! User-Settable Parameters
  43. ! ========================
  44.  
  45. ! This is the directory where Netscape finds external files such as icons.
  46. !
  47. *appDir:            /@LOC_LANG@/netscape
  48.  
  49. ! This resource is the same as the -visual command line option, which selects
  50. ! an X visual on which the windows should be created.  Legal options are:
  51. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  52. ! use whatever the server says is the default visual; a visual class (like
  53. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  54. ! a particular visual (in case there is more than one visual of a particular
  55. ! class.)  "Best" is probably the right choice.
  56. !
  57. *visualID:            Best
  58.  
  59. ! Whether Netscape should install a private colormap.  This will cause the
  60. ! maximal number of colors to be used, but on most systems, will result in
  61. ! unpleasant colormap flashing when switching between applications.  Legal
  62. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  63. ! if we know that the display hardware supports multiple simultaneous
  64. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  65. ! that means install the map when displaying on an SGI screen, and don't
  66. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  67. ! do you uniquely identify that capability?  Let me know.)
  68. !
  69. *installColormap:        Guess
  70.  
  71. ! The maximum number of color cells to allocate per image; this is only
  72. ! relevant when using the default colormap of a PseudoColor visual.
  73. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  74. ! that we can allocate, the better images will look.)  This controls only
  75. ! the number of colors allocated for internal images - a few more colors
  76. ! will be allocated for the fluff and chrome that comes with Motif.
  77. !
  78. *maxImageColors:        0
  79.  
  80. ! Set this to false to disable the <BLINK> tag.
  81. *blinkingEnabled:        True
  82.  
  83. ! Whether the Exit menu item should confirm first.
  84. *confirmExit:            False
  85.  
  86. ! Mouse cursor when over an anchor.
  87. *linkCursor:            hand2
  88.  
  89. ! Mouse cursor when awaiting a reply.
  90. *busyCursor:            watch
  91.  
  92. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  93. *saveNextLinkCursor:        hand2
  94.  
  95. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  96. *saveNextNonlinkCursor:        crosshair
  97.  
  98. ! How quickly (in seconds) the status messages should update.
  99. *progressInterval:        1
  100.  
  101. ! How quickly (in milliseconds) the run light and/or logo should animate.
  102. *busyBlinkRate:            500
  103. *animRate:            166
  104.  
  105. ! How often (in seconds) the global history, bookmarks, and disk cache
  106. ! files should be updated.
  107. *saveHistoryInterval:        600
  108.  
  109. ! How many pixels of motion must occur before a mouse-release is interpreted
  110. ! as a "drag" rather than a "click."
  111. *hysteresis:            3
  112.  
  113. ! These resources control whether Netscape should redirect its stdout and
  114. ! stderr streams to a dialog box, so that diagnostics reported by other
  115. ! programs launched by Netscape (for example, external viewers specified in
  116. ! a mailcap file) will be reported to the user through a dialog box,
  117. ! instead of simply showing up on the stdout/stderr of the controlling
  118. ! terminal of Netscape (which in many cases won't even be visible.)
  119. !
  120. ! If you have a external viewer which produces an annoying amount of output
  121. ! even when it has nothing interesting to say, you can shut it up by
  122. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  123. ! you could add the following to your .mailcap file:
  124. !
  125. !        video/mpeg; mpeg_play %s 2>&-
  126. !
  127. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  128. ! If you find a need to let one or both of them continue on to the actual
  129. ! terminal of Netscape, you can do it by setting these resources to False.
  130. !
  131. *useStderrDialog:        True
  132. *useStdoutDialog:        True
  133.  
  134. ! For those MIME content-encodings which are not directly understood
  135. ! internally, it is possible to specify another Unix program to use as
  136. ! a filter here.
  137. !
  138. ! Each line in the encodingFilters resource consists of four fields,
  139. ! separated by colons and optional whitespace:
  140. !
  141. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  142. !
  143. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  144. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  145. !                  PRINTABLE are built-in; no need to specify those.)
  146. !
  147. ! output-encoding: The encoding that results from this transformation.
  148. !                  Leaving this empty is usually appropriate.
  149. !
  150. ! extensions:      A comma-separated list of the extensions typically used for
  151. !                  files in this encoding; if a document ends in one of these
  152. !                  extensions, then when that document is saved to disk, the
  153. !                  extension will be stripped off of the default file name
  154. !                  (since documents are decoded before they are saved, and the
  155. !                  extension would no longer accurately describe the file.)
  156. !
  157. ! filter-command:  A shell command which reads from stdin and writes to stdout
  158. !                  which does the actual decoding.
  159. !
  160. *encodingFilters:                  \
  161.     x-compress :  : .Z     : uncompress -c    \n\
  162.     compress   :  : .Z     : uncompress -c    \n\
  163.     x-gzip     :  : .z,.gz : gzip -cdq    \n\
  164.     gzip       :  : .z,.gz : gzip -cdq    \n
  165.  
  166.  
  167. ! Too many servers have bugs in the implementation of window gravity for
  168. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  169. ! if we are able to make use of window gravity, but on many X servers, it
  170. ! results in form items being scattered randomly all over the document.
  171. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  172. ! "Guess", we run some tests and try to decide whether the X server is
  173. ! broken or partially broken.
  174. !
  175. ! If you find yourself needing to use a value here other than Guess,
  176. ! please tell us, so that we can make it guess correctly in the future.
  177. !
  178. *windowGravityWorks:        Guess
  179.  
  180.  
  181. ! Colors
  182. !
  183. ! This resource controls the foreground text color of unfollowed links 
  184. ! (links which have not yet been visited.)
  185. !
  186. *linkForeground:            #0000EE
  187.  
  188. ! This resource controls the foreground text color of followed links 
  189. ! (links which have already been visited.)
  190. !
  191. *vlinkForeground:            #551A8B
  192.  
  193. ! This resource controls the foreground text color of activated links 
  194. ! (links which are in the process of being clicked upon.)
  195. !
  196. *alinkForeground:            #FF0000
  197.  
  198. ! These resources control the foreground and background colors of text
  199. ! which has been selected with the mouse.
  200. !
  201. *selectForeground:            #000000
  202. *selectBackground:            #FFFFCC
  203.  
  204. ! These resources control the foreground and background colors of normal text.
  205. !
  206. *defaultForeground:            #000000
  207. *defaultBackground:            #C0C0C0
  208.  
  209. ! This resource may be used to specify a default background image.  It should
  210. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  211. ! then the default background color will be used instead.
  212. !
  213. *defaultBackgroundImage:        
  214.  
  215. ! Normally, the user-specified colors and backgrounds will only be used when
  216. ! viewing documents which did not specify their own colors and backgrounds.
  217. ! If this resource is set to False, then the user-specified colors and
  218. ! backgrounds will always be used, regardless of the options specified in 
  219. ! the document itself.
  220. !
  221. *documentColorsHavePriority:        True
  222.  
  223.  
  224. ! Geometry
  225. !
  226. ! Here's how you set the default sizes and positions of the Netscape windows:
  227. !
  228. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  229. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  230. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  231. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  232. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  233. ! For the address book window:  Netscape.AddressBook.geometry: =300x900-300-0
  234. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  235. !
  236. ! In previous versions of Netscape, we suggested setting the geometry on the
  237. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  238. ! top-level Netscape windows, including bookmarks and message composition and
  239. ! so on, which is probably not what you want.
  240. !
  241. ! To set the sizes of the panes and columns in the mail and news windows, 
  242. ! change them to the layout you like, and then select "Options/Save Options".
  243. ! (To change the fonts in the message lists, search below for the resource
  244. ! that begins with "XmLGrid*fontList".)
  245.  
  246.  
  247.  
  248. ! Translations
  249. !
  250. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  251. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  252. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  253. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  254. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  255. ! All praise the X keyboard model!
  256. !
  257. ! And because of the need to do this, we have to do all of the keyboard
  258. ! equivalents with "translations" instead of "accelerators", since a menu
  259. ! item can only have one accelerator, and in order to make both Meta and Alt
  260. ! work we need to give them each two.  All praise Motif!
  261.  
  262.  
  263. ! Keybindings in the main window which correspond to menu items.
  264. ! These are installed on every widget which is a child of our Shell,
  265. ! and are not installed on popups/transients.
  266. !
  267. *globalTranslations:            #override            \n\
  268.                                     \
  269.     Meta ~Ctrl<Key>A:        addBookmark()            \n\
  270.      Alt ~Ctrl<Key>A:        addBookmark()            \n\
  271.     Meta ~Ctrl<Key>B:        viewBookmark()            \n\
  272.      Alt ~Ctrl<Key>B:        viewBookmark()            \n\
  273.     Meta ~Ctrl<Key>C:        copy()                \n\
  274.      Alt ~Ctrl<Key>C:        copy()                \n\
  275.     Meta ~Ctrl<Key>D:        undefined-key()            \n\
  276.      Alt ~Ctrl<Key>D:        undefined-key()            \n\
  277.     Meta ~Ctrl<Key>E:        undefined-key()            \n\
  278.      Alt ~Ctrl<Key>E:        undefined-key()            \n\
  279.     Meta ~Ctrl<Key>F:        find()                \n\
  280.      Alt ~Ctrl<Key>F:        find()                \n\
  281.     Meta ~Ctrl<Key>G:        findAgain()            \n\
  282.      Alt ~Ctrl<Key>G:        findAgain()            \n\
  283.     Meta ~Ctrl<Key>H:        history()            \n\
  284.      Alt ~Ctrl<Key>H:        history()            \n\
  285.     Meta ~Ctrl<Key>I:        loadImages()            \n\
  286.      Alt ~Ctrl<Key>I:        loadImages()            \n\
  287.     Meta ~Ctrl<Key>J:        undefined-key()            \n\
  288.      Alt ~Ctrl<Key>J:        undefined-key()            \n\
  289.     Meta ~Ctrl<Key>K:        undefined-key()            \n\
  290.      Alt ~Ctrl<Key>K:        undefined-key()            \n\
  291.     Meta ~Ctrl<Key>L:        openURL()            \n\
  292.      Alt ~Ctrl<Key>L:        openURL()            \n\
  293.     Meta ~Ctrl<Key>M:        mailNew()            \n\
  294.      Alt ~Ctrl<Key>M:        mailNew()            \n\
  295.     Meta ~Ctrl<Key>N:        new()                \n\
  296.      Alt ~Ctrl<Key>N:        new()                \n\
  297.     Meta ~Ctrl<Key>O:        openFile()            \n\
  298.      Alt ~Ctrl<Key>O:        openFile()            \n\
  299.     Meta ~Ctrl<Key>P:        print()                \n\
  300.      Alt ~Ctrl<Key>P:        print()                \n\
  301.     Meta ~Ctrl<Key>Q:        exit()                \n\
  302.      Alt ~Ctrl<Key>Q:        exit()                \n\
  303.     Meta ~Ctrl<Key>R:        reload()            \n\
  304.      Alt ~Ctrl<Key>R:        reload()            \n\
  305.     Meta ~Ctrl<Key>S:        saveAs()            \n\
  306.      Alt ~Ctrl<Key>S:        saveAs()            \n\
  307.     Meta ~Ctrl<Key>U:        undefined-key()            \n\
  308.      Alt ~Ctrl<Key>U:        undefined-key()            \n\
  309.     Meta ~Ctrl<Key>V:        paste()                \n\
  310.      Alt ~Ctrl<Key>V:        paste()                \n\
  311.     Meta ~Ctrl<Key>W:        delete()            \n\
  312.      Alt ~Ctrl<Key>W:        delete()            \n\
  313.     Meta ~Ctrl<Key>X:        cut()                \n\
  314.      Alt ~Ctrl<Key>X:        cut()                \n\
  315.     Meta ~Ctrl<Key>Y:        paste()                \n\
  316.      Alt ~Ctrl<Key>Y:        paste()                \n\
  317.     Meta ~Ctrl<Key>Z:        undo()                \n\
  318.      Alt ~Ctrl<Key>Z:        undo()                \n\
  319.                                     \
  320.     Meta ~Ctrl<Key>1:        historyItem(1)            \n\
  321.      Alt ~Ctrl<Key>1:        historyItem(1)            \n\
  322.     Meta ~Ctrl<Key>2:        historyItem(2)            \n\
  323.      Alt ~Ctrl<Key>2:        historyItem(2)            \n\
  324.     Meta ~Ctrl<Key>3:        historyItem(3)            \n\
  325.      Alt ~Ctrl<Key>3:        historyItem(3)            \n\
  326.     Meta ~Ctrl<Key>4:        historyItem(4)            \n\
  327.      Alt ~Ctrl<Key>4:        historyItem(4)            \n\
  328.     Meta ~Ctrl<Key>5:        historyItem(5)            \n\
  329.      Alt ~Ctrl<Key>5:        historyItem(5)            \n\
  330.     Meta ~Ctrl<Key>6:        historyItem(6)            \n\
  331.      Alt ~Ctrl<Key>6:        historyItem(6)            \n\
  332.     Meta ~Ctrl<Key>7:        historyItem(7)            \n\
  333.      Alt ~Ctrl<Key>7:        historyItem(7)            \n\
  334.     Meta ~Ctrl<Key>8:        historyItem(8)            \n\
  335.      Alt ~Ctrl<Key>8:        historyItem(8)            \n\
  336.     Meta ~Ctrl<Key>9:        historyItem(9)            \n\
  337.      Alt ~Ctrl<Key>9:        historyItem(9)            \n\
  338.                                     \
  339.     Meta ~Ctrl<Key>osfLeft:        back()                \n\
  340.      Alt ~Ctrl<Key>osfLeft:        back()                \n\
  341.     Meta ~Ctrl<Key>osfRight:    forward()            \n\
  342.      Alt ~Ctrl<Key>osfRight:    forward()            \n\
  343.           <Key>osfCancel:    abort()                \n\
  344.                                     \
  345.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  346.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  347.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  348.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  349.  
  350.  
  351.  
  352. ! These keysyms are apparently an R6ism.
  353. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  354. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  355.  
  356.  
  357. ! Translations in the Mail & News window.
  358. ! Things here override the global translations (which are loaded first.)
  359. ! This changes:
  360. !    Alt+A from "Add Bookmark" to "Select All"
  361. !    Alt+H from "View History" to "Deliver Mail Now"
  362. !    Alt+L from "Open URL" to "Forward Message"
  363. !    Alt+R from "Reload" to "Reply to Sender"
  364. !    Alt+O from "Open File" to undefined
  365. !    Alt+S from "Save As" to undefined
  366. !
  367. ! This adds:
  368. !    Alt+Shift+A for "Select Thread"
  369. !    Alt+T for "Get New Mail"
  370. !    Alt+K for "Compress Folder"
  371. !    Alt+Shift+R for "Reply to All"
  372. !    Alt+D for "Delete Message"
  373. !    Alt+E for "Redo"
  374. !
  375. ! Alt arrow keys select previous/next.
  376. ! Alt+Shift arrow keys select previous/next unread.
  377. ! Meta+Shift arrow keys select previous/next marked.
  378. !
  379. *mailnewsGlobalTranslations:        #override            \
  380.     <Btn3Down>:            mailNewsPopup()            \n\
  381.     Meta ~Ctrl ~Shift <Key>a:    selectAll()            \n\
  382.      Alt ~Ctrl ~Shift <Key>a:    selectAll()            \n\
  383.     Meta ~Ctrl Shift <Key>a:    selectThread()            \n\
  384.      Alt ~Ctrl Shift <Key>a:    selectThread()            \n\
  385.     Meta ~Ctrl ~Shift <Key>d:    deleteMessage()            \n\
  386.      Alt ~Ctrl ~Shift <Key>d:    deleteMessage()            \n\
  387.     Meta ~Ctrl Shift <Key>d:    forwardMessageQuoted()        \n\
  388.      Alt ~Ctrl Shift <Key>d:    forwardMessageQuoted()        \n\
  389.     Meta ~Ctrl<Key>E:        redo()                \n\
  390.      Alt ~Ctrl<Key>E:        redo()                \n\
  391.     Meta ~Ctrl<Key>H:        deliverQueuedMessages()        \n\
  392.      Alt ~Ctrl<Key>H:        deliverQueuedMessages()        \n\
  393.     Meta ~Ctrl<Key>K:        compressFolder()        \n\
  394.      Alt ~Ctrl<Key>K:        compressFolder()        \n\
  395.     Meta ~Ctrl<Key>L:        forwardMessage()        \n\
  396.      Alt ~Ctrl<Key>L:        forwardMessage()        \n\
  397.     Meta ~Ctrl<Key>O:        openFolder()            \n\
  398.      Alt ~Ctrl<Key>O:        openFolder()            \n\
  399.     Meta ~Ctrl ~Shift <Key>r:    reply()                \n\
  400.      Alt ~Ctrl ~Shift <Key>r:    reply()                \n\
  401.     Meta ~Ctrl Shift <Key>r:    replyAll()            \n\
  402.      Alt ~Ctrl Shift <Key>r:    replyAll()            \n\
  403.     Meta ~Ctrl<Key>S:        saveMessageAs()            \n\
  404.      Alt ~Ctrl<Key>S:        saveMessageAs()            \n\
  405.     Meta ~Ctrl<Key>T:        getNewMail()            \n\
  406.      Alt ~Ctrl<Key>T:        getNewMail()            \n\
  407.                                     \
  408.     Meta ~Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  409.      Alt ~Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  410.     Meta ~Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  411.      Alt ~Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  412.     Meta ~Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  413.      Alt ~Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  414.     Meta ~Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  415.      Alt ~Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  416.                                     \
  417.     Meta ~Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  418.      Alt ~Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  419.     Meta ~Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  420.      Alt ~Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  421.     Meta ~Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  422.      Alt ~Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  423.     Meta ~Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  424.      Alt ~Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  425.                                     \
  426.     Ctrl Shift <Key>Up:        selectPreviousMarkedMessage()    \n\
  427.     Ctrl Shift <Key>Up:        selectPreviousMarkedMessage()    \n\
  428.     Ctrl Shift <Key>osfUp:        selectPreviousMarkedMessage()    \n\
  429.     Ctrl Shift <Key>osfUp:        selectPreviousMarkedMessage()    \n\
  430.     Ctrl Shift <Key>Down:        selectNextMarkedMessage()    \n\
  431.     Ctrl Shift <Key>Down:        selectNextMarkedMessage()    \n\
  432.     Ctrl Shift <Key>osfDown:    selectNextMarkedMessage()    \n\
  433.     Ctrl Shift <Key>osfDown:    selectNextMarkedMessage()    \n\
  434.                                     \
  435.     Meta ~Ctrl<Key>1:        undefined-key()            \n\
  436.      Alt ~Ctrl<Key>1:        undefined-key()            \n\
  437.     Meta ~Ctrl<Key>2:        undefined-key()            \n\
  438.      Alt ~Ctrl<Key>2:        undefined-key()            \n\
  439.     Meta ~Ctrl<Key>3:        undefined-key()            \n\
  440.      Alt ~Ctrl<Key>3:        undefined-key()            \n\
  441.     Meta ~Ctrl<Key>4:        undefined-key()            \n\
  442.      Alt ~Ctrl<Key>4:        undefined-key()            \n\
  443.     Meta ~Ctrl<Key>5:        undefined-key()            \n\
  444.      Alt ~Ctrl<Key>5:        undefined-key()            \n\
  445.     Meta ~Ctrl<Key>6:        undefined-key()            \n\
  446.      Alt ~Ctrl<Key>6:        undefined-key()            \n\
  447.     Meta ~Ctrl<Key>7:        undefined-key()            \n\
  448.      Alt ~Ctrl<Key>7:        undefined-key()            \n\
  449.     Meta ~Ctrl<Key>8:        undefined-key()            \n\
  450.      Alt ~Ctrl<Key>8:        undefined-key()            \n\
  451.     Meta ~Ctrl<Key>9:        undefined-key()            \n\
  452.      Alt ~Ctrl<Key>9:        undefined-key()            \n
  453.  
  454.  
  455. ! Translations in the MailCompose window.
  456. ! These are used instead of globalTranslations.
  457. !
  458. *mailcomposeGlobalTranslations:        #override            \
  459.                                     \
  460.     Meta ~Ctrl<Key>B:        viewBookmark()            \n\
  461.      Alt ~Ctrl<Key>B:        viewBookmark()            \n\
  462.     Meta ~Ctrl<Key>C:        copy()                \n\
  463.      Alt ~Ctrl<Key>C:        copy()                \n\
  464.     Meta ~Ctrl<Key>Return:        sendMail()            \n\
  465.      Alt ~Ctrl<Key>Return:        sendMail()            \n\
  466.     Meta ~Ctrl<Key>V:        paste()                \n\
  467.      Alt ~Ctrl<Key>V:        paste()                \n\
  468.     Meta ~Ctrl<Key>W:        delete()            \n\
  469.      Alt ~Ctrl<Key>W:        delete()            \n\
  470.     Meta ~Ctrl<Key>X:        cut()                \n\
  471.      Alt ~Ctrl<Key>X:        cut()                \n\
  472.     Meta ~Ctrl<Key>Y:        paste()                \n\
  473.      Alt ~Ctrl<Key>Y:        paste()                \n\
  474.     Meta ~Ctrl<Key>Z:        undo()                \n\
  475.      Alt ~Ctrl<Key>Z:        undo()                \n
  476.  
  477.  
  478. ! Translations in the Bookmarks and Adderssbook window.
  479. ! These translations are used instead of globalTranslations.
  480. ! None of the key *semantics* of globalTranslations are changed here,
  481. ! only the actions bound.  (And inapplicable actions are not present.)
  482. !
  483. *bmGlobalTranslations:            #override            \
  484.     <Btn3Down>:            BookmarkPopup()            \n\
  485.     Meta ~Ctrl<Key>C:        bmcopy()            \n\
  486.      Alt ~Ctrl<Key>C:        bmcopy()            \n\
  487.     Meta ~Ctrl<Key>D:        bmdeleteItem()            \n\
  488.      Alt ~Ctrl<Key>D:        bmdeleteItem()            \n\
  489.     Meta ~Ctrl<Key>E:        bmredo()            \n\
  490.      Alt ~Ctrl<Key>E:        bmredo()            \n\
  491.     Meta ~Ctrl<Key>F:        bmfind()            \n\
  492.      Alt ~Ctrl<Key>F:        bmfind()            \n\
  493.     Meta ~Ctrl<Key>G:        bmfindAgain()            \n\
  494.      Alt ~Ctrl<Key>G:        bmfindAgain()            \n\
  495.     Meta ~Ctrl<Key>M:        bmmailMessage()            \n\
  496.      Alt ~Ctrl<Key>M:        bmmailMessage()            \n\
  497.     Meta ~Ctrl<Key>S:        bmsaveAs()            \n\
  498.      Alt ~Ctrl<Key>S:        bmsaveAs()            \n\
  499.     Meta ~Ctrl<Key>V:        bmpaste()            \n\
  500.      Alt ~Ctrl<Key>V:        bmpaste()            \n\
  501.     Meta ~Ctrl<Key>W:        bmclose()            \n\
  502.      Alt ~Ctrl<Key>W:        bmclose()            \n\
  503.     Meta ~Ctrl<Key>X:        bmcut()                \n\
  504.      Alt ~Ctrl<Key>X:        bmcut()                \n\
  505.     Meta ~Ctrl<Key>Y:        bmpaste()            \n\
  506.      Alt ~Ctrl<Key>Y:        bmpaste()            \n\
  507.     Meta ~Ctrl<Key>Z:        bmundo()            \n\
  508.      Alt ~Ctrl<Key>Z:        bmundo()            \n
  509.  
  510. !
  511. ! Translations for document source window
  512. *dialogGlobalTranslations:        #override            \n\
  513.                                     \
  514.     Meta ~Ctrl<Key>W:        delete()            \n\
  515.      Alt ~Ctrl<Key>W:        delete()            \n
  516.  
  517.  
  518.  
  519. ! Mouse bindings in the HTML display area.
  520. *drawingArea.translations:        #replace            \
  521.     <Btn1Down>:            ArmLink()            \n\
  522.     <Btn2Down>:            ArmLink()            \n\
  523.     ~Shift<Btn1Up>:            ActivateLink()            \
  524.                     DisarmLink()            \n\
  525.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  526.                     DisarmLink()            \n\
  527.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  528.                     DisarmLink()            \n\
  529.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  530.                     DisarmLink()            \n\
  531.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  532.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  533.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  534.     <Motion>:            DescribeLink()            \n\
  535.     <Btn3Down>:            CommandMenu()            \n
  536.  
  537. *drawingArea*XmList.highlightThickness:    2
  538.  
  539.  
  540. ! Some basic emacs-like bindings for text fields.
  541. !
  542. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  543. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  544. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  545. ! These resources are merged in after "globalTranslations", so it is possible
  546. ! for them to override the menu accelerators.
  547. !
  548. ! Problems:
  549. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  550. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  551. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  552. !    leave the word highlighted (though it does leave a region set.)
  553. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  554. !
  555. !  NOTE: if you're looking here because BackSpace and Delete aren't
  556. !     working the way you think they should, then you need to run
  557. !     xmodmap or xkeycaps to fix your keyboard, or mess read the man
  558. !     page forVirualBindings(1).  For details, see the Netscape FAQ
  559. !     (available from the Help menu.)
  560. !
  561. *editingTranslations:            #override            \n\
  562.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  563.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  564.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  565.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  566.     ~Meta ~Alt      Ctrl<Key>d:    delete-next-character()        \n\
  567.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  568.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  569.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  570.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  571.     ~Meta ~Alt      Ctrl<Key>g:    process-cancel()        \n\
  572.     ~Meta ~Alt      Ctrl<Key>h:    delete-previous-character()    \n\
  573.     ~Meta ~Alt      Ctrl<Key>space: set-anchor()            \n\
  574.     ~Meta ~Alt      Ctrl<Key>2:    set-anchor()            \n\
  575.     ~Meta ~Alt      Ctrl<Key>@:    set-anchor()            \n\
  576.                                     \
  577.     Meta ~Ctrl ~Shift<Key>b:    backward-word()            \n\
  578.      Alt ~Ctrl ~Shift<Key>b:    backward-word()            \n\
  579.     Meta ~Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  580.      Alt ~Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  581.     Meta ~Ctrl ~Shift<Key>f:    forward-word()            \n\
  582.      Alt ~Ctrl ~Shift<Key>f:    forward-word()            \n\
  583.     Meta ~Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  584.      Alt ~Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  585.     Meta ~Ctrl     <Key>w:    copy-clipboard()        \n\
  586.      Alt ~Ctrl     <Key>w:    copy-clipboard()        \n\
  587.     Meta ~Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  588.      Alt ~Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  589.     Meta ~Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  590.      Alt ~Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  591.     Meta ~Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  592.      Alt ~Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  593.     Meta ~Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  594.      Alt ~Ctrl  Shift<Key>osfRight:forward-word(extend)        \n
  595.  
  596. ! Translations that apply only to single-line fields; see above.
  597. !
  598. ! Ctrl-U clears the current line only in single-line fields.  Unix
  599. ! command-line weenies expect this, even though everyone knows Ctrl-U
  600. ! should mean "prefix argument".
  601. !
  602. ! In single-line fields, the various killing commands are really deletion
  603. ! commands instead (that is, they don't affect the Clipboard and are not
  604. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  605. ! kill commands -- only the XmText widget does.  (What the hell is up with
  606. ! that...)  Maybe we could get around this by never using XmTextField, and
  607. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  608. ! have other unexpected effects...
  609. !
  610. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  611. ! but that doesn't work, because forward-word takes the whitespace after the
  612. ! word as well, instead of stopping before the whitespace.
  613. !
  614. ! Similarly, Ctrl-k can't be implemented with
  615. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  616. ! because that has the side effect of (temporarily) owning the selection,
  617. ! which would make it impossible to: select text in another application;
  618. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  619. ! because C-k would have cleared the selection.
  620. !
  621. *singleLineEditingTranslations:        #override            \n\
  622.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  623.                     delete-to-end-of-line()        \n\
  624.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  625.     ~Meta ~Alt Ctrl<Key>l:        refresh()            \n\
  626.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  627.                     delete-selection()        \n\
  628.     ~Meta ~Alt Ctrl<Key>y:        paste-clipboard()        \n\
  629.     Meta ~Ctrl     <Key>d:    delete-next-word()        \n\
  630.      Alt ~Ctrl     <Key>d:    delete-next-word()        \n\
  631.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  632.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  633.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  634.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n
  635.  
  636. ! Translations that apply only to multi-line fields; see above.
  637. ! Most of these are here because they are commands that only apply when
  638. ! the text area has multiple lines in it, but see above comment about
  639. ! "kill" commands versus "delete" commands.
  640. !
  641. *multiLineEditingTranslations:        #override            \n\
  642.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  643.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  644.     ~Meta ~Alt Ctrl<Key>y:        unkill()            \n\
  645.     Meta ~Ctrl     <Key>d:    kill-next-word()        \n\
  646.      Alt ~Ctrl     <Key>d:    kill-next-word()        \n\
  647.     ~Meta ~Alt      Ctrl<Key>l:    redraw-display() refresh()    \n\
  648.     Meta ~Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  649.      Alt ~Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  650.     Meta ~Ctrl<Key>osfDelete:    kill-next-word()        \n\
  651.      Alt ~Ctrl<Key>osfDelete:    kill-next-word()        \n\
  652.                                     \
  653.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  654.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  655.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  656.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  657.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  658.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  659.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  660.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  661.     Meta ~Ctrl ~Shift<Key>v:    previous-page()            \n\
  662.      Alt ~Ctrl ~Shift<Key>v:    previous-page()            \n\
  663.     Meta ~Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  664.      Alt ~Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  665.      Alt ~Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  666.     Meta ~Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  667.      Alt ~Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  668.     Meta ~Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  669.      Alt ~Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  670.     Meta ~Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  671.      Alt ~Ctrl  Shift<Key>]:    forward-paragraph(extend)    \n\
  672.     Meta ~Ctrl  Shift<Key>[:    forward-paragraph(extend)    \n\
  673.      Alt ~Ctrl     <Key><:    set-anchor()            \
  674.                     beginning-of-file()        \n\
  675.     Meta ~Ctrl     <Key><:    set-anchor()            \
  676.                     beginning-of-file()        \n\
  677.      Alt ~Ctrl     <Key>>:    set-anchor()            \
  678.                     end-of-file()            \n\
  679.     Meta ~Ctrl     <Key>>:    set-anchor()            \
  680.                     end-of-file()            \n\
  681.     ~Alt  Ctrl     <Key><:    set-anchor()            \
  682.                     beginning-of-file(extend)    \n\
  683.        ~Meta  Ctrl     <Key><:    set-anchor()            \
  684.                     beginning-of-file(extend)    \n\
  685.     ~Alt  Ctrl     <Key>>:    set-anchor()            \
  686.                     end-of-file(extend)        \n\
  687.        ~Meta  Ctrl     <Key>>:    set-anchor()            \
  688.                     end-of-file(extend)        \n\
  689.     Ctrl  <Key>/:            undefined-key()            \n
  690.  
  691. ! Since these get merged in first, all the other bindings override them.
  692. ! This is just so that undefined non-self-inserting keys beep.
  693. ! (Except that this doesn't really work that well, so nevermind.)
  694. !*XmText.translations:        #override                \
  695. !            Ctrl <Key>:    undefined-key()            \n\
  696. !            Meta <Key>:    undefined-key()            \n\
  697. !             Alt <Key>:    undefined-key()            \n
  698. !*XmTextField.translations:    #override                \
  699. !            Ctrl <Key>:    undefined-key()            \n\
  700. !            Meta <Key>:    undefined-key()            \n\
  701. !             Alt <Key>:    undefined-key()            \n
  702.  
  703.  
  704. ! We merge these translations into all text fields which are not the
  705. ! bottommost text field in a dialog box (transient popup.)  This is so that
  706. ! hitting `return' in a text field will select the next text field if there
  707. ! is one, and will select the "OK" button if there are no more.
  708. !
  709. *nonterminalTextTranslations:    #override                \n\
  710.     <Key>Return:        next-tab-group()            \n\
  711.     <Key>Linefeed:        next-tab-group()            \n
  712.  
  713. ! This is used for self-submitting text fields in HTML forms (not popups.)
  714. ! We don't need to store these in to dialog box text fields, since in that
  715. ! case we are able to simply avoid storing in the above ones, but we don't
  716. ! know that until too late with forms.
  717. *terminalTextTranslations:    #override                \n\
  718.     <Key>Return:        activate()                \n\
  719.     <Key>Linefeed:        activate()                \n
  720.  
  721.  
  722. ! These translations are installed on every TextField widget in the main tree,
  723. ! but *not* on text fields in dialogs, or in the mail composition window
  724. ! (that's the difference between this and singleLineEditingTranslations.)
  725. *globalTextFieldTranslations:        #override            \n\
  726.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  727.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  728.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  729.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  730.  
  731. ! These keysyms are apparently an R6ism.
  732. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  733. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  734.  
  735.  
  736. ! We install these on every widget in the main tree (but not popups) that isn't
  737. ! a Text or TextField or List.These, basically, are motion commands that ought
  738. ! to apply to the HTML display area unless some text field or List has focus,
  739. ! in which case they ought to apply to the text in that text field instead.
  740. ! Doesn't all this crap just make you want to hurl?
  741. *globalNonTextTranslations:        #override            \n\
  742.     ~Meta ~Alt ~Ctrl<Key>space:    Spacebar()            \n\
  743.                                       \
  744.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  745.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  746.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  747.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  748.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  749.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  750.                                       \
  751.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  752.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  753.      Meta  Ctrl<Key>f:        fishcam()            \n\
  754.       Alt  Ctrl<Key>f:        fishcam()            \n\
  755.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  756.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  757.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  758.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  759.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  760.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  761.                                       \
  762.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  763.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  764.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  765.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  766.  
  767. ! These keysyms are apparently an R6ism.
  768. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  769. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  770. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  771. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  772. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  773. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  774.  
  775. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  776. ! Editor mouse translations
  777. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  778. *editorDrawingArea.translations: #replace \
  779.     <Btn1Down>:  editor-click(single, *, editor-grab-focus,,        \
  780.                               double, image, editor-dialog,image,,  \
  781.                               double, hrule, editor-dialog,hrule,,  \
  782.                               double, target,editor-dialog,target,, \
  783.                               double, tag,   editor-dialog,tag,,    \
  784.                               double, text,  editor-select-word)    \n\
  785.     <Btn1Motion>: editor-extend-adjust()                            \n\
  786.     <Btn1Up>:     editor-extend-end()                               \n\
  787.     <Btn2Down>:   editor-extend-start()                             \n\
  788.     <Btn2Motion>: editor-extend-adjust()                            \n\
  789.     <Btn2Up>:     editor-extend-end()                               \n\
  790.     <Btn3Down>:   editor-popup-menu()                               \n\
  791.     <Motion>:     editor-motion()                                   \n
  792.  
  793. ! Editor keyboard translations.
  794. *editorTranslations:              #override                \n\
  795.                                         \
  796.     Meta ~Ctrl<Key>l:        editor-open-location()                \n\
  797.      Alt ~Ctrl<Key>l:        editor-open-location()                \n\
  798.     Meta ~Ctrl<Key>o:        editor-open-file()                 \n\
  799.      Alt ~Ctrl<Key>o:        editor-open-file()                 \n\
  800.     Meta ~Ctrl<Key>N:        editor-new()                \n\
  801.      Alt ~Ctrl<Key>N:        editor-new()                \n\
  802.     Meta ~Ctrl<Key>s:        editor-save()                \n\
  803.      Alt ~Ctrl<Key>s:        editor-save()                \n\
  804.     Meta ~Ctrl<Key>w:        editor-delete()                \n\
  805.      Alt ~Ctrl<Key>w:        editor-delete()                \n\
  806.     Meta ~Ctrl<Key>r:        editor-reload()                \n\
  807.      Alt ~Ctrl<Key>r:        editor-reload()                \n\
  808.     Meta ~Ctrl Shift<Key>r:        editor-reload(super)            \n\
  809.      Alt ~Ctrl Shift<Key>r:        editor-reload(super)            \n\
  810.     Meta ~Ctrl<Key>M:        mailNew()                \n\
  811.      Alt ~Ctrl<Key>M:        mailNew()                \n\
  812.     Meta ~Ctrl<Key>P:        print()                    \n\
  813.      Alt ~Ctrl<Key>P:        print()                    \n\
  814.     Meta ~Ctrl<Key>Q:        exit()                    \n\
  815.      Alt ~Ctrl<Key>Q:        exit()                    \n\
  816.     Meta ~Ctrl<Key>.:        editor-edit-source()                \n\
  817.                                         \
  818.     Meta ~Ctrl ~Alt<Key>osfHelp:    editor-debug()                \n\
  819.     Ctrl Shift<Key>d:        editor-debug()                \n\
  820.                                         \
  821.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  822.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  823.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()    \n\
  824.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()    \n\
  825.                                     \
  826.     ~Meta ~Alt ~Ctrl<Key>Up:    editor-process-up()            \n\
  827.     ~Meta ~Alt ~Ctrl<Key>Down:    editor-process-down()            \n\
  828.     ~Meta ~Alt ~Ctrl<Key>osfUp:    editor-process-up()            \n\
  829.     ~Meta ~Alt ~Ctrl<Key>osfDown:    editor-process-down()            \n\
  830.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    editor-backward-character()        \n\
  831.     ~Meta ~Alt ~Ctrl<Key>osfRight:    editor-forward-character()        \n\
  832.                                         \
  833.     :~Meta ~Alt ~Ctrl <Key>Delete:       editor-delete-next-character()    \n\
  834.     :~Meta ~Alt ~Ctrl <Key>BackSpace:     editor-delete-previous-character()\n\
  835.     :~Meta ~Alt ~Ctrl <Key>osfDelete:     editor-delete-next-character()    \n\
  836.     :~Meta ~Alt ~Ctrl <Key>osfBackSpace: editor-delete-previous-character()\n\
  837.                                         \
  838.     ~Meta ~Alt ~Ctrl<Key>osfBeginLine:editor-beginning-of-line()        \n\
  839.     ~Meta ~Alt ~Ctrl<Key>osfEndLine:  editor-end-of-line()            \n\
  840.     ~Meta ~Alt ~Ctrl Shift<Key>Return:editor-insert-line-break(normal)  \n\
  841.     ~Meta ~Alt ~Ctrl<Key>Return:      editor-process-return()        \n\
  842.     ~Meta ~Alt ~Ctrl Shift<Key>space: editor-insert-non-breaking-space()\n\
  843.     ~Meta ~Alt ~Ctrl <Key>space:      editor-self-insert()        \n\
  844.     ~Meta ~Alt ~Ctrl Shift<Key>Tab:   editor-indent(out)        \n\
  845.     ~Meta ~Alt ~Ctrl <Key>Tab:      editor-indent(in)            \n\
  846.                                         \
  847.     ~Meta ~Alt Ctrl<Key>a:    editor-beginning-of-line()            \n\
  848.     ~Meta ~Alt Ctrl<Key>e:    editor-end-of-line()                \n\
  849.     ~Meta ~Alt Ctrl<Key>p:    editor-process-up()                \n\
  850.     ~Meta ~Alt Ctrl<Key>n:    editor-process-down()                \n\
  851.     ~Meta ~Alt Ctrl<Key>b:    editor-backward-character()            \n\
  852.     ~Meta ~Alt Ctrl<Key>f:    editor-forward-character()            \n\
  853.                                         \
  854.     ~Meta  Alt ~Ctrl  Shift<Key>z:    editor-redo()                \n\
  855.     ~Meta  Alt ~Ctrl ~Shift<Key>e:    editor-redo()                \n\
  856.     ~Meta  Alt ~Ctrl ~Shift<Key>z:    editor-undo()                \n\
  857.                                         \
  858.      Meta ~Alt ~Ctrl<Key>b:    editor-toggle-character-properties(bold)   \n\
  859.      ~Meta Alt ~Ctrl<Key>b:    editor-toggle-character-properties(bold)   \n\
  860.      Meta ~Alt ~Ctrl<Key>i:    editor-toggle-character-properties(italic) \n\
  861.      ~Meta Alt ~Ctrl<Key>i:    editor-toggle-character-properties(italic) \n\
  862.      Meta ~Alt ~Ctrl<Key>u:    editor-toggle-character-properties(underline) \n\
  863.      ~Meta Alt ~Ctrl<Key>u:    editor-toggle-character-properties(underline) \n\
  864.      Meta ~Alt ~Ctrl<Key>t:    editor-toggle-character-properties(fixed)  \n\
  865.      ~Meta Alt ~Ctrl<Key>t:    editor-toggle-character-properties(fixed)  \n\
  866.      Meta ~Alt ~Ctrl<Key>k:    editor-set-character-properties(none)       \n\
  867.      ~Meta Alt ~Ctrl<Key>k:    editor-set-character-properties(none)       \n\
  868.                                         \
  869.     ~Meta ~Alt  Ctrl<Key>l:    editor-refresh()                \n\
  870.                                         \
  871.      Meta ~Alt ~Ctrl ~Shift<Key>Up:        editor-increase-font-size() \n\
  872.      Meta ~Alt ~Ctrl ~Shift<Key>osfUp:    editor-increase-font-size() \n\
  873.      Meta ~Alt ~Ctrl ~Shift<Key>Down:    editor-decrease-font-size() \n\
  874.      Meta ~Alt ~Ctrl ~Shift<Key>osfDown:    editor-decrease-font-size() \n\
  875.                                         \
  876.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   editor-copy()               \n\
  877.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  editor-paste()              \n\
  878.     ~Meta ~Alt ~Ctrl<Key>SunCut:    editor-cut()                \n\
  879.                                     \
  880.      Meta ~Alt ~Ctrl ~Shift<Key>x:    editor-cut()                \n\
  881.     ~Meta  Alt ~Ctrl ~Shift<Key>x:    editor-cut()                \n\
  882.      Meta ~Alt ~Ctrl ~Shift<Key>c:    editor-copy()                \n\
  883.     ~Meta  Alt ~Ctrl ~Shift<Key>c:    editor-copy()                \n\
  884.      Meta ~Alt ~Ctrl ~Shift<Key>v:    editor-paste()                \n\
  885.     ~Meta  Alt ~Ctrl ~Shift<Key>v:    editor-paste()                \n\
  886.      Meta ~Alt ~Ctrl ~Shift<Key>y:    editor-paste()                \n\
  887.     ~Meta  Alt ~Ctrl ~Shift<Key>y:    editor-paste()                \n\
  888.      Meta ~Alt ~Ctrl ~Shift<Key>d:    editor-delete-next-character()        \n\
  889.     ~Meta  Alt ~Ctrl ~Shift<Key>d:    editor-delete-next-character()        \n\
  890.      Meta ~Alt ~Ctrl ~Shift<Key>a:    editor-select-all()            \n\
  891.     ~Meta  Alt ~Ctrl ~Shift<Key>a:    editor-select-all()            \n\
  892.                                         \
  893.      Meta ~Alt ~Ctrl ~Shift<Key>f:    editor-find()                \n\
  894.      Meta ~Alt ~Ctrl ~Shift<Key>g:    editor-find-again()            \n\
  895.     ~Meta  Alt ~Ctrl ~Shift<Key>f:    editor-find()                \n\
  896.     ~Meta  Alt ~Ctrl ~Shift<Key>g:    editor-find-again()            \n\
  897.                                         \
  898.      Meta ~Alt ~Ctrl Shift<Key>u:    \
  899.     editor-set-character-properties(bold|italic|fixed|super|strikethrough)\
  900.         editor-set-font-size(+4) \n\
  901.                                         \
  902.     ~Meta ~Alt ~Ctrl ~Shift<Key>F10:            \n\
  903.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:            \n\
  904.                                 \
  905.     <KeyRelease>:                                \n\
  906.     <Key>:            editor-self-insert()                \n\
  907.     <KeyPress>:        editor-self-insert()                \n\
  908.     <KeyUp>:                                \n\
  909.     <KeyDown>:        editor-self-insert()                \n
  910.  
  911. !=============================================================================
  912.  
  913.  
  914. ! About Translations, Actions, and "-remote" commands:
  915. !
  916. ! You can control a running Netscape process externally; you do this by
  917. ! issuing a command like "netscape -remote openURL(http://xxx)".
  918. ! When Netscape is invoked with the -remote argument, it does not open
  919. ! window, but instead connects to and controls an already-existing process.
  920. ! This is done using X properties, so the two Netscape processes need not
  921. ! be running on the same machine, and need not share a file system.
  922. !
  923. ! All of Netscape's action names are the same as its resource names; so, for
  924. ! example, if you wanted to know the name of the action that corresponds to
  925. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  926. ! and see that the resource that is set to that string is "addBookmark" -
  927. ! that's the name of the Action as well.
  928. !
  929. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  930. ! can also invoke them directly via "netscape -remote", like this:
  931. !
  932. !    netscape -remote 'addBookmark()'
  933. !
  934. ! That will cause the existing Netscape process to add its current URL to
  935. ! the bookmarks, just as if you had selected that menu item.
  936. !
  937. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  938. ! for more information.
  939.  
  940.  
  941. !=============================================================================
  942.  
  943.  
  944. ! You can ask HTTP (Web) servers for documents in your preferred language
  945. ! by setting the Accept-Language header. It is a comma-separated list of
  946. ! languages or language/region pairs. For example, if you would prefer to
  947. ! see documents in French, or, failing that, in American English, you could
  948. ! use the following:
  949. !
  950. !   *httpAcceptLanguage: fr, en-US
  951. !
  952. ! Other possible languages and regions are:
  953. !
  954. !   Chinese [zh]
  955. !   Chinese/China [zh-CN]
  956. !   Chinese/Taiwan [zh-TW]
  957. !   English [en]
  958. !   English/United Kingdom [en-GB]
  959. !   English/United States [en-US]
  960. !   French [fr]
  961. !   French/Canada [fr-CA]
  962. !   French/France [fr-FR]
  963. !   German [de]
  964. !   Italian [it]
  965. !   Japanese [ja]
  966. !   Korean [ko]
  967. !   Portuguese [pt]
  968. !   Portuguese/Brazil [pt-BR]
  969. !   Spanish [es]
  970. !   Spanish/Spain [es-ES]
  971.  
  972.  
  973. !=============================================================================
  974. !
  975. !      There's really nothing after this point you should be messing with.
  976. !
  977. !=============================================================================
  978.  
  979.  
  980. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  981. ! contexts where it has no business being involved at all.  Let's try
  982. ! disabling it globally and see if that helps.
  983. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  984. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  985.  
  986.  
  987. ! Labels
  988. !
  989. *Help.sensitive:            False
  990.  
  991. *urlLabel.alignment:            ALIGNMENT_END
  992. *urlLabel.recomputeSize:        False
  993. *urlLabel.netsiteLabelString:        Netsite:
  994. *urlLabel.uneditedLabelString:        Location:
  995. *urlLabel.editedLabelString:        Go To:
  996. ! this must be the longer of the two...
  997. *urlLabel.labelString:            Location:
  998. *drawingArea*moreButton.labelString:    More...
  999.  
  1000.  
  1001. !=============================================================================
  1002. *menuBar.file.labelString:        File
  1003.  
  1004. *menuBar*openBrowser.labelString:    New Web Browser
  1005. *menuBar*openBrowser.mnemonic:        B
  1006. *menuBar*openBrowser.acceleratorText:    Alt+N
  1007. *Editor*menuBar*openBrowser.acceleratorText:
  1008. *Editor*menuBar*openBrowser.mnemonic: W
  1009.  
  1010. *menuBar*openURL.labelString:        Open Location...
  1011. *menuBar*openURL.mnemonic:        L
  1012. *menuBar*openURL.acceleratorText:    Alt+L
  1013.  
  1014. *menuBar*openFile.labelString:        Open File...
  1015. *menuBar*openFile.mnemonic:        O
  1016. *menuBar*openFile.acceleratorText:    Alt+O
  1017.  
  1018. *menuBar*saveAs.labelString:        Save As...
  1019. *menuBar*saveAs.mnemonic:        A
  1020. *menuBar*saveAs.acceleratorText:    Alt+S
  1021. *Editor*menuBar*saveAs.acceleratorText:
  1022.  
  1023. *menuBar*editDocument.labelString:      Edit Document...
  1024. *menuBar*editDocument.mnemonic:        E
  1025. !*menuBar*editDocument.acceleratorText: Alt+E
  1026.  
  1027. *menuBar*uploadFile.labelString:    Upload File...
  1028. *menuBar*uploadFile.mnemonic:        U
  1029. ! no accelerator
  1030.  
  1031. *menuBar*saveLinksAs.labelString:    Save Next Link As...
  1032. *menuBar*saveLinksAs.mnemonic:        A
  1033. ! accelerator is magic
  1034. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  1035.  
  1036. *menuBar*mailNew.labelString:        New Mail Message
  1037. *menuBar*mailNew.mnemonic:        M
  1038. *menuBar*mailNew.acceleratorText:    Alt+M
  1039.  
  1040. *menuBar*mailto.labelString:        Mail Document
  1041. *menuBar*mailto.mnemonic:        D
  1042.  
  1043. *menuBar*docInfo.labelString:        Document Info
  1044. *menuBar*docInfo.mnemonic:        n
  1045. ! no accelerator
  1046.  
  1047. *menuBar*frameInfo.labelString:        Frame Info
  1048. ! no mnemonic
  1049. ! no accelerator
  1050.  
  1051. *menuBar*javaInfo.labelString:        Java Info
  1052. *menuBar*javaInfo.mnemonic:        J
  1053.  
  1054. *menuBar*openMail.labelString:        Netscape Mail
  1055. *menuBar*openMail.mnemonic:        M
  1056. ! no accelerator
  1057.  
  1058. *menuBar*openNews.labelString:        Netscape News
  1059. *menuBar*openNews.mnemonic:        N
  1060. ! no accelerator
  1061.  
  1062. *menuBar*printSetup.labelString:    Print Setup...
  1063. *menuBar*printSetup.mnemonic:        r
  1064. ! no accelerator
  1065.  
  1066. *menuBar*print.labelString:        Print...
  1067. *menuBar*print.mnemonic:        P
  1068. *menuBar*print.acceleratorText:        Alt+P
  1069.  
  1070. *menuBar*delete.labelString:        Close
  1071. *menuBar*delete.mnemonic:        C
  1072. *menuBar*delete.acceleratorText:    Alt+W
  1073.  
  1074. *menuBar*whatsChanged.labelString:    What's New?
  1075. !no accelerator
  1076.  
  1077. *menuBar*import.labelString:        Import...
  1078. *menuBar*import.mnemonic:        I
  1079.  
  1080. *menuBar*quit.labelString:        Exit
  1081. *menuBar*quit.mnemonic:            x
  1082. *menuBar*quit.acceleratorText:        Alt+Q
  1083.  
  1084. *menuBar*windows.labelString:        Window
  1085. ! no accelerator
  1086.  
  1087. !*menuBar*openFolder.labelString:    Open Folder...
  1088. !*menuBar*openNewsHost.labelString:    Open News Host...
  1089. !*menuBar*save.labelString:        Save
  1090. !*menuBar*saveMessageAs.labelString:    Save Message(s) As...
  1091. !*menuBar*copyMessagesInto.labelString:    Copy Messages Into
  1092. !*menuBar*moveMessagesInto.labelString:    Move Messages Into
  1093. !*menuBar*messageInfo.labelString:    Information...
  1094.  
  1095.  
  1096. !=============================================================================
  1097. *menuBar.edit.labelString:        Edit
  1098.  
  1099. *menuBar*undo.labelString:        Undo
  1100. *menuBar*undo.mnemonic:            U
  1101. *menuBar*undo.acceleratorText:        Alt+Z
  1102.  
  1103. *menuBar*redo.labelString:        Redo
  1104. *menuBar*redo.mnemonic:            R
  1105. *menuBar*redo.acceleratorText:        Alt+E
  1106.  
  1107. *menuBar*cut.labelString:        Cut
  1108. *menuBar*cut.mnemonic:            t
  1109. *menuBar*cut.acceleratorText:        Alt+X
  1110.  
  1111. *menuBar*copy.labelString:        Copy
  1112. *menuBar*copy.mnemonic:            C
  1113. *menuBar*copy.acceleratorText:        Alt+C
  1114.  
  1115. *menuBar*paste.labelString:        Paste
  1116. *menuBar*paste.mnemonic:        P
  1117. *menuBar*paste.acceleratorText:        Alt+Y
  1118.  
  1119. *menuBar*find.labelString:        Find...
  1120. *menuBar*find.mnemonic:            F
  1121. *menuBar*find.acceleratorText:        Alt+F
  1122.  
  1123. *menuBar*findAgain.labelString:        Find Again
  1124. *menuBar*findAgain.mnemonic:        g
  1125. *menuBar*findAgain.acceleratorText:    Alt+G
  1126.  
  1127. *menuBar*deleteItem.labelString:    Delete
  1128. *menuBar*deleteItem.mnemonic:        D
  1129. *menuBar*deleteItem.acceleratorText:    Alt+D
  1130.  
  1131.  
  1132. !=============================================================================
  1133. *menuBar.view.labelString:        View
  1134.  
  1135. *menuBar*reload.labelString:        Reload
  1136. *menuBar*reload.mnemonic:        R
  1137. *menuBar*reload.acceleratorText:    Alt+R
  1138. ! In news reply to sender uses this accelerator
  1139. *News*menuBar*reload.acceleratorText:    
  1140.  
  1141. *menuBar*reloadFrame.labelString:    Reload Frame
  1142. *menuBar*reloadFrame.mnemonic:        l
  1143.  
  1144. *menuBar*loadImages.labelString:    Load Images
  1145. *menuBar*loadImages.mnemonic:        I
  1146. *menuBar*loadImages.acceleratorText:    Alt+I
  1147.  
  1148. *menuBar*refresh.labelString:        Refresh
  1149. *menuBar*refresh.mnemonic:        f
  1150. ! no accelerator
  1151.  
  1152. *menuBar*source.labelString:        Document Source
  1153. *menuBar*source.mnemonic:        D
  1154. ! no accelerator
  1155.  
  1156. *menuBar*frameSource.labelString:    Frame Source
  1157. ! no mnemonic
  1158. ! no accelerator
  1159.  
  1160. *menuBar*attachmentsInline.mnemonic:    A
  1161. ! no accelerator
  1162.  
  1163. *menuBar*attachmentsAsLinks.mnemonic:    L
  1164. ! no accelerator
  1165.  
  1166. !*menuBar*viewAllGroups.labelString:    Show All Newsgroups
  1167. !*menuBar*checkNewGroups.labelString:    Check for New Groups
  1168. !*menuBar*rot13.labelString:        Rot 13
  1169.  
  1170.  
  1171. !=============================================================================
  1172. *menuBar.message.labelString:        Message
  1173.  
  1174. !*deleteMessage.labelString:        Delete Message
  1175. *deleteMessage.mnemonic:        D
  1176. *deleteMessage.acceleratorText:        Alt+D
  1177.  
  1178.  
  1179. !=============================================================================
  1180. *menuBar.go.labelString:        Go
  1181.  
  1182. *menuBar*back.labelString:        Back
  1183. *menuBar*back.mnemonic:            B
  1184. *menuBar*back.acceleratorText:        Alt+Left
  1185.  
  1186. *menuBar*forward.labelString:        Forward
  1187. *menuBar*forward.mnemonic:        F
  1188. *menuBar*forward.acceleratorText:    Alt+Right
  1189.  
  1190. *menuBar*home.labelString:        Home
  1191. *menuBar*home.mnemonic:            H
  1192. ! no accelerator
  1193.  
  1194. *menuBar*abort.labelString:        Stop Loading
  1195. *menuBar*abort.mnemonic:        S
  1196. *menuBar*abort.acceleratorText:        ESC
  1197.  
  1198. ! In Gold version of browser
  1199. *menuBar*browsePublishLocation.labelString:        Default Publish Location
  1200. *menuBar*browsePublishLocation.mnemonic:        D
  1201.  
  1202. *menuBar*viewHistory.labelString:    History
  1203. *menuBar*viewHistory.mnemonic:        H
  1204. ! This only has this accelerator in browser windows
  1205. *Navigator*menuBar*viewHistory.acceleratorText:    Alt+H
  1206.  
  1207. *menuBar*historyItem1.acceleratorText:    Alt+1
  1208. *menuBar*historyItem2.acceleratorText:    Alt+2
  1209. *menuBar*historyItem3.acceleratorText:    Alt+3
  1210. *menuBar*historyItem4.acceleratorText:    Alt+4
  1211. *menuBar*historyItem5.acceleratorText:    Alt+5
  1212. *menuBar*historyItem6.acceleratorText:    Alt+6
  1213. *menuBar*historyItem7.acceleratorText:    Alt+7
  1214. *menuBar*historyItem8.acceleratorText:    Alt+8
  1215. *menuBar*historyItem9.acceleratorText:    Alt+9
  1216.  
  1217. *menuBar*historyTruncated.labelString:    ( ...truncated... )
  1218. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  1219.  
  1220.  
  1221. !*menuBar*markThreadRead.labelString:        Mark Thread Read
  1222. !*menuBar*markAllRead.labelString:        Mark All Messages Read
  1223. !*menuBar*showAllMessages.labelString:        Show All Messages
  1224. !*menuBar*nextMessage.labelString:        Select Next Message
  1225. !*menuBar*previousMessage.labelString:        Select Previous Message
  1226. !*menuBar*firstUnreadMessage.labelString:    Select First Unread Message
  1227. !*menuBar*nextUnreadMessage.labelString:    Select Next Unread Message
  1228. !*menuBar*previousUnreadMessage.labelString:    Select Previous Unread Message
  1229.  
  1230.  
  1231. !=============================================================================
  1232. *menuBar.sort.labelString:        Sort
  1233.  
  1234. !*menuBar*thread.labelString:        Thread by References
  1235. !*menuBar*sortReverse.labelString:    Sort Backward
  1236. !*menuBar*byDate.labelString:        By Date
  1237. !*menuBar*byMessageNumber.labelString:    By Message Number
  1238. !*menuBar*bySubject.labelString:        By Subject
  1239. !*menuBar*bySender.labelString:        By Sender's Name
  1240. !*menuBar*resort.labelString:        Re-Sort
  1241.  
  1242.  
  1243. !=============================================================================
  1244. *menuBar.bookmark.labelString:        Bookmarks
  1245.  
  1246. *menuBar*addBookmark.labelString:    Add Bookmark
  1247. *menuBar*addBookmark.mnemonic:        A
  1248. *menuBar*addBookmark.acceleratorText:    Alt+A
  1249.  
  1250. *menuBar*viewBookmark.labelString:    Bookmarks
  1251. *menuBar*viewBookmark.mnemonic:        B
  1252. *menuBar*viewBookmark.acceleratorText:    Alt+B
  1253. *Editor*menuBar*viewBookmark.acceleratorText:
  1254.  
  1255. *menuBar*gotoBookmarkHtml.labelString:    Goto Bookmarks
  1256. *menuBar*gotoBookmarkHtml.mnemonic:    G
  1257.  
  1258.  
  1259. !=============================================================================
  1260. *menuBar.options.labelString:        Options
  1261.  
  1262. *menuBar*generalPrefs.labelString:    General Preferences...
  1263. *menuBar*generalPrefs.mnemonic:        G
  1264.  
  1265. *menuBar*mailNewsPrefs.labelString:    Mail and News Preferences...
  1266. *menuBar*mailNewsPrefs.mnemonic:    M
  1267.  
  1268. *menuBar*networkPrefs.labelString:    Network Preferences...
  1269. *menuBar*networkPrefs.mnemonic:        N
  1270.  
  1271. *menuBar*securityPrefs.labelString:    Security Preferences...
  1272. *menuBar*securityPrefs.mnemonic:    S
  1273.  
  1274. *menuBar*showToolbar.labelString:    Show Toolbar
  1275. *menuBar*showToolbar.mnemonic:        T
  1276.  
  1277. *menuBar*showURL.labelString:        Show Location
  1278. *menuBar*showURL.mnemonic:        L
  1279.  
  1280. *menuBar*showDirectoryButtons.labelString: Show Directory Buttons
  1281. *menuBar*showDirectoryButtons.mnemonic:       D
  1282.  
  1283. *menuBar*showMenubar.labelString:    Show Menubar
  1284. *menuBar*showMenubar.mnemonic:        b
  1285.  
  1286. *menuBar*showBottomStatusbar.labelString:    Show Bottom Status Bar
  1287. *menuBar*showBottomStatusbar.mnemonic:        B
  1288.  
  1289. *menuBar*showSecurityBar.labelString:    Show Security Colorbar
  1290. *menuBar*showSecurityBar.mnemonic:    C
  1291.  
  1292. *menuBar*showJavaConsole.labelString:    Show Java Console
  1293. *menuBar*showJavaConsole.mnemonic:        J
  1294.  
  1295. *menuBar*autoLoadImages.labelString:    Auto Load Images
  1296. *menuBar*autoLoadImages.mnemonic:    A
  1297.  
  1298. *menuBar*fancyFTP.labelString:        Show FTP File Information
  1299. *menuBar*fancyFTP.mnemonic:        F
  1300.  
  1301. *menuBar*docEncoding.labelString:    Document Encoding
  1302. *menuBar*docEncoding.mnemonic:        E
  1303. *Editor*menuBar*docEncoding.mnemonic:        D
  1304.  
  1305. *menuBar*saveOptions.labelString:    Save Options
  1306. *menuBar*saveOptions.mnemonic:        O
  1307.  
  1308. !*menuBar*showAllHeaders.labelString:    Show All Headers
  1309.  
  1310.  
  1311. !=============================================================================
  1312. *menuBar*docEncMenu*indicatorType:    ONE_OF_MANY
  1313. *menuBar*latin1.labelString:        Western (Latin-1)
  1314. *menuBar*latin2.labelString:        Central European (Latin-2)
  1315. *menuBar*jaAuto.labelString:        Japanese (Auto-Detect)
  1316. *menuBar*jaSJIS.labelString:        Japanese (Shift-JIS)
  1317. *menuBar*jaEUC.labelString:        Japanese (EUC-JP)
  1318. *menuBar*twBig5.labelString:        Traditional Chinese (Big5)
  1319. *menuBar*twEUC.labelString:        Traditional Chinese (EUC-TW)
  1320. *menuBar*gbEUC.labelString:        Simplified Chinese (GB)
  1321. *menuBar*krEUC.labelString:        Korean (EUC-KR)
  1322. *menuBar*2022kr.labelString:        Korean (ISO-2022-KR)
  1323. *menuBar*koi8r.labelString:        Cyrillic (KOI8-R)
  1324. *menuBar*88595.labelString:        Cyrillic (ISO 8859-5)
  1325. *menuBar*greek.labelString:        Greek (ISO 8859-7)
  1326. *menuBar*88599.labelString:        Turkish (ISO 8859-9)
  1327. *menuBar*other.labelString:        User-Defined
  1328.  
  1329.  
  1330.  
  1331. !=============================================================================
  1332. *menuBar.directory.labelString:        Directory
  1333.  
  1334. *menuBar*netscape.labelString:        Netscape's Home
  1335. *menuBar*netscape.mnemonic:        H
  1336.  
  1337. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  1338. *menuBar*sgi.mnemonic:            i
  1339.  
  1340. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  1341. *menuBar*adobe.mnemonic:        o
  1342.  
  1343. *menuBar*whatsNew.labelString:        What's New?
  1344. *menuBar*whatsNew.mnemonic:        N
  1345.  
  1346. *menuBar*whatsCool.labelString:        What's Cool?
  1347. *menuBar*whatsCool.mnemonic:        C
  1348.  
  1349. *menuBar*inetIndex.labelString:        Netscape Destinations
  1350. *menuBar*inetIndex.mnemonic:        D
  1351.  
  1352. *menuBar*inetSearch.labelString:    Internet Search
  1353. *menuBar*inetSearch.mnemonic:        S
  1354.  
  1355. *menuBar*inetWhite.labelString:        People
  1356. *menuBar*inetWhite.mnemonic:        P
  1357.  
  1358. *menuBar*inetAbout.labelString:        About the Internet
  1359. *menuBar*inetAbout.mnemonic:        A
  1360.  
  1361. *menuBar*galleria.labelString:        Customer Showcase
  1362. *menuBar*galleria.mnemonic:        w
  1363.  
  1364.  
  1365. !=============================================================================
  1366. *menuBar.help.labelString:        Help
  1367.  
  1368. *menuBar*about.labelString:        About Netscape
  1369. *menuBar*about.mnemonic:        A
  1370.  
  1371. *menuBar*aboutplugins.labelString:    About Plug-ins
  1372. *menuBar*aboutplugins.mnemonic:        P
  1373.  
  1374. *menuBar*registration.labelString:    Registration Information
  1375. *menuBar*registration.mnemonic:        I
  1376.  
  1377. *menuBar*upgrade.labelString:        Software
  1378. *menuBar*upgrade.mnemonic:        t
  1379.  
  1380. *menuBar*manual.labelString:        Handbook
  1381. *menuBar*manual.mnemonic:        H
  1382.  
  1383. *menuBar*relnotes.labelString:        Release Notes
  1384. *menuBar*relnotes.mnemonic:        R
  1385.  
  1386. *menuBar*faq.labelString:        Frequently Asked Questions
  1387. *menuBar*faq.mnemonic:            F
  1388.  
  1389. *menuBar*aboutSecurity.labelString:    On Security
  1390. *menuBar*aboutSecurity.mnemonic:    O
  1391.  
  1392. *menuBar*feedback.labelString:        How to Give Feedback
  1393. *menuBar*feedback.mnemonic:        G
  1394.  
  1395. *menuBar*support.labelString:        How to Get Support
  1396. *menuBar*support.mnemonic:        S
  1397.  
  1398. *menuBar*howTo.labelString:        How to Create Web Services
  1399. *menuBar*howTo.mnemonic:        C
  1400.  
  1401.  
  1402. *menuBar*aboutMailAndNews.labelString:    About Netscape Mail and News...
  1403. *menuBar*aboutUsenet.labelString:    About USENET Newsgroups...
  1404.  
  1405.  
  1406. ! For the toggles in the options menu
  1407. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  1408. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1409. *menuBar*XmToggleButton.fillOnSelect:        True
  1410. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  1411. *menuBar*XmToggleButton.visibleWhenOff:        True
  1412. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  1413.  
  1414. *menuBar*sortByDate.visibleWhenOff:        False
  1415. *menuBar*sortByMessageNumber.visibleWhenOff:    False
  1416. *menuBar*sortBySubject.visibleWhenOff:        False
  1417. *menuBar*sortBySender.visibleWhenOff:        False
  1418.  
  1419. !=============================================================================
  1420. ! Mail/News menubar
  1421. !=============================================================================
  1422.  
  1423. !Mail menubar wont have this accelerator. This is used by reply
  1424. *Mail*menuBar*reload.acceleratorText:
  1425.  
  1426. *menubar*deliverNow.indicatorType:            ONE_OF_MANY
  1427. *menuBar*deliverNow.labelString:            Immediate Delivery
  1428. ! no mnemonic
  1429. ! no accelerator
  1430.  
  1431. *menubar*deliverLater.indicatorType:            ONE_OF_MANY
  1432. *menuBar*deliverLater.labelString:            Deferred Delivery
  1433. ! no mnemonic
  1434. ! no accelerator
  1435.  
  1436. !*getNewMail.labelString:                Get New Mail
  1437. *getNewMail.mnemonic:                    G
  1438. *getNewMail.acceleratorText:                Alt+T
  1439.  
  1440. !*deliverQueuedMessages.labelString:            Send Mail in Outbox
  1441. *deliverQueuedMessages.mnemonic:            d
  1442. *deliverQueuedMessages.acceleratorText:            Alt+H
  1443.  
  1444. !*openFolder.labelString:                Add Folder...
  1445. *openFolder.mnemonic:                    o
  1446.  
  1447. !*newFolder.labelString:                New Folder...
  1448. *newFolder.mnemonic:                    F
  1449.  
  1450. !*menuBar*compressFolder.labelString:            Compress this Folder
  1451. *menuBar*compressFolder.mnemonic:            s
  1452. *menuBar*compressFolder.acceleratorText:        Alt+K
  1453.  
  1454. !*menuBar*compressAllFolders.labelString:        Compress all Folders
  1455. *menuBar*compressAllFolders.mnemonic:            A
  1456.  
  1457. !*menuBar*emptyTrash.labelString:            Empty Trash Folder
  1458. *menuBar*emptyTrash.mnemonic:                E
  1459.  
  1460. !*deleteFolder.labelString:                Delete Folder
  1461. *deleteFolder.mnemonic:                    o
  1462.  
  1463. !*selectThread.labelString:                Select Thread
  1464. *selectThread.mnemonic:                    t
  1465. *selectThread.acceleratorText:                Alt+Shift+A
  1466.  
  1467. !*selectMarkedMessages.labelString:            Select Flagged Messages
  1468. *selectMarkedMessages.mnemonic:                M
  1469.  
  1470. !*selectAllMessages.labelString:            Select All
  1471. *selectAllMessages.mnemonic:                A
  1472. *selectAllMessages.acceleratorText:            Alt+A
  1473.  
  1474. *menuBar*sort.labelString:                Sort
  1475. *menuBar*sort.mnemonic:                    S
  1476.  
  1477. !*rot13Message.labelString:                Unscramble (ROT13)
  1478. *rot13Message.mnemonic:                    U
  1479.  
  1480. !*menuBar*nextMessage.labelString:            Next Message
  1481. *menuBar*nextMessage.mnemonic:                N
  1482. *menuBar*nextMessage.acceleratorText:            Alt+Down
  1483.  
  1484. !*menuBar*previousMessage.labelString:            Previous Message
  1485. *menuBar*previousMessage.mnemonic:            P
  1486. *menuBar*previousMessage.acceleratorText:        Alt+Up
  1487.  
  1488. !*menuBar*firstUnreadMessage.labelString:        First Unread
  1489. *menuBar*firstUnreadMessage.mnemonic:            U
  1490.  
  1491. !*menuBar*nextUnreadMessage.labelString:        Next Unread
  1492. *menuBar*nextUnreadMessage.mnemonic:            e
  1493. *menuBar*nextUnreadMessage.acceleratorText:        Alt+Shift+Down
  1494.  
  1495. !*menuBar*previousUnreadMessage.labelString:        Previous Unread
  1496. *menuBar*previousUnreadMessage.mnemonic:        r
  1497. *menuBar*previousUnreadMessage.acceleratorText:        Alt+Shift+Up
  1498.  
  1499. !*menuBar*firstMarkedMessage.labelString:        First Marked
  1500. *menuBar*firstMarkedMessage.mnemonic:            M
  1501.  
  1502. !*menuBar*nextMarkedMessage.labelString:        Next Marked
  1503. *menuBar*nextMarkedMessage.mnemonic:            x
  1504. *menuBar*nextMarkedMessage.acceleratorText:        Ctrl+Shift+Down
  1505.  
  1506. !*menuBar*previousMarkedMessage.labelString:        Previous Marked
  1507. *menuBar*previousMarkedMessage.mnemonic:        v
  1508. *menuBar*previousMarkedMessage.acceleratorText:        Ctrl+Shift+Up
  1509.  
  1510. !*menuBar*showAllMessages.labelString:            Show All Messages
  1511. *menuBar*showAllMessages.mnemonic:            w
  1512.  
  1513. !*menuBar*showOnlyUnread.labelString:        Show Only Unread Messages
  1514. *menuBar*showOnlyUnread.mnemonic:        U
  1515.  
  1516. *menuBar*showHeaders.labelString:            Show Headers
  1517. *menuBar*showHeaders.mnemonic:                H
  1518.  
  1519. !*menuBar*showAllHeaders.labelString:            All
  1520. *menuBar*showAllHeaders.mnemonic:            A
  1521.  
  1522. !*menuBar*showSomeHeaders.labelString:            Normal
  1523. *menuBar*showSomeHeaders.mnemonic:            N
  1524.  
  1525. !*menuBar*showMicroHeaders.labelString:            Brief
  1526. *menuBar*showMicroHeaders.mnemonic:            B
  1527.  
  1528. *editAddressBook.labelString:                Address Book
  1529. *editAddressBook.mnemonic:                A
  1530.  
  1531. !*menuBar*editAddress.labelString:            Add to Address Book
  1532. *menuBar*editAddress.mnemonic:                t
  1533.  
  1534. !*replyToSender.labelString:                Reply
  1535. *replyToSender.mnemonic:                R
  1536. *replyToSender.acceleratorText:                Alt+R
  1537.  
  1538. !*replyToAll.labelString:                Reply to All
  1539. *replyToAll.mnemonic:                    A
  1540. *replyToAll.acceleratorText:                Alt+Shift+R
  1541.  
  1542. !*forwardMessage.labelString:                Forward
  1543. *forwardMessage.mnemonic:                F
  1544. *forwardMessage.acceleratorText:            Alt+L
  1545.  
  1546. *forwardMessageQuoted.labelString:            Forward Quoted
  1547. *forwardMessageQuoted.mnemonic:                Q
  1548. *forwardMessageQuoted.acceleratorText:            Alt+Shift+D
  1549.  
  1550. !*menuBar*markSelectedRead.labelString:            Mark as Read
  1551. *menuBar*markSelectedRead.mnemonic:            d
  1552.  
  1553. !*menuBar*markSelectedUnread.labelString:        Mark as Unread
  1554. *menuBar*markSelectedUnread.mnemonic:            U
  1555.  
  1556. !*menuBar*markThreadRead.labelString:            Mark Thread Read
  1557. *menuBar*markThreadRead.mnemonic:            a
  1558.  
  1559. !*menuBar*markSelectedMessages.labelString:        Flag message
  1560. *menuBar*markSelectedMessages.mnemonic:            l
  1561.  
  1562. !*menuBar*unmarkSelectedMessages.labelString:        Unflag message
  1563. *menuBar*unmarkSelectedMessages.mnemonic:        e
  1564.  
  1565. !*menuBar*moveMessagesInto.labelString:            Move
  1566. *menuBar*moveMessagesInto.mnemonic:            v
  1567.  
  1568. !*menuBar*copyMessagesInto.labelString:            Copy
  1569. *menuBar*copyMessagesInto.mnemonic:            C
  1570.  
  1571. !*reSort.labelString:                    Again
  1572. *reSort.mnemonic:                    A
  1573.  
  1574. !*menuBar*threadMessages.labelString:            Thread Messages
  1575. *menuBar*threadMessages.mnemonic:            T
  1576.  
  1577. !*menuBar*sortBackward.labelString:            Ascending
  1578. *menuBar*sortBackward.mnemonic:                s
  1579.  
  1580. !*menuBar*sortByDate.labelString:            by Date
  1581. *menuBar*sortByDate.mnemonic:                D
  1582.  
  1583. !*menuBar*sortBySubject.labelString:            by Subject
  1584. *menuBar*sortBySubject.mnemonic:            u
  1585.  
  1586. !*menuBar*sortBySender.labelString:            by Sender
  1587. *menuBar*sortBySender.mnemonic:                e
  1588.  
  1589. !*menuBar*sortByMessageNumber.labelString:        by Message Number
  1590. *menuBar*sortByMessageNumber.mnemonic:            M
  1591.  
  1592. !*openNewsHost.labelString:                Open News Host...
  1593. *openNewsHost.mnemonic:                    O
  1594.  
  1595. *menuBar*deleteNewsHost.mnemonic:            H
  1596.  
  1597. *menuBar*getMoreMessages.mnemonic:            G
  1598. *menuBar*getMoreMessages.acceleratorText:        Alt+T
  1599.  
  1600. *menuBar*postNew.labelString:                New News Message
  1601. *menuBar*postNew.mnemonic:                N
  1602.  
  1603. !*postReply.labelString:                Post Reply
  1604. *postReply.mnemonic:                    o
  1605.  
  1606. !*postAndMailReply.labelString:                Post and Mail Reply
  1607. *postAndMailReply.mnemonic:                s
  1608.  
  1609. *menuBar*firstMarkedMessage.mnemonic:            F
  1610.  
  1611. !*showSubscribedNewsGroups.labelString:        Show Subscribed Newsgroups
  1612. *showSubscribedNewsGroups.mnemonic:        b
  1613.  
  1614. !*showActiveNewsGroups.labelString:        Show Active Newsgroups
  1615. *showActiveNewsGroups.mnemonic:            c
  1616.  
  1617. !*showAllNewsGroups.labelString:        Show All Newsgroups
  1618. *showAllNewsGroups.mnemonic:            A
  1619.  
  1620. !*checkNewNewsGroups.labelString:        Show New Newsgroups
  1621. *checkNewNewsGroups.mnemonic:            p
  1622.  
  1623. !*menuBar*cancelMessage.labelString:        Cancel Message
  1624. *menuBar*cancelMessage.mnemonic:        n
  1625.  
  1626. !*menuBar*addFromNewest.labelString:        Add from Newest Messages
  1627. *menuBar*addFromNewest.mnemonic:        f
  1628.  
  1629. !*menuBar*addFromOldest.labelString:        Add from Oldest Messages
  1630. *menuBar*addFromOldest.mnemonic:        O
  1631.  
  1632. ! These are std Mail folder names.
  1633. *popup*sentMail.labelString:            Sent
  1634. *popup*sentMail.mnemonic:            S
  1635.  
  1636. *popup*inbox.labelString:            Inbox
  1637. *popup*inbox.mnemonic:                I
  1638.  
  1639. *popup*trash.labelString:            Trash
  1640. *popup*trash.mnemonic:                T
  1641.  
  1642. *popup*newFolder.labelString:            New...
  1643. *popup*newFolder.mnemonic:            N
  1644.  
  1645. ! For menubar and popup
  1646. *addNewsgroup.labelString:            Add Newsgroup
  1647. *addNewsgroup.mnemonic:                g
  1648.  
  1649.  
  1650. !=============================================================================
  1651. ! MailCompose menubar
  1652. !=============================================================================
  1653. *menuBar*sendOrSendLater.labelString:            Send
  1654. *menuBar*sendOrSendLater.mnemonic:            S
  1655. *menuBar*sendOrSendLater.acceleratorText:        Alt+Enter
  1656.  
  1657. *menuBar*attachFile.labelString:            Attach...
  1658. *menuBar*attachFile.mnemonic:                F
  1659.  
  1660. !*menuBar*quoteMessage.labelString:            Include Original Text
  1661. *menuBar*quoteMessage.mnemonic:                I
  1662.  
  1663. !*menuBar*saveMessageAs.labelString:            Save As...
  1664. *menuBar*saveMessageAs.mnemonic:            A
  1665. *menuBar*saveMessageAs.acceleratorText:            Alt+S
  1666.  
  1667. *menuBar*pasteQuote.labelString:            Paste as Quotation
  1668. *menuBar*pasteQuote.mnemonic:                Q
  1669.  
  1670. *menuBar*selectAllText.labelString:            Select All
  1671. *menuBar*selectAllText.mnemonic:            S
  1672.  
  1673. *menuBar*clearAllText.labelString:            Clear
  1674.  
  1675. !*menuBar*rot13.labelString:                   Scramble (ROT13) Message
  1676. *menuBar*rot13.mnemonic:                S
  1677.  
  1678. !*Composition*menuBar*showAllHeaders.labelString:    All Fields
  1679. *Composition*menuBar*showAllHeaders.mnemonic:        A
  1680.  
  1681. !*menuBar*showReplyTo.labelString:            Reply To
  1682. *menuBar*showReplyTo.mnemonic:                R
  1683.  
  1684. !*menuBar*showTo.labelString:                Mail To
  1685. *menuBar*showTo.mnemonic:                M
  1686.  
  1687. !*menuBar*showCC.labelString:                Mail CC
  1688. *menuBar*showCC.mnemonic:                C
  1689.  
  1690. !*menuBar*showBCC.labelString:                Mail BCC
  1691. *menuBar*showBCC.mnemonic:                B
  1692.  
  1693. !*menuBar*showPostTo.labelString:            Post To
  1694. *menuBar*showPostTo.mnemonic:                P
  1695.  
  1696. !*menuBar*showFollowupTo.labelString:            Followups To
  1697. *menuBar*showFollowupTo.mnemonic:            F
  1698.  
  1699. !*menuBar*showSubject.labelString:            Subject
  1700. *menuBar*showSubject.mnemonic:                S
  1701.  
  1702. !*menuBar*showAttachments.labelString:            Attachment
  1703. *menuBar*showAttachments.mnemonic:            h
  1704.  
  1705. *menuBar*wrapLines.labelString:                Wrap Long Lines
  1706. *menuBar*wrapLines.mnemonic:                W
  1707.  
  1708.  
  1709. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1710. ! Editor menubar.
  1711. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1712. ! File menu
  1713. *menuBar*editorNew.labelString:                 New Document
  1714. *menuBar*editorNew.mnemonic:                N
  1715. *menuBar*editorNewBlank.labelString:            Blank
  1716. *menuBar*editorNewBlank.mnemonic:           B
  1717. *Editor*menuBar*editorNewBlank.acceleratorText: Alt+N
  1718. *menuBar*editorNewWizard.labelString:           From Wizard...
  1719. *menuBar*editorNewWizard.mnemonic:          W
  1720. *menuBar*editorNewTemplate.labelString:         From Template
  1721. *menuBar*editorNewTemplate.mnemonic:        T
  1722. *menuBar*editorBrowse.labelString:              Browse Document
  1723. *menuBar*editorBrowse.mnemonic:             B
  1724. *menuBar*openBrowseFile.labelString:        Open File in Browser...
  1725. *menuBar*editorOpenFile.labelString:        Open File in Editor...
  1726. *menuBar*editorOpenFile.mnemonic:            d
  1727. *Editor*menuBar*editorOpenFile.labelString:    Open File...
  1728. *Editor*menuBar*editorOpenFile.acceleratorText:    Alt+O
  1729. *Editor*menuBar*editorOpenFile.mnemonic:    F
  1730. *menuBar*publish.labelString:                Publish...
  1731. *menuBar*publish.mnemonic:                    u
  1732. *menuBar*pageSetup.labelString:                Page Setup...
  1733. *menuBar*printPreview.labelString:            Print Preview
  1734. *menuBar*save.labelString:                Save
  1735. *menuBar*save.acceleratorText:                Alt+S
  1736. *menuBar*save.mnemonic:                        S
  1737.  
  1738. ! Edit Menu
  1739. *menuBar*undoNull.labelString:            Nothing to Undo
  1740. *menuBar*undoTyping.labelString:        Undo Typing
  1741. *menuBar*undoAddText.labelString:        Undo Add Text
  1742. *menuBar*undoDeleteText.labelString:        Undo Delete Text
  1743. *menuBar*undoCut.labelString:            Undo Cut
  1744. *menuBar*undoPasteText.labelString:        Undo Paste Text
  1745. *menuBar*undoPasteHTML.labelString:        Undo Paste HTML
  1746. *menuBar*undoPasteHREF.labelString:        Undo Paste HREF
  1747. *menuBar*undoChangeAttributes.labelString:  Undo Change Attributes
  1748. *menuBar*undoIndent.labelString:        Undo Indent
  1749. *menuBar*undoParagraphAlign.labelString:    Undo Align Paragraph
  1750. *menuBar*undoMorphContainer.labelString:    Undo Change Paragraph Style
  1751. *menuBar*undoInsertHorizRule.labelString:   Undo Insert Horizontal Rule
  1752. *menuBar*undoSetHorizRuleData.labelString:  Undo Set Horizontal Rule Data
  1753. *menuBar*undoInsertImage.labelString:        Undo Insert Image
  1754. *menuBar*undoSetImageData.labelString:        Undo Set Image Data
  1755. *menuBar*undoInsertBreak.labelString:        Undo Insert Break
  1756. *menuBar*undoChangePageData.labelString:    Undo Change Page Data
  1757. *menuBar*undoSetMetaData.labelString:        Undo Set Meta Data
  1758. *menuBar*undoDeleteMetaData.labelString:    Undo Delete Meta Data
  1759. *menuBar*undoInsertTarget.labelString:        Undo Insert Target
  1760. *menuBar*undoSetTargetData.labelString:        Undo Set Target Data
  1761. *menuBar*undoInsertUnknownTag.labelString:  Undo Unknown Tag
  1762. *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data
  1763. *menuBar*undoGroupOfChanges.labelString:    Undo Changes
  1764. *menuBar*undoSetListData.labelString:        Undo Set List Data
  1765. *menuBar*undoInsertTable.labelString:        Undo Insert Table
  1766. *menuBar*undoDeleteTable.labelString:        Undo Delete Table
  1767. *menuBar*undoSetTableData.labelString:        Undo Set Table Data
  1768. *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption
  1769. *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data
  1770. *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption
  1771. *menuBar*undoInsertTableRow.labelString:    Undo Insert Row
  1772. *menuBar*undoSetTableRowData.labelString:    Undo Set Row Data
  1773. *menuBar*undoDeleteTableRow.labelString:    Undo Delete Row
  1774. *menuBar*undoInsertTableColumn.labelString: Undo Insert Column
  1775. *menuBar*undoSetTableCellData.labelString:    Undo Set Cell Data
  1776. *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column
  1777. *menuBar*undoInsertTableCell.labelString:    Undo Insert Cell
  1778. *menuBar*undoDeleteTableCell.labelString:    Undo Delete Cell
  1779.  
  1780. *menuBar*redoNull.labelString:            Nothing to Redo
  1781. *menuBar*redoTyping.labelString:        Redo Typing
  1782. *menuBar*redoAddText.labelString:        Redo Add Text
  1783. *menuBar*redoDeleteText.labelString:        Redo Delete Text
  1784. *menuBar*redoCut.labelString:            Redo Cut
  1785. *menuBar*redoPasteText.labelString:        Redo Paste Text
  1786. *menuBar*redoPasteHTML.labelString:        Redo Paste HTML
  1787. *menuBar*redoPasteHREF.labelString:        Redo Paste HREF
  1788. *menuBar*redoChangeAttributes.labelString:  Redo Change Attributes
  1789. *menuBar*redoIndent.labelString:        Redo Indent
  1790. *menuBar*redoParagraphAlign.labelString:    Redo Align Paragraph
  1791. *menuBar*redoMorphContainer.labelString:    Redo Change Paragraph Style
  1792. *menuBar*redoInsertHorizRule.labelString:   Redo Insert Horizontal Rule
  1793. *menuBar*redoSetHorizRuleData.labelString:  Redo Set Horizontal Rule Data
  1794. *menuBar*redoInsertImage.labelString:        Redo Insert Image
  1795. *menuBar*redoSetImageData.labelString:        Redo Set Image Data
  1796. *menuBar*redoInsertBreak.labelString:        Redo Insert Break
  1797. *menuBar*redoChangePageData.labelString:    Redo Change Page Data
  1798. *menuBar*redoSetMetaData.labelString:        Redo Set Meta Data
  1799. *menuBar*redoDeleteMetaData.labelString:    Redo Delete Meta Data
  1800. *menuBar*redoInsertTarget.labelString:        Redo Insert Target
  1801. *menuBar*redoSetTargetData.labelString:        Redo Set Target Data
  1802. *menuBar*redoInsertUnknownTag.labelString:  Redo Unknown Tag
  1803. *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data
  1804. *menuBar*redoGroupOfChanges.labelString:    Redo Changes
  1805. *menuBar*redoSetListData.labelString:        Redo Set List Data
  1806. *menuBar*redoInsertTable.labelString:        Redo Insert Table
  1807. *menuBar*redoDeleteTable.labelString:        Redo Delete Table
  1808. *menuBar*redoSetTableData.labelString:        Redo Set Table Data
  1809. *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption
  1810. *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data
  1811. *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption
  1812. *menuBar*redoInsertTableRow.labelString:    Redo Insert Row
  1813. *menuBar*redoSetTableRowData.labelString:    Redo Set Row Data
  1814. *menuBar*redoDeleteTableRow.labelString:    Redo Delete Row
  1815. *menuBar*redoInsertTableColumn.labelString: Redo Insert Column
  1816. *menuBar*redoSetTableCellData.labelString:    Redo Set Cell Data
  1817. *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column
  1818. *menuBar*redoInsertTableCell.labelString:    Redo Insert Cell
  1819. *menuBar*redoDeleteTableCell.labelString:    Redo Delete Cell
  1820.  
  1821. *menuBar*deleteItem.labelString:        Delete
  1822. *menuBar*deleteItem.mnemonic:            D
  1823. *menuBar*deleteItem.acceleratorText:        Alt+D
  1824.  
  1825. *menuBar*selectAll.labelString:            Select All
  1826. *menuBar*selectAll.acceleratorText:        Alt+A
  1827. *menuBar*selectAll.mnemonic:            S
  1828.  
  1829. *selectTable.labelString:                       Select Table
  1830. *selectTable.mnemonic:                          T
  1831. *deleteTableMenu.labelString:                   Delete Table
  1832. *deleteTableMenu.mnemonic:                        l
  1833. *deleteTable.labelString:                       Table
  1834. *deleteTable.mnemonic:                          T
  1835. *deleteRow.labelString:                         Row
  1836. *deleteRow.mnemonic:                            R
  1837. *deleteColumn.labelString:                      Column
  1838. *deleteColumn.mnemonic:                         o
  1839. *deleteCell.labelString:                        Cell
  1840. *deleteCell.mnemonic:                           C
  1841.  
  1842. ! View Menu
  1843. *Editor*menuBar*source.labelString:                View Document Source
  1844. *Editor*menuBar*source.mnemonic:                S
  1845. *menuBar*editSource.labelString:                Edit Document Source
  1846. *menuBar*editSource.mnemonic:                    E
  1847. *menuBar*paragraphMarks.labelString:            Display Paragraph Marks
  1848. *menuBar*paragraphMarks.mnemonic:                P
  1849. !*displayTableBoundaries.labelString:           Display Table Boundaries
  1850. *displayTables.labelString:                     Display Tables
  1851. *displayTables.mnemonic:                        T
  1852.  
  1853. ! Insert Menu
  1854. *menuBar*insert.labelString:                    Insert
  1855. *menuBar*insertLink.labelString:                Link...
  1856. *menuBar*insertLink.mnemonic:                   L
  1857. *menuBar*insertTarget.labelString:              Target...
  1858. *menuBar*insertTarget.mnemonic:                 a
  1859. *menuBar*insertImage.labelString:               Image...
  1860. *menuBar*insertImage.mnemonic:                  I
  1861. *menuBar*insertHorizontalLine.labelString:      Horizontal Line...
  1862. *menuBar*insertHorizontalLine.mnemonic:         o
  1863. *menuBar*insertHtmlTag.labelString:             HTML Tag...
  1864. *menuBar*insertHtmlTag.mnemonic:                H
  1865. *insertTableMenu.labelString:                   Table
  1866. *insertTableMenu.mnemonic:                      T
  1867. *menuBar*insertNewLineBreak.labelString:        New Line Break
  1868. *menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
  1869. *menuBar*insertNewLineBreak.mnemonic:           N
  1870. *menuBar*insertBreakBelow.labelString:          Break below Image(s)
  1871. *menuBar*insertBreakBelow.mnemonic:             B
  1872. *menuBar*insertNonBreaking.labelString:         Nonbreaking Space
  1873. *menuBar*insertNonBreaking.acceleratorText:     Shift+Space
  1874. *menuBar*insertNonBreaking.mnemonic:            S
  1875.  
  1876. ! Insert/Tables pullaside.
  1877. *insertTable.labelString:                       Table...
  1878. *insertTable.mnemonic:                          T
  1879. *insertRow.labelString:                         Row
  1880. *insertRow.mnemonic:                            R
  1881. *insertColumn.labelString:                      Column
  1882. *insertColumn.mnemonic:                         o
  1883. *insertCell.labelString:                        Cell
  1884. *insertCell.mnemonic:                           C
  1885.  
  1886. ! Properties Menu
  1887. *menuBar*properties.labelString:        Properties
  1888. *menuBar*textProperties.labelString:    Text...
  1889. *menuBar*textProperties.mnemonic:        e
  1890. *menuBar*linkProperties.labelString:    Link...
  1891. *menuBar*linkProperties.mnemonic:        L
  1892. *menuBar*imageProperties.labelString:    Image...
  1893. *menuBar*imageProperties.mnemonic:        I
  1894. *menuBar*targetProperties.labelString:    Target...
  1895. *menuBar*targetProperties.mnemonic:        a
  1896. *menuBar*tableProperties.labelString:    Table...
  1897. *menuBar*tableProperties.mnemonic:        T
  1898. *menuBar*hruleProperties.labelString:    Horizontal Line...
  1899. *menuBar*hruleProperties.mnemonic:        o
  1900. *menuBar*tagProperties.labelString:        HTML Tag...
  1901. *menuBar*tagProperties.mnemonic:        H
  1902. *menuBar*documentProperties.labelString: Document...
  1903. *menuBar*documentProperties.mnemonic:   D
  1904.  
  1905. ! Properties Character Pullaside
  1906. *charProperties.labelString:            Character
  1907. *charProperties.mnemonic:                C
  1908. *charProperties.bold.labelString:        Bold
  1909. *charProperties.bold.acceleratorText:    Alt+B
  1910. *charProperties.bold.mnemonic:            B
  1911. *charProperties.underline.labelString:    Underline
  1912. *charProperties.underline.acceleratorText:    Alt+U
  1913. *charProperties.underline.mnemonic:        U
  1914. *charProperties.italic.labelString:        Italic
  1915. *charProperties.italic.acceleratorText:    Alt+I
  1916. *charProperties.italic.mnemonic:        I
  1917. *charProperties.fixed.labelString:        Fixed Width
  1918. *charProperties.fixed.acceleratorText:    Alt+T
  1919. *charProperties.fixed.mnemonic:            F
  1920. *charProperties.superscript.labelString: Superscript
  1921. *charProperties.superscript.mnemonic:    p
  1922. *charProperties.subscript.labelString:  Subscript
  1923. *charProperties.subscript.mnemonic:        S
  1924. *charProperties.strikethrough.labelString:    Strikethrough
  1925. *charProperties.strikethrough.mnemonic:    t
  1926. *charProperties.blink.labelString:        Blink
  1927. *charProperties.blink.mnemonic:         k
  1928. *charProperties.textColor.labelString:  Text Color...
  1929. *charProperties.textColor.mnemonic:        C
  1930. *charProperties.defaultColor.labelString:    Default Color
  1931. *charProperties.defaultColor.mnemonic:    D
  1932. *charProperties.serverJavaScript.labelString:    JavaScript (Server)
  1933. *charProperties.serverJavaScript.mnemonic: J
  1934. *charProperties.clientJavaScript.labelString:    JavaScript (Client)
  1935. *charProperties.clientJavaScript.mnemonic: v
  1936. *menuBar*charProperties.clearAllStyles.labelString:    Clear All Styles
  1937. *menuBar*charProperties.clearAllStyles.acceleratorText:    Alt+K
  1938. *menuBar*charProperties.clearAllStyles.mnemonic:    a
  1939. *menuBar*fontSize.labelString:            Font Size
  1940. *menuBar*fontSize.mnemonic:                S
  1941. *menuBar*paragraphProperties.labelString:    Paragraph
  1942. *menuBar*paragraphProperties.mnemonic:        P
  1943. *menuBar*paragraphProperties.indent.labelString:        Indent one level
  1944. *menuBar*paragraphProperties.indent.acceleratorText:    Tab
  1945. *menuBar*paragraphProperties.indent.mnemonic:           I
  1946. *menuBar*paragraphProperties.outdent.labelString:        Remove one indent level
  1947. *menuBar*paragraphProperties.outdent.acceleratorText:    Shift+Tab
  1948. *menuBar*paragraphProperties.outdent.mnemonic:          R
  1949.  
  1950. ! Properties Font Size PullAside/Toolbar Font Size Popup.
  1951. *characterToolbar*fontSize.marginWidth:            0
  1952. *characterToolbar*fontSize.marginHeight:        0
  1953. *fontSize.XmPushButtonGadget.labelType: STRING
  1954. *fontSize.minusTwo.labelString:                -2
  1955. *fontSize.minusOne.labelString:                -1
  1956. *fontSize.plusZero.labelString:                +0
  1957. *fontSize.plusZero.mnemonic:                 0
  1958. *fontSize.plusOne.labelString:                +1
  1959. *fontSize.plusOne.mnemonic:                  1
  1960. *fontSize.plusTwo.labelString:                +2 
  1961. *fontSize.plusTwo.mnemonic:                  2
  1962. *fontSize.plusThree.labelString:            +3
  1963. *fontSize.plusThree.mnemonic:                3
  1964. *fontSize.plusFour.labelString:                +4
  1965. *fontSize.plusFour.mnemonic:                 4
  1966.  
  1967. ! Properties Paragraph PullAside/Toolbar Properties Popup.
  1968. *paragraphToolbar*paragraphProperties.marginWidth:    0
  1969. *paragraphToolbar*paragraphProperties.marginHeight:    0
  1970. *paragraphProperties.XmPushButtonGadget.labelType:    STRING
  1971. *normal.labelString:            Normal
  1972. *normal.mnemonic:                N
  1973. *headingOne.labelString:        Heading 1
  1974. *headingOne.mnemonic:            1
  1975. *headingTwo.labelString:        Heading 2
  1976. *headingTwo.mnemonic:            2
  1977. *headingThree.labelString:        Heading 3
  1978. *headingThree.mnemonic:            3
  1979. *headingFour.labelString:        Heading 4
  1980. *headingFour.mnemonic:            4
  1981. *headingFive.labelString:        Heading 5
  1982. *headingFive.mnemonic:            5
  1983. *headingSix.labelString:        Heading 6
  1984. *headingSix.mnemonic:            6
  1985. *address.labelString:            Address
  1986. *address.mnemonic:                A
  1987. *formatted.labelString:            Formatted
  1988. *formatted.mnemonic:            F
  1989. *listItem.labelString:            List Item
  1990. *listItem.mnemonic:                L
  1991. *descriptionItem.labelString:        Description Title
  1992. *descriptionItem.mnemonic:        T
  1993. *descriptionText.labelString:        Description Text
  1994. *descriptionText.mnemonic:        x
  1995.  
  1996. ! Options Menu
  1997. *menuBar*editorPrefs.labelString:    Editor Preferences...
  1998. *menuBar*editorPrefs.mnemonic:        E
  1999. *Editor*menuBar*showToolbar.labelString:    Show File/Edit Toolbar
  2000. *Editor*menuBar*showToolbar.mnemonic:    T
  2001. *menuBar*showCharacter.labelString:    Show Character Toolbar
  2002. *menuBar*showCharacter.mnemonic:    C
  2003. *menuBar*showParagraph.labelString:    Show Paragraph Toolbar
  2004. *menuBar*showParagraph.mnemonic:    P
  2005.  
  2006. ! Windows Menu
  2007. *menuBar*netBrowser.labelString:    Netscape Browser
  2008. *menuBar*siteManager.labelString:    Netscape Site Manager
  2009.  
  2010. ! Editor Popup Menu
  2011. *popup*textProperties.labelString:      Text Properties...
  2012. *popup*textProperties.mnemonic:         x
  2013. *popup*targetProperties.labelString:    Target Properties...
  2014. *popup*targetProperties.mnemonic:       a
  2015. *popup*imageProperties.labelString:     Image Properties...
  2016. *popup*imageProperties.mnemonic:        I
  2017. *popup*tableProperties.labelString:     Table Properties...
  2018. *popup*tableProperties.mnemonic:        T
  2019. *popup*hruleProperties.labelString:     Horizontal Line Properties...
  2020. *popup*hruleProperties.mnemonic:        o
  2021. *popup*tagProperties.labelString:       HTML Tag Properties...
  2022. *popup*tagProperties.mnemonic:          H
  2023. *popup*paragraphProperties.labelString: Paragraph Properties...
  2024. *popup*paragraphProperties.mnemonic:    g
  2025. *popup*documentProperties.labelString:  Document Properties...
  2026. *popup*documentProperties.mnemonic:     D
  2027. *popup*insert.labelString:              Insert
  2028. *popup*insert.mnemonic:                 s
  2029. *popup*delete.labelString:              Delete
  2030. *popup*delete.mnemonic:                 l
  2031. *popup*insertLink.labelString:          Insert Link...
  2032. *popup*insertLink.mnemonic:             n
  2033. *popup*linkProperties.labelString:      Link Properties...
  2034. *popup*linkProperties.mnemonic:         n
  2035. *popup*browseLink.labelString:          Open Link in Browser...
  2036. *popup*browseLink.mnemonic:             w
  2037. *popup*editLink.labelString:            Open Link in Editor...
  2038. *popup*editLink.mnemonic:               E
  2039. *popup*bookmarkLink.labelString:        Add Link to Bookmarks
  2040. *popup*bookmarkLink.mnemonic:           B
  2041. *popup*copyLink.labelString:            Copy Link to Clipboard
  2042. *popup*copyLink.mnemonic:               k
  2043. *popup*removeLink.labelString:          Remove Link
  2044. *popup*removeLink.mnemonic:             R
  2045. *popup*cut.labelString:                 Cut
  2046. *popup*cut.mnemonic:                    u
  2047. *popup*cut.acceleratorText:             Alt+X
  2048. *popup*copy.labelString:                Copy
  2049. *popup*copy.mnemonic:                   C
  2050. *popup*copy.acceleratorText:            Alt+C
  2051. *popup*paste.labelString:               Paste
  2052. *popup*paste.mnemonic:                  P
  2053. *popup*paste.acceleratorText:           Alt+Y
  2054.  
  2055. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2056. ! Editor toolbar (text only).
  2057. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2058. *toolBar.editDocument.labelString:      Edit
  2059. *toolBar.editorNewBlank.labelString:    New
  2060. *toolBar.editorOpenFile.labelString:    Open...
  2061. *toolBar.save.labelString:              Save
  2062. *toolBar.editorBrowse.labelString:      Browse
  2063. *toolBar.cut.labelString:        Cut
  2064. *toolBar.copy.labelString:        Copy
  2065. *toolBar.paste.labelString:        Paste
  2066. *toolBar.publish.labelString:        Publish...
  2067.  
  2068. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2069. ! Editor dialogs.
  2070. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2071. *textPropertiesDialog_popup.title:            Netscape: Properties
  2072. *textPropertiesDialog.folder.XmForm.marginHeight:    10
  2073. *textPropertiesDialog.folder.XmForm.marginWidth:    10
  2074. *textPropertiesDialog*XmFrame.marginHeight:        2
  2075. *textPropertiesDialog*XmFrame.marginWidth:        2
  2076. *imagePropertiesDialog_popup.title:               Netscape: Properties
  2077. *imagePropertiesDialog.folder.XmForm.marginHeight:    10
  2078. *imagePropertiesDialog.folder.XmForm.marginWidth:    10
  2079. *imagePropertiesDialog*XmFrame.marginHeight:        2
  2080. *imagePropertiesDialog*XmFrame.marginWidth:        2
  2081.  
  2082. ! Properties/Link properties.
  2083. *linkProperties.tabLabelString:    Link
  2084. *linkSourceTitle.labelString:    Link source
  2085. *linkSourceLabel.labelString:        Enter the text of the link:
  2086. *linkToTitle.labelString:        Link to
  2087. *linkToLabel.labelString:        Enter link to a page location or local file:
  2088. *browseFile.labelString:        Browse File...
  2089. *removeLink.labelString:        Remove Link
  2090. *removeLinks.labelString:        Remove Links
  2091. *menuBar*removeLinks.mnemonic:      R
  2092. *linkTarget.labelString:        \
  2093.             Link to a named target in specified document(optional)
  2094. *showTargets.labelString:        Show targets in: 
  2095. *currentDocument.labelString:        Current document
  2096. *selectedFile.labelString:        Selected file
  2097. *linkProperties*targetText.height:                100
  2098.  
  2099. ! Properties/Character properties:
  2100. *characterProperties.tabLabelString:    Character
  2101. *colorTitle.labelString:                Color
  2102. *colorLabel.labelString:                Current color:
  2103. *default.labelString:                      Document's default color
  2104. *custom.labelString:                    Custom color
  2105. *chooseColor.labelString:                Choose Color...
  2106. *colorText.labelString:        Selected text will be set to the chosen color.
  2107. *sizeTitle.labelString:                    Size
  2108. *sizeText.labelString:        Each paragraph style has\nits own default size.
  2109. *styleTitle.labelString:                Style
  2110. *clearStyles.labelString:                Clear Style Settings
  2111. *characterProperties*clearStyles.marginWidth:        10
  2112. *characterProperties*clearStyles.marginHeight:        5
  2113. *characterProperties*clearStyles.leftOffset:        30
  2114. *characterProperties*clearStyles.rightOffset:        30
  2115. *characterProperties*clearStyles.bottomAttachment:    ATTACH_FORM
  2116. *characterProperties*clearStyles.bottomOffset:        5
  2117. *characterProperties*javaFrame.leftOffset:        10
  2118. *characterProperties*sizeFrame.leftOffset:        10
  2119. *javaTitle.labelString:                    Java Script
  2120. *java*client.labelString:                Client
  2121. *java*server.labelString:                Server
  2122. *clearAll.labelString:                    Clear All Settings
  2123. *characterProperties*clearAll.marginWidth:        10
  2124. *characterProperties*clearAll.marginHeight:        5
  2125. *characterProperties*clearAll.topOffset:        20
  2126. *characterProperties*clearAll.leftOffset:        15
  2127. *characterProperties*clearAll.rightOffset:        15
  2128.  
  2129. ! Properties/Paragraph properties:
  2130. *paragraphProperties.tabLabelString: Paragraph
  2131. *styleLabel.labelString:            Paragraph style:
  2132. *additionalLabel.labelString:            Additional style:
  2133. *additional*default.labelString:        Default
  2134. *additional*list.labelString:            List
  2135. *additional*blockQuote.labelString:        Block quote
  2136. *listTitle.labelString:                List
  2137. *listLabel.labelString:                Style:
  2138. *numbered.labelString:                Numbered
  2139. *unnumbered.labelString:            Unnumbered
  2140. *directory.labelString:                Directory
  2141. *menu.labelString:                Menu
  2142. *description.labelString:            Description
  2143. *automatic.labelString:                Automatic
  2144. *digital.labelString:                1,2,3,4,5..
  2145. *lowerRoman.labelString:            i,ii,iii,iv,v..
  2146. *upperRoman.labelString:            I,II,III,IV,V..
  2147. *lowerAlpha.labelString:            a,b,c,d,e..
  2148. *upperAlpha.labelString:            A,B,C,D,E..
  2149. *solidCircle.labelString:            Solid Circle
  2150. *openCircle.labelString:            Open Circle
  2151. *openSquare.labelString:            Open Square
  2152. *startLabel.labelString:            Starting number
  2153. *startText.columns:                4
  2154. *spaceAvailable.labelString:            This Space Available
  2155. *paragraphProperties*spaceAvailable.topOffset:    40
  2156. *paragraphProperties*spaceAvailable.leftOffset:    150
  2157.  
  2158. ! Properties/Image properties:
  2159. *imageProperties.tabLabelString:    Image
  2160. *imageFileTitle.labelString:            Image file name
  2161. *browse.labelString:                Browse...
  2162. *alternativeInfoLabel.labelString:    Alternative representations (optional):
  2163. *alternativeImageLabel.labelString:        Image:
  2164. *alternativeTextLabel.labelString:        Text:
  2165. *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
  2166. *alignmentTitle.labelString:            Alignment
  2167. *alignmentInfoLabel.labelString:    \
  2168. To see wrapped text, view page in Browse window.
  2169. *heightLabel.labelString:            Height:
  2170. *widthLabel.labelString:            Width:
  2171. *imageSpaceTitle.labelString:            Space around image
  2172. *imageProperties.imageSpaceFrame.leftOffset:    10
  2173. *leftRightLabel.labelString:            Left and right:
  2174. *topBottomLabel.labelString:            Top and Bottom:
  2175. *solidBorderLabel.labelString:            Solid Border:
  2176. *originalSize.labelString:            Original Size
  2177. *copyImage.labelString:                Copy image to document location
  2178. *removeImageMap.labelString:            Remove Image Map
  2179. *editImage.labelString:                Edit Image
  2180.  
  2181. ! Horizontal Line Properties
  2182. *horizontalLineProperties_popup.title: Netscape: Horizontal Line
  2183. *dimensionsTitle.labelString:       Dimensions
  2184. *horizontalLineProperties*XmFrame.marginWidth:  10
  2185. *horizontalLineProperties*XmFrame.marginHeight: 10
  2186. *heightLabel.labelString:           Height:
  2187. *heightText.columns:                4
  2188. *pixels.labelString:                pixels
  2189. *widthLabel.labelString:            Width:
  2190. *widthText.columns:                 4
  2191. *percent.labelString:               % of window
  2192. *alignTitle.labelString:            Align
  2193. *left.labelString:                  Left
  2194. *center.labelString:                Center
  2195. *right.labelString:                 Right
  2196. *threeDShading.labelString:         3-D shading
  2197.  
  2198. ! Document Properties & Editor Preferences/Appearance
  2199. *appearanceProperties.tabLabelString:                Appearance
  2200. *documentPropertiesDialog_popup.title:        Netscape: Document Properties
  2201. *editorPreferencesDialog_popup.title:        Netscape: Editor Preferences
  2202. *folder*appearance.marginHeight:        10
  2203. *folder*appearance.marginWidth:            10
  2204. *folder*appearance*XmFrame.marginHeight:    2
  2205. *folder*appearance*XmFrame.marginWidth:        2
  2206. *appearance*custom.labelString:            Use custom colors
  2207. *appearance*browser.labelString:        \
  2208. Use the Browser's color settings
  2209. *schemesTitle.labelString:            Color schemes
  2210. *save.labelString:                    Save
  2211. *remove.labelString:                Remove
  2212. *documentColorsTitle.labelString:    Document colors
  2213. *documentPropertiesDialog*previewFrame.marginHeight:    0
  2214. *documentPropertiesDialog*previewFrame.marginWidth:    0
  2215. *appearance*normal.labelString:            Normal text...
  2216. *appearance*link.labelString:            Link text...
  2217. *appearance*active.labelString:            Active Link text...
  2218. *appearance*followed.labelString:        Followed Link text...
  2219. *appearance*background.labelString:        Background...
  2220. *appearance*backgroundInfo.labelString:        Background image will override color.
  2221. *appearance*preview.normal.labelString:        Normal text
  2222. *appearance*preview.link.labelString:        Link text
  2223. *appearance*preview.active.labelString:        Active (selected) link
  2224. *appearance*preview.followed.labelString:    Followed (visited) link
  2225. *appearance*preview*normalLabelString:        Normal text
  2226. *appearance*preview*linkLabelString:        Link text
  2227. *appearance*preview*activeLabelString:        Active (selected) link
  2228. *appearance*preview*followedLabelString:    Followed (visited) link
  2229. *backgroundImageTitle.labelString:            Background image
  2230. *browseImageFile.labelString:                Browse for File...
  2231. *solid.labelString:                Solid color
  2232. *useImage.labelString:                Use Image
  2233. *choose.labelString:                Choose Color...
  2234. *documentPropertiesDialog*appearance*infoLabel.labelString:    \
  2235. These settings will be applied to the current document.
  2236. *editorPreferencesDialog*appearance*infoLabel.labelString:    \
  2237. These settings will be applied to new documents, not the current.
  2238.  
  2239. ! Document Properties/General
  2240. *generalProperties.tabLabelString:    General
  2241. *folder*general.marginHeight:            10
  2242. *folder*general.marginWidth:            10
  2243. *locationLabel.labelString:            Location:
  2244. *titleLabel.labelString:            Title:
  2245. *authorLabel.labelString:            Author:
  2246. *descriptionLabel.labelString:            Description:
  2247. *createdLabel.labelString:            Creation date:
  2248. *updatedLabel.labelString:            Last updated:
  2249. *otherAttributesTitle.labelString:        Other attributes
  2250. *infoLabel.labelString:                \
  2251. Use commas to separate multiple words or phrases.
  2252. *keywordsLabel.labelString:            Keywords:
  2253. *classificationLabel.labelString:        Classification:
  2254.  
  2255. ! Document Properties/Advanced
  2256. *advanced.tabLabelString:            Advanced
  2257. *folder*advanced.marginHeight:        10
  2258. *folder*advanced.marginWidth:        10
  2259. *systemLabel.labelString:        Netscape system variables (HTTP-EQUIV):
  2260. *userLabel.labelString:            User variables (META):
  2261. *nameLabel.labelString:            Name:
  2262. *valueLabel.labelString:        Value:
  2263. *delete.labelString:            Delete
  2264. *set.labelString:            Set
  2265. *new.labelString:            New
  2266.  
  2267. ! Target Properties
  2268. *targetPropertiesDialog_popup.title:    Netscape: Target Properties
  2269. *targetLabel.labelString:        Enter a name for this target:
  2270.  
  2271. ! Html Properties
  2272. *htmlPropertiesDialog_popup.title:    Netscape: HTML Tag
  2273. *htmlPropertiesInfo.labelString:    \
  2274.     Enter tag name and any attributes or parameters for one tag only.
  2275. *htmlPropertiesDialog.Apply.labelString:Verify
  2276. *htmlPropertiesDialog.ApplyLabelString: Verify
  2277.  
  2278. ! Editor Preferences/General
  2279. *generalPreferences.tabLabelString:    General
  2280. *authorTitle.labelString:        Author name
  2281. *externalTitle.labelString:        External editors
  2282. *htmlLabel.labelString:            HTML source:
  2283. *imageLabel.labelString:        Image:
  2284. *templateTitle.labelString:        New document template
  2285. *locationLabel.labelString:        Location:
  2286. *templateInfo.labelString:        \
  2287.             This page will open when you select from menu:\n\
  2288. File/New Document/From Template.
  2289. *restoreDefault.labelString:        Restore default
  2290. *autosaveTitle.labelString:        Auto Save
  2291. *autosaveEnable.labelString:    Automatically save document every:
  2292. *minutes.labelString:            minutes
  2293.  
  2294. ! Editor/Tables Properties&Create
  2295. *table.tabLabelString:            Table
  2296. *row.tabLabelString:            Row
  2297. *cell.tabLabelString:            Cell
  2298. *tableCreateDialog_popup.title:                Netscape: New Table Properties
  2299. *tablePropertiesDialog_popup.title:               Netscape: Table Properties
  2300. *tableRowsLabel.labelString:                Number of rows:
  2301. *tableColumnsLabel.labelString:                Number of columns:
  2302. *attributesTitle.labelString:                Attributes
  2303. *tableAlignmentTitle.labelString:            Table alignment
  2304. *borderLineWidthLabel.labelString:            Border line width
  2305. *borderLineWidthUnits.labelString:            pixels
  2306. *cellSpacingLabel.labelString:                Cell spacing
  2307. *cellSpacingUnits.labelString:                pixels between cells
  2308. *cellPaddingLabel.labelString:                Cell padding
  2309. *cellPaddingUnits.labelString:                   pixel space within cells
  2310. *tableWidthToggle.labelString:                Table width
  2311. *tableHeightToggle.labelString:                Table min. height
  2312. *tableColorToggle.labelString:                Table color
  2313. *captionToggle.labelString:                Include caption
  2314. *above.labelString:                    above
  2315. *below.labelString:                    below table
  2316. *tableWidthUnits.marginWidth:                0
  2317. *tableWidthUnits.marginHeight:                0
  2318. *tableHeightUnits.marginWidth:                0
  2319. *tableHeightUnits.marginHeight:                0
  2320. *captionUnits.marginWidth:                0
  2321. *captionUnits.marginHeight:                0
  2322. *textAlignmentTitle.labelString:            Text alignment
  2323. *horizontalLabel.labelString:                Horizontal
  2324. *verticalLabel.labelString:                Vertical
  2325. *textAlignment*default.labelString:            Default
  2326. *textAlignment*left.labelString:            Left
  2327. *textAlignment*right.labelString:            Right
  2328. *textAlignment*center.labelString:            Center
  2329. *textAlignment*top.labelString:                Top
  2330. *textAlignment*bottom.labelString:            Bottom
  2331. *textAlignment*baselines.labelString:            Baselines
  2332. *tableAlignmentBox*left.labelString:            Left
  2333. *tableAlignmentBox*right.labelString:            Right
  2334. *tableAlignmentBox*center.labelString:            Center
  2335. *rowColorToggle.labelString:                Row color
  2336. *textOtherTitle.labelString:                Text
  2337. *headerStyle.labelString:                Header style
  2338. *wrapText.labelString:                    Wrap text
  2339. *cellRowsLabel.labelString:                Cell spans
  2340. *cellColumnsLabel.labelString:                row(s), and 
  2341. *cellColumnsUnits.labelString:                column(s)
  2342. *cellWidthToggle.labelString:                Cell width
  2343. *cellHeightToggle.labelString:                Cell min. height
  2344. *cellColorToggle.labelString:                Cell color
  2345. *percentOfCell.labelString:                % of parent cell
  2346. *percentOfWindow.labelString:            % of window
  2347. *cancel.cancelLabelString:              Cancel
  2348. *cancel.closeLabelString:               Close
  2349. *Cancel.cancelLabelString:              Cancel
  2350. *Cancel.closeLabelString:               Close
  2351.  
  2352. ! Editor Preferences/Publish
  2353. *publishPreferences.tabLabelString:    Publish
  2354. *folder*publish.marginHeight:        10
  2355. *folder*publish.marginWidth:        10
  2356. *linksAndImagesTitle.labelString:    Links and images
  2357. *linksAndImagesLabel.labelString:    \
  2358.     When saving remote documents, and when inserting links and images:
  2359. *linksToggle.labelString:        Maintain links
  2360. *linksInfo.labelString:            \
  2361.     Adjust links to work from the document's location. (Links to local\n\
  2362. documents will work when local versions exist).
  2363. *imagesToggle.labelString:        Keep images with document
  2364. *imagesInfo.labelString:        \
  2365.     Save copies of images to the document's location.\n\
  2366. Images will always appear in local versions of the document and\n\
  2367. when document is published.
  2368. *linksAndImagesTip.labelString:        \
  2369.         Tip: Set both options if you will be using remote publishing.
  2370. *publishTitle.labelString:        Default publishing location
  2371. *publishLabel.labelString:        Publish to (FTP or HTTP):    
  2372. *browseLabel.labelString:        Browse to (HTTP):
  2373. *usernameLabel.labelString:        User name:
  2374. *passwordLabel.labelString:        Password:
  2375. *savePassword.labelString:        Save password
  2376.  
  2377. ! Publish Files dialog box
  2378. *publishFilesDialog_popup.title:    Netscape: Publish Files
  2379. *localFilesTitle.labelString:        Local files
  2380. *localFiles.publishLabel.labelString:    Publish:
  2381. *includeLabel.labelString:        Include files:
  2382. *includeImages.labelString:        Include images
  2383. *includeFiles.labelString:        Include files
  2384. *selectNone.labelString:        Select None
  2385. *selectAll.labelString:            Select All
  2386. *publishLocationTitle.labelString:    Publishing location
  2387. *publishLocation.publishLabel.labelString: \
  2388.                 Upload files to this location (FTP or HTTP):
  2389. *useDefault.labelString:        Use Default Location
  2390.  
  2391. *hintDialog_popup.title:        Netscape: Hint
  2392. *dontDisplayAgain.labelString:    Don't display this message again.
  2393. *hintDialog.dontDisplayAgainRow.marginWidth: 9
  2394.  
  2395. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2396. ! Editor popups.
  2397. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2398. ! Color Picker
  2399. *setColors_popup.title:                    Netscape: Set Colors
  2400. *standardColorsTitle.labelString:    Standard Colors
  2401.  
  2402. ! Save Remote Dialog.
  2403. *saveRemote.marginHeight:        10
  2404. *saveRemote.marginWidth:        10
  2405. ! These don't seem to get set by above two lines.
  2406. *saveRemote*infoIcon.marginWidth:    15
  2407. *saveRemote*infoIcon.marginHeight:    15
  2408. *saveRemote_popup.title:        Netscape: Save Remote Document
  2409. *saveRemote*infoText.labelString:    \
  2410. This document is on a remote server.\n\
  2411. You must save it locally before making\n\
  2412. changes.
  2413. *saveRemote*linksTitle.labelString:    Links
  2414. *saveRemote*linksToggle.labelString:   Adjust links to aid in remote publishing
  2415. *saveRemote*linksText.labelString:    \
  2416. Links to other documents in the same location (directory) will work\n\
  2417. locally and when documents are published.\n\
  2418. \n\
  2419. Links to remote sites will not change.
  2420. *saveRemote*imagesTitle.labelString:    Images
  2421. *saveRemote*imagesToggle.labelString:    Save images with document
  2422. *saveRemote*imagesText.labelString:    \
  2423. Images will appear in local versions of the document.
  2424. *saveRemote*save.labelString:        Save
  2425. *saveRemote*cancel.labelString:        Cancel
  2426. *saveRemote*help.labelString:        Help
  2427.  
  2428. ! Confirm Save File(s) Dialog.
  2429. *confirmSaveFiles_popup.title:            Netscape: Confirm Save File
  2430. *confirmSaveFiles.marginHeight:            0
  2431. *confirmSaveFiles.marginWidth:            0
  2432. *yes.labelString:        Yes
  2433. *confirmSaveFiles*yesToAll.labelString:        Yes To All
  2434. *no.labelString:        No
  2435. *confirmSaveFiles*noToAll.labelString:        No To All
  2436. *confirmSaveFiles*cancel.labelString:        Cancel
  2437. *confirmSaveFiles*help.labelString:        Help
  2438. *confirmSaveFiles*defaultButtonShadowThickness:    0
  2439.  
  2440. ! Save/Upload files message dialogs.
  2441. *saveMessageDialog_popup.title:            Saving files
  2442. *uploadMessageDialog_popup.title:        Uploading files
  2443. *imageLoadMessageDialog_popup.title:    Loading image
  2444. *saveMessageDialog.width:               400
  2445. *uploadMessageDialog.width:             400
  2446. *imageLoadMessageDialog.width:          400
  2447.  
  2448. !=============================================================================
  2449. ! Mail/News column titles
  2450. !=============================================================================
  2451. *mailNewsColumns.folderlist.Name:    Name
  2452. *mailNewsColumns.folderlist.Unread:    Unread
  2453. *mailNewsColumns.folderlist.Total:    Total
  2454. *mailNewsColumns.messagelist.Thread:    Thread
  2455. *mailNewsColumns.messagelist.Sender:    Sender
  2456. *mailNewsColumns.messagelist.Subject:    Subject
  2457. *mailNewsColumns.messagelist.Date:    Date
  2458.  
  2459.  
  2460. !=============================================================================
  2461. *toolBar.back.labelString:        Back
  2462. *toolBar.forward.labelString:        Forward
  2463. *toolBar.home.labelString:        Home
  2464. *toolBar.reload.labelString:        Reload
  2465. *toolBar*loadImages.labelString:    Load Images
  2466. *toolBar.openURL.labelString:        Open...
  2467. *toolBar.print.labelString:        Print...
  2468. *toolBar*find.labelString:        Find...
  2469. *toolBar*abort.labelString:        Stop
  2470.  
  2471. *toolBar*spacer.marginWidth:        4
  2472. *urlBar*spacer.marginWidth:        4
  2473.  
  2474. *urlBar*whatsNew.labelString:        What's New?
  2475. *urlBar*whatsCool.labelString:        What's Cool?
  2476. *urlBar*inetIndex.labelString:        Destinations
  2477. *urlBar*inetSearch.labelString:        Net Search
  2478. *urlBar*inetWhite.labelString:        People
  2479. *urlBar*upgrade.labelString:        Software
  2480. *urlBar*welcome.labelString:        Welcome
  2481. *urlBar*newsgroups.labelString:        Newsgroups
  2482.  
  2483. *toolBar.getNewMail.labelString:    Get Mail
  2484. *toolBar.deleteMessage.labelString:    Delete
  2485. *toolBar.mailNew.labelString:        New Mail Message
  2486. *toolBar.postNew.labelString:        New
  2487. *toolBar.replyToSender.labelString:    Reply
  2488. *toolBar.replyToAll.labelString:    Reply All
  2489. *toolBar.postReply.labelString:        Post Reply
  2490. *toolBar.postAndMailReply.labelString:    Reply
  2491. *toolBar.forwardMessage.labelString:    Forward
  2492. *toolBar.previousUnreadMessage.labelString:Previous
  2493. *toolBar.nextUnreadMessage.labelString:    Next
  2494. *toolBar.markThreadRead.labelString:    Thread
  2495. *toolBar.markAllRead.labelString:    All
  2496.  
  2497. !=============================================================================
  2498. ! Toolbar for mail compose
  2499. *toolBar.SendOrSendLater.labelString:    Send
  2500. *toolBar.quoteMessage.labelString:    Quote
  2501. *toolBar.attachFile.labelString:    Attach
  2502. *toolBar.editAddressBook.labelString:    Address Book
  2503.  
  2504. !=============================================================================
  2505. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  2506. *optionsSavedMessage:        Options have been saved.
  2507. *clickToSaveMessage:        Click on the link to save.
  2508. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  2509. *noPreviousURLMessage:        No previous document.
  2510. *noNextURLMessage:        No next document.
  2511. *noHomeURLMessage:        No home document specified.
  2512. *notOverImageMessage:        Not over an image.
  2513. *notOverLinkMessage:        Not over a link.
  2514. *noSearchStringMessage:        Nothing to search for.
  2515. *wrapSearchMessage:         End of document reached; continue from beginning?
  2516. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  2517. *noAddressesMessage:         No recipients specified.
  2518. *noFileMessage:             No output file specified.
  2519. *noPrintCommandMessage:         No print command specified.
  2520. *overwriteFileMessage:         Overwrite existing file %s?
  2521. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  2522. *bookmarkConflictMessage:   \
  2523.             Bookmark list not saved.\nReload the disk version now?
  2524. *bookmarksNoFormsMessage:    \
  2525.           Cannot add the result of a form submission to the bookmark list.
  2526. *reallyQuitMessage:        Really Quit?
  2527. *doubleInclusionMessage:    \n\
  2528. The document has already been quoted.\n\
  2529.  \n\
  2530. Are you sure you want to quote it again?\n
  2531.  
  2532. *expireNowMessage:        \
  2533.         This will mark all of your links as unfollowed.\nProceed?
  2534. *clearMemCacheMessage:        \
  2535.     This will remove all the files currently in your memory cache.\nContinue?
  2536. *clearDiskCacheMessage:        \
  2537.     This will remove all the files currently in your disk cache.\nContinue?
  2538.  
  2539. *createCacheDirErrorMessage: \
  2540. Error: unable to create the persistent cache directory:\n\
  2541.  \n\
  2542.         %s: %s.\n\
  2543.  \n\
  2544. Please set a new disk cache directory using the\n\
  2545. `Network Preferences' dialog, found on the `Options' menu.\n
  2546.  
  2547. *createdCacheDirMessage: \
  2548. A directory has been created for use as the disk cache:\n\
  2549.  \n\
  2550.         %s/\n\
  2551.  \n\
  2552. You can change the cache directory in the `Network Preferences'\n\
  2553. dialog, found under the `Options' menu.\n
  2554.  
  2555. *cacheNotDirMessage: \
  2556. Error: the directory configured for use as the disk cache\n\
  2557. exists, but is not a directory:\n\
  2558.  \n\
  2559.         %s\n\
  2560.  \n\
  2561. Please set a new disk cache directory using the\n\
  2562. `Network Preferences' dialog, found on the `Options' menu.\n
  2563.  
  2564. *cacheSuffixMessage: \
  2565.  \n\
  2566. There should be one disk cache per user, so using a shared\n\
  2567. directory (such as /tmp) is not advised.\n\
  2568.  \n\
  2569. The maximum disk cache size is currently %d kilobytes.\n\
  2570. You can change the cache size in the 'Network Preferences'\n\
  2571.  dialog.\n\
  2572.  \n\
  2573. If you wish to disable disk caching, set the Disk Cache Size\n\
  2574. to 0.  If you do this, documents will continue to be cached\n\
  2575. in memory according to the Memory Cache Size preference,\n\
  2576. but will no longer be cached on disk.  This means that the\n\
  2577. cache will not last from session to session of Netscape.
  2578.  
  2579. *cubeTooSmallMessage:        \
  2580. We were only able to allocate %d cells for the color\n\
  2581. cube to which images are dithered.  As a result, the\n\
  2582. image quality may be poor.\n\
  2583.  \n\
  2584. One way to improve image quality is to exit any other\n\
  2585. color-intensive applications which are running and\n\
  2586. restart Netscape.\n\
  2587.  \n\
  2588. Another way is to run Netscape with the `-install' \n\
  2589. command-line option, which will cause it to use a\n\
  2590. private colormap.  The drawback to this is that on\n\
  2591. some systems, this will result in colormap flashing\n\
  2592. when moving focus to other windows.
  2593.  
  2594. *renameInitFilesMessage:        \
  2595. Preferences files from an older version of Netscape exist;\n\
  2596. This version of Netscape uses the same file formats, but the\n\
  2597. file names have changed.  Would you like us to rename these\n\
  2598. files now?
  2599.  
  2600. *unsentMailMessage:            \
  2601.  Unsent mail messages exist, do you really want to quit without sending them?
  2602.  
  2603. *binaryDocumentMessage:            \
  2604.  This document is binary data; cannot view source.
  2605.  
  2606. ! For Helper App Editor - Delete
  2607. *helperAppDeleteMessage:            \
  2608. Are you sure you want to delete this MIME type? Any future\n\
  2609. files of this type that you encounter will not be recognized\n\
  2610. by Netscape's plug-ins or Netscape's helper applications.
  2611.  
  2612. !=============================================================================
  2613. !*preeditType:                root
  2614. !*Netscape.preeditType:            overthespot
  2615.  
  2616. ! default titles for the TopLevelShell widgets.
  2617. ! note that the title and icon title of Navigator windows are
  2618. ! changed at runtime; these resources won't override that.
  2619. *title:                    Netscape
  2620. *iconName:                Netscape
  2621. *Navigator.title:            Netscape Navigator 3.04
  2622. *Mail.title:                Netscape Mail
  2623. *Mail.iconName:                Mail
  2624.  
  2625. *News.title:                Netscape News
  2626. *News.iconName:                News
  2627.  
  2628. *Download.title:            Netscape Download
  2629. *Download.iconName:            Download
  2630. *Composition.title:            Netscape Message Composition
  2631. *Composition.iconName:            Message Composition
  2632. *Bookmark.title:            Netscape: Bookmarks
  2633. *Bookmark.iconName:            Bookmarks
  2634. *AddressBook.title:            Netscape: Address Book
  2635. *AddressBook.iconName:            Address Book
  2636. *Editor.title:                Netscape: Editor
  2637. *Editor.iconName:            Editor
  2638.  
  2639. *popup.title.labelString:        Netscape Commands:
  2640. *popup.back.labelString:        Back
  2641. *popup.back.mnemonic:            B
  2642. *popup.forward.labelString:        Forward
  2643. *popup.forward.mnemonic:        F
  2644. *popup.home.labelString:        Home
  2645. *popup.showMenubar.labelString:        Show Menubar
  2646. *popup.showMenubar.mnemonic:        M
  2647. *popup.openURL.labelString:        Open this Link
  2648. *popup.openURL.mnemonic:        O
  2649. *popup.addFrameBookmark.labelString: Add Bookmark for this Frame
  2650. *popup.addFrameBookmark.mnemonic:    k
  2651. *popup.openFrameNewWindow.labelString: New Window with this Frame
  2652. *popup.openFrameNewWindow.mnemonic:    W
  2653. *popup.addURLBookmark.labelString:    Add Bookmark for this Link
  2654. *popup.addURLBookmark.mnemonic:        A
  2655. *popup.openURLNewWindow.labelString:    New Window with this Link
  2656. *popup.openURLNewWindow.mnemonic:    N
  2657. *popup.saveURL.labelString:        Save Link As...
  2658. *popup.saveURL.mnemonic:        S
  2659. *popup.copyURLToClip.labelString:    Copy this Link Location to Clipboard
  2660. *popup.copyURLToClip.mnemonic:        C
  2661. *popup.openImage.labelString:        Open this Image
  2662. *popup.openImage.mnemonic:        I
  2663. *popup.saveImage.labelString:        Save this Image As...
  2664. *popup.saveImage.mnemonic:        v
  2665. *popup.copyImageURLToClip.labelString:    Copy this Image Location
  2666. *popup.copyImageURLToClip.mnemonic:    p
  2667. *popup.loadDelayedImage.labelString:    Load this Image
  2668. *popup*back.acceleratorText:        Alt+Left
  2669. *popup*forward.acceleratorText:        Alt+Right
  2670. *popup*saveURL.acceleratorText:        Shift+Button1
  2671. *popup*openURL.acceleratorText:        Button1
  2672. *popup*openURLNewWindow.acceleratorText:Button2
  2673. *popup.XmPushButtonGadget.marginLeft:    5
  2674. *popup.XmPushButtonGadget.marginRight:    5
  2675. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  2676. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  2677. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  2678. *popup.separator2.height:        5
  2679. *popup.separator2.separatorType:    NO_LINE
  2680. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  2681. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  2682. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  2683.  
  2684. !
  2685. ! Convert from old version file formats
  2686. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  2687. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  2688.  
  2689. !
  2690. ! Convert from old version file formats
  2691. *sendNow_popup*OK.labelString:        Yes
  2692. *sendNow_popup*Cancel.labelString:    No
  2693.  
  2694.  
  2695. ! Mail/News popup menus
  2696. !
  2697. *Mail*popup.title.labelString:        Netscape Mail
  2698. *News*popup.title.labelString:        Netscape News
  2699.  
  2700. ! News open News host dialog
  2701. !
  2702. *News*openNewsHost.title:    Netscape: Open News Host
  2703. *News*openNewsHost*selectionLabelString:    \
  2704.                 Input name and port of news host to open:
  2705. *News*openNewsHost*hostLabel.labelString:    News host:
  2706. *News*openNewsHost*hostLabel.alignment:        ALIGNMENT_END
  2707. *News*openNewsHost*portLabel.labelString:    Port:
  2708. *News*openNewsHost*portLabel.leftOffset:    10
  2709. *News*openNewsHost*portLabel.alignment:        ALIGNMENT_END
  2710. *News*openNewsHost*secure.labelString:        Secure
  2711. *News*openNewsHost*secure.topOffset:        10
  2712. *News*openNewsHost*portText.columns:        5
  2713.  
  2714. *history_popup.title:                Netscape: Window History
  2715. *history_popup*listLabelString:            Where You've Been...
  2716. *history_popup*OK.labelString:            Go To
  2717. *history_popup*OkLabelString:            Go To
  2718. *history_popup*Cancel.labelString:        Close
  2719. *history_popup*CancelLabelString:        Close
  2720. *history_popup*Apply.labelString:        Create Bookmark
  2721. *history_popup*ApplyLabelString:        Create Bookmark
  2722.  
  2723. *source_popup.title:                Netscape: View Source
  2724. *source_popup*save.labelString:            Save...
  2725. *source_popup*OK.labelString:            OK
  2726. *source_popup*text.editable:            False
  2727. *source_popup*text.cursorPositionVisible:    False
  2728. *source_popup*text.wordWrap:            True
  2729. *source_popup*text.scrollHorizontal:        False
  2730. *source_popup*urlLabel.labelString:        Location:
  2731. *source_popup*titleLabel.labelString:        Title:
  2732. *source_popup*titleLabel.leftOffset:        0
  2733. *source_popup*titleLabel.rightOffset:        4
  2734. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  2735. *source_popup*urlLabel.topOffset:        0
  2736. *source_popup*urlLabel.leftOffset:        0
  2737. *source_popup*urlLabel.rightOffset:        4
  2738. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  2739. *source_popup*titleText.leftOffset:        0
  2740. *source_popup*titleText.rightOffset:        0
  2741. *source_popup*urlText.leftOffset:        0
  2742. *source_popup*urlText.rightOffset:        0
  2743. *source_popup*text.leftOffset:            0
  2744. *source_popup*text.rightOffset:            0
  2745. *source_popup*XmScrolledWindow.topOffset:    8
  2746. *source_popup*text.columns:            80
  2747. *source_popup*text.rows:            20
  2748.  
  2749. *docinfo_popup.title:                Netscape: Document Information
  2750. *docinfo_popup*OK.labelString:    OK
  2751. *docinfo_popup*titleLabel.labelString:        Title:
  2752. *docinfo_popup*urlLabel.labelString:        Location:
  2753. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  2754. *docinfo_popup*sourceLabel.labelString:        Source:
  2755. *docinfo_popup*charsetLabel.labelString:    Encoding:
  2756. *docinfo_popup*dpyLabel.labelString:        Visual:
  2757. *docinfo_popup*securityFrame.label.labelString:    Security Information
  2758. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  2759. *docinfo_popup*certificateText.columns:        60
  2760. *docinfo_popup*certificateText.rows:        6
  2761. *docinfo_popup*certificateText.wordWrap:    True
  2762. *docinfo_popup*certificateText.scrollHorizontal:False
  2763. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  2764. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  2765. *docinfo_popup*securityText.wordWrap:        True
  2766. *docinfo_popup*securityText.scrollHorizontal:    False
  2767. *docinfo_popup*urlLabel.topOffset:        0
  2768. *docinfo_popup*urlLabel.leftOffset:        0
  2769. *docinfo_popup*urlLabel.rightOffset:        4
  2770. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  2771. *docinfo_popup*titleLabel.leftOffset:        0
  2772. *docinfo_popup*titleLabel.rightOffset:        4
  2773. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  2774. *docinfo_popup*modifiedLabel.topOffset:        0
  2775. *docinfo_popup*modifiedLabel.leftOffset:    0
  2776. *docinfo_popup*modifiedLabel.rightOffset:    4
  2777. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  2778. *docinfo_popup*charsetLabel.topOffset:        0
  2779. *docinfo_popup*charsetLabel.leftOffset:        0
  2780. *docinfo_popup*charsetLabel.rightOffset:    4
  2781. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  2782. *docinfo_popup*sourceLabel.topOffset:        0
  2783. *docinfo_popup*sourceLabel.leftOffset:        0
  2784. *docinfo_popup*sourceLabel.rightOffset:        4
  2785. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  2786. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  2787. *docinfo_popup*dpyLabel.topOffset:        5
  2788. *docinfo_popup*dpyLabel.leftOffset:        0
  2789. *docinfo_popup*dpyLabel.rightOffset:        4
  2790. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  2791. *docinfo_popup*dpyText.rows:            3
  2792. *docinfo_popup*dpyText.columns:            48
  2793. *docinfo_popup*titleText.columns:        40
  2794. *docinfo_popup*securityFrame.topOffset:        10
  2795. *docinfo_popup*keyDescLabel.leftOffset:        14
  2796. *docinfo_popup*keyDescLabel.rightOffset:    14
  2797. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  2798. *docinfo_popup*certificateLabel.leftOffset:    10
  2799. *docinfo_popup*certificateLabel.rightOffset:    10
  2800. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  2801. *docinfo_popup*securityLabel.leftOffset:    14
  2802. *docinfo_popup*securityLabel.rightOffset:    14
  2803. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  2804. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  2805. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  2806.  
  2807. *docinfo*noSecurityMessage:\
  2808. This version of Netscape does not have security built in.
  2809.  
  2810. *docinfo*securityLabel.labelString:\
  2811. Security protects Internet documents you receive and information you send\n\
  2812. back with server authentication, privacy using encryption, and data\n\
  2813. integrity.  You can see a document's security status using the key/broken\n\
  2814. key icon in the status area or the colorbar above the content area (blue for\n\
  2815. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  2816. for details.
  2817.  
  2818.  
  2819.  
  2820. *bmPreferences_popup.title:                Netscape: Bookmarks
  2821. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  2822. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  2823. *bmPreferences_popup*addbm_option.labelString:        \
  2824.                         Add bookmarks to this header
  2825. *bmPreferences_popup*bmmenu_option.labelString:        \
  2826.                       View this header in bookmarks menu
  2827. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  2828. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  2829.  
  2830. *bookmarksWhatsChanged*button_0.labelString:    All Bookmarks
  2831. *bookmarksWhatsChanged*button_1.labelString:    Selected Bookmarks
  2832. *bookmarksWhatsChanged*start.labelString:    Start
  2833. *bookmarksWhatsChanged*cancel.labelString:    Cancel
  2834. *bookmarksWhatsChanged*title.labelString:    What's changed?
  2835. *bookmarksWhatsChanged.width:            400
  2836. *bookmarksWhatsChanged.minWidth:        400
  2837. *bookmarksWhatsChanged.maxWidth:        400
  2838. *bookmarksWhatsChanged.height:            300
  2839. *bookmarksWhatsChanged.minHeight:        300
  2840. *bookmarksWhatsChanged.maxHeight:        300
  2841.  
  2842. *mailto_field*fromLabel.labelString:        From:
  2843. *mailto_field*replyToLabel.labelString:        Reply To:
  2844. *mailto_field*toLabel.labelString:        Mail To:
  2845. *mailto_field*ccLabel.labelString:        Mail CC:
  2846. *mailto_field*bccLabel.labelString:        Mail BCC:
  2847. *mailto_field*fccLabel.labelString:        File CC:
  2848. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  2849. *mailto_field*followupToLabel.labelString:    Followup To:
  2850. *mailto_field*subjectLabel.labelString:        Subject:
  2851. *mailto_field*attachmentsLabel.labelString:    Attachment:
  2852. *mailto_field*attachButton.labelString:        Attach...
  2853. *mailto_field*browseButton.labelString:        Browse...
  2854. *mailto_bodyText.wordWrap:            True
  2855. *mailto_bodyText.scrollHorizontal:        False
  2856. *mailto_field*attachButton.marginWidth:        10
  2857. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  2858. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  2859. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  2860. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  2861. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  2862. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  2863. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  2864. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  2865. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  2866. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  2867.  
  2868. ! This is 72 rather than 79 or 80 because the width of the window controls
  2869. ! when word wrapping should occur; the Motif text area has no mechanism for
  2870. ! wrapping at a column other than the last one.     So, if we want a fill-column
  2871. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  2872. ! sending out lines with 80 characters on them is antisocial, as many programs
  2873. ! and terminals (including emacs) can only display 79 characters without 
  2874. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  2875. ! room for further followups to quote the lines with ">" without causing
  2876. ! lines to wrap.
  2877. !
  2878. ! Note that, in the composition window, lines beginning with ">" will not
  2879. ! be wrapped at all, despite the appearance on the screen.  So just because
  2880. ! it looks like the quoted text has been mangled, doesn't mean it has.
  2881. !
  2882. *mailto_bodyText.columns:            72
  2883. *mailto_bodyText.rows:                15
  2884.  
  2885.  
  2886. ! Some people just aren't too hip.
  2887. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  2888.  
  2889. *attach_popup.title:                Netscape: Attach Document
  2890. *attach_popup*attach.Cancel.labelString:    Cancel
  2891. *attach_popup*list.visibleItemCount:        10
  2892. *attach_popup*messagebox.bottomOffset:        50
  2893. *attach_popup*attachLocation.labelString:    Attach Location (URL)...
  2894. *attach_popup*attachFile.labelString:        Attach File...
  2895. *attach_popup*delete.labelString:        Delete
  2896. *attach_popup*label.labelString:        Attach:
  2897. *attach_popup*sourceToggle.labelString:        As is
  2898. *attach_popup*textToggle.labelString:        Convert to Plain Text
  2899. *attach_popup*postscriptToggle.labelString:    Convert to PostScript
  2900. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  2901. *attach_popup*indicatorType:            ONE_OF_MANY
  2902. *attach_popup*attachLocation.bottomOffset:    10
  2903. *attach_popup*label.bottomOffset:        10
  2904. *attach_popup*sourceToggle.leftOffset:        10
  2905. *attach_popup*textToggle.leftOffset:        10
  2906. *attach_popup*postscriptToggle.leftOffset:    10
  2907.  
  2908. *location_popup.title:                Netscape: URL Attachment
  2909. *location_popup*XmLabelGadget.alignment:    ALIGNMENT_BEGINNING
  2910. *location_popup*label.labelString:    Please specify a Location to attach:
  2911. *location_popup*locationLabel.labelString:    Location (URL):
  2912. *location_popup*locationText.columns:        40
  2913. *location_popup*locationText.leftOffset:    20
  2914.  
  2915. *formatType*none.labelString:            No Attachment
  2916. *formatType*text.labelString:            Text
  2917. *formatType*formattedText.labelString:        Formatted Text
  2918. *formatType*html.labelString:            Source
  2919. *formatType*tree.labelString:            Source and Images
  2920. *formatType*ps.labelString:            PostScript
  2921. *formatType*url.labelString:            URL Only
  2922.  
  2923. ! ============================== Preferences ================================
  2924.  
  2925. ! Resources for top-level
  2926.  
  2927. *general_prefs_popup.title:              Netscape: General Preferences
  2928. *general_prefs*OkLabelString:              OK
  2929. *general_prefs*Apply.labelString:          Cancel
  2930. *general_prefs*ApplyLabelString:          Cancel
  2931. *general_prefs*Cancel.labelString:          Defaults
  2932. *general_prefs*CancelLabelString:          Defaults
  2933. !*general_prefs_popup*preeditType:          none
  2934.  
  2935. *mailnews_prefs_popup.title:            Netscape: Mail & News Preferences
  2936. *mailnews_prefs*OkLabelString:                OK
  2937. *mailnews_prefs*Apply.labelString:            Cancel
  2938. *mailnews_prefs*ApplyLabelString:            Cancel
  2939. *mailnews_prefs*Cancel.labelString:            Defaults
  2940. *mailnews_prefs*CancelLabelString:            Defaults
  2941. !*mailnews_prefs_popup*preeditType:            none
  2942.  
  2943. *network_prefs_popup.title:            Netscape: Network Preferences
  2944. *network_prefs*OkLabelString:                OK
  2945. *network_prefs*Apply.labelString:            Cancel
  2946. *network_prefs*ApplyLabelString:            Cancel
  2947. *network_prefs*Cancel.labelString:            Defaults
  2948. *network_prefs*CancelLabelString:            Defaults
  2949. !*network_prefs_popup*preeditType:            none
  2950.  
  2951. *security_prefs_popup.title:            Netscape: Security Preferences
  2952. *security_prefs*OkLabelString:                OK
  2953. *security_prefs*Apply.labelString:            Cancel
  2954. *security_prefs*ApplyLabelString:            Cancel
  2955. *security_prefs*Cancel.labelString:            Defaults
  2956. *security_prefs*CancelLabelString:            Defaults
  2957. !*security_prefs_popup*preeditType:            none
  2958.  
  2959. ! Preferences: Applications
  2960. !
  2961. *general_prefs*appsFrame*appsBoxLabel.labelString:    Applications
  2962. *general_prefs*appsFrame.topOffset:            10
  2963. *general_prefs*appsFrame.leftOffset:            10
  2964. *general_prefs*appsFrame.rightOffset:            10
  2965. *general_prefs*appsFrame.bottomOffset:            10
  2966. *general_prefs*appsFrame*telnetLabel.labelString:    Telnet Application:
  2967. *general_prefs*appsFrame*tn3270Label.labelString:    TN3270 Application:
  2968. *general_prefs*appsFrame*rloginLabel.labelString:    Rlogin Application:
  2969. *general_prefs*appsFrame*rloginUserLabel.labelString:    Rlogin with User:
  2970. *general_prefs*appsFrame*appsFrame.topOffset:        10
  2971. *general_prefs*appsFrame*rloginUserText.bottomOffset:    10
  2972. *general_prefs*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  2973. *general_prefs*appsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2974. *general_prefs*appsFrame*telnetText.rightOffset:    10
  2975.  
  2976. *general_prefs*appsFrame*tmpLabel.labelString:        Temporary Directory:
  2977. *general_prefs*appsFrame*tmpBrowse.labelString:        Browse...
  2978. *general_prefs*appsFrame*tmpText.bottomOffset:        10
  2979. *general_prefs*appsFrame*tmpText.rightOffset:        10
  2980. *general_prefs*appsFrame*tmpBrowse.rightOffset:        10
  2981.  
  2982. ! Preferences: Cache
  2983. !
  2984. *network_prefs*cacheFrame*cacheBoxLabel.labelString:    Cache
  2985. *network_prefs*cacheFrame.topOffset:            10
  2986. *network_prefs*cacheFrame.leftOffset:            10
  2987. *network_prefs*cacheFrame.rightOffset:            10
  2988. *network_prefs*cacheFrame.bottomOffset:            10
  2989. *network_prefs*cacheFrame*memoryLabel.labelString:    Memory Cache:
  2990. *network_prefs*cacheFrame*diskLabel.labelString:    Disk Cache:
  2991. *network_prefs*cacheFrame*dirLabel.labelString:        Disk Cache Directory:
  2992. *network_prefs*cacheFrame*verifyLabel.labelString:    Verify Document:
  2993. *network_prefs*cacheFrame*onceToggle.labelString:    Once per Session
  2994. *network_prefs*cacheFrame*everyToggle.labelString:    Every Time
  2995. *network_prefs*cacheFrame*expiredToggle.labelString:    Never
  2996. *network_prefs*cacheFrame*cacheSSLToggle.labelString:    \
  2997.             Allow Persistent Caching of Pages Retrieved through SSL
  2998. *network_prefs*cacheFrame*cacheSSLToggle.indicatorType:    XmN_OF_MANY
  2999. *network_prefs*cacheFrame*browse.labelString:        Browse...
  3000. *network_prefs*cacheFrame*k.labelString:        Kilobytes
  3001. *network_prefs*cacheFrame*memClear.labelString:        Clear Memory Cache Now
  3002. *network_prefs*cacheFrame*diskClear.labelString:    Clear Disk Cache Now
  3003. *network_prefs*cacheFrame*memoryText.columns:        6
  3004. *network_prefs*cacheFrame*diskText.columns:        6
  3005. *network_prefs*cacheFrame*cacheDirText.columns:        15
  3006. *network_prefs*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  3007. *network_prefs*cacheFrame*memoryLabel.alignment:    ALIGNMENT_END
  3008. *network_prefs*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  3009. *network_prefs*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  3010. *network_prefs*cacheFrame*verifyLabel.alignment:    ALIGNMENT_END
  3011. *network_prefs*cacheFrame*memClear.leftOffset:        25
  3012. *network_prefs*cacheFrame*diskClear.leftOffset:        25
  3013. *network_prefs*cacheFrame*browse.rightOffset:        10
  3014. *network_prefs*cacheFrame*browse.bottomOffset:        10
  3015. *network_prefs*cacheFrame*memoryText.bottomOffset:    10
  3016. *network_prefs*cacheFrame*onceToggle.bottomOffset:    10
  3017. *network_prefs*cacheFrame*cacheDirText.bottomOffset:    10
  3018. *network_prefs*cacheFrame*indicatorType:        ONE_OF_MANY
  3019. *network_prefs*cacheFrame*browse.marginWidth:        10
  3020. *network_prefs*cacheFrame*memClear.marginWidth:        10
  3021. *network_prefs*cacheFrame*diskClear.marginWidth:    10
  3022.  
  3023. ! Preferences: Colors
  3024. !
  3025.  
  3026. ! Preferences: Composition
  3027. !
  3028. *mailnews_prefs*XmFrame.XmLabel.leftOffset:            10
  3029. *mailnews_prefs*XmFrame.XmLabel.topOffset:            -4
  3030. *mailnews_prefs*XmFrame.topOffset:                10
  3031. *mailnews_prefs*XmFrame.leftOffset:                10
  3032. *mailnews_prefs*XmFrame.rightOffset:                10
  3033. *mailnews_prefs*XmFrame.bottomOffset:                10
  3034.  
  3035. *mailnews_prefs*composeFrame*composeBoxLabel.labelString:    \
  3036.                     When composing Mail and News Messages
  3037. *mailnews_prefs*composeFrame*8bitLabel.labelString:        Send and Post:
  3038. *mailnews_prefs*composeFrame*8bitToggle.labelString:        Allow 8-bit
  3039. *mailnews_prefs*composeFrame*8bitToggle.bottomOffset:        4
  3040. *mailnews_prefs*composeFrame*qpToggle.labelString:\
  3041.                          MIME Compliant (Quoted Printable)
  3042. *mailnews_prefs*composeFrame*8bitToggle.indicatorType:        ONE_OF_MANY
  3043. *mailnews_prefs*composeFrame*qpToggle.indicatorType:        ONE_OF_MANY
  3044. *mailnews_prefs*composeFrame*deliverLabel.labelString:        Deliver mail:
  3045. *mailnews_prefs*composeFrame*deliverAutoToggle.labelString:    Automatically
  3046. *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType:    ONE_OF_MANY
  3047. *mailnews_prefs*composeFrame*deliverQToggle.labelString:    \
  3048.         Queue for Manual Delivery
  3049. *mailnews_prefs*composeFrame*deliverQToggle.indicatorType:    ONE_OF_MANY
  3050.  
  3051. *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString:    \
  3052.         By default, email a copy of outgoing messages to:
  3053. *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString:    Mail Messages:
  3054. *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString:    Self
  3055. *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString:    Other address:
  3056. *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString:    News Messages:
  3057. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString:    Self
  3058. *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString:    Other address:
  3059.  
  3060. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset:    10
  3061. *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset:    10
  3062. *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset:    10
  3063.  
  3064. *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString:    \
  3065.         By default, copy outgoing messages to:
  3066. *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString:    Mail Messages:
  3067. *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString:    News Messages:
  3068. *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString:    Browse...
  3069. *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString:    Browse...
  3070.  
  3071. *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset:    10
  3072. *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset:        10
  3073.  
  3074. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
  3075. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset:  10
  3076. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
  3077.  
  3078. ! Preferences: Servers
  3079. !
  3080. *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString: Outgoing Mail
  3081. *mailnews_prefs*outMailFrame.topOffset:            10
  3082. *mailnews_prefs*outMailFrame.leftOffset:        10
  3083. *mailnews_prefs*outMailFrame.rightOffset:        10
  3084. *mailnews_prefs*outMailFrame.bottomOffset:        10
  3085. *mailnews_prefs*outMailFrame*smtpText.topOffset:    10
  3086. *mailnews_prefs*outMailFrame*smtpText.rightOffset:    10
  3087. *mailnews_prefs*outMailFrame*smtpLabel.labelString:    SMTP Server:
  3088.  
  3089. *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString:    Incoming Mail
  3090. *mailnews_prefs*inMailFrame.topOffset:            10
  3091. *mailnews_prefs*inMailFrame.leftOffset:            10
  3092. *mailnews_prefs*inMailFrame.rightOffset:        10
  3093. *mailnews_prefs*inMailFrame.bottomOffset:        10
  3094. *mailnews_prefs*inMailFrame.mailFrame.topOffset:    10
  3095. *mailnews_prefs*inMailFrame*limitLabel.labelString:    Max Message Size:
  3096. *mailnews_prefs*inMailFrame*msgLabel.labelString:    After delivery:
  3097. *mailnews_prefs*inMailFrame*checkLabel.labelString:    Check for Mail:
  3098. *mailnews_prefs*inMailFrame*movemailLabel.labelString:    Movemail Application:
  3099. *mailnews_prefs*inMailFrame*movemailText.rightOffset:    10
  3100. *mailnews_prefs*inMailFrame*movemailText.bottomOffset:    10
  3101. *mailnews_prefs*inMailFrame*movemailBrowse.labelString:    Browse...
  3102. *mailnews_prefs*inMailFrame*userLabel.labelString:    User Name:
  3103. *mailnews_prefs*inMailFrame*userText.rightOffset:    10
  3104. *mailnews_prefs*inMailFrame*srvrLabel.labelString:    Server:
  3105. *mailnews_prefs*inMailFrame*srvrText.topOffset:        10
  3106. *mailnews_prefs*inMailFrame*srvrText.rightOffset:    10
  3107. *mailnews_prefs*inMailFrame*sysLabel.labelString:    Mail System:
  3108. *mailnews_prefs*inMailFrame*noLimit.labelString:    None
  3109. *mailnews_prefs*inMailFrame*msgLimit.labelString:    Largest Message is: 
  3110. *mailnews_prefs*inMailFrame*limitSuffix.labelString:    Bytes
  3111. *mailnews_prefs*inMailFrame*checkSuffix.labelString:    minutes
  3112. *mailnews_prefs*inMailFrame*msgRemove.labelString:    Remove from server
  3113. *mailnews_prefs*inMailFrame*msgLeave.labelString:    Leave on server 
  3114. *mailnews_prefs*inMailFrame*checkEvery.labelString:    Every:
  3115. *mailnews_prefs*inMailFrame*checkEvery.bottomOffset:    10
  3116. *mailnews_prefs*inMailFrame*checkNever.labelString:    Never 
  3117. *mailnews_prefs*inMailFrame*checkText.columns:        3
  3118. *mailnews_prefs*inMailFrame*mailDirLabel.labelString:    Mail Directory:
  3119. *mailnews_prefs*inMailFrame*mailDirText.bottomOffset:    10
  3120. *mailnews_prefs*inMailFrame*mailDirBrowse.labelString:    Browse...
  3121. *mailnews_prefs*inMailFrame*limitText.columns:        5
  3122. *mailnews_prefs*inMailFrame*externalToggle.labelString: External Movemail:
  3123. *mailnews_prefs*inMailFrame*builtinToggle.labelString:    Built in Movemail
  3124. *mailnews_prefs*inMailFrame*popToggle.labelString:    POP3:
  3125. *mailnews_prefs*inMailFrame*popToggle.indicatorType:    ONE_OF_MANY
  3126. *mailnews_prefs*inMailFrame*moveToggle.indicatorType:    ONE_OF_MANY
  3127. *mailnews_prefs*inMailFrame*builtinToggle.indicatorType:  ONE_OF_MANY
  3128. *mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY
  3129. *mailnews_prefs*inMailFrame*XmLabel.alignment:        ALIGNMENT_END
  3130. *mailnews_prefs*inMailFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3131. *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
  3132. *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
  3133. *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
  3134. *mailnews_prefs*inMailFrame*indicatorType:        ONE_OF_MANY
  3135.  
  3136. !*mailnews_prefs*inMailFrame*tmpLabel.labelString:        
  3137. !*mailnews_prefs*inMailFrame*bookLabel.labelString:    
  3138.  
  3139. ! Preferences: Fonts
  3140. !
  3141. *general_prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  3142. *general_prefs*fontsFrame.topOffset:            10
  3143. *general_prefs*fontsFrame.leftOffset:            10
  3144. *general_prefs*fontsFrame.rightOffset:            10
  3145. *general_prefs*fontsFrame.bottomOffset:            10
  3146. *general_prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  3147. *general_prefs*fontsFrame*proportionalLabel.labelString:    \
  3148.                         Use the Proportional Font:
  3149. *general_prefs*fontsFrame*propSizeLabel.labelString:    Size:
  3150. *general_prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  3151. *general_prefs*fontsFrame*fixedLabel.labelString:    Use the Fixed Font:
  3152. *general_prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  3153. *general_prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  3154. *general_prefs*fontsFrame*0.labelString:        Any
  3155. *general_prefs*fontsFrame*encodingLabel.alignment:    ALIGNMENT_END
  3156. *general_prefs*fontsFrame*encodingLabel.topOffset:    10
  3157. *general_prefs*fontsFrame*proportionalLabel.alignment:    ALIGNMENT_END
  3158. *general_prefs*fontsFrame*propSizeField.columns:    5
  3159. *general_prefs*fontsFrame*propSizeField.rightOffset:    10
  3160. *general_prefs*fontsFrame*fixedLabel.alignment:        ALIGNMENT_END
  3161. *general_prefs*fontsFrame*fixedSizeField.columns:    5
  3162. *general_prefs*fontsFrame*fixedSizeField.rightOffset:    10
  3163.  
  3164. ! Preferences: Appearance (Mail & News)
  3165. !
  3166. *mailnews_prefs*msgFrame*msgBoxLabel.labelString:    Message Appearance
  3167. *mailnews_prefs*msgFrame.topOffset:            10
  3168. *mailnews_prefs*msgFrame.leftOffset:            10
  3169. *mailnews_prefs*msgFrame.rightOffset:            10
  3170. *mailnews_prefs*msgFrame.bottomOffset:            10
  3171. *mailnews_prefs*msgFrame*qstyleLabel.labelString:    Text Style:
  3172. *mailnews_prefs*msgFrame*qsizeLabel.labelString:    Text Size:
  3173. *mailnews_prefs*msgFrame*qcolorLabel.labelString:    Text Color:
  3174. *mailnews_prefs*msgFrame*quotedLabel.labelString:    \
  3175.     Text beginning with > (quoted text) has the following characteristics
  3176. *mailnews_prefs*msgFrame*fixedLabel.labelString:    \
  3177.     Messages and Articles are shown with:
  3178. *mailnews_prefs*msgFrame*qstyleLabel.alignment:        ALIGNMENT_END
  3179. *mailnews_prefs*msgFrame*qsizeLabel.alignment:        ALIGNMENT_END
  3180. *mailnews_prefs*msgFrame*qcolorLabel.alignment:        ALIGNMENT_END
  3181. *mailnews_prefs*msgFrame*varMsgFont.labelString:    Variable Width Font
  3182. *mailnews_prefs*msgFrame*fixedMsgFont.labelString:    Fixed Width Font
  3183. *mailnews_prefs*msgFrame*plain.labelString:        Plain
  3184. *mailnews_prefs*msgFrame*normal.labelString:        Normal
  3185. *mailnews_prefs*msgFrame*bold.labelString:        Bold
  3186. *mailnews_prefs*msgFrame*italic.labelString:        Italic
  3187. *mailnews_prefs*msgFrame*boldItalic.labelString:    Bold Italic
  3188. *mailnews_prefs*msgFrame*bigger.labelString:        Bigger
  3189. *mailnews_prefs*msgFrame*smaller.labelString:        Smaller
  3190. *mailnews_prefs*msgFrame*qcolorText.columns:        20
  3191. *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset:    10
  3192. *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset:    10
  3193. *mailnews_prefs*msgFrame*varMsgLabel.topOffset:        10
  3194. *mailnews_prefs*msgFrame*varMsgLabel.leftOffset:    10
  3195. *mailnews_prefs*msgFrame*plain.topOffset:        10
  3196. *mailnews_prefs*msgFrame*indicatorType:            ONE_OF_MANY
  3197. *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset:    40
  3198. *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset:    10
  3199. *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType:    N_OF_MANY
  3200. *mailnews_prefs*autoQuoteToggle.labelString:            \
  3201.         Automatically quote original message when replying
  3202.  
  3203. *mailnews_prefs*layoutFrame*layoutBoxLabel.labelString:    Pane Layout
  3204. !*mailnews_prefs*layoutFrame*topOffset:            10
  3205. !*mailnews_prefs*layoutFrame*leftOffset:        10
  3206. !*mailnews_prefs*layoutFrame*rightOffset:        10
  3207. !*mailnews_prefs*layoutFrame*bottomOffset:        10
  3208. *mailnews_prefs*layoutFrame*mPaneLabel.labelString:    Mail:
  3209. *mailnews_prefs*layoutFrame*mHoriz.labelString:        Split Horizontal
  3210. *mailnews_prefs*layoutFrame*mVert.labelString:        Split Vertical
  3211. *mailnews_prefs*layoutFrame*mStack.labelString:        Stacked
  3212. *mailnews_prefs*layoutFrame*nPaneLabel.labelString:    News:
  3213. *mailnews_prefs*layoutFrame*nHoriz.labelString:        Split Horizontal
  3214. *mailnews_prefs*layoutFrame*nVert.labelString:        Split Vertical
  3215. *mailnews_prefs*layoutFrame*nStack.labelString:        Stacked
  3216. *mailnews_prefs*layoutFrame*indicatorType:        ONE_OF_MANY
  3217.  
  3218. ! Preferences: Helper Applications
  3219. !
  3220. *general_prefs*helperFrame*helperBoxLabel.labelString: MIME Configuration Files
  3221. *general_prefs*helperFrame.topOffset:                   10
  3222. *general_prefs*helperFrame.leftOffset:                   10
  3223. *general_prefs*helperFrame.rightOffset:                   10
  3224. *general_prefs*helperFrame.bottomOffset:               10
  3225. *general_prefs*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
  3226. *general_prefs*helperFrame*privateMimeTypesLabel.labelString:        \
  3227.                             Personal Types File:
  3228. *general_prefs*helperFrame*globalMailcapLabel.labelString:        \
  3229.                             Global Mailcap File:
  3230. *general_prefs*helperFrame*privateMailcapLabel.labelString:        \
  3231.                             Personal Mailcap File:
  3232. *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString:  Browse...
  3233. *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
  3234. *general_prefs*helperFrame*globalMailcapBrowseButton.labelString:   Browse...
  3235. *general_prefs*helperFrame*privateMailcapBrowseButton.labelString:   Browse...
  3236. *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  3237. *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  3238. *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth:   10
  3239. *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  3240. *general_prefs*helperFrame*XmLabel.rightOffset:               4
  3241. *general_prefs*helperFrame*XmLabelGadget.rightOffset:           4
  3242. *general_prefs*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  3243. *general_prefs*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  3244. *general_prefs*helperFrame*XmTextField.columns:               35
  3245. *general_prefs*helperFrame*globalMailcapText.topOffset:           10
  3246. *general_prefs*helperFrame*privateMailcapText.bottomOffset:       10
  3247. *general_prefs*helperFrame*XmPushButtonGadget.leftOffset:       10
  3248. *general_prefs*helperFrame*XmPushButtonGadget.rightOffset:       10
  3249.  
  3250. *general_prefs*helperFrame*commands.new.labelString:        New...
  3251. *general_prefs*helperFrame*commands.edit.labelString:        Edit...
  3252. *general_prefs*helperFrame*commands.delete.labelString:        Delete...
  3253. *general_prefs*helperFrame*helperApp.cellBackground: white
  3254.  
  3255. ! Helper Editor stuff
  3256. *helperEditor_popup.title:        Netscape Helper
  3257. *helperEditor.width: 400
  3258. *helperEditor*mimeTypesDescriptionLabel.labelString: Description
  3259. *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
  3260. *helperEditor*mimeTypesLabel.labelString: Type
  3261. *helperEditor*mimeTypesLabel.leftOffset: 3
  3262. *helperEditor*mimeTypesSuffixLabel.labelString: Suffix
  3263. *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
  3264. *helperEditor*helperEditForm.XmTextField.rightOffset: 3
  3265. *helperEditor*helperEditFrameLabel.labelString: Handle By
  3266. *helperEditor*helperEditNavigator.labelString: Navigator 
  3267. *helperEditor*helperEditPlugin.labelString: Plug In
  3268. *helperEditor*helperEditApp.labelString: Application
  3269. *helperEditor*helperEditSave.labelString: Save To Disk
  3270. *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser
  3271. *helperEditor*helperEditAppBrowse.labelString: Browse...
  3272. *helperEditor*helperEditNavigator.leftOffset: 20
  3273. *helperEditor*helperEditAppText.columns: 40
  3274.  
  3275.  
  3276. ! Preferences: Identity
  3277. !
  3278. *mailnews_prefs*identityFrame*identityBoxLabel.labelString:    Identity
  3279. *mailnews_prefs*identityFrame*identityBoxLabel.topOffset:    -4
  3280. *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset:    10
  3281. *mailnews_prefs*identityFrame.topOffset:            10
  3282. *mailnews_prefs*identityFrame.leftOffset:            10
  3283. *mailnews_prefs*identityFrame.rightOffset:            10
  3284. *mailnews_prefs*identityFrame.bottomOffset:            10
  3285. *mailnews_prefs*identityFrame*nameLabel.labelString:        Your Name:
  3286. *mailnews_prefs*identityFrame*mailLabel.labelString:        Email Address:
  3287. *mailnews_prefs*identityFrame*replyToLabel.labelString:          Reply-to Address:
  3288. *mailnews_prefs*identityFrame*orgLabel.labelString:         Your Organization:
  3289. *mailnews_prefs*identityFrame*sigLabel.labelString:        Signature File:
  3290. *mailnews_prefs*identityFrame*sigBrowse.labelString:        Browse...
  3291. *mailnews_prefs*identityFrame*XmLabel.leftOffset:        4
  3292. *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset:        4
  3293. *mailnews_prefs*identityFrame*XmTextField.rightOffset:        10
  3294. *mailnews_prefs*identityFrame*sigBrowse.rightOffset:        10
  3295. *mailnews_prefs*identityFrame*identityText.bottomOffset:    15
  3296. *mailnews_prefs*identityFrame*orgText.bottomOffset:        15
  3297. *mailnews_prefs*identityFrame*sigText.bottomOffset:        15
  3298. *mailnews_prefs*identityFrame*sigText.columns:            35
  3299. *mailnews_prefs*identityFrame*XmLabel.alignment:        ALIGNMENT_END
  3300. *mailnews_prefs*identityFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  3301. *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset:    8
  3302. *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset:    8
  3303. *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth:    10
  3304.  
  3305. ! Preferences: Organization
  3306. !
  3307. *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
  3308.     Mail and News Composition Window Organization
  3309. *mailnews_prefs*organizationFrame*trashToggle.labelString:\
  3310.     Empty Trash when closing Netscape mail
  3311. *mailnews_prefs*organizationFrame*passwordToggle.labelString:\
  3312.     Remember Mail Password
  3313. *mailnews_prefs*organizationFrame*trashToggle.leftOffset:    40
  3314. *mailnews_prefs*organizationFrame*passwordToggle.leftOffset:    40
  3315.  
  3316. *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
  3317.     Mail and News Threading
  3318. *mailnews_prefs*threadFrame*line1Label.labelString:\
  3319.     Mail Messages and News Articles can be threaded. Threading means that
  3320. *mailnews_prefs*threadFrame*line2Label.labelString:\
  3321.     if you receive a reply, it will be shown next to the original message.
  3322. *mailnews_prefs*threadFrame*threadMailToggle.labelString:\
  3323.     Thread Mail Messages
  3324. *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
  3325.     Thread News Messages
  3326. *mailnews_prefs*threadFrame*threadMailToggle.leftOffset:    40
  3327. *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset:    40
  3328.  
  3329. *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString:        Sorting
  3330. *mailnews_prefs*mnSortFrame*mSortLabel.labelString:        Sort Mail by:
  3331. *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString:    Date
  3332. *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString:        Message Number
  3333. *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString:    Subject
  3334. *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString:    Sender
  3335. *mailnews_prefs*mnSortFrame*nSortLabel.labelString:        Sort News by:
  3336. *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString:    Date
  3337. *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString:        Message Number
  3338. *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString:    Subject
  3339. *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString:    Sender
  3340. *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  3341.  
  3342. ! Preferences: Images
  3343. !
  3344. *general_prefs*imagesFrame*imagesBoxLabel.labelString:    Images
  3345. *general_prefs*imagesFrame.topOffset:            10
  3346. *general_prefs*imagesFrame.leftOffset:            10
  3347. *general_prefs*imagesFrame.rightOffset:            10
  3348. *general_prefs*imagesFrame.bottomOffset:        10
  3349. *general_prefs*imagesFrame*colors.labelString:        Colors:
  3350. *general_prefs*imagesFrame*auto.labelString:        Automatic
  3351. *general_prefs*imagesFrame*dither.labelString:        Dither
  3352. *general_prefs*imagesFrame*closest.labelString:        Substitute Colors
  3353. *general_prefs*imagesFrame*display.labelString:        Display Images:
  3354. *general_prefs*imagesFrame*while.labelString:        While Loading
  3355. *general_prefs*imagesFrame*after.labelString:        After Loading
  3356. *general_prefs*imagesFrame*imagesFrame.topOffset:    10
  3357. *general_prefs*imagesFrame*closest.rightOffset:        10
  3358. *general_prefs*imagesFrame*while.bottomOffset:        10
  3359. *general_prefs*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3360. *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  3361. *general_prefs*imagesFrame*indicatorType:        ONE_OF_MANY
  3362. *general_prefs*imagesFrame*after.bottomOffset:        10
  3363. *general_prefs*imagesFrame*display.leftOffset:        0
  3364. *general_prefs*imagesFrame*display.rightOffset:        0
  3365.  
  3366. ! Preferences: Languages
  3367. !
  3368. *general_prefs*languagesFrame*languagesBoxLabel.labelString:    \
  3369.                             Request Language/Region
  3370. *general_prefs*languagesFrame.topOffset:            10
  3371. *general_prefs*languagesFrame.leftOffset:            10
  3372. *general_prefs*languagesFrame.rightOffset:            10
  3373. *general_prefs*languagesFrame.bottomOffset:            10
  3374. *general_prefs*languagesFrame*list1.leftOffset:            10
  3375. *general_prefs*languagesFrame*others.labelString:        Others:
  3376. *general_prefs*languagesFrame*langs.1:    Chinese [zh]
  3377. *general_prefs*languagesFrame*langs.2:    Chinese/China [zh-CN]
  3378. *general_prefs*languagesFrame*langs.3:    Chinese/Taiwan [zh-TW]
  3379. *general_prefs*languagesFrame*langs.4:    English [en]
  3380. *general_prefs*languagesFrame*langs.5:    English/United Kingdom [en-GB]
  3381. *general_prefs*languagesFrame*langs.6:    English/United States [en-US]
  3382. *general_prefs*languagesFrame*langs.7:    French [fr]
  3383. *general_prefs*languagesFrame*langs.8:    French/Canada [fr-CA]
  3384. *general_prefs*languagesFrame*langs.9:    French/France [fr-FR]
  3385. *general_prefs*languagesFrame*langs.10:    German [de]
  3386. *general_prefs*languagesFrame*langs.11:    Italian [it]
  3387. *general_prefs*languagesFrame*langs.12:    Japanese [ja]
  3388. *general_prefs*languagesFrame*langs.13:    Korean [ko]
  3389. *general_prefs*languagesFrame*langs.14:    Portuguese [pt]
  3390. *general_prefs*languagesFrame*langs.15:    Portuguese/Brazil [pt-BR]
  3391. *general_prefs*languagesFrame*langs.16:    Spanish [es]
  3392. *general_prefs*languagesFrame*langs.17:    Spanish/Spain [es-ES]
  3393.  
  3394. ! Preferences: Mail
  3395. !
  3396. *mailnews_prefs*mailFrame*mailBoxLabel.labelString:    Mail
  3397. *mailnews_prefs*mailFrame*mailBoxLabel.topOffset:    -4
  3398. *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset:    10
  3399. *mailnews_prefs*mailFrame.topOffset:            10
  3400. *mailnews_prefs*mailFrame.leftOffset:            10
  3401. *mailnews_prefs*mailFrame.rightOffset:            10
  3402. *mailnews_prefs*mailFrame.bottomOffset:            10
  3403.  
  3404. ! Preferences: Connections
  3405. !
  3406. *network_prefs*netFrame*netBoxLabel.labelString:    Connections
  3407. *network_prefs*netFrame.topOffset:            10
  3408. *network_prefs*netFrame.leftOffset:            10
  3409. *network_prefs*netFrame.rightOffset:            10
  3410. *network_prefs*netFrame.bottomOffset:            10
  3411. *network_prefs*netFrame*bufExplain.labelString:        \
  3412. The network buffer size determines the amount of data that Netscape\n\
  3413. can receive in a network data transmission. Larger buffers mean more\n\
  3414. data, but can also saturate the computer.
  3415. *network_prefs*netFrame*bufLabel.labelString:        Network Buffer Size:
  3416. *network_prefs*netFrame*connExplain.labelString:    \
  3417. Netscape can open more than one connection at a time to an internet\n\
  3418. server. This allows it to simultaneously bring in text and images.\n\
  3419. More connections mean more simultaneous files, but can also\n\
  3420. slow down the speed of each individual connection.
  3421. *network_prefs*netFrame*connLabel.labelString:        Connections:
  3422. *network_prefs*netFrame*connSuffix.labelString:    \
  3423.             (Maximum number of simultaneous network connections)
  3424. *network_prefs*netFrame*k.labelString:            Kilobytes
  3425. *network_prefs*netFrame*connSuffix.rightOffset:        10
  3426. *network_prefs*netFrame*networkFrame.topOffset:        10
  3427. *network_prefs*netFrame*bufText.columns:        6
  3428. *network_prefs*netFrame*connText.columns:        6
  3429. *network_prefs*netFrame*alignment:            ALIGNMENT_BEGINNING
  3430. *network_prefs*netFrame*bufLabel.alignment:        ALIGNMENT_END
  3431. *network_prefs*netFrame*connLabel.alignment:        ALIGNMENT_END
  3432. *network_prefs*netFrame*bufText.bottomOffset:        10
  3433. *network_prefs*netFrame*connText.bottomOffset:        10
  3434. *network_prefs*netFrame*connExplain.leftOffset:        5
  3435. *network_prefs*netFrame*bufExplain.leftOffset:        5
  3436.  
  3437.  
  3438. ! Preferences: Protocols
  3439. !
  3440. *network_prefs*alertsFrame*alertsBoxLabel.labelString:    Show an Alert before
  3441. *network_prefs*alertsFrame.topOffset:            10
  3442. *network_prefs*alertsFrame.leftOffset:            10
  3443. *network_prefs*alertsFrame.rightOffset:            10
  3444. *network_prefs*alertsFrame.bottomOffset:        10
  3445. *network_prefs*alertsFrame*cookieToggle.labelString:    Accepting a cookie
  3446. *network_prefs*alertsFrame*emailformToggle.labelString:    \
  3447.                         Submitting a Form by Email
  3448. *network_prefs*protocols*anonftpToggle.labelString:    \
  3449.                 Send Email Address as Anonymous FTP Password
  3450. *network_prefs*protocols*anonftpToggle.leftOffset:    10
  3451. *network_prefs*protocols*anonftpToggle.topOffset:    10
  3452.  
  3453. ! Preferences: Languages
  3454. !
  3455. *network_prefs*javaFrame*javaBoxLabel.labelString:     Java
  3456. *network_prefs*javaFrame.topOffset:             10
  3457. *network_prefs*javaFrame.leftOffset:             10
  3458. *network_prefs*javaFrame.rightOffset:             10
  3459. *network_prefs*javaFrame.bottomOffset:             10
  3460. *network_prefs*javaFrame*javaToggle.leftOffset:         20
  3461. *network_prefs*javaFrame*javaToggle.labelString:     Enable Java
  3462. *network_prefs*javaFrame*javascriptToggle.leftOffset:     20
  3463. *network_prefs*javaFrame*javascriptToggle.labelString:     Enable JavaScript
  3464.  
  3465.  
  3466. ! Preferences: News
  3467. !
  3468. *mailnews_prefs*newsFrame*newsBoxLabel.labelString:    News
  3469. *mailnews_prefs*newsFrame*newshostLabel.labelString:    News (NNTP) Server:
  3470. *mailnews_prefs*newsFrame.topOffset:            10
  3471. *mailnews_prefs*newsFrame.leftOffset:            10
  3472. *mailnews_prefs*newsFrame.rightOffset:            10
  3473. *mailnews_prefs*newsFrame.bottomOffset:            10
  3474. *mailnews_prefs*newsFrame*newsrcLabel.labelString:    News Directory:
  3475. *mailnews_prefs*newsFrame*newsrcBrowse.labelString:    Browse...
  3476. *mailnews_prefs*newsFrame*newsMaxLabel.labelString:    Get:
  3477. *mailnews_prefs*newsFrame*newsMaxSuffix.labelString:    \
  3478.                 Messages at a Time (Maximum 3500)
  3479. *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset:    0
  3480. *mailnews_prefs*newsFrame*newsMaxText.columns:        5
  3481. *mailnews_prefs*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  3482. *mailnews_prefs*newsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3483. *mailnews_prefs*newsFrame*newsMaxSuffix.alignment:    ALIGNMENT_BEGINNING
  3484. *mailnews_prefs*newsFrame*XmTextField.rightOffset:    10
  3485. *mailnews_prefs*newsFrame*XmLabel.leftOffset:        4
  3486. *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset:    4
  3487. *mailnews_prefs*newsFrame*XmLabel.rightOffset:        4
  3488. *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset:    4
  3489. *mailnews_prefs*newsFrame*newsMaxText.bottomOffset:    10
  3490. *mailnews_prefs*newsFrame.topOffset:            10
  3491. *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
  3492. *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
  3493. *mailnews_prefs*newsFrame*newsrcText.columns:          35
  3494. *mailnews_prefs*newsFrame*newsrcText.bottomOffset:      10
  3495.  
  3496. ! Preferences: Proxies
  3497. !
  3498. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxies
  3499. *network_prefs*proxiesFrame.topOffset:            10
  3500. *network_prefs*proxiesFrame.leftOffset:            10
  3501. *network_prefs*proxiesFrame.rightOffset:        10
  3502. *network_prefs*proxiesFrame.bottomOffset:        10
  3503. !*network_prefs*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  3504. !*network_prefs*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3505. *network_prefs*proxiesFrame*XmTextField.columns:    30
  3506. *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  3507. *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  3508. !*network_prefs*proxiesFrame*XmLabel.leftOffset:    10
  3509. !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset:    10
  3510.  
  3511. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxy Configuration
  3512. *network_prefs*proxiesFrame*proxiesLabel.alignment:    ALIGNMENT_BEGINNING
  3513. *network_prefs*proxiesFrame*proxiesLabel.labelString: \
  3514. A network proxy is a conduit between your computer and the internet and \n\
  3515. is used to access the internet through a firewall. If you have a direct \n\
  3516. connection to the internet, you do not need to configure Proxies.
  3517. *network_prefs*proxiesFrame*locationLabel.labelString:    Location (URL):
  3518. *network_prefs*proxiesFrame*noProxiesToggle.labelString: No Proxies
  3519. *network_prefs*proxiesFrame*manualToggle.labelString:    \
  3520.                         Manual Proxy Configuration
  3521. *network_prefs*proxiesFrame*proxyReload.labelString:    Reload
  3522. *network_prefs*proxiesFrame*proxyReload.rightOffset:    10
  3523. *network_prefs*proxiesFrame*manualBrowse.labelString:    View ...
  3524. *network_prefs*proxiesFrame*autoToggle.labelString:    \
  3525.                         Automatic Proxy Configuration
  3526. *network_prefs*proxiesFrame*autoText.rightOffset:    10
  3527. *network_prefs*proxiesFrame*autoText.bottomOffset:    10
  3528. *network_prefs*proxiesFrame*indicatorType:        ONE_OF_MANY
  3529.  
  3530.  
  3531. *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString:    \
  3532.                         Manual Proxy Configuration
  3533. *proxies_prefs*proxiesFrame*ftpLabel.labelString:    FTP Proxy:
  3534. *proxies_prefs*proxiesFrame*gopherLabel.labelString:    Gopher Proxy:
  3535. *proxies_prefs*proxiesFrame*httpLabel.labelString:    HTTP Proxy:
  3536. *proxies_prefs*proxiesFrame*httpsLabel.labelString:    Security Proxy:
  3537. *proxies_prefs*proxiesFrame*waisLabel.labelString:    WAIS Proxy:
  3538. *proxies_prefs*proxiesFrame*noLabel.labelString:    No Proxy for:
  3539. *proxies_prefs*proxiesFrame*socksLabel.labelString:    SOCKS Host:
  3540. *proxies_prefs*proxiesFrame*portLabel.labelString:    Port:
  3541. *proxies_prefs*proxiesFrame*ftpPort.columns:        5
  3542. *proxies_prefs*proxiesFrame*ftpText.rightOffset:    10
  3543. *proxies_prefs*proxiesFrame*ftpPort.rightOffset:    10
  3544. *proxies_prefs*proxiesFrame*portLabel.leftOffset:    10
  3545. *proxies_prefs*proxiesFrame*noText.bottomOffset:    10
  3546. *proxies_prefs*proxiesFrame*socksText.topOffset:    15
  3547. *proxies_prefs*proxiesFrame*socksText.bottomOffset:    10
  3548.  
  3549. ! Preferences: Site Certificates
  3550. !
  3551. *security_prefs*siteFrame*siteBoxLabel.labelString:    Site Certificates
  3552. *security_prefs*siteFrame.topOffset:            10
  3553. *security_prefs*siteFrame.leftOffset:            10
  3554. *security_prefs*siteFrame.rightOffset:            10
  3555. *security_prefs*siteFrame.bottomOffset:            10
  3556. *security_prefs*siteFrame*allLabel.labelString:        \
  3557.             These are the Site Certificates that you have accepted:
  3558. *security_prefs*siteFrame*allEditCert.rightOffset:    10
  3559. *security_prefs*siteFrame*allEditCert.labelString:    Edit Certificate ...
  3560. *security_prefs*siteFrame*allDeleteCert.rightOffset:    10
  3561. *security_prefs*siteFrame*allDeleteCert.labelString:    Delete Certificate
  3562. *security_prefs*siteFrame*allList.bottomOffset:        10
  3563. *security_prefs*siteFrame*allCerts.labelString:        All Certificates
  3564. *security_prefs*siteFrame*siteCerts.labelString:    Site Certificates
  3565. *security_prefs*siteFrame*authCerts.labelString:    Certificate Authorities
  3566.  
  3567. ! Preferences: Personal Certificates
  3568. !
  3569. *security_prefs*personalFrame*personalBoxLabel.labelString: \
  3570.                             Personal Certificates
  3571. *security_prefs*personalFrame.topOffset:         10
  3572. *security_prefs*personalFrame.leftOffset:         10
  3573. *security_prefs*personalFrame.rightOffset:         10
  3574. *security_prefs*personalFrame.bottomOffset:         10
  3575. *security_prefs*personalFrame*persLabel.labelString:     \
  3576.                     These are your Personal Certificates:
  3577. *security_prefs*personalFrame*persInfo.rightOffset:     10
  3578. *security_prefs*personalFrame*persInfo.labelString:     More Info ...
  3579. *security_prefs*personalFrame*persDeleteCert.rightOffset: 10
  3580. *security_prefs*personalFrame*persDeleteCert.labelString: Delete Certificates
  3581. *security_prefs*personalFrame*persNewCert.rightOffset:     10
  3582. *security_prefs*personalFrame*persNewCert.labelString:    Obtain New Certificates
  3583. *security_prefs*personalFrame*siteDefault.labelString:    \
  3584.                 Default Certificates to present to sites:
  3585. *security_prefs*personalFrame*siteText.bottomOffset:    10
  3586. *security_prefs*personalFrame*siteText.rightOffset:    10
  3587. *security_prefs*personalFrame*persList.leftOffset:    10
  3588.  
  3589. ! Preferences: General Security
  3590. !
  3591. *security_prefs*securityFrame*securityBoxLabel.labelString: Security Alerts
  3592. *security_prefs*securityFrame.topOffset:         10
  3593. *security_prefs*securityFrame.leftOffset:         10
  3594. *security_prefs*securityFrame.rightOffset:         10
  3595. *security_prefs*securityFrame.bottomOffset:         10
  3596. *security_prefs*securityFrame*alertLabel.labelString:    Show an Alert Before:
  3597. *security_prefs*securityFrame*enterToggle.labelString:     \
  3598.                       Entering a Secure Document Space (Server)
  3599. *security_prefs*securityFrame*leaveToggle.labelString:     \
  3600.                        Leaving a Secure Document Space (Server)
  3601. *security_prefs*securityFrame*mixedToggle.labelString:     \
  3602.                   Viewing a Document with a Secure/Insecure Mix
  3603. *security_prefs*securityFrame*alignment:         ALIGNMENT_BEGINNING
  3604. *security_prefs*securityFrame*submitToggle.labelString:     \
  3605.                            Submitting a Form Insecurely
  3606. *security_prefs*securityFrame*alertLabel.topOffset:     10
  3607. *security_prefs*securityFrame*alertLabel.leftOffset:     10
  3608. *security_prefs*securityFrame*enterToggle.topOffset:     10
  3609. *security_prefs*securityFrame*enterToggle.leftOffset:     20
  3610. *security_prefs*securityFrame*submitToggle.bottomOffset: 10
  3611. *security_prefs*securityFrame*enterToggle.rightOffset:     10
  3612. *security_prefs*securityFrame*leaveToggle.rightOffset:     10
  3613. *security_prefs*securityFrame*mixedToggle.rightOffset:     10
  3614. *security_prefs*securityFrame*submitToggle.rightOffset:     10
  3615.  
  3616. *security_prefs*javaFrame*javaBoxLabel.labelString:     Java
  3617. *security_prefs*javaFrame.topOffset:             10
  3618. *security_prefs*javaFrame.leftOffset:             10
  3619. *security_prefs*javaFrame.rightOffset:             10
  3620. *security_prefs*javaFrame.bottomOffset:             10
  3621. *security_prefs*javaFrame*javaToggle.leftOffset:     20
  3622. *security_prefs*javaFrame*javaToggle.labelString:     Disable Java
  3623. *security_prefs*javaFrame*javascriptToggle.leftOffset:     20
  3624. *security_prefs*javaFrame*javascriptToggle.labelString:     Disable JavaScript
  3625.  
  3626. *security_prefs*sslFrame*sslBoxLabel.labelString:    Secure Network Protocol
  3627. *security_prefs*sslFrame.topOffset:            10
  3628. *security_prefs*sslFrame.leftOffset:            10
  3629. *security_prefs*sslFrame.rightOffset:            10
  3630. *security_prefs*sslFrame.bottomOffset:            10
  3631. *security_prefs*sslFrame*ssl2Toggle.leftOffset:        20
  3632. *security_prefs*sslFrame*ssl2Toggle.labelString:    Enable SSL2
  3633. *security_prefs*sslFrame*ssl3Toggle.leftOffset:        20
  3634. *security_prefs*sslFrame*ssl3Toggle.labelString:    Enable SSL3
  3635. *security_prefs*sslFrame*configure.labelString:        Configure
  3636. *security_prefs*sslFrame*configure.marginWidth:        10
  3637.   
  3638. ! Preferences: Security Passwords
  3639. !
  3640. *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Passwords
  3641. *security_prefs*passwordsFrame.topOffset:        10
  3642. *security_prefs*passwordsFrame.leftOffset:        10
  3643. *security_prefs*passwordsFrame.rightOffset:        10
  3644. *security_prefs*passwordsFrame.bottomOffset:        10
  3645. *security_prefs*passwordsFrame*passLabel.labelString:    Password:
  3646. *security_prefs*passwordsFrame*passToggle.labelString:    Use a Password
  3647. *security_prefs*passwordsFrame*noPassToggle.labelString: Do not use a Password
  3648. *security_prefs*passwordsFrame*askLabel.labelString:    Ask for Password:
  3649. *security_prefs*passwordsFrame*onceToggle.labelString:    Once per session
  3650. *security_prefs*passwordsFrame*everyToggle.labelString:    Every time it's needed
  3651. *security_prefs*passwordsFrame*periodicToggle.labelString: After
  3652. *security_prefs*passwordsFrame*periodicText.columns:    3
  3653. *security_prefs*passwordsFrame*periodicLabel.labelString: minutes of inactivity
  3654. *security_prefs*passwordsFrame*alignment:        ALIGNMENT_BEGINNING
  3655. *security_prefs*passwordsFrame*passLabel.leftOffset:    10
  3656. *security_prefs*passwordsFrame*indicatorType:        ONE_OF_MANY
  3657. *security_prefs*passwordsFrame*changePassword.topOffset:  10
  3658. *security_prefs*passwordsFrame*changePassword.leftOffset: 30
  3659. *security_prefs*passwordsFrame*bannerLabel.labelString: \
  3660. Use a password if other people have access to your computer.
  3661.  
  3662.  
  3663. ! Preferences: Styles1
  3664. !
  3665. *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Toolbars
  3666. *general_prefs*toolbarsFrame.topOffset:            10
  3667. *general_prefs*toolbarsFrame.leftOffset:        10
  3668. *general_prefs*toolbarsFrame.rightOffset:        10
  3669. *general_prefs*toolbarsFrame.bottomOffset:        10
  3670. *general_prefs*toolbarsFrame*toolbarLabel.labelString:    Show Toolbars As:
  3671. *general_prefs*toolbarsFrame*toolbarLabel.alignment:    ALIGNMENT_END
  3672. *general_prefs*toolbarsFrame*icons.labelString:        Pictures
  3673. *general_prefs*toolbarsFrame*text.labelString:        Text
  3674. *general_prefs*toolbarsFrame*both.labelString:        Pictures and Text
  3675. *general_prefs*toolbarsFrame*indicatorType:        ONE_OF_MANY
  3676. *general_prefs*toolbarsFrame*toolbarTipsLabel.labelString: Toolbar Tips are:
  3677. *general_prefs*toolbarsFrame*toolbarTipsLabel.alignment:   ALIGNMENT_END
  3678. *general_prefs*toolbarsFrame*enabled.indicatorType:    N_OF_MANY
  3679. *general_prefs*toolbarsFrame*enabled.labelString:    Enabled
  3680. *general_prefs*toolbarsFrame*enabled.tipString:        Toggle Toolbar Tips
  3681. *general_prefs*toolbarsFrame*enabled.documentationString: \
  3682. Enable or disable toolbar tips
  3683.  
  3684. *general_prefs*startupFrame*startupBoxLabel.labelString:Startup
  3685. *general_prefs*startupFrame.topOffset:            10
  3686. *general_prefs*startupFrame.leftOffset:            10
  3687. *general_prefs*startupFrame.rightOffset:        10
  3688. *general_prefs*startupFrame.bottomOffset:        10
  3689. *general_prefs*startupFrame*startLabel.labelString:    Browser Starts with:
  3690. *general_prefs*startupFrame*startLabel.alignment:    ALIGNMENT_END
  3691. *general_prefs*startupFrame*blank.labelString:        Blank Page
  3692. *general_prefs*startupFrame*home.labelString:        Home Page Location:
  3693. *general_prefs*startupFrame*homeText.bottomOffset:    10
  3694. *general_prefs*startupFrame*homeText.rightOffset:    10
  3695. *general_prefs*startupFrame*indicatorType:        ONE_OF_MANY
  3696.  
  3697. *general_prefs*startupFrame*startupLabel.labelString:    On Startup Launch:
  3698. *general_prefs*startupFrame*browser.labelString:    Netscape Browser
  3699. *general_prefs*startupFrame*mail.labelString:        Netscape Mail
  3700. *general_prefs*startupFrame*news.labelString:        Netscape News
  3701.  
  3702. *general_prefs*linkFrame*linkBoxLabel.labelString:    Link Styles
  3703. *general_prefs*linkFrame.topOffset:            10
  3704. *general_prefs*linkFrame.leftOffset:            10
  3705. *general_prefs*linkFrame.rightOffset:            10
  3706. *general_prefs*linkFrame.bottomOffset:            10
  3707. *general_prefs*linkFrame*underlineLabel.labelString:    Links are:
  3708. *general_prefs*linkFrame*underlineLabel.alignment:    ALIGNMENT_END
  3709. *general_prefs*linkFrame*underline.labelString:        Underlined
  3710. *general_prefs*linkFrame*expireLabel.labelString:    Followed Links:
  3711. *general_prefs*linkFrame*expireLabel.alignment:        ALIGNMENT_END
  3712. *general_prefs*linkFrame*expireNever.labelString:    Never Expire
  3713. *general_prefs*linkFrame*expireAfter.labelString:    Expire After
  3714. *general_prefs*linkFrame*expireDaysLabel.labelString:    Days
  3715. *general_prefs*linkFrame*expireDays.columns:        3
  3716. *general_prefs*linkFrame*expireNow.labelString:        Expire Now
  3717. *general_prefs*linkFrame*indicatorType:            ONE_OF_MANY
  3718. *general_prefs*linkFrame*underline.indicatorType:    N_OF_MANY
  3719. *general_prefs*linkFrame*expireDays.topOffset:        10
  3720. *general_prefs*linkFrame*expireDays.bottomOffset:    10
  3721. *general_prefs*linkFrame*expireNow.marginWidth:        10
  3722. *general_prefs*linkFrame*expireNow.marginHeight:    0
  3723. *general_prefs*linkFrame*underline.leftOffset:        10
  3724. *general_prefs*linkFrame*expireLabel.leftOffset:    10
  3725. *general_prefs*linkFrame*expireAfter.leftOffset:    10
  3726. *general_prefs*linkFrame*expireNow.leftOffset:        20
  3727.  
  3728.  
  3729. ! Preferences: Styles 2
  3730. !
  3731.  
  3732.  
  3733. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  3734. *enteringSecureDialog*toggle.labelString:    Show this Alert Next Time
  3735. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  3736. *enteringSecureDialog*toggle.leftOffset:    100
  3737. *enteringSecureDialog.selectionLabelString:\
  3738. You have requested a secure document. The document and any information\n\
  3739. you send back are encrypted for privacy while in transit.\n\
  3740. For more information on security choose Document Info from the View \
  3741. menu.
  3742.  
  3743. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  3744. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  3745. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  3746. *leavingSecureDialog.OkLabelString:        Continue Loading
  3747. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  3748. *leavingSecureDialog*toggle.leftOffset:        100
  3749. *leavingSecureDialog.selectionLabelString:\
  3750. You have requested an insecure document. The document and any information\n\
  3751. you send back could be observed by a third party while in transit.\n\
  3752. For more information on security choose Document Info from the View \
  3753. menu.
  3754.  
  3755. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  3756. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  3757. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  3758. *mixedSecurityDialog*toggle.leftOffset:        100
  3759. *mixedSecurityDialog.selectionLabelString:\
  3760. You have requested a secure document that contains some insecure \
  3761. information.\n\
  3762.  \n\
  3763. The insecure information will not be shown.\n\
  3764. For more information on security choose Document Info from the View \
  3765. menu.
  3766.  
  3767. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  3768. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  3769. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  3770. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  3771. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  3772. *redirectionToInsecureDialog*toggle.leftOffset:    100
  3773. *redirectionToInsecureDialog.selectionLabelString:\
  3774. Warning! You have requested an insecure document that was\n\
  3775. originally designated a secure document (the location has been\n\
  3776. redirected from a secure to an insecure document). The document\n\
  3777. and any information you send back could be observed by a third\n\
  3778. party while in transit.
  3779.  
  3780. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  3781. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  3782. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  3783. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  3784. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  3785. *redirectionToSecureDialog*toggle.leftOffset:    100
  3786. *redirectionToSecureDialog.selectionLabelString:\
  3787. Warning! Your connection has been redirected to a different\n\
  3788. site. You may not be connected to the site that you originally\n\
  3789. tried to reach.
  3790.  
  3791. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  3792. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  3793. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  3794. *insecurePostFromSecureDocDialog.OkLabelString:         Continue Submission
  3795. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  3796. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  3797. *insecurePostFromSecureDocDialog.selectionLabelString:\
  3798. Warning! Although this document is secure, any information you\n\
  3799. submit is insecure and could be observed by a third party while\n\
  3800. in transit. If you are submitting passwords, credit card numbers,\n\
  3801. or other information you would like to keep private, it would be\n\
  3802. safer for you to cancel the submission.
  3803.  
  3804. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  3805. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  3806. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  3807. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  3808. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  3809. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  3810. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  3811. The information you submit is insecure and could be observed by\n\
  3812. a third party while in transit.  If you are submitting passwords,\n\
  3813. credit card numbers, or other information you would like to keep\n\
  3814. private, it would be safer for you to cancel the submission.
  3815.  
  3816.  
  3817. *licenseDialog_popup.title:            Netscape: License Agreement
  3818. *licenseDialog*label1.labelString:\n\
  3819.  Netscape is licensed software.  Its use is subject to the\n\
  3820.  terms and conditions of the license agreement below.\n
  3821. *licenseDialog*label2.labelString:\n\
  3822.  If you accept the terms of this license agreement,\n\
  3823.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  3824. *licenseDialog*text.columns:            72
  3825. *licenseDialog*text.rows:            23
  3826. *licenseDialog*text.wordWrap:            True
  3827. *licenseDialog*text.scrollHorizontal:        False
  3828. *licenseDialog.accept.labelString:        Accept
  3829. *licenseDialog.reject.labelString:        Do Not Accept
  3830.  
  3831. *printSetup_popup.title:            Netscape: Print
  3832. *printSetup*printToLabel.labelString:        Print To:
  3833. *printSetup*toPrinterToggle.labelString:    Printer
  3834. *printSetup*toFileToggle.labelString:        File
  3835. *printSetup*printCommandLabel.labelString:    Print Command:
  3836. *printSetup*fileNameLabel.labelString:        File Name:
  3837. *printSetup*browseButton.labelString:        Browse...
  3838. *printSetup*printLabel.labelString:        Print:
  3839. *printSetup*firstFirstToggle.labelString:    First Page First
  3840. *printSetup*lastFirstToggle.labelString:    Last Page First
  3841. *printSetup*orientationLabel.labelString:    Orientation:
  3842. *printSetup*portraitToggle.labelString:        Portrait
  3843. *printSetup*landscapeToggle.labelString:    Landscape
  3844. *printSetup*printColorLabel.labelString:    Print:
  3845. *printSetup*greyscaleToggle.labelString:    Greyscale
  3846. *printSetup*colorToggle.labelString:        Color
  3847. *printSetup*paperSizeLabel.labelString:        Paper Size:
  3848. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  3849. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  3850. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  3851. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  3852. *printSetup*OK.labelString:            Print
  3853. *printSetup*OkLabelString:            Print
  3854. *printSetup*CancelLabelString:            Cancel
  3855. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  3856. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  3857. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  3858. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  3859. *printSetup*lastFirstToggle.leftOffset:        10
  3860. *printSetup*landscapeToggle.leftOffset:        10
  3861. *printSetup*colorToggle.leftOffset:        10
  3862. *printSetup*legalToggle.leftOffset:        10
  3863. *printSetup*a4Toggle.leftOffset:        10
  3864. *printSetup*XmLabel.rightOffset:        10
  3865. *printSetup*XmLabelGadget.rightOffset:        10
  3866. *printSetup*browseButton.marginHeight:        3
  3867. *printSetup*browseButton.marginWidth:        4
  3868. *printSetup*line.topOffset:            4
  3869. *printSetup*printLabel.topOffset:        4
  3870. *printSetup*firstFirstToggle.topOffset:        10
  3871. *printSetup*portraitToggle.topOffset:        10
  3872. *printSetup*greyscaleToggle.topOffset:        10
  3873. *printSetup*letterToggle.topOffset:        10
  3874. !*printSetup_popup*preeditType:            none
  3875.  
  3876. *findDialog_popup.title:            Netscape: Find
  3877. *findDialog*findInLabel.labelString:        Find in:
  3878. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  3879. *findDialog*msgBody.labelString:        Body of This Message
  3880. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  3881. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  3882. *findDialog*findLabel.labelString:        Find:
  3883. *findDialog*findLabel.alignment:        ALIGNMENT_END
  3884. *findDialog*caseSensitive.labelString:        Case Sensitive
  3885. *findDialog*backwards.labelString:        Find Backwards
  3886. *findDialog*backwards.leftOffset:        20
  3887. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  3888. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  3889. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  3890. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  3891. *findDialog*OK.labelString:            Find
  3892. *findDialog*OkLabelString:            Find
  3893. *findDialog*Apply.labelString:            Clear
  3894. *findDialog*ApplyLabelString:            Clear
  3895. *findDialog*Cancel.labelString:            Close
  3896. *findDialog*CancelLabelString:            Close
  3897. !*findDialog_popup*preeditType:            overthespot
  3898. ! Bookmark Find dialog shares resources with the main find dialog
  3899. ! Extra resources specific to bookmark find dialog
  3900. *findDialog*lookinLabel.labelString:        Look in:
  3901. *findDialog*nameToggle.labelString:        Name
  3902. *findDialog*locationToggle.labelString:        Location
  3903. *findDialog*descriptionToggle.labelString:    Description
  3904. *findDialog*wordToggle.labelString:        Whole word
  3905. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  3906.  
  3907. ! More resources for the Addressbook find dialog
  3908. *findDialog*nicknameToggle.labelString:        Nick Name
  3909.  
  3910.  
  3911. *openURLDialog_popup.title:            Netscape: Open Location
  3912. *openURLDialog*openURLLabel.labelString:    Open Location:
  3913. *openURLDialog*OK.labelString:        Open
  3914. *openURLDialog*OkLabelString:            Open
  3915. *openURLDialog*Apply.labelString:        Clear
  3916. *openURLDialog*ApplyLabelString:        Clear
  3917. *openURLDialog*Cancel.labelString:        Cancel
  3918. *openURLDialog*CancelLabelString:        Cancel
  3919. *openURLDialog*openURLLabel.alignment:    ALIGNMENT_END
  3920. *openURLDialog*urlText.columns:        45
  3921. *openURLDialog.width:                500
  3922. !*openURLDialog_popup*preeditType:        none
  3923. *openURLDialog*openInEditor.labelString:    Open In Editor
  3924. *openURLDialog*openInBrowser.labelString:    Open In Browser
  3925.  
  3926. *message_popup.title:            Netscape
  3927. *message_popup*OK.labelString:        OK
  3928. *message_popup*OkLabelString:        OK
  3929.  
  3930. *error_popup.title:            Netscape: Error
  3931.  
  3932. *question_popup.title:            Netscape: Question
  3933. *question_popup*OK.labelString:        OK
  3934. *question_popup*Cancel.labelString:    Cancel
  3935.  
  3936. *prompt_popup.title:            Netscape: Prompt
  3937. *password_popup.title:            Netscape: Password
  3938. *promptSubject_popup.title:        Netscape: Subject Prompt
  3939. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  3940. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  3941. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  3942.  
  3943. *citing_popup.title:            Netscape
  3944. *citing_popup*messageString:        \nQuoting...\n
  3945.  
  3946. *printing_popup.title:            Netscape
  3947. *printing_popup*messageString:        \nPrinting...\n
  3948.  
  3949. *deliveringMessage_popup.title:        Netscape
  3950. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  3951.  
  3952. *saving_popup.title:            Netscape
  3953. *saving_popup*messageString:        \nSaving to disk...\n
  3954.  
  3955. *visual_popup.title:            Netscape: Change X Visual
  3956. *visual_popup*listLabelString:        Available Visuals:
  3957.  
  3958. *autoSaveNew.title:          Netscape: Auto Save New Document
  3959. *autoSaveNew*yes.labelString:      Yes
  3960. *autoSaveNew*no.labelString:       No
  3961.  
  3962. *saveFile_popup.title:          Netscape: Save Document
  3963. *saveFile*yes.labelString:      Yes
  3964. *saveFile*no.labelString:       No
  3965.  
  3966. *saveNewFile_popup.title:       Netscape: Save New Document
  3967.  
  3968. *promptSubject_popup*messageString:    \
  3969. You did not give a subject to this message.\n\
  3970. If you would like to provide one, please type it now.
  3971.  
  3972. *dialog*OK.labelString:            OK
  3973. *dialog*clear.labelString:        Clear
  3974. *dialog*Cancel.labelString:        Cancel
  3975. *dialog*userLabel.labelString:        User ID:
  3976. *dialog*passwdLabel.labelString:    Password:
  3977. *dialog*userLabel.alignment:        ALIGNMENT_END
  3978. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  3979.  
  3980. *clear.labelString:            Clear
  3981. *cancel.labelString:            Cancel
  3982. *OK.labelString:            OK
  3983.  
  3984. *citationQuery_popup.title:        Citation Style Question
  3985. *citationQuery.selectionLabelString:    \n\
  3986. You have quoted an entire document instead of attaching it.\n\
  3987.  \n\
  3988. You could, instead, attach the document and it would be\n\
  3989. appended to the message, without a `>' at the beginning\n\
  3990. of each line. This would make it easier for recipients\n\
  3991. to save and use this document.\n\
  3992.  \n\
  3993. Would you like to send this document as an attachment?\n
  3994.  
  3995. *citationQuery*OK.labelString:        Send as\nText Attachment
  3996. *citationQuery*OkLabelString:        Send as\nText Attachment
  3997. *citationQuery*Apply.labelString:    Send as\nQuoted
  3998. *citationQuery*ApplyLabelString:    Send as\nQuoted
  3999. *citationQuery*Cancel.labelString:    Cancel
  4000. *citationQuery*CancelLabelString:    Cancel
  4001.  
  4002. *doubleCitationQuery_popup.title:    Citation Style Question
  4003. *doubleCitationQuery.selectionLabelString:    \n\
  4004. You have (probably inadvertently) included the same document twice:\n\
  4005. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  4006. then as an attachment (meaning: as a second part of the message,\n\
  4007. included after your new text.)\n\
  4008.  \n\
  4009. Would you like to send an attached document or a quoted document?
  4010.  
  4011. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  4012. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  4013. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  4014. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  4015. *doubleCitationQuery*Cancel.labelString:Cancel
  4016. *doubleCitationQuery*CancelLabelString:    Cancel
  4017.  
  4018. *streamingAudioQuery_popup.title:    Audio Question
  4019. *streamingAudioQuery.selectionLabelString:    \
  4020. Would you like to play the data to the external viewer as it comes\n\
  4021. from the network, or save to a file and then play from the file?
  4022. *streamingAudioQuery*OK.labelString:    Play from Network
  4023. *streamingAudioQuery*OkLabelString:    Play from Network
  4024. *streamingAudioQuery*Apply.labelString:    Save First
  4025. *streamingAudioQuery*ApplyLabelString:    Save First
  4026. *streamingAudioQuery*Cancel.labelString:Cancel
  4027. *streamingAudioQuery*CancelLabelString:    Cancel
  4028.  
  4029. *fileSelector*filterLabelString:    Filter
  4030. *fileSelector*dirListLabelString:    Directories
  4031. *fileSelector*fileListLabelString:    Files
  4032. *fileSelector*OkLabelString:    OK
  4033. *fileSelector*ApplyLabelString:    Filter
  4034. *fileSelector*CancelLabelString:    Cancel
  4035. *fileSelector.Selection.labelString:    Selection
  4036. *fileSelector.pattern:            *.html
  4037. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  4038. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  4039. *fileSelector*formatType.labelString:    Format for Saved Document:
  4040. !*fileSelector_popup*preeditType:    overthespot
  4041.  
  4042. *fileBrowser_popup.title:        Netscape: File Browser
  4043. *fileBrowser*filterLabelString:        Filter
  4044. *fileBrowser*dirListLabelString:        Directories
  4045. *fileBrowser*fileListLabelString:        Files
  4046. *fileBrowser*Selection.labelString:        Selection
  4047. *fileBrowser*OkLabelString:        OK
  4048. *fileBrowser*ApplyLabelString:        Filter
  4049. *fileBrowser*CancelLabelString:        Cancel
  4050. *fileBrowser*HelpLabelString:        Help
  4051.  
  4052. *formSubmitButton.labelString:        Submit
  4053. *formResetButton.labelString:        Reset
  4054. *formButton.labelString:        Monkey Brains
  4055. *formFileBrowseButton.labelString:    Browse...
  4056.  
  4057. !
  4058. ! The bookmarks window
  4059. !
  4060. *Bookmark.mainform.width:        300
  4061. *Bookmark.mainform.height:        400
  4062. *Bookmark*open.labelString:        Open
  4063. *Bookmark*open.mnemonic:        O
  4064. *Bookmark*selectAll.labelString:    Select All
  4065. *Bookmark*selectAll.mnemonic:        S
  4066. *Bookmark*menuBar.Item.labelString:    Item
  4067. *Bookmark*properties.labelString:    Properties...
  4068. *Bookmark*properties.mnemonic:        P
  4069. *Bookmark*gotoBookmark.labelString:    Goto Bookmark
  4070. *Bookmark*gotoBookmark.mnemonic:    G
  4071. *Bookmark*sortBookmarks.labelString:    Sort Bookmarks
  4072. *Bookmark*sortBookmarks.mnemonic:    S
  4073. *Bookmark*insertBookmark.labelString:    Insert Bookmark
  4074. *Bookmark*insertBookmark.mnemonic:    B
  4075. *Bookmark*insertHeader.labelString:    Insert Folder
  4076. *Bookmark*insertHeader.mnemonic:    F
  4077. *Bookmark*insertSeparator.labelString:    Insert Separator
  4078. *Bookmark*insertSeparator.mnemonic:    S
  4079. *Bookmark*makeAlias.labelString:    Make Alias
  4080. *Bookmark*makeAlias.mnemonic:        A
  4081. *Bookmark*newBmFolder.labelString:    Set to New Bookmarks Folder
  4082. *Bookmark*newBmFolder.mnemonic:        N
  4083. *Bookmark*bmMenuFolder.labelString:    Set to Bookmark Menu Folder
  4084. *Bookmark*bmMenuFolder.mnemonic:    M
  4085.  
  4086. !*Bookmark*preeditType:            overthespot
  4087.  
  4088. ! Bookmarks popup menu. It has the same name as the main popup menu
  4089. ! and hence shares the rest of the resources.
  4090. *Bookmark*popup.title.labelString:        Bookmarks
  4091. *titleSeparator.separatorType:            XmDOUBLE_LINE
  4092.  
  4093. ! Bookmarks edit properties window.
  4094. !
  4095. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  4096. *bookmarkProps*nameLabel.labelString:        Name:
  4097. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  4098. *bookmarkProps*locationLabel.labelString:    Location:
  4099. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  4100. *bookmarkProps*descriptionLabel.labelString:    Description:
  4101. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  4102. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  4103. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  4104. *bookmarkProps*addedonLabel.labelString:    Added On:
  4105. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  4106. *bookmarkProps*descriptionText.topOffset:    8
  4107. *bookmarkProps*descriptionText.columns:        40
  4108. *bookmarkProps*descriptionText.rows:        5
  4109. *bookmarkProps*aliasButton.labelString:        Select Aliases
  4110.  
  4111. !
  4112. ! Address Book
  4113. !
  4114. *AddressBook.mainform.width:            300
  4115. *AddressBook.mainform.height:            400
  4116. *AddressBook*selectAll.labelString:        Select All
  4117. *AddressBook*selectAll.mnemonic:        S
  4118. *AddressBook*mailMessage.labelString:        New Mail Message
  4119. *AddressBook*mailMessage.mnemonic:        N
  4120. *AddressBook*mailMessage.acceleratorText:    Alt+M
  4121. *AddressBook*menuBar.Item.labelString:        Item
  4122. *AddressBook*addUser.mnemonic:            U
  4123. *AddressBook*addUser.labelString:        Add User...
  4124. *AddressBook*addUser.mnemonic:            U
  4125. *AddressBook*addList.labelString:        Add List...
  4126. *AddressBook*addList.mnemonic:            L
  4127. *AddressBook*properties.labelString:        Properties...
  4128. *AddressBook*properties.mnemonic:        P
  4129.  
  4130. ! Address Book properties window
  4131. !
  4132. *AddressBook*bookmarkProps_popup*title:        Netscape: Address book Properties
  4133. *AddressBook*bookmarkProps*nicknameLabel.labelString:    Nick Name:
  4134. *AddressBook*bookmarkProps*nicknameLabel.alignment:    ALIGNMENT_END
  4135. *AddressBook*bookmarkProps*nameLabel.labelString:    Name:
  4136. *AddressBook*bookmarkProps*locationLabel.labelString:    Email Address:
  4137. *AddressBook*bookmarkProps*Cancel.labelString:    Cancel
  4138.  
  4139. ! Address Book popup menu. It has the same name as the main popup menu
  4140. ! and hence shares the rest of the resources.
  4141. *AddressBook*popup.title.labelString:            Address Book
  4142. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  4143.  
  4144.  
  4145. !
  4146. ! Download
  4147. !
  4148. *download*downloadURLLabel.labelString:            Source:
  4149. *download*downloadFileLabel.labelString:        Destination:
  4150. *download*cancel.labelString:                Stop
  4151. *download*downloadURLLabel.alignment:            ALIGNMENT_END
  4152. *download*downloadFileLabel.alignment:            ALIGNMENT_END
  4153.  
  4154. *download*downloadURLLabel.topOffset:            10
  4155. *download*downloadURLLabel.leftOffset:            10
  4156. *download*downloadURLValue.columns:            45
  4157. *download*downloadURLValue.editable:            False
  4158. *download*downloadURLValue.cursorPositionVisible:    False
  4159. *download*downloadURLValue.leftOffset:            10
  4160. *download*downloadURLValue.rightOffset:            10
  4161.  
  4162. *download*downloadFileLabel.topOffset:            5
  4163. *download*downloadFileLabel.leftOffset:            10
  4164. *download*downloadFileLabel.bottomOffset:        15
  4165. *download*downloadFileValue.columns:            45
  4166. *download*downloadFileValue.editable:            False
  4167. *download*downloadFileValue.cursorPositionVisible:    False
  4168. *download*downloadFileValue.leftOffset:            10
  4169. *download*downloadFileValue.rightOffset:        10
  4170.  
  4171. *download*logo.topOffset:                10
  4172. *download*cancel.marginWidth:                15
  4173. *download*cancel.marginHeight:                10
  4174. *download*cancel.topOffset:                20
  4175. *download*cancel.bottomOffset:                10
  4176.  
  4177.  
  4178. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  4179. ! On SGIs, not having the class will cause the default SGI colors to
  4180. ! be used instead of the ones specified here.  With VUE, the behavior
  4181. ! is even worse - if we're using a non-default visual (for example, if
  4182. ! we have requested a 24-bit TrueColor visual instead of the default
  4183. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  4184. ! the default visual, and give us colors allocated from the wrong
  4185. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  4186. !
  4187. Netscape*thermo.slider.foreground:    #0000BF
  4188. Netscape*thermo.slider.background:    #69B5B5
  4189. Netscape*power.LED.foreground:        #0000BF
  4190. Netscape*power.LED.background:        #69B5B5
  4191.  
  4192. ! (Note: if you comment this stuff out in an attempt to let the current
  4193. ! "scheme" override things, you'll find that the colors of the toolbar
  4194. ! icons and the colors of form elements (like option menus) will get
  4195. ! messed up.)
  4196. Netscape*foreground:            Black
  4197. Netscape*background:            #B2B2B2
  4198.  
  4199. Netscape*XmTextField.foreground:        Black
  4200. Netscape*XmText.foreground:        Black
  4201. Netscape*XmList.foreground:        Black
  4202. Netscape*XmTextField.background:        #D3B5B5
  4203. Netscape*XmText.background:        #D3B5B5
  4204. *textBackground:            #D3B5B5
  4205. Netscape*XmList.background:        #D3B5B5
  4206.  
  4207. ! Colors of the outline lists used in mail and news windows.
  4208. Netscape*XmLGrid.foreground:        #000000
  4209. Netscape*XmLGrid.background:        #B2B2B2
  4210. Netscape*XmLGrid.selectBackground:    #FFFFCC
  4211.  
  4212. ! Colors of the "Secure Document" bar.
  4213. *secureDocumentColor:            #0000BF
  4214. *insecureDocumentColor:            #B2B2B2
  4215.  
  4216. ! Default for all buttons
  4217. Netscape*XmPushButton*shadowThickness:    2
  4218. Netscape*XmPushButtonGadget*shadowThickness: 2
  4219.  
  4220. ! And for option menus:
  4221. Netscape*XmCascadeButton.shadowThickness: 2
  4222. Netscape*XmCascadeButtonGadget.shadowThickness: 2
  4223.  
  4224. ! Various margin sizes
  4225. !
  4226. *topLeftArea.leftOffset:        0
  4227. *topLeftArea.rightOffset:        10
  4228. *topLeftArea.topOffset:            0
  4229. *topLeftArea.bottomOffset:        0
  4230. *urlText.topOffset:            4
  4231. *urlText.bottomOffset:            4
  4232. *urlText.leftOffset:            4
  4233. *urlText.rightOffset:            4
  4234. !*urlText.rightOffset:            10
  4235. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  4236. *urlLabel.topOffset:            9
  4237. *urlLabel.leftOffset:            10
  4238. *urlLabel.rightOffset:            10
  4239. *historyMenuBox.topOffset:        0
  4240. *historyMenuBox.bottomOffset:        4
  4241. *historyMenuBox.leftOffset:        4
  4242. *historyMenuBox.rightOffset:        4
  4243. *logo.topOffset:            4
  4244. *logo.bottomOffset:            4
  4245. *logo.leftOffset:            10
  4246. *logo.rightOffset:            10
  4247. *historyMenuBox.marginHeight:        0
  4248. *historyMenuBox.marginWidth:        0
  4249.  
  4250. *toolBar*XmPushButton.leftOffset:    2
  4251. *toolBar*XmPushButtonGadget.leftOffset:    2
  4252. *urlBar*XmPushButton.leftOffset:    2
  4253. *urlBar*XmPushButtonGadget.leftOffset:    2
  4254. *toolbarFrame.leftOffset:            10
  4255. *characterToolbarFrame.leftOffset:    2
  4256. *paragraphToolbarFrame.leftOffset:    2
  4257.  
  4258. *mouseDocumentation.rightOffset:    4
  4259. *toolBar.topOffset:            0
  4260. *toolBar.leftOffset:            10
  4261. *toolBar.rightOffset:            0
  4262. *toolBar.bottomOffset:            0
  4263.  
  4264. *urlBar.topOffset:            4
  4265. *urlBar.leftOffset:            10
  4266. *urlBar.rightOffset:            0
  4267. *urlBar.bottomOffset:            0
  4268.  
  4269. ! Give it a default string to get it sized right...
  4270. *mouseDocumentation.labelString:    Mozilla
  4271. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  4272. *mouseDocumentation.leftOffset:        10
  4273.  
  4274. *docinfoLabel.leftOffset:        4
  4275.  
  4276. *dashboard.topOffset:            0
  4277. *dashboard.bottomOffset:        0
  4278. *dashboard.leftOffset:            0
  4279. *dashboard.rightOffset:            10
  4280. ! To prevent the whole window from flickering when mouseDoc text changes...
  4281. *dashboard.resizable:            False
  4282.  
  4283. *thermo.leftOffset:            4
  4284. *thermo.rightOffset:            10
  4285. *thermo.topOffset:            4
  4286. *thermo.bottomOffset:            4
  4287. *thermo.shadowThickness:        2
  4288. *thermo.shadowType:            SHADOW_IN
  4289.  
  4290. *power.topOffset:            4
  4291. *power.bottomOffset:            4
  4292. *power.shadowThickness:            2
  4293. *power.shadowType:            SHADOW_IN
  4294.  
  4295. *thermo.slider.width:            200
  4296. *thermo.slider.height:            5
  4297.  
  4298. *power.LED.width:            15
  4299. *power.LED.height:            5
  4300.  
  4301. *securityBar.topOffset:            4
  4302. *securityBar.bottomOffset:        4
  4303. *securityBar.shadowThickness:        2
  4304. *securityBar.shadowType:        SHADOW_IN
  4305. *securityBar.LED.height:        2
  4306.  
  4307. *topPane.shadowThickness:        2
  4308. *bottomPane.shadowThickness:        2
  4309. *topPane.shadowType:            SHADOW_IN
  4310. *bottomPane.shadowType:            SHADOW_IN
  4311.  
  4312. ! Go ahead, try and figure out why some of these need to be on the
  4313. ! _popup version, and some need to be one level deeper.  I dare you.
  4314. !*dialog.width:                500
  4315. !*history.width:            500
  4316. !*mailto.width:                500
  4317. !*cache_popup.width:            500
  4318. *userConfig_popup.width:        500
  4319. *userConfig.width:            500
  4320. *fileSelector.width:            500
  4321. *fileBrowser.width:            500
  4322.  
  4323. ! I had to hardcode this in the C code - doesn't work from here...
  4324. !*history_popup.allowShellResize:    False
  4325.  
  4326. ! Get rid of all navigation; it's totally broken for Paned windows,
  4327. ! and for the form widgets under the drawingArea.
  4328. *highlightThickness:            0
  4329. *navigationType:            NONE
  4330.  
  4331. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  4332. ! in all non-popups, but I don't think there's a way to specify that...)
  4333. *XmDialogShell*highlightThickness:    2
  4334. *XmDialogShell*navigationType:        TAB_GROUP
  4335.  
  4336. ! Mail compose needs TAB_GROUP
  4337. *Composition*form.navigationType:    TAB_GROUP
  4338.  
  4339. ! Uh, and turn it on only in text fields of forms.
  4340. ! But of course this doesn't work quite right.
  4341. *drawingArea*XmText.navigationType:    TAB_GROUP
  4342. *drawingArea*XmTextField.navigationType:TAB_GROUP
  4343.  
  4344. ! Sorry, things don't display properly if you configure Netscape to put its
  4345. ! scrollbars on the left or top of the document area.
  4346. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  4347.  
  4348. ! Put scrollbars right next to text fields in forms (and lists).
  4349. *drawingArea*XmScrolledWindow.spacing:    0
  4350.  
  4351.  
  4352. ! Do not under any circumstances change the following line:
  4353. Netscape.version:        3.04
  4354.  
  4355.  
  4356. ! ============================================================================
  4357. ! Fonts in the widgets.
  4358. ! These fonts are all down in Motif land, and thus are not controlled by the
  4359. ! font selector on the Preferences dialog.  That applies only to fonts in
  4360. ! the document display area.
  4361. ! ============================================================================
  4362. !
  4363. *fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4364. *XmTextField.fontList:        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4365. *XmText.fontList:        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4366. *XmList*fontList:        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4367.  
  4368. ! SGI default:
  4369. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  4370. ! Sensible default:
  4371. *menuBar*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4372. *menuBar*historyTruncated.fontList:\
  4373.                   -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  4374. *popup*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4375.  
  4376. *topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4377. *topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4378. *topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4379.  
  4380. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4381. !*bookmark*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4382. !*bookmark*selectedLabel.fontList:\
  4383.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4384. !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4385. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4386.  
  4387. *mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4388. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4389. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  4390.  
  4391. *licenseDialog*text.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4392.  
  4393.  
  4394. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  4395. ! and Address Book windows.  (Note that there can't be any whitespace after
  4396. ! the commas.)
  4397. *XmLGrid*fontList:\
  4398. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  4399. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  4400. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  4401.  
  4402.  
  4403.  
  4404. ! This is the default charset for documents without the charset parameter
  4405. ! for MIME Content-type: text.    Valid values for *defaultCharset:
  4406. !    iso-8859-1
  4407. !    iso-8859-2
  4408. !    iso-2022-jp
  4409. !    shift_jis
  4410. !    x-euc-jp
  4411. !    big5
  4412. !    x-euc-tw
  4413. !    gb2312
  4414. !    euc-kr
  4415. !    iso-2022-kr
  4416. !    koi8-r
  4417. !    iso-8859-5
  4418. !    iso-8859-7
  4419. !    iso-8859-9
  4420. *defaultCharset:    iso-8859-1
  4421. !*defaultCharset:    iso-8859-2
  4422. !*defaultCharset:    iso-2022-jp
  4423. !*defaultCharset:    shift_jis
  4424. !*defaultCharset:    x-euc-jp
  4425. !*defaultCharset:    big5
  4426. !*defaultCharset:    x-euc-tw
  4427. !*defaultCharset:    gb2312
  4428. !*defaultCharset:    euc-kr
  4429. !*defaultCharset:    iso-2022-kr
  4430. !*defaultCharset:    koi8-r
  4431. !*defaultCharset:    iso-8859-5
  4432. !*defaultCharset:    iso-8859-7
  4433. !*defaultCharset:    iso-8859-9
  4434.  
  4435.  
  4436.  
  4437. ! ============================================================================
  4438. ! Fonts used in the display area.
  4439. ! ============================================================================
  4440.  
  4441.  
  4442. ! Default fonts for various charsets, prop(ortional) and fixed.
  4443. !
  4444. ! Format is foundry-family-pointsize-scaling.
  4445. ! Pointsize is in tenths of a point.
  4446. ! Scaling is either "scale" or "noscale".
  4447. !
  4448. ! These are only used the first time you start up.
  4449. ! After that, the preferences file is used.
  4450. ! The "Defaults" button in the Preferences dialog will revert to these.
  4451. !
  4452. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  4453. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  4454.  
  4455.  
  4456. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  4457. !
  4458. *documentFonts.face*-:            normal
  4459. *documentFonts.face*bold-i:        boldItalic
  4460. *documentFonts.face*bold-o:        boldItalic
  4461. *documentFonts.face*bold-r:        bold
  4462. *documentFonts.face*book-o:        italic
  4463. *documentFonts.face*book-r:        normal
  4464. *documentFonts.face*demi-i:        boldItalic
  4465. *documentFonts.face*demi-o:        boldItalic
  4466. *documentFonts.face*demi-r:        bold
  4467. *documentFonts.face*demibold-i:        boldItalic
  4468. *documentFonts.face*demibold-r:        bold
  4469. *documentFonts.face*light-i:        italic
  4470. *documentFonts.face*light-r:        normal
  4471. *documentFonts.face*medium-i:        italic
  4472. *documentFonts.face*medium-o:        italic
  4473. *documentFonts.face*medium-r:        normal
  4474. *documentFonts.face*medium-roman:    normal
  4475. *documentFonts.face*normal-i:        italic
  4476. *documentFonts.face*normal-r:        normal
  4477. *documentFonts.face*regular-i:        italic
  4478. *documentFonts.face*regular-r:        normal
  4479. *documentFonts.face*roman-r:        normal
  4480. *documentFonts.face*w3-r:        normal
  4481. *documentFonts.face*w3h-r:        normal
  4482. *documentFonts.face*w4-r:        normal
  4483. *documentFonts.face*w5-r:        normal
  4484. *documentFonts.face*w9-r:        normal
  4485.  
  4486.  
  4487. ! This table maps XLFD family names to nice family names
  4488. !
  4489. *documentFonts.family*djb:            DJB
  4490. *documentFonts.family*haebfix:            Haeberli Fixed
  4491. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  4492. *documentFonts.family*itc bookman:        ITC Bookman
  4493. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  4494. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  4495. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  4496.  
  4497.  
  4498. ! This table maps XLFD foundry names to nice foundry names
  4499. !
  4500. *documentFonts.foundry*b&h:    B&H
  4501. *documentFonts.foundry*dec:    DEC
  4502. *documentFonts.foundry*hku:    HKU
  4503. *documentFonts.foundry*sgi:    SGI
  4504.  
  4505.  
  4506. ! This table maps MIME charsets to language groups
  4507. !
  4508. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  4509. *documentFonts.charsetlang*iso-8859-1:            Western
  4510. *documentFonts.charsetlang*iso-8859-2:            Central European
  4511. *documentFonts.charsetlang*iso-8859-5:            Cyrillic
  4512. *documentFonts.charsetlang*iso-8859-7:            Greek
  4513. *documentFonts.charsetlang*iso-8859-9:            Turkish
  4514. *documentFonts.charsetlang*jis_x0201:            Japanese
  4515. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  4516. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  4517. *documentFonts.charsetlang*koi8-r:            Cyrillic
  4518. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  4519. *documentFonts.charsetlang*x-cns11643-1110:        Traditional Chinese
  4520. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  4521. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  4522. *documentFonts.charsetlang*x-gb2312-11:            Simplified Chinese
  4523. *documentFonts.charsetlang*x-jisx0208-11:        Japanese
  4524. *documentFonts.charsetlang*x-ksc5601-11:        Korean
  4525. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  4526.  
  4527.  
  4528. ! This table maps X11 font charsets to MIME charsets
  4529. !
  4530. *documentFonts.charset*-:                    x-ignore
  4531. *documentFonts.charset*-ascii:                    x-ignore
  4532. *documentFonts.charset*-dingbats:                x-ignore
  4533. *documentFonts.charset*-hiragana:                x-ignore
  4534. *documentFonts.charset*-ibm pc:                    x-ignore
  4535. *documentFonts.charset*-katakana:                x-ignore
  4536. *documentFonts.charset*-roman:                    x-ignore
  4537. *documentFonts.charset*-symbol:                    x-ignore
  4538. *documentFonts.charset*78-h:                    x-ignore
  4539. *documentFonts.charset*78.euc-h:                x-ignore
  4540. *documentFonts.charset*add-h:                    x-ignore
  4541. *documentFonts.charset*adobe.cns1-0:                x-ignore
  4542. *documentFonts.charset*adobe.gb1-0:                x-ignore
  4543. *documentFonts.charset*adobe.japan1-0:                x-ignore
  4544. *documentFonts.charset*adobe.japan1-1:                x-ignore
  4545. *documentFonts.charset*adobe.japan1-2:                x-ignore
  4546. *documentFonts.charset*adobe.japan2-0:                x-ignore
  4547. *documentFonts.charset*adobe.korea1-0:                x-ignore
  4548. *documentFonts.charset*big5-0:                    x-x-big5
  4549. *documentFonts.charset*big5.et-0:                x-x-big5
  4550. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  4551. *documentFonts.charset*big5.etext-0:                x-x-big5
  4552. *documentFonts.charset*big5.hku-0:                x-x-big5
  4553. *documentFonts.charset*big5.hku-1:                x-x-big5
  4554. *documentFonts.charset*big5.pc-0:                x-x-big5
  4555. *documentFonts.charset*big5.shift-0:                x-x-big5
  4556. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  4557. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  4558. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  4559. *documentFonts.charset*cns11643.1992-1:                x-cns11643-1
  4560. *documentFonts.charset*cns11643.1992-2:                x-cns11643-2
  4561. *documentFonts.charset*cns11643.1992.1-0:            x-cns11643-1
  4562. *documentFonts.charset*cns11643.1992.2-0:            x-cns11643-2
  4563. *documentFonts.charset*dec-decctrl:                x-ignore
  4564. *documentFonts.charset*dec-decksroman:                x-ignore
  4565. *documentFonts.charset*dec-decmath_extension:            x-ignore
  4566. *documentFonts.charset*dec-decmath_italic:            x-ignore
  4567. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  4568. *documentFonts.charset*dec-decsuppl:                x-ignore
  4569. *documentFonts.charset*dec-dectech:                x-ignore
  4570. *documentFonts.charset*dec-drcs:                x-ignore
  4571. *documentFonts.charset*dec-fontspecific:            x-ignore
  4572. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1110
  4573. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  4574. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  4575. *documentFonts.charset*euc-h:                    x-ignore
  4576. *documentFonts.charset*ext-h:                    x-ignore
  4577. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  4578. *documentFonts.charset*gb2312.1980-1:                x-gb2312-11
  4579. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  4580. *documentFonts.charset*hojo-h:                    x-ignore
  4581. *documentFonts.charset*hp-japanese15:                x-ignore
  4582. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  4583. *documentFonts.charset*hp-roman8:                x-ignore
  4584. *documentFonts.charset*hpbig5-:                    x-x-big5
  4585. *documentFonts.charset*ibm-850:                    x-ignore
  4586. *documentFonts.charset*ibm-fontspecific:            x-ignore
  4587. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  4588. *documentFonts.charset*ibm-special:                x-ignore
  4589. *documentFonts.charset*ibm-udcjp:                x-ignore
  4590. *documentFonts.charset*iso646.1991-irv:                x-ignore
  4591. *documentFonts.charset*iso8859-1:                iso-8859-1
  4592. *documentFonts.charset*iso8859-2:                iso-8859-2
  4593. *documentFonts.charset*iso8859-3:                x-ignore
  4594. *documentFonts.charset*iso8859-4:                x-ignore
  4595. *documentFonts.charset*iso8859-5:                iso-8859-5
  4596. *documentFonts.charset*iso8859-6:                x-ignore
  4597. *documentFonts.charset*iso8859-7:                iso-8859-7
  4598. *documentFonts.charset*iso8859-8:                x-ignore
  4599. *documentFonts.charset*iso8859-9:                iso-8859-9
  4600. *documentFonts.charset*iso8859-adobe:                x-ignore
  4601. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    x-ignore
  4602. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  4603. *documentFonts.charset*jisx0201-romankana:            x-ignore
  4604. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  4605. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  4606. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  4607. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  4608. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  4609. *documentFonts.charset*jisx0208.1983-1:                x-jisx0208-11
  4610. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  4611. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  4612. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  4613. *documentFonts.charset*koi8-1:                    koi8-r
  4614. *documentFonts.charset*koi8-r:                    koi8-r
  4615. *documentFonts.charset*ks-roman:                x-ignore
  4616. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  4617. *documentFonts.charset*ksc5601.1987-1:                x-ksc5601-11
  4618. *documentFonts.charset*misc-fontspecific:            x-ignore
  4619. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  4620. *documentFonts.charset*novanet-1:                x-ignore
  4621. *documentFonts.charset*nwp-h:                    x-ignore
  4622. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  4623. *documentFonts.charset*rksj-h:                    x-ignore
  4624. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  4625. *documentFonts.charset*sgi-fontspecific:            x-ignore
  4626. *documentFonts.charset*shiftjis-0:                x-ignore
  4627. *documentFonts.charset*sunolcursor-1:                x-ignore
  4628. *documentFonts.charset*sunolglyph-1:                x-ignore
  4629. *documentFonts.charset*symbol.adobe-fontspecific:        x-ignore
  4630. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  4631. *documentFonts.charset*tis620.2533-1:                x-ignore
  4632. *documentFonts.charset*wp-symbol:                x-ignore
  4633. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  4634.  
  4635.  
  4636. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  4637. ! are based on this.  The default increment is 20%, which means that the 4
  4638. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  4639. !
  4640. *documentFonts.sizeIncrement:    20
  4641.  
  4642.  
  4643. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  4644. ! same fonts in their font path, and, to make matters even worse, they have
  4645. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  4646. ! following is provided so that these people can hack their fonts without
  4647. ! having to correct their font path.
  4648. !
  4649. ! To correct your font path, take a look at
  4650. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  4651. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  4652. !
  4653. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  4654. ! corresponding to the X11 font charset (see above).
  4655. !
  4656. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  4657. !
  4658. *documentFonts.xResolution*iso-8859-1:    *
  4659. *documentFonts.yResolution*iso-8859-1:    *
  4660.  
  4661.  
  4662. ! ============================================================================
  4663. ! Fonts used for printing.
  4664. ! ============================================================================
  4665. !
  4666. ! psname  is the full PostScript font name
  4667. ! pscode  is the character encoding used in the PostScript font
  4668. ! pswidth is the PostScript width per character, only useful for "square"
  4669. !         fonts such as those found in East Asia
  4670.  
  4671. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  4672. ! and cannot be changed.
  4673. !
  4674. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  4675. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  4676. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  4677. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  4678. !*documentFonts.latin1.fixed.normal*psname:        Courier
  4679. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  4680. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  4681. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  4682. !*documentFonts.latin1*pscode:                iso-8859-1
  4683. !*documentFonts.latin1*pswidth:                *
  4684.  
  4685.  
  4686. ! Netscape does not differentiate between variable and fixed, and between
  4687. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  4688. !
  4689. ! The charset fields are the charset names corresponding to the available
  4690. ! locales (e.g. for Japan, that would be x-euc-jp and shift_jis).
  4691. !
  4692. *documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  4693. *documentFonts.x-euc-jp*pscode:        shift_jis
  4694. *documentFonts.x-euc-jp*pswidth:    1000
  4695. *documentFonts.shift_jis*psname:    Ryumin-Light-RKSJ-H
  4696. *documentFonts.shift_jis*pscode:    shift_jis
  4697. *documentFonts.shift_jis*pswidth:    1000
  4698.  
  4699. *documentFonts.euc-kr*psname:        SMgoJ
  4700. *documentFonts.euc-kr*pscode:        euc-kr
  4701. *documentFonts.euc-kr*pswidth:        1000
  4702.  
  4703. !*documentFonts.gb2312*psname:        ???
  4704. !*documentFonts.gb2312*pscode:        ???
  4705. !*documentFonts.gb2312*pswidth:        ???
  4706.  
  4707. !*documentFonts.x-euc-tw*psname:    ???
  4708. !*documentFonts.x-euc-tw*pscode:    ???
  4709. !*documentFonts.x-euc-tw*pswidth:    ???
  4710.  
  4711. !
  4712. ! Navigator mouse documentation.
  4713. !
  4714. *tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4715. Netscape*tipLabel.background:  #FFFFCC
  4716. Netscape*tipLabel.foreground:  Black
  4717. Netscape*tipShell.borderColor: Black
  4718. Netscape*tipShell.borderWidth: 1
  4719.  
  4720. !
  4721. ! Browser documentation and tip strings
  4722. !
  4723. ! Navigator/File menu
  4724. *openBrowser.documentationString:    Start New Browser Window
  4725. *editorNew.documentationString:        Create a new document
  4726. *editorNewBlank.documentationString: Create a new blank document
  4727. *editorNewTemplate.documentationString:    \
  4728. Create a new document using a template document
  4729. *editorNewWizard.documentationString: \
  4730. Create a new document using New Page Wizard at Netscape Web site
  4731. *editDocument.documentationString:  Edit document in a new editor window
  4732. *openURL.documentationString:       Open a networked document
  4733. *openFile.documentationString:      Open a local document
  4734. *editorOpenFile.documentationString: Open a local file to edit
  4735. *saveAs.documentationString:        Save the current document
  4736. *uploadFile.documentationString:    Upload (send) a file to this FTP directory
  4737. *mailNew.documentationString:       Compose new message
  4738. *mailto.documentationString:        Mail the current document
  4739. *print.documentationString:         Print the current document <Alt+P>
  4740. *delete.documentationString:        Close the current window
  4741. *quit.documentationString:          Close all windows and quit Netscape
  4742.  
  4743. ! Navigator/Edit menu
  4744. *undo.documentationString:          Undo the last change
  4745. *redo.documentationString:          Redo the last undone change
  4746. *cut.documentationString:           \
  4747. Cut the selection and put it on the clipboard <Alt+X>
  4748. *copy.documentationString:          \
  4749. Copy the selection and put it on the clipboard <Alt+C>
  4750. *paste.documentationString:            Paste clipboard contents <Alt+Y>
  4751. *find.documentationString:          \
  4752. Search for text in the current document <Alt+F>
  4753. *findAgain.documentationString:     Repeat last find...
  4754.  
  4755. ! Navigator/View menu
  4756. *reload.documentationString:        Reload current document
  4757. *reloadFrame.documentationString:   Reload current frame cell
  4758. *loadImages.documentationString:    Load images in the current document
  4759. *refresh.documentationString:       Redraw the current document
  4760. *source.documentationString:        View the source of the current document
  4761. *docInfo.documentationString:       \
  4762. Display information about the current document
  4763. *frameSource.documentationString:   View the source of the current frame cell
  4764. *frameInfo.documentationString:     Information about the current frame cell
  4765.  
  4766. ! Navigator/Go menu
  4767. *back.documentationString:            Return to previous document in history list
  4768. *forward.documentationString:        \
  4769. Move forward to next document in history list
  4770. *home.documentationString:            \
  4771. Go to the Home page specified in General Preferences
  4772. *abort.documentationString:            Interrupt the current transfer
  4773.  
  4774. ! Navigator/Bookmarks menu
  4775. *addBookmark.documentationString:   \
  4776. Add the current document to the bookmark list 
  4777.  
  4778. ! Navigator/Options menu
  4779. *generalPrefs.documentationString:  Modify general program configuration
  4780. *editorPrefs.documentationString:   Modify editor configuration   
  4781. *mailNewsPrefs.documentationString: Modify mail and news configuration
  4782. *networkPrefs.documentationString:  Modify networking configuration
  4783. *securityPrefs.documentationString: Modify security and java configuration
  4784. *showMenubar.documentationString:   Show or hide the menubar
  4785. *showToolbar.documentationString:   Show or hide the toolbar
  4786. *showURL.documentationString:       Show or hide the location bar
  4787. *showDirectoryButtons.documentationString: Show those wonderful starter buttons
  4788. *showJavaConsole.documentationString: Show or hide the Java console    
  4789. *showSecurityBar.documentationString: Show or hide the security color bar 
  4790. *autoLoadImages.documentationString: Automatically load inlined images  
  4791. *docEncoding*documentationString:   Set document encoding
  4792. *saveOptions.documentationString:   Save options to preferences file
  4793.  
  4794. ! Navigator/Directory menu
  4795. *netscape.documentationString:      \
  4796. Netscape Communications Corporation Home Page
  4797. !*sgi.documentationString:            Silicon Graphics, Inc. Home Page
  4798. !*adobe.documentationString:         Adobe Systems, Inc. Home Page
  4799. *whatsNew.documentationString:        What's New on the net
  4800. *whatsCool.documentationString:        Cool sites on the net
  4801. *galleria.documentationString:        Netscape Galleria
  4802. *inetIndex.documentationString:        Exploring the Net
  4803. *inetSearch.documentationString:    Internet Search
  4804. *inetWhite.documentationString:        People and Places
  4805. *inetAbout.documentationString:        About the Internet
  4806.  
  4807. ! Navigator/Window menu
  4808. *openMail.documentationString:      Open the mail reading window
  4809. *openNews.documentationString:      Open the news reading window
  4810. !*siteManager.documentationString:  Pop-up Site Manager window
  4811. *editAddressBook.documentationString: Open the address book
  4812. *viewBookmark.documentationString:  Bring up the bookmark window
  4813. *viewHistory.documentationString:   Popup the history window
  4814. !*windowButton.documentationString: Switch to named document window
  4815.  
  4816. ! Navigator/Help menu
  4817. *about.documentationString:         \
  4818. Display program information, version number and copyright
  4819. *aboutplugins.documentationString:  Information about plugins
  4820. *registration.documentationString:  \
  4821. Product registration and support information
  4822. *upgrade.documentationString:       \
  4823. Information about Netscape software and upgrades
  4824. !*webStarter.documentationString:   \
  4825. Information and links to resources for new web publishers
  4826. *manual.documentationString:        Online Version of the manual
  4827. *relnotes.documentationString:      \
  4828. Information about the version of Netscape you are running
  4829. *faq.documentationString:           Answers to common questions
  4830. *aboutSecurity.documentationString: Information about Netscape's security
  4831. *feedback.documentationString:      \
  4832. Instructions on how to give feedback about Netscape
  4833. *support.documentationString:       \
  4834. Instructions on getting support for Netscape
  4835. *howTo.documentationString:         How to create Web services
  4836.  
  4837. ! Navigator/Toolbar (tip strings and special documentation strings)
  4838. *back.tipString:                    Previous document
  4839. *forward.tipString:                    Next document
  4840. *home.tipString:                    Go to the Home page
  4841. *editDocument.tipString:            Edit document
  4842. *reload.tipString:                  Reload current document
  4843. *loadImages.tipString:              Load Images in current document
  4844. *openURL.tipString:                 Open a networked document
  4845. *print.tipString:                   Print the current document
  4846. *find.tipString:                    Search in current document
  4847. *abort.tipString:                   Interrupt the current transfer
  4848. ! Same as Help/about menu item
  4849. *logo.documentationString:          \
  4850. Netscape Communications Corporation home page
  4851. *logo.tipString:                    Go to Netscape
  4852.  
  4853. ! Navigatpr/Dashboard
  4854. *docinfoLabel.documentationString:  \
  4855. Security indicator, document is secure when doorkey is unbroken
  4856. *docinfoLabel.tipString:            Security Indicator
  4857. *biffButton.documentationString:    Launch mail window, and check for new mail
  4858. *biffButton.tipString:              Check Mail
  4859.  
  4860. ! Editor/File menu (additonal items)
  4861. *Editor*editorNewBlank.documentationString: Create a new blank document <Alt+N>
  4862. *editorBrowse.documentationString:  Open Browser window with current document
  4863. *Editor*editorOpenFile.documentationString: Open a local file to edit <Alt+O>
  4864. *Editor*save.documentationString:   Save the current document <Alt+S>
  4865. *Editor*saveAs.documentationString: Save the current document with a new name
  4866. *publish.documentationString:       \
  4867. Upload current file or directory to a server for public viewing
  4868.  
  4869. ! Editor/Edit menu (additonal items)
  4870. *deleteItem.documentationString:    Delete the current selection or next item
  4871. *selectAll.documentationString:     Select the entire document
  4872. *selectTable.documentationString:   Select the entire table
  4873. *deleteTable.documentationString:   Delete table at current caret location
  4874. *deleteRow.documentationString:     Delete a row in the table
  4875. *deleteColumn.documentationString:  Delete a column in the table
  4876. *deleteCell.documentationString:    Delete a cell (row and column) in the table
  4877. *removeLinks.documentationString:   \
  4878. Remove link at caret or all links within selected region
  4879.  
  4880. ! Editor/View menu (additonal items)
  4881. *editSource.documentationString:    Edit document file with another program
  4882. *paragraphMarks.documentationString: Display graphic at end of each paragraph
  4883. *displayTables.documentationString: Display tables in the current document
  4884.  
  4885. ! Editor/Insert menu (additonal menu)
  4886. *insertLink.documentationString:    \
  4887. Insert a new link at caret or create a link to the selected text or image
  4888. *insertTarget.documentationString:  Insert a Target (Named Anchor) at caret
  4889. *insertImage.documentationString:   Insert Image at current cursor location
  4890. *insertHorizontalLine.documentationString: \
  4891. Insert Horizontal Line at current cursor location
  4892. *insertHtmlTag.documentationString: \
  4893. Insert an arbitrary HTML Tag at cursor location
  4894. *insertTable.documentationString:   Insert table at current caret location
  4895. *insertRow.documentationString:     Insert a new row in the table
  4896. *insertColumn.documentationString:  Insert a new column in the table
  4897. *insertCell.documentationString:    \
  4898. Insert a new cell (row and column) in the table
  4899. *insertNewLineBreak.documentationString: Insert break to continue text on a new line
  4900. *insertBreakBelow.documentationString: \
  4901. Insert break to continue text below the image
  4902. *insertNonBreaking.documentationString: \
  4903. Insert a non-breaking space character at cursor location
  4904.  
  4905. ! Editor/Properties menu (additonal menu)
  4906. *textProperties.documentationString: Change character, paragraph, and link properties
  4907. *linkProperties.documentationString: Change link properties
  4908. *targetProperties.documentationString: Change target (Named Anchor) properties
  4909. *imageProperties.documentationString: Change image properities
  4910. *tableProperties.documentationString: Change table, row, and cell properties
  4911. *hruleProperties.documentationString: Change horizontal line properities
  4912. *tagProperties.documentationString: Change HTML tag properties
  4913. *documentProperties.documentationString: \
  4914. Change document properties
  4915.  
  4916. *bold.documentationString:          Set the style to Bold <Alt+B>
  4917. *italic.documentationString:        Set the style to Italic <Alt+I>
  4918. *underline.documentationString:     Set the style to Underlined <Alt+U>
  4919. *fixed.documentationString:         Set the style to Fixed Width <Alt+T>
  4920. *superscript.documentationString:   Set the style to Superscript
  4921. *subscript.documentationString:     Set the style to Subscript
  4922. *strikethrough.documentationString: Set the style to Strikethrough
  4923. *blink.documentationString:         Set the style to Blinking
  4924. *textColor.documentationString:     Change font color
  4925. *defaultColor.documentationString:  Change to default font color
  4926. *serverJavaScript.documentationString: Set character style to type Server Java Script text
  4927. *clientJavaScript.documentationString: Set character style to type Client Java Script text
  4928. *clearAllStyles.documentationString: \
  4929. Clear all character styles and the link attribute <Alt+K>
  4930. *fontSize*documentationString:      Change font size
  4931. *paragraphProperties.indent.documentationString: \
  4932. Increase indent of paragraph one level
  4933. *paragraphProperties.outdent.documentationString: \
  4934. Decrease indent of paragraph one level
  4935. *paragraphProperties*documentationString: \
  4936. Change paragraph or heading style
  4937.  
  4938. ! Editor/Options menu (additional items)
  4939. *Editor*showToolbar.documentationString: Show or hide the file/edit toolbar
  4940. *showCharacter.documentationString: Show or hide character toolbar 
  4941. *showParagraph.documentationString: Show or hide paragraph toolbar
  4942.  
  4943. ! Editor/Toolbar
  4944. *editorNewBlank.tipString:          New Document
  4945. *editorOpenFile.tipString:          Open File
  4946. *save.tipString:                    Save
  4947. *editorBrowse.tipString:            View in Browser
  4948. *cut.tipString:                     Cut
  4949. *copy.tipString:                    Copy
  4950. *paste.tipString:                   Paste
  4951. *publish.tipString:                 Publish Document
  4952.  
  4953. *charSizeShrink.documentationString: Decrease font size 1 unit
  4954. *charSizeShrink.tipString:          Decrease Font Size
  4955. *charSizeGrow.documentationString:  Increase font size 1 unit
  4956. *charSizeGrow.tipString:            Increase Font Size
  4957. *fontSize.documentationString:      Set font size
  4958. *fontSize.tipString:                Set Font Size
  4959. !*bold.documentationString:         Set the style to Bold <Alt+B>
  4960. *bold.tipString:                    Bold
  4961. !*italic.documentationString:       Set the style to Italic <Alt+I>
  4962. *italic.tipString:                  Italic
  4963. !*fixed.documentationString:        Set the style to Fixed Width <Alt+T>
  4964. *fixed.tipString:                   Fixed Width
  4965. !*textColor.documentationString:    Change or edit current font color
  4966. *textColor.tipString:               Font Color
  4967. *makeLink.documentationString:        \
  4968. Make link to highlighted text, change existing link(s), or insert new link
  4969. *makeLink.tipString:                Make Link
  4970. *clearAllStyles.tipString:          Clear All Styles
  4971. *insertTarget.documentationString:  Insert a Target (Named Anchor)
  4972. *insertTarget.tipString:            Insert Target (Named Anchor)
  4973. *insertImage.documentationString:   Insert Image at current cursor location
  4974. *insertImage.tipString:             Insert Image
  4975. *insertHorizontalLine.documentationString: \
  4976. Insert Horizontal Line at current cursor location
  4977. *insertHorizontalLine.tipString:    Insert Horizontal Line
  4978. !*insertTable.documentationString:  Insert table at current caret location
  4979. *insertTable.tipString:             Insert Table
  4980. *objectProperties.documentationString: \
  4981. Change Properties of object at caret position
  4982. *objectProperties.tipString:        Object Properties
  4983.  
  4984. *paragraphProperties.documentationString: Change paragraph or heading style
  4985. *paragraphProperties.tipString:     Change Paragraph style
  4986. *insertBulleted.documentationString: \
  4987. Start, change to, or clear an unnumbered (bulleted) list
  4988. *insertBulleted.tipString:          Bullet List
  4989. *insertNumbered.documentationString: \
  4990. Start, change to, or clear a numbered list
  4991. *insertNumbered.tipString:          Numbered List
  4992. *indent.documentationString:        \
  4993. Increase indent of paragraph one level <Tab>
  4994. *indent.tipString:                  Increase Indent
  4995. *outdent.documentationString:       \
  4996. Decrease indent of paragraph one level <Shift+Tab>
  4997. *outdent.tipString:                 Decrease Indent
  4998. *alignLeft.documentationString:     Align to left margin
  4999. *alignLeft.tipString:               Align Left
  5000. *alignCenter.documentationString:   Center between margins
  5001. *alignCenter.tipString:             Align Center
  5002. *alignRight.documentationString:    Align to right margin
  5003. *alignRight.tipString:              Align Right
  5004.  
  5005. ! Editor/Popups (additional items)
  5006. *browseLink.documentationString:    Browse this link
  5007. *editLink.documentationString:      Open this link in a new editor window
  5008. *bookmarkLink.documentationString:  Add this link to the bookmark list  
  5009. *copyLink.documentationString:      Copy this link to the clipboard
  5010. *removeLink.documentationString:    \
  5011. Remove link at caret or all links within selected region
  5012.  
  5013. ! Mail/File menu (additional items)
  5014. *newFolder.documentationString:        Create a new mail folder
  5015. *openFolder.documentationString:    Open a new mail folder
  5016. *saveMessageAs.documentationString: \
  5017. Save a copy of the selected message or messages
  5018. *deliverQueuedMessages.documentationString: Deliver any queued messages
  5019. *emptyTrash.documentationString:    Permanently delete all messages in Trash
  5020. *compressFolder.documentationString: Remove deleted messages from folder       
  5021.  
  5022. ! Mail/Edit menu (additional items)
  5023. *deleteMessage.documentationString:    Move the current message to the Trash       
  5024. *deleteFolder.documentationString:    Permanently delete the selected folder       
  5025. *selectThread.documentationString:    \
  5026. Select all messages in this thread or folder       
  5027. *selectMarkedMessages.documentationString: \
  5028. Select all flagged messages in this folder   
  5029. *selectAllMessages.documentationString:    Select all messages
  5030.  
  5031. ! Mail/View menu (additional items)
  5032. *reSort.documentationString:        Resort
  5033. *threadMessages.documentationString: Thread messages       
  5034. *sortBackward.documentationString:    \
  5035. Set the folder's sort order: ascending or descending       
  5036. *sortByDate.documentationString:    Sort by date       
  5037. *sortBySubject.documentationString:    Sort by subject       
  5038. *sortBySender.documentationString:    Sort by sender
  5039. *sortByMessageNumber.documentationString: Sort bu message number      
  5040. *rot13Message.documentationString:    Unscramble naughty jokes      
  5041. *wrapLongLines.documentationString:    Wrap long lines      
  5042. *attachmentsInline.documentationString: \
  5043. Mail attachments are viewed as inline objects
  5044. *attachmentsAsLinks.documentationString: Attachments are presented as links        
  5045.  
  5046. ! Mail/Message menu (additional items)
  5047. *replyToSender.documentationString: Reply to sender of message
  5048. *replyToAll.documentationString:    Reply to sender and all recipients of message
  5049. *forwardMessage.documentationString: Forward message
  5050. *forwardMessageQuoted.documentationString: \
  5051. Forward the current message as quoted text
  5052. *markSelectedRead.documentationString: Mark message as read
  5053. *markSelectedUnread.documentationString: Mark message as unread
  5054. *markSelectedMessages.documentationString: \
  5055. Flag the currently selected message or messages
  5056. *unmarkSelectedMessages.documentationString: \
  5057. Unflag the currently selected message or messages
  5058. *editAddress.documentationString:    \
  5059. Add the sender of this message to the address book    
  5060. *moveMessagesInto*documentationString: \
  5061. Move selected message or messages to this folder
  5062. *copyMessagesInto*documentationString: \
  5063. Copy selected message or messages to this folder
  5064.  
  5065. ! Mail/Go menu (additional items)
  5066. *nextMessage.documentationString:   View the next message
  5067. *previousMessage.documentationString: View the previous message
  5068. *firstUnreadMessage.documentationString: Go to the next unread message
  5069. *nextUnreadMessage.documentationString: \
  5070. Go to the next unread message
  5071. *previousUnreadMessage.documentationString: \
  5072. View previous unread message
  5073. *firstMarkedMessage.documentationString: Go to the first flagged message
  5074. *nextMarkedMessage.documentationString: Go to the next flagged message
  5075. *previousMarkedMessage.documentationString:    Go to the previous flagged message
  5076.  
  5077. ! Mail/Options menu (additional items)
  5078. *showAllMessages.documentationString: Show all messages    
  5079. *showOnlyUnread.documentationString: \
  5080.  Show only messages which have not yet been read
  5081. *showAllHeaders.documentationString: \
  5082. Show all message header fields    
  5083. *showSomeHeaders.documentationString: \
  5084. Show some message header fields    
  5085. *showMicroHeaders.documentationString: \
  5086. Show brief message header fields
  5087.  
  5088. ! Mail/Toolbar
  5089. *getNewMail.documentationString:    Check for new mail
  5090. *getNewMail.tipString:              Get new mail
  5091. *deleteMessage.tipString:           Delete message
  5092. *mailNew.tipString:                 Compose new message
  5093. *replyToSender.tipString:           Reply to author
  5094. *replyToAll.tipString:              Reply to all recipients
  5095. *forwardMessage.tipString:          Forward message
  5096. *previousUnreadMessage.tipString:   Previous unread
  5097. *nextUnreadMessage.tipString:       Next unread
  5098.  
  5099. ! Composition/Edit menu (additional items)
  5100. *pasteQuote.documentationString:    Insert clipboard contents in quoted form
  5101. *clear.documentationString:         Erase the selection
  5102. *clearAllText.documentationString:  Erase everything
  5103. *selectAllText.documentationString: Select the entire document
  5104. *rot13.documentationString:         Rotate message text by 13 characters
  5105.  
  5106. ! Composition/View menu (additional items)
  5107. *showFrom.documentationString:      Show the mail-from field
  5108. *showReplyTo.documentationString:   Show reply-to field
  5109. *showTo.documentationString:        Show mail-to field
  5110. *showCC.documentationString:        Show the Carbon-Copy field
  5111. *showBCC.documentationString:       Show the Blind-Carbon-Copy field
  5112. *showFCC.documentationString:       Show the copy file location field
  5113. *showPostTo.documentationString:    Show the Post-to-newsgroup field
  5114. *showFollowupTo.documentationString: Show the Send-followups-to field
  5115. *showSubject.documentationString:   Show the subject field
  5116. *showAttachments.documentationString: Show the attachments field
  5117. *wrapLines.documentationString:        Wrap lines longer than 72 characters
  5118.  
  5119. ! Composition/Options menu (additional items)
  5120. *deliverNow.documentationString:    Send messages immediately
  5121. *deliverLater.documentationString:  Defer sending messages until later
  5122.  
  5123. ! Compose/Toolbar
  5124. *sendOrSendLater.documentationString: Send the current message
  5125. *sendOrSendLater.tipString:         Send Message
  5126. *quoteMessage.documentationString:  \
  5127. Paste the text of the original document in quoted form
  5128. *quoteMessage.tipString:            Quote Original
  5129. *attachFile.documentationString:    \
  5130. Attach a file to the current message
  5131. *attachFile.tipString:  Attach File(s)
  5132. !*editAddressBook.documentationString: Open the address book
  5133. *editAddressBook.tipString:         Addresses
  5134.  
  5135. ! News/File menu (additional items)
  5136. *postNew.documentationString:        Post new message
  5137. *openNewsHost.documentationString:  Add a new host to the news host list
  5138. *deleteNewsHost.documentationString: Remove a host from the news list
  5139. *addNewsgroup.documentationString:  Subscribe to an individual news group
  5140. *getMoreMessages.documentationString: Get another group of messages
  5141.  
  5142. ! News/Edit menu (additional items)
  5143. *cancelMessage.documentationString: \
  5144. Remove the selected message from the newsgroup
  5145.  
  5146. ! News/Message menu (additional items)
  5147. *postReply.documentationString:     Reply to newsgroup
  5148. *postAndMailReply.documentationString: \
  5149.  Post message to newsgroup and reply to author
  5150. *replyToSender.documentationString: Reply to sender of message
  5151. *markThreadRead.documentationString: Mark all messages in thread read
  5152. *markAllRead.documentationString:   Mark all messages in newsgroup read
  5153.  
  5154. ! News/Options menu (additional items)
  5155. *showSubscribedNewsGroups.documentationString: \
  5156. Show all newsgroups that you are subscribed to
  5157. *showActiveNewsGroups.documentationString: \
  5158. Show newsgroups with unread messages
  5159. *showAllNewsGroups.documentationString: \
  5160. Show all newsgroups on this news host
  5161. *checkNewNewsGroups.documentationString: \
  5162. Show new newgroups for this news host
  5163. *addFromNewest.documentationString: \
  5164. Get More Messages will get most recent messages
  5165. *addFromOldest.documentationString: Get More Messages will get oldest messages
  5166.  
  5167. ! News/Toolbar
  5168. *postNew.tipString:                    Post new message
  5169. *postReply.tipString:                Post reply
  5170. *postAndMailReply.tipString:        Post and mail reply
  5171. *markThreadRead.tipString:          Mark thread read
  5172. *markAllRead.tipString:             Mark all read
  5173.  
  5174.  
  5175. ! This table maps the host's locale names to MIME charsets
  5176. !
  5177. *localeCharset*C:            iso-8859-1
  5178. *localeCharset*american.iso88591:    iso-8859-1
  5179. *localeCharset*bulgarian:        iso-8859-2
  5180. *localeCharset*c-french.iso88591:    iso-8859-1
  5181. *localeCharset*chinese-s:        gb2312
  5182. *localeCharset*chinese-t.big5:        big5
  5183. *localeCharset*czech:            iso-8859-2
  5184. *localeCharset*danish.iso88591:        iso-8859-1
  5185. *localeCharset*dutch.iso88591:        iso-8859-1
  5186. *localeCharset*english.iso88591:    iso-8859-1
  5187. *localeCharset*finnish.iso88591:    iso-8859-1
  5188. *localeCharset*french.iso88591:        iso-8859-1
  5189. *localeCharset*german.iso88591:        iso-8859-1
  5190. *localeCharset*hungarian:        iso-8859-2
  5191. *localeCharset*icelandic.iso88591:    iso-8859-1
  5192. *localeCharset*italian.iso88591:    iso-8859-1
  5193. *localeCharset*japanese.euc:        x-euc-jp
  5194. *localeCharset*japanese:        shift_jis
  5195. *localeCharset*katakana:        shift_jis
  5196. *localeCharset*korean:            euc-kr
  5197. *localeCharset*norwegian.iso88591:    iso-8859-1
  5198. *localeCharset*polish:            iso-8859-2
  5199. *localeCharset*portuguese.iso88591:    iso-8859-1
  5200. *localeCharset*rumanian:        iso-8859-2
  5201. *localeCharset*serbocroatian:        iso-8859-2
  5202. *localeCharset*slovene:            iso-8859-2
  5203. *localeCharset*spanish.iso88591:    iso-8859-1
  5204. *localeCharset*swedish.iso88591:    iso-8859-1
  5205.  
  5206.  
  5207. ! OS-dependent font charset mappings
  5208. !
  5209. *documentFonts.charset*cns11643-0:                x-cns11643-1
  5210. *documentFonts.charset*cns11643-1:                x-cns11643-2
  5211. *documentFonts.charset*cns11643-2:                x-ignore
  5212.  
  5213.  
  5214. ! English strings are built into the binary
  5215.