home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / browser / net_linx / netscape-v404.nif / netscape-v404 / Netscape.ad < prev    next >
Text File  |  1997-11-04  |  285KB  |  6,964 lines

  1. ! Netscape.ad --- app-defaults file for Netscape 4.04.
  2. !
  3. ! Copyright (c) 1994-1997 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Bugs and commentary to x_cbug@netscape.com.
  7.  
  8. ! Created: Jamie Zawinski <use the bug address, please>, 23-Jun-94.
  9. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  10. ! Modified: snpf <snpf@netscape.com>, 23-Sep-96
  11. !
  12. !      ==========================================================
  13. !      NOTE: If you're looking here for things to customize, look
  14. !      on the Preferences dialogs under the Options menu first.
  15. !      Most things are customizable from there.  Things which are
  16. !      settable via the Preferences dialog boxes are stored in
  17. !      the ~/.netscape/preferences file, and not in X resources.
  18. !      ==========================================================
  19. !
  20. ! This file lists the default resources built in to Netscape.
  21. ! You can use the stuff in this file for examples of how to customize
  22. ! Netscape for your environment; normally you will do this by
  23. ! copying the few lines you want to alter to your private resource
  24. ! database, which usually lives in a file called .Xdefaults in your home
  25. ! directory.
  26. !
  27. ! Site administrators **may** want to make changes here and install this
  28. ! file as the global app-defaults file for the site.  To do this, one
  29. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  30. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  31. ! could be anywhere; only the person who installed X knows for sure.)
  32. !
  33. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  34. ! app-defaults directory unless you are really sure you know what you are
  35. ! doing.  There are a whole slew of version-skew problems associated with
  36. ! app-defaults files, which are best avoided by simply not using them.
  37. ! In particular, if the app-defaults file for a program is installed, and
  38. ! you get a new version of that program, you can't properly test out the
  39. ! new version without actually installing it, since it will pick up the
  40. ! resources for the previous version, and will quite likely malfunction.
  41. !
  42. ! In short, app-defaults files are bad.  Don't use them.  This file is
  43. ! provided for informational purposes, and so that I don't get a lot of
  44. ! complaints from people who think they understand this stuff better than
  45. ! I do.
  46.  
  47. ! Language localization:
  48. *versionLocale: en
  49.  
  50. ! SGI only: Here's how you turn on SGI's Motif hacks:
  51. !!Netscape*sgiMode:        True
  52.  
  53. ! SGI only: Use enhanced file selection UI in SGI Motif
  54. !*useEnhancedFSB:        True
  55.  
  56. ! SGI Only: Use base color scheme:
  57. !Netscape*scheme:        Base
  58. !Netscape*useSchemes:        Colors
  59.  
  60. ! This resource enables some hacks to the File Selection Box
  61. ! which use a simpler layout algorithm than the standard Motif
  62. ! code. The directory and file listings are always maintained
  63. ! as equal size. We don't do this for SGI, as they have solved
  64. ! the problem. See *useEnhancedFSB above.
  65. *nsMotifFSBHacks: True
  66.  
  67. ! This resource enables the CDE mode of the File Selection Box.
  68. ! You must be running a CDE enhanced Motif library for this
  69. ! option to work. This resource will apply pathMode=1 to the
  70. ! File Selection Box. If you specify nsMotifFSBHacks and
  71. ! nsMotifFSBCdeMode, some of the keyboard and filter enhancements
  72. ! of nsMotifFSBHacks will also be applied, the layout hacks will not.
  73. *nsMotifFSBCdeMode: False
  74.  
  75. ! SCO Only: IXI Motif Form widget is broken, don't use it
  76. !*useIxiAdds: NONE
  77.  
  78. ! User-Settable Parameters
  79. ! ========================
  80.  
  81. ! This is the directory where Netscape finds external files such as icons.
  82. !
  83. *appDir:            /@LOC_LANG@/netscape
  84.  
  85. ! This resource is the same as the -visual command line option, which selects
  86. ! an X visual on which the windows should be created.  Legal options are:
  87. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  88. ! use whatever the server says is the default visual; a visual class (like
  89. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  90. ! a particular visual (in case there is more than one visual of a particular
  91. ! class.)  "Best" is probably the right choice.
  92. !
  93. *visualID:            Best
  94.  
  95. ! Whether Netscape should install a private colormap.  This will cause the
  96. ! maximal number of colors to be used, but on most systems, will result in
  97. ! unpleasant colormap flashing when switching between applications.  Legal
  98. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  99. ! if we know that the display hardware supports multiple simultaneous
  100. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  101. ! that means install the map when displaying on an SGI screen, and don't
  102. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  103. ! do you uniquely identify that capability?  Let me know.)
  104. !
  105. *installColormap:        Guess
  106.  
  107. ! The maximum number of color cells to allocate per image; this is only
  108. ! relevant when using the default colormap of a PseudoColor visual.
  109. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  110. ! that we can allocate, the better images will look.)  This controls only
  111. ! the number of colors allocated for internal images - a few more colors
  112. ! will be allocated for the fluff and chrome that comes with Motif.
  113. !
  114. *maxImageColors:        0
  115.  
  116. ! Set this to false to disable the <BLINK> tag.
  117. *blinkingEnabled:        True
  118.  
  119. ! Whether the Exit menu item should confirm first.
  120. *confirmExit:            False
  121.  
  122. ! Mouse cursor when over an anchor.
  123. *linkCursor:            hand2
  124.  
  125. ! Mouse cursor when awaiting a reply.
  126. *busyCursor:            watch
  127.  
  128. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  129. *saveNextLinkCursor:        hand2
  130.  
  131. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  132. *saveNextNonlinkCursor:        crosshair
  133.  
  134. ! How quickly (in seconds) the status messages should update.
  135. *progressInterval:        1
  136.  
  137. ! How quickly (in milliseconds) the run light and/or logo should animate.
  138. *busyBlinkRate:            500
  139.  
  140. ! How often (in seconds) the global history, bookmarks, and disk cache
  141. ! files should be updated.
  142. *saveHistoryInterval:        600
  143.  
  144. ! How many pixels of motion must occur before a mouse-release is interpreted
  145. ! as a "drag" rather than a "click."
  146. *hysteresis:            3
  147.  
  148. ! These resources control whether Netscape should redirect its stdout and
  149. ! stderr streams to a dialog box, so that diagnostics reported by other
  150. ! programs launched by Netscape (for example, external viewers specified in
  151. ! a mailcap file) will be reported to the user through a dialog box,
  152. ! instead of simply showing up on the stdout/stderr of the controlling
  153. ! terminal of Netscape (which in many cases won't even be visible.)
  154. !
  155. ! If you have a external viewer which produces an annoying amount of output
  156. ! even when it has nothing interesting to say, you can shut it up by
  157. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  158. ! you could add the following to your .mailcap file:
  159. !
  160. !        video/mpeg; mpeg_play %s 2>&-
  161. !
  162. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  163. ! If you find a need to let one or both of them continue on to the actual
  164. ! terminal of Netscape, you can do it by setting these resources to False.
  165. !
  166. *useStderrDialog:        True
  167. *useStdoutDialog:        True
  168.  
  169. ! For those MIME content-encodings which are not directly understood
  170. ! internally, it is possible to specify another Unix program to use as
  171. ! a filter here.
  172. !
  173. ! Each line in the encodingFilters resource consists of four fields,
  174. ! separated by colons and optional whitespace:
  175. !
  176. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  177. !
  178. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  179. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  180. !                  PRINTABLE are built-in; no need to specify those.)
  181. !
  182. ! output-encoding: The encoding that results from this transformation.
  183. !                  Leaving this empty is usually appropriate.
  184. !
  185. ! extensions:      A comma-separated list of the extensions typically used for
  186. !                  files in this encoding; if a document ends in one of these
  187. !                  extensions, then when that document is saved to disk, the
  188. !                  extension will be stripped off of the default file name
  189. !                  (since documents are decoded before they are saved, and the
  190. !                  extension would no longer accurately describe the file.)
  191. !
  192. ! filter-command:  A shell command which reads from stdin and writes to stdout
  193. !                  which does the actual decoding.
  194. !
  195. *encodingFilters:                  \
  196.     x-compress :  : .Z     : uncompress -c    \n\
  197.     compress   :  : .Z     : uncompress -c    \n\
  198.     x-gzip     :  : .z,.gz : gzip -cdq    \n\
  199.     gzip       :  : .z,.gz : gzip -cdq    \n
  200.  
  201.  
  202. ! Too many servers have bugs in the implementation of window gravity for
  203. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  204. ! if we are able to make use of window gravity, but on many X servers, it
  205. ! results in form items being scattered randomly all over the document.
  206. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  207. ! "Guess", we run some tests and try to decide whether the X server is
  208. ! broken or partially broken.
  209. !
  210. ! If you find yourself needing to use a value here other than Guess,
  211. ! please tell us, so that we can make it guess correctly in the future.
  212. !
  213. *windowGravityWorks:        Guess
  214.  
  215.  
  216. ! By default, the geometries of components (browsers, mail, address book, etc)
  217. ! are saved in ~/.netscape/preferences.js.  If this pisses you off, uncomment
  218. ! the following line and Netscape will not remember component geometries.
  219. !
  220. ! Equivalent to using the '-dont-save-geometry-prefs' startup flag.
  221. !
  222. !*dontSaveGeometryPrefs:        True
  223.  
  224.  
  225. ! Uncomment the following line to ignore any geometry preferences that
  226. ! might have been saved.
  227. !
  228. ! Equivalent to using the '-ignore-geometry-prefs' startup flag.
  229. !
  230. !*ignoreGeometryPrefs:            True
  231.  
  232.  
  233. ! Uncomment the following line to bypass the startup licence page.
  234. !
  235. ! Equivalent to using the '-no-about-splash' startup flag.
  236. !
  237. !*noAboutSplash:                True
  238.  
  239. ! Netscape supports session management by default.  Uncomment the following
  240. ! line to force it off.
  241. !
  242. ! Equivalent to using the '-session-management'
  243. !                         '-no-session-management' startup flags.
  244. !
  245. !*sessionManagement:            False
  246.  
  247.  
  248. ! Different platforms deal with session management in fundamentally
  249. ! different ways.  Toggle this resource if you experience session
  250. ! management problems.
  251. !
  252. ! IRIX session management is on by default only on SGI systems.  It is also
  253. ! available on other platforms and might work with session managers other
  254. ! than the IRIX desktop.  To use session management as the IRIX desktop
  255. ! expects it, uncomment the following line.
  256. !
  257. ! Equivalent to using the '-irix-session-management'
  258. !                         '-no-irix-session-management' startup flags.
  259. !
  260. !*irixSessionManagement:            True
  261.  
  262.  
  263. ! Uncomment the following line to ignore the alwaysraised, alwayslowered,
  264. ! and z-lock JavaScript window.open() attributes.  By default,  Netscape will
  265. ! try to force the window stacking to match these attributes.  If you think
  266. ! this is the ultimate fascism, uncomment the following line.
  267. !
  268. ! Equivalent to using the '-dont-force-window-stacking' startup flag.
  269. !
  270. !*dontForceWindowStacking:        True
  271.  
  272.  
  273. ! Colors
  274. !
  275. ! This resource controls the foreground text color of unfollowed links 
  276. ! (links which have not yet been visited.)
  277. !
  278. *linkForeground:            #0000FF
  279.  
  280. ! This resource controls the foreground text color of followed links 
  281. ! (links which have already been visited.)
  282. !
  283. *vlinkForeground:            #990066
  284.  
  285. ! This resource controls the foreground text color of activated links 
  286. ! (links which are in the process of being clicked upon.)
  287. !
  288. *alinkForeground:            #FF0000
  289.  
  290. ! These resources control the foreground and background colors of text
  291. ! which has been selected with the mouse.
  292. !
  293. *selectForeground:            #000000
  294. *selectBackground:            #FFFFCC
  295.  
  296. ! These resources control the foreground and background colors of normal text.
  297. !
  298. *defaultForeground:            #000000
  299. *defaultBackground:            #C0C0C0
  300.  
  301. ! This resource may be used to specify a default background image.  It should
  302. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  303. ! then the default background color will be used instead.
  304. !
  305. *defaultBackgroundImage:        
  306.  
  307. ! Normally, the user-specified colors and backgrounds will only be used when
  308. ! viewing documents which did not specify their own colors and backgrounds.
  309. ! If this resource is set to False, then the user-specified colors and
  310. ! backgrounds will always be used, regardless of the options specified in 
  311. ! the document itself.
  312. !
  313. *documentColorsHavePriority:        True
  314.  
  315.  
  316. ! Geometry
  317. !
  318. ! Here's how you set the default sizes and positions of the Netscape windows:
  319. !
  320. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  321. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  322. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  323. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  324. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  325. ! For the address book window:  Netscape.AddressBook.geometry: =600x900-300-0
  326. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  327. !
  328. ! In previous versions of Netscape, we suggested setting the geometry on the
  329. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  330. ! top-level Netscape windows, including bookmarks and message composition and
  331. ! so on, which is probably not what you want.
  332. !
  333. ! To set the sizes of the panes and columns in the mail and news windows, 
  334. ! change them to the layout you like, and then select "Options/Save Options".
  335. ! (To change the fonts in the message lists, search below for the resource
  336. ! that begins with "XmLGrid*fontList".)
  337.  
  338.  
  339.  
  340. ! Translations
  341. !
  342. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  343. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  344. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  345. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  346. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  347. ! All praise the X keyboard model!
  348. !
  349. ! And because of the need to do this, we have to do all of the keyboard
  350. ! equivalents with "translations" instead of "accelerators", since a menu
  351. ! item can only have one accelerator, and in order to make both Meta and Alt
  352. ! work we need to give them each two.  All praise Motif!
  353.  
  354.  
  355. ! Keybindings in the main window which correspond to menu items.
  356. ! These are installed on every widget which is a child of our Shell,
  357. ! and are not installed on popups/transients.
  358. !
  359. *globalTranslations:            #override                    \n\
  360.                                             \
  361.     Meta ~Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  362.      Alt ~Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  363.     Meta ~Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  364.      Alt ~Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  365.     Meta ~Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  366.      Alt ~Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  367.         Meta ~Ctrl<Key>D:        undefined-key()                \n\
  368.          Alt ~Ctrl<Key>D:        undefined-key()                \n\
  369.         Meta ~Ctrl<Key>E:        undefined-key()                \n\
  370.          Alt ~Ctrl<Key>E:        undefined-key()                \n\
  371.         Meta ~Ctrl<Key>F:        undefined-key()                \n\
  372.          Alt ~Ctrl<Key>F:        undefined-key()                \n\
  373.         Meta ~Ctrl<Key>G:        undefined-key()                \n\
  374.          Alt ~Ctrl<Key>G:        undefined-key()                \n\
  375.     Meta ~Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  376.      Alt ~Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  377.         Meta ~Ctrl<Key>I:        undefined-key()                \n\
  378.          Alt ~Ctrl<Key>I:        undefined-key()                \n\
  379.         Meta ~Ctrl<Key>J:        undefined-key()                \n\
  380.          Alt ~Ctrl<Key>J:        undefined-key()                \n\
  381.     Meta ~Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  382.      Alt ~Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  383.         Meta ~Ctrl<Key>L:        undefined-key()                \n\
  384.          Alt ~Ctrl<Key>L:        undefined-key()                \n\
  385.     Meta ~Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  386.      Alt ~Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  387.     Meta ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  388.      Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  389.     Meta ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  390.      Alt ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  391.         Meta ~Ctrl<Key>O:        undefined-key()                \n\
  392.          Alt ~Ctrl<Key>O:        undefined-key()                \n\
  393.         Meta ~Ctrl<Key>P:        undefined-key()                \n\
  394.          Alt ~Ctrl<Key>P:        undefined-key()                \n\
  395.     Meta ~Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  396.      Alt ~Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  397.         Meta ~Ctrl<Key>R:        undefined-key()                \n\
  398.          Alt ~Ctrl<Key>R:        undefined-key()                \n\
  399.     Meta ~Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  400.      Alt ~Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  401.         Meta ~Ctrl<Key>T:        undefined-key()                \n\
  402.          Alt ~Ctrl<Key>T:        undefined-key()                \n\
  403.         Meta ~Ctrl<Key>U:        undefined-key()                \n\
  404.          Alt ~Ctrl<Key>U:        undefined-key()                \n\
  405.     Meta ~Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  406.      Alt ~Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  407.     Meta ~Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  408.      Alt ~Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  409.     Meta ~Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  410.      Alt ~Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  411.     Meta ~Ctrl<Key>Y:        xfeDoCommand(paste)                    \n\
  412.      Alt ~Ctrl<Key>Y:        xfeDoCommand(paste)                    \n\
  413.         Meta ~Ctrl<Key>Z:        undefined-key()                \n\
  414.          Alt ~Ctrl<Key>Z:        undefined-key()                \n\
  415.                                             \
  416.  Meta ~Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  417.   Alt ~Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  418.  Meta ~Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  419.   Alt ~Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  420.  Meta ~Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  421.   Alt ~Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  422.  Meta ~Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  423.   Alt ~Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  424.     Meta ~Ctrl<Key>3:        xfeDoCommand(openNewsgroups)        \n\
  425.      Alt ~Ctrl<Key>3:        xfeDoCommand(openNewsgroups)        \n\
  426.     Meta ~Ctrl<Key>4:        xfeDoCommand(openEditor)            \n\
  427.      Alt ~Ctrl<Key>4:        xfeDoCommand(openEditor)            \n\
  428.     Meta ~Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  429.      Alt ~Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  430.     Meta ~Ctrl<Key>6:        xfeDoCommand(openCalendar)            \n\
  431.      Alt ~Ctrl<Key>6:        xfeDoCommand(openCalendar)            \n\
  432.     Meta ~Ctrl<Key>7:        xfeDoCommand(openHostOnDemand)        \n\
  433.      Alt ~Ctrl<Key>7:        xfeDoCommand(openHostOnDemand)        \n\
  434.     Meta ~Ctrl<Key>8:        xfeDoCommand(openNetcaster)            \n\
  435.      Alt ~Ctrl<Key>8:        xfeDoCommand(openNetcaster)            \n\
  436.                                             \
  437.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  438.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  439.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  440.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  441.                                             \
  442.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  443.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  444.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  445.                                             \
  446.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n
  447.  
  448. ! These used to be up above.
  449. !    Meta ~Ctrl<Key>Z:        undo()                        \n\
  450. !     Alt ~Ctrl<Key>Z:        undo()                        \n\
  451.  
  452.  
  453. ! These keysyms are apparently an R6ism.
  454. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()                \n\
  455. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()                \n\
  456.  
  457. ! Translations in the Navigator window.
  458. *browserGlobalTranslations:        #override            \
  459.     Meta ~Ctrl<Key>F:        xfeDoCommand(findInObject)            \n\
  460.      Alt ~Ctrl<Key>F:        xfeDoCommand(findInObject)            \n\
  461.     Meta ~Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  462.      Alt ~Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  463.     Meta ~Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  464.      Alt ~Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  465.     Meta ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  466.      Alt ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  467.     Meta ~Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  468.      Alt ~Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  469.     Meta ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  470.      Alt ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  471.     Meta ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  472.      Alt ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  473.     Meta ~Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  474.      Alt ~Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  475.     Meta ~Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  476.      Alt ~Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  477.     Meta ~Ctrl<Key>minus:        xfeDoCommand(decreaseFont)        \n\
  478.      Alt ~Ctrl<Key>minus:        xfeDoCommand(decreaseFont)        \n\
  479.      Meta ~Ctrl<Key>plus:        xfeDoCommand(increaseFont)        \n\
  480.      Alt ~Ctrl<Key>plus:        xfeDoCommand(increaseFont)        \n\
  481.                                             \
  482.     Meta ~Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  483.      Alt ~Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  484.     Meta ~Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  485.      Alt ~Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  486.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  487.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  488.  
  489. ! Translations in the Mail & News window.
  490. ! Things here override the global translations (which are loaded first.)
  491. ! This changes:
  492. !    Alt+H from "View History" to "Deliver Mail Now"
  493. !    Alt+L from "Open URL" to "Forward Message"
  494. !    Alt+R from "Reload" to "Reply to Sender"
  495. !    Alt+O from "Open File" to undefined
  496. !    Alt+S from "Save As" to undefined
  497. !
  498. ! This adds:
  499. !    Alt+Shift+A for "Select Thread"
  500. !    Alt+T for "Get New Mail"
  501. !    Alt+Shift+R for "Reply to All"
  502. !    Alt+D for "Delete Message"
  503. !    Alt+Y for "Redo"
  504. !
  505. ! Alt arrow keys select previous/next.
  506. ! Alt+Shift arrow keys select previous/next unread.
  507. ! Meta+Shift arrow keys select previous/next marked.
  508. !
  509. *mailnewsGlobalTranslations:        #override            \
  510.     <Btn3Down>:                xfeDoPopup()                    \n\
  511.     Meta ~Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  512.      Alt ~Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  513.     Meta ~Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  514.      Alt ~Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  515.     Meta ~Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  516.      Alt ~Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  517.     Meta ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  518.      Alt ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  519.     Meta ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  520.      Alt ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  521.  ~Meta ~Alt ~Ctrl ~Shift<Key>Return:     xfeDoCommand(openSelected) \n\
  522.  ~Meta ~Alt ~Ctrl ~Shift<Key>osfActivate:xfeDoCommand(openSelected) \n\
  523.     Meta ~Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  524.      Alt ~Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  525.     Meta ~Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  526.          <Key>Escape:        xfeDoCommand(stopLoading)        \n
  527.  
  528. ! Translations in the MailNews message and threads windows
  529. ! These override globalTranslations.
  530. *messagewinGlobalTranslations:        #override                   \
  531.     <Btn3Down>:            xfeDoPopup()                    \n\
  532.     Meta ~Ctrl<Key>D:    xfeDoCommand(deleteMessage)                \n\
  533.      Alt ~Ctrl<Key>D:    xfeDoCommand(deleteMessage)                \n\
  534.     Meta ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  535.      Alt ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  536.     Meta ~Ctrl<Key>F:        xfeDoCommand(findInObject)            \n\
  537.      Alt ~Ctrl<Key>F:        xfeDoCommand(findInObject)            \n\
  538.     Meta ~Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  539.      Alt ~Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  540.     Meta ~Ctrl<Key>L:        xfeDoCommand(forwardMessage)           \n\
  541.      Alt ~Ctrl<Key>L:        xfeDoCommand(forwardMessage)           \n\
  542.     Meta ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  543.      Alt ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  544.     Meta ~Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  545.      Alt ~Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  546.     Meta ~Ctrl ~Shift <Key>r:    xfeDoCommand(replyToSender)           \n\
  547.      Alt ~Ctrl ~Shift <Key>r:    xfeDoCommand(replyToSender)           \n\
  548.     Meta ~Ctrl Shift <Key>r:    xfeDoCommand(replyToAll)           \n\
  549.      Alt ~Ctrl Shift <Key>r:    xfeDoCommand(replyToAll)           \n\
  550.     Meta ~Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  551.      Alt ~Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  552.     Meta ~Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  553.      Alt ~Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  554.     Meta ~Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  555.      Alt ~Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  556.     Meta ~Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  557.      Alt ~Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  558.                                            \
  559.     Meta ~Ctrl ~Shift <Key>Up:    xfeDoCommand(previousMessage)           \n\
  560.      Alt ~Ctrl ~Shift <Key>Up:    xfeDoCommand(previousMessage)        \n\
  561.     Meta ~Ctrl ~Shift <Key>osfUp:    xfeDoCommand(previousMessage)        \n\
  562.      Alt ~Ctrl ~Shift <Key>osfUp:    xfeDoCommand(previousMessage)        \n\
  563.     Meta ~Ctrl ~Shift <Key>Down:    xfeDoCommand(nextMessage)        \n\
  564.      Alt ~Ctrl ~Shift <Key>Down:    xfeDoCommand(nextMessage)        \n\
  565.     Meta ~Ctrl ~Shift <Key>osfDown:    xfeDoCommand(nextMessage)        \n\
  566.      Alt ~Ctrl ~Shift <Key>osfDown:    xfeDoCommand(nextMessage)        \n\
  567.     Meta ~Ctrl ~Shift <Key>[:    xfeDoCommand(back)        \n\
  568.      Alt ~Ctrl ~Shift <Key>[:    xfeDoCommand(back)        \n\
  569.     Meta ~Ctrl ~Shift <Key>]:    xfeDoCommand(forward)        \n\
  570.      Alt ~Ctrl ~Shift <Key>]:    xfeDoCommand(forward)        \n\
  571.                                         \
  572.     Meta ~Ctrl Shift <Key>Up:    xfeDoCommand(previousUnreadMessage)    \n\
  573.      Alt ~Ctrl Shift <Key>Up:    xfeDoCommand(previousUnreadMessage)    \n\
  574.     Meta ~Ctrl Shift <Key>osfUp:    xfeDoCommand(previousUnreadMessage)    \n\
  575.      Alt ~Ctrl Shift <Key>osfUp:    xfeDoCommand(previousUnreadMessage)    \n\
  576.     Meta ~Ctrl Shift <Key>Down:    xfeDoCommand(nextUnreadMessage)        \n\
  577.      Alt ~Ctrl Shift <Key>Down:    xfeDoCommand(nextUnreadMessage)        \n\
  578.     Meta ~Ctrl Shift <Key>osfDown:    xfeDoCommand(nextUnreadMessage)        \n\
  579.      Alt ~Ctrl Shift <Key>osfDown:    xfeDoCommand(nextUnreadMessage)        \n\
  580.                                         \
  581.     Ctrl Shift <Key>Up:        xfeDoCommand(previousFlaggedMessage)    \n\
  582.     Ctrl Shift <Key>osfUp:        xfeDoCommand(previousFlaggedMessage)    \n\
  583.     Ctrl Shift <Key>Down:        xfeDoCommand(nextFlaggedMessage)    \n\
  584.     Ctrl Shift <Key>osfDown:    xfeDoCommand(nextFlaggedMessage)    \n\
  585.                                         \
  586.  ~Meta ~Alt ~Ctrl ~Shift<Key>Return:             xfeDoCommand(openSelected)              \n\
  587.  ~Meta ~Alt ~Ctrl ~Shift<Key>osfActivate:                xfeDoCommand(openSelected)              \n\
  588.                                         \
  589.    ~Meta ~Alt ~Ctrl Shift<Key>asterisk:        xfeDoCommand(expandAll)            \n\
  590.    ~Meta ~Alt ~Ctrl Shift<Key>plus:            xfeDoCommand(expand)            \n\
  591.    ~Meta ~Alt ~Ctrl ~Shift<Key>slash:        xfeDoCommand(collapseAll)        \n\
  592.    ~Meta ~Alt ~Ctrl ~Shift<Key>minus:        xfeDoCommand(collapse)            \n\
  593.                                         \
  594.    ~Meta ~Alt <Key>M:            xfeDoCommand(markMessageRead) \n\
  595.    ~Meta ~Alt <Key>U:            xfeDoCommand(markMessageUnread) \n\
  596.    ~Meta ~Alt <Key>T:            xfeDoCommand(markThreadRead) \n\
  597.    ~Meta ~Alt <Key>G:            xfeDoCommand(markAllMessagesRead) \n\
  598.    ~Meta ~Alt <Key>D:            xfeDoCommand(markMessageByDate) \n\
  599.    ~Meta ~Alt <Key>L:            xfeDoCommand(markMessageForLater) \n\
  600.    ~Meta ~Alt <Key>K:            xfeDoCommand(ignoreThread) \n\
  601.    ~Meta ~Alt <Key>W:            xfeDoCommand(watchThread) \n\
  602.     Alt ~Ctrl ~Shift <Key>BackSpace:      xfeDoCommand(deleteMessage) \n\
  603.     Meta ~Ctrl ~Shift <Key>BackSpace:      xfeDoCommand(deleteMessage)  \n\
  604.     Alt ~Ctrl ~Shift <Key>osfBackSpace:    xfeDoCommand(deleteMessage)   \n\
  605.     Meta ~Ctrl ~Shift <Key>osfBackSpace:    xfeDoCommand(deleteMessage) \n
  606.  
  607.  
  608.  
  609. ! Translations in the MailCompose window.
  610. ! These are used instead of globalTranslations.
  611. !
  612. *mailcomposeGlobalTranslations:        #override            \
  613.                                     \
  614.     <Btn3Down>:            xfeDoPopup()            \n\
  615.     Meta ~Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  616.      Alt ~Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  617.     Meta ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  618.      Alt ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  619.     Meta ~Ctrl<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  620.      Alt ~Ctrl<Key>Return:        xfeDoCommand(sendMessageNow)    \n
  621.  
  622. ! Translations in the AddressOutliner portion of the compose window:
  623. !
  624. ! TraverseTranslations are for the recipient text field:
  625. *addressOutlinerTraverseTranslations:    #override    \
  626. :~Ctrl ~Shift <Key>osfDelete:     TableTraverse(DELETE)    \n\
  627. :~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  628. :~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)        \n\
  629. :~Ctrl ~Shift <Key>osfBackSpace:       TableTraverse(BACKSPACE)        \n\
  630. ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  631. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  632. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  633. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  634. ~Ctrl ~Shift <Key>osfBeginLine: TableTraverse(HOME)    \n\
  635. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  636. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  637. ~Ctrl ~Shift <Key>osfEndLine:     TableTraverse(END)    \n\
  638. ~Ctrl ~Shift <Key>osfUp:           TableTraverse(UP)    \n\
  639. ~Ctrl ~Shift <Key>osfDown:      TableTraverse(DOWN)    \n\
  640. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  641. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n
  642.  
  643. ! KeyTranslations are for the To/Cc/etc. field:
  644. *addressOutlinerKeyTranslations:        #override    \
  645.  ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  646. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  647. ~Ctrl ~Shift <Key>osfDelete:    TableTraverse(DELETE)    \n\
  648. ~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  649. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  650. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  651. ~Ctrl ~Shift <Key>osfBeginLine:    TableTraverse(HOME)    \n\
  652. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  653. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  654. ~Ctrl ~Shift <Key>osfEndLine:    TableTraverse(END)    \n\
  655. ~Ctrl ~Shift <Key>osfUp:    TableTraverse(UP)    \n\
  656. ~Ctrl ~Shift <Key>osfDown:    TableTraverse(DOWN)    \n\
  657. ~Ctrl ~Shift <Key>Tab:        TableTraverse(NEXT)    \n\
  658. ~Ctrl Shift <Key>Tab:        TableTraverse(PREVIOUS)    \n\
  659. ~Ctrl ~Shift <Key>t:        KeyIn(To:)        \n\
  660. ~Ctrl Shift <Key>t:        KeyIn(To:)        \n\
  661. ~Ctrl ~Shift <Key>c:        KeyIn(Cc:)        \n\
  662. ~Ctrl Shift <Key>c:        KeyIn(Cc:)        \n\
  663. ~Ctrl ~Shift <Key>b:        KeyIn(Bcc:)        \n\
  664. ~Ctrl Shift <Key>b:        KeyIn(Bcc:)        \n\
  665. ~Ctrl ~Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  666. ~Ctrl Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  667. ~Ctrl ~Shift <Key>f:        KeyIn(Followup To:)    \n\
  668. ~Ctrl Shift <Key>f:        KeyIn(Followup To:)    \n\
  669. ~Ctrl ~Shift <Key>r:        KeyIn(Reply To:)    \n\
  670. ~Ctrl Shift <Key>r:        KeyIn(Reply To:)    \n
  671.  
  672.  
  673. ! Translations in the Bookmarks and Adderssbook window.
  674. ! These translations are used instead of globalTranslations.
  675. ! None of the key *semantics* of globalTranslations are changed here,
  676. ! only the actions bound.  (And inapplicable actions are not present.)
  677. !
  678. *bmGlobalTranslations:            #override            \
  679.     <Btn3Down>:                xfeDoPopup()                    \n\
  680.    ~Meta ~Alt ~Ctrl<Key>space:    PageDown()                    \n\
  681.     Meta ~Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  682.      Alt ~Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  683.     Meta ~Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  684.      Alt ~Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  685.     Meta ~Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  686.      Alt ~Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  687.     Meta ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  688.      Alt ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  689. ~Meta ~Alt ~Ctrl  Shift <Key>Up:   xfeDoCommand(moveBookmarkUp) \n\
  690. ~Meta ~Alt ~Ctrl  Shift <Key>Down: xfeDoCommand(moveBookmarkDown) \n\
  691. ~Meta ~Alt ~Ctrl  Shift <Key>osfUp:   xfeDoCommand(moveBookmarkUp) \n\
  692. ~Meta ~Alt ~Ctrl  Shift <Key>osfDown: xfeDoCommand(moveBookmarkDown) \n\
  693. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  694. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  695. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  696. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  697.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  698.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  699.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  700.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  701.  
  702. *abGlobalTranslations:            #override            \
  703.     <Btn3Down>:                xfeDoPopup()            \n\
  704.     Meta ~Ctrl<Key>D:        xfeDoCommand(abDeleteEntry)    \n\
  705.      Alt ~Ctrl<Key>D:        xfeDoCommand(abDeleteEntry)    \n\
  706.     Meta ~Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  707.      Alt ~Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  708.     Meta ~Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  709.      Alt ~Ctrl<Key>Z:        xfeDoCommand(undo)                    \n
  710.  
  711. ! Translations in the textfield portion of the mailing list view 
  712. !
  713. ! TraverseTranslations are for the text field:
  714. *abmlistTraverseTranslations:    #override    \
  715. ~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)        \n\
  716. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  717. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n
  718.  
  719. ! Translations in the History window.
  720. ! These translations are used instead of globalTranslations.
  721. ! None of the key *semantics* of globalTranslations are changed here,
  722. ! only the actions bound.  (And inapplicable actions are not present.)
  723. !
  724. !    <Btn3Down>:            xfeDoPopup()            \n\
  725. *ghGlobalTranslations:            #override            \
  726.  Meta ~Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  727.   Alt ~Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  728.  Meta ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  729.   Alt ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  730. ~Meta ~Alt ~Ctrl<Key>space:    PageDown()        \n\
  731. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  732. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  733. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  734. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  735.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  736.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  737.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  738.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  739.  
  740. !
  741. ! Translations for document source window
  742. *dialogGlobalTranslations:        #override            \n\
  743.                                     \
  744.     Meta ~Ctrl<Key>W:        xfeDoCommand(close)            \n\
  745.      Alt ~Ctrl<Key>W:        xfeDoCommand(close)            \n
  746.  
  747.  
  748.  
  749. ! Mouse bindings in the HTML display area.
  750. *drawingArea.translations:        #replace            \
  751.     <Btn1Down>:            ArmLink()            \n\
  752.     <Btn2Down>:            ArmLink()            \n\
  753.     ~Shift<Btn1Up>:            ActivateLink()            \n\
  754.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  755.                     DisarmLink()            \n\
  756.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  757.                     DisarmLink()            \n\
  758.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  759.                     DisarmLink()            \n\
  760.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  761.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  762.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  763.     <Motion>:            DescribeLink()            \n\
  764.     <Btn3Down>:            xfeDoPopup()            \n\
  765.     <Btn3Up>:            ActivatePopup()        \n
  766.  
  767. *drawingArea*XmList.highlightThickness:    2
  768.  
  769.  
  770. ! Some basic emacs-like bindings for text fields.
  771. !
  772. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  773. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  774. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  775. ! These resources are merged in after "globalTranslations", so it is possible
  776. ! for them to override the menu accelerators.
  777. !
  778. ! Problems:
  779. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  780. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  781. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  782. !    leave the word highlighted (though it does leave a region set.)
  783. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  784. !
  785. !  NOTE: if you're looking here because BackSpace and Delete aren't
  786. !        working the way you think they should, then you need to run
  787. !        xmodmap or xkeycaps to fix your keyboard, or mess read the man
  788. !        page for VirtualBindings(1).  For details, see the Netscape FAQ
  789. !        (available from the Help menu.)
  790. !
  791. *editingTranslations:            #override            \n\
  792.     Meta ~Ctrl<Key>A:        select-all()                \n\
  793.      Alt ~Ctrl<Key>A:        select-all()                \n\
  794.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  795.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  796.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  797.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  798.     ~Meta ~Alt        Ctrl<Key>d:    delete-next-character()        \n\
  799.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  800.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  801.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  802.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  803.     ~Meta ~Alt        Ctrl<Key>g:    process-cancel()        \n\
  804.     ~Meta ~Alt        Ctrl<Key>h:    delete-previous-character()    \n\
  805.     ~Meta ~Alt        Ctrl<Key>space: set-anchor()            \n\
  806.     ~Meta ~Alt        Ctrl<Key>2:    set-anchor()            \n\
  807.     ~Meta ~Alt        Ctrl<Key>@:    set-anchor()            \n\
  808.                                     \
  809.     Meta ~Ctrl ~Shift<Key>b:    backward-word()            \n\
  810.      Alt ~Ctrl ~Shift<Key>b:    backward-word()            \n\
  811.     Meta ~Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  812.      Alt ~Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  813.     Meta ~Ctrl ~Shift<Key>f:    forward-word()            \n\
  814.      Alt ~Ctrl ~Shift<Key>f:    forward-word()            \n\
  815.     Meta ~Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  816.      Alt ~Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  817.     Meta ~Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  818.      Alt ~Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  819.     Meta ~Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  820.      Alt ~Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  821.     Meta ~Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  822.      Alt ~Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  823.     Meta ~Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  824.          Alt ~Ctrl  Shift<Key>osfRight:forward-word(extend)             \n
  825.  
  826. !                       <KeyUp>: KeyUpInText() \n
  827. !       Meta ~Ctrl       <Key>w:        copy-clipboard()                \n\
  828. !        Alt ~Ctrl       <Key>w:        copy-clipboard()                \n\
  829.  
  830. ! Translations that apply only to javascript form element text fields;
  831. ! This translation should only be added for text fields that is shown in a
  832. ! script page.
  833. ! SHOULD NOT apply this translation to any regular motif text field.
  834. ! because it will trigger the javascript layout stuff and introduce crash.
  835. *formElemEditingTranslations:            #override                       \n\
  836.             <KeyUp>: KeyUpInText() \n
  837.  
  838. ! Translations that apply only to single-line fields; see above.
  839. !
  840. ! Ctrl-U clears the current line only in single-line fields.  Unix
  841. ! command-line weenies expect this, even though everyone knows Ctrl-U
  842. ! should mean "prefix argument".
  843. !
  844. ! In single-line fields, the various killing commands are really deletion
  845. ! commands instead (that is, they don't affect the Clipboard and are not
  846. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  847. ! kill commands -- only the XmText widget does.  (What the hell is up with
  848. ! that...)  Maybe we could get around this by never using XmTextField, and
  849. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  850. ! have other unexpected effects...
  851. !
  852. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  853. ! but that doesn't work, because forward-word takes the whitespace after the
  854. ! word as well, instead of stopping before the whitespace.
  855. !
  856. ! Similarly, Ctrl-k can't be implemented with
  857. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  858. ! because that has the side effect of (temporarily) owning the selection,
  859. ! which would make it impossible to: select text in another application;
  860. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  861. ! because C-k would have cleared the selection.
  862. !
  863. *singleLineEditingTranslations:        #override            \n\
  864.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  865.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  866.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  867.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  868.                                     \
  869.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  870.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  871.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  872.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  873.                                     \
  874.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(paste)    \n\
  875.                                     \
  876.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  877.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  878.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  879.                                     \
  880.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  881.                     delete-to-end-of-line()        \n\
  882.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  883.     ~Meta ~Alt Ctrl<Key>l:        xfeDoCommand(refresh)            \n\
  884.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  885.                     delete-selection()        \n\
  886.     Meta ~Ctrl       <Key>d:    delete-next-word()        \n\
  887.      Alt ~Ctrl       <Key>d:    delete-next-word()        \n\
  888.      Alt ~Ctrl       <Key><:    set-anchor()            \
  889.                     beginning-of-line()        \n\
  890.     Meta ~Ctrl       <Key><:    set-anchor()            \
  891.                     beginning-of-line()        \n\
  892.       Alt ~Ctrl       <Key>>:    set-anchor()            \
  893.                     end-of-line()            \n\
  894.     Meta ~Ctrl       <Key>>:    set-anchor()            \
  895.                     end-of-line()            \n\
  896.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  897.                     beginning-of-line(extend)    \n\
  898.    ~Meta  Ctrl       <Key><:    set-anchor()            \
  899.                     beginning-of-line(extend)    \n\
  900.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  901.                     end-of-line(extend)        \n\
  902.    ~Meta  Ctrl       <Key>>:    set-anchor()            \
  903.                     end-of-line(extend)        \n\
  904.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  905.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  906.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  907.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  908.                                     \
  909.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    deselect-all()            \
  910.                     backward-character()        \n\
  911.     ~Meta ~Alt ~Ctrl<Key>osfRight:    deselect-all()            \
  912.                     forward-character()        \n
  913.  
  914. ! Translations that apply only to multi-line fields; see above.
  915. ! Most of these are here because they are commands that only apply when
  916. ! the text area has multiple lines in it, but see above comment about
  917. ! "kill" commands versus "delete" commands.
  918. !
  919. ! NOTE... [ had to modify the following to prevent overriding paste ]
  920. !
  921. !    Meta ~Ctrl ~Shift<Key>v:    previous-page()            \n\
  922. !     Alt ~Ctrl ~Shift<Key>v:    previous-page()            \n\
  923. !
  924. *multiLineEditingTranslations:        #override            \n\
  925.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  926.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  927.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  928.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  929.                                     \
  930.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  931.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  932.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  933.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  934.                                     \
  935.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(paste)    \n\
  936.                                     \
  937.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  938.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  939.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  940.                                     \
  941.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  942.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  943.     ~Meta ~Alt Ctrl<Key>y:        unkill()            \n\
  944.     Meta ~Ctrl       <Key>d:    kill-next-word()        \n\
  945.      Alt ~Ctrl       <Key>d:    kill-next-word()        \n\
  946.     ~Meta ~Alt        Ctrl<Key>l:    redraw-display() xfeDoCommand(refresh)    \n\
  947.     Meta ~Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  948.      Alt ~Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  949.     Meta ~Ctrl<Key>osfDelete:    kill-next-word()        \n\
  950.      Alt ~Ctrl<Key>osfDelete:    kill-next-word()        \n\
  951.                                     \
  952.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  953.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  954.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  955.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  956.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  957.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  958.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  959.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  960.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  961.      Alt  Ctrl ~Shift<Key>v:    previous-page()            \n\
  962.     Meta ~Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  963.      Alt ~Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  964.      Alt ~Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  965.     Meta ~Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  966.      Alt ~Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  967.     Meta ~Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  968.      Alt ~Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  969.     Meta ~Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  970.      Alt ~Ctrl  Shift<Key>]:    forward-paragraph(extend)    \n\
  971.     Meta ~Ctrl  Shift<Key>[:    forward-paragraph(extend)    \n\
  972.      Alt ~Ctrl       <Key><:    set-anchor()            \
  973.                     beginning-of-file()        \n\
  974.     Meta ~Ctrl       <Key><:    set-anchor()            \
  975.                     beginning-of-file()        \n\
  976.       Alt ~Ctrl       <Key>>:    set-anchor()            \
  977.                     end-of-file()            \n\
  978.     Meta ~Ctrl       <Key>>:    set-anchor()            \
  979.                     end-of-file()            \n\
  980.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  981.                     beginning-of-file(extend)    \n\
  982.        ~Meta  Ctrl       <Key><:    set-anchor()            \
  983.                     beginning-of-file(extend)    \n\
  984.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  985.                     end-of-file(extend)        \n\
  986.        ~Meta  Ctrl       <Key>>:    set-anchor()            \
  987.                     end-of-file(extend)        \n\
  988.     ~Meta ~Alt ~Ctrl<Key>Prior:    previous-page()            \n\
  989.     ~Meta ~Alt ~Ctrl<Key>Next:    next-page()            \n\
  990.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:    previous-page()            \n\
  991.     ~Meta ~Alt ~Ctrl<Key>osfPageDown: next-page()            \n\
  992.     Ctrl  <Key>/:            undefined-key()            \n
  993.  
  994. ! Since these get merged in first, all the other bindings override them.
  995. ! This is just so that undefined non-self-inserting keys beep.
  996. ! (Except that this doesn't really work that well, so nevermind.)
  997. !*XmText.translations:        #override                \
  998. !            Ctrl <Key>:    undefined-key()            \n\
  999. !            Meta <Key>:    undefined-key()            \n\
  1000. !             Alt <Key>:    undefined-key()            \n
  1001. !*XmTextField.translations:    #override                \
  1002. !            Ctrl <Key>:    undefined-key()            \n\
  1003. !            Meta <Key>:    undefined-key()            \n\
  1004. !             Alt <Key>:    undefined-key()            \n
  1005.  
  1006.  
  1007. ! We merge these translations into all text fields which are not the
  1008. ! bottommost text field in a dialog box (transient popup.)  This is so that
  1009. ! hitting `return' in a text field will select the next text field if there
  1010. ! is one, and will select the "OK" button if there are no more.
  1011. !
  1012. *nonterminalTextTranslations:    #override                \n\
  1013.     <Key>Return:        next-tab-group()            \n\
  1014.     <Key>Linefeed:        next-tab-group()            \n
  1015.  
  1016. ! This is used for self-submitting text fields in HTML forms (not popups.)
  1017. ! We don't need to store these in to dialog box text fields, since in that
  1018. ! case we are able to simply avoid storing in the above ones, but we don't
  1019. ! know that until too late with forms.
  1020. *terminalTextTranslations:    #override                \n\
  1021.     <Key>Return:        activate()                \n\
  1022.     <Key>Linefeed:        activate()                \n
  1023.  
  1024. ! These translations are installed on every TextField widget in the main tree,
  1025. ! but *not* on text fields in dialogs, or in the mail composition window
  1026. ! (that's the difference between this and singleLineEditingTranslations.)
  1027. *globalTextFieldTranslations:        #override            \n\
  1028.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1029.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1030.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1031.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  1032.  
  1033. ! These keysyms are apparently an R6ism.
  1034. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1035. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1036.  
  1037.  
  1038. ! We install these on every widget in the main tree (but not popups) that isn't
  1039. ! a Text or TextField or List.These, basically, are motion commands that ought
  1040. ! to apply to the HTML display area unless some text field or List has focus,
  1041. ! in which case they ought to apply to the text in that text field instead.
  1042. ! Doesn't all this crap just make you want to hurl?
  1043. *globalNonTextTranslations:        #override            \n\
  1044.     ~Meta ~Alt ~Ctrl<Key>space:    xfeDoCommand(spacebar)        \n\
  1045.                                       \
  1046.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  1047.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  1048.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1049.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1050.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  1051.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  1052.                                       \
  1053.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  1054.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  1055.      Meta  Ctrl<Key>f:        fishcam()            \n\
  1056.       Alt  Ctrl<Key>f:        fishcam()            \n\
  1057.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  1058.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  1059.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1060.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  1061.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  1062.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  1063.                                       \
  1064.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  1065.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  1066.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  1067.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  1068.  
  1069. ! These keysyms are apparently an R6ism.
  1070. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1071. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1072. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  1073. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  1074. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  1075. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  1076.  
  1077. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1078. ! Editor mouse translations
  1079. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1080. *editorDrawingArea.translations: #replace \
  1081.     <Btn3Down>:  xfeDoCommand(showPopup)               \n\
  1082.     Shift<Btn1Down>:  xfeDoCommand(select,extend)   \n\
  1083.     <Btn1Down>:  xfeDoClick(single,{,select,grab,}, \
  1084.                             double,{,objectIs,text,  {,select,word,}, \
  1085.                                               image, {,dialog,image,}, \
  1086.                                               hrule, {,dialog,hrule,}, \
  1087.                                               target,{,dialog,target,}, \
  1088.                                               tag,   {,dialog,tag,},})\n\
  1089.     <Btn1Motion>:            xfeDoCommand(select,extend)\n\
  1090.     <Btn1Up>:                xfeDoCommand(select,end)        \n\
  1091.     <Btn2Down>:                xfeDoCommand(paste,selection)\n\
  1092.     <Motion>:     editor-motion()                   \n
  1093.  
  1094. ! Editor keyboard translations.
  1095. *editorTranslations:            #override            \n\
  1096.                                     \
  1097.     Meta ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1098.      Alt ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1099.     Meta ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1100.      Alt ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1101.     Meta ~Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1102.      Alt ~Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1103.     Meta ~Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1104.      Alt ~Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1105.     Meta ~Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1106.      Alt ~Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1107.     Meta ~Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1108.      Alt ~Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1109.                                     \
  1110.     ~Meta ~Alt ~Ctrl<Key>Up:    xfeDoCommand(moveCursor,up)        \n\
  1111.     ~Meta ~Alt ~Ctrl<Key>Down:    xfeDoCommand(moveCursor,down)        \n\
  1112.     ~Meta ~Alt ~Ctrl<Key>osfUp:    xfeDoCommand(moveCursor,up)        \n\
  1113.     ~Meta ~Alt ~Ctrl<Key>osfDown:    xfeDoCommand(moveCursor,down)        \n\
  1114.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previous)    \n\
  1115.     ~Meta ~Alt ~Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,next)    \n\
  1116.     ~Meta ~Alt Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previousWord)    \n\
  1117.     ~Meta ~Alt Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,nextWord)    \n\
  1118.                                     \
  1119.     :~Meta ~Alt ~Ctrl<Key>Delete:    xfeDoCommand(deleteItem,next)\n\
  1120.     :~Meta ~Alt ~Ctrl<Key>BackSpace:    xfeDoCommand(deleteItem,previous)\n\
  1121.     :~Meta ~Alt ~Ctrl<Key>osfDelete:    xfeDoCommand(deleteItem,next)\n\
  1122.     :~Meta ~Alt ~Ctrl<Key>osfBackSpace:xfeDoCommand(deleteItem,previous)\n\
  1123.                                     \
  1124.     ~Meta ~Alt Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfPage) \n\
  1125.     ~Meta ~Alt Ctrl <Key>End: xfeDoCommand(moveCursor,endOfPage)    \n\
  1126.     ~Meta ~Alt Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginningOfPage) \n\
  1127.     ~Meta ~Alt Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfPage) \n\
  1128.     ~Meta ~Alt ~Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfLine) \n\
  1129.     ~Meta ~Alt ~Ctrl <Key>End: xfeDoCommand(moveCursor,endOfLine)    \n\
  1130.     ~Meta ~Alt ~Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginOfLine) \n\
  1131.     ~Meta ~Alt ~Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfLine) \n\
  1132.     ~Meta ~Alt ~Ctrl Shift<Key>Return:    xfeDoCommand(insertLineBreak,normal)\n\
  1133.     ~Meta ~Alt ~Ctrl<Key>Return:    xfeDoCommand(insertReturn)\n\
  1134.     ~Meta ~Alt ~Ctrl Shift<Key>space: xfeDoCommand(insertNonBreakingSpace)\n\
  1135.     ~Meta ~Alt ~Ctrl <Key>space:    xfeDoCommand(insertKey)        \n\
  1136.     ~Meta Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1137.     ~Meta Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1138.     Meta ~Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1139.     Meta ~Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1140.                                     \
  1141.     Ctrl ~Shift <Key>Tab:    xfeDoCommand(tab,insert) \n\
  1142.     ~Ctrl ~Shift<Key>Tab:    xfeDoCommand(tab,forward) \n\
  1143.     ~Ctrl Shift<Key>Tab:    xfeDoCommand(tab,backward) \n\
  1144.                                     \
  1145.     ~Meta ~Alt Ctrl<Key>a:    xfeDoCommand(moveCursor,beginningOfLine) \n\
  1146.     ~Meta ~Alt Ctrl<Key>e:    xfeDoCommand(moveCursor,endOfLine) \n\
  1147.     ~Meta ~Alt Ctrl<Key>p:    xfeDoCommand(moveCursor,up)            \n\
  1148.     ~Meta ~Alt Ctrl<Key>n:    xfeDoCommand(moveCursor,down)            \n\
  1149.     ~Meta ~Alt Ctrl<Key>b:    xfeDoCommand(moveCursor,previous)        \n\
  1150.     ~Meta ~Alt Ctrl<Key>f:    xfeDoCommand(moveCursor,next)        \n\
  1151.     ~Meta ~Alt Ctrl<Key>d:    xfeDoCommand(deleteItem,next)    \n\
  1152.     ~Meta ~Alt Ctrl<Key>k:    xfeDoCommand(deleteItem,endOfLine)\n\
  1153.     Meta ~Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1154.     Meta ~Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1155.     ~Meta Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1156.     ~Meta Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1157.                                     \
  1158.     Meta Shift ~Ctrl<Key>z:    xfeDoCommand(redo)        \n\
  1159.      Alt Shift ~Ctrl<Key>z:    xfeDoCommand(redo)        \n\
  1160.     Meta ~Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1161.      Alt ~Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1162.                                     \
  1163.     Meta ~Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)   \n\
  1164.      ~Meta Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)   \n\
  1165.     Meta ~Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic) \n\
  1166.      ~Meta Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic) \n\
  1167.      Meta ~Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline) \n\
  1168.      ~Meta Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline) \n\
  1169.     Meta ~Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)  \n\
  1170.      ~Meta Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)  \n\
  1171.     Meta ~Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)      \n\
  1172.      ~Meta Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)       \n\
  1173.                                     \
  1174.     ~Meta ~Alt Ctrl<Key>l:    xfeDoCommand(refresh)            \n\
  1175.                                     \
  1176.     Meta ~Alt ~Ctrl ~Shift<Key>Up:        xfeDoCommand(setFontSize,increase)\n\
  1177.     Meta ~Alt ~Ctrl ~Shift<Key>osfUp:    xfeDoCommand(setFontSize,increase)\n\
  1178.     Meta ~Alt ~Ctrl ~Shift<Key>Down:    xfeDoCommand(setFontSize,decrease)\n\
  1179.     Meta ~Alt ~Ctrl ~Shift<Key>osfDown:    xfeDoCommand(setFontSize,decrease)\n\
  1180.                                     \
  1181.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  1182.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  1183.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  1184.                                     \
  1185.     Meta ~Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1186.     ~Meta Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1187.                                         \
  1188.     Meta ~Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1189.     Meta ~Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1190.     ~Meta Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1191.     ~Meta Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1192.                                     \
  1193.     Meta ~Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1194.      Alt ~Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1195.     Meta ~Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1196.      Alt ~Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1197.     Meta ~Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1198.      Alt ~Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1199.     Meta ~Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1200.      Alt ~Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1201.     Meta ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1202.      Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1203.     Meta ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1204.      Alt ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1205.     Meta ~Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1206.      Alt ~Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1207.         Meta ~Ctrl<Key>R:        undefined-key()                \n\
  1208.          Alt ~Ctrl<Key>R:        undefined-key()                \n\
  1209.     Meta ~Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1210.      Alt ~Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1211.     Meta ~Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1212.      Alt ~Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1213.     Meta ~Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1214.      Alt ~Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1215.     Meta ~Ctrl<Key>Y:        xfeDoCommand(paste)                    \n\
  1216.      Alt ~Ctrl<Key>Y:        xfeDoCommand(paste)                    \n\
  1217.                                             \
  1218.  Meta ~Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1219.   Alt ~Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1220.  Meta ~Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1221.   Alt ~Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1222.  Meta ~Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1223.   Alt ~Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1224.  Meta ~Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1225.   Alt ~Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1226.     Meta ~Ctrl<Key>3:        xfeDoCommand(openNewsgroups)        \n\
  1227.      Alt ~Ctrl<Key>3:        xfeDoCommand(openNewsgroups)        \n\
  1228.     Meta ~Ctrl<Key>4:        xfeDoCommand(openEditor)            \n\
  1229.      Alt ~Ctrl<Key>4:        xfeDoCommand(openEditor)            \n\
  1230.     Meta ~Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1231.      Alt ~Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1232.     Meta ~Ctrl<Key>6:        xfeDoCommand(openCalendar)            \n\
  1233.      Alt ~Ctrl<Key>6:        xfeDoCommand(openCalendar)            \n\
  1234.     Meta ~Ctrl<Key>7:        xfeDoCommand(openHostOnDemand)        \n\
  1235.      Alt ~Ctrl<Key>7:        xfeDoCommand(openHostOnDemand)        \n\
  1236.     Meta ~Ctrl<Key>8:        xfeDoCommand(openNetcaster)            \n\
  1237.      Alt ~Ctrl<Key>8:        xfeDoCommand(openNetcaster)            \n\
  1238.                                             \
  1239.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  1240.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  1241.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  1242.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  1243.                                             \
  1244.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n\
  1245.                                         \
  1246.     ~Meta ~Alt ~Ctrl ~Shift<Key>F10:            \n\
  1247.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:            \n\
  1248.                                 \
  1249.     <KeyRelease>:                            \n\
  1250.     <Key>:            xfeDoCommand(insertKey)            \n\
  1251.     <KeyPress>:        xfeDoCommand(insertKey)            \n\
  1252.     <KeyUp>:                            \n\
  1253.     <KeyDown>:        xfeDoCommand(insertKey)            \n
  1254.  
  1255. !=============================================================================
  1256.  
  1257.  
  1258. ! About Translations, Actions, and "-remote" commands:
  1259. !
  1260. ! You can control a running Netscape process externally; you do this by
  1261. ! issuing a command like "netscape -remote openURL(http://xxx)".
  1262. ! When Netscape is invoked with the -remote argument, it does not open
  1263. ! window, but instead connects to and controls an already-existing process.
  1264. ! This is done using X properties, so the two Netscape processes need not
  1265. ! be running on the same machine, and need not share a file system.
  1266. !
  1267. ! All of Netscape's action names are the same as its resource names; so, for
  1268. ! example, if you wanted to know the name of the action that corresponds to
  1269. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  1270. ! and see that the resource that is set to that string is "addBookmark" -
  1271. ! that's the name of the Action as well.
  1272. !
  1273. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  1274. ! can also invoke them directly via "netscape -remote", like this:
  1275. !
  1276. !    netscape -remote 'addBookmark()'
  1277. !
  1278. ! That will cause the existing Netscape process to add its current URL to
  1279. ! the bookmarks, just as if you had selected that menu item.
  1280. !
  1281. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  1282. ! for more information.
  1283.  
  1284.  
  1285. !=============================================================================
  1286.  
  1287.  
  1288. ! You can ask HTTP (Web) servers for documents in your preferred language
  1289. ! by setting the Accept-Language header. It is a comma-separated list of
  1290. ! languages or language/region pairs. For example, if you would prefer to
  1291. ! see documents in French, or, failing that, in American English, you could
  1292. ! use the following:
  1293. !
  1294. !   *httpAcceptLanguage: fr, en-US
  1295. !
  1296. ! The following languages and regions are presented to the user:
  1297. !
  1298. *languageRegionList:                \n\
  1299.     Afrikaans [af]                \n\
  1300.     Albanian [sq]                \n\
  1301.     Basque [eu]                \n\
  1302.     Bulgarian [bg]                \n\
  1303.     Byelorussian [be]            \n\
  1304.     Catalan [ca]                \n\
  1305.     Chinese [zh]                \n\
  1306.     Chinese/China [zh-CN]            \n\
  1307.     Chinese/Taiwan [zh-TW]            \n\
  1308.     Croatian [hr]                \n\
  1309.     Czech [cs]                \n\
  1310.     Danish [da]                \n\
  1311.     Dutch [nl]                \n\
  1312.     Dutch/Belgium [nl-BE]            \n\
  1313.     English [en]                \n\
  1314.     English/United Kingdom [en-GB]        \n\
  1315.     English/United States [en-US]        \n\
  1316.     Faeroese [fo]                \n\
  1317.     Finnish [fi]                \n\
  1318.     French [fr]                \n\
  1319.     French/Belgium [fr-BE]            \n\
  1320.     French/Canada [fr-CA]            \n\
  1321.     French/France [fr-FR]            \n\
  1322.     French/Switzerland [fr-CH]        \n\
  1323.     Galician [gl]                \n\
  1324.     German [de]                \n\
  1325.     German/Austria [de-AU]            \n\
  1326.     German/Germany [de-DE]            \n\
  1327.     German/Switzerland [de-CH]        \n\
  1328.     Greek [el]                \n\
  1329.     Hungarian [hu]                \n\
  1330.     Icelandic [is]                \n\
  1331.     Indonesian [id]                \n\
  1332.     Irish [ga]                \n\
  1333.     Italian [it]                \n\
  1334.     Japanese [ja]                \n\
  1335.     Korean [ko]                \n\
  1336.     Macedonian [mk]                \n\
  1337.     Norwegian [no]                \n\
  1338.     Polish [pl]                \n\
  1339.     Portuguese [pt]                \n\
  1340.     Portuguese/Brazil [pt-BR]        \n\
  1341.     Romanian [ro]                \n\
  1342.     Russian [ru]                \n\
  1343.     Scots Gaelic [gd]            \n\
  1344.     Serbian [sr]                \n\
  1345.     Slovak [sk]                \n\
  1346.     Slovenian [sl]                \n\
  1347.     Spanish [es]                \n\
  1348.     Spanish/Argentina [es-AR]        \n\
  1349.     Spanish/Colombia [es-CO]        \n\
  1350.     Spanish/Mexico [ex-MX]            \n\
  1351.     Spanish/Spain [es-ES]            \n\
  1352.     Swedish [sv]                \n\
  1353.     Turkish [tr]                \n\
  1354.     Ukrainian [uk]                \n
  1355.  
  1356.  
  1357. !=============================================================================
  1358. !
  1359. !      There's really nothing after this point you should be messing with.
  1360. !
  1361. !=============================================================================
  1362.  
  1363.  
  1364. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  1365. ! contexts where it has no business being involved at all.  Let's try
  1366. ! disabling it globally and see if that helps.
  1367. !Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  1368. !Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  1369.  
  1370. ! Turn off traversal for sashes.
  1371. *XmSash.traversalOn:        False
  1372.  
  1373. !
  1374. ! Label Land
  1375. !
  1376. *Help.sensitive:            False
  1377.  
  1378. ! HTML forms "More..." button (options menus)
  1379. *drawingArea*moreButton.labelString:    More...
  1380.  
  1381. ! Bookmarks "More..." cascade button
  1382. *bookmarkMoreButton.labelString:        More...
  1383.  
  1384. ! Mail and news "More..." button
  1385. *mailNewsMoreButton.labelString:        More...
  1386.  
  1387. !====================================================================
  1388.   Menubar stuff
  1389. !====================================================================
  1390. !
  1391. ! The file menus for all the components come first.
  1392. ! Then the menus are listed on a per component basis.
  1393. !
  1394.  
  1395. *menuBar.fileMenu.labelString:        File
  1396. !*menuBar.fileMenu.mnemonic:        F
  1397.  
  1398. *menuBar.editMenu.labelString:        Edit
  1399. !*menuBar.editMenu.mnemonic:        E
  1400.  
  1401. *menuBar.viewMenu.labelString:        View
  1402. !*menuBar.viewMenu.mnemonic:        V
  1403.  
  1404. *menuBar.goMenu.labelString:        Go
  1405. !*menuBar.goMenu.mnemonic:            G
  1406.  
  1407. *menuBar.messageMenu.labelString:    Message
  1408. !*menuBar.messageMenu.mnemonic:        M
  1409.  
  1410. *menuBar.bookmarkMenu.labelString:    Bookmark
  1411. !*menuBar.bookmarkMenu.mnemonic:    B
  1412.  
  1413. *menuBar.windowMenuLite.labelString:    Window
  1414. !*menuBar.windowMenuLite.mnemonic:        W
  1415. *menuBar.windowMenu.labelString:    Communicator
  1416. !*menuBar.windowMenu.mnemonic:        C
  1417. !*menuBar.windowMenu.fontList:        -*-helvetica-bold-o-*-*-*-120-*--*-*-iso8859-*
  1418.  
  1419. *menuBar.itemMenu.labelString:        Item
  1420. !*menuBar.itemMenu.mnemonic:        I
  1421.  
  1422. *menuBar.helpMenu.labelString:        Help
  1423. !*menuBar.helpMenu.mnemonic:        H
  1424.  
  1425. !=======================
  1426.   File Menu - Navigator 
  1427. !=======================
  1428.  
  1429. *menuBar*newSubmenu.labelString:    New
  1430. *menuBar*newSubmenu.mnemonic:        N
  1431.  
  1432. ! File/New Submenu
  1433. *menuBar*openBrowser.labelString:       Navigator Window
  1434. *menuBar*openBrowser.mnemonic:          N
  1435. *menuBar*openBrowser.acceleratorText:   Alt+N
  1436. *openBrowser.documentationString:        \
  1437. Create a new browser window for viewing web pages
  1438.  
  1439. *menuBar*composeMessage.labelString:    New Message
  1440. ! Ought to change it to just "Message" when in newSubmenu:
  1441. !*newSubmenu*composeMessage.labelString:    Message
  1442. *menuBar*composeMessage.mnemonic:        M
  1443. *menuBar*composeMessage.acceleratorText:Alt+M
  1444. *composeMessage.documentationString:    \
  1445. Create a new mail or discussion group message
  1446. *composeArticle.documentationString:    \
  1447. Create a new discussion group message
  1448.  
  1449. *menuBar*newBlank.labelString:            Blank Page
  1450. *menuBar*newBlank.mnemonic:                P
  1451. *menuBar*newBlank.acceleratorText:        Alt+Shift+N
  1452. *newBlank.documentationString:            Create a new web page
  1453.  
  1454. *menuBar*newTemplate.labelString:        Page From Template
  1455. *menuBar*newTemplate.mnemonic:            T
  1456. *newTemplate.documentationString:    \
  1457. Use a template to create a new web page
  1458.  
  1459. *menuBar*newWizard.labelString:            Page From Wizard...
  1460. *menuBar*newWizard.mnemonic:            W
  1461. *newWizard.documentationString:    Use the wizard to create a new web page
  1462. ! end File/New Submenu
  1463.  
  1464. *menuBar*openPage.labelString:        Open Page...
  1465. *menuBar*openPage.mnemonic:            O
  1466. *menuBar*openPage.acceleratorText:    Alt+O
  1467. *openPage.documentationString:        \
  1468. Open a local file or a web page in the current window
  1469.  
  1470. *menuBar*saveAs.labelString:        Save As...
  1471. *saveAsCmdString:                    Save As...
  1472. *saveFramesetAsCmdString:            Save Frameset As...
  1473. *menuBar*saveAs.mnemonic:           S
  1474. *menuBar*saveAs.acceleratorText:    Alt+S
  1475. *saveAs.documentationString:        Save a copy of the current page
  1476.  
  1477. !xxx out of spec (saveFrameAs)
  1478. *menuBar*saveFrameAs.labelString:    Save Frame As...
  1479. *menuBar*saveFrameAs.mnemonic:        F
  1480. *saveFrameAs.documentationString:    Save a copy of the selected frame
  1481.  
  1482. *sendPage.labelString:                Send Page
  1483. *sendPage.mnemonic:                    d
  1484. *sendPage.documentationString:        Send the current page to a recipient
  1485.  
  1486. *sendLink.labelString:                Send Link
  1487. *sendLink.mnemonic:                    k
  1488. *sendLink.documentationString:    \
  1489. Send current page location to a recipient
  1490.  
  1491. *editPageCmdString:        Edit Page
  1492. *editFrameCmdString:    Edit Frame
  1493. *editPage.labelString:              Edit Page
  1494. *editFrameSet.labelString:          Edit Frame Set
  1495. *menuBar*editPage.mnemonic:         E
  1496. *editPage.documentationString:      Edit the current page or frame set
  1497. *menuBar*editFrame.labelString:        Edit Frame
  1498. *menuBar*editFrame.mnemonic:        F
  1499. *editFrame.documentationString:     Edit the current frame
  1500.  
  1501. *menuBar*uploadFile.labelString:    Upload File...
  1502. *menuBar*uploadFile.mnemonic:        U
  1503. *uploadFile.documentationString: Upload (send) a file to this FTP directory
  1504.  
  1505. *menuBar*printSetup.labelString:    Page Setup...
  1506. *menuBar*printSetup.mnemonic:        g
  1507. *printSetup.documentationString:    Change the printing options
  1508.  
  1509. *menuBar*printPreview.labelString:    Print Preview
  1510. *menuBar*printPreview.mnemonic:        v
  1511. *printPreview.documentationString:    Preview the entire page
  1512.  
  1513. *menuBar*print.labelString:            Print...
  1514. *printCmdString:                    Print...
  1515. *printFrameCmdString:                Print Frame...
  1516. *menuBar*print.mnemonic:            P
  1517. *menuBar*print.acceleratorText:        Alt+P
  1518. *print.documentationString:            Print this page
  1519.  
  1520. *menuBar*close.labelString:            Close
  1521. *menuBar*close.mnemonic:            C
  1522. *menuBar*close.acceleratorText:        Alt+W
  1523. *close.documentationString:            Close the active window
  1524.  
  1525. *menuBar*exit.labelString:            Exit
  1526. *menuBar*exit.mnemonic:                x
  1527. *menuBar*exit.acceleratorText:        Alt+Q
  1528. *exit.documentationString:    Close all windows in the application and exit
  1529.  
  1530. !===========================
  1531.   File Menu - Page Composer
  1532. !===========================
  1533.  
  1534. *menuBar*save.labelString:                    Save
  1535. *menuBar*save.mnemonic:                        S
  1536. *menuBar*save.acceleratorText:                Alt+S
  1537. *save.documentationString:                    Save the current page
  1538.  
  1539. *Editor*menuBar*saveAs.acceleratorText:
  1540.  
  1541. *menuBar*publish.labelString:                Publish...
  1542. *menuBar*publish.mnemonic:                    u
  1543. *publish.documentationString:    \
  1544. Upload current file or directory to a server for public viewing
  1545.  
  1546. *menuBar*browsePage.labelString:            Browse Page
  1547. *menuBar*browsePage.mnemonic:                B
  1548. *browsePage.documentationString:    \
  1549. Open the current file in a new browser window
  1550.  
  1551. !=============================
  1552.   File Menu - Compose Message
  1553. !=============================
  1554.  
  1555. *menuBar*saveDraft.labelString:               Save Draft
  1556. *menuBar*saveDraft.mnemonic:                S
  1557. *saveDraft.documentationString:        Save the message in the Drafts folder
  1558.  
  1559. *menuBar*saveMessagesAs.labelString:        Save As...
  1560. *menuBar*saveMessagesAs.mnemonic:            A
  1561. *menuBar*saveMessagesAs.acceleratorText:    Alt+S
  1562. *saveMessagesAs.documentationString:        Save the message as a file
  1563.  
  1564. *menuBar*sendMessageNow.labelString:        Send Now
  1565. *menuBar*sendMessageNow.mnemonic:            d
  1566. *sendMessageNow.documentationString:        Send the message now
  1567.  
  1568. *menuBar*sendMessageLater.labelString:        Send Later
  1569. *menuBar*sendMessageLater.mnemonic:            L
  1570. *sendMessageLater.documentationString:        Send the message to the Outbox
  1571.  
  1572. *menuBar*quoteOriginalText.labelString:        Quote Original Text
  1573. *menuBar*quoteOriginalText.mnemonic:        Q
  1574. *quoteOriginalText.documentationString:    \
  1575. Paste text from the original page in quoted form
  1576.  
  1577. *menuBar*addresseePicker.labelString:        Select Addresses...
  1578. *menuBar*addresseePicker.mnemonic:            t
  1579. *addresseePicker.documentationString:        Select addresses of recipients
  1580. *addresseePicker.tipString:                    Address this message
  1581.  
  1582. *menuBar*attach.labelString:                Attach
  1583. *menuBar*attach.mnemonic:                    A
  1584. *attach.documentationString:                 Attach a page or address book card to the current message
  1585.  
  1586. !============================
  1587.   File Menu - Message Center
  1588. !============================
  1589.  
  1590. *newFolder.labelString:                            New Folder...
  1591. *newFolderCmdString:                            New Folder...
  1592. *newSubFolderCmdString:                            New Subfolder...
  1593. *newCategoryCmdString:                            New Category...
  1594. *newNewsgroupCmdString:                            New Discussion...
  1595. *newFolder.mnemonic:                            w
  1596. *newFolder.documentationString:    \
  1597. Ceate a new mail folder or a new discussion group
  1598.  
  1599. *menuBar*newNewsHost.labelString:            New Discussion Server...
  1600. *menuBar*newNewsHost.mnemonic:                D
  1601. *newNewsHost.documentationString:    \
  1602. Add a discussion group server (news host)
  1603.  
  1604. *openFolderCmdString:        Open Folder
  1605. *openNewsgroupCmdString:    Open Discussion Group
  1606. !*openFolder.mnemonic:                    O
  1607. *openFolder.documentationString:    \
  1608. Open the selected mail folder or discussion group
  1609.  
  1610. *menuBar*renameFolder.labelString:            Rename Folder...
  1611. *menuBar*renameFolder.mnemonic:                R
  1612. *renameFolder.documentationString:    Change the name of the selected folder
  1613.  
  1614. *menuBar*emptyTrash.labelString:            Empty Trash Folder
  1615. *menuBar*emptyTrash.mnemonic:                y
  1616. *emptyTrash.documentationString:            Empty the trash folder
  1617.  
  1618. *menuBar*compressFolders.labelString:        Compress Folders
  1619. *menuBar*compressFolders.mnemonic:            d
  1620. *menuBar*compressFolders.acceleratorText:    Alt+K
  1621. *compressFolders.documentationString:        Compress all mail folders
  1622.  
  1623. *menuBar*newMsgSubmenu.labelString:            Get Messages
  1624. *menuBar*newMsgSubmenu.mnemonic:            G
  1625. *newMessage.documentationString:    \
  1626. Get new mail and discussion group messages
  1627.  
  1628. ! File/Get Messages Submenu
  1629. *menuBar*getNewMessages.labelString:           New
  1630. *menuBar*getNewMessages.mnemonic:             N
  1631. *menuBar*getNewMessages.acceleratorText:     Alt+T
  1632.         
  1633. ! This label is generated dynamically from the preferences
  1634. !*menuBar*getNextNNewMsgs.labelString:       Next 500
  1635. *menuBar*getNextNNewMsgs.mnemonic:             x
  1636.  
  1637. *menuBar*synchWithServer.labelString:       Synchronize with Server
  1638. *menuBar*synchWithServer.mnemonic:             S
  1639. ! end File/Get Messages Submenu
  1640.  
  1641. *menuBar*sendMessagesInOutbox.labelString:    Send Unsent Messages
  1642. !*menuBar*sendMessagesInOutbox.mnemonic:    t
  1643. *sendMessagesInOutbox.documentationString:    \
  1644. Send messages in Outbox folder now
  1645.  
  1646. *menuBar*updateMessageCount.labelString:    Update Message Count
  1647. *menuBar*updateMessageCount.mnemonic:        U
  1648. *updateMessageCount.documentationString:    \
  1649. Update number of unread messages
  1650.  
  1651. *addNewsgroup.labelString:            Join Discussion Groups...
  1652. *menuBar*addNewsgroup.mnemonic:            b
  1653. *addNewsgroup.documentationString:        Join discussion groups
  1654.  
  1655. !=============================
  1656.   File Menu - Message Threads
  1657. !=============================
  1658.  
  1659. *menuBar*openSelected.labelString:                Open Message
  1660. *menuBar*openSelected.mnemonic:                    O
  1661. *menuBar*openSelected.acceleratorText:            Alt+O
  1662. *openSelected.documentationString:    \
  1663. Open selected message in a separate message window
  1664.  
  1665. *menuBar*openAttachmentsSubmenu.labelString:    Open Attachments
  1666. *menuBar*openAttachments.mnemonic:                A
  1667. *openAttachments.documentationString:    \
  1668. Open the selected attachment
  1669.  
  1670. ! File/Open Attachments Submenu is dynamically generated
  1671.  
  1672. *menuBar*editMessage.labelString:                Edit Message
  1673. *menuBar*editMessage.mnemonic:                    E
  1674. *editMessage.documentationString:                Edit the selected message
  1675.  
  1676. !==========================
  1677.   File Menu - Address Book
  1678. !==========================
  1679.  
  1680. *addToAddressBook.labelString:    New Card...
  1681. *addToAddressBook.mnemonic:        w
  1682. *addToAddressBook.documentationString:    \
  1683. Create a new address book card entry
  1684.  
  1685. *abNewList.labelString:            New List...
  1686. *abNewList.mnemonic:            L
  1687. *abNewList.documentationString:    \
  1688. Create a new address book list
  1689.  
  1690. *menuBar*import.labelString:    Import...
  1691. *menuBar*import.mnemonic:        I
  1692. *AddressBook*import.documentationString:    \
  1693. Import a file into the address book
  1694.  
  1695. *AddressBook*menuBar*composeMessage.labelString:    Message
  1696. *menuBar*composeMessage.mnemonic:    M
  1697. *menuBar*composeMessage.acceleratorText:    Alt+M
  1698.  
  1699. *menuBar*abCall.labelString:    Call
  1700. *menuBar*abCall.mnemonic:        l
  1701. *abCall.documentationString:    \
  1702. Place a call with Netscape Conference 
  1703.  
  1704. !=======================
  1705.   File Menu - Bookmarks
  1706. !=======================
  1707.  
  1708. *newBookmark.labelString:                            New Bookmark...
  1709. *bookmarks*menuBar*newBookmark.mnemonic:            w
  1710. *newBookmark.documentationString:    \
  1711. Create a new bookmark entry
  1712.  
  1713. *newFolder.labelString:                                New Folder...
  1714. *bookmarks*menuBar*newFolder.mnemonic:                F
  1715. *bookmarks*newFolder.documentationString:    \
  1716. Create a new bookmark folder
  1717.  
  1718. *newSeparator.labelString:                            New Separator
  1719. *bookmarks*menuBar*newSeparator.mnemonic:            S
  1720. *bookmarks*newSeparator.documentationString:    \
  1721. Create a new separator
  1722.  
  1723. *bookmarks*menuBar*openBookmarkFile.labelString:    Open Bookmarks File...
  1724. *bookmarks*menuBar*openBookmarkFile.mnemonic:        F
  1725. *bookmarks*openBookmarkFile.documentationString:    \
  1726. Open a bookmarks file in this window
  1727.  
  1728. *bookmarks*menuBar*openSelected.labelString:        Go to Bookmark
  1729. *bookmarks*menuBar*openSelected.mnemonic:            k
  1730. *bookmarks*openSelected.documentationString:    \
  1731. Open the selected bookmark in a browser window
  1732.  
  1733. *bookmarks*menuBar*import.labelString:                Import...
  1734. *bookmarks*menuBar*import.mnemonic:                    I
  1735. *bookmarks*import.documentationString:    \
  1736. Import another bookmark list into the current list
  1737.  
  1738. *bookmarks*menuBar*addToToolbar.labelString:        Add Selection to Toolbar
  1739. *bookmarks*menuBar*addToToolbar.mnemonic:            A
  1740. *bookmarks*addToToolbar.documentationString:    \
  1741. Add bookmark to the Personal Toolbar
  1742.  
  1743. *bookmarks*menuBar*createShortcut.labelString:        Create Shortcut
  1744. *bookmarks*menuBar*createShortcut.mnemonic:            t
  1745. *bookmarks*createShortcut.documentationString:    \
  1746. Create an Internet Shortcut to the selected bookmark
  1747.  
  1748. *makeAlias.labelString:                Make Alias
  1749. *makeAlias.mnemonic:                M
  1750. *makeAlias.documentationString:    \
  1751. Make a bookmark alias to the selected bookmark
  1752.  
  1753. !=====================
  1754.   File Menu - History
  1755. !=====================
  1756.  
  1757. *history*menuBar*openSelected.labelString:        Go to Page
  1758. *history*menuBar*openSelected.mnemonic:            e
  1759. *history*openSelected.documentationString:    \
  1760. Open the selected page in a browser window
  1761.  
  1762. *history*menuBar*addToToolbar.labelString:        Add Page to Toolbar
  1763. *history*menuBar*addToToolbar.mnemonic:            A
  1764. *history*addToToolbar.documentationString:    \
  1765. Add the selected page to the Personal Toolbar
  1766.  
  1767. *history*menuBar*print.labelString:             Print History...
  1768.  
  1769. !=======================
  1770.   Edit Menu - Navigator
  1771. !=======================
  1772.  
  1773. *undo.labelString:              Undo
  1774. *undo.mnemonic:                 U
  1775. *undo.acceleratorText:          Alt+Z
  1776. *undo.documentationString:      Undo the previous action
  1777.  
  1778. *redo.labelString:              Redo
  1779. *redo.mnemonic:                 R
  1780. *redo.acceleratorText:          Alt+Y
  1781. *redo.documentationString:      Redo the next action
  1782.  
  1783. *cut.labelString:               Cut
  1784. *cut.mnemonic:                  t
  1785. *cut.acceleratorText:           Alt+X
  1786. *cut.documentationString:    \
  1787. Cut the selected text and put it on the clipboard
  1788.  
  1789. *copy.labelString:              Copy
  1790. *copy.mnemonic:                 C
  1791. *copy.acceleratorText:          Alt+C
  1792. *copy.documentationString:    \
  1793. Copy the selected text and put it on the clipboard
  1794.  
  1795. *paste.labelString:             Paste
  1796. *paste.mnemonic:                P
  1797. *paste.acceleratorText:         Alt+V
  1798. *paste.documentationString:        Insert clipboard contents
  1799.  
  1800. *delete.labelString:            Delete
  1801. *delete.mnemonic:                D
  1802. *delete.acceleratorText:        Alt+D
  1803. *delete.documentationString:    Delete the selected text
  1804. ! EditorFrame uses this one
  1805. *deleteItem.labelString:        Delete
  1806. *deleteItem.mnemonic:           D
  1807. *deleteItem.acceleratorText:    Alt+D
  1808. *deleteItem.documentationString:Delete the selected text
  1809.  
  1810. *selectAll.labelString:                 Select All
  1811. *selectAllCmdString:                    Select All
  1812. *selectAllInFrameCmdString:                Select All in Frame
  1813. *selectAll.mnemonic:                    A
  1814. *selectAll.acceleratorText:                Alt+A
  1815. *selectAll.documentationString:            Select the entire page
  1816. ! Thread Window Edit/Select pullaside menu
  1817. *MailThread*selectAll.labelString:      All
  1818. *MailThread*selectAllCmdString:         All
  1819. *MailThread*selectAllInFrameCmdString:  All in Frame
  1820.  
  1821. *menuBar*findInObject.labelString:        Find in Page...
  1822. *Composition*menuBar*findInObject.labelString:    Find in Message...
  1823. *MailMsg*menuBar*findInObject.labelString:        Find in Message...
  1824. *MailThread*menuBar*findInObject.labelString:    Find in Message...
  1825. *findInObjectCmdString:                    Find in Page...  
  1826. *findInFrameCmdString:                    Find in Frame...  
  1827.  
  1828. *menuBar*findInObject.mnemonic:         F
  1829. *menuBar*findInObject.acceleratorText:    Alt+F
  1830. *findInObject.documentationString:        \
  1831. Search for text in the current page
  1832.  
  1833. *menuBar*findAgain.labelString:            Find Again
  1834. *menuBar*findAgain.mnemonic:            g
  1835. *menuBar*findAgain.acceleratorText:        Alt+G
  1836. *findAgain.documentationString:            Repeat last Find operation
  1837.  
  1838. *Navigator*menuBar*search.labelString:    Search Internet
  1839. *Navigator*menuBar*search.mnemonic:     I
  1840. *Navigator*search.documentationString:    \
  1841. Search the Internet for information
  1842.  
  1843. *menuBar*searchAddress.labelString:     Search Directory
  1844. *menuBar*searchAddress.mnemonic:         y
  1845. *searchAddress.documentationString:    \
  1846. Search a directory to find a person
  1847.  
  1848. *menuBar*editPreferences.labelString:   Preferences...
  1849. *menuBar*editPreferences.mnemonic:        e
  1850. *editPreferences.documentationString:    \
  1851. Change user preferences for the application
  1852.  
  1853. !===========================
  1854.   Edit Menu - Page Composer
  1855. !===========================
  1856.  
  1857. *deleteTableMenu.labelString:                   Delete Table
  1858. *deleteTableMenu.mnemonic:                        b
  1859.  
  1860. ! Edit/Delete Table Submenu
  1861.  
  1862. *deleteTable.labelString:                       Table
  1863. *deleteTable.mnemonic:                          T
  1864. *deleteTable.documentationString:    \
  1865. Delete the entire table at current cursor location
  1866.  
  1867. ! new
  1868. *deleteTableRow.labelString:                    Row
  1869. *deleteTableRow.mnemonic:                       R
  1870. *deleteTableRow.documentationString:    \
  1871. Delete the row in the current cursor location
  1872.  
  1873. *deleteTableColumn.labelString:                 Column
  1874. *deleteTableColumn.mnemonic:                    n
  1875. *deleteTableColumn.documentationString:    \
  1876. Delete the column in the current cursor location
  1877.  
  1878. *deleteTableCell.labelString:                   Cell
  1879. *deleteTableCell.mnemonic:                      C
  1880. *deleteTableCell.documentationString:    \
  1881. Delete the cell in the current cursor location
  1882.  
  1883. ! end Edit/Delete Table Submenu
  1884.  
  1885. *removeLink.labelString:        Remove Link
  1886. *removeLinks.labelString:        Remove Links
  1887. *menuBar*removeLinks.mnemonic:      R
  1888. *removeLinks.documentationString:    \
  1889. Remove the link corresponding to the selected text
  1890.  
  1891. *selectTable.labelString:                       Select Table
  1892. *selectTable.mnemonic:                          l
  1893. *selectTable.documentationString:    \
  1894. Select the table at the current cursor location
  1895.  
  1896. *menuBar*editPageSource.labelString:        HTML Source
  1897. *editPageSource.documentationString:    \
  1898. Edit the HTML source for the current page
  1899.  
  1900. !=============================
  1901.   Edit Menu - Compose Message
  1902. !=============================
  1903.  
  1904. *menuBar*pasteAsQuoted.labelString:            Paste as Quotation
  1905. *menuBar*pasteAsQuoted.mnemonic:            Q
  1906. *pasteAsQuoted.documentationString:    \
  1907. Paste clipboard contents in quoted form
  1908.  
  1909. !============================
  1910.   Edit Menu - Message Center
  1911. !============================
  1912.  
  1913. *menuBar*search.labelString:            Search Messages
  1914. *menuBar*search.mnemonic:               M
  1915. !*menuBar*search.acceleratorText:        Alt+S
  1916. *search.documentationString:    Search mail and discussion group messages
  1917.  
  1918. *menuBar*editConfiguration.labelString:    Manage Mail Account
  1919. *menuBar*editConfiguration.mnemonic:        n
  1920.  
  1921. *menuBar*moderateDiscussion.labelString:    Manage Discussion Group
  1922. *menuBar*moderateDiscussion.mnemonic:        v
  1923.  
  1924. *menuBar*editMailFilterRules.labelString: Mail Filters...
  1925. *editMailFilterRules.documentationString:    \
  1926. Set rules for filtering mail into folders
  1927.  
  1928. *newsServerPropsCmdString:  Discussion Server Properties
  1929. *newsgroupPropsCmdString:    Discussion Group Properties
  1930. *folderPropsCmdString:        Folder Properties
  1931. *mailServerPropsCmdString:  Mail Server Properties
  1932. *menuBar*viewProperties.labelString:    Properties...
  1933. *menuBar*viewProperties.mnemonic:        s
  1934. *viewProperties.documentationString:    \
  1935. View mail folder or discussion group properties
  1936.  
  1937. !=============================
  1938.   Edit Menu - Message Threads
  1939. !=============================
  1940.  
  1941. *deleteMessageCmdString:  Delete Message
  1942. *cancelMessageCmdString:  Cancel Message
  1943. *deleteMessage.labelString:        Delete Message
  1944. !*deleteMessage.mnemonic:        D
  1945. *deleteMessage.acceleratorText:        Alt+D
  1946.  
  1947. *selectSubmenu.labelString:                Select
  1948.  
  1949. ! Edit/Select Submenu
  1950.  
  1951. *selectThread.labelString:                Thread
  1952. *selectThread.mnemonic:                    T
  1953. *selectThread.acceleratorText:                Alt+Shift+A
  1954.  
  1955. *selectCategory.labelString:            Category
  1956. *selectCategory.mnemonic:                C
  1957.  
  1958. *selectFlaggedMessages.labelString:        Flagged Messages
  1959. *selectFlaggedMessages.mnemonic:            F
  1960.  
  1961. *selectAllMessages.labelString:            All Messages
  1962. *selectAllMessages.mnemonic:            M
  1963.  
  1964. ! end Edit/Select Submenu
  1965.  
  1966. !==========================
  1967.   Edit Menu - Address Book
  1968. !==========================
  1969.  
  1970. *menuBar*abDeleteEntry.labelString:        Delete
  1971. *menuBar*abDeleteEntry.mnemonic:        D
  1972. *menuBar*abDeleteEntry.acceleratorText: Alt+D
  1973. *abDeleteEntry.documentationString:    \
  1974. Delete the selected address book entries
  1975.  
  1976. *menuBar*displayHTMLDomainsDialog.labelString:    HTML Domains...
  1977. *menuBar*displayHTMLDomainsDialog.mnemonic:        H
  1978. *displayHTMLDomainsDialog.documentationString:    \
  1979. Edit the list of domains that can receive HTML messages
  1980.  
  1981. *AddressBook*menuBar*viewProperties.labelString:    Card Properties
  1982. *menuBar*viewProperties.mnemonic:                    s
  1983. *viewProperties.documentationString:    \
  1984. Place a call with Netscape Conference
  1985.  
  1986. !=======================
  1987.   Edit Menu - Bookmarks
  1988. !=======================
  1989.  
  1990. *bookmarks*menuBar*findInObject.labelString:        Find in Bookmarks...
  1991. *bookmarks*findInObject.documentationString:        \
  1992. Find a bookmark in the list
  1993.  
  1994. *bookmarkProperties.labelString:            Bookmark Properties
  1995. *menuBar*bookmarkProperties.mnemonic:        P
  1996. *bookmarkProperties.documentationString:    \
  1997. View the properties of the selected bookmark
  1998.  
  1999. !=======================
  2000.   Edit Menu - History
  2001. !=======================
  2002.  
  2003. *history*menuBar*search.labelString:            Search History List
  2004. *history*menuBar*search.mnemonic:               H
  2005. *history*search.documentationString:    \
  2006. Search for one or more items in the History List
  2007.  
  2008. !=======================
  2009.   View Menu - Navigator
  2010. !=======================
  2011.  
  2012. *hideNavToolbarCmdString:            Hide Navigation Toolbar
  2013. *showNavToolbarCmdString:            Show Navigation Toolbar
  2014. *menuBar*toggleNavigationToolbar.mnemonic:    N
  2015. *toggleNavigationToolbar.documentationString:    \
  2016. Show or hide the Navigation toolbar
  2017.  
  2018. *hideLocationToolbarCmdString:        Hide Location Toolbar
  2019. *showLocationToolbarCmdString:        Show Location Toolbar
  2020. *menuBar*toggleLocationToolbar.mnemonic:    L
  2021. *toggleLocationToolbar.documentationString:    \
  2022. Show or hide the Location toolbar
  2023.  
  2024. *hidePersonalToolbarCmdString:        Hide Personal Toolbar
  2025. *showPersonalToolbarCmdString:        Show Personal Toolbar
  2026. *menuBar*togglePersonalToolbar.mnemonic:    P
  2027. *togglePersonalToolbar.documentationString:    \
  2028. Show or hide the Personal toolbar
  2029.  
  2030. *menuBar*increaseFont.labelString:    Increase Font
  2031. *menuBar*increaseFont.mnemonic:        c
  2032. *menuBar*increaseFont.acceleratorText:    Alt++
  2033. *increaseFont.documentationString:    \
  2034. Increase the font size for viewing this page
  2035.  
  2036. *menuBar*decreaseFont.labelString:    Decrease Font
  2037. *menuBar*decreaseFont.mnemonic:        D
  2038. *menuBar*decreaseFont.acceleratorText:    Alt+-
  2039. *decreaseFont.documentationString:    \
  2040. Decrease the font size for viewing this page
  2041.  
  2042. *reload.labelString:                Reload
  2043. *reload.mnemonic:                    R
  2044. *reload.acceleratorText:            Alt+R
  2045. ! In mail and news reply to sender uses this accelerator
  2046. *MailThread*menuBar*reload.acceleratorText:    
  2047. *MailMsg*menuBar*reload.acceleratorText:    
  2048. *News*menuBar*reload.acceleratorText:    
  2049. *reload.documentationString:        Reload the current page
  2050.  
  2051. *showImages.labelString:            Show Images
  2052. *showImages.mnemonic:                w
  2053. *showImages.acceleratorText:        Alt+I
  2054. *showImages.documentationString:    Show the images in the current page
  2055.  
  2056. *refresh.labelString:                Refresh
  2057. *refresh.mnemonic:                    f
  2058. *refresh.documentationString:        Refresh the screen
  2059.  
  2060. *stopAnimationsCmdString:            Stop Animations
  2061. *stopLoadingCmdString:                Stop Loading
  2062. *stopLoading.labelString:            Stop Loading
  2063. *stopLoading.mnemonic:                S
  2064. *stopLoading.acceleratorText:        ESC
  2065. *stopLoading.documentationString:    Stop the current transfer
  2066. !xxx need separate doc string for stop animations
  2067.  
  2068. *viewPageSource.labelString:        Page Source
  2069. *viewPageSource.mnemonic:            u
  2070. *viewPageSource.documentationString:View the HTML source of the current page
  2071.  
  2072. *viewPageInfo.labelString:            Page Info
  2073. *viewPageInfo.mnemonic:                I
  2074. *viewPageInfo.documentationString:    View information about the current page
  2075.  
  2076. *pageServices.labelString:            Page Services
  2077. *pageServices.mnemonic:                v
  2078. !*pageServices.documentationString:
  2079.  
  2080. *menuBar*encodingSubmenu.labelString:    Encoding
  2081. *menuBar*encodingSubmenu.mnemonic:        E
  2082. *encodingSubmenu.documentationString:    \
  2083. Change character encoding of the current page
  2084.  
  2085. ! View/Encoding Submenu
  2086.  
  2087. *latin1EncCmdString:        Western (ISO-8859-1)
  2088. *latin2EncCmdString:        Central European (ISO-8859-2)
  2089. *Win1250EncCmdString:        Central European (Windows-1250)
  2090. *jaAutoEncCmdString:        Japanese (Auto-Detect)
  2091. *jaSJISEncCmdString:        Japanese (Shift_JIS)
  2092. *jaEUCEncCmdString:            Japanese (EUC-JP)
  2093. *twBig5EncCmdString:        Traditional Chinese (Big5)
  2094. *twEUCEncCmdString:            Traditional Chinese (EUC-TW)
  2095. *gbEUCEncCmdString:            Simplified Chinese (GB2312)
  2096. *krEUCEncCmdString:            Korean (Auto-Detect)
  2097. *2022krEncCmdString:        Korean (ISO-2022-KR)
  2098. *koi8rEncCmdString:            Cyrillic (KOI8-R)
  2099. *88595EncCmdString:            Cyrillic (ISO-8859-5)
  2100. *Win1251EncCmdString:        Cyrillic (Windows-1251)
  2101. *greekEncCmdString:            Greek (ISO-8859-7)
  2102. *Win1253EncCmdString:        Greek (Windows-1253)
  2103. *88599EncCmdString:            Turkish (ISO-8859-9)
  2104. *unicode_utf8EncCmdString:    Unicode (UTF-8)
  2105. *unicode_utf7EncCmdString:    Unicode (UTF-7)
  2106. *otherEncCmdString:            User-Defined
  2107. *setDefaultDocCSID:            Set Default Encoding
  2108. *setDefaultDocumentEncoding.documentationString:    \
  2109. Set the Global Default Documentation Encoding
  2110.  
  2111. ! end View/Encoding Submenu
  2112.  
  2113. !==============================
  2114.   View Menu - Page Composer
  2115. !==============================
  2116.  
  2117. *Editor*hideNavToolbarCmdString:        Hide Composition Toolbar
  2118. *Editor*showNavToolbarCmdString:        Show Composition Toolbar
  2119. *Editor*toggleNavigationToolbar.documentationString:    \
  2120. Show or hide the Composition toolbar
  2121.  
  2122. *toggleFormatToolbar.showLabelString:    Show Formatting Toolbar
  2123. *toggleFormatToolbar.hideLabelString:    Hide Formatting Toolbar
  2124. *toggleFormatToolbar.documentationString:    \
  2125. Show or hide the Formatting toolbar
  2126.  
  2127. *menuBar*showParagraphMarks.labelString:        Show Paragraph Marks
  2128. *menuBar*hideParagraphMarks.labelString:        Hide Paragraph Marks
  2129. *menuBar*toggleParagraphMarks.labelString:        Paragraph Marks
  2130. *menuBar*toggleParagraphMarks.mnemonic:            P
  2131. *toggleParagraphMarks.documentationString:    \
  2132. Show or hide the paragraph marks
  2133.  
  2134. !=============================
  2135.   View Menu - Compose Message
  2136. !=============================
  2137.  
  2138. *Composition*toggleAddressArea.showLabelString:   Show Addressing Area
  2139. *Composition*toggleAddressArea.hideLabelString:   Hide Addressing Area
  2140. *Composition*toggleAddressArea.documentationString:    \
  2141. Show or hide the Addressing Area
  2142. *Composition*toggleAddressArea.tipString:          Addressing Area
  2143.  
  2144. *Composition*hideNavToolbarCmdString:   Hide Message Toolbar
  2145. *Composition*showNavToolbarCmdString:   Show Message Toolbar
  2146. *Composition*toggleNavigationToolbar.documentationString:    \
  2147. Show or hide the Message toolbar
  2148.  
  2149. !xxx add Show/Hide Addressing Area
  2150.  
  2151. *Composition*menuBar*viewAddresses.labelString:       Address Pane
  2152. *Composition*menuBar*viewAddresses.mnemonic:          A
  2153. *Composition*viewAddresses.documentationString:    \
  2154. View addresses of recipients
  2155.  
  2156. *Composition*menuBar*viewAttachments.labelString:     Attachment Pane
  2157. *Composition*menuBar*viewAttachments.mnemonic:        t
  2158. *viewAttachments.documentationString:    \
  2159. View message attachments
  2160.  
  2161. !
  2162. ! shared with History Window
  2163. *menuBar*sortAscending.labelString:        Sort Ascending
  2164. *menuBar*sortAscending.mnemonic:        A
  2165.  
  2166. ! shared with History Window
  2167. *menuBar*sortDescending.labelString:    Sort Descending
  2168. *menuBar*sortDescending.mnemonic:        D
  2169.  
  2170. *Composition*menuBar*viewOptions.labelString:         Options Pane
  2171. *Composition*menuBar*viewOptions.mnemonic:            O
  2172. *Composition*viewOptions.documentationString: View message options
  2173.  
  2174. !xxx no longer in spec (viewMessageBodyOnly)
  2175. *Composition*menuBar*viewMessageBodyOnly.labelString: Message Body Only
  2176. *Composition*menuBar*viewMessageBodyOnly.mnemonic:    B
  2177. *Composition*viewMessageBodyOnly.documentationString:    \
  2178. View the message body and hide the adresses
  2179.  
  2180. *Composition*menuBar*wrapLongLines.labelString:       Wrap Long Lines on Send
  2181. *Composition*menuBar*wrapLongLines.mnemonic:          W
  2182. *Composition*wrapLongLines.documentationString:    \
  2183. Wrap long lines when the message is sent
  2184.  
  2185. !============================
  2186.   View Menu - Message Center
  2187. !============================
  2188.  
  2189. *MailFolder*hideNavToolbarCmdString:   Hide Message Center Toolbar
  2190. *MailFolder*showNavToolbarCmdString:   Show Message Center Toolbar
  2191. *MailFolder*toggleNavigationToolbar.documentationString:    \
  2192. Show or hide the Message Center toolbar
  2193. *menuBar*moveSubmenu.labelString: Move Folder
  2194.  
  2195. !=============================
  2196.   View Menu - Message Threads
  2197. !=============================
  2198.  
  2199. *MailThread*hideNavToolbarCmdString:   Hide Message Toolbar
  2200. *MailThread*showNavToolbarCmdString:   Show Message Toolbar
  2201. *MailThread*toggleNavigationToolbar.documentationString:    \
  2202. Show or hide the Message toolbar
  2203.  
  2204. *showCategoriesCmdString:        Show Categories
  2205. *hideCategoriesCmdString:        Hide Categories
  2206.  
  2207. *showMsgAreaCmdString:            Show Message
  2208. *hideMsgAreaCmdString:            Hide Message
  2209.  
  2210. *menuBar*sortSubmenu.labelString:    Sort
  2211. *menuBar*sortSubmenu.mnemonic:        t
  2212.  
  2213. ! View/Sort Submenu
  2214. *menuBar*sortBySubject.labelString:        By Subject
  2215. *menuBar*sortBySubject.mnemonic:        S
  2216. *menuBar*sortBySender.labelString:        By Sender
  2217. *menuBar*sortBySender.mnemonic:            r
  2218. *menuBar*sortByDate.labelString:        By Date
  2219. *menuBar*sortByDate.mnemonic:            e
  2220. *menuBar*sortByFlag.labelString:        By Flag
  2221. *menuBar*sortByFlag.mnemonic:            F
  2222. *menuBar*sortByPriority.labelString:        By Priority
  2223. *menuBar*sortByPriority.mnemonic:        P
  2224. *menuBar*sortByThread.labelString:        By Thread
  2225. *menuBar*sortByThread.mnemonic:            T
  2226. *menuBar*sortBySize.labelString:        By Size
  2227. *menuBar*sortBySize.mnemonic:            z
  2228. *menuBar*sortByStatus.labelString:        By Status
  2229. *menuBar*sortByStatus.mnemonic:            u
  2230. *menuBar*sortByUnread.labelString:        By Unread
  2231. *menuBar*sortByUnread.mnemonic:            n
  2232. *menuBar*sortByMessageNumber.labelString:    By Message Number
  2233. *menuBar*sortByMessageNumber.mnemonic:        M
  2234. *menuBar*sortForward.labelString:        Ascending
  2235. *menuBar*sortForward.mnemonic:            A
  2236. *menuBar*sortBackward.labelString:        Descending
  2237. *menuBar*sortBackward.mnemonic:            D
  2238. ! end View/Sort Submenu
  2239.  
  2240. *menuBar*expandCollapseSubmenu.labelString:    Expand/Collapse
  2241. *menuBar*expandCollapseSubmenu.mnemonic:    x
  2242.  
  2243. ! View/Expand/Collapse Submenu
  2244. *menuBar*expand.labelString:        Expand
  2245. *menuBar*expand.mnemonic:            E
  2246. *menuBar*expand.acceleratorText:    +
  2247. *menuBar*expandAll.labelString:        Expand All
  2248. *menuBar*expandAll.mnemonic:        d
  2249. *menuBar*expandAll.acceleratorText:    *
  2250. *menuBar*collapse.labelString:        Collapse
  2251. *menuBar*collapse.mnemonic:            C
  2252. *menuBar*collapse.acceleratorText:    -
  2253. *menuBar*collapseAll.labelString:    Collapse All
  2254. *menuBar*collapseAll.mnemonic:        p
  2255. *menuBar*collapseAll.acceleratorText: /
  2256. ! end View/Expand/Collapse Submenu
  2257.  
  2258. *menuBar*threadSubmenu.labelString:    Messages
  2259. *menuBar*threadSubmenu.mnemonic:    M
  2260.  
  2261. ! View/Messages Submenu
  2262. *menuBar*viewNew.labelString:            New
  2263. *menuBar*viewNew.mnemonic:                N
  2264. *viewNew.documentationString:    Show only new messages
  2265.  
  2266. *menuBar*viewThreadsWithNew.labelString:Threads with New
  2267. *menuBar*viewThreadsWithNew.mnemonic:    T
  2268. *viewThreadsWithNew.documentationString:    \
  2269. Show threads that contain new messages
  2270.  
  2271. *menuBar*viewWatchedThreadsWithNew.labelString:    Watched Threads with New
  2272. *menuBar*viewWatchedThreadsWithNew.mnemonic:    W
  2273. *viewWatchedThreadsWithNew.documentationString:    \
  2274. Show watched threads that contain new messages
  2275.  
  2276. *menuBar*viewAllThreads.labelString:    All
  2277. *menuBar*viewAllThreads.mnemonic:        A
  2278. *viewAllThreads.documentationString: Show all messages
  2279. ! end View/Messages Submenu
  2280.  
  2281. *menuBar*headersSubmenu.labelString:    Headers
  2282. *menuBar*headersSubmenu.mnemonic:    d
  2283.  
  2284. ! View/Headers Submenu
  2285. *menuBar*showAllHeaders.labelString:    All
  2286. *menuBar*showAllHeaders.mnemonic:    A
  2287. *showAllHeaders.documentationString: Show all headers
  2288.  
  2289. *menuBar*showNormalHeaders.labelString:    Normal
  2290. *menuBar*showNormalHeaders.mnemonic:    N
  2291. *showNormalHeaders.documentationString: Show regular headers
  2292. *showBriefHeaders.labelString:    Brief
  2293. *menuBar*showBriefHeaders.mnemonic:    B
  2294. *menuBar*showBriefHeaders.documentationString: Show brief headers
  2295. ! end View/Headers Submenu
  2296.  
  2297. !xxx nolonger an attachments submenu
  2298. *menuBar*attachmentsSubmenu.labelString:    Attachments
  2299. *menuBar*attachmentsSubmenu.mnemonic:    n
  2300.  
  2301. ! View/Attachments Submenu
  2302. *menuBar*viewAttachmentsInline.labelString:    Inline
  2303. *menuBar*viewAttachmentsInline.mnemonic:    I
  2304. *viewAttachmentsInline.documentationString:    \
  2305. Show attachments in message as inline objects
  2306. *menuBar*viewAttachmentsAsLinks.labelString:    As Links
  2307. *menuBar*viewAttachmentsAsLinks.mnemonic:    L
  2308. *viewAttachmentsAsLinks.documentationString:
  2309. Show attachments in message as links
  2310. ! end View/Attachments Submenu
  2311.  
  2312. *rot13Message.labelString:                Unscramble (ROT13)
  2313. *rot13Message.mnemonic:                    U
  2314. *rot13Message.documentationString:    \
  2315. Unscramble naughty jokes
  2316.  
  2317. *wrapLongLines.labelString:                Wrap Long Lines
  2318. *wrapLongLines.mnemonic:                p
  2319. *wrapLongLines.documentationString:    \
  2320. Wrap long lines when displaying message
  2321.  
  2322. !============================
  2323.   View Menu - Message Window
  2324. !============================
  2325.  
  2326. *MailMsg*hideNavToolbarCmdString:   Hide Message Toolbar
  2327. *MailMsg*showNavToolbarCmdString:   Show Message Toolbar
  2328.  
  2329. !==========================
  2330.   View Menu - Address Book
  2331. !==========================
  2332.  
  2333. *AddressBook*hideNavToolbarCmdString:   Hide Address Book Toolbar
  2334. *AddressBook*showNavToolbarCmdString:   Show Address Book Toolbar
  2335. *AddressBook*toggleNavigationToolbar.documentationString:    \
  2336. Show or hide the Address Book toolbar
  2337. *AddressBook*toggleNavigationToolbar.mnemonic:    B
  2338.  
  2339. *menuBar*abByType.labelString:            by Type
  2340. *menuBar*abByType.mnemonic:                T
  2341. *abByType.documentationString:    \
  2342. Sort address book entries by type
  2343.  
  2344. *menuBar*abByName.labelString:            by Name
  2345. *menuBar*abByName.mnemonic:                N
  2346. *abByName.documentationString:    \
  2347. Sort address book entries by name
  2348.  
  2349. *menuBar*abByEmailAddress.labelString:  by Email Address
  2350. *menuBar*abByEmailAddress.mnemonic:        E
  2351. *abByEmailAddress.documentationString:    \
  2352. Sort address book entries by email address
  2353.  
  2354. *menuBar*abByNickName.labelString:        by Nickname
  2355. *menuBar*abByNickName.mnemonic:            k
  2356. *abByNickName.documentationString:    \
  2357. Sort address book entries by nickname
  2358.  
  2359. *menuBar*abByCompany.labelString:        by Organization
  2360. !*menuBar*abByCompany.mnemonic:            O
  2361. *abByCompany.documentationString:    \
  2362. Sort address book entries by organization
  2363.  
  2364. *menuBar*abByLocality.labelString:        by City
  2365. *menuBar*abByLocality.mnemonic:            i
  2366. *abByLocality.documentationString:    \
  2367. Sort address book entries by city
  2368.  
  2369. ! shared with other windows
  2370. *menuBar*sortAscending.labelString:        Sort Ascending
  2371. *menuBar*sortAscending.mnemonic:        A
  2372. *menuBar*sortAscending.documentationString:    \
  2373. Sort address book entries in ascending order
  2374.  
  2375. *menuBar*sortDescending.labelString:    Sort Descending
  2376. *menuBar*sortDescending.mnemonic:        D
  2377. *sortDescending.documentationString:    \
  2378. Sort address book entries in descending order
  2379.  
  2380. *menuBar*abVCard.labelString:            My Address Book Card...
  2381. *menuBar*abVCard.mnemonic:                o
  2382. *abVCard.documentationString:    \
  2383. Create and edit my address book card
  2384.  
  2385. !=======================
  2386.   View Menu - Bookmarks 
  2387. !=======================
  2388.  
  2389. bookmarks*menuBar*sortByTitle.labelString:    by Name
  2390. bookmarks*menuBar*sortByTitle.mnemonic:        T
  2391. bookmarks*sortByTitle.documentationString:    \
  2392. Sort bookmarks by name
  2393.  
  2394. *menuBar*sortByLocation.labelString:        by Location
  2395. *menuBar*sortByLocation.mnemonic:            L
  2396. *sortByLocation.documentationString:    \
  2397. Sort bookmarks by location
  2398.  
  2399. *sortByDateLastVisited.labelString:            by Date Last Visited
  2400. *sortByDateLastVisited.mnemonic:            V
  2401. *sortByDateLastVisited.documentationString:    \
  2402. Sort bookmarks by date last visited
  2403.  
  2404. *menuBar*sortByDateCreated.labelString:        by Date Created
  2405. *menuBar*sortByDateCreated.mnemonic:        C
  2406. *sortByDateCreated.documentationString:    \
  2407. Sort bookmarks by date created
  2408.  
  2409. *menuBar*moveBookmarkUp.labelString:        Move Up
  2410. *menuBar*moveBookmarkUp.mnemonic:            U
  2411. *menuBar*moveBookmarkUp.acceleratorText:    Shift+Up
  2412. *moveBookmarkUp.documentationString:    \
  2413. Move the bookmark up in the list
  2414.  
  2415. *menuBar*moveBookmarkDown.labelString:        Move Down
  2416. *menuBar*moveBookmarkDown.mnemonic:            w
  2417. *menuBar*moveBookmarkDown.acceleratorText:    Shift+Down
  2418. *moveBookmarkDown.documentationString:    \
  2419. Move the bookmark down in the list
  2420.  
  2421. *menuBar*bookmarksWhatsNew.labelString:        Update Bookmarks
  2422. *menuBar*bookmarksWhatsNew.mnemonic:        B
  2423. *bookmarksWhatsNew.documentationString:    \
  2424. Check bookmarks for updates
  2425.  
  2426. *setToolbarFolder.labelString:                Set as Toolbar Folder
  2427. *setToolbarFolder.mnemonic:                    F
  2428. *setToolbarFolder.documentationString:    \
  2429. Set selected folder as the folder for the Personal Toolbar
  2430.  
  2431. *setNewBookmarkFolder.labelString:            Set as Folder for New Bookmarks
  2432. *setNewBookmarkFolder.mnemonic:                N
  2433. *setNewBookmarkFolder.documentationString:    \
  2434. Set selected folder as the folder for adding new bookmarks
  2435.  
  2436. *setBookmarkMenuFolder.labelString:            Set as Bookmark Menu
  2437. *setBookmarkMenuFolder.mnemonic:            M
  2438. *setBookmarkMenuFolder.documentationString:    \
  2439. Set selected folder as the folder for the Bookmark menu
  2440.  
  2441. !=====================
  2442.   View Menu - History
  2443. !=====================
  2444.  
  2445. *menuBar*sortByTitle.labelString:            by Title
  2446. *menuBar*sortByTitle.mnemonic:                T
  2447. *sortByTitle.documentationString:    \
  2448. Sort bookmarks by title
  2449.  
  2450. *menuBar*sortByDateFirstVisited.labelString:    by Date First Visited
  2451. *menuBar*sortByDateFirstVisited.mnemonic:        F
  2452. *sortByDateFirstVisited.documentationString:    \
  2453. Sort history list by date first visited
  2454.  
  2455. *menuBar*sortByExpirationDate.labelString:        by Expiration Date
  2456. *menuBar*sortByExpirationDate.mnemonic:            E
  2457. *sortByExpirationDate.documentationString:    \
  2458. Sort history list by expiration date
  2459.  
  2460. *menuBar*sortByVisitCount.labelString:            by Visit Count
  2461. *menuBar*sortByVisitCount.mnemonic:                C
  2462. *sortByVisitCount.documentationString:    \
  2463. Sort history list by visit count
  2464.  
  2465. !=====================
  2466.   Go Menu - Navigator
  2467. !=====================
  2468.  
  2469. *back.labelString:            Back
  2470. *back.mnemonic:                B
  2471. *back.acceleratorText:        Alt+Left
  2472. *back.documentationString:  Return to the previous page in History list
  2473.  
  2474. *forward.labelString:        Forward
  2475. *forward.mnemonic:            F
  2476. *forward.acceleratorText:    Alt+Right
  2477. *forward.documentationString: Go to the next page in History list
  2478.  
  2479. *menuBar*home.labelString:    Home
  2480. *menuBar*home.mnemonic:        H
  2481. !xxx dynamic *home.documentationString:
  2482.  
  2483. !===========================
  2484.   Go Menu - Message Threads
  2485. !===========================
  2486.  
  2487. *menuBar*nextMessage.labelString:                Next Message
  2488. *menuBar*nextMessage.mnemonic:                    N
  2489. *menuBar*nextMessage.acceleratorText:            Alt+Down
  2490. *nextMessage.documentationString:    \
  2491. Go to the next message
  2492.  
  2493. *menuBar*nextUnreadMessage.labelString:            Next Unread Message
  2494. *menuBar*nextUnreadMessage.mnemonic:            U
  2495. *menuBar*nextUnreadMessage.acceleratorText:        Alt+Shift+Down
  2496. *nextUnreadMessage.documentationString:    \
  2497. Go to the next unread message
  2498.  
  2499. *menuBar*nextFlaggedMessage.labelString:        Next Flagged Message
  2500. *menuBar*nextFlaggedMessage.mnemonic:            F
  2501. *nextFlaggedMessage.documentationString:    \
  2502. Go to the next flagged message
  2503.  
  2504. *menuBar*nextUnreadThread.labelString:            Next Unread Thread
  2505. *menuBar*nextUnreadThread.mnemonic:                T
  2506. *nextUnreadThread.documentationString:    \
  2507. Go to the next unread thread
  2508.  
  2509. *menuBar*nextCategory.labelString:                Next Category
  2510. *menuBar*nextCategory.mnemonic:                    C
  2511. *nextCategory.documentationString:    \
  2512. Go to the next category
  2513.  
  2514. *menuBar*nextUnreadCategory.labelString:        Next Unread Category
  2515. *menuBar*nextUnreadCategory.mnemonic:            y
  2516. *nextUnreadCategory.documentationString:    \
  2517. Go to the next unread category
  2518.  
  2519. *nextCollection.labelString:            Next Collection
  2520. *nextDiscussionCmdString: Next Discussion
  2521. *nextFolderCmdString:     Next Folder
  2522. *menuBar*nextCollection.mnemonic:                x
  2523. *nextCollection.documentationString:    \
  2524. Go to the next collection
  2525.  
  2526. *menuBar*nextUnreadCollection.labelString:        Next Unread Collection
  2527. *nextUnreadDiscussionCmdString: Next Unread Discussion
  2528. *nextUnreadFolderCmdString:     Next Unread Folder
  2529. *menuBar*nextUnreadCollection.mnemonic:            d
  2530. *nextUnreadCollection.documentationString:    \
  2531. Go to the next unread collection
  2532.  
  2533. *menuBar*previousMessage.labelString:            Previous Message
  2534. *menuBar*previousMessage.mnemonic:                P
  2535. *menuBar*previousMessage.acceleratorText:        Alt+Up
  2536. *previousMessage.documentationString:    \
  2537. Go to the previous message
  2538.  
  2539. *menuBar*previousUnreadMessage.labelString:        Previous Unread Message
  2540. *menuBar*previousUnreadMessage.mnemonic:        r
  2541. *menuBar*previousUnreadMessage.acceleratorText:        Alt+Shift+Up
  2542. *previousUnreadMessage.documentationString:    \
  2543. Go to the previous unread message
  2544.  
  2545. *menuBar*previousFlaggedMessage.labelString:    Previous Flagged Message
  2546. *menuBar*previousFlaggedMessage.mnemonic:        g
  2547. *previousFlaggedMessage.documentationString:    \
  2548. Go to the previous flagged message
  2549.  
  2550. *menuBar*firstFlaggedMessage.labelString:        First Flagged Message
  2551. *menuBar*firstFlaggedMessage.mnemonic:            F
  2552. *firstFlaggedMessage.documentationString:    \
  2553. Go to the first flagged message
  2554.  
  2555. *MailThread*back.acceleratorText:        Alt+[
  2556. *MailMsg*back.acceleratorText:            Alt+[
  2557. *MailThread*back.documentationString:    Go back to the last message
  2558. *MailMsg*back.documentationString:        Go back to the last message
  2559.  
  2560. *MailThread*forward.mnemonic:            w
  2561. *MailMsg*forward.mnemonic:                w
  2562. *MailThread*forward.acceleratorText:        Alt+]
  2563. *MailMsg*forward.acceleratorText:        Alt+]
  2564. *MailThread*forward.documentationString: Go forward to the next message
  2565. *MailMsg*forward.documentationString:    Go forward to the next message
  2566.  
  2567. !================================
  2568.   Message Menu - Message Threads
  2569. !================================
  2570.  
  2571. *menuBar*replySubmenu.labelString:                Reply
  2572. *menuBar*replySubmenu.mnemonic:                    R
  2573. *replySubmenu.documentationString:    \
  2574. Reply to one or more recipients
  2575.  
  2576. ! Message/Reply Submenu
  2577. *replyToSender.labelString:                to Sender Only
  2578. *replyToSender.mnemonic:                S
  2579. *replyToSender.acceleratorText:            Alt+R
  2580. *replyToSender.documentationString:    \
  2581. Mail a reply to the sender of the message selected
  2582.  
  2583. *replyToAll.labelString:                to Sender and All Recipients
  2584. *replyToAll.mnemonic:                    A
  2585. *replyToAll.acceleratorText:            Alt+Shift+R
  2586. *replyToAll.documentationString:    \
  2587. Reply to all recipients of the message selected
  2588.  
  2589. *replyToNewsgroup.labelString:            to Discussion
  2590. *replyToNewsgroup.mnemonic:                D
  2591. !*replyToNewsgroup.acceleratorText:        Alt+D
  2592. *replyToNewsgroup.documentationString:    \
  2593. Post a reply to the discussion group
  2594.  
  2595. *replyToSenderAndNewsgroup.labelString:    to Sender And Discussion
  2596. *replyToSenderAndNewsgroup.mnemonic:    r
  2597. !*replyToSenderAndNewsgroup.acceleratorText:    Alt+Shift+D
  2598. *replyToSenderAndNewsgroup.documentationString:    \
  2599. Post a reply to the discussion group and mail a reply to the author
  2600. ! end Message/Reply Submenu
  2601.  
  2602. !
  2603. *cleanUpDisk.labelString:        Clean Up Disk
  2604. *cleanUpDisk.documentationString:    Purge old news messages
  2605. *cleanUpDisk.tipString:            Purge old news messages
  2606.  
  2607. *menuBar*forwardMessage.labelString:            Forward
  2608. *menuBar*forwardMessage.mnemonic:                d
  2609. *menuBar*forwardMessage.acceleratorText:        Alt+L
  2610. *forwardMessage.documentationString:    \
  2611. Forward the selected message
  2612.  
  2613. *menuBar*forwardMessageQuoted.labelString:        Forward Quoted
  2614. *menuBar*forwardMessageQuoted.mnemonic:            Q
  2615. *menuBar*forwardMessageQuoted.acceleratorText:    Alt+Shift+L
  2616. *forwardMessageQuoted.documentationString:    \
  2617. Forward the selected message as quoted text
  2618.  
  2619. *menuBar*fileSubmenu.labelString:                File Message
  2620. *menuBar*fileSubmenu.mnemonic:                    l
  2621. *fileSubmenu.documentationString:    \
  2622. File the selected message to a folder
  2623.  
  2624. *menuBar*copySubmenu.labelString:                Copy Message
  2625. *menuBar*copySubmenu.mnemonic:                    C
  2626. *copySubmenu.documentationString:    \
  2627. Copy the selected message to a folder
  2628.  
  2629. *menuBar*addToABSubmenu.labelString:            Add to Address Book
  2630. *menuBar*addToABSubmenu.mnemonic:                A
  2631.  
  2632. ! Message/Add to Address Book Submenu
  2633. *addSenderToAddressBook.labelString:    Sender
  2634. *addSenderToAddressBook.mnemonic:        S
  2635. *addSenderToAddressBook.documentationString:    \
  2636. Add sender to address book
  2637. *addAllToAddressBook.labelString:        All
  2638. *addAllToAddressBook.mnemonic:            A
  2639. *addAllToAddressBook.documentationString:    \
  2640. Add all recipients to address book
  2641. ! end Message/Add to Address Book Submenu
  2642.  
  2643. *menuBar*markSubmenu.labelString:        Mark
  2644. *menuBar*markSubmenu.mnemonic:            M
  2645.  
  2646. ! Message/Mark Submenu
  2647. *markMessageUnread.labelString:            as Unread
  2648. *markMessageUnread.mnemonic:            U
  2649. *markMessageUnread.acceleratorText:        U
  2650. *markMessageUnread.documentationString: Mark selected messages as unread
  2651.  
  2652. *markMessageRead.labelString:            Mark
  2653. *markMessageRead.mnemonic:                R
  2654. *markMessageRead.acceleratorText:        M
  2655. *markMessageRead.documentationString:    Mark selected messages as read
  2656. *markMessageRead.tipString:                Mark messages
  2657.  
  2658. *markThreadRead.labelString:            Thread Read
  2659. *markThreadRead.mnemonic:                T
  2660. *markThreadRead.acceleratorText:        T
  2661. *markThreadRead.documentationString:    \
  2662. Mark messages with the same subject as read
  2663.  
  2664. *markAllMessagesRead.labelString:        All Read
  2665. *markAllMessagesRead.mnemonic:            A
  2666. *markAllMessagesRead.acceleratorText:    G
  2667. *markAllMessagesRead.documentationString:    \
  2668. Mark all messages as read
  2669.  
  2670. *markMessageByDate.labelString:            by Date...
  2671. *markMessageByDate.mnemonic:            D
  2672. *markMessageByDate.acceleratorText:        D
  2673. *markMessageByDate.documentationString:    \
  2674. Catch up in newsgroup and mark selected messages by date
  2675.  
  2676. *markMessageForLater.labelString:        for Later
  2677. *markMessageForLater.mnemonic:            L
  2678. *markMessageForLater.acceleratorText:    L
  2679. *markMessageForLater.documentationString:    \
  2680. Mark message to be read later
  2681. ! end Message/Mark Submenu
  2682.  
  2683. *menuBar*flagMessage.labelString:        Flag
  2684. *menuBar*flagMessage.mnemonic:            F
  2685. *flagMessage.documentationString: Flag selected messages
  2686.  
  2687. *menuBar*unflagMessage.labelString:        Unflag
  2688. *menuBar*unflagMessage.mnemonic:        U
  2689. *unflagMessage.documentationString: Unflag selected messages
  2690.  
  2691. *menuBar*ignoreThread.labelString:        Ignore Thread
  2692. *menuBar*ignoreThread.mnemonic:            e
  2693. *menuBar*ignoreThread.acceleratorText:        K
  2694. *ignoreThread.documentationString: Ignore selected thread
  2695.  
  2696. *menuBar*ignoreCategory.labelString:    Ignore Category
  2697. *ignoreCategory.documentationString: Ignore selected category
  2698.  
  2699. *menuBar*watchThread.labelString:        Watch Thread
  2700. *menuBar*watchThread.mnemonic:            W
  2701. *menuBar*watchThread.acceleratorText:        W
  2702. *watchThread.documentationString:    \
  2703. Show when new messages arrive in this thread
  2704.  
  2705. *MailThread*mommy.tipString: Message Center
  2706. *MailMsg*mommy.tipString: Open Folder
  2707.  
  2708. !=============================
  2709.   Insert Menu - Page Composer
  2710. !=============================
  2711.  
  2712. *menuBar*insert.labelString:                Insert
  2713. *menuBar*insertLink.labelString:                Link...
  2714. *menuBar*insertLink.mnemonic:                   L
  2715. *insertLink.documentationString:        Insert a link
  2716.  
  2717. *menuBar*insertTarget.labelString:              Target...
  2718. *menuBar*insertTarget.mnemonic:                 T
  2719. *insertTarget.documentationString:        Insert a target
  2720.  
  2721. *menuBar*insertImage.labelString:               Image...
  2722. *menuBar*insertImage.mnemonic:                  I
  2723. *insertImage.documentationString:        Insert an image
  2724.  
  2725. *insertTableMenu.labelString:                   Table
  2726. *insertTableMenu.mnemonic:                      e
  2727. *insertTableMenu.documentationString:    \
  2728. Insert table at current cursor location
  2729.  
  2730. *menuBar*insertHorizontalLine.labelString:      Horizontal Line...
  2731. *menuBar*insertHorizontalLine.mnemonic:         o
  2732. *insertHorizontalLine.documentationString:    \
  2733. Insert horizontal line
  2734.  
  2735. *menuBar*insertHtmlTag.labelString:             HTML Tag...
  2736. *menuBar*insertHtmlTag.mnemonic:                H
  2737. *insertHtmlTag.documentationString:    \
  2738. Insert an HTML tab
  2739.  
  2740. *menuBar*insertNewLineBreak.labelString:        New Line Break
  2741. *menuBar*insertNewLineBreak.mnemonic:           N
  2742. *insertNewLineBreak.documentationString:    \
  2743. *menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
  2744. Insert a new link break at cursor location
  2745.  
  2746. *menuBar*insertBreakBelow.labelString:          Break below Image(s)
  2747. *menuBar*insertBreakBelow.mnemonic:             B
  2748. *insertBreakBelow.documentationString:    \
  2749. Insert break to continue text to the left and right 
  2750.  
  2751. *menuBar*insertNonBreaking.labelString:         Nonbreaking Space
  2752. *menuBar*insertNonBreaking.mnemonic:            S
  2753. *menuBar*insertNonBreaking.acceleratorText:     Shift+Space
  2754. *insertNonBreaking.documentationString:    \
  2755. Insert a non-breaking space character at cursor location 
  2756.  
  2757. !=============================
  2758.   Format Menu - Page Composer
  2759. !=============================
  2760.  
  2761. *menuBar*formatMenu.labelString:            Format
  2762. *menuBar*fontStyleMenu.labelString:         Font
  2763. *menuBar*fontStyleMenu.mnemonic:            F
  2764. *fontStyleMenu.documentationString: Change the font face
  2765.  
  2766. *menuBar*characterSizeMenu.labelString:     Size
  2767. *menuBar*characterSizeMenu.mnemonic:        z
  2768.  
  2769. ! Format/Size Submenu
  2770. *setFontSizeMinusTwo.labelString:           -2
  2771. *setFontSizeMinusTwo.documentationString:    \
  2772. Set the relative font size to -2
  2773. *setFontSizeMinusOne.labelString:           -1
  2774. *setFontSizeMinusOne.documentationString:    \
  2775. Set the relative font size to -1
  2776. *setFontSizeZero.labelString:               +0
  2777. *setFontSizeZero.documentationString:        \
  2778. Set the relative font size to +0
  2779. *setFontSizePlusOne.labelString:            +1
  2780. *setFontSizePlusOne.documentationString:    \
  2781. Set the relative font size to +1
  2782. *setFontSizePlusTwo.labelString:            +2
  2783. *setFontSizePlusTwo.documentationString:    \
  2784. Set the relative font size to +2
  2785. *setFontSizePlusThree.labelString:          +3
  2786. *setFontSizePlusThree.documentationString:    \
  2787. Set the relative font size to +3
  2788. *setFontSizePlusFour.labelString:           +4
  2789. *setFontSizePlusFour.documentationString:    \
  2790. Set the relative font size to +4
  2791. *setFontSize.labelString:                   Default
  2792. *setFontSize.documentationString:            \
  2793. Set the relative font size to the default
  2794. ! end Format/Size Submenu
  2795.  
  2796. *menuBar*characterStyleMenu.labelString:    Style
  2797. *menuBar*characterStyleMenu.mnemonic:        S
  2798.  
  2799. ! Format/Style Submenu
  2800. *toggleCharacterStyleBold.labelString:            Bold
  2801. *toggleCharacterStyleBold.documentationString:    \
  2802. Set the style to Bold <Alt+B>
  2803. *toggleCharacterStyleItalic.labelString:        Italic
  2804. *toggleCharacterStyleItalic.documentationString:    \
  2805. Set the style to Italic <Alt+I>
  2806. *toggleCharacterStyleUnderline.labelString:        Underline
  2807. *toggleCharacterStyleUnderline.documentationString:    \
  2808. Set the style to Underline <Alt+U>
  2809. *toggleCharacterStyleFixed.labelString:            Fixed
  2810. *toggleCharacterStyleFixed.documentationString:    \
  2811. Set the style to Fixed
  2812. *toggleCharacterStyleSuperscript.labelString:    Superscript
  2813. *toggleCharacterStyleSuperscript.documentationString:    \
  2814. Set the style to Superscript
  2815. *toggleCharacterStyleSubscript.labelString:        Subscript
  2816. *toggleCharacterStyleSubscript.documentationString:    \
  2817. Set the style to Subscript
  2818. *toggleCharacterStyleStrikethrough.labelString:    Strikethrough
  2819. *toggleCharacterStyleStrikethrough.documentationString:    \
  2820. Set the style to Strikethrough
  2821. *toggleCharacterStyleBlink.labelString:            Blinking
  2822. *toggleCharacterStyleBlink.documentationString:    \
  2823. Set the style to Blink
  2824. ! end Format/Style Submenu
  2825.  
  2826. *menuBar*characterColorMenu.labelString:    Color
  2827. *menuBar*characterColorMenu.mnemonic:       C
  2828.  
  2829. *menuBar*setCharacterColor.labelString:     Color...
  2830. *menuBar*setCharacterColor.mnemonic:        C
  2831.  
  2832. *menuBar*clearAllStyles.labelString:        Remove All Styles
  2833. *menuBar*clearAllStyles.mnemonic:           r
  2834. *clearAllStyles.documentationString: Remove all character styles
  2835.  
  2836. *menuBar*setTableProperties.labelString:    Table Properties
  2837. *menuBar*setTableProperties.mnemonic:       T
  2838. *setTableProperties.documentationString: Change table properties
  2839.  
  2840. *menuBar*headingStyleMenu.labelString:      Heading
  2841. *menuBar*headingStyleMenu.mnemonic:         H
  2842.  
  2843. ! Format/Heading Submenu
  2844. *setParagraphStyleNormal.labelString:       Normal
  2845. *setParagraphStyleNormal.documentationString:    \
  2846. Set the style to Normal
  2847. *setParagraphStyleHeadingOne.labelString:   Heading 1
  2848. *setParagraphStyleHeadingOne.documentationString:    \
  2849. Set the style to heading 1
  2850. *setParagraphStyleHeadingTwo.labelString:   Heading 2
  2851. *setParagraphStyleHeadingTwo.documentationString:    \
  2852. Set the style to heading 2
  2853. *setParagraphStyleHeadingThree.labelString: Heading 3
  2854. *setParagraphStyleHeadingThree.documentationString:    \
  2855. Set the style to heading 3
  2856. *setParagraphStyleHeadingFour.labelString:  Heading 4
  2857. *setParagraphStyleHeadingFour.documentationString:    \
  2858. Set the style to heading 4
  2859. *setParagraphStyleHeadingFive.labelString:  Heading 5
  2860. *setParagraphStyleHeadingFive.documentationString:    \
  2861. Set the style to heading 5
  2862. *setParagraphStyleHeadingSix.labelString:   Heading 6
  2863. *setParagraphStyleHeadingSix.documentationString:    \
  2864. Set the style to heading 6
  2865. ! end Format/Heading Submenu
  2866.  
  2867. *menuBar*paragraphStyleMenu.labelString:    Paragraph
  2868. *menuBar*paragraphStyleMenu.mnemonic:       P
  2869.  
  2870. ! Format/Paragraph Style Submenu
  2871. *setParagraphStyleAddress.labelString:      Address
  2872. *setParagraphStyleAddress.documentationString:    \
  2873. Set the paragraph style to Address
  2874. *setParagraphStyleFormatted.labelString:    Formatted
  2875. *setParagraphStyleFormatted.documentationString:    \
  2876. Set the paragraph style to Formatted
  2877. *setParagraphStyleDescriptionTitle.labelString: Description Title
  2878. *setParagraphStyleDescriptionTitle.documentationString:    \
  2879. Set the paragraph style to Description Title
  2880. *setParagraphStyleDescriptionText.labelString: Description Text
  2881. *setParagraphStyleDescriptionText.documentationString:    \
  2882. Set the paragraph style to Description Text
  2883. ! end Format/Paragraph Style Submenu
  2884.  
  2885. *menuBar*listStyleMenu.labelString:         List
  2886. *menuBar*listStyleMenu.mnemonic:            L
  2887.  
  2888. ! Format/List Submenu
  2889. *setListStyleNone.labelString:              None
  2890. *setListStyleNone.documentationString:    \
  2891. Remove list style
  2892. *setListStyleBulleted.labelString:          Bulleted
  2893. *setListStyleBulleted.documentationString:    \
  2894. Insert bulletted list
  2895. *setListStyleNumbered.labelString:          Numbered
  2896. *setListStyleNumbered.documentationString:    \
  2897. Insert numbered list
  2898. ! end Format/List Submenu
  2899.  
  2900. *menuBar*indent.labelString:                Increase Indent
  2901. *menuBar*indent.mnemonic:                   I
  2902. *indent.documentationString:        Increase the indent one level
  2903.  
  2904. *menuBar*outdent.labelString:               Decrease Indent
  2905. *menuBar*outdent.mnemonic:                  D
  2906. *outdent.documentationString:        Decrease the indent one level
  2907.  
  2908. *menuBar*setObjectProperties.labelString:   Object Properties
  2909. *menuBar*setObjectProperties.mnemonic:      e
  2910. *setObjectProperties.documentationString:    \
  2911. Change selected object properties
  2912.  
  2913. *setPageProperties.labelString:     Page Colors and Properties
  2914. *setPageProperties.mnemonic:        g
  2915. *setPageProperties.documentationString:    \
  2916. Change page properties
  2917.  
  2918. *setSaveEncrypted.labelString:     Save Encrypted
  2919. *setSaveEncrypted.mnemonic:        E
  2920. *setSaveEncrypted.documentationString:    \
  2921. Save this File as a Pre-Encrypted File
  2922.  
  2923. *menuBar*alignmentStyleMenu.labelString:        Align
  2924. *menuBar*alignmentStyleMenu.mnemonic:            A
  2925.  
  2926. *setAlignmentStyleLeft.labelString:                Left
  2927. *setAlignmentStyleLeft.documentationString:    \
  2928. Left-justify the current paragraph
  2929. *setAlignmentStyleCenter.labelString:            Center
  2930. *setAlignmentStyleCenter.documentationString:    \
  2931. Center-justify the current paragraph
  2932. *setAlignmentStyleRight.labelString:            Right
  2933. *setAlignmentStyleRight.documentationString:    \
  2934. Right-justify the current paragraph
  2935.  
  2936. !============================
  2937.   Tools Menu - Page Composer
  2938. !============================
  2939.  
  2940. *menuBar*toolsMenu.labelString:             Tools
  2941. *spellCheck.labelString:            Spelling...
  2942. *spellCheck.tipString:              Check Spelling
  2943. *spellCheck.documentationString:    Check spelling errors in the page
  2944. *Composition*spellCheck.documentationString:    \
  2945. Check spelling errors in the message
  2946.  
  2947. !===================
  2948.   Communicator Menu
  2949. !===================
  2950.  
  2951. *menuBar*openOrBringUpBrowser.labelString:        Navigator
  2952. *menuBar*openOrBringUpBrowser.mnemonic:            N
  2953. *menuBar*openOrBringUpBrowser.acceleratorText:    Alt+1
  2954. *openOrBringUpBrowser.documentationString:    \
  2955. Open a browser window
  2956.  
  2957. *menuBar*openInbox.labelString:                    Messenger Mailbox
  2958. *menuBar*openInbox.mnemonic:                    M
  2959. *menuBar*openInbox.acceleratorText:                Alt+2
  2960. *openInbox.documentationString:    \
  2961. Open the mail window and get new messages
  2962.  
  2963. *menuBar*openNewsgroups.labelString:            Collabra Discussions
  2964. *menuBar*openNewsgroups.mnemonic:                C
  2965. *menuBar*openNewsgroups.acceleratorText:        Alt+3
  2966. *openNewsgroups.documentationString:    \
  2967. Open the list of discussion groups
  2968.  
  2969. *menuBar*openEditor.labelString:                Page Composer
  2970. *menuBar*openEditor.mnemonic:                    P
  2971. *menuBar*openEditor.acceleratorText:            Alt+4
  2972. *openEditor.documentationString:    \
  2973. Open the web page editor
  2974.  
  2975. *menuBar*openConference.labelString:            Conference
  2976. *menuBar*openConference.mnemonic:                o
  2977. *menuBar*openConference.acceleratorText:        Alt+5
  2978. *openConference.documentationString:    \
  2979. Open the conferencing window
  2980.  
  2981. *menuBar*openCalendar.labelString:                Calendar
  2982. *menuBar*openCalendar.mnemonic:                    r
  2983. *menuBar*openCalendar.acceleratorText:            Alt+6
  2984. *openCalendar.documentationString:    \
  2985. Open the personal calendar window
  2986.  
  2987. *menuBar*openHostOnDemand.labelString:            IBM Host On-Demand
  2988. *menuBar*openHostOnDemand.mnemonic:                I
  2989. *menuBar*openHostOnDemand.acceleratorText:        Alt+7
  2990. *openHostOnDemand.documentationString:    \
  2991. Open the tn3270 window
  2992.  
  2993. *menuBar*openNetcaster.labelString:            Netcaster
  2994. *menuBar*openNetcaster.mnemonic:                e
  2995. *menuBar*openNetcaster.acceleratorText:        Alt+8
  2996. *openNetcaster.documentationString:    \
  2997. Open the Netcaster window
  2998.  
  2999. *menuBar*siteManager.labelString:                LiveWire Site Manager
  3000.  
  3001. *menuBar*toggleTaskbar.labelString:                Dock Component Bar
  3002. *dockTaskbarCmdString:                            Dock Component Bar
  3003. *showTaskbarCmdString:                            Show Component Bar
  3004. *menuBar*toggleTaskbar.mnemonic:    t
  3005. *toggleTaskbar.documentationString:    \
  3006. Show or hide the Component Bar
  3007.  
  3008. *menuBar*openFolders.labelString:                Message Center
  3009. *menuBar*openFolders.mnemonic:                    F
  3010. *menuBar*openFolders.acceleratorText:            Alt+Shift+1
  3011. *openFolders.documentationString:    \
  3012. Open the mail folders and discussion groups window
  3013.  
  3014. *menuBar*openAddrBook.labelString:                Address Book
  3015. *menuBar*openAddrBook.mnemonic:                    A
  3016. *menuBar*openAddrBook.acceleratorText:            Alt+Shift+2
  3017. *openAddrBook.documentationString:    \
  3018. Open the address book
  3019.  
  3020. *menuBar*bookmarksSubmenu.labelString:            Bookmarks
  3021. *menuBar*bookmarksSubmenu.mnemonic:                B
  3022.  
  3023. ! Communicator/Bookmarks Submenu
  3024. *addBookmark.labelString:                        Add Bookmark
  3025. *addBookmark.mnemonic:                            A
  3026. *addBookmark.acceleratorText:                    Alt+K
  3027. *addBookmark.documentationString:    \
  3028. Add the current page to the Bookmarks list
  3029.  
  3030. *menuBar*openBookmarks.labelString:                Edit Bookmarks...
  3031. *menuBar*openBookmarks.mnemonic:                E
  3032. *menuBar*openBookmarks.acceleratorText:            Alt+B
  3033. *openBookmarks.documentationString:    \
  3034. Edit the Bookmarks list
  3035.  
  3036. *menuBar*fileBookmarksSubmenu.labelString:      File Bookmark
  3037. *menuBar*fileBookmarksSubmenu.mnemonic:            F
  3038. *fileBookmarksSubmenu.documentationString:    \
  3039. File the current page in a Bookmarks folder
  3040.  
  3041. *menuBar*placesSubmenu.labelString:                Guide
  3042. *menuBar*placesSubmenu.mnemonic:                G
  3043.  
  3044. ! Communicator/Bookmarks/Guide Submenu
  3045. *menuBar*inetIndex.labelString:        The Internet
  3046. *menuBar*inetIndex.mnemonic:        I
  3047.  
  3048. *menuBar*inetWhite.labelString:        People
  3049. *menuBar*inetWhite.mnemonic:        P
  3050.  
  3051. *menuBar*inetYellow.labelString:    Yellow Pages
  3052. *menuBar*inetYellow.mnemonic:        Y
  3053.  
  3054. *menuBar*whatsNew.labelString:        What's New?
  3055. *menuBar*whatsNew.mnemonic:            N
  3056.  
  3057. *menuBar*whatsCool.labelString:        What's Cool?
  3058. *menuBar*whatsCool.mnemonic:        C
  3059. ! end Communicator/Bookmarks/Guide Submenu
  3060.  
  3061. ! end Communicator/Bookmarks Submenu
  3062.  
  3063. *menuBar*openHistory.labelString:                History
  3064. *menuBar*openHistory.mnemonic:                    H
  3065. *menuBar*openHistory.acceleratorText:            Alt+H
  3066. *openHistory.documentationString:        Open the history window
  3067.  
  3068. *menuBar*javaConsole.labelString:                Java Console
  3069. *menuBar*javaConsole.mnemonic:                    J
  3070. *javaConsole.documentationString:        Open the Java Console
  3071.  
  3072. *menuBar*viewSecurity.labelString:                Security Info
  3073. *menuBar*viewSecurity.mnemonic:                    S
  3074. *menuBar*viewSecurity.acceleratorText:            Alt+Shift+I
  3075. *viewSecurity.documentationString:    \
  3076. Show security information for this page
  3077.  
  3078. !===========
  3079.   Help Menu
  3080. !===========
  3081.  
  3082. *menuBar*manual.labelString:    Help Contents
  3083. *menuBar*manual.mnemonic:        H
  3084. *manual.documentationString: Help manual
  3085.  
  3086. *menuBar*relnotes.labelString:        Release Notes
  3087. *menuBar*relnotes.mnemonic:        R
  3088. *relnotes.documentationString:    \
  3089. Information about the version of Communicator you are running
  3090.  
  3091. *menuBar*productInfo.labelString:    Product Support & Info
  3092. *productInfo.documentationString:    \
  3093. Product support and information
  3094.  
  3095. *menuBar*feedback.labelString:        How to Give Feedback
  3096. *menuBar*feedback.mnemonic:        G
  3097. *feedback.documentationString:    \
  3098. Instructions on how to give feedback about Netscape
  3099.  
  3100. *menuBar*intl.labelString:            For International Users
  3101. *intl.documentationString:    \
  3102. Information on running Netscape for international users
  3103.  
  3104. *menuBar*aboutSecurity.labelString:    On Security
  3105. *menuBar*aboutSecurity.mnemonic:    O
  3106. *aboutSecurity.documentationString:    \
  3107. Information regarding security on the Internet
  3108.  
  3109. *menuBar*registration.labelString:    Register Now
  3110. *menuBar*registration.mnemonic:        I
  3111. *registration.documentationString:    \
  3112. Product registration
  3113.  
  3114. *menuBar*upgrade.labelString:        Software
  3115. *menuBar*upgrade.mnemonic:        t
  3116. *upgrade.documentationString:    \
  3117. Download Netscape software and upgrades
  3118.  
  3119. *menuBar*services.labelString:        Netscape Direct
  3120.  
  3121. *menuBar*aboutUsenet.labelString:    Netiquette
  3122.  
  3123. *menuBar*aboutplugins.labelString:    About Plug-ins
  3124. *menuBar*aboutplugins.mnemonic:        P
  3125. *aboutplugins.documentationString:    \
  3126. Information about your plug-ins
  3127.  
  3128. *menuBar*aboutfonts.labelString:    About Font Displayers
  3129. *menuBar*aboutfonts.mnemonic:        D
  3130.  
  3131. *menuBar*about.labelString:        About Communicator
  3132. *menuBar*aboutLite.labelString:        About Navigator
  3133. *menuBar*about.mnemonic:        A
  3134. *about.documentationString:    \
  3135. Show product information, version number, and copyright
  3136.  
  3137. !==============
  3138.   end of menus
  3139. !==============
  3140.  
  3141. ! Leftovers, old, and duplicates...
  3142.  
  3143. *hideMenubarCmdString:        Hide Menubar
  3144. *showMenubarCmdString:        Show Menubar
  3145.  
  3146. *viewMailFilter.labelString:                Mail Filters
  3147.  
  3148. ! Mail filter stuff
  3149.  
  3150. *filterDialog*form*orderBox*orderLabel.labelString:    Filter\norder
  3151. *filterDialog*form*newFilter.labelString:        New Filter
  3152. *filterDialog*form*editFilter.labelString:        Edit Filter
  3153. *filterDialog*form*delFilter.labelString:        Delete Filter
  3154. *filterDialog*form*javaScript.labelString:        Java Script
  3155. *filterDialog*form*logbtn.labelString:            Log filter use
  3156. *filterDialog*form*viewLog.labelString:            View Log
  3157. *filterDialog*form*okbtn.labelString:            OK
  3158. *filterDialog*form*cancelbtn.labelString:        Cancel
  3159.  
  3160. *editFilterDialog*filterLabel.labelString: Filter name:
  3161. *editFilterDialog*rulesLabel1.labelString: The
  3162. *editFilterDialog*whereLabel.labelString: of the message
  3163. *editFilterDialog*rulesLabel.labelString: & the
  3164. *editFilterDialog*scriptokbtn.labelString: OK
  3165. *editFilterDialog*scriptokbtn.alignment: ALIGNMENT_CENTER
  3166. *editFilterDialog*scriptcancelbtn.labelString: Cancel
  3167. *editFilterDialog*scriptcancelbtn.alignment: ALIGNMENT_CENTER
  3168. *editFilterDialog*scripteditbtn.labelString: Edit Script
  3169. *editFilterDialog*scripteditbtn.alignment: ALIGNMENT_CENTER
  3170.  
  3171. *editFilterDialog*editContainer*commandGrp*more.labelString: More
  3172. *editFilterDialog*editContainer*commandGrp*fewer.labelString: Fewer
  3173. *editFilterDialog*editContainer*thenLabel.labelString: then
  3174. *editFilterDialog*editContainer*despLabel.labelString: Description:
  3175. *editFilterDialog*editContainer*okbtn.labelString: OK
  3176. *editFilterDialog*editContainer*cancelbtn.labelString: Cancel
  3177. *editFilterDialog*editContainer*btnForm*statusLabel.labelString: Filter is
  3178.  
  3179. !=============================================================================
  3180. ! MailCompose menubar
  3181. !=============================================================================
  3182.  
  3183. ! Don't limit these to just menubars or else they won't show up
  3184. ! in popups.
  3185. *setPriority.labelString:            Priority    
  3186. *setPriorityHighest.labelString:        Highest
  3187. *setPriorityHigh.labelString:            High
  3188. *setPriorityNormal.labelString:            Normal
  3189. *setPriorityLow.labelString:            Low
  3190. *setPriorityLowest.labelString:            Lowest
  3191. *setPriorityNone.labelString:            None
  3192.  
  3193. *attachFile.labelString:            File...
  3194. *attachFile.mnemonic:                F
  3195. *attachWebPage.labelString:            Web Page...
  3196. *attachWebPage.mnemonic:            W
  3197. *deleteAttachment.labelString:            Delete Attachment
  3198. *deleteAttachment.mnemonic:            D
  3199. *attachAddressBookCard.labelString:        My Address Book Card
  3200. *attachAddressBookCard.mnemonic:        A
  3201.  
  3202. ! Edit Menu
  3203. *menuBar*undoNull.labelString:              Nothing to Undo
  3204. *menuBar*undoTyping.labelString:            Undo Typing
  3205. *menuBar*undoAddText.labelString:           Undo Add Text
  3206. *menuBar*undoDeleteText.labelString:        Undo Delete Text
  3207. *menuBar*undoCut.labelString:               Undo Cut
  3208. *menuBar*undoPasteText.labelString:         Undo Paste Text
  3209. *menuBar*undoPasteHTML.labelString:         Undo Paste HTML
  3210. *menuBar*undoPasteHREF.labelString:         Undo Paste HREF
  3211. *menuBar*undoChangeAttributes.labelString:  Undo Change Attributes
  3212. *menuBar*undoIndent.labelString:            Undo Indent
  3213. *menuBar*undoParagraphAlign.labelString:    Undo Align Paragraph
  3214. *menuBar*undoMorphContainer.labelString:    Undo Change Paragraph Style
  3215. *menuBar*undoInsertHorizRule.labelString:   Undo Insert Horizontal Rule
  3216. *menuBar*undoSetHorizRuleData.labelString:  Undo Set Horizontal Rule Data
  3217. *menuBar*undoInsertImage.labelString:       Undo Insert Image
  3218. *menuBar*undoSetImageData.labelString:      Undo Set Image Data
  3219. *menuBar*undoInsertBreak.labelString:       Undo Insert Break
  3220. *menuBar*undoChangePageData.labelString:    Undo Change Page Data
  3221. *menuBar*undoSetMetaData.labelString:       Undo Set Meta Data
  3222. *menuBar*undoDeleteMetaData.labelString:    Undo Delete Meta Data
  3223. *menuBar*undoInsertTarget.labelString:      Undo Insert Target
  3224. *menuBar*undoSetTargetData.labelString:     Undo Set Target Data
  3225. *menuBar*undoInsertUnknownTag.labelString:  Undo Unknown Tag
  3226. *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data
  3227. *menuBar*undoGroupOfChanges.labelString:    Undo Changes
  3228. *menuBar*undoSetListData.labelString:       Undo Set List Data
  3229. *menuBar*undoInsertTable.labelString:        Undo Insert Table
  3230. *menuBar*undoDeleteTable.labelString:        Undo Delete Table
  3231. *menuBar*undoSetTableData.labelString:        Undo Set Table Data
  3232. *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption
  3233. *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data
  3234. *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption
  3235. *menuBar*undoInsertTableRow.labelString:    Undo Insert Row
  3236. *menuBar*undoSetTableRowData.labelString:    Undo Set Row Data
  3237. *menuBar*undoDeleteTableRow.labelString:    Undo Delete Row
  3238. *menuBar*undoInsertTableColumn.labelString: Undo Insert Column
  3239. *menuBar*undoSetTableCellData.labelString:    Undo Set Cell Data
  3240. *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column
  3241. *menuBar*undoInsertTableCell.labelString:    Undo Insert Cell
  3242. *menuBar*undoDeleteTableCell.labelString:    Undo Delete Cell
  3243.  
  3244. *menuBar*redoNull.labelString:              Nothing to Redo
  3245. *menuBar*redoTyping.labelString:            Redo Typing
  3246. *menuBar*redoAddText.labelString:           Redo Add Text
  3247. *menuBar*redoDeleteText.labelString:        Redo Delete Text
  3248. *menuBar*redoCut.labelString:               Redo Cut
  3249. *menuBar*redoPasteText.labelString:         Redo Paste Text
  3250. *menuBar*redoPasteHTML.labelString:         Redo Paste HTML
  3251. *menuBar*redoPasteHREF.labelString:         Redo Paste HREF
  3252. *menuBar*redoChangeAttributes.labelString:  Redo Change Attributes
  3253. *menuBar*redoIndent.labelString:            Redo Indent
  3254. *menuBar*redoParagraphAlign.labelString:    Redo Align Paragraph
  3255. *menuBar*redoMorphContainer.labelString:    Redo Change Paragraph Style
  3256. *menuBar*redoInsertHorizRule.labelString:   Redo Insert Horizontal Rule
  3257. *menuBar*redoSetHorizRuleData.labelString:  Redo Set Horizontal Rule Data
  3258. *menuBar*redoInsertImage.labelString:       Redo Insert Image
  3259. *menuBar*redoSetImageData.labelString:      Redo Set Image Data
  3260. *menuBar*redoInsertBreak.labelString:       Redo Insert Break
  3261. *menuBar*redoChangePageData.labelString:    Redo Change Page Data
  3262. *menuBar*redoSetMetaData.labelString:       Redo Set Meta Data
  3263. *menuBar*redoDeleteMetaData.labelString:    Redo Delete Meta Data
  3264. *menuBar*redoInsertTarget.labelString:      Redo Insert Target
  3265. *menuBar*redoSetTargetData.labelString:     Redo Set Target Data
  3266. *menuBar*redoInsertUnknownTag.labelString:  Redo Unknown Tag
  3267. *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data
  3268. *menuBar*redoGroupOfChanges.labelString:    Redo Changes
  3269. *menuBar*redoSetListData.labelString:       Redo Set List Data
  3270. *menuBar*redoInsertTable.labelString:        Redo Insert Table
  3271. *menuBar*redoDeleteTable.labelString:        Redo Delete Table
  3272. *menuBar*redoSetTableData.labelString:        Redo Set Table Data
  3273. *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption
  3274. *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data
  3275. *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption
  3276. *menuBar*redoInsertTableRow.labelString:    Redo Insert Row
  3277. *menuBar*redoSetTableRowData.labelString:    Redo Set Row Data
  3278. *menuBar*redoDeleteTableRow.labelString:    Redo Delete Row
  3279. *menuBar*redoInsertTableColumn.labelString: Redo Insert Column
  3280. *menuBar*redoSetTableCellData.labelString:    Redo Set Cell Data
  3281. *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column
  3282. *menuBar*redoInsertTableCell.labelString:    Redo Insert Cell
  3283. *menuBar*redoDeleteTableCell.labelString:    Redo Delete Cell
  3284. ! new
  3285.  
  3286.  
  3287. ! View Menu
  3288. *Editor*menuBar*source.labelString:                View Document Source
  3289. *Editor*menuBar*source.mnemonic:                S
  3290. *menuBar*editSource.labelString:            Edit Document Source
  3291. *menuBar*editSource.mnemonic:                    E
  3292. *menuBar*paragraphMarks.labelString:        Display Paragraph Marks
  3293. *menuBar*paragraphMarks.mnemonic:                P
  3294. !*displayTableBoundaries.labelString:           Display Table Boundaries
  3295. *displayTables.labelString:                     Display Tables
  3296. *displayTables.mnemonic:                        T
  3297. ! new
  3298. *menuBar*toggleComposeToolbar.labelString:        Compose Toolbar
  3299. *menuBar*toggleComposeToolbar.mnemonic:            C
  3300. *menuBar*toggleFormatToolbar.mnemonic:            F
  3301. *menuBar*toggleTableBorders.labelString:        Table Borders
  3302. *menuBar*toggleTableBorders.mnemonic:            B
  3303.  
  3304. ! Insert Menu
  3305. ! new
  3306. *menuBar*insertMenu.labelString:                Insert
  3307. *menuBar*insertListMenu.labelString:            List
  3308. *menuBar*insertBulletedList.labelString:        Bulleted List
  3309. *menuBar*insertNumberedList.labelString:        Numbered List
  3310. *insertTableRow.labelString:                    Row
  3311. *insertTableRow.mnemonic:                       R
  3312. *insertTableRow.documentationString:            Insert a new row in the table
  3313. *insertTableColumn.labelString:                 Column
  3314. *insertTableColumn.mnemonic:                    o
  3315. *insertTableColumn.documentationString:        Insert a new column in the table
  3316. *insertTableCell.labelString:                   Cell
  3317. *insertTableCell.mnemonic:                      C
  3318. *insertTableCell.documentationString:           Insert a new cell in the table
  3319.  
  3320. *insertHtml.labelString:                        HTML Tag...
  3321. *insertHtml.mnemonic:                           H
  3322. *insertHtml.documentationString:                \
  3323. Insert an arbitrary HTML Tag at the insertion location
  3324. *insertNonBreakingSpace.labelString:            Non-breaking Space
  3325. *insertNonBreakingSpace.mnemonic:               S
  3326. *insertBreakBelowImage.labelString:             Break below Image(s)
  3327. *insertBreakBelowImage.mnemonic:                B
  3328. *insertLineBreak.labelString:                   New Line Break
  3329. *insertLineBreak.mnemonic:                      L
  3330.  
  3331. ! Insert/Tables pullaside.
  3332. *insertTable.labelString:                    Table...
  3333. *insertTable.mnemonic:                          T
  3334. *insertRow.labelString:                         Row
  3335. *insertRow.mnemonic:                            R
  3336. *insertColumn.labelString:                      Column
  3337. *insertColumn.mnemonic:                         o
  3338. *insertCell.labelString:                        Cell
  3339. *insertCell.mnemonic:                           C
  3340.  
  3341. ! new
  3342. ! Format Menu
  3343. ! Properties Menu
  3344. *menuBar*properties.labelString:            Properties
  3345. *menuBar*textProperties.labelString:        Character Properties
  3346. *menuBar*textProperties.mnemonic:        e
  3347. *menuBar*linkProperties.labelString:        Link Properties
  3348. *menuBar*linkProperties.mnemonic:        L
  3349. *menuBar*imageProperties.labelString:        Image Properties
  3350. *menuBar*imageProperties.mnemonic:        I
  3351. *menuBar*targetProperties.labelString:        Target Properties
  3352. *menuBar*targetProperties.mnemonic:        a
  3353. *menuBar*tableProperties.labelString:        Table Properties
  3354. *menuBar*tableProperties.mnemonic:        T
  3355. *menuBar*hruleProperties.labelString:        Horizontal Line Properties
  3356. *menuBar*hruleProperties.mnemonic:        o
  3357. *menuBar*tagProperties.labelString:            HTML Tag Properties
  3358. *menuBar*tagProperties.mnemonic:        H
  3359. *menuBar*documentProperties.labelString:    Document Properties
  3360. *menuBar*documentProperties.mnemonic:   D
  3361.  
  3362. ! Properties Character Pullaside
  3363. *charProperties.labelString:                Character
  3364. *charProperties.mnemonic:                C
  3365. *charProperties.bold.labelString:            Bold
  3366. *charProperties.bold.acceleratorText:    Alt+B
  3367. *charProperties.bold.mnemonic:            B
  3368. *charProperties.underline.labelString:    Underline
  3369. *charProperties.underline.acceleratorText:    Alt+U
  3370. *charProperties.underline.mnemonic:        U
  3371. *charProperties.italic.labelString:            Italic
  3372. *charProperties.italic.acceleratorText:    Alt+I
  3373. *charProperties.italic.mnemonic:        I
  3374. *charProperties.fixed.labelString:            Fixed Width
  3375. *charProperties.fixed.acceleratorText:    Alt+T
  3376. *charProperties.fixed.mnemonic:            F
  3377. *charProperties.superscript.labelString:    Superscript
  3378. *charProperties.superscript.mnemonic:    p
  3379. *charProperties.subscript.labelString:        Subscript
  3380. *charProperties.subscript.mnemonic:        S
  3381. *charProperties.strikethrough.labelString:    Strikethrough
  3382. *charProperties.strikethrough.mnemonic:    t
  3383. *charProperties.blink.labelString:            Blinking
  3384. *charProperties.blink.mnemonic:         k
  3385. *charProperties.textColor.labelString:        Text Color...
  3386. *charProperties.textColor.mnemonic:        C
  3387. *charProperties.defaultColor.labelString:    Default Color
  3388. *charProperties.defaultColor.mnemonic:    D
  3389. *charProperties.serverJavaScript.labelString: JavaScript (Server)
  3390. *charProperties.serverJavaScript.mnemonic: J
  3391. *charProperties.clientJavaScript.labelString: JavaScript (Client)
  3392. *charProperties.clientJavaScript.mnemonic: v
  3393. *menuBar*charProperties.clearAllStyles.labelString:    Clear All Styles <Alt+K>
  3394. *menuBar*charProperties.clearAllStyles.acceleratorText:    Alt+K
  3395. *menuBar*charProperties.clearAllStyles.mnemonic:    a
  3396. *menuBar*fontSize.labelString:                        Font Size
  3397. *menuBar*fontSize.mnemonic:                S
  3398. *menuBar*paragraphProperties.labelString:            Paragraph
  3399. *menuBar*paragraphProperties.mnemonic:        P
  3400. *menuBar*paragraphProperties.indent.labelString:    Indent one level
  3401. *menuBar*paragraphProperties.indent.acceleratorText:    Tab
  3402. *menuBar*paragraphProperties.indent.mnemonic:           I
  3403. *menuBar*paragraphProperties.outdent.labelString:    Remove one indent level
  3404. *menuBar*paragraphProperties.outdent.acceleratorText:    Shift+Tab
  3405. *menuBar*paragraphProperties.outdent.mnemonic:          R
  3406.  
  3407. ! Properties Font Size PullAside/Toolbar Font Size Popup.
  3408. *characterToolbar*fontSize.marginWidth:                0
  3409. *characterToolbar*fontSize.marginHeight:            0
  3410. *composeToolbar*fontSize.marginWidth:                0
  3411. *composeToolbar*fontSize.marginHeight:                0
  3412. *fontSize.XmPushButtonGadget.labelType: STRING
  3413. *fontSize.minusTwo.labelString:                     -2
  3414. *fontSize.minusOne.labelString:                     -1
  3415. *fontSize.plusZero.labelString:                      +0
  3416. *fontSize.plusZero.mnemonic:                 0
  3417. *fontSize.plusOne.labelString:                      +1
  3418. *fontSize.plusOne.mnemonic:                  1
  3419. *fontSize.plusTwo.labelString:                      +2 
  3420. *fontSize.plusTwo.mnemonic:                  2
  3421. *fontSize.plusThree.labelString:                    +3
  3422. *fontSize.plusThree.mnemonic:                3
  3423. *fontSize.plusFour.labelString:                     +4
  3424. *fontSize.plusFour.mnemonic:                 4
  3425.  
  3426. ! Properties Paragraph PullAside/Toolbar Properties Popup.
  3427. *composeToolbar*paragraphProperties.marginWidth:    0
  3428. *composeToolbar*paragraphProperties.marginHeight:    0
  3429. *paragraphProperties.XmPushButtonGadget.labelType:    STRING
  3430. *normal.labelString:              Normal
  3431. *normal.mnemonic:                N
  3432. *headingOne.labelString:        Heading 1
  3433. *headingOne.mnemonic:            1
  3434. *headingTwo.labelString:        Heading 2
  3435. *headingTwo.mnemonic:            2
  3436. *headingThree.labelString:        Heading 3
  3437. *headingThree.mnemonic:            3
  3438. *headingFour.labelString:        Heading 4
  3439. *headingFour.mnemonic:            4
  3440. *headingFive.labelString:        Heading 5
  3441. *headingFive.mnemonic:            5
  3442. *headingSix.labelString:        Heading 6
  3443. *headingSix.mnemonic:            6
  3444. *address.labelString:            Address
  3445. *address.mnemonic:                A
  3446. *formatted.labelString:            Formatted
  3447. *formatted.mnemonic:            F
  3448. *listItem.labelString:            List Item
  3449. *listItem.mnemonic:                L
  3450. *descriptionItem.labelString:    Description Title
  3451. *descriptionItem.mnemonic:        T
  3452. *descriptionText.labelString:    Description Text
  3453. *descriptionText.mnemonic:        x
  3454.  
  3455. ! Tools menu
  3456. ! Options Menu
  3457. *menuBar*editorPrefs.labelString:    Editor Preferences...
  3458. *menuBar*editorPrefs.mnemonic:        E
  3459. *Editor*menuBar*showToolbar.labelString:    Show File/Edit Toolbar
  3460. *Editor*menuBar*showToolbar.mnemonic:    T
  3461. *menuBar*showCharacter.labelString:    Show Character Toolbar
  3462. *menuBar*showCharacter.mnemonic:    C
  3463. *menuBar*showParagraph.labelString:    Show Paragraph Toolbar
  3464. *menuBar*showParagraph.mnemonic:    P
  3465.  
  3466. ! Windows Menu
  3467. *menuBar*netBrowser.labelString:    Netscape Browser
  3468.  
  3469. !=============
  3470.   Popup Menus
  3471. !=============
  3472.  
  3473. *popup*composeMessage.labelString:    New Message
  3474. *popup*composeMessage.mnemonic:    M
  3475. !*popup*composeMessage.acceleratorText:    Alt+M
  3476. !
  3477. *popup*viewProperties.labelString:       Card Properties
  3478. *popup*viewProperties.mnemonic:           s
  3479. !
  3480. *popup*abDeleteEntry.labelString:        Delete
  3481. *popup*abDeleteEntry.mnemonic:            D
  3482. *popup*abDeleteEntry.acceleratorText:     Alt+D
  3483. !
  3484. *popup*addToAddressBook.labelString:     New Card...
  3485. *popup*addToAddressBook.mnemonic:         w
  3486. *popup*abNewList.labelString:           New List...
  3487. *popup*abNewList.mnemonic:                L
  3488. !
  3489. *popup*saveMessagesAs.labelString:      Save As...
  3490. *popup*saveMessagesAs.mnemonic:         S
  3491. *popup*saveMessagesAs.acceleratorText:  Alt+S
  3492.  
  3493. ! These are std Mail folder names.
  3494. *popup*sentMail.labelString:                Sent
  3495. *popup*sentMail.mnemonic:                S
  3496.  
  3497. *popup*inbox.labelString:                Inbox
  3498. *popup*inbox.mnemonic:                    I
  3499.  
  3500. *popup*trash.labelString:                Trash
  3501. *popup*trash.mnemonic:                    T
  3502.  
  3503. *popup*newFolder.labelString:                New...
  3504. *popup*newFolder.mnemonic:                N
  3505.  
  3506. ! A few Message Center popups:
  3507. *popup*search.labelString:        Search Messages
  3508. *popup*openNewsgroups.labelString:    Open Discussion Groups
  3509. *popup*updateMessageCount.labelString:    Update Message Count
  3510.  
  3511. ! These are only in the threads window popup:
  3512. *popup*ignoreThread.labelString:    Ignore Thread
  3513. *popup*ignoreThread.mnemonic:        I
  3514. *popup*watchThread.labelString:        Watch Thread
  3515. *popup*watchThread.mnemonic:        W
  3516. *popup*changePriority.labelString:    Change Priority
  3517. *popup*openSelected.labelString:    Open Message
  3518. *popup*addSenderToAddressBook.labelString:    Add to Address Book
  3519.  
  3520. ! the Mail Message window popup:
  3521. ! many of these don't actually get there because they're
  3522. ! overridden by the backend's allxpstr.h defs.
  3523. *popup*replyToSender.labelString:    Reply To Sender Only
  3524. *popup*replyToSender.mnemonic:        R
  3525. *popup*replyToAll.labelString:        Reply To Sender and All
  3526. *popup*replyToAll.mnemonic:        A
  3527. *popup*replyToNewsgroup.labelString:        Reply To Discussion
  3528. *popup*replyToSenderAndNewsgroup.labelString:        Reply To Sender and Discussion
  3529. *popup*forwardMessage.labelString:    Forward
  3530. *popup*forwardMessage.mnemonic:        a
  3531. *popup*forwardMessageQuoted.labelString:    Forward Quoted
  3532. *popup*forwardMessage.mnemonic:        Q
  3533. ! "Recipients"?  What does that do?  It's in the spec.
  3534.  
  3535. *popup*addToAddrBkSubmenu.labelString:    Add to Address Book
  3536. *popup*addToABSubmenu.labelString:    Add to Address Book
  3537. *popup*addSenderToAddrBk.labelString:    Sender
  3538. *popup*addAllToAddrBk.labelString:    All
  3539.  
  3540. *popup*fileSubmenu.labelString:        File Message
  3541. *popup*deleteMessage.labelString:    Delete Message
  3542. *popup*deleteMessage.mnemonic:        D
  3543. *popup*saveMessage.labelString:        Save Message
  3544. *popup*saveMessage.mnemonic:        v
  3545. *popup*print.labelString:        Print Message...
  3546. *popup*print.mnemonic:            P
  3547.  
  3548. ! Editor Popup Menu
  3549. *popup*textProperties.labelString:      Character Properties
  3550. *popup*textProperties.mnemonic:         x
  3551. *popup*targetProperties.labelString:    Target Properties
  3552. *popup*targetProperties.mnemonic:       a
  3553. *popup*imageProperties.labelString:     Image Properties
  3554. *popup*imageProperties.mnemonic:        I
  3555. *popup*tableProperties.labelString:     Table Properties
  3556. *popup*tableProperties.mnemonic:        T
  3557. *popup*hruleProperties.labelString:     Horizontal Line Properties
  3558. *popup*hruleProperties.mnemonic:        o
  3559. *popup*tagProperties.labelString:       HTML Tag Properties
  3560. *popup*tagProperties.mnemonic:          H
  3561. *popup*paragraphProperties.labelString: Paragraph Properties
  3562. *popup*paragraphProperties.mnemonic:    g
  3563. *popup*documentProperties.labelString:  Document Properties
  3564. *popup*documentProperties.mnemonic:     D
  3565. *popup*insert.labelString:              Insert
  3566. *popup*insert.mnemonic:                 s
  3567. *popup*insertLink.labelString:          Insert Link...
  3568. *popup*insertLink.mnemonic:             n
  3569. *popup*linkProperties.labelString:      Link Properties
  3570. *popup*linkProperties.mnemonic:         n
  3571. *popup*browseLink.labelString:          Open Link in Browser...
  3572. *popup*browseLink.mnemonic:             w
  3573. *popup*browseToLink.labelString:        Browse to: (%s)
  3574. *popup*editLink.labelString:            Open Link in Editor...
  3575. *popup*editLink.mnemonic:               E
  3576. *popup*bookmarkLink.labelString:        Add Link to Bookmarks
  3577. *popup*bookmarkLink.mnemonic:           B
  3578. *popup*copyLink.labelString:            Copy Link Location
  3579. *popup*copyLink.mnemonic:               k
  3580. *popup*removeLink.labelString:          Remove Link
  3581. *popup*removeLink.mnemonic:             R
  3582.  
  3583. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3584. ! Editor toolbar (text only).
  3585. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3586. *toolBar.editDocument.labelString:      Edit
  3587. *toolBar.editorNewBlank.labelString:    New
  3588. *toolBar.editorOpenFile.labelString:    Open...
  3589. *toolBar.save.labelString:              Save
  3590. *toolBar.editorBrowse.labelString:      Browse
  3591. *toolBar.cut.labelString:        Cut
  3592. *toolBar.copy.labelString:        Copy
  3593. *toolBar.paste.labelString:        Paste
  3594. *toolBar.publish.labelString:        Publish
  3595. ! new
  3596. *toolBar.newBlank.labelString:          New
  3597. *newBlank.tipString:                New Page
  3598. *toolBar.openPage.labelString:          Open
  3599. *toolBar.browsePage.labelString:        Browse
  3600. *toolBar.findInObject.labelString:      Find
  3601. *toolBar.insertLink.labelString:        Link
  3602. *toolBar.insertTarget.labelString:      Target
  3603. *toolBar.insertImage.labelString:       Image
  3604. *toolBar.insertHorizontalLine.labelString: Line
  3605. *toolBar.insertTable.labelString:       Table
  3606. *toolBar.spellCheck.labelString:        Spell
  3607.  
  3608. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3609. ! Editor dialogs.
  3610. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3611. *textPropertiesDialog_popup.title:            Netscape: Properties
  3612. *textPropertiesDialog.folder.XmForm.marginHeight:         10
  3613. *textPropertiesDialog.folder.XmForm.marginWidth:        10
  3614. *textPropertiesDialog*XmFrame.marginHeight:     2
  3615. *textPropertiesDialog*XmFrame.marginWidth:        2
  3616. *imagePropertiesDialog_popup.title:               Netscape: Properties
  3617. *imagePropertiesDialog.folder.XmForm.marginHeight:         10
  3618. *imagePropertiesDialog.folder.XmForm.marginWidth:        10
  3619. *imagePropertiesDialog*XmFrame.marginHeight:     2
  3620. *imagePropertiesDialog*XmFrame.marginWidth:        2
  3621.  
  3622. ! Properties/Link properties.
  3623. *linkProperties.tabLabelString:    Link
  3624. *linkSourceTitle.labelString:    Link source
  3625. *linkSourceLabel.labelString:        Enter the text of the link:
  3626. *linkToTitle.labelString:        Link to
  3627. *linkToLabel.labelString:        Enter link to a page location or local file:
  3628. *browseFile.labelString:        Browse File...
  3629. *linkTarget.labelString:        \
  3630. Link to a named target in specified document(optional)
  3631. *showTargets.labelString:        Show targets in: 
  3632. *currentDocument.labelString:    Current document
  3633. *selectedFile.labelString:        Selected file
  3634. *linkProperties*targetText.height:                100
  3635.  
  3636. ! Properties/Character properties:
  3637. *characterProperties.tabLabelString:    Character
  3638. *colorTitle.labelString:        Color
  3639. *colorLabel.labelString:        Current color:
  3640. *default.labelString:            Document's default color
  3641. *custom.labelString:            Custom color
  3642. *chooseColor.labelString:        Choose Color...
  3643. *colorText.labelString:            Selected text will be set to the chosen color.
  3644. *sizeTitle.labelString:            Size
  3645. *sizeText.labelString:            Each paragraph style has\nits own default size.
  3646. *styleTitle.labelString:        Style
  3647. *clearStyles.labelString:        Clear Style Settings
  3648. *characterProperties*clearStyles.marginWidth:    10
  3649. *characterProperties*clearStyles.marginHeight:    5
  3650. *characterProperties*clearStyles.leftOffset:    30
  3651. *characterProperties*clearStyles.rightOffset:    30
  3652. *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM
  3653. *characterProperties*clearStyles.bottomOffset:    5
  3654. *characterProperties*javaFrame.leftOffset:        10
  3655. *characterProperties*sizeFrame.leftOffset:        10
  3656. *javaTitle.labelString:            Java Script
  3657. *java*client.labelString:        Client
  3658. *java*server.labelString:        Server
  3659. *clearAll.labelString:            Clear All Settings
  3660. *characterProperties*clearAll.marginWidth:        10
  3661. *characterProperties*clearAll.marginHeight:        5
  3662. *characterProperties*clearAll.topOffset:        20
  3663. *characterProperties*clearAll.leftOffset:        15
  3664. *characterProperties*clearAll.rightOffset:        15
  3665.  
  3666. ! Properties/Paragraph properties:
  3667. *paragraphProperties.tabLabelString: Paragraph
  3668. *styleLabel.labelString:            Paragraph style:
  3669. *additionalLabel.labelString:        Additional style:
  3670. *additional*default.labelString:    Default
  3671. *additional*list.labelString:        List
  3672. *additional*blockQuote.labelString:    Block quote
  3673. *listTitle.labelString:                List
  3674. *listLabel.labelString:                Style:
  3675. *numbered.labelString:                Numbered
  3676. *unnumbered.labelString:            Unnumbered
  3677. *directory.labelString:                Directory
  3678. *menu.labelString:                    Menu
  3679. *description.labelString:            Description
  3680. *automatic.labelString:                Automatic
  3681. *digital.labelString:                1,2,3,4,5..
  3682. *lowerRoman.labelString:            i,ii,iii,iv,v..
  3683. *upperRoman.labelString:            I,II,III,IV,V..
  3684. *lowerAlpha.labelString:            a,b,c,d,e..
  3685. *upperAlpha.labelString:            A,B,C,D,E..
  3686. *solidCircle.labelString:            Solid Circle
  3687. *openCircle.labelString:            Open Circle
  3688. *openSquare.labelString:            Open Square
  3689. *startLabel.labelString:            Starting number
  3690. *startText.columns:                    4
  3691. *spaceAvailable.labelString:        This Space Available
  3692. *paragraphProperties*spaceAvailable.topOffset:    40
  3693. *paragraphProperties*spaceAvailable.leftOffset:    150
  3694.  
  3695. ! Properties/Image properties:
  3696. *imageProperties.tabLabelString:    Image
  3697. *imageFileTitle.labelString:        \
  3698. Image location - Enter a remote URL or local file:
  3699. *chooseFile.labelString:            Choose File...
  3700. *browse.labelString:                Browse...
  3701. *alternativeImageTitle.labelString:    Alternative representations (optional):
  3702. *alternativeImageLabel.labelString:    Image:
  3703. *alternativeTextLabel.labelString:    Text:
  3704. *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
  3705. *alignmentTitle.labelString:        Text alignment and wrapping around images
  3706. *alignmentInfoLabel.labelString:    \
  3707. To see wrapped text, view page in Browse window.
  3708. *imageSpaceTitle.labelString:        Space around image
  3709. *imageProperties.imageSpaceFrame.leftOffset:    10
  3710. *leftRightLabel.labelString:        Left and right:
  3711. *topBottomLabel.labelString:        Top and Bottom:
  3712. *solidBorderLabel.labelString:        Solid Border:
  3713. *originalSize.labelString:            Original Size
  3714. *customSize.labelString:            Custom Size
  3715. *constrain.labelString:                Constrain
  3716. *copyImage.labelString:                Copy image to document location
  3717. *leaveImage.labelString:            Leave image at the original location
  3718. *useAsBackground.labelString:        Use as background
  3719. *removeImageMap.labelString:        Remove Image Map
  3720. *editImage.labelString:                Edit Image
  3721.  
  3722. ! Horizontal Line Properties
  3723. *horizontalLineProperties_popup.title: Netscape: Horizontal Line
  3724. *dimensionsTitle.labelString:        Dimensions
  3725. *horizontalLineProperties*XmFrame.marginWidth:  10
  3726. *horizontalLineProperties*XmFrame.marginHeight: 10
  3727. *heightLabel.labelString:            Height:
  3728. *heightText.columns:                4
  3729. *pixels.labelString:                pixels
  3730. *widthLabel.labelString:            Width:
  3731. *widthText.columns:                    4
  3732. *percent.labelString:                % of window
  3733. *alignTitle.labelString:            Align
  3734. *left.labelString:                    Left
  3735. *center.labelString:                Center
  3736. *right.labelString:                Right
  3737. *threeDShading.labelString:            3-D shading
  3738.  
  3739. ! Document Properties & Editor Preferences/Appearance
  3740. *appearanceProperties.tabLabelString:                Colors and Background
  3741. *documentPropertiesDialog_popup.title:    Netscape: Document Properties
  3742. *editorPreferencesDialog_popup.title:    Netscape: Editor Preferences
  3743. *folder*appearance.marginHeight:     10
  3744. *folder*appearance.marginWidth:        10
  3745. *folder*appearance*XmFrame.marginHeight: 2
  3746. *folder*appearance*XmFrame.marginWidth:    2
  3747. *appearance*custom.labelString:        Use custom colors
  3748. *appearance*browser.labelString:        \
  3749. Use the Browser's color settings
  3750. *schemesTitle.labelString:        Color schemes
  3751. *save.labelString:            Save
  3752. *remove.labelString:            Remove
  3753. *documentColorsTitle.labelString:    Document colors
  3754. *documentPropertiesDialog*previewFrame.marginHeight:     0
  3755. *documentPropertiesDialog*previewFrame.marginWidth:    0
  3756. *appearance*normal.labelString:            Normal text...
  3757. *appearance*link.labelString:            Link text...
  3758. *appearance*active.labelString:            Active Link text...
  3759. *appearance*followed.labelString:        Followed Link text...
  3760. *appearance*background.labelString:        Background...
  3761. *appearance*backgroundInfo.labelString:        Background image will override color.
  3762. *appearance*preview.normal.labelString: Normal text
  3763. *appearance*preview.link.labelString:    Link text
  3764. *appearance*preview.active.labelString:  Active (selected) link
  3765. *appearance*preview.followed.labelString: Followed (visited) link
  3766. *appearance*preview*normalLabelString: Normal text
  3767. *appearance*preview*linkLabelString:    Link text
  3768. *appearance*preview*activeLabelString:  Active (selected) link
  3769. *appearance*preview*followedLabelString: Followed (visited) link
  3770. *backgroundImageTitle.labelString:            Background image
  3771. *browseImageFile.labelString:                Browse for File...
  3772. *solid.labelString:            Solid color
  3773. *useImage.labelString:                Use Image
  3774. *choose.labelString:            Choose Color...
  3775. *documentPropertiesDialog*appearance*infoLabel.labelString:    \
  3776. These settings will be applied to the current document.
  3777. *editorAppearance*appearance*infoLabel.labelString:    \
  3778. These settings will be applied to new documents, not the current.
  3779.  
  3780. ! Document Properties/General
  3781. *generalProperties.tabLabelString:    General
  3782. *folder*general.marginHeight:         10
  3783. *folder*general.marginWidth:        10
  3784. *locationLabel.labelString:            Location:
  3785. *titleLabel.labelString:            Title:
  3786. *authorLabel.labelString:            Author:
  3787. *descriptionLabel.labelString:        Description:
  3788. *createdLabel.labelString:            Creation date:
  3789. *updatedLabel.labelString:            Last updated:
  3790. *otherAttributesTitle.labelString:    Other attributes
  3791. *infoLabel.labelString:                \
  3792. Use commas to separate multiple words or phrases.
  3793. *keywordsLabel.labelString:            Keywords:
  3794. *classificationLabel.labelString:    Classification:
  3795.  
  3796. ! Document Properties/Advanced
  3797. *advanced.tabLabelString:            Advanced
  3798. *folder*advanced.marginHeight:         10
  3799. *folder*advanced.marginWidth:        10
  3800. *systemLabel.labelString:        Netscape system variables (HTTP-EQUIV):
  3801. *userLabel.labelString:            User variables (META):
  3802. *nameLabel.labelString:            Name:
  3803. *valueLabel.labelString:        Value:
  3804. *delete.labelString:            Delete
  3805. *set.labelString:            Set
  3806. *new.labelString:            New
  3807.  
  3808. ! Target Properties
  3809. *targetPropertiesDialog_popup.title:     Netscape: Target Properties
  3810. *targetLabel.labelString:                Enter a name for this target:
  3811.  
  3812. ! Html Properties
  3813. *htmlPropertiesDialog_popup.title:     Netscape: HTML Tag
  3814. *htmlPropertiesInfo.labelString:    \
  3815. Enter tag name and any attributes or parameters for one tag only.
  3816. *htmlPropertiesDialog.Apply.labelString:    Verify
  3817. *htmlPropertiesDialog.ApplyLabelString:     Verify
  3818.  
  3819. ! Editor Preferences/General
  3820. *generalPreferences.tabLabelString:    General
  3821. *authorTitle.labelString:        Author name
  3822. *externalTitle.labelString:        External editors
  3823. *htmlLabel.labelString:            HTML source:
  3824. *imageLabel.labelString:        Image:
  3825. *templateTitle.labelString:        New document template
  3826. *templateInfo.labelString:        \
  3827. This page will open when you select from menu:\n\
  3828. File/New Document/From Template.
  3829. *restoreDefault.labelString:        Restore default
  3830. *autosaveTitle.labelString:        Auto Save
  3831. *autosaveEnable.labelString:    Automatically save document every:
  3832. *minutes.labelString:            minutes
  3833.  
  3834. ! Editor/Tables Properties&Create
  3835. *table.tabLabelString:            Table
  3836. *row.tabLabelString:            Row
  3837. *cell.tabLabelString:            Cell
  3838. *tableCreateDialog_popup.title:                Netscape: New Table Properties
  3839. *tablePropertiesDialog_popup.title:         Netscape: Table Properties
  3840. *tableRowsLabel.labelString:                Number of rows:
  3841. *tableColumnsLabel.labelString:                Number of columns:
  3842. *attributesTitle.labelString:                Attributes
  3843. *tableAlignmentTitle.labelString:            Table alignment
  3844. *borderLineWidthLabel.labelString:            Border line width
  3845. *borderLineWidthUnits.labelString:            pixels
  3846. *cellSpacingLabel.labelString:                Cell spacing
  3847. *cellSpacingUnits.labelString:                pixels between cells
  3848. *cellPaddingLabel.labelString:                Cell padding
  3849. *cellPaddingUnits.labelString:                   pixel space within cells
  3850. *tableWidthToggle.labelString:                Table width
  3851. *tableHeightToggle.labelString:                Table min. height
  3852. *tableColorToggle.labelString:                Table color
  3853. *captionToggle.labelString:                Include caption
  3854. *above.labelString:                    above
  3855. *below.labelString:                    below table
  3856. *tableWidthUnits.marginWidth:                0
  3857. *tableWidthUnits.marginHeight:                0
  3858. *tableHeightUnits.marginWidth:                0
  3859. *tableHeightUnits.marginHeight:                0
  3860. *captionUnits.marginWidth:                0
  3861. *captionUnits.marginHeight:                0
  3862. *textAlignmentTitle.labelString:            Text alignment
  3863. *horizontalLabel.labelString:                Horizontal
  3864. *verticalLabel.labelString:                Vertical
  3865. *textAlignment*default.labelString:            Default
  3866. *textAlignment*left.labelString:            Left
  3867. *textAlignment*right.labelString:            Right
  3868. *textAlignment*center.labelString:            Center
  3869. *textAlignment*top.labelString:                Top
  3870. *textAlignment*bottom.labelString:            Bottom
  3871. *textAlignment*baselines.labelString:            Baselines
  3872. *tableAlignmentBox*left.labelString:            Left
  3873. *tableAlignmentBox*right.labelString:            Right
  3874. *tableAlignmentBox*center.labelString:            Center
  3875. *rowColorToggle.labelString:                Row color
  3876. *textOtherTitle.labelString:                Text
  3877. *headerStyle.labelString:                Header style
  3878. *nonBreaking.labelString:                Nonbreaking
  3879. *cellRowsLabel.labelString:                Cell spans
  3880. *cellColumnsLabel.labelString:                row(s), and 
  3881. *cellColumnsUnits.labelString:                column(s)
  3882. *cellWidthToggle.labelString:                Cell width
  3883. *cellHeightToggle.labelString:                Cell min. height
  3884. *cellColorToggle.labelString:                Cell color
  3885. *percentOfCell.labelString:                % of parent cell
  3886. *percentOfWindow.labelString:            % of window
  3887. *cancel.cancelLabelString:              Cancel
  3888. *cancel.closeLabelString:               Close
  3889. *Cancel.cancelLabelString:              Cancel
  3890. *Cancel.closeLabelString:               Close
  3891. *borderLineWidth.labelString:           Border Line Width
  3892. *equalColumnWidth.labelString:          Equal Column Widths
  3893. *backgroundTitle.labelString:           Background
  3894. *backgroundAttributes.useColor.labelString: Use Color:
  3895. *backgroundAttributes.useImage.labelString: Use Image:
  3896. *backgroundAttributes.chooseImage.labelString: Choose Image...
  3897.  
  3898. ! Editor Preferences/Publish
  3899. *publishPreferences.tabLabelString:    Publish
  3900. *folder*publish.marginHeight:         10
  3901. *folder*publish.marginWidth:        10
  3902. *linksAndImagesTitle.labelString:    Links and images
  3903. *linksAndImagesLabel.labelString:    \
  3904. When saving remote documents, and when inserting links and images:
  3905. *linksToggle.labelString:        Maintain links
  3906. *linksInfo.labelString:            \
  3907. Adjust links to work from the document's location. (Links to local\n\
  3908. documents will work when local versions exist).
  3909. *imagesToggle.labelString:        Keep images with document
  3910. *imagesInfo.labelString:        \
  3911. Save copies of images to the document's location.\n\
  3912. Images will always appear in local versions of the document and\n\
  3913. when document is published.
  3914. *linksAndImagesTip.labelString:        \
  3915. Tip: Set both options if you will be using remote publishing.
  3916. *publishTitle.labelString:        Default publishing location
  3917. *publishLabel.labelString:        Publish to (FTP or HTTP):    
  3918. *browseLabel.labelString:        Browse to (HTTP):
  3919. *usernameLabel.labelString:        User name:
  3920. *passwordLabel.labelString:        Password:
  3921. *savePassword.labelString:        Save password
  3922.  
  3923. ! Publish Files dialog box
  3924. *publishFilesDialog_popup.title:     Netscape: Publish Files
  3925. *localFilesTitle.labelString:        Local files
  3926. *localFiles.publishLabel.labelString:    Publish:
  3927. *includeLabel.labelString:        Include files:
  3928. *includeImages.labelString:        Files associated with this page
  3929. *includeAll.labelString:        All files in directory
  3930. *selectNone.labelString:        Select None
  3931. !
  3932. !
  3933. *titleFrameTitle.labelString:    Page Title
  3934. *publishLocationTitle.labelString:    Publishing location
  3935. *publishLocation.publishLabel.labelString:    \
  3936. Upload files to this location (FTP or HTTP):
  3937. *useDefault.labelString:        Use Default Location
  3938. ! bogus url alert default button:
  3939. *publishFilesDialog_popup.question_popup.dialog.defaultButtonType:    \
  3940. dialog_cancel_button
  3941.  
  3942. *hintDialog_popup.title:        Netscape: Hint
  3943. *dontDisplayAgain.labelString:    Don't display this message again.
  3944. *hintDialog.dontDisplayAgainRow.marginWidth: 9
  3945.  
  3946. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3947. ! Editor popups.
  3948. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3949. ! Color Picker
  3950. *setColors_popup.title:                         Netscape: Set Colors
  3951. *standardColorsTitle.labelString:               Standard Colors
  3952. *colorPicker*oldSample.labelString:             Old
  3953. *colorPicker*newSample.labelString:             New
  3954. *colorPicker*swatches.tabLabelString:           Swatches
  3955. *colorPicker*rgb.tabLabelString:                Rgb
  3956. *colorPicker*rgb*unitsMenu.decimal.labelString: Decimal
  3957. *colorPicker*rgb*unitsMenu.hex.labelString:     Hexidecimal
  3958. *colorPicker*rgb*unitsMenu.percent.labelString: %
  3959. *colorPicker*defaultColor.labelString:          Default Color
  3960. *colorPicker*otherColor.labelString:            Other Color...
  3961.  
  3962. ! Save Remote Dialog.
  3963. *saveRemote.marginHeight:        10
  3964. *saveRemote.marginWidth:        10
  3965. ! These don't seem to get set by above two lines.
  3966. *saveRemote*infoIcon.marginWidth:    15
  3967. *saveRemote*infoIcon.marginHeight:    15
  3968. *saveRemote_popup.title:        Netscape: Save Remote Document
  3969. *saveRemote*infoText.labelString:    \
  3970. This document is on a remote server.\n\
  3971. You must save it locally before making\n\
  3972. changes.
  3973. *saveRemote*linksTitle.labelString:    Links
  3974. *saveRemote*linksToggle.labelString:    Adjust links to aid in remote publishing
  3975. *saveRemote*linksText.labelString:    \
  3976. Links to other documents in the same location (directory) will work\n\
  3977. locally and when documents are published.\n\
  3978. \n\
  3979. Links to remote sites will not change.
  3980. *saveRemote*imagesTitle.labelString:    Images
  3981. *saveRemote*imagesToggle.labelString:    Save images with document
  3982. *saveRemote*imagesText.labelString:    \
  3983. Images will appear in local versions of the document.
  3984. *saveRemote*save.labelString:        Save
  3985. *saveRemote*cancel.labelString:        Cancel
  3986. *saveRemote*help.labelString:        Help
  3987.  
  3988. ! Confirm Save File(s) Dialog.
  3989. *confirmSaveFiles_popup.title:            Netscape: Confirm Save File
  3990. *confirmSaveFiles.marginHeight:            0
  3991. *confirmSaveFiles.marginWidth:            0
  3992. *yes.labelString:        Yes
  3993. *confirmSaveFiles*yesToAll.labelString:    Yes To All
  3994. *no.labelString:        No
  3995. *confirmSaveFiles*noToAll.labelString:    No To All
  3996. *confirmSaveFiles*cancel.labelString:    Cancel
  3997. *confirmSaveFiles*help.labelString:        Help
  3998. *confirmSaveFiles*defaultButtonShadowThickness:    0
  3999.  
  4000. ! Save/Upload files message dialogs.
  4001. *saveMessageDialog_popup.title:            Saving files
  4002. *uploadMessageDialog_popup.title:        Uploading files
  4003. *imageLoadMessageDialog_popup.title:    Loading image
  4004. *saveMessageDialog.width:               400
  4005. *uploadMessageDialog.width:             400
  4006. *imageLoadMessageDialog.width:          400
  4007.  
  4008. !=============================================================================
  4009. ! Mail/News column titles
  4010. !=============================================================================
  4011. *mailNewsColumns.folderlist.Name:    Name
  4012. *mailNewsColumns.folderlist.Unread:    Unread
  4013. *mailNewsColumns.folderlist.Total:    Total
  4014. *mailNewsColumns.messagelist.Thread:    Thread
  4015. *mailNewsColumns.messagelist.Sender:    Sender
  4016. *mailNewsColumns.messagelist.Subject:    Subject
  4017. *mailNewsColumns.messagelist.Date:    Date
  4018.  
  4019.  
  4020. !=============================================================================
  4021. *toolBar*spacer.marginWidth:        4
  4022.  
  4023. *urlBar*whatsNew.labelString:        What's New?
  4024. *whatsNew.documentationString:        What's New on the net
  4025. *urlBar*whatsCool.labelString:        What's Cool?
  4026. *whatsCool.documentationString:        Cool sites on the net
  4027. *urlBar*inetIndex.labelString:        The Internet
  4028. *inetIndex.documentationString:        Exploring the Net
  4029. *urlBar*inetSearch.labelString:        Net Search
  4030. *inetSearch.documentationString:    Internet Search
  4031. *urlBar*inetWhite.labelString:        People
  4032. *inetWhite.documentationString:        People and Places
  4033. *urlBar*inetYellow.labelString:        Yellow Pages
  4034. *urlBar*upgrade.labelString:        Software
  4035. *urlBar*welcome.labelString:        Welcome
  4036. *urlBar*newsgroups.labelString:        Groups
  4037. *inetAbout.documentationString:        About the Internet
  4038.  
  4039. *toolBar.getNewMail.labelString:    Get Mail
  4040. *toolBar.deleteMessage.labelString:    Delete
  4041. *toolBar.mailNew.labelString:        New Mail Message
  4042. *toolBar.postNew.labelString:        New
  4043. *toolBar.replyToSender.labelString:    Reply
  4044. *toolBar.replyToAll.labelString:    Reply All
  4045. *toolBar.postReply.labelString:        Post Reply
  4046. *toolBar.postAndMailReply.labelString:    Reply
  4047. *toolBar.forwardMessage.labelString:    Forward
  4048. *toolBar.previousUnreadMessage.labelString:Previous
  4049. *toolBar.nextUnreadMessage.labelString:    Next
  4050. *toolBar.markThreadRead.labelString:    Thread
  4051. *toolBar.markAllRead.labelString:    All
  4052.  
  4053. *msgViewAttachPopup*open.labelString:        Open...
  4054. *msgViewAttachPopup*open.mnemonic:        O
  4055. *msgViewAttachPopup*save.labelString:        Save...
  4056. *msgViewAttachPopup*save.mnemonic:        S
  4057. *msgViewAttachPopup*properties.labelString:    Properties...
  4058. *msgViewAttachPopup*properties.mnemonic:    P
  4059.  
  4060. *attachmentProps.dialogTitle:            Attachment
  4061. Netscape*attachmentProps*XmLabelGadget.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4062.  
  4063. *attachmentProps.okLabelString:            Ok
  4064. *attachmentProps*nameLabel.labelString:        Name:
  4065. *attachmentProps*typeLabel.labelString:        Type:
  4066. *attachmentProps*encLabel.labelString:        Encoding:
  4067. *attachmentProps*descLabel.labelString:        Description:
  4068.  
  4069. !=============================================================================
  4070. ! Toolbar for addressbook
  4071. !
  4072. *toolBar.addToAddressBook.labelString:    New Card
  4073. *toolBar.abNewList.labelString:        New List
  4074. *toolBar.deleteABEntry.labelString:    Delete
  4075. *toolBar.toAB.labelString:        To:
  4076. *toolBar.ccAB.labelString:        CC:
  4077. *toolBar.bccAB.labelString:        BCC:
  4078. *toolBar.directoryAB.labelString:    Directory
  4079.  
  4080. !
  4081. *Properties*showSecurBtn.labelString: Show Certificate
  4082. *filterBoxForm.filterPrompt.labelString: Type in the name you are looking for:
  4083. *filterBoxForm.filterInLabel.labelString: in:
  4084. *filterBoxForm.filterSearchBtn.labelString: Search
  4085.  
  4086.  
  4087. !=============================================================================
  4088. ! Toolbar for mail compose
  4089. *toolBar.SendOrSendLater.labelString:    Send
  4090. *toolBar.quoteMessage.labelString:    Quote
  4091. *toolBar.attach.labelString:        Attach
  4092. *toolBar.openAddrBook.labelString:        Address
  4093.  
  4094. !=============================================================================
  4095. ! Turn off beeping on name completion in the address outliner:
  4096. *addressText*verifyBell:        False
  4097.  
  4098. !=============================================================================
  4099. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  4100. *optionsSavedMessage:        Options have been saved.
  4101. *clickToSaveMessage:        Click on the link to save.
  4102. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  4103. *noPreviousURLMessage:        No previous document.
  4104. *noNextURLMessage:        No next document.
  4105. *noHomeURLMessage:        No home document specified.
  4106. *notOverImageMessage:        Not over an image.
  4107. *notOverLinkMessage:        Not over a link.
  4108. *noSearchStringMessage:        Nothing to search for.
  4109. *wrapSearchMessage:         End of document reached; continue from beginning?
  4110. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  4111. *wrapSearchNotFoundMessage:  Search string not found.
  4112. *noAddressesMessage:         No recipients specified.
  4113. *noFileMessage:             No output file specified.
  4114. *noPrintCommandMessage:         No print command specified.
  4115. *overwriteFileMessage:         Overwrite existing file %s?
  4116. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  4117. *bookmarkConflictMessage:    \
  4118.             Bookmark list not saved.\nReload the disk version now?
  4119. *bookmarksNoFormsMessage:    \
  4120.           Cannot add the result of a form submission to the bookmark list.
  4121. *reallyQuitMessage:    Close all windows and exit Netscape?
  4122. *doubleInclusionMessage:    \n\
  4123. The document has already been quoted.\n\
  4124.  \n\
  4125. Are you sure you want to quote it again?\n
  4126.  
  4127. *expireNowMessage:        \
  4128.         This will mark all of your links as unfollowed.\nProceed?
  4129. *clearMemCacheMessage:        \
  4130.     This will remove all the files currently in your memory cache.\nContinue?
  4131. *clearDiskCacheMessage:        \
  4132.     This will remove all the files currently in your disk cache.\nContinue?
  4133.  
  4134. *createCacheDirErrorMessage:    \
  4135. Error: unable to create the persistent cache directory:\n\
  4136.  \n\
  4137.             %s: %s.\n\
  4138.  \n\
  4139. Please set a new disk cache directory from the Advanced/Cache\n\
  4140. section of the`Edit|Preferences...' dialog.\n
  4141.  
  4142. *createdCacheDirMessage:    \
  4143. A directory has been created for use as the disk cache:\n\
  4144.  \n\
  4145.             %s/\n\
  4146.  \n\
  4147. You can change the cache directory in the Advanced/Cache\n\
  4148. section of the`Edit|Preferences...' dialog.\n
  4149.  
  4150. *cacheNotDirMessage:    \
  4151. Error: the directory configured for use as the disk cache\n\
  4152. exists, but is not a directory:\n\
  4153.  \n\
  4154.             %s\n\
  4155.  \n\
  4156. Please set a new disk cache directory using the Advanced/Cache\n\
  4157. section of the`Edit|Preferences...' dialog.\n
  4158.  
  4159. *cacheSuffixMessage:    \
  4160.  \n\
  4161. There should be one disk cache per user, so using a shared\n\
  4162. directory (such as /tmp) is not advised.\n\
  4163.  \n\
  4164. The maximum disk cache size is currently %d kilobytes.\n\
  4165. You can change the cache size in the Advanced/Cache\n\
  4166. section of the`Edit|Preferences...' dialog.\n\
  4167.  \n\
  4168. If you wish to disable disk caching, set the Disk Cache Size\n\
  4169. to 0.  If you do this, documents will continue to be cached\n\
  4170. in memory according to the Memory Cache Size preference,\n\
  4171. but will no longer be cached on disk.  This means that the\n\
  4172. cache will not last from session to session of Netscape.
  4173.  
  4174. *cubeTooSmallMessage:        \
  4175. We were only able to allocate %d cells for the color\n\
  4176. cube to which images are dithered.  As a result, the\n\
  4177. image quality may be poor.\n\
  4178.  \n\
  4179. One way to improve image quality is to exit any other\n\
  4180. color-intensive applications which are running and\n\
  4181. restart Netscape.\n\
  4182.  \n\
  4183. Another way is to run Netscape with the `-install' \n\
  4184. command-line option, which will cause it to use a\n\
  4185. private colormap.  The drawback to this is that on\n\
  4186. some systems, this will result in colormap flashing\n\
  4187. when moving focus to other windows.
  4188.  
  4189. *renameInitFilesMessage:        \
  4190. Preferences files from an older version of Netscape exist;\n\
  4191. This version of Netscape uses the same file formats, but the\n\
  4192. file names have changed.  Would you like us to rename these\n\
  4193. files now?
  4194.  
  4195. *unsentMailMessage:            \
  4196.  Unsent mail messages exist, do you really want to quit without sending them?
  4197.  
  4198. *binaryDocumentMessage:            \
  4199.  This document is binary data; cannot view source.
  4200.  
  4201. ! For Helper App Editor - Delete
  4202. *helperAppDeleteMessage:            \
  4203. Are you sure you want to delete this MIME type? Any future\n\
  4204. files of this type that you encounter will not be recognized\n\
  4205. by Netscape's plug-ins or Netscape's helper applications.
  4206.  
  4207. !=============================================================================
  4208. !*preeditType:                root
  4209. !*Netscape.preeditType:            overthespot
  4210.  
  4211. ! default titles for the TopLevelShell widgets.
  4212. ! note that the title and icon title of Navigator windows are
  4213. ! changed at runtime; these resources won't override that.
  4214. *title:                    Netscape
  4215. *iconName:                Netscape
  4216. *Navigator.title:            Netscape Navigator 4.04
  4217. *MailThread.title:            Netscape Mail & Discussions
  4218. *MailThread.iconName:        Mail & Discussions
  4219.  
  4220.  
  4221. *Download.title:            Netscape Download
  4222. *Download.iconName:            Download
  4223. *Composition.title:            Netscape Message Composition
  4224. *Composition.iconName:        Message Composition
  4225. *bookmarks.title:            Netscape: Bookmarks
  4226. *bookmarks.iconName:        Bookmarks
  4227. *AddressBook.title:            Netscape: Address Book
  4228. *AddressBook.iconName:        Address Book
  4229. *Editor.title:                Netscape: Composer
  4230. *Editor.iconName:            Composer
  4231. *MailFolder.title:            Netscape Message Center
  4232. *MailFolder.iconName:        Msg Center
  4233. *AWTapp.iconName:           Java Console
  4234. *history.iconName:          History
  4235. *MailMsg.iconName:          Message
  4236.  
  4237. ;========================
  4238.   Popup Menu - Navigator
  4239. ;========================
  4240.  
  4241. *popup.title.labelString:        Netscape Commands:
  4242. *popup.openURLNewWindow.labelString:    Open Link in New Window
  4243. *popup.openURLNewWindow.mnemonic:         O
  4244. *popup*openURLNewWindow.acceleratorText:  Button2
  4245. *popup.openFrameNew.labelString:        Open Frame in New Window
  4246. *popup.openFrameNew.mnemonic:             w
  4247. *popup.editLink.labelString:            Open Link in Composer
  4248. *popup.editLink.mnemonic:                 e
  4249. !                                       ------------------------
  4250. ! back
  4251. ! forward
  4252. *reloadNonFrameCmdString:                Reload
  4253. *reloadWithFrameCmdString:                Reload Frame
  4254. *popup.frameReload.mnemonic:             R
  4255. *popup.showImage.labelString:            Show Image
  4256. *popup.showImage.mnemonic:              g
  4257. ! stopLoading
  4258. !                                       ------------------------
  4259. *pageSourceNonFrameCmdString:            View Page Source
  4260. *pageSourceWithFrameCmdString:            View Frame Source
  4261. *popup.framePageSource.mnemonic:         u
  4262. *pageInfoNonFrameCmdString:                View Page Info
  4263. *pageInfoWithFrameCmdString:            View Frame Info
  4264. *popup.framePageInfo.mnemonic:             V
  4265. *openImageCmdString:                    View Image
  4266. *popup.openImage.mnemonic:                 m
  4267. !                                       ------------------------
  4268. *popup.addLinkBookmark.labelString:        Add Bookmark for Link
  4269. *popup.addLinkBookmark.mnemonic:         k
  4270. *popup.addFrameBookmark.labelString:    Add Bookmark for Frame
  4271. *popup.addFrameBookmark.mnemonic:         k
  4272. ! sendPage
  4273. !                                       ------------------------
  4274. *popup.saveURL.labelString:                Save Link As...
  4275. *popup.saveURL.mnemonic:                 S
  4276. *popup.saveURL.acceleratorText:             Shift+Button1
  4277. *popup.saveImage.labelString:               Save Image As...
  4278. *popup.saveImage.mnemonic:                 i
  4279. *popup.saveBGImage.labelString:            Save Background As...
  4280. *popup.saveBGImage.mnemonic:             d
  4281. !                                       ------------------------
  4282. ! 'copy' command defined in editor popup above
  4283. ! 'copyLink' command defined in editor popup above
  4284. *popup.copyImage.labelString:            Copy Image Location
  4285. *popup.copyImage.mnemonic:                 y
  4286.  
  4287.  
  4288. !
  4289. ! Convert from old version file formats
  4290. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  4291. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  4292.  
  4293. !
  4294. ! Convert from old version file formats
  4295. *sendNow_popup*OK.labelString:        Yes
  4296. *sendNow_popup*Cancel.labelString:    No
  4297.  
  4298.  
  4299. ! Mail/News popup menus
  4300. !
  4301. *Mail*popup.title.labelString:        Netscape Mail
  4302. *News*popup.title.labelString:        Netscape Discussions
  4303.  
  4304. ! News open News host dialog
  4305. !
  4306. *News*openNewsHost.title:    Netscape: Open Discussions Host
  4307. *News*openNewsHost*selectionLabelString:    \
  4308.                 Input name and port of discussions host to open:
  4309. *News*openNewsHost*hostLabel.labelString:    Discussions host:
  4310. *News*openNewsHost*hostLabel.alignment:        ALIGNMENT_END
  4311. *News*openNewsHost*portLabel.labelString:    Port:
  4312. *News*openNewsHost*portLabel.leftOffset:    10
  4313. *News*openNewsHost*portLabel.alignment:        ALIGNMENT_END
  4314. *News*openNewsHost*secure.labelString:        Secure
  4315. *News*openNewsHost*secure.topOffset:        10
  4316. *News*openNewsHost*portText.columns:        5
  4317.  
  4318. *history_popup.title:            Netscape: Window History
  4319. *history_popup*listLabelString:        Where You've Been...
  4320. *history_popup*OK.labelString:        Go To
  4321. *history_popup*OkLabelString:        Go To
  4322. *history_popup*Cancel.labelString:    Close
  4323. *history_popup*CancelLabelString:    Close
  4324. *history_popup*Apply.labelString:    Create Bookmark
  4325. *history_popup*ApplyLabelString:    Create Bookmark
  4326.  
  4327. *source_popup.title:                Netscape: View Source
  4328. *source_popup*save.labelString:            Save...
  4329. *source_popup*OK.labelString:            OK
  4330. *source_popup*text.editable:            False
  4331. *source_popup*text.cursorPositionVisible:    False
  4332. *source_popup*text.wordWrap:            True
  4333. *source_popup*text.scrollHorizontal:        False
  4334. *source_popup*urlLabel.labelString:        Location:
  4335. *source_popup*titleLabel.labelString:        Title:
  4336. *source_popup*titleLabel.leftOffset:        0
  4337. *source_popup*titleLabel.rightOffset:        4
  4338. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  4339. *source_popup*urlLabel.topOffset:        0
  4340. *source_popup*urlLabel.leftOffset:        0
  4341. *source_popup*urlLabel.rightOffset:        4
  4342. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  4343. *source_popup*titleText.leftOffset:        0
  4344. *source_popup*titleText.rightOffset:        0
  4345. *source_popup*urlText.leftOffset:        0
  4346. *source_popup*urlText.rightOffset:        0
  4347. *source_popup*text.leftOffset:            0
  4348. *source_popup*text.rightOffset:            0
  4349. *source_popup*XmScrolledWindow.topOffset:    8
  4350. *source_popup*text.columns:            80
  4351. *source_popup*text.rows:            20
  4352.  
  4353. *docinfo_popup.title:                Netscape: Document Information
  4354. *docinfo_popup*OK.labelString:    OK
  4355. *docinfo_popup*titleLabel.labelString:        Title:
  4356. *docinfo_popup*urlLabel.labelString:        Location:
  4357. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  4358. *docinfo_popup*sourceLabel.labelString:        Source:
  4359. *docinfo_popup*charsetLabel.labelString:    Encoding:
  4360. *docinfo_popup*dpyLabel.labelString:        Visual:
  4361. *docinfo_popup*securityFrame.label.labelString:    Security Information
  4362. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  4363. *docinfo_popup*certificateText.columns:        60
  4364. *docinfo_popup*certificateText.rows:        6
  4365. *docinfo_popup*certificateText.wordWrap:    True
  4366. *docinfo_popup*certificateText.scrollHorizontal:False
  4367. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  4368. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  4369. *docinfo_popup*securityText.wordWrap:        True
  4370. *docinfo_popup*securityText.scrollHorizontal:    False
  4371. *docinfo_popup*urlLabel.topOffset:        0
  4372. *docinfo_popup*urlLabel.leftOffset:        0
  4373. *docinfo_popup*urlLabel.rightOffset:        4
  4374. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  4375. *docinfo_popup*titleLabel.leftOffset:        0
  4376. *docinfo_popup*titleLabel.rightOffset:        4
  4377. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  4378. *docinfo_popup*modifiedLabel.topOffset:        0
  4379. *docinfo_popup*modifiedLabel.leftOffset:    0
  4380. *docinfo_popup*modifiedLabel.rightOffset:    4
  4381. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  4382. *docinfo_popup*charsetLabel.topOffset:        0
  4383. *docinfo_popup*charsetLabel.leftOffset:        0
  4384. *docinfo_popup*charsetLabel.rightOffset:    4
  4385. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  4386. *docinfo_popup*sourceLabel.topOffset:        0
  4387. *docinfo_popup*sourceLabel.leftOffset:        0
  4388. *docinfo_popup*sourceLabel.rightOffset:        4
  4389. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  4390. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  4391. *docinfo_popup*dpyLabel.topOffset:        5
  4392. *docinfo_popup*dpyLabel.leftOffset:        0
  4393. *docinfo_popup*dpyLabel.rightOffset:        4
  4394. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  4395. *docinfo_popup*dpyText.rows:            3
  4396. *docinfo_popup*dpyText.columns:            48
  4397. *invalidLangTagFormatMsg:        \
  4398. Invalid Language/Country Tag format.\n\n\
  4399. The format is: 'Aaaaa/Bbbbb [xx-YY]' where:    \n\
  4400.     'Aaaa/Bbbb' is the Language/Country (optional, not used)\n\
  4401.     '[' and ']' bracket the tag (required, spaces not allowed between these) \n\
  4402.     'xx' specifies the language (required)\n\
  4403.     '-YY' specifies the Country (optional)
  4404.  
  4405. *invalidLangTagFormatDialogTitle:    Invalid Tag Format
  4406.  
  4407. *docinfo_popup*titleText.columns:        40
  4408. *docinfo_popup*securityFrame.topOffset:        10
  4409. *docinfo_popup*keyDescLabel.leftOffset:        14
  4410. *docinfo_popup*keyDescLabel.rightOffset:    14
  4411. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  4412. *docinfo_popup*certificateLabel.leftOffset:    10
  4413. *docinfo_popup*certificateLabel.rightOffset:    10
  4414. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  4415. *docinfo_popup*securityLabel.leftOffset:    14
  4416. *docinfo_popup*securityLabel.rightOffset:    14
  4417. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  4418. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  4419. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  4420.  
  4421. *docinfo*noSecurityMessage:\
  4422. This version of Netscape does not have security built in.
  4423.  
  4424. *docinfo*securityLabel.labelString:\
  4425. Security protects Internet documents you receive and information you send\n\
  4426. back with server authentication, privacy using encryption, and data\n\
  4427. integrity.  You can see a document's security status using the key/broken\n\
  4428. key icon in the status area or the colorbar above the content area (blue for\n\
  4429. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  4430. for details.
  4431.  
  4432.  
  4433.  
  4434. *bmPreferences_popup.title:                Netscape: Bookmarks
  4435. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  4436. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  4437. *bmPreferences_popup*addbm_option.labelString:        \
  4438.                         Add bookmarks to this header
  4439. *bmPreferences_popup*bmmenu_option.labelString:        \
  4440.                       View this header in bookmarks menu
  4441. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  4442. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  4443.  
  4444. *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
  4445. *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
  4446. *bookmarksWhatsChanged*Apply.labelString: Start
  4447. *bookmarksWhatsChanged*ApplyLabelString:  Start
  4448. *bookmarksWhatsChanged*title.labelString: What's changed?
  4449. *bookmarksWhatsChanged.width: 400
  4450. *bookmarksWhatsChanged.minWidth: 400
  4451. *bookmarksWhatsChanged.maxWidth: 400
  4452. !*bookmarksWhatsChanged.height: 300
  4453. !*bookmarksWhatsChanged.minHeight: 300
  4454. !*bookmarksWhatsChanged.maxHeight: 300
  4455.  
  4456. *composeFolder.height:                          650
  4457. *composeFolder.shadowThickness:                 2
  4458. *composeFolder.bottomOffset:                    3
  4459. *composeFolder.leftOffset:                      3
  4460. *composeFolder.rightOffset:                     3
  4461. *composeFolder.topOffset:                       5
  4462. *composeFolder.spacing:                         1
  4463. *composeFolder.autoSelect:                      False
  4464.  
  4465.  
  4466. *mailto_field*fromLabel.labelString:        From:
  4467. *mailto_field*replyToLabel.labelString:        Reply To:
  4468. *mailto_field*toLabel.labelString:        Mail To:
  4469. *mailto_field*ccLabel.labelString:        Mail CC:
  4470. *mailto_field*bccLabel.labelString:        Mail BCC:
  4471. *mailto_field*fccLabel.labelString:        File CC:
  4472. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  4473. *mailto_field*followupToLabel.labelString:    Followup To:
  4474. *mailto_field*attachmentsLabel.labelString:        Attachment:
  4475. *mailto_field*attachButton.labelString:        Attach...
  4476. *mailto_field*browseButton.labelString:        Browse...
  4477. *mailto_field*secureToggle.labelString:        Secure
  4478. *mailto_bodyText.wordWrap:            True
  4479. *mailto_bodyText.scrollHorizontal:        False
  4480. *mailto_field*attachButton.marginWidth:        10
  4481. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  4482. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  4483. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  4484. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  4485. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  4486. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  4487. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  4488. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  4489. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  4490. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  4491.  
  4492. ! This is 72 rather than 79 or 80 because the width of the window controls
  4493. ! when word wrapping should occur; the Motif text area has no mechanism for
  4494. ! wrapping at a column other than the last one.  So, if we want a fill-column
  4495. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  4496. ! sending out lines with 80 characters on them is antisocial, as many programs
  4497. ! and terminals (including emacs) can only display 79 characters without 
  4498. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  4499. ! room for further followups to quote the lines with ">" without causing
  4500. ! lines to wrap.
  4501. !
  4502. ! Note that, in the composition window, lines beginning with ">" will not
  4503. ! be wrapped at all, despite the appearance on the screen.  So just because
  4504. ! it looks like the quoted text has been mangled, doesn't mean it has.
  4505. !
  4506. *mailto_bodyText.columns:            72
  4507. ! This resource will change the size of the compose tab
  4508. *mailto_bodyText.rows:                25
  4509. *composeViewBaseWidget*composeViewEditFormWidget.leftOffset: 3 
  4510. *composeViewBaseWidget*composeViewEditFormWidget.bottomOffset: 3  
  4511. *composeViewBaseWidget*subject.topOffset: 3 
  4512. *composeViewBaseWidget*subject.bottomOffset: 3 
  4513. *composeViewBaseWidget*addReceipient.topOffset:20 
  4514. *composeViewBaseWidget*removeReceipient.topOffset: 15
  4515. *composeViewBaseWidget*selectReceipient.topOffset: 15
  4516. *composeViewBaseWidget*addReceipient.leftOffset: 5
  4517. *composeViewBaseWidget*removeReceipient.leftOffset: 5
  4518. *composeViewBaseWidget*selectReceipient.leftOffset: 5
  4519.  
  4520.  
  4521. ! Some people just aren't too hip.
  4522. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  4523.  
  4524. *attachForm*attachWebPage.labelString:  Attach Web Page...
  4525. *attachForm*attachWebPage.mnemonic:    W
  4526. *attachForm*attachFile.labelString:     Attach File...
  4527. *attachForm*attachFile.mnemonic:    F
  4528. *attachForm*deleteAttachment.labelString:        Delete Attachment
  4529. *attachForm*deleteAttachment.mnemonic:            D
  4530. *attachForm*attachAddressBookCard.labelString:        Attach My Address Book Card
  4531. *attachForm*attachAddressBookCard.mnemonic:        A
  4532.  
  4533. *location_popup.dialogTitle:            Netscape: Attach Web Page
  4534. *location_popup*label.labelString:    Please specify a Web Page to attach:
  4535. *location_popup*locationLabel.labelString:    Web Page (URL):
  4536. *location_popup*locationText.columns:        40
  4537. *location_popup*locationText.leftOffset:    20
  4538. *location_popup*okLabelString: Attach
  4539. *location_popup*cancelLabelString: Cancel
  4540. *location_popup*clear.labelString: Clear
  4541.  
  4542. *attachForm*fileBrowser_popup.title:        Netscape: Attach File
  4543. *attachForm*fileBrowser.OkLabelString:        Attach
  4544.  
  4545. *formatType*none.labelString:        No Attachment
  4546. *formatType*text.labelString:        Text
  4547. *formatType*formattedText.labelString:    Formatted Text
  4548. *formatType*html.labelString:        Source
  4549. *formatType*tree.labelString:        Source and Images
  4550. *formatType*ps.labelString:        PostScript
  4551. *formatType*url.labelString:        URL Only
  4552.  
  4553.  
  4554. ! Helper Editor stuff
  4555. *helperEditor_popup.title:        Netscape Helper
  4556. *helperEditor.width: 400
  4557. *helperEditor*mimeTypesDescriptionLabel.labelString: Description
  4558. *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
  4559. *helperEditor*mimeTypesLabel.labelString: Type
  4560. *helperEditor*mimeTypesLabel.leftOffset: 3
  4561. *helperEditor*mimeTypesSuffixLabel.labelString: Suffix
  4562. *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
  4563. *helperEditor*helperEditForm.XmTextField.rightOffset: 3
  4564. *helperEditor*helperEditFrameLabel.labelString: Handle By
  4565. *helperEditor*helperEditNavigator.labelString: Navigator 
  4566. *helperEditor*helperEditPlugin.labelString: Plug In
  4567. *helperEditor*helperEditApp.labelString: Application
  4568. *helperEditor*helperEditSave.labelString: Save To Disk
  4569. *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser
  4570. *helperEditor*helperEditAppBrowse.labelString: Browse...
  4571. *helperEditor*helperEditNavigator.leftOffset: 20
  4572. *helperEditor*helperEditAppText.columns: 40
  4573.  
  4574.  
  4575. ! Preferences: Styles 2
  4576. !
  4577.  
  4578.  
  4579. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  4580. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  4581. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4582. *enteringSecureDialog*toggle.leftOffset:    100
  4583. *enteringSecureDialog.selectionLabelString:\
  4584. You have requested a secure document. The document and any information\n\
  4585. you send back are encrypted for privacy while in transit.\n\
  4586. For more information on security choose Page Info from the View \
  4587. menu.
  4588.  
  4589. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  4590. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  4591. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4592. *leavingSecureDialog.OkLabelString:        Continue Loading
  4593. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  4594. *leavingSecureDialog*toggle.leftOffset:        100
  4595. *leavingSecureDialog.selectionLabelString:\
  4596. You have requested an insecure document. The document and any information\n\
  4597. you send back could be observed by a third party while in transit.\n\
  4598. For more information on security choose Page Info from the View \
  4599. menu.
  4600.  
  4601. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  4602. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  4603. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4604. *mixedSecurityDialog*toggle.leftOffset:        100
  4605. *mixedSecurityDialog.selectionLabelString:\
  4606. You have requested a secure document that contains some insecure \
  4607. information.\n\
  4608.  \n\
  4609. The insecure information will not be shown.\n\
  4610. For more information on security choose Page Info from the View \
  4611. menu.
  4612.  
  4613. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  4614. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  4615. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4616. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  4617. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  4618. *redirectionToInsecureDialog*toggle.leftOffset:    100
  4619. *redirectionToInsecureDialog.selectionLabelString:\
  4620. Warning! You have requested an insecure document that was\n\
  4621. originally designated a secure document (the location has been\n\
  4622. redirected from a secure to an insecure document). The document\n\
  4623. and any information you send back could be observed by a third\n\
  4624. party while in transit.
  4625.  
  4626. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  4627. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  4628. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4629. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  4630. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  4631. *redirectionToSecureDialog*toggle.leftOffset:    100
  4632. *redirectionToSecureDialog.selectionLabelString:\
  4633. Warning! Your connection has been redirected to a different\n\
  4634. site. You may not be connected to the site that you originally\n\
  4635. tried to reach.
  4636.  
  4637. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  4638. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  4639. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  4640. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  4641. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  4642. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  4643. *insecurePostFromSecureDocDialog.selectionLabelString:\
  4644. Warning! Although this document is secure, any information you\n\
  4645. submit is insecure and could be observed by a third party while\n\
  4646. in transit. If you are submitting passwords, credit card numbers,\n\
  4647. or other information you would like to keep private, it would be\n\
  4648. safer for you to cancel the submission.
  4649.  
  4650. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  4651. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  4652. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  4653. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  4654. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  4655. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  4656. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  4657. The information you submit is insecure and could be observed by\n\
  4658. a third party while in transit.  If you are submitting passwords,\n\
  4659. credit card numbers, or other information you would like to keep\n\
  4660. private, it would be safer for you to cancel the submission.
  4661.  
  4662.  
  4663. *licenseDialog_popup.title:            Netscape: License Agreement
  4664. *licenseDialog*label1.labelString:\n\
  4665.  Netscape is licensed software.  Its use is subject to the\n\
  4666.  terms and conditions of the license agreement below.\n
  4667. *licenseDialog*label2.labelString:\n\
  4668.  If you accept the terms of this license agreement,\n\
  4669.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  4670. *licenseDialog*text.columns:            72
  4671. *licenseDialog*text.rows:            23
  4672. *licenseDialog*text.wordWrap:            True
  4673. *licenseDialog*text.scrollHorizontal:        False
  4674. *licenseDialog.accept.labelString:        Accept
  4675. *licenseDialog.reject.labelString:        Do Not Accept
  4676.  
  4677. *printSetup_popup.title:            Netscape: Print
  4678. *printSetup*printToLabel.labelString:        Print To:
  4679. *printSetup*toPrinterToggle.labelString:    Printer
  4680. *printSetup*toFileToggle.labelString:        File
  4681. *printSetup*printCommandLabel.labelString:    Print Command:
  4682. *printSetup*fileNameLabel.labelString:        File Name:
  4683. *printSetup*browseButton.labelString:        Browse...
  4684. *printSetup*printLabel.labelString:        Print:
  4685. *printSetup*firstFirstToggle.labelString:    First Page First
  4686. *printSetup*lastFirstToggle.labelString:    Last Page First
  4687. *printSetup*orientationLabel.labelString:    Orientation:
  4688. *printSetup*portraitToggle.labelString:        Portrait
  4689. *printSetup*landscapeToggle.labelString:    Landscape
  4690. *printSetup*printColorLabel.labelString:    Print:
  4691. *printSetup*greyscaleToggle.labelString:    Greyscale
  4692. *printSetup*colorToggle.labelString:        Color
  4693. *printSetup*paperSizeLabel.labelString:        Paper Size:
  4694. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  4695. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  4696. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  4697. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  4698. *printSetup*OK.labelString:            Print
  4699. *printSetup*OkLabelString:            Print
  4700. *printSetup*CancelLabelString:            Cancel
  4701. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  4702. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  4703. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  4704. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  4705. *printSetup*lastFirstToggle.leftOffset:        10
  4706. *printSetup*landscapeToggle.leftOffset:        10
  4707. *printSetup*colorToggle.leftOffset:        10
  4708. *printSetup*legalToggle.leftOffset:        10
  4709. *printSetup*a4Toggle.leftOffset:        10
  4710. *printSetup*XmLabel.rightOffset:        10
  4711. *printSetup*XmLabelGadget.rightOffset:        10
  4712. *printSetup*browseButton.marginHeight:        3
  4713. *printSetup*browseButton.marginWidth:        4
  4714. *printSetup*line.topOffset:            4
  4715. *printSetup*printLabel.topOffset:        4
  4716. *printSetup*firstFirstToggle.topOffset:        10
  4717. *printSetup*portraitToggle.topOffset:        10
  4718. *printSetup*greyscaleToggle.topOffset:        10
  4719. *printSetup*letterToggle.topOffset:        10
  4720. !*printSetup_popup*preeditType:            none
  4721.  
  4722. *findDialog_popup.title:            Netscape: Find
  4723. *findDialog*findInLabel.labelString:        Find in:
  4724. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  4725. *findDialog*msgBody.labelString:        Body of This Message
  4726. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  4727. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  4728. *findDialog*findLabel.labelString:        Find:
  4729. *findDialog*findLabel.alignment:        ALIGNMENT_END
  4730. *findDialog*caseSensitive.labelString:        Case Sensitive
  4731. *findDialog*backwards.labelString:        Find Backwards
  4732. *findDialog*backwards.leftOffset:        20
  4733. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  4734. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  4735. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  4736. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  4737. *findDialog*OK.labelString:            Find
  4738. *findDialog*OkLabelString:            Find
  4739. *findDialog*Apply.labelString:            Clear
  4740. *findDialog*ApplyLabelString:            Clear
  4741. *findDialog*Cancel.labelString:            Close
  4742. *findDialog*CancelLabelString:            Close
  4743. !*findDialog_popup*preeditType:            overthespot
  4744. ! Bookmark Find dialog shares resources with the main find dialog
  4745. ! Extra resources specific to bookmark find dialog
  4746. *findDialog*lookinLabel.labelString:        Look in:
  4747. *findDialog*nameToggle.labelString:        Name
  4748. *findDialog*locationToggle.labelString:        Location
  4749. *findDialog*descriptionToggle.labelString:    Description
  4750. *findDialog*wordToggle.labelString:        Whole word
  4751. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  4752.  
  4753. ! More resources for the Addressbook find dialog
  4754. *findDialog*nicknameToggle.labelString:        Nick Name
  4755.  
  4756.  
  4757. *openURLDialog_popup.title:            Netscape: Open Page
  4758. !*openURLDialog_popup*preeditType:        none
  4759. *openURLDialog*label.labelString:    \
  4760. Enter the World Wide Web location (URL) or specify\n\
  4761. the local file you would like to open:
  4762. *openURLDialog*choose.labelString:        Choose File...
  4763. *openURLDialog*toolLabel.labelString:        Open location or file in:
  4764. *openURLDialog*browserToggle.labelString:    Navigator
  4765. *openURLDialog*editorToggle.labelString:    Composer
  4766. *openURLDialog*OK.labelString:            Open
  4767. *openURLDialog*OkLabelString:            Open
  4768. *openURLDialog*Apply.labelString:        Clear
  4769. *openURLDialog*ApplyLabelString:        Clear
  4770. *openURLDialog*Cancel.labelString:        Cancel
  4771. *openURLDialog*CancelLabelString:        Cancel
  4772. *openURLDialog*label.alignment:            ALIGNMENT_BEGINNING
  4773. *openURLDialog*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  4774. *openURLDialog*XmRowColumn.orientation:        VERTICAL
  4775. *openURLDialog*browserToggle.set:        True
  4776. *openURLDialog*XmTextField.columns:        45
  4777. !*openURLDialog.width:                500
  4778. *openURLDialog*openInEditor.labelString: Open In Composer
  4779. *openURLDialog*openInBrowser.labelString: Open In Navigator
  4780.  
  4781. *message_popup.title:            Netscape
  4782. *message_popup*OK.labelString:    OK
  4783. *message_popup*OkLabelString:    OK
  4784.  
  4785. *error_popup.title:            Netscape: Error
  4786.  
  4787. *question_popup.title:            Netscape: Question
  4788. *question_popup*OK.labelString:    OK
  4789. *question_popup*Cancel.labelString:    Cancel
  4790.  
  4791. *prompt_popup.title:            Netscape: Prompt
  4792. *password_popup.title:            Netscape: Password
  4793. *promptSubject_popup.title:        Netscape: Subject Prompt
  4794. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  4795. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  4796. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  4797.  
  4798. *citing_popup.title:            Netscape
  4799. *citing_popup*messageString:        \nQuoting...\n
  4800.  
  4801. *printing_popup.title:            Netscape
  4802. *printing_popup*messageString:        \nPrinting...\n
  4803.  
  4804. *deliveringMessage_popup.title:        Netscape
  4805. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  4806.  
  4807. *saving_popup.title:            Netscape
  4808. *saving_popup*messageString:        \nSaving to disk...\n
  4809.  
  4810. *visual_popup.title:            Netscape: Change X Visual
  4811. *visual_popup*listLabelString:        Available Visuals:
  4812.  
  4813. *autoSaveNew.title:          Netscape: Auto Save New Document
  4814. *saveFile_popup.title:          Netscape: Save Document
  4815. *saveNewFile_popup.title:       Netscape: Save New Document
  4816. *markMessagesRead_popup.title:       Mark Messages Read
  4817.  
  4818. *promptSubject_popup*messageString:    \
  4819. You did not give a subject to this message.\n\
  4820. If you would like to provide one, please type it now.
  4821.  
  4822. *dialog*OK.labelString:            OK
  4823. *dialog*clear.labelString:        Clear
  4824. *dialog*Cancel.labelString:        Cancel
  4825. *dialog*userLabel.labelString:        User ID:
  4826. *dialog*passwdLabel.labelString:    Password:
  4827. *dialog*userLabel.alignment:        ALIGNMENT_END
  4828. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  4829. *dialog*dialogform*text.columns:   50
  4830. *dialog*dialogform*pwtext.columns: 50
  4831.  
  4832. *clear.labelString:            Clear
  4833. *cancel.labelString:            Cancel
  4834. *OK.labelString:            OK
  4835.  
  4836. *citationQuery_popup.title:        Citation Style Question
  4837. *citationQuery.selectionLabelString:    \n\
  4838. You have quoted an entire document instead of attaching it.\n\
  4839.  \n\
  4840. You could, instead, attach the document and it would be\n\
  4841. appended to the message, without a `>' at the beginning\n\
  4842. of each line. This would make it easier for recipients\n\
  4843. to save and use this document.\n\
  4844.  \n\
  4845. Would you like to send this document as an attachment?\n
  4846.  
  4847. *citationQuery*OK.labelString:        Send as\nText Attachment
  4848. *citationQuery*OkLabelString:        Send as\nText Attachment
  4849. *citationQuery*Apply.labelString:    Send as\nQuoted
  4850. *citationQuery*ApplyLabelString:    Send as\nQuoted
  4851. *citationQuery*Cancel.labelString:    Cancel
  4852. *citationQuery*CancelLabelString:    Cancel
  4853.  
  4854. *doubleCitationQuery_popup.title:    Citation Style Question
  4855. *doubleCitationQuery.selectionLabelString:    \n\
  4856. You have (probably inadvertently) included the same document twice:\n\
  4857. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  4858. then as an attachment (meaning: as a second part of the message,\n\
  4859. included after your new text.)\n\
  4860.  \n\
  4861. Would you like to send an attached document or a quoted document?
  4862.  
  4863. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  4864. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  4865. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  4866. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  4867. *doubleCitationQuery*Cancel.labelString:Cancel
  4868. *doubleCitationQuery*CancelLabelString:    Cancel
  4869.  
  4870. *streamingAudioQuery_popup.title:    Audio Question
  4871. *streamingAudioQuery.selectionLabelString:    \
  4872. Would you like to play the data to the external viewer as it comes\n\
  4873. from the network, or save to a file and then play from the file?
  4874. *streamingAudioQuery*OK.labelString:    Play from Network
  4875. *streamingAudioQuery*OkLabelString:    Play from Network
  4876. *streamingAudioQuery*Apply.labelString:    Save First
  4877. *streamingAudioQuery*ApplyLabelString:    Save First
  4878. *streamingAudioQuery*Cancel.labelString:Cancel
  4879. *streamingAudioQuery*CancelLabelString:    Cancel
  4880.  
  4881. *fileSelector*filterLabelString:    Filter
  4882. *fileSelector*dirListLabelString:    Directories
  4883. *fileSelector*fileListLabelString:    Files
  4884. *fileSelector*OkLabelString:    OK
  4885. *fileSelector*ApplyLabelString:    Filter
  4886. *fileSelector*CancelLabelString:    Cancel
  4887. *fileSelector.Selection.labelString:    Selection
  4888. *fileSelector.pattern:            *.html
  4889. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  4890. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  4891. *fileSelector*formatType.labelString:    Format for Saved Document:
  4892. !*fileSelector_popup*preeditType:    overthespot
  4893.  
  4894. *fileBrowser_popup.title:        Netscape: File Browser
  4895. *fileBrowser*filterLabelString:        Filter
  4896. *fileBrowser*dirListLabelString:        Directories
  4897. *fileBrowser*fileListLabelString:        Files
  4898. *fileBrowser*Selection.labelString:        Selection
  4899. *fileBrowser*OkLabelString:        OK
  4900. *fileBrowser*ApplyLabelString:        Filter
  4901. *fileBrowser*CancelLabelString:        Cancel
  4902. *fileBrowser*HelpLabelString:        Help
  4903. *fileBrowser*encodingFrame*optionMenu.labelString: File Type:
  4904. *fileBrowser*encodingFrame*attachAutoDetect.labelString: Auto Detect
  4905. *fileBrowser*encodingFrame*attachBinary.labelString: Binary
  4906.  
  4907.  
  4908. *formSubmitButton.labelString:        Submit
  4909. *formResetButton.labelString:        Reset
  4910. *formButton.labelString:        Monkey Brains
  4911. *formFileBrowseButton.labelString:    Browse...
  4912.  
  4913. ! Bookmarks popup menu. It has the same name as the main popup menu
  4914. ! and hence shares the rest of the resources.
  4915. *bookmarks*popup.title.labelString:        Bookmarks
  4916. *bookmarks*popup*newFolder.labelString: New Folder...
  4917. *bookmarks*popup.saveURL.acceleratorText:
  4918.  
  4919. *titleSeparator.separatorType:            XmDOUBLE_LINE
  4920.  
  4921. ! Bookmarks edit properties window.
  4922. !
  4923. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  4924. *bookmarkProps*nameLabel.labelString:        Name:
  4925. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  4926. *bookmarkProps*locationLabel.labelString:    Location:
  4927. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  4928. *bookmarkProps*descriptionLabel.labelString:    Description:
  4929. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  4930. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  4931. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  4932. *bookmarkProps*addedonLabel.labelString:    Added On:
  4933. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  4934. *bookmarkProps*descriptionText.topOffset:    8
  4935. *bookmarkProps*descriptionText.columns:        40
  4936. *bookmarkProps*descriptionText.rows:        5
  4937. *bookmarkProps*aliasButton.labelString:        Select Aliases
  4938.  
  4939. !
  4940. ! Address Book
  4941. !
  4942. *AddressBook*mainform.width:            760
  4943. *AddressBook*mainform.height:            400
  4944. *AddressBook*menuBar.Item.labelString:        Item
  4945. *AddressBook*addUser.labelString:        Add User...
  4946. *AddressBook*addUser.mnemonic:            U
  4947. *AddressBook*addList.labelString:        Add List...
  4948. *AddressBook*addList.mnemonic:            L
  4949. *AddressBook*properties.labelString:        Properties...
  4950. *AddressBook*properties.mnemonic:        P
  4951. *AddressBook*queryLabel.labelString:        Type the name you are looking for:
  4952. *AddreMsgWin*toBtn.labelString:                 To:
  4953. !*AddreMsgWin*toBtn.mnemonic:                    T
  4954. *AddreMsgWin*ccBtn.labelString:                 CC:
  4955. !*AddreMsgWin*ccBtn.mnemonic:                    C
  4956. *AddreMsgWin*bccBtn.labelString:                  BCC:
  4957. !*AddreMsgWin*bccBtn.mnemonic:                    B
  4958. *AddreMsgWin*removeBtn.labelString:               Remove
  4959. *AddreMsgWin*addToAddressBtn.labelString:       Add to Address Book
  4960. !*AddreMsgWin*addToAddressBtn.mnemonic:           A
  4961. *AddressBook*dirLabel.labelString:        in:
  4962. *AddressBook*searchBtn.labelString:        Search
  4963. *AddressBook*helpBar.height:            10
  4964. *AddressBook*outline.Name:            Name
  4965. *AddressBook*outline.Nick:            Nickname
  4966. *AddressBook*outline.Secure:            Secure
  4967. *AddressBook*outline.HTML:            HTML
  4968. *AddressBook*mainform.fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4969.  
  4970. ! The mail compose window part of addr book
  4971. *mc_queryLabel.labelString:    Type the name you are looking for:
  4972. *mc_dirLabel.labelString:    in:
  4973. *mc_searchBtn.labelString:    Search
  4974. *mc_tobtn.labelString:        To:
  4975. *mc_ccbtn.labelString:        Cc:
  4976. *mc_bccbtn.labelString:        Bcc:
  4977. *mc_okbtn.labelString:        OK
  4978. *mc_cancelbtn.labelString:    Cancel
  4979.  
  4980. ! Address Book popup menu. It has the same name as the main popup menu
  4981. ! and hence shares the rest of the resources.
  4982. *AddressBook*popup.title.labelString:            Address Book
  4983. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  4984.  
  4985.  
  4986. !
  4987. ! Download
  4988. !
  4989. *Download*downloadURLLabel.labelString:            Source:
  4990. *Download*downloadFileLabel.labelString:        Destination:
  4991. *Download*stopLoading.labelString:                Stop
  4992. *Download*downloadURLLabel.alignment:            ALIGNMENT_END
  4993. *Download*downloadFileLabel.alignment:            ALIGNMENT_END
  4994.  
  4995. *Download*downloadURLLabel.topOffset:            10
  4996. *Download*downloadURLLabel.leftOffset:            10
  4997. *Download*downloadURLValue.columns:            45
  4998. *Download*downloadURLValue.editable:            False
  4999. *Download*downloadURLValue.cursorPositionVisible:    False
  5000. *Download*downloadURLValue.leftOffset:            10
  5001. *Download*downloadURLValue.rightOffset:            10
  5002.  
  5003. *Download*downloadFileLabel.topOffset:            5
  5004. *Download*downloadFileLabel.leftOffset:            10
  5005. *Download*downloadFileLabel.bottomOffset:        15
  5006. *Download*downloadFileValue.columns:            45
  5007. *Download*downloadFileValue.editable:            False
  5008. *Download*downloadFileValue.cursorPositionVisible:    False
  5009. *Download*downloadFileValue.leftOffset:            10
  5010. *Download*downloadFileValue.rightOffset:        10
  5011.  
  5012. *Download*logo.topOffset:                    15
  5013. *Download*logo.rightOffset:                    10
  5014. *Download*cancel.marginWidth:                15
  5015. *Download*cancel.marginHeight:                10
  5016. *Download*cancel.topOffset:                    20
  5017. *Download*cancel.bottomOffset:                10
  5018.  
  5019.  
  5020. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  5021. ! On SGIs, not having the class will cause the default SGI colors to
  5022. ! be used instead of the ones specified here.  With VUE, the behavior
  5023. ! is even worse - if we're using a non-default visual (for example, if
  5024. ! we have requested a 24-bit TrueColor visual instead of the default
  5025. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  5026. ! the default visual, and give us colors allocated from the wrong
  5027. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  5028. !
  5029. !Netscape*thermo.slider.foreground:    #656565
  5030. !Netscape*thermo.slider.background:    #69B5B5
  5031. !Netscape*thermo.slider.foreground:    #808080
  5032.  
  5033. ! (Note: if you comment this stuff out in an attempt to let the current
  5034. ! "scheme" override things, you'll find that the colors of the toolbar
  5035. ! icons and the colors of form elements (like option menus) will get
  5036. ! messed up.)
  5037. !Netscape*background:            #B2B2B2
  5038. Netscape*foreground:            Black
  5039. Netscape*background:            #C0C0C0
  5040.  
  5041. *textBackground:            #FFFFFF
  5042.  
  5043. ! All but SGI: Set reasonable Text and List colors.
  5044. ! SGI uses the default IRIX scheme colors.
  5045. Netscape*XmTextField.foreground:        Black
  5046. Netscape*XmText.foreground:        Black
  5047. Netscape*XmList.foreground:        Black
  5048. Netscape*XmTextField.background:        #FFFFFF
  5049. Netscape*XmText.background:        #FFFFFF
  5050. Netscape*XmList.background:        #FFFFFF
  5051.  
  5052. ! On SGI, the IRIX scheme colors will override these resources,
  5053. ! but we need to specify them for SGI users who turn off schemes.
  5054. ! Resource color values must match the 'NOTSGI' values above.
  5055. !*XmTextField.foreground:    Black
  5056. !*XmText.foreground:        Black
  5057. !*XmList.foreground:        Black
  5058. !*XmTextField.background:    #FFFFFF
  5059. !*XmText.background:        #FFFFFF
  5060. !*XmList.background:        #FFFFFF
  5061.  
  5062. ! Colors of the outline lists used in mail and news windows.
  5063. Netscape*XmLGrid.foreground:        #000000
  5064. Netscape*XmLGrid.background:        #C0C0C0
  5065. !Netscape*XmLGrid.selectBackground:    #FFFFCC
  5066.  
  5067. ! Turn off borders in XmLFolder widgets.
  5068. Netscape*XmLFolder.highlightThickness: 0
  5069.  
  5070. ! Colors of the "Secure Document" bar.
  5071. !*secureDocumentColor:            #0000BF
  5072. !*insecureDocumentColor:            #0C0C0C
  5073.  
  5074. ! Default for all buttons
  5075. Netscape*XmPushButton*shadowThickness:    2
  5076. Netscape*XmPushButtonGadget*shadowThickness: 2
  5077.  
  5078. ! And for option menus:
  5079. Netscape*XmCascadeButton.shadowThickness: 2
  5080. Netscape*XmCascadeButtonGadget.shadowThickness: 2
  5081.  
  5082. *historyMenuBox.topOffset:        0
  5083. *historyMenuBox.bottomOffset:    4
  5084. *historyMenuBox.leftOffset:        4
  5085. *historyMenuBox.rightOffset:    4
  5086.  
  5087. !!
  5088. !! *logo
  5089. !!
  5090. *logo.animationInterval:        150
  5091. *logo.marginBottom:                0
  5092. *logo.marginLeft:                0
  5093. *logo.marginRight:                0
  5094. *logo.marginTop:                0
  5095. *logo.buttonType:                BUTTON_PUSH
  5096. *logo.shadowThickness:            2
  5097. *logo.documentationString:        Netscape Communications Corporation home page
  5098. *logo.tipString:                Go to Netscape
  5099.  
  5100. *historyMenuBox.marginHeight:    0
  5101. *historyMenuBox.marginWidth:    0
  5102.  
  5103. *characterToolbarFrame.leftOffset:    2
  5104. *paragraphToolbarFrame.leftOffset:    2
  5105. *composeToolbarFrame.leftOffset:    2
  5106.  
  5107. *topPane.shadowThickness:        2
  5108. *bottomPane.shadowThickness:        2
  5109. *topPane.shadowType:            SHADOW_IN
  5110. *bottomPane.shadowType:            SHADOW_IN
  5111.  
  5112. ! Go ahead, try and figure out why some of these need to be on the
  5113. ! _popup version, and some need to be one level deeper.  I dare you.
  5114. !*dialog.width:                500
  5115. !*history.width:            500
  5116. !*mailto.width:                500
  5117. !*cache_popup.width:            500
  5118. *userConfig_popup.width:        500
  5119. *userConfig.width:            500
  5120. *fileSelector.width:            500
  5121. *fileBrowser.width:            500
  5122.  
  5123. ! I had to hardcode this in the C code - doesn't work from here...
  5124. !*history_popup.allowShellResize:    False
  5125.  
  5126. ! Get rid of all navigation; it's totally broken for Paned windows,
  5127. ! and for the form widgets under the drawingArea.
  5128. *highlightThickness:            0
  5129. *navigationType:            NONE
  5130.  
  5131. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  5132. ! in all non-popups, but I don't think there's a way to specify that...)
  5133. *XmDialogShell*highlightThickness:    2
  5134. *XmDialogShell*navigationType:        TAB_GROUP
  5135.  
  5136. ! Mail compose needs TAB_GROUP
  5137. !*Composition*form.navigationType:       TAB_GROUP
  5138. *mailcompose_container*XmText.navigationType:           TAB_GROUP
  5139. *mailcompose_container*XmTextField.navigationType:      TAB_GROUP
  5140.  
  5141. ! Uh, and turn it on only in text fields of forms.
  5142. ! But of course this doesn't work quite right.
  5143. *drawingArea*XmText.navigationType:    TAB_GROUP
  5144. *drawingArea*XmTextField.navigationType:TAB_GROUP
  5145.  
  5146. ! Sorry, things don't display properly if you configure Netscape to put its
  5147. ! scrollbars on the left or top of the document area.
  5148. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  5149.  
  5150. ! Put scrollbars right next to text fields in forms (and lists).
  5151. *drawingArea*XmScrolledWindow.spacing:            0
  5152.  
  5153. ! Do not under any circumstances change the following line:
  5154. Netscape.version:         4.04
  5155.  
  5156.  
  5157. ! ============================================================================
  5158. ! Fonts in the widgets.
  5159. ! These fonts are all down in Motif land, and thus are not controlled by the
  5160. ! font selector on the Preferences dialog.  That applies only to fonts in
  5161. ! the document display area.
  5162. ! ============================================================================
  5163. !
  5164. *fontList:            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5165.  
  5166. *XmTextField.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5167. *XmText.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5168. *XmList*fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5169.  
  5170. ! SGI default:
  5171. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  5172. ! Sensible default:
  5173. !*menuBar*fontList:        -*-lucida-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5174.  
  5175. *menuBar*historyTruncated.fontList:\
  5176.                 -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  5177. *popup*fontList:        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5178.  
  5179. !*topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5180. !*topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5181. !*topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5182.  
  5183. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5184. !*bookmark*fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5185. !*bookmark*selectedLabel.fontList:\
  5186.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5187. !*bookmark*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5188. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5189.  
  5190. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5191. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  5192.  
  5193. *licenseDialog*text.fontList:    -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5194.  
  5195. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  5196. ! and Address Book windows.  (Note that there can't be any whitespace after
  5197. ! the commas.)
  5198. *XmLGrid*fontList:\
  5199. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5200. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  5201. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  5202.  
  5203. ! Font for the Mail/News banner
  5204. *banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5205. *banner*folderDropdown*shadowThickness: 1
  5206. *banner*folderDropdown*.fontList:\
  5207. -adobe-courier-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5208. -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD
  5209.  
  5210. *banner*title.fontList:        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5211. *banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5212. *banner*info.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5213.  
  5214. ! Font for the Thread window expando flippy label
  5215. *arrowlabel.fontList:        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5216.  
  5217. ! Font for the attachment panel icon label
  5218. ! need class name to defeat *sgiMode
  5219. Netscape*attachItemLabel*fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5220.  
  5221. ! This is the default charset for documents without the charset parameter
  5222. ! for MIME Content-type: text.  Valid values for *defaultCharset:
  5223. !    iso-8859-1
  5224. !    iso-8859-2
  5225. !    iso-2022-jp
  5226. !    shift_jis
  5227. !    euc-jp
  5228. !    big5
  5229. !    x-euc-tw
  5230. !    gb2312
  5231. !    EUC-KR
  5232. !    iso-2022-kr
  5233. !    koi8-r
  5234. !    iso-8859-5
  5235. !    iso-8859-7
  5236. !    iso-8859-9
  5237. *defaultCharset:    iso-8859-1
  5238. !*defaultCharset:    iso-8859-2
  5239. !*defaultCharset:    iso-2022-jp
  5240. !*defaultCharset:    shift_jis
  5241. !*defaultCharset:    euc-jp
  5242. !*defaultCharset:    big5
  5243. !*defaultCharset:    x-euc-tw
  5244. !*defaultCharset:    gb2312
  5245. !*defaultCharset:    EUC-KR
  5246. !*defaultCharset:    iso-2022-kr
  5247. !*defaultCharset:    koi8-r
  5248. !*defaultCharset:    iso-8859-5
  5249. !*defaultCharset:    iso-8859-7
  5250. !*defaultCharset:    iso-8859-9
  5251.  
  5252.  
  5253.  
  5254. ! ============================================================================
  5255. ! Fonts used in the display area.
  5256. ! ============================================================================
  5257.  
  5258.  
  5259. ! Default fonts for various charsets, prop(ortional) and fixed.
  5260. !
  5261. ! Format is foundry-family-pointsize-scaling.
  5262. ! Pointsize is in tenths of a point.
  5263. ! Scaling is either "scale" or "noscale".
  5264. !
  5265. ! These are only used the first time you start up.
  5266. ! After that, the preferences file is used.
  5267. ! The "Defaults" button in the Preferences dialog will revert to these.
  5268. !
  5269. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  5270. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  5271.  
  5272.  
  5273. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  5274. !
  5275. *documentFonts.face*-:            normal
  5276. *documentFonts.face*bold-i:        boldItalic
  5277. *documentFonts.face*bold-o:        boldItalic
  5278. *documentFonts.face*bold-r:        bold
  5279. *documentFonts.face*book-o:        italic
  5280. *documentFonts.face*book-r:        normal
  5281. *documentFonts.face*demi-i:        boldItalic
  5282. *documentFonts.face*demi-o:        boldItalic
  5283. *documentFonts.face*demi-r:        bold
  5284. *documentFonts.face*demibold-i:        boldItalic
  5285. *documentFonts.face*demibold-r:        bold
  5286. *documentFonts.face*light-i:        italic
  5287. *documentFonts.face*light-r:        normal
  5288. *documentFonts.face*medium-i:        italic
  5289. *documentFonts.face*medium-o:        italic
  5290. *documentFonts.face*medium-r:        normal
  5291. *documentFonts.face*medium-roman:    normal
  5292. *documentFonts.face*normal-i:        italic
  5293. *documentFonts.face*normal-r:        normal
  5294. *documentFonts.face*regular-i:        italic
  5295. *documentFonts.face*regular-r:        normal
  5296. *documentFonts.face*roman-r:        normal
  5297. *documentFonts.face*w3-r:        normal
  5298. *documentFonts.face*w3h-r:        normal
  5299. *documentFonts.face*w4-r:        normal
  5300. *documentFonts.face*w5-r:        normal
  5301. *documentFonts.face*w9-r:        normal
  5302.  
  5303.  
  5304. ! This table maps XLFD family names to nice family names
  5305. !
  5306. *documentFonts.family*djb:            DJB
  5307. *documentFonts.family*haebfix:            Haeberli Fixed
  5308. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  5309. *documentFonts.family*itc bookman:        ITC Bookman
  5310. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  5311. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  5312. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  5313.  
  5314.  
  5315. ! This table maps XLFD foundry names to nice foundry names
  5316. !
  5317. *documentFonts.foundry*b&h:    B&H
  5318. *documentFonts.foundry*dec:    DEC
  5319. *documentFonts.foundry*hku:    HKU
  5320. *documentFonts.foundry*sgi:    SGI
  5321. *documentFonts.foundry*nsPseudoFont:    NSPseudoFonts
  5322.  
  5323.  
  5324. ! This table maps MIME charsets to language groups
  5325. !
  5326. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  5327. *documentFonts.charsetlang*iso-8859-1:            Western
  5328. *documentFonts.charsetlang*iso-8859-2:            Central European
  5329. *documentFonts.charsetlang*iso-8859-5:            Cyrillic
  5330. *documentFonts.charsetlang*iso-8859-7:            Greek
  5331. *documentFonts.charsetlang*iso-8859-9:            Turkish
  5332. *documentFonts.charsetlang*jis_x0201:            Japanese
  5333. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  5334. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  5335. *documentFonts.charsetlang*koi8-r:            Cyrillic
  5336. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  5337. *documentFonts.charsetlang*x-cns11643-1110:        Traditional Chinese
  5338. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  5339. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  5340. *documentFonts.charsetlang*x-gb2312-11:            Simplified Chinese
  5341. *documentFonts.charsetlang*x-jisx0208-11:        Japanese
  5342. *documentFonts.charsetlang*x-ksc5601-11:        Korean
  5343. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  5344. *documentFonts.charsetlang*unicode-2-0:            Unicode
  5345.  
  5346.  
  5347. ! This table maps X11 font charsets to MIME charsets
  5348. !
  5349. *documentFonts.charset*-:                    x-ignore
  5350. *documentFonts.charset*-ascii:                    x-ignore
  5351. *documentFonts.charset*-dingbats:                x-ignore
  5352. *documentFonts.charset*-hiragana:                x-ignore
  5353. *documentFonts.charset*-ibm pc:                    x-ignore
  5354. *documentFonts.charset*-katakana:                x-ignore
  5355. *documentFonts.charset*-roman:                    x-ignore
  5356. *documentFonts.charset*-symbol:                    x-ignore
  5357. *documentFonts.charset*78-h:                    x-ignore
  5358. *documentFonts.charset*78.euc-h:                x-ignore
  5359. *documentFonts.charset*add-h:                    x-ignore
  5360. *documentFonts.charset*adobe.cns1-0:                x-ignore
  5361. *documentFonts.charset*adobe.gb1-0:                x-ignore
  5362. *documentFonts.charset*adobe.japan1-0:                x-ignore
  5363. *documentFonts.charset*adobe.japan1-1:                x-ignore
  5364. *documentFonts.charset*adobe.japan1-2:                x-ignore
  5365. *documentFonts.charset*adobe.japan2-0:                x-ignore
  5366. *documentFonts.charset*adobe.korea1-0:                x-ignore
  5367. *documentFonts.charset*big5-0:                    x-x-big5
  5368. *documentFonts.charset*big5.et-0:                x-x-big5
  5369. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  5370. *documentFonts.charset*big5.etext-0:                x-x-big5
  5371. *documentFonts.charset*big5.hku-0:                x-x-big5
  5372. *documentFonts.charset*big5.hku-1:                x-x-big5
  5373. *documentFonts.charset*big5.pc-0:                x-x-big5
  5374. *documentFonts.charset*big5.shift-0:                x-x-big5
  5375. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  5376. *documentFonts.charset*cns11643-0:                x-cns11643-1
  5377. *documentFonts.charset*cns11643-1:                x-cns11643-2
  5378. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  5379. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  5380. *documentFonts.charset*cns11643.1992-1:                x-cns11643-1
  5381. *documentFonts.charset*cns11643.1992-2:                x-cns11643-2
  5382. *documentFonts.charset*cns11643.1992.1-0:            x-cns11643-1
  5383. *documentFonts.charset*cns11643.1992.2-0:            x-cns11643-2
  5384. *documentFonts.charset*dec-decctrl:                x-ignore
  5385. *documentFonts.charset*dec-decksroman:                x-ignore
  5386. *documentFonts.charset*dec-decmath_extension:            x-ignore
  5387. *documentFonts.charset*dec-decmath_italic:            x-ignore
  5388. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  5389. *documentFonts.charset*dec-decsuppl:                x-ignore
  5390. *documentFonts.charset*dec-dectech:                x-ignore
  5391. *documentFonts.charset*dec-drcs:                x-ignore
  5392. *documentFonts.charset*dec-fontspecific:            x-ignore
  5393. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1110
  5394. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  5395. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  5396. *documentFonts.charset*euc-h:                    x-ignore
  5397. *documentFonts.charset*ext-h:                    x-ignore
  5398. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  5399. *documentFonts.charset*gb2312.1980-1:                x-gb2312-11
  5400. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  5401. *documentFonts.charset*hojo-h:                    x-ignore
  5402. *documentFonts.charset*hp-japanese15:                x-ignore
  5403. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  5404. *documentFonts.charset*hp-roman8:                x-ignore
  5405. *documentFonts.charset*hpbig5-:                    x-x-big5
  5406. *documentFonts.charset*ibm-850:                    x-ignore
  5407. *documentFonts.charset*ibm-fontspecific:            x-ignore
  5408. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  5409. *documentFonts.charset*ibm-special:                x-ignore
  5410. *documentFonts.charset*ibm-udcjp:                x-ignore
  5411. *documentFonts.charset*iso646.1991-irv:                x-ignore
  5412. *documentFonts.charset*iso8859-1:                iso-8859-1
  5413. *documentFonts.charset*iso8859-2:                iso-8859-2
  5414. *documentFonts.charset*iso8859-3:                x-ignore
  5415. *documentFonts.charset*iso8859-4:                x-ignore
  5416. *documentFonts.charset*iso8859-5:                iso-8859-5
  5417. *documentFonts.charset*iso8859-6:                x-ignore
  5418. *documentFonts.charset*iso8859-7:                iso-8859-7
  5419. *documentFonts.charset*iso8859-8:                x-ignore
  5420. *documentFonts.charset*iso8859-9:                iso-8859-9
  5421. *documentFonts.charset*iso8859-adobe:                x-ignore
  5422. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    x-ignore
  5423. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  5424. *documentFonts.charset*jisx0201-romankana:            x-ignore
  5425. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  5426. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  5427. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  5428. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  5429. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  5430. *documentFonts.charset*jisx0208.1983-1:                x-jisx0208-11
  5431. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  5432. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  5433. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  5434. *documentFonts.charset*koi8-1:                    koi8-r
  5435. *documentFonts.charset*koi8-r:                    koi8-r
  5436. *documentFonts.charset*ks-roman:                x-ignore
  5437. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  5438. *documentFonts.charset*ksc5601.1987-1:                x-ksc5601-11
  5439. *documentFonts.charset*misc-fontspecific:            x-ignore
  5440. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  5441. *documentFonts.charset*novanet-1:                x-ignore
  5442. *documentFonts.charset*nwp-h:                    x-ignore
  5443. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  5444. *documentFonts.charset*rksj-h:                    x-ignore
  5445. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  5446. *documentFonts.charset*sgi-fontspecific:            x-ignore
  5447. *documentFonts.charset*shiftjis-0:                x-ignore
  5448. *documentFonts.charset*sunolcursor-1:                x-ignore
  5449. *documentFonts.charset*sunolglyph-1:                x-ignore
  5450. *documentFonts.charset*symbol.adobe-fontspecific:        x-ignore
  5451. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  5452. *documentFonts.charset*tis620.2533-1:                x-ignore
  5453. *documentFonts.charset*ucs2.cjk-rest:                x-ignore
  5454. *documentFonts.charset*ucs2.cns11643.1986-1:            x-ignore
  5455. *documentFonts.charset*ucs2.cns11643.1986-2:            x-ignore
  5456. *documentFonts.charset*ucs2.gb2312.1980-0:            x-ignore
  5457. *documentFonts.charset*ucs2.ibm-udccn:                x-ignore
  5458. *documentFonts.charset*wp-symbol:                x-ignore
  5459. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  5460.  
  5461.  
  5462. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  5463. ! are based on this.  The default increment is 20%, which means that the 4
  5464. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  5465. !
  5466. *documentFonts.sizeIncrement:    20
  5467.  
  5468. ! Maximum size to scale fonts, in points.
  5469. *documentFonts.maximumPoints: 200
  5470.  
  5471. ! CSS-1 generic font family mapping
  5472. ! to change the defaults, uncomment and give a different family name
  5473. ! *documentFonts.generic.serif: times
  5474. ! *documentFonts.generic.sans-serif: helvetica
  5475. ! *documentFonts.generic.cursive: itc zapf chancery
  5476. ! *documentFonts.generic.fantasy: new century schoolbook
  5477. ! *documentFonts.generic.monospace: courier
  5478.  
  5479. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  5480. ! same fonts in their font path, and, to make matters even worse, they have
  5481. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  5482. ! following is provided so that these people can hack their fonts without
  5483. ! having to correct their font path.
  5484. !
  5485. ! To correct your font path, take a look at
  5486. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  5487. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  5488. !
  5489. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  5490. ! corresponding to the X11 font charset (see above).
  5491. !
  5492. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  5493. !
  5494. *documentFonts.xResolution*iso-8859-1:    *
  5495. *documentFonts.yResolution*iso-8859-1:    *
  5496.  
  5497.  
  5498. ! ============================================================================
  5499. ! Fonts used for printing.
  5500. ! ============================================================================
  5501. !
  5502. ! psname  is the full PostScript font name
  5503. ! pscode  is the character encoding used in the PostScript font
  5504. ! pswidth is the PostScript width per character, only useful for "square"
  5505. !         fonts such as those found in East Asia
  5506.  
  5507.  
  5508. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  5509. ! and cannot be changed.
  5510. !
  5511. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  5512. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  5513. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  5514. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  5515. !*documentFonts.latin1.fixed.normal*psname:        Courier
  5516. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  5517. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  5518. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  5519. !*documentFonts.latin1*pscode:                iso-8859-1
  5520. !*documentFonts.latin1*pswidth:                *
  5521.  
  5522.  
  5523. ! Netscape does not differentiate between variable and fixed, and between
  5524. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  5525. !
  5526. ! The charset fields are the charset names corresponding to the available
  5527. ! locales (e.g. for Japan, that would be euc-jp and shift_jis).
  5528. !
  5529. *documentFonts.euc-jp*psname:        Ryumin-Light-RKSJ-H
  5530. *documentFonts.euc-jp*pscode:        shift_jis
  5531. *documentFonts.euc-jp*pswidth:        1000
  5532. *documentFonts.euc-jp*psascent:        950
  5533.  
  5534. *documentFonts.shift_jis*psname:    Ryumin-Light-RKSJ-H
  5535. *documentFonts.shift_jis*pscode:    shift_jis
  5536. *documentFonts.shift_jis*pswidth:    1000
  5537. *documentFonts.shift_jis*psascent:    950
  5538.  
  5539. *documentFonts.EUC-KR*psname:        SMgoJ
  5540. *documentFonts.EUC-KR*pscode:        euc-kr
  5541. *documentFonts.EUC-KR*pswidth:        1000
  5542. *documentFonts.EUC-KR*psascent:        950
  5543.  
  5544. !*documentFonts.gb2312*psname:        ???
  5545. !*documentFonts.gb2312*pscode:        ???
  5546. !*documentFonts.gb2312*pswidth:        ???
  5547. !*documentFonts.gb2312*psascent:    ???
  5548.  
  5549. !*documentFonts.x-euc-tw*psname:    ???
  5550. !*documentFonts.x-euc-tw*pscode:    ???
  5551. !*documentFonts.x-euc-tw*pswidth:    ???
  5552. !*documentFonts.x-euc-tw*psascent:    ???
  5553.  
  5554. ! Unicode Pseudo Font
  5555. ! These map a Unicode Pseudo Font 
  5556. ! latin-1 font name to an equivalent 
  5557. ! font name for a different encoding
  5558. *unicodeFont.helvetica*jis_x0208-1983:        gothic
  5559. *unicodeFont.helvetica*jis_x0201:             gothic
  5560. *unicodeFont.times*jis_x0208-1983:            mincho
  5561. *unicodeFont.times*jis_x0201:                 mincho
  5562. *unicodeFont.courier*jis_x0208-1983:          fixed
  5563. *unicodeFont.courier*jis_x0201:               fixed
  5564. *unicodeFont.lucida*jis_x0208-1983:           gothic
  5565. *unicodeFont.lucida*jis_x0201:                gothic
  5566. *unicodeFont.lucidatypewriter*jis_x0208-1983: gothic
  5567. *unicodeFont.lucidatypewriter*jis_x0201:      gothic
  5568. *unicodeFont.allowHPScaling:                  false
  5569. !*unicodeFont.screenDpi:                       100
  5570. !*javaFont.usePointSizing:                     false
  5571. !*javaFont.screenDpi:                          100
  5572.  
  5573.  
  5574. *scrollerX*VertScrollBar.width:        10
  5575. *scrollerX*VertScrollBar.height:    100
  5576.  
  5577. ! Mail search dialog...
  5578. *MNSearch.title:                          Netscape: Search
  5579. *MNSearch.iconName:                       Search
  5580. *MNSearch*A_the1.labelString:             the
  5581. *MNSearch*A_the2.labelString:             and the
  5582. *MNSearch*SearchBtn.labelString:          Search
  5583. *MNSearch*NewBtn.labelString:             Clear 
  5584. *MNSearch*MiscBtn.labelString:            Save As... 
  5585. *MNSearch*CloseBtn.labelString:           Close
  5586. *where.labelString:              where
  5587. *MNSearch*searchFolderLabel.labelString:  Search for items in
  5588. *MNSearch*itemsLabelTitle.labelString:    Total items found:
  5589. *MNSearch.width:                 650
  5590. *MNSearch*labelValueField.labelString:    mm/dd/yy
  5591. *MNSearch*searchContent.marginWidth:    5
  5592. *MNSearch*searchContent.marginHeight:    5
  5593. *MNSearch*resultComment.topOffset:     4
  5594. *MNSearch*goToMessageFolder.labelString: Go To Message Folder
  5595.  
  5596. ! Ldap Search
  5597. *Ldap.title:                              Netscape:Search Directories
  5598. *Ldap.iconName:                           Search Directories
  5599. *Ldap*A_the1.labelString:                 the
  5600. *Ldap*A_the2.labelString:                 and the
  5601. *Ldap*SearchBtn.labelString:         Search
  5602. *Ldap*NewBtn.labelString:             Clear
  5603. *Ldap*MiscBtn.labelString:             Help    
  5604. *Ldap*CloseBtn.labelString:         Close
  5605. *Ldap*ldapSearchFolderLabel.labelString: Search for items
  5606. *Ldap*itemsLabelTitle.labelString:        Total items found:
  5607. *Ldap.width:                650
  5608. *Ldap.height:                250
  5609. *Ldap*labelValueField.labelString:    mm/dd/yy
  5610. *Ldap*searchContent.marginWidth:    5
  5611. *Ldap*searchContent.marginHeight:    5
  5612. *Ldap*resultComment.topOffset:         4
  5613. *Ldap*ldapCommands.marginWidth:       10
  5614. *Ldap*ldapCommands.spacing:           20    
  5615. *Ldap*toAddrBook.labelString:       Add To Address Book
  5616. *Ldap*toCompose.labelString:         Compose Message
  5617.  
  5618. !
  5619. ! Navigator mouse documentation.
  5620. !
  5621. *tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5622. Netscape*tipLabel.background:  #FFFFCC
  5623. Netscape*tipLabel.foreground:  Black
  5624. Netscape*tipShell.borderColor: Black
  5625. Netscape*tipShell.borderWidth: 1
  5626.  
  5627. !
  5628. ! Browser documentation and tip strings
  5629. !
  5630.  
  5631. ! Navigator/Toolbar (tip strings and special documentation strings)
  5632. *back.tipString:                    Go to previous page
  5633. *forward.tipString:                    Go to next page
  5634. *home.tipString:                    Go to the Home page
  5635. *home.documentationString:          Go to the Home page
  5636. *search.tipString:                  Search on the Internet
  5637. *search.documentationString:        Search the Internet for information
  5638. *MailThread*search.documentationString:  Search mail and discussion group messages
  5639. *MailMsg*search.documentationString:  Search mail and discussion group messages
  5640. *MailFolder*search.documentationString:  Search mail and discussion group messages
  5641. *destinations.tipString:            Interesting places on the Internet
  5642. *destinations.documentationString:  Go to interesting places on the Internet
  5643. *showImages.tipString:              Display images on this page
  5644. *reload.tipString:                  Reload this page from the server
  5645. *stopLoading.tipString:             Stop the current transfer
  5646.  
  5647. !
  5648. ! Some mail/news documentation and tip strings
  5649. !
  5650. !*MailFolder*stopLoading.tipString:  Stop downloading messages
  5651. !*MailFolder*search.documentationString:    Search mail and discussion group messages
  5652. !*MailThread*search.documentationString:    Search mail and discussion group messages
  5653. !*MailMsg*search.documentationString:    Search mail and discussion group messages
  5654.  
  5655.  
  5656. !!
  5657. !! *bookmarkQuickfile
  5658. !!
  5659. *bookmarkQuickfile.labelString:        Bookmarks
  5660. *bookmarkQuickfile.tipString:          Bookmark QuickFile
  5661. *bookmarkQuickfile.documentationString: Bookmark QuickFile
  5662. *bookmarkQuickfile.topOffset:            2
  5663. *bookmarkQuickfile.leftOffset:            2
  5664.  
  5665. !!
  5666. !! *urlLocationProxyIcon
  5667. !!
  5668. *urlLocationProxyIcon.tipString:    \
  5669. Drag this to create a link to this page
  5670. *urlLocationProxyIcon.documentationString:    \
  5671. Drag this to create a link to this page
  5672. *urlLocationProxyIcon.topOffset:        3
  5673. *urlLocationProxyIcon.leftOffset:        3
  5674. *urlLocationProxyIcon.cursorOn:            True
  5675. *urlLocationProxyIcon.cursor:            hand2
  5676.  
  5677.  
  5678. !!
  5679. !! *urlLocationLabel
  5680. !!
  5681. *urlLocationLabel.alignment:                alignment_end
  5682. *urlLocationLabel.recomputeSize:            False
  5683. *urlLocationLabel.marginHeight:                0
  5684. *urlLocationLabel.leftOffset:                4
  5685.  
  5686.  
  5687. *urlLocationLabel.netsiteLabelString:        Netsite:
  5688. *urlLocationLabel.uneditedLabelString:        Location:
  5689. *urlLocationLabel.editedLabelString:        Go To:
  5690.  
  5691. ! this must be the longer of the two...
  5692. *urlLocationLabel.labelString:                Location:
  5693.  
  5694. !!
  5695. !! Fixed Quickfile items
  5696. !!
  5697. *bookmarkQuickfile*addBookmark.labelString:                Add Bookmark
  5698. *bookmarkQuickfile*addBookmark.mnemonic:                    A
  5699. *bookmarkQuickfile*addBookmark.acceleratorText:            Alt+K
  5700.  
  5701. *bookmarkQuickfile*openBookmarks.labelString:                Edit Bookmarks...
  5702. *bookmarkQuickfile*openBookmarks.mnemonic:                    E
  5703. *bookmarkQuickfile*openBookmarks.acceleratorText:            Alt+B
  5704.  
  5705. *bookmarkQuickfile*fileBookmarksSubmenu.labelString:        File Bookmark
  5706. *bookmarkQuickfile*fileBookmarksSubmenu.mnemonic:            F
  5707.  
  5708. ! Navigator/Dashboard
  5709. *docinfoLabel.documentationString:    \
  5710. Security indicator, document is secure when doorkey is unbroken
  5711. *docinfoLabel.tipString:            Security Indicator
  5712. *biffButton.documentationString:    Launch mail window, and check for new mail
  5713. *biffButton.tipString:              Check Mail
  5714.  
  5715. ! Editor/Toolbar
  5716. *editorNewBlank.tipString:          New Document
  5717. *editorOpenFile.tipString:          Open File
  5718. *save.tipString:                    Save
  5719. *browsePage.tipString:              View in Browser
  5720. *editorBrowse.tipString:            View in Browser
  5721. *cut.tipString:                     Cut
  5722. *copy.tipString:                    Copy
  5723. *paste.tipString:                   Paste
  5724. *publish.tipString:                 Publish Document
  5725. *findInObject.tipString:            Find in Page <Alt+F>
  5726. *Editor*openPage.tipString:         Open File
  5727.  
  5728. *charSizeShrink.documentationString: Decrease font size 1 unit
  5729. *charSizeShrink.tipString:          Decrease Font Size
  5730. *charSizeGrow.documentationString:  Increase font size 1 unit
  5731. *charSizeGrow.tipString:            Increase Font Size
  5732. *fontSize.documentationString:      Set font size
  5733. *fontSize.tipString:                Set Font Size
  5734. !*bold.documentationString:         Set the style to Bold <Alt+B>
  5735. *bold.tipString:                    Bold
  5736. !*italic.documentationString:       Set the style to Italic <Alt+I>
  5737. *italic.tipString:                  Italic
  5738. !*fixed.documentationString:        Set the style to Fixed Width <Alt+T>
  5739. *fixed.tipString:                   Fixed Width
  5740. !*textColor.documentationString:    Change or edit current font color
  5741. *textColor.tipString:               Font Color
  5742. *makeLink.documentationString:        \
  5743. Make link to highlighted text, change existing link(s), or insert new link
  5744. *makeLink.tipString:                Make Link
  5745. *insertLink.tipString:                Insert or Make Link
  5746. *clearAllStyles.tipString:          Clear All Styles <Alt+K>
  5747. *insertTarget.documentationString:  Insert a Target (Named Anchor)
  5748. *insertTarget.tipString:            Insert Target (Named Anchor)
  5749. *insertImage.documentationString:   Insert Image at current cursor location
  5750. *insertImage.tipString:             Insert Image
  5751. *insertHorizontalLine.documentationString:    \
  5752. Insert Horizontal Line at current cursor location
  5753. *insertHorizontalLine.tipString:    Insert Horizontal Line
  5754. *insertTable.documentationString:   Insert table at the insertion location
  5755. *insertTable.tipString:             Insert Table
  5756. *objectProperties.documentationString:    \
  5757. Change Properties of object at caret position
  5758. *objectProperties.tipString:        Object Properties
  5759.  
  5760. *paragraphProperties.documentationString: Change paragraph or heading style
  5761. *paragraphProperties.tipString:     Change Paragraph style
  5762. *insertBulleted.documentationString:    \
  5763. Start, change to, or clear an unnumbered (bulleted) list
  5764. *insertBulleted.tipString:          Bullet List
  5765. *insertNumbered.documentationString:    \
  5766. Start, change to, or clear a numbered list
  5767. *insertNumbered.tipString:          Numbered List
  5768. *indent.documentationString:    \
  5769. Increase indent of paragraph one level <Alt+=>
  5770. *indent.tipString:                  Increase Indent
  5771. *outdent.documentationString:    \
  5772. Decrease indent of paragraph one level <Alt+->
  5773. *outdent.tipString:                 Decrease Indent
  5774. *alignLeft.documentationString:     Align to left margin
  5775. *setAligmentStyleLeft.documentationString: Align to left margin
  5776. *alignLeft.tipString:               Align Left
  5777. *alignCenter.documentationString:   Center between margins
  5778. *setAligmentStyleCenter.documentationString: Center between margins
  5779. *alignCenter.tipString:             Align Center
  5780. *alignRight.documentationString:    Align to right margin
  5781. *setAligmentStyleRight.documentationString: Align to right margin
  5782. *alignRight.tipString:              Align Right
  5783.  
  5784. ! Formatting toolbar
  5785. *setParagraphStyle*documentationString: \
  5786. Change paragraph or heading style
  5787. *setParagraphStyle*tipString:       Paragraph Style
  5788. *setFontFace*documentationString:   Change font face
  5789. *setFontFace*tipString:             Font
  5790. *setFontSize*documentationString:   Change font size
  5791. *setFontSize*tipString:             Font Size
  5792. *setFontColor*documentationString:  Change font color
  5793. *setFontColor*tipString:            Font Color
  5794. *setFontColor*documentationString:  Change font color
  5795. *setFontColor*tipString:            Font Color
  5796. *toggleCharacterStyleBold.tipString: Bold <Alt+B>
  5797. *toggleCharacterStyleItalic.tipString: Italic <Alt+I>
  5798. *toggleCharacterStyleUnderline.tipString: Underline <Alt+U>
  5799. *insertNumberedList.tipString:      Numbered List
  5800. *insertNumberedList.documentationString: \
  5801. Start, change, or clear a numbered list
  5802. *insertBulletedList.tipString:      Bullet List
  5803. *insertBulletedList.documentationString: Start, change, or clear a bullet list
  5804. *setAlignmentStyle.tipString:       Alignment
  5805. *setAlignmentStyle.documentationString: Choose horizontal alignment
  5806. *insertLineBreak.documentationString: \
  5807. Insert break to continue text on new line
  5808. *insertBreakBelowImage.documentationString: \
  5809. Insert break to continue text below images to the left and the right
  5810. *setCharacterColor.documentationString: Change the current text color
  5811. *editorGoodiesMenu.tipString:           Insert Object
  5812. *editorGoodiesMenu.documentationString: Insert object
  5813.  
  5814. ! Editor/Popups (additional items)
  5815. *browseLink.documentationString:    Browse this link
  5816. *editLink.documentationString:      Open this link in a new editor window
  5817. *bookmarkLink.documentationString:  Add this link to the bookmark list  
  5818. *copyLink.documentationString:      Copy this link to the clipboard
  5819. *removeLink.documentationString:    \
  5820. Remove link at caret or all links within selected region
  5821.  
  5822. ! Mail/Toolbar
  5823. *getNewMail.tipString:              Get new mail
  5824. *deleteMessage.tipString:           Delete the selected message
  5825. *mailNew.tipString:                 Compose new message
  5826. *replyToSender.tipString:           Reply to the message
  5827. *replyToAll.tipString:              Reply to all recipients
  5828. *forwardMessage.tipString:          Forward the selected message
  5829. *previousUnreadMessage.tipString:   Previous unread message
  5830. *nextUnreadMessage.tipString:       Next unread message
  5831.  
  5832. ! Composition/Edit menu (additional items)
  5833. *pasteQuote.documentationString:    Insert clipboard contents in quoted form
  5834. *clear.documentationString:         Erase the selection
  5835. *clearAllText.documentationString:  Erase everything
  5836. *selectAllText.documentationString: Select the entire document
  5837. *rot13.documentationString:         Rotate message text by 13 characters
  5838.  
  5839. ! Composition/View menu (additional items)
  5840. *showFrom.documentationString:      Show the mail-from field
  5841. *showReplyTo.documentationString:   Show reply-to field
  5842. *showTo.documentationString:        Show mail-to field
  5843. *showCC.documentationString:        Show the Carbon-Copy field
  5844. *showBCC.documentationString:       Show the Blind-Carbon-Copy field
  5845. *showFCC.documentationString:       Show the copy file location field
  5846. *showPostTo.documentationString:    Show the Post-to-newsgroup field
  5847. *showFollowupTo.documentationString: Show the Send-followups-to field
  5848. *showSubject.documentationString:   Show the subject field
  5849. *showAttachments.documentationString: Show the attachments field
  5850. *wrapLines.documentationString:        Wrap lines longer than 72 characters
  5851.  
  5852. ! Composition/Options menu (additional items)
  5853. *deliverNow.documentationString:    Send messages immediately
  5854. *deliverLater.documentationString:  Defer sending messages until later
  5855.  
  5856. ! Compose/Toolbar
  5857. *sendOrSendLater.documentationString: Send the current message
  5858. *sendOrSendLater.tipString:         Send Message
  5859. *quoteMessage.documentationString:    \
  5860. Paste the text of the original document in quoted form
  5861. *quoteMessage.tipString:            Quote Original
  5862.  
  5863. *attach.tipString:  Include an attachment 
  5864. *attachFile.documentationString:    \
  5865. Attach a file to the current message
  5866. *attachFile.tipString:  Attach File
  5867. *attachWebPage.documentationString:    \
  5868. Attach a web page to the current message
  5869. *attachWebPage.tipString:  Attach Web Page
  5870. *deleteAttachment.documentationString:    \
  5871. Delete selected attachment
  5872. *deleteAttachment.tipString:  Delete Attachment
  5873.  
  5874. *attachAddressBookCard.documentationString:    \
  5875. Attach my personal address book card to the current message
  5876. *attachAddressBookCard.tipString:  Attach My Card
  5877. *attachForm.documentationString:    \
  5878. Drag a document here to attach it to this message.
  5879. *attachForm.tipString: Drag document here to attach
  5880.  
  5881. !*editAddressBook.documentationString: Open the address book
  5882. *editAddressBook.tipString:         Addresses
  5883.  
  5884. ! News/Toolbar
  5885. *postNew.tipString:                    Post new message
  5886. *postReply.tipString:                Post reply
  5887. *postAndMailReply.tipString:        Post and mail reply
  5888. *markThreadRead.tipString:          Mark thread read
  5889. *markAllRead.tipString:             Mark all read
  5890.  
  5891. ! Preferences dialog
  5892. !
  5893. *prefs*fontList:                            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5894. *prefs_popup.title:                            Netscape: Preferences
  5895.  
  5896. *prefs.form.leftPane.topOffset:                8
  5897. *prefs.form.leftPane.leftOffset:            8
  5898. *prefs.form.leftPane.bottomOffset:            8
  5899.  
  5900. *prefs.form.rightPane.leftOffset:            8
  5901. *prefs.form.rightPane.rightOffset:            8
  5902. *prefs.form.rightPane.bottomOffset:            8
  5903.  
  5904. *prefs*pageTitle.alignment:                    ALIGNMENT_BEGINNING
  5905. *prefs*pageTitle.fontList:\
  5906. -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*=NORMAL,\
  5907. -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*=BOLD,\
  5908. -*-helvetica-medium-o-normal-*-*-120-*-*-*-*-iso8859-*=ITALIC
  5909.  
  5910. *prefs*categoryList*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5911.  
  5912. *prefs*pageForm.topOffset:                    4
  5913. *prefs*XmFrame.marginWidth:                    8
  5914. *prefs*XmFrame.marginHeight:                4
  5915. *prefs*XmPushButtonGadget.marginWidth:        8
  5916.  
  5917. ! Preferences dialog - Appearance
  5918.  
  5919. *prefs*appearance*launchBoxLabel.labelString:    On startup, launch
  5920. *prefs*appearance*navigator.labelString:    Navigator
  5921. *prefs*appearance*messenger.labelString:    Messenger Mailbox
  5922. *prefs*appearance*collabra.labelString:        Collabra Discussions
  5923. *prefs*appearance*composer.labelString:        Page Composer
  5924. *prefs*appearance*conference.labelString:    Conference
  5925. *prefs*appearance*netcaster.labelString:    Netcaster
  5926. *prefs*appearance*calendar.labelString:        Calendar
  5927. *prefs*appearance*frame2*toolbarBoxLabel.labelString:    Show Toolbar As
  5928. *prefs*appearance*frame2*picAndText.labelString:    Pictures and Text
  5929. *prefs*appearance*frame2*picOnly.labelString:        Pictures Only
  5930. *prefs*appearance*frame2*textOnly.labelString:    Text Only
  5931. *prefs*appearance*frame2*showTooltips.labelString:    Show ToolTips
  5932. *prefs*appearance*frame2*showTooltips.tipString:    Toggle Toolbar Tips
  5933. *prefs*appearance*underline.labelString:        Underline Links
  5934.  
  5935. ! Preferences dialog - General/Fonts
  5936.  
  5937. *prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  5938. *prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  5939. *prefs*fontsFrame*proportionalLabel.labelString:Variable Width Font:
  5940. *prefs*fontsFrame*propSizeLabel.labelString:    Size:
  5941. *prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  5942. *prefs*fontsFrame*fixedLabel.labelString:        Fixed Width Font:
  5943. *prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  5944. *prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  5945. *prefs*fontsFrame*0.labelString:                Any
  5946. *prefs*webFontFrame*useFontLabel.labelString:    Sometimes a document will provide its own fonts.
  5947. *prefs*webFontFrame*dynaFont.labelString:        Dynamic Fonts...
  5948. *prefs*webFontFrame*useMyFont.labelString:        \
  5949. Use my default fonts, overriding document-specified fonts 
  5950. *prefs*webFontFrame*useDocFontSelective.labelString:\
  5951. Use document-specified fonts, but disable Dynamic Fonts  
  5952. *prefs*webFontFrame*useDocFontWhenever.labelString:    \
  5953. Use document-specified fonts, including Dynamic Fonts  
  5954.  
  5955. ! Preferences dialog - General/Colors
  5956.  
  5957. *prefs*colors*colorBoxLabel.labelString:    Colors
  5958. *prefs*colors*textColorLabel.labelString:    Text:
  5959. *prefs*colors*bgColorLabel.labelString:        Background:
  5960. *prefs*colors*useDefColors.labelString:        Use Default
  5961. *prefs*colors*linksBoxLabel.labelString:    Links
  5962. *prefs*colors*linksLabel.labelString:        Unvisited Links:
  5963. *prefs*colors*vlinksLabel.labelString:        Visited Links:
  5964. *prefs*colors*underline.labelString:        Underline links
  5965. *prefs*colors*useColor.labelString:            \
  5966. Sometimes a document will provide its own colors and background
  5967. *prefs*colors*useMyColor.labelString:        Always use my colors, overriding document
  5968.  
  5969. ! Preferences dialog - Browser/Languages - Add
  5970.  
  5971. *prefsLang*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5972. *prefsLang_popup.title:                    Netscape: Add Languages
  5973. *prefsLang*langLabel.labelString:        Select the language you would like to add.\n\nLanguages:
  5974. *prefsLang*langList.visibleItemCount:    15
  5975. *prefsLang*otherLabel.labelString:        Others:
  5976.  
  5977. ! Preferences dialog - Advanced
  5978.  
  5979. *prefs*advanced*showImage.labelString:            \
  5980. Automatically load images and other data types\n\
  5981. (Otherwise, click the Images button to load when needed)
  5982. *prefs*advanced*enableJava.labelString:            Enable Java
  5983. *prefs*advanced*enableJs.labelString:            Enable JavaScript
  5984. *prefs*advanced*enableStyleSheet.labelString:    Enable Style Sheets
  5985. *prefs*advanced*autoInstall.labelString:        Enable AutoInstall
  5986. *prefs*advanced*emailAnonFtp.labelString:        Send email address as anonymous FTP password
  5987. *prefs*cookieFrame*cookieBoxLabel.labelString:    Cookies
  5988. *prefs*cookieFrame*alwaysAcceptCookie.labelString:    Accept all cookies
  5989. *prefs*cookieFrame*noForeignCookie.labelString:    \
  5990. Only accept cookies originating from the same server as\n\
  5991. the page being viewed
  5992. *prefs*cookieFrame*neverAcceptCookie.labelString:Do not accept or send cookies
  5993. *prefs*cookieFrame*warnCookie.labelString:        Warn me before accepting a cookie
  5994.  
  5995. *prefs*alertFrame*submDoc.labelString:            submitting a secure document
  5996. *prefs*alertFrame*dpyDoc.labelString:            displaying a secure document
  5997. *prefs*alertFrame*viewMixed.labelString:        viewing a document with a secure/insecure mix
  5998. *prefs*alertFrame*submForm.labelString:            submitting a form insecurely
  5999. *prefs*alertFrame*submMixedForm.labelString:    submitting a form with a secure/insecure mix
  6000.  
  6001. ! Preferences dialog - Browser/Applications
  6002.  
  6003. *prefs*applFrame*newButton.labelString:            New...
  6004. *prefs*applFrame*editButton.labelString:        Edit...
  6005. *prefs*applFrame*deleteButton.labelString:        Delete
  6006. *prefs*appl*folderLabel.labelString:            Download files to:
  6007. *prefs*appl*browseButton.labelString:            Choose...
  6008.  
  6009. ! Preferences dialog - General - Applications - Edit
  6010.  
  6011. *prefsApplEdit*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6012. *prefsApplEdit_popup.title:                        Netscape: Application
  6013. *prefsApplEdit*mimeTypesDescriptionLabel.labelString: Description:
  6014. *prefsApplEdit*mimeTypesLabel.labelString:         MIMEType:
  6015. *prefsApplEdit*mimeTypesSuffixLabel.labelString:Suffixs:
  6016. *prefsApplEdit*applEditFrameLabel.labelString:    Handled By
  6017. *prefsApplEdit*applEditNavigator.labelString:     Navigator 
  6018. *prefsApplEdit*applEditPlugin.labelString:         Plug In:
  6019. *prefsApplEdit*applEditApp.labelString:         Application:
  6020. *prefsApplEdit*applEditSave.labelString:         Save To Disk
  6021. *prefsApplEdit*applEditUnknown.labelString:     Unknown:PromptUser
  6022. *prefsApplEdit*applEditAppBrowse.labelString:     Choose...
  6023.  
  6024. ! Preferences dialog - General/Cache
  6025.  
  6026. *prefs*cache*cacheLabel.labelString:        \
  6027. The cache is used to keep local copies of frequently accessed docu-\n\
  6028. ments and thus reduce time connected to the network. The Reload\n\
  6029. button will always compare the cache document to the network\n\
  6030. document and show the most recent one. To load pages and images\n\
  6031. from the network instead of the cache, press the Shift key and click\n\
  6032. the reload button.
  6033. *prefs*cache*cacheDirLabel.labelString:        Cache Folder:
  6034. *prefs*cache*memoryLabel.labelString:        Memory cache:
  6035. *prefs*cache*memoryK.labelString:            kBytes
  6036. *prefs*cache*diskLabel.labelString:            Disk cache:
  6037. *prefs*cache*diskK.labelString:                kBytes
  6038. *prefs*cache*verifyLabel.labelString:        \
  6039. Document in cache is compared to document on network
  6040. *prefs*cache*verifyRc*once.labelString:        Once per session
  6041. *prefs*cache*verifyRc*every.labelString:    Every time
  6042. *prefs*cache*verifyRc*never.labelString:    Never
  6043. *prefs*cache*browse.labelString:            Choose...
  6044. *prefs*cache*clearDisk.labelString:            Clear Disk Cache
  6045. *prefs*cache*clearMem.labelString:            Clear Memory Cache
  6046.  
  6047. ! Preferences dialog - General/Proxies
  6048.  
  6049. *prefs*proxies*proxiesLabel.labelString:        \
  6050. A network proxy is used to provide additional security between your\n\
  6051. computer and the Internet (usually along with a firewall) and/or to\n\
  6052. increase performance between networks by reducing redundant traffic\n\
  6053. via caching. Your system administrator can provide you with proper\n\
  6054. proxy settings.
  6055. *prefs*proxies*direct.labelString:            Direct connection to the internet
  6056. *prefs*proxies*manual.labelString:            Manual proxy configuration
  6057. *prefs*proxies*auto.labelString:            Automatic proxy configuration
  6058. *prefs*proxies*config.labelString:            Configuration location (URL)
  6059. *prefs*proxies*view.labelString:            View...
  6060. *prefs*proxies*reload.labelString:            Reload
  6061.  
  6062. ! Preferences dialog - General - Proxies - View
  6063.  
  6064. *prefsProxiesView*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6065. *prefsProxiesView_popup.title:                Netscape: View Manual Proxy Configuration
  6066. *prefsProxiesView*proxyViewLabel1.labelString:    \
  6067. You may configure a proxy and port number for each of the internet\n\
  6068. protocols that Netscape supports.
  6069. *prefsProxiesView*proxyViewLabel2.labelString:    \
  6070. You may provide a list of domains that Netscape should access directly,\n\
  6071. rather than via the proxy:
  6072. *prefsProxiesView*ftpProxyLabel.labelString:    FTP Proxy:
  6073. *prefsProxiesView*gopherProxyLabel.labelString:    Gopher Proxy:
  6074. *prefsProxiesView*httpProxyLabel.labelString:    HTTP Proxy:
  6075. *prefsProxiesView*httpsProxyLabel.labelString:    Security Proxy:
  6076. *prefsProxiesView*waisProxyLabel.labelString:    WAIS Proxy:
  6077. *prefsProxiesView*noProxyLabel.labelString:        No Proxy for:
  6078. *prefsProxiesView*socksHostLabel.labelString:    SOCKS Host:
  6079. *prefsProxiesView*ftpPortLabel.labelString:        Port:
  6080. *prefsProxiesView*gopherPortLabel.labelString:    Port:
  6081. *prefsProxiesView*httpPortLabel.labelString:    Port:
  6082. *prefsProxiesView*httpsPortLabel.labelString:    Port:
  6083. *prefsProxiesView*waisPortLabel.labelString:    Port:
  6084. *prefsProxiesView*socksPortLabel.labelString:    Port:
  6085.  
  6086. ! Preferences dialog - Advanced/Disk space
  6087.  
  6088. *prefs*diskSpace*allMsgsBoxLabel.labelString:     All Messages
  6089. *prefs*diskSpace*maxMsgSize.labelString:         Do not download any message larger than
  6090. *prefs*diskSpace*k.labelString:                 k
  6091. *prefs*diskSpace*askThreshold.labelString:         Ask about compacting folders when it will save over
  6092. *prefs*diskSpace*k2.labelString:                 k
  6093.  
  6094. *prefs*diskSpace*newsMsgsBoxLabel.labelString:     Discussion Groups Messages Only
  6095. *prefs*diskSpace*newsMsgsLabel.labelString:     When it's time to clean-up messages:
  6096. *prefs*diskSpace*keepNewsByAge.labelString:        Keep messages which have arrived within the past
  6097. *prefs*diskSpace*keepAllNews.labelString:        Keep all messages
  6098. *prefs*diskSpace*keepNewsByCount.labelString:    Keep
  6099. *prefs*diskSpace*keepUnreadNews.labelString:    Keep only unread messages
  6100. *prefs*diskSpace*daysLabel.labelString:         days
  6101. *prefs*diskSpace*msgsLabel.labelString:         newest messages
  6102. *prefs*diskSpace*more.labelString:                 More Options...
  6103.  
  6104. ! Preferences dialog - Advanced/Disk Space - More
  6105.  
  6106. *prefsDiskMore*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6107. *prefsDiskMore_popup.title:                    Netscape: More Disk Space Options
  6108. *prefsDiskMore*form.marginWidth:            10
  6109. *prefsDiskMore*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  6110. *prefsDiskMore*descLabel.labelString:        \
  6111. You can save additional space by removing message\n\
  6112. bodies while keeping the headers. This will allow you\n\
  6113. to preview a message without downloading the entire\n\
  6114. message.
  6115. *prefsDiskMore*rmMsgBodyToggle.labelString:    Remove message bodies only older than
  6116. *prefsDiskMore*numDaysText.columns:            6
  6117. *prefsDiskMore*daysLabel.labelString:        days.
  6118.  
  6119. ! Preferences dialog - Advanced/Help Files
  6120.  
  6121. *prefs*helpFiles*helpLabel.labelString:     Help files come from:
  6122. *prefs*helpFiles*netscapeToggle.labelString:Netscape's Help site
  6123. *prefs*helpFiles*installToggle.labelString:    Installed Help files
  6124. *prefs*helpFiles*customToggle.labelString:    Custom Page:
  6125. *prefs*helpFiles*browse.labelString:         Choose...
  6126.  
  6127. ! Preferences dialog - Browser
  6128.  
  6129. *prefs*browser*indicatorType:                ONE_OF_MANY
  6130. *prefs*browser*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  6131. *prefs*browser*browserBoxLabel.labelString:    Browser starts with
  6132. *prefs*browser*blankPage.labelString:        Blank page
  6133. *prefs*browser*homePage.labelString:        Home page
  6134. *prefs*browser*lastPage.labelString:        Last page visited
  6135. *prefs*browser*homePageBoxLabel.labelString:Home page
  6136. *prefs*browser*homePageLabel.labelString:    Clicking the Home button will take you to this page.
  6137. *prefs*browser*locLabel.labelString:        Location:
  6138. *prefs*browser*browse.labelString:            Choose...
  6139. *prefs*browser*useCurrent.labelString:        Use Current Page
  6140. *prefs*browser*historyBoxLabel.labelString:    History
  6141. *prefs*browser*expireLabel.labelString:        History expires after
  6142. *prefs*browser*daysLabel.labelString:        days
  6143. *prefs*browser*expireNow.labelString:        Clear History
  6144.  
  6145. ! Preferences dialog - Browser/Languages
  6146.  
  6147. *prefs*lang*langLabel.alignment:            ALIGNMENT_BEGINNING
  6148. *prefs*lang*langLabel.labelString:    \
  6149. Choose in order of preference the language(s) in which you prefer to\n\
  6150. view web pages. Web pages are sometimes available in serveral\n\
  6151. languages. Navigator presents the pages in the available language\n\
  6152. you most prefer.
  6153. *prefs*lang*addButton.labelString:        Add...
  6154. *prefs*lang*deleteButton.labelString:    Delete
  6155.  
  6156. ! Preferences dialog - Mail News
  6157.  
  6158. *prefs.quotedTextStyle.plain:                Plain
  6159. *prefs.quotedTextStyle.bold:                Bold
  6160. *prefs.quotedTextStyle.italic:                Italic
  6161. *prefs.quotedTextStyle.boldItalic:            Bold Italic
  6162. *prefs.quotedTextSize.normal:                Normal
  6163. *prefs.quotedTextSize.bigger:                Bigger
  6164. *prefs.quotedTextSize.smaller:                Smaller
  6165. *prefs*mailnews*quotedTextLabel.labelString:    \
  6166. Plain quoted text beginning with ">" is displayed with
  6167. *prefs*mailnews*quotedTextStyleLabel.labelString:    Style:
  6168. *prefs*mailnews*quotedTextSizeLabel.labelString:    Size:
  6169. *prefs*mailnews*quotedTextColorLabel.labelString:    Color:
  6170. *prefs*mailnews*msgArticleLabel.labelString:    \
  6171. Display messages and articles with
  6172. *prefs*mailnews*fixedWidthFont.labelString:            Fixed width font
  6173. *prefs*mailnews*varWidthFont.labelString:            Variable width font
  6174. *prefs*mailnews*reuseThread.labelString:    \
  6175. Reuse message list (thread) window \n\
  6176. (All message lists appear in the same window)
  6177. *prefs*mailnews*reuseMsg.labelString:        \
  6178. Reuse message window \n\
  6179. (All messages appear in the same window)
  6180.  
  6181. ! Preferences dialog - Mail News/Composition
  6182.  
  6183. *prefs*mailnewsCompose*msgPropLabel.labelString:Message Properties
  6184. *prefs*mailnewsCompose*ccLabel.labelString:        Copies of Outgoing Messages
  6185. *prefs*mailnewsCompose*emailLabel.labelString:    Automatically email a copy of outgoing messages to
  6186. *prefs*mailnewsCompose*mailMsgLabel.labelString:Mail messages:
  6187. *prefs*mailnewsCompose*mEmailSelfToggle.labelString:Self
  6188. *prefs*mailnewsCompose*mEmailOtherLabel.labelString:Other address:
  6189. *prefs*mailnewsCompose*newsMsgLabel.labelString:    Groups messages:
  6190. *prefs*mailnewsCompose*nEmailSelfToggle.labelString:Self
  6191. *prefs*mailnewsCompose*nEmailOtherLabel.labelString:Other address:
  6192. *prefs*mailnewsCompose*fccLabel.labelString:        Automatically copy outgoing messages to a folder
  6193. *prefs*mailnewsCompose*mailFolderToggle.labelString:Mail messages:
  6194. *prefs*mailnewsCompose*newsFolderToggle.labelString:Groups messages
  6195. *prefs*mailnewsCompose*autoQuoteToggle.labelString:    Automatically quote original message when replying
  6196. *prefs*mailnewsCompose*sendHtmlMsgToggle.labelString:By default, send rich text (HTML) messages
  6197. *prefs*mailnewsCompose*wrapLabel.labelString:        Wrap long lines at
  6198. *prefs*mailnewsCompose*charLabel.labelString:        characters
  6199. *prefs*mailnewsCompose*moreButton.labelString:        More Options...
  6200.  
  6201. ! Preferences dialog - Mail News/Messages - More
  6202.  
  6203. *prefsMsgMore*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6204. *prefsMsgMore_popup.title:                    Netscape: More Messages Preferences
  6205. *prefsMsgMore*addressingLabel.labelString:    When addressing messages:
  6206. *prefsMsgMore*nameAndNicknamesToggle.labelString:    Expand addresses against names and nicknames
  6207. *prefsMsgMore*nicknamesOnlyToggle.labelString:    Expand addresses against nicknames only
  6208. *prefsMsgMore*composeLabel.labelString:        Send messages that use 8-bit characters
  6209. *prefsMsgMore*8bitToggle.labelString:        As is (does not work well with some mail servers)
  6210. *prefsMsgMore*qpToggle.labelString:            \
  6211. Using the \"quoted printable\" MIME encoding\n\
  6212. (does not work well with some mail or discussion\n\
  6213. groups readers)
  6214. *prefsMsgMore*sendLabel.labelString:        \
  6215. When sending HTML messages to recipients who are not\n\
  6216. listed as being able to receive HTML messages:
  6217. *prefsMsgMore*askToggle.labelString:        Always ask me what to do
  6218. *prefsMsgMore*sendTextToggle.labelString:\
  6219. Always convert the message into Plain Text\n\
  6220. (may lose some formatting)
  6221. *prefsMsgMore*sendHtmlToggle.labelString:\
  6222. Always send the message in HTML anyway\n\
  6223. (may be unreadable to some recipients)
  6224. *prefsMsgMore*sendBothToggle.labelString:\
  6225. Always send the message in both Plain Text and HTML\n\
  6226. (may take a lot of disk space for the recipient)
  6227.  
  6228. ! Preferences dialog - Mail News/Identity
  6229.  
  6230. *prefs*mailnewsIdentity*idLabel.labelString:        \
  6231. The information below is needed before you can send mail. If you do\n\
  6232. not know the information requested, please contact your system\n\
  6233. administrator or Internet Service Provider.
  6234. *prefs*mailnewsIdentity*nameLabel.labelString:    Your name:
  6235. *prefs*mailnewsIdentity*emailAddrLabel.labelString:    EmailAddress:
  6236. *prefs*mailnewsIdentity*replyToAddrLabel.labelString:    \
  6237. Reply-to address (only needed if different from email address):
  6238. *prefs*mailnewsIdentity*orgLabel.labelString:    Organization:
  6239. *prefs*mailnewsIdentity*sigFileLabel.labelString:    Signature File:
  6240. *prefs*mailnewsIdentity*browse.labelString:        Choose...
  6241. *prefs*mailnewsIdentity*attachCard.labelString:    Always attach Address Book Card to messages
  6242. *prefs*mailnewsIdentity*editCard.labelString:    Edit Card...
  6243.  
  6244. ! Preferences dialog - Mail News/Mail Server
  6245.  
  6246. *prefs*mailnewsMserver*serverLabel.labelString:        \
  6247. The information below is needed before you can receive mail. If you do\n\
  6248. not know the information requested, please contact your system\n\
  6249. administrator or Internet Service Provider.
  6250. *prefs*mailnewsMserver*popUserNameLabel.labelString:Mail server user name:
  6251. *prefs*mailnewsMserver*outgoingMailServerLabel.labelString:\
  6252. Outgoing mail (SMTP) server:
  6253. *prefs*mailnewsMserver*incomingMailServerLabel.labelString:    Incoming mail server:
  6254. *prefs*mailnewsMserver*serverTypeLabel.labelString:        Mail server type:
  6255. *prefs*mailnewsMserver*pop3Toggle.labelString:        \
  6256. POP3 (messages and folders are kept locally, on the hard disk)
  6257. *prefs*mailnewsMserver*leaveMsgToggle.labelString:    \
  6258. Leave messages on server after retrieval
  6259. *prefs*mailnewsMserver*moveMailToggle.labelString:        Movemail application
  6260. *prefs*mailnewsMserver*imapToggle.labelString:        \
  6261. IMAP4 (messages and folders are kept remotely, on the server)
  6262. *prefs*mailnewsMserver*imapLocalCopiesToggle.labelString:    \
  6263. By default, copies of folders are kept locally for reading mail offline
  6264. *prefs*mailnewsMserver*imapServerSslToggle.labelString:    Server supports encrypted connections (SSL)
  6265. *prefs*mailnewsMserver*imapDeleteToggle.labelString:    Move deleted messages into trash
  6266. *prefs*mailnewsMserver*inboxToggle.labelString:            System Inbox
  6267. *prefs*mailnewsMserver*builtInAppToggle.labelString:    Built in
  6268. *prefs*mailnewsMserver*externalAppToggle.labelString:    External application
  6269. *prefs*mailnewsMserver*externalAppBrowse.labelString:    Choose...
  6270. *prefs*mailnewsMserver*moreButton.labelString:            More Options...
  6271.  
  6272. ! Preferences dialog - Mail News/Mail Server - More
  6273.  
  6274. *prefsMserverMore*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6275. *prefsMserverMore_popup.title:                    Netscape: More Mail Server Preferences
  6276. *prefsMserverMore*mailDirLabel.labelString:        Local mail directory:
  6277. *prefsMserverMore*mailDirBrowse.labelString:    Choose...
  6278. *prefsMserverMore*imapMailDirLabel.labelString:    IMAP4 mail directory:
  6279. *prefsMserverMore*imapMailLocalDirLabel.labelString:    IMAP4 local mail directory:
  6280. *prefsMserverMore*imapMailLocalDirBrowse.labelString:    Choose...
  6281. *prefsMserverMore*checkMailToggle.labelString:    Check for mail every
  6282. *prefsMserverMore*minutesLabel.labelString:        minutes
  6283. *prefsMserverMore*encryptPasswdToggle.labelString:    \
  6284. My mail server supports encrypted passwords (S/KEY).
  6285. *prefsMserverMore*rememberEmailPasswdToggle.labelString:    \
  6286. Remember my mail password.
  6287. *prefsMserverMore*mapiLabel.labelString:        Use Netscape Messenger MAPI server:
  6288. *prefsMserverMore*alwaysToggle.labelString:        Always
  6289. *prefsMserverMore*neverToggle.labelString:        Never
  6290. *prefsMserverMore*enableBiff.labelString:        Enable sound alert when messages arrive
  6291.  
  6292. ! Preferences dialog - Mail News/News Server
  6293.  
  6294. *prefs*mailnewsNserver*newsServerLabel.labelString:        \
  6295. The information below is needed before you can read discussion\n\
  6296. groups. If you do not know the information requested, please contact \n\
  6297. your system administrator or Internet Service Provider.
  6298. *prefs*mailnewsNserver*nntpServerLabel.labelString:    Discussion groups (news) server:
  6299. *prefs*mailnewsNserver*newsDirLabel.labelString:    Discussion groups (news) directory:
  6300. *prefs*mailnewsNserver*notify.labelString:            Ask me before downloading more than
  6301. *prefs*mailnewsNserver*msgLabel.labelString:        messages
  6302. *prefs*mailnewsNserver*browse.labelString:            Choose...
  6303. *prefs*mailnewsNserver*portLabel.labelString:        Port:
  6304. *prefs*mailnewsNserver*secure.labelString:            Secure
  6305.  
  6306. ! Preferences dialog - Mail News/Address Book
  6307.  
  6308. *prefs*mailnewsAddrBook*addrBookLabel.labelString:    \
  6309. When searching directories, search for items using\n\
  6310. these directories in the following order:
  6311. *prefs*mailnewsAddrBook*newButton.labelString:        New...
  6312. *prefs*mailnewsAddrBook*editButton.labelString:        Edit...
  6313. *prefs*mailnewsAddrBook*deleteButton.labelString:    Delete
  6314. *prefs*mailnewsAddrBook*fullNameLabel.labelString:    Show full names as
  6315. *prefs*mailnewsAddrBook*firstLastToggle.labelString:(First Name)(Last Name)
  6316. *prefs*mailnewsAddrBook*lastFirstToggle.labelString:(Last Name),(First Name)
  6317. *prefs*mailnewsAddrBook*firstLastLabel.labelString:    (John Smith)
  6318. *prefs*mailnewsAddrBook*lastFirstLabel.labelString:    (Smith, John)
  6319.  
  6320. ! Preferences dialog - Mail News/Directory - New/Edit
  6321.  
  6322. *prefsLdapProp*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6323. *prefsLdapProp_popup.title:                    Netscape: LDAP Server Preferences
  6324. *prefsLdapProp*descLabel.labelString:        Description:    
  6325. *prefsLdapProp*serverLabel.labelString:        LDAP Server:
  6326. *prefsLdapProp*rootLabel.labelString:        Search Root:
  6327. *prefsLdapProp*portNumberLabel.labelString:    Port Number:
  6328. *prefsLdapProp*numHitLabel.labelString:        Maximum Number of Hits:
  6329. *prefsLdapProp*secure.labelString:            Secure
  6330. *prefsLdapProp*savePasswd.labelString:        Save Password
  6331.  
  6332. ! Preferences dialog - Editor
  6333.  
  6334. *prefs*editor*authorLabel.labelString:        Author name:
  6335. *prefs*editor*externalFrameTitle.labelString:    External editors
  6336. *prefs*editor*htmlLabel.labelString:        HTML source:
  6337. *prefs*editor*imageLabel.labelString:        Images:
  6338. *prefs*editor*locationLabel.labelString:    Template for new page:
  6339. *prefs*editor*restoreDefault.labelString:    Use Default
  6340. *prefs*editor*browseTemplate.labelString:    Choose...
  6341. *prefs*editor*autosaveEnable.labelString:    Automatically save page every
  6342. *prefs*editor*minutes.labelString:            minutes
  6343. *prefs*editor*browse.labelString:            Choose...
  6344.  
  6345. ! Preferences dialog - Editor/Publish
  6346.  
  6347. *prefs*editor*linksAndImagesTitle.labelString:    Links and images
  6348. *prefs*editor*linksAndImagesLabel.labelString:    \
  6349. When saving remote documents and when inserting links and images:
  6350. *prefs*editor*linksToggle.labelString:        Maintain links
  6351. *prefs*editor*linksInfo.labelString:            \
  6352. Adjust links to work from the document's location. Links to local\n\
  6353. files will work when local versions exist.
  6354. *prefs*editor*imagesToggle.labelString:        Keep images with document
  6355. *prefs*editor*imagesInfo.labelString:        \
  6356. Save copies of images to the document's location. Images will\n\
  6357. always appear in local versions of the document and when it is\n\
  6358. published.
  6359. *prefs*editor*linksAndImagesTip.labelString:        \
  6360. Tip: Set both options if you will be using remote publishing.
  6361. *prefs*editor*publishTitle.labelString:        Default publishing location
  6362. *prefs*editor*publishLabel.labelString:        Publish to (FTP or HTTP):    
  6363. *prefs*editor*browseLabel.labelString:        Browse to (HTTP):
  6364.  
  6365. ! Preferences dialog - Offline
  6366.  
  6367. *prefs*offline*startupBoxLabel.labelString:    Startup Communicator in
  6368. *prefs*offline*online.labelString:            Online Work Mode
  6369. *prefs*offline*offline.labelString:            Offline Work Mode
  6370. *prefs*offline*ask.labelString:                Ask Me
  6371. *prefs*offline*onlineDesc.labelString:\
  6372. Choose this if you are on a network and connected to the\n\
  6373. Internet all the time.
  6374. *prefs*offline*offlineDesc.labelString:\
  6375. Choose this if you use a modem and/or want to control\n\
  6376. when you make network connections.
  6377. *prefs*offline*askDesc.labelString:\
  6378. Choose this if you are not sure when you will have access\n\
  6379. to a network when you use Communicator. You will be\n\
  6380. prompted with a choice dialog on start up.
  6381.  
  6382. ! Preferences dialog - Offline/News
  6383.  
  6384. *prefs*offlineNews*downloadBoxLabel.labelString:     Message Download
  6385. *prefs*offlineNews*downloadMsgs.labelString:         Download
  6386. *prefs*offlineNews*downloadByDate.labelString:        Download by date
  6387. *prefs*offlineNews*downloadDateFrom.labelString:    from
  6388. *prefs*offlineNews*downloadDateSince.labelString:    since
  6389. *prefs*offlineNews*msgsLabel.labelString:            messages
  6390. *prefs*offlineNews*daysAgoLabel.labelString:        days ago
  6391. *prefs*offlineNews*discussionLabel.labelString:    \
  6392. In order to read discussions offline, you must first select them for\n\
  6393. download. Click the Select Discussions... button to choose discussions\n\
  6394. for download.
  6395. *prefs*offlineNews*selectDiscussion.labelString:    Select Discussions...
  6396. *prefs*offlineNews*discussionLabel2.labelString:    (12 discussions selected)
  6397.  
  6398. ! Preferences dialog - page labels
  6399.  
  6400. *pref.appearance:                    Appearance
  6401. *pref.fonts:                        Fonts
  6402. *pref.colors:                        Colors
  6403. *pref.browser:                        Navigator
  6404. *pref.lang:                            Languages
  6405. *pref.applications:                    Applications
  6406. *pref.mailNews:                        Mail & Groups
  6407. *pref.identity:                        Identity
  6408. *pref.composition:                    Messages
  6409. *pref.mailServer:                    Mail Server
  6410. *pref.newsServer:                    Groups Server
  6411. *pref.addressBook:                    Directory
  6412. *pref.editor:                        Composer
  6413. *pref.editorAppearance:                New Page Colors
  6414. *pref.editorPublish:                Publish
  6415. *pref.offline:                        Offline
  6416. *pref.offlineNews:                    Groups
  6417. *pref.diskSpace:                    Disk Space
  6418. *pref.helpFiles:                    Help Files
  6419. *pref.advanced:                        Advanced
  6420. *pref.cache:                        Cache
  6421. *pref.proxies:                        Proxies
  6422.  
  6423. *prefDesc.appearance:                Change the appearance of the display
  6424. *prefDesc.fonts:                    Change the fonts in your display
  6425. *prefDesc.colors:                    Change the colors in your display
  6426. *prefDesc.browser:                    Specify the home page location
  6427. *prefDesc.lang:                        View web pages in different languages
  6428. *prefDesc.applications:                Specify helper applications for different file types
  6429. *prefDesc.mailNews:                    Change appearance settings for Mail & Groups
  6430. *prefDesc.identity:                    Set your name, email address, and signature file
  6431. *prefDesc.composition:                Choose settings for outgoing messages
  6432. *prefDesc.mailServer:                Specify server for incoming mail
  6433. *prefDesc.newsServer:                Specify server for reading discussion groups
  6434. *prefDesc.addressBook:                Choose directories for searching addresses
  6435. *prefDesc.editor:                    Set general preferences for authoring Web pages
  6436. *prefDesc.editorAppearance:            Choose default appearance of new Web pages
  6437. *prefDesc.editorPublish:            Designate the default publishing location
  6438. *prefDesc.offline:                    Choose the startup mode of the product
  6439. *prefDesc.offlineNews:                Choose settings for reading discussions offline
  6440. *prefDesc.diskSpace:                Manage the amount of disk space taken by messages
  6441. *prefDesc.helpFiles:                Choose Help files
  6442. *prefDesc.advanced:                    Change preferences that affect the entire product
  6443. *prefDesc.cache:                    Designate the size of the cache
  6444. *prefDesc.proxies:                    Configure proxies to access the Internet
  6445.  
  6446. ! Preferences dialog - TODOs
  6447.  
  6448.  
  6449. *prefs*mailnewsMserver*inboxToggle.sensitive:    false
  6450.  
  6451.  
  6452. ! Color picker
  6453.  
  6454. *colorDialog_popup.title:            Netscape: Color Picker
  6455.  
  6456. ! Mail/News banners
  6457. *bannerFrame.shadowType:    SHADOW_OUT
  6458. *bannerFrame.shadowThickness:    1
  6459.  
  6460. ! Subscribe UI
  6461.  
  6462. *subscribeFolder*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6463. *subscribeFolder*toggleSubscribe.labelString:    Join
  6464. *subscribeFolder*expandAll.labelString:        Expand All
  6465. *subscribeFolder*collapseAll.labelString:    Collapse All
  6466. *subscribeFolder*fetchGroupList.labelString:    Get Discussion Groups
  6467. *subscribeFolder*stopLoading.labelString:    Stop
  6468. *subscribeFolder*getNewGroups.labelString:    Get New
  6469. *subscribeFolder*clearNewGroups.labelString:    Clear New
  6470. *subscribeFolder*search.labelString:        Search Now
  6471. *subscribeFolder*addNewsServer.labelString:    Add Server...
  6472.  
  6473. *subscribeFolder*searchLabel.labelString:    Search For:
  6474. *subscribeFolder*onserverLabel.labelString:    On Server:
  6475. *subscribeFolder*serverLabel.labelString:    Server:
  6476. *subscribeFolder*newsgroupLabel.labelString:    Discussion Group:
  6477. *subscribeFolder*subNewInfoLabel.alignment:    ALIGNMENT_BEGINNING
  6478.  
  6479. ! The Add server dialog
  6480. *serverDialog*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6481. *serverDialogForm*serverLabel.labelString:    Server Name:
  6482. *serverDialogForm*portLabel.labelString:    Server Port:
  6483. *serverDialogForm*secureLabel.labelString:    Secure:
  6484. *serverDialogForm*secureToggle.labelString:
  6485.  
  6486. ! Compose Window attachment panel resources
  6487. *newComposeFolder*attachItemImage.highlightThickness:      2
  6488. *newComposeFolder*attachItemImage.navigationType: NONE
  6489.  
  6490. *addressFolderBaseWidget*addressBook.labelString:     Address Book
  6491. *addressBook.documentationString: Attach an address book card to the current message
  6492.  
  6493. *subjectFormW*subjectLabel.labelString:        Subject:
  6494. *PriorityOption.labelString:            Priority:
  6495. *optionForm*returnReceipt.labelString:        Return receipt
  6496. *optionForm*encrypted.labelString:        Encrypted
  6497. *optionForm*signed.labelString:            Signed
  6498. *optionForm*leftMargin:            40
  6499. *optionForm*rightMargin:        40    
  6500.  
  6501. *TextEncodingOption.labelString:        Message Encoding:
  6502. *BinaryEncodingOption.labelString:        Binary Encoding:
  6503.  
  6504. !!
  6505. !! *menuBar
  6506. !!
  6507. *menuBar.shadowThickness:        1
  6508. *menuBar.marginHeight:            0
  6509. *menuBar.marginWidth:            0
  6510.  
  6511. !!
  6512. !! *toolBox
  6513. !!
  6514. *Navigator*toolBox*Tab0.tipString:        Navigation Toolbar
  6515. *Navigator*toolBox*Tab1.tipString:        Location Toolbar
  6516. *Navigator*toolBox*Tab2.tipString:        Personal Toolbar
  6517.  
  6518. *Editor*toolBox*Tab0.tipString:            Composition Toolbar
  6519. *Editor*toolBox*Tab1.tipString:            Formatting Toolbar
  6520.  
  6521. *Composition*toolBox*Tab0.tipString:    Message Toolbar
  6522. *Composition*toolBox*Tab1.tipString:    Addressing Area
  6523. *Composition*subjectFormW.toolBox*Tab0.tipString: Formatting Toolbar
  6524.  
  6525. *MailFolder*toolBox*Tab0.tipString:        Message Center Toolbar
  6526. *MailFolder*toolBox*Tab1.tipString:        Location Toolbar
  6527.  
  6528. *MailThread*toolBox*Tab0.tipString:        Message Toolbar
  6529. *MailThread*toolBox*Tab1.tipString:        Location Toolbar
  6530.  
  6531. *MailMsg*toolBox*Tab0.tipString:        Message Toolbar
  6532. *MailMsg*toolBox*Tab1.tipString:        Location Toolbar
  6533.  
  6534. *toolBox*Tab0.tipString:                Navigation Toolbar
  6535. *toolBox*Tab1.tipString:                Location Toolbar
  6536.  
  6537. *Navigator*toolBox*Tab0.documentationString:        Navigation Toolbar
  6538. *Navigator*toolBox*Tab1.documentationString:        Location Toolbar
  6539. *Navigator*toolBox*Tab2.documentationString:        Personal Toolbar
  6540.  
  6541. *Editor*toolBox*Tab0.documentationString:            Composition Toolbar
  6542. *Editor*toolBox*Tab1.documentationString:            Formatting Toolbar
  6543.  
  6544. *Composition*toolBox*Tab0.documentationString:    Message Toolbar
  6545. *Composition*toolBox*Tab1.documentationString:    Addressing Area
  6546. *Composition*subjectFormW.toolBox*Tab0.documentationString: Formatting Toolbar
  6547.  
  6548. *MailFolder*toolBox*Tab0.documentationString:        Message Center Toolbar
  6549. *MailFolder*toolBox*Tab1.documentationString:        Location Toolbar
  6550.  
  6551. *MailThread*toolBox*Tab0.documentationString:        Message Toolbar
  6552. *MailThread*toolBox*Tab1.documentationString:        Location Toolbar
  6553.  
  6554. *MailMsg*toolBox*Tab0.documentationString:        Message Toolbar
  6555. *MailMsg*toolBox*Tab1.documentationString:        Location Toolbar
  6556.  
  6557. *toolBox*Tab0.documentationString:                Navigation Toolbar
  6558. *toolBox*Tab1.documentationString:                Location Toolbar
  6559.  
  6560. !! Number of pixels to move an item before swapping
  6561. *toolBox*swapThreshold:                    10
  6562.  
  6563. !! Maximum number of pixels an item can be dragged (for one mouse motion)
  6564. *toolBox*dragThreshold:                    10
  6565.  
  6566. !!
  6567. !! *toolBar
  6568. !!
  6569. *toolBar*XfeButton*marginBottom:        1
  6570. *toolBar*XfeButton*marginLeft:            1
  6571. *toolBar*XfeButton*marginRight:            1
  6572. *toolBar*XfeButton*marginTop:            1
  6573. *toolBar*XfeButton*shadowThickness:        1
  6574.  
  6575. *toolBar*XfeCascade*marginBottom:        1
  6576. *toolBar*XfeCascade*marginLeft:            1
  6577. *toolBar*XfeCascade*marginRight:        1
  6578. *toolBar*XfeCascade*marginTop:            1
  6579. *toolBar*XfeCascade*shadowThickness:    1
  6580.  
  6581. *toolBar*armOffset:                        1
  6582. *toolBar*fillOnArm:                        false
  6583. *toolBar*fillOnRaise:                    false
  6584. *toolBar*raiseForeground:                Blue
  6585. *toolBar*fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  6586.  
  6587.  
  6588. !!
  6589. !! Browser Toolbar destinations
  6590. !!
  6591. *toolBar*destinations.mappingDelay:                1
  6592. *toolBar*destinations*whatsNew.labelString:        What's New?
  6593. *toolBar*destinations*whatsCool.labelString:    What's Cool?
  6594. *toolBar*destinations*inetIndex.labelString:    The Internet
  6595. *toolBar*destinations*inetSearch.labelString:    Net Search
  6596. *toolBar*destinations*inetWhite.labelString:    People
  6597. *toolBar*destinations*inetYellow.labelString:    Yellow Pages
  6598. *toolBar*destinations*upgrade.labelString:        Software
  6599. *toolBar*destinations*welcome.labelString:        Welcome
  6600. *toolBar*destinations*newsgroups.labelString:    Groups
  6601.  
  6602. !!
  6603. !! *dashBoard
  6604. !!
  6605. *dashBoard.shadowThickness:                            1
  6606. *dashBoard.shadowType:                                shadow_out
  6607. *dashBoard.bottomOffset:                            0
  6608. *dashBoard.leftOffset:                                0
  6609. *dashBoard.rightOffset:                                0
  6610. *dashBoard.topOffset:                                0
  6611. *dashBoard.marginBottom:                            2
  6612. *dashBoard.marginLeft:                                2
  6613. *dashBoard.marginRight:                                2
  6614. *dashBoard.marginTop:                                2
  6615.  
  6616. !!
  6617. !! *dashBoard*viewSecurity
  6618. !!
  6619. *dashBoard*viewSecurity.shadowType:                    shadow_in
  6620. *dashBoard*viewSecurity.shadowThickness:            1
  6621.  
  6622. !!
  6623. !! *dashBoard*statusBar
  6624. !!
  6625. *dashBoard*statusBar.shadowType:                    shadow_in
  6626. *dashBoard*statusBar.shadowThickness:                1
  6627. *dashBoard*statusBar.truncateLabel:                    false
  6628. *dashBoard*statusBar.fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  6629.  
  6630. ! initial value for the status bar
  6631. *dashBoard*statusBar.labelString:                    Netscape
  6632.  
  6633. !!
  6634. !! *dashBoard*progressBar
  6635. !!
  6636. *dashBoard*progressBar.shadowType:                    shadow_in
  6637. *dashBoard*progressBar.shadowThickness:                1
  6638. *dashBoard*progressBar.fontList:                    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  6639. *dashBoard*progressBar.width:                        100
  6640.  
  6641. !! The color of the progress bar
  6642. *dashBoard*progressBar.barColor:                    Gray60
  6643.  
  6644. !! The about the cylon moves on each tick
  6645. *dashBoard*progressBar.cylonOffset:                    2
  6646.  
  6647. !! The interval in msec between cylon ticks
  6648. *dashBoard*progressBar.cylonInterval:                100
  6649.  
  6650. !! The cylon width (percent of total)
  6651. *dashBoard*progressBar.cylonWidth:                    20
  6652.  
  6653. !!
  6654. !! *taskBar
  6655. !!
  6656. *taskBar.shadowType:                                shadow_out
  6657. *taskBar.shadowThickness:                            1
  6658. *taskBar*fontList:                                    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  6659.  
  6660. *taskBar*openOrBringUpBrowser.labelString:            Navigator
  6661. *taskBar*openInboxAndGetNewMessages.labelString:    Mailbox
  6662. *taskBar*openNewsgroups.labelString:                Discussions
  6663. *taskBar*openEditor.labelString:                    Composer
  6664.  
  6665. *taskBar*openOrBringUpBrowser.tipString:            Open a browser window
  6666. *taskBar*openInboxAndGetNewMessages.tipString:        Open the mail window and get new messages
  6667. *taskBar*openNewsgroups.tipString:                    Open the list of discussion groups
  6668. *taskBar*openEditor.tipString:                        Open the web page editor
  6669.  
  6670. *openInboxAndGetNewMessages.documentationString:    Open the mail window and get new messages
  6671.  
  6672. !!
  6673. !! *taskBarContextMenu
  6674. !!
  6675. *taskBarContextMenu*alwaysOnTop.labelString:        Always On Top
  6676. *taskBarContextMenu*vertical.labelString:            Vertical
  6677. *taskBarContextMenu*horizontal.labelString:            Horizontal
  6678. *taskBarContextMenu*close.labelString:                Close
  6679.  
  6680. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  6681.  
  6682. ! buttons for compose/post  message pulldown on the toolbar
  6683. *toolBar*composeMessagePlain.labelString:     in Plain Text    
  6684. *toolBar*composeMessageHTML.labelString:     in HTML    
  6685.  
  6686. *toolBar*composeArticlePlain.labelString:     in Plain Text    
  6687. *toolBar*composeArticleHTML.labelString:     in HTML    
  6688.  
  6689. ! buttons specific to the folder frame.
  6690. *toolBar*getNewMessages.labelString:    Get Msg
  6691. *toolBar*composeMessage.labelString:    New Msg
  6692. *composeMessage.tipString:        New message
  6693. *toolBar*newFolder.labelString:        New Folder
  6694. *toolBar*addNewsgroup.labelString:    Join Groups
  6695. *toolBar*deleteFolder.labelString:    Delete
  6696.  
  6697. *unsubscribeNewsgroupCmdString: Delete Discussion
  6698. *deleteFolderCmdString:        Delete Folder
  6699. *deleteNewsHostCmdString:     Delete Discussion Host
  6700. *deleteMailHostCmdString:    Delete Mail Host
  6701. !
  6702. *getNewMessages.tipString:    Get messages
  6703. *newFolder.tipString:        New mail folder
  6704. *addNewsgroup.tipString:    Add a discussion group
  6705. *deleteFolder.tipString:    Delete mail folder
  6706. !
  6707. *getNewMessages.documentationString:    Get new mail and discussion group messages
  6708.  
  6709. ! buttons specific to the thread/message frame.
  6710. *toolBar*composeArticle.labelString: New Msg
  6711. *toolBar*replyToNewsgroup.labelString: Reply
  6712. *toolBar*replyToSender.labelString:    Reply
  6713. *toolBar*nextMessage.labelString:    Next
  6714. *toolBar*nextUnreadMessage.labelString:    Next Unread Message
  6715. *toolBar*nextUnreadThread.labelString:    Next Unread Thread
  6716. *toolBar*nextFlaggedMessage.labelString:     Next Flagged Message
  6717. *toolBar*nextCategory.labelString:    Next Category
  6718. *toolBar*nextUnreadCategory.labelString:    Next Unread Category
  6719. *toolBar*nextUnreadCollection.labelString:    Next Unread Collection
  6720. *toolBar*forwardMessage.labelString:    Forward
  6721. *toolBar*deleteMessage.labelString:    Delete
  6722. *toolBar*previousUnreadMessage.labelString: Previous
  6723. *toolBar*previousMessage.labelString:    Previous
  6724. *previousMessage.tipString: Previous message
  6725. *toolBar*moveMessage.labelString: File
  6726. *toolBar*copyMessage.labelString: File
  6727. *toolBar*composeArticle.tipString: New message to this discussion group
  6728. *toolBar*replyToNewsgroup.tipString: Reply to the message
  6729. *toolBar*nextMessage.tipString:    Next unread message
  6730.  
  6731.  
  6732. *toolBar*moveMessage.tipString: File the selected message
  6733. *toolBar*copyMessage.tipString: File the selected message
  6734. *toolBar*moveMessage.documentationString: File the selected message to a folder
  6735. *toolBar*copyMessage.documentationString: Copy the selected message to a folder
  6736.  
  6737. ! buttons specific to the browser frame.
  6738. *toolBar*back.labelString:    Back
  6739. *toolBar*forward.labelString:    Forward
  6740. *toolBar*home.labelString:    Home
  6741. *toolBar*search.labelString:    Search
  6742. *toolBar*destinations.labelString:    Guide
  6743. *toolBar*showImages.labelString:    Images
  6744. *toolBar*loadImages.labelString:    Load Images
  6745. *toolBar*print.labelString:    Print
  6746. *print.tipString:                   Print this page
  6747. *MailThread*print.tipString:        Print the selected message
  6748. *MailMsg*print.tipString:           Print the selected message
  6749. *toolBar*reload.labelString:    Reload
  6750. *toolBar*stopReload.labelString: Reload
  6751. *reloadCmdString:        Reload
  6752. *stopCmdString:        Stop
  6753.  
  6754. ! buttons specific to the compose frame.
  6755. *toolBar*sendMessageNow.labelString:    Send Now
  6756. *toolBar*saveDraft.labelString:        Save
  6757. *toolBar*addresseePicker.labelString:        Address
  6758. *toolBar*quote.labelString:        Quote
  6759. *toolBar*viewAddresses.labelString:    Address
  6760. *toolBar*viewDirectories.labelString:    Directory
  6761. !
  6762. *sendMessageNow.tipString:    Send this message
  6763. *saveDraft.tipString:        Save this message as a draft
  6764. *quote.tipString:        Quote the previous document
  6765. *viewDirectories.tipString:    Look up an address
  6766. *viewSecurity.tipString:        Show security information
  6767. !
  6768. *addressBook.tipString:
  6769. !
  6770. *quote.documentationString:          Paste text from the original page in quoted form
  6771. *viewDirectories.documentationString: Look up an address in an LDAP directory
  6772. !
  6773. ! buttons specific to the Addressbook frame. documentationString
  6774. *toolBar*abEditEntry.labelString:     Properties
  6775. *toolBar*abDeleteEntry.labelString:   Delete
  6776. *toolBar*searchAddress.labelString:       Directory
  6777. *toolBar*abCall.labelString:       Call
  6778. !
  6779. *addToAddressBook.tipString: Create a new entry
  6780. *abNewList.tipString:        Create a new mailing list 
  6781. *abEditEntry.tipString:     Edit the selected entry
  6782. *abDeleteEntry.tipString:   Delete the selected entry
  6783. *abCall.tipString:          Start conference
  6784. *searchAddress.tipString:       Look up an address
  6785. !
  6786.  
  6787. *abEditEntry.documentationString:     \
  6788. View and edit properties of entry's address book card
  6789. *viewProperties.documentationString:  \
  6790. View and edit properties of entry's address book card
  6791. *displayHTMLDomainsDialog.documentationString: \
  6792. Edit the list of domains that can receive HTML messages
  6793. *abVCard.documentationString:          Create and edit my address book card
  6794.  
  6795. *abDeleteEntry.documentationString:   Delete the selected entry from the address book
  6796.  
  6797. *searchAddress.documentationString:       Look up an address in an LDAP directory
  6798.  
  6799. !*AddressBook*toggleNavigationToolbar.documentationString: 
  6800. !
  6801. *toBtn.documentationString:           Compose a message to the selected entry
  6802. *ccBtn.documentationString:           Compose a message and copy it to the selected entry
  6803. *bccBtn.documentationString:          Compose a message and blind-carbon copy it to the selected entry
  6804. !
  6805. ! buttons used everywhere (it seems.)
  6806. *toolBar*viewSecurity.labelString:    Security
  6807. *toolBar*stopLoading.labelString:    Stop
  6808.  
  6809. *changeDocumentEncoding.documentationString: Indicate Documentation Encoding
  6810.  
  6811.  
  6812. *MailFolder.width:    280
  6813. *MailFolder.height:    400
  6814. !
  6815. *abCardProperties*strip.topOffset: 3
  6816. *abCardProperties*strip.leftOffset: 15
  6817. *abCardProperties*strip.bottomOffset: 3
  6818. *abCardProperties*strip.rightOffset: 15
  6819.  
  6820. !
  6821. ! For the mail message download dialog
  6822. !
  6823. Netscape*MessageDownload*label.alignment: ALIGNMENT_BEGINNING
  6824. Netscape*MessageDownload*stopButtonForm*stopLoading.labelString: Cancel
  6825.  
  6826. Netscape*NewsDownload*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6827. Netscape*NewsDownload_popup.title:            Netscape: Download Headers
  6828.  
  6829. Netscape*NewsDownload*allToggle.labelString: Download all headers
  6830. Netscape*NewsDownload*numMessagesToggle.labelString: Download
  6831. Netscape*NewsDownload*numMessagesCaption.labelString: headers
  6832. Netscape*NewsDownload*markOthersRead.labelString: Mark remaining headers as read.
  6833.  
  6834. !
  6835. ! For the news group property dialog
  6836. !
  6837. *NewsgroupProps*name_label.labelString:    Name:
  6838. *NewsgroupProps*location_label.labelString: Location:
  6839. *NewsgroupProps*unread_label.labelString: Unread Messages:
  6840. *NewsgroupProps*total_label.labelString: Total Messages:
  6841. *NewsgroupProps*space_label.labelString: Total Space Used:
  6842. *NewsgroupProps*html_toggle.labelString: Can receive HTML messages
  6843.  
  6844. !
  6845. ! For the mail folder property dialog
  6846. !
  6847. *MailFolderProps*name_label.labelString:    Name:
  6848. *MailFolderProps*name_value.columns: 20
  6849. *MailFolderProps*location_label.labelString: Location:
  6850. *MailFolderProps*unread_label.labelString: Unread Messages:
  6851. *MailFolderProps*total_label.labelString: Total Messages:
  6852. *MailFolderProps*wasted_label.labelString: Disk Space Wasted:
  6853. *MailFolderProps*space_label.labelString: Total Space Used:
  6854.  
  6855. !
  6856. ! For the news server property dialog
  6857. !
  6858. *NewsServerProps*name_label.labelString: Name:
  6859. *NewsServerProps*port_label.labelString: Port #:
  6860. *NewsServerProps*security_label.labelString: Security:
  6861. *NewsServerProps*desc_label.labelString: Description:
  6862. *NewsServerProps*prompt_toggle.labelString: Always ask me for my user name and password
  6863. *NewsServerProps*anonymous_toggle.labelString: \
  6864. Only ask me for my user name and password\n\
  6865. when necessary
  6866. *NewsServerProps*html_toggle.labelString: Can receive HTML messages
  6867.  
  6868. !
  6869. ! For the splash screen
  6870. !
  6871. Netscape*splashShell*background:    Black
  6872. Netscape*splashShell*foreground:    White
  6873. Netscape*splashShell*fontList:    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6874.  
  6875. !
  6876. ! Special for HTMLCompose
  6877. !
  6878. Netscape*composeViewEditFormWidget.scrollerForm.pane.scroller.spacing:    0
  6879. Netscape*composeViewEditFormWidget.scrollerForm.pane*spacing:            0
  6880. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginWidth:        0
  6881. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginHeight:        0
  6882. Netscape*composeViewEditFormWidget.scrollerForm.pane*highlightThickness:    0
  6883. Netscape*composeViewEditFormWidget.scrollerForm.pane*traversalOn:        False
  6884.  
  6885. !Composition navigation
  6886. *Composition*navigationType:        TAB_GROUP
  6887. *Composition*XmTextField.highlightThickness:    2
  6888. *Composition*XmText.highlightThickness:        2
  6889.  
  6890. ! Plain Text Compose Popup
  6891. *popup*pasteAsQuoted.labelString:            Paste as Quotation
  6892. *popup*pasteAsQuoted.mnemonic:            Q
  6893. *popup*quoteOriginalText.labelString:            Quote Original Text
  6894.  
  6895. !
  6896. ! Special for SpellHandler...
  6897. !
  6898. *spellDialog*right_rc.entryAlignment:  ALIGNMENT_CENTER
  6899.  
  6900. *spellDialog*replace.labelString:      Replace
  6901. *spellDialog*replace_all.labelString:  Replace All
  6902. *spellDialog*check.labelString:          Check
  6903. *spellDialog*ignore.labelString:       Ignore
  6904. *spellDialog*ignore_all.labelString:   Ignore All
  6905. *spellDialog*learn.labelString:        Learn
  6906. *spellDialog*stop.labelString:         Stop
  6907. *spellDialog*text_label.labelString:   Word:
  6908. *spellDialog*list_label.labelString:   Suggestions:
  6909.  
  6910. *spellDialog*done.labelString:             Done
  6911. *spellDialog*msgFinished.labelString:      [ finished checking ]
  6912. *spellDialog*msgNoSuggestions.labelString: [ no suggestions ]
  6913. *spellDialog*msgUnRecognized.labelString:  [ unrecognized word ]
  6914. *spellDialog*msgCorrect.labelString:       [ correct spelling ]
  6915. *spellDialog*msgNull.labelString:          [ ]
  6916.  
  6917. *spellDialog*text_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  6918. *spellDialog*list_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  6919. *spellDialog*right_rc*fontList:   -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  6920. *spellDialog*combo_frame*fontList:   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  6921. *spellDialog*langCzech.labelString:                Czech
  6922. *spellDialog*langRussian.labelString:              Russian
  6923. *spellDialog*langCatalan.labelString:              Catalan
  6924. *spellDialog*langHungarian.labelString:            Hungarian
  6925. *spellDialog*langFrench.labelString:               French
  6926. *spellDialog*langGerman.labelString:               German
  6927. *spellDialog*langSwedish.labelString:              Swedish
  6928. *spellDialog*langSpanish.labelString:              Spanish
  6929. *spellDialog*langItalian.labelString:              Italian
  6930. *spellDialog*langDanish.labelString:               Danish
  6931. *spellDialog*langDutch.labelString:                Dutch
  6932. *spellDialog*langPortugueseBrazilian.labelString:  Portuguese (Brazilian)
  6933. *spellDialog*langPortugueseEuropean.labelString:   Portuguese (European)
  6934. *spellDialog*langNorwegianBokmal.labelString:      Norwegian (Bokmal)
  6935. *spellDialog*langNorwegianNynorsk.labelString:     Norwegian (Nynorsk)
  6936. *spellDialog*langNorwegian.labelString:            Norwegian
  6937. *spellDialog*langFinnish.labelString:              Finnish
  6938. *spellDialog*langGreek.labelString:                Greek
  6939. *spellDialog*langEnglishUS.labelString:            English (US)
  6940. *spellDialog*langEnglishUK.labelString:            English (UK)
  6941. *spellDialog*langEnglish.labelString:              English
  6942. *spellDialog*langAfrikaans.labelString:            Afrikaans
  6943. *spellDialog*langPolish.labelString:               Polish
  6944.  
  6945.  
  6946.  
  6947. ! This table maps the host's locale names to MIME charsets
  6948. !
  6949. *localeCharset*C:        iso-8859-1
  6950. *localeCharset*chinese:        gb2312
  6951. *localeCharset*de_DE:        iso-8859-1
  6952. *localeCharset*fr_FR.iso8859:    iso-8859-1
  6953. *localeCharset*ja_JP.mscode:    x-sjis
  6954. *localeCharset*ja_JP.ujis:    x-euc-jp
  6955. *localeCharset*japanese:    x-euc-jp
  6956. *localeCharset*ko_KR.euc:    euc-kr
  6957. *localeCharset*korean:        euc-kr
  6958. *localeCharset*zh_CN.ugb:    gb2312
  6959. *localeCharset*zh_TW.big5:    big5
  6960.  
  6961.  
  6962. ! English strings are built into the binary
  6963.