home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / resources < prev    next >
Encoding:
Text File  |  1998-04-08  |  301.0 KB  |  7,374 lines

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