! Netscape.ad --- app-defaults file for Netscape 3.0. ! ! Copyright (c) 1994, 1995 Netscape Communications Corporation, ! all rights reserved. ! ! Created: Jamie Zawinski , 23-Jun-94. ! Bugs and commentary to x_cbug@netscape.com. ! ! Modified: dp Suresh , 01-Aug-95 ! ! ========================================================== ! NOTE: If you're looking here for things to customize, look ! on the Preferences dialogs under the Options menu first. ! Most things are customizable from there. Things which are ! settable via the Preferences dialog boxes are stored in ! the ~/.netscape/preferences file, and not in X resources. ! ========================================================== ! ! This file lists the default resources built in to Netscape. ! You can use the stuff in this file for examples of how to customize ! Netscape for your environment; normally you will do this by ! copying the few lines you want to alter to your private resource ! database, which usually lives in a file called .Xdefaults in your home ! directory. ! ! Site administrators **may** want to make changes here and install this ! file as the global app-defaults file for the site. To do this, one ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS, ! /usr/openwin/lib/app-defaults/Netscape. (But actually this directory ! could be anywhere; only the person who installed X knows for sure.) ! ! It is **STRONGLY RECOMMENDED** that you not install this file in the ! app-defaults directory unless you are really sure you know what you are ! doing. There are a whole slew of version-skew problems associated with ! app-defaults files, which are best avoided by simply not using them. ! In particular, if the app-defaults file for a program is installed, and ! you get a new version of that program, you can't properly test out the ! new version without actually installing it, since it will pick up the ! resources for the previous version, and will quite likely malfunction. ! ! In short, app-defaults files are bad. Don't use them. This file is ! provided for informational purposes, and so that I don't get a lot of ! complaints from people who think they understand this stuff better than ! I do. ! Here's how you turn on SGI's Motif hacks: !Netscape*sgiMode: True !Netscape*scheme: Base !Netscape*useSchemes: Colors, Fonts !Netscape*useEnhancedFSB: True ! IXI Motif Form widget is broken, don't use it !*useIxiAdds: NONE ! User-Settable Parameters ! ======================== ! This is the directory where Netscape finds external files such as icons. ! *appDir: /@LOC_LANG@/netscape ! This resource is the same as the -visual command line option, which selects ! an X visual on which the windows should be created. Legal options are: ! Best, meaning pick the best one w.r.t. image quality; Default, meaning ! use whatever the server says is the default visual; a visual class (like ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of ! a particular visual (in case there is more than one visual of a particular ! class.) "Best" is probably the right choice. ! *visualID: Best ! Whether Netscape should install a private colormap. This will cause the ! maximal number of colors to be used, but on most systems, will result in ! unpleasant colormap flashing when switching between applications. Legal ! options are: Yes, No, and Guess. "Guess" means "install the colormap only ! if we know that the display hardware supports multiple simultaneous ! colormaps, meaning that there will be no colormap flashing." Currently, ! that means install the map when displaying on an SGI screen, and don't ! otherwise. (What other vendors have multiple hardware colormaps, and how ! do you uniquely identify that capability? Let me know.) ! *installColormap: Guess ! The maximum number of color cells to allocate per image; this is only ! relevant when using the default colormap of a PseudoColor visual. ! If it is 0, we allocate as many colors as we can get. (The more colors ! that we can allocate, the better images will look.) This controls only ! the number of colors allocated for internal images - a few more colors ! will be allocated for the fluff and chrome that comes with Motif. ! *maxImageColors: 0 ! Set this to false to disable the tag. *blinkingEnabled: True ! Whether the Exit menu item should confirm first. *confirmExit: False ! Mouse cursor when over an anchor. *linkCursor: hand2 ! Mouse cursor when awaiting a reply. *busyCursor: watch ! Mouse cursor when "Save Next Link As..." mode is on, and over a link. *saveNextLinkCursor: hand2 ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link. *saveNextNonlinkCursor: crosshair ! How quickly (in seconds) the status messages should update. *progressInterval: 1 ! How quickly (in milliseconds) the run light and/or logo should animate. *busyBlinkRate: 500 *animRate: 166 ! How often (in seconds) the global history, bookmarks, and disk cache ! files should be updated. *saveHistoryInterval: 600 ! How many pixels of motion must occur before a mouse-release is interpreted ! as a "drag" rather than a "click." *hysteresis: 3 ! These resources control whether Netscape should redirect its stdout and ! stderr streams to a dialog box, so that diagnostics reported by other ! programs launched by Netscape (for example, external viewers specified in ! a mailcap file) will be reported to the user through a dialog box, ! instead of simply showing up on the stdout/stderr of the controlling ! terminal of Netscape (which in many cases won't even be visible.) ! ! If you have a external viewer which produces an annoying amount of output ! even when it has nothing interesting to say, you can shut it up by ! redirecting its output to stderr; for example, to do this to mpeg_play, ! you could add the following to your .mailcap file: ! ! video/mpeg; mpeg_play %s 2>&- ! ! Normally, Netscape captures both the stdout and stderr into the dialog box. ! If you find a need to let one or both of them continue on to the actual ! terminal of Netscape, you can do it by setting these resources to False. ! *useStderrDialog: True *useStdoutDialog: True ! For those MIME content-encodings which are not directly understood ! internally, it is possible to specify another Unix program to use as ! a filter here. ! ! Each line in the encodingFilters resource consists of four fields, ! separated by colons and optional whitespace: ! ! : : : ! ! input-encoding: The MIME encoding from the Content-Transfer-Encoding header. ! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED- ! PRINTABLE are built-in; no need to specify those.) ! ! output-encoding: The encoding that results from this transformation. ! Leaving this empty is usually appropriate. ! ! extensions: A comma-separated list of the extensions typically used for ! files in this encoding; if a document ends in one of these ! extensions, then when that document is saved to disk, the ! extension will be stripped off of the default file name ! (since documents are decoded before they are saved, and the ! extension would no longer accurately describe the file.) ! ! filter-command: A shell command which reads from stdin and writes to stdout ! which does the actual decoding. ! *encodingFilters: \ x-compress : : .Z : uncompress -c \n\ compress : : .Z : uncompress -c \n\ x-gzip : : .z,.gz : gzip -cdq \n\ gzip : : .z,.gz : gzip -cdq \n ! Too many servers have bugs in the implementation of window gravity for ! us to rely on it. Scrolling of large forms is *significantly* faster ! if we are able to make use of window gravity, but on many X servers, it ! results in form items being scattered randomly all over the document. ! Legal values for this resource are Yes, No, Partial, and Guess. If ! "Guess", we run some tests and try to decide whether the X server is ! broken or partially broken. ! ! If you find yourself needing to use a value here other than Guess, ! please tell us, so that we can make it guess correctly in the future. ! *windowGravityWorks: Guess ! Colors ! ! This resource controls the foreground text color of unfollowed links ! (links which have not yet been visited.) ! *linkForeground: #0000EE ! This resource controls the foreground text color of followed links ! (links which have already been visited.) ! *vlinkForeground: #551A8B ! This resource controls the foreground text color of activated links ! (links which are in the process of being clicked upon.) ! *alinkForeground: #FF0000 ! These resources control the foreground and background colors of text ! which has been selected with the mouse. ! *selectForeground: #000000 *selectBackground: #FFFFCC ! These resources control the foreground and background colors of normal text. ! *defaultForeground: #000000 *defaultBackground: #C0C0C0 ! This resource may be used to specify a default background image. It should ! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank, ! then the default background color will be used instead. ! *defaultBackgroundImage: ! Normally, the user-specified colors and backgrounds will only be used when ! viewing documents which did not specify their own colors and backgrounds. ! If this resource is set to False, then the user-specified colors and ! backgrounds will always be used, regardless of the options specified in ! the document itself. ! *documentColorsHavePriority: True ! Geometry ! ! Here's how you set the default sizes and positions of the Netscape windows: ! ! For the web browser window: Netscape.Navigator.geometry: =500x700+100-0 ! For the mail reader: Netscape.Mail.geometry: =500x800+200-0 ! For the news reader: Netscape.News.geometry: =500x800+300-0 ! For the mail editor: Netscape.Composition.geometry: =400x600 ! For the bookmarks window: Netscape.Bookmarks.geometry: =300x900-0-0 ! For the address book window: Netscape.AddressBook.geometry: =300x900-300-0 ! For the download windows: Netscape.Download.geometry: =500x200-0-0 ! ! In previous versions of Netscape, we suggested setting the geometry on the ! TopLevelShell class; don't do that any more. It will affect *all* of the ! top-level Netscape windows, including bookmarks and message composition and ! so on, which is probably not what you want. ! ! To set the sizes of the panes and columns in the mail and news windows, ! change them to the layout you like, and then select "Options/Save Options". ! (To change the fonts in the message lists, search below for the resource ! that begins with "XmLGrid*fontList".) ! Translations ! ! Many of these translations are duplicated on both "Meta" and "Alt", since ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and ! Sun in their infinite wisdom furthers this confusing lossage by both having ! Meta *and* Alt keys on the keyboard, and having the key which is labelled ! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun! ! All praise the X keyboard model! ! ! And because of the need to do this, we have to do all of the keyboard ! equivalents with "translations" instead of "accelerators", since a menu ! item can only have one accelerator, and in order to make both Meta and Alt ! work we need to give them each two. All praise Motif! ! Keybindings in the main window which correspond to menu items. ! These are installed on every widget which is a child of our Shell, ! and are not installed on popups/transients. ! *globalTranslations: #override \n\ \ Meta ~CtrlA: addBookmark() \n\ Alt ~CtrlA: addBookmark() \n\ Meta ~CtrlB: viewBookmark() \n\ Alt ~CtrlB: viewBookmark() \n\ Meta ~CtrlC: copy() \n\ Alt ~CtrlC: copy() \n\ Meta ~CtrlD: undefined-key() \n\ Alt ~CtrlD: undefined-key() \n\ Meta ~CtrlE: undefined-key() \n\ Alt ~CtrlE: undefined-key() \n\ Meta ~CtrlF: find() \n\ Alt ~CtrlF: find() \n\ Meta ~CtrlG: findAgain() \n\ Alt ~CtrlG: findAgain() \n\ Meta ~CtrlH: history() \n\ Alt ~CtrlH: history() \n\ Meta ~CtrlI: loadImages() \n\ Alt ~CtrlI: loadImages() \n\ Meta ~CtrlJ: undefined-key() \n\ Alt ~CtrlJ: undefined-key() \n\ Meta ~CtrlK: undefined-key() \n\ Alt ~CtrlK: undefined-key() \n\ Meta ~CtrlL: openURL() \n\ Alt ~CtrlL: openURL() \n\ Meta ~CtrlM: mailNew() \n\ Alt ~CtrlM: mailNew() \n\ Meta ~CtrlN: new() \n\ Alt ~CtrlN: new() \n\ Meta ~CtrlO: openFile() \n\ Alt ~CtrlO: openFile() \n\ Meta ~CtrlP: print() \n\ Alt ~CtrlP: print() \n\ Meta ~CtrlQ: exit() \n\ Alt ~CtrlQ: exit() \n\ Meta ~CtrlR: reload() \n\ Alt ~CtrlR: reload() \n\ Meta ~CtrlS: saveAs() \n\ Alt ~CtrlS: saveAs() \n\ Meta ~CtrlU: undefined-key() \n\ Alt ~CtrlU: undefined-key() \n\ Meta ~CtrlV: paste() \n\ Alt ~CtrlV: paste() \n\ Meta ~CtrlW: delete() \n\ Alt ~CtrlW: delete() \n\ Meta ~CtrlX: cut() \n\ Alt ~CtrlX: cut() \n\ Meta ~CtrlY: paste() \n\ Alt ~CtrlY: paste() \n\ Meta ~CtrlZ: undo() \n\ Alt ~CtrlZ: undo() \n\ \ Meta ~Ctrl1: historyItem(1) \n\ Alt ~Ctrl1: historyItem(1) \n\ Meta ~Ctrl2: historyItem(2) \n\ Alt ~Ctrl2: historyItem(2) \n\ Meta ~Ctrl3: historyItem(3) \n\ Alt ~Ctrl3: historyItem(3) \n\ Meta ~Ctrl4: historyItem(4) \n\ Alt ~Ctrl4: historyItem(4) \n\ Meta ~Ctrl5: historyItem(5) \n\ Alt ~Ctrl5: historyItem(5) \n\ Meta ~Ctrl6: historyItem(6) \n\ Alt ~Ctrl6: historyItem(6) \n\ Meta ~Ctrl7: historyItem(7) \n\ Alt ~Ctrl7: historyItem(7) \n\ Meta ~Ctrl8: historyItem(8) \n\ Alt ~Ctrl8: historyItem(8) \n\ Meta ~Ctrl9: historyItem(9) \n\ Alt ~Ctrl9: historyItem(9) \n\ \ Meta ~CtrlosfLeft: back() \n\ Alt ~CtrlosfLeft: back() \n\ Meta ~CtrlosfRight: forward() \n\ Alt ~CtrlosfRight: forward() \n\ osfCancel: abort() \n\ \ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n ! These keysyms are apparently an R6ism. ! ~Meta ~Alt ~CtrlKP_Prior: PageUp() \n\ ! ~Meta ~Alt ~CtrlKP_Next: PageDown() \n\ ! Translations in the Mail & News window. ! Things here override the global translations (which are loaded first.) ! This changes: ! Alt+A from "Add Bookmark" to "Select All" ! Alt+H from "View History" to "Deliver Mail Now" ! Alt+L from "Open URL" to "Forward Message" ! Alt+R from "Reload" to "Reply to Sender" ! Alt+O from "Open File" to undefined ! Alt+S from "Save As" to undefined ! ! This adds: ! Alt+Shift+A for "Select Thread" ! Alt+T for "Get New Mail" ! Alt+K for "Compress Folder" ! Alt+Shift+R for "Reply to All" ! Alt+D for "Delete Message" ! Alt+E for "Redo" ! ! Alt arrow keys select previous/next. ! Alt+Shift arrow keys select previous/next unread. ! Meta+Shift arrow keys select previous/next marked. ! *mailnewsGlobalTranslations: #override \ : mailNewsPopup() \n\ Meta ~Ctrl ~Shift a: selectAll() \n\ Alt ~Ctrl ~Shift a: selectAll() \n\ Meta ~Ctrl Shift a: selectThread() \n\ Alt ~Ctrl Shift a: selectThread() \n\ Meta ~Ctrl ~Shift d: deleteMessage() \n\ Alt ~Ctrl ~Shift d: deleteMessage() \n\ Meta ~Ctrl Shift d: forwardMessageQuoted() \n\ Alt ~Ctrl Shift d: forwardMessageQuoted() \n\ Meta ~CtrlE: redo() \n\ Alt ~CtrlE: redo() \n\ Meta ~CtrlH: deliverQueuedMessages() \n\ Alt ~CtrlH: deliverQueuedMessages() \n\ Meta ~CtrlK: compressFolder() \n\ Alt ~CtrlK: compressFolder() \n\ Meta ~CtrlL: forwardMessage() \n\ Alt ~CtrlL: forwardMessage() \n\ Meta ~CtrlO: openFolder() \n\ Alt ~CtrlO: openFolder() \n\ Meta ~Ctrl ~Shift r: reply() \n\ Alt ~Ctrl ~Shift r: reply() \n\ Meta ~Ctrl Shift r: replyAll() \n\ Alt ~Ctrl Shift r: replyAll() \n\ Meta ~CtrlS: saveMessageAs() \n\ Alt ~CtrlS: saveMessageAs() \n\ Meta ~CtrlT: getNewMail() \n\ Alt ~CtrlT: getNewMail() \n\ \ Meta ~Ctrl ~Shift Up: selectPreviousMessage() \n\ Alt ~Ctrl ~Shift Up: selectPreviousMessage() \n\ Meta ~Ctrl ~Shift osfUp: selectPreviousMessage() \n\ Alt ~Ctrl ~Shift osfUp: selectPreviousMessage() \n\ Meta ~Ctrl ~Shift Down: selectNextMessage() \n\ Alt ~Ctrl ~Shift Down: selectNextMessage() \n\ Meta ~Ctrl ~Shift osfDown: selectNextMessage() \n\ Alt ~Ctrl ~Shift osfDown: selectNextMessage() \n\ \ Meta ~Ctrl Shift Up: selectPreviousUnreadMessage() \n\ Alt ~Ctrl Shift Up: selectPreviousUnreadMessage() \n\ Meta ~Ctrl Shift osfUp: selectPreviousUnreadMessage() \n\ Alt ~Ctrl Shift osfUp: selectPreviousUnreadMessage() \n\ Meta ~Ctrl Shift Down: selectNextUnreadMessage() \n\ Alt ~Ctrl Shift Down: selectNextUnreadMessage() \n\ Meta ~Ctrl Shift osfDown: selectNextUnreadMessage() \n\ Alt ~Ctrl Shift osfDown: selectNextUnreadMessage() \n\ \ Ctrl Shift Up: selectPreviousMarkedMessage() \n\ Ctrl Shift Up: selectPreviousMarkedMessage() \n\ Ctrl Shift osfUp: selectPreviousMarkedMessage() \n\ Ctrl Shift osfUp: selectPreviousMarkedMessage() \n\ Ctrl Shift Down: selectNextMarkedMessage() \n\ Ctrl Shift Down: selectNextMarkedMessage() \n\ Ctrl Shift osfDown: selectNextMarkedMessage() \n\ Ctrl Shift osfDown: selectNextMarkedMessage() \n\ \ Meta ~Ctrl1: undefined-key() \n\ Alt ~Ctrl1: undefined-key() \n\ Meta ~Ctrl2: undefined-key() \n\ Alt ~Ctrl2: undefined-key() \n\ Meta ~Ctrl3: undefined-key() \n\ Alt ~Ctrl3: undefined-key() \n\ Meta ~Ctrl4: undefined-key() \n\ Alt ~Ctrl4: undefined-key() \n\ Meta ~Ctrl5: undefined-key() \n\ Alt ~Ctrl5: undefined-key() \n\ Meta ~Ctrl6: undefined-key() \n\ Alt ~Ctrl6: undefined-key() \n\ Meta ~Ctrl7: undefined-key() \n\ Alt ~Ctrl7: undefined-key() \n\ Meta ~Ctrl8: undefined-key() \n\ Alt ~Ctrl8: undefined-key() \n\ Meta ~Ctrl9: undefined-key() \n\ Alt ~Ctrl9: undefined-key() \n ! Translations in the MailCompose window. ! These are used instead of globalTranslations. ! *mailcomposeGlobalTranslations: #override \ \ Meta ~CtrlB: viewBookmark() \n\ Alt ~CtrlB: viewBookmark() \n\ Meta ~CtrlC: copy() \n\ Alt ~CtrlC: copy() \n\ Meta ~CtrlReturn: sendMail() \n\ Alt ~CtrlReturn: sendMail() \n\ Meta ~CtrlV: paste() \n\ Alt ~CtrlV: paste() \n\ Meta ~CtrlW: delete() \n\ Alt ~CtrlW: delete() \n\ Meta ~CtrlX: cut() \n\ Alt ~CtrlX: cut() \n\ Meta ~CtrlY: paste() \n\ Alt ~CtrlY: paste() \n\ Meta ~CtrlZ: undo() \n\ Alt ~CtrlZ: undo() \n ! Translations in the Bookmarks and Adderssbook window. ! These translations are used instead of globalTranslations. ! None of the key *semantics* of globalTranslations are changed here, ! only the actions bound. (And inapplicable actions are not present.) ! *bmGlobalTranslations: #override \ : BookmarkPopup() \n\ Meta ~CtrlC: bmcopy() \n\ Alt ~CtrlC: bmcopy() \n\ Meta ~CtrlD: bmdeleteItem() \n\ Alt ~CtrlD: bmdeleteItem() \n\ Meta ~CtrlE: bmredo() \n\ Alt ~CtrlE: bmredo() \n\ Meta ~CtrlF: bmfind() \n\ Alt ~CtrlF: bmfind() \n\ Meta ~CtrlG: bmfindAgain() \n\ Alt ~CtrlG: bmfindAgain() \n\ Meta ~CtrlM: bmmailMessage() \n\ Alt ~CtrlM: bmmailMessage() \n\ Meta ~CtrlS: bmsaveAs() \n\ Alt ~CtrlS: bmsaveAs() \n\ Meta ~CtrlV: bmpaste() \n\ Alt ~CtrlV: bmpaste() \n\ Meta ~CtrlW: bmclose() \n\ Alt ~CtrlW: bmclose() \n\ Meta ~CtrlX: bmcut() \n\ Alt ~CtrlX: bmcut() \n\ Meta ~CtrlY: bmpaste() \n\ Alt ~CtrlY: bmpaste() \n\ Meta ~CtrlZ: bmundo() \n\ Alt ~CtrlZ: bmundo() \n ! ! Translations for document source window *dialogGlobalTranslations: #override \n\ \ Meta ~CtrlW: delete() \n\ Alt ~CtrlW: delete() \n ! Mouse bindings in the HTML display area. ! *drawingArea.translations: #replace \ : ArmLink() \n\ : ArmLink() \n\ ~Shift: ActivateLink() \ DisarmLink() \n\ ~Shift: ActivateLink(new-window) \ DisarmLink() \n\ Shift: ActivateLink(save-only) \ DisarmLink() \n\ Shift: ActivateLink(save-only) \ DisarmLink() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DescribeLink() \n\ : CommandMenu() \n *drawingArea*XmList.highlightThickness: 2 ! Some basic emacs-like bindings for text fields. ! ! "editingTranslations" are merged into all XmText and XmTextField widgets. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations" ! are merged in, depending on whether it is an XmText or XmTextField widget. ! These resources are merged in after "globalTranslations", so it is possible ! for them to override the menu accelerators. ! ! Problems: ! = I don't understand why the "Ctrlg" binding does nothing. ! = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing. ! = This doesn't quite do active regions right, in that C-SPC M-f doesn't ! leave the word highlighted (though it does leave a region set.) ! Basically, XmText is not Emacs, and we therefore exist in a world of pain. ! ! NOTE: if you're looking here because BackSpace and Delete aren't ! working the way you think they should, then you need to run ! xmodmap or xkeycaps to fix your keyboard, or mess read the man ! page forVirualBindings(1). For details, see the Netscape FAQ ! (available from the Help menu.) ! *editingTranslations: #override \n\ ~Meta ~Alt Ctrla: beginning-of-line() \n\ ~Meta ~Alt Shift Ctrla: beginning-of-line(extend) \n\ ~Meta ~Alt ~Shift Ctrlb: backward-character() \n\ ~Meta ~Alt Shift Ctrlb: backward-character(extend) \n\ ~Meta ~Alt Ctrld: delete-next-character() \n\ ~Meta ~Alt ~Shift Ctrle: end-of-line() \n\ ~Meta ~Alt Shift Ctrle: end-of-line(extend) \n\ ~Meta ~Alt ~Shift Ctrlf: forward-character() \n\ ~Meta ~Alt Shift Ctrlf: forward-character(extend) \n\ ~Meta ~Alt Ctrlg: process-cancel() \n\ ~Meta ~Alt Ctrlh: delete-previous-character() \n\ ~Meta ~Alt Ctrlspace: set-anchor() \n\ ~Meta ~Alt Ctrl2: set-anchor() \n\ ~Meta ~Alt Ctrl@: set-anchor() \n\ \ Meta ~Ctrl ~Shiftb: backward-word() \n\ Alt ~Ctrl ~Shiftb: backward-word() \n\ Meta ~Ctrl Shiftb: backward-word(extend) \n\ Alt ~Ctrl Shiftb: backward-word(extend) \n\ Meta ~Ctrl ~Shiftf: forward-word() \n\ Alt ~Ctrl ~Shiftf: forward-word() \n\ Meta ~Ctrl Shiftf: forward-word(extend) \n\ Alt ~Ctrl Shiftf: forward-word(extend) \n\ Meta ~Ctrl w: copy-clipboard() \n\ Alt ~Ctrl w: copy-clipboard() \n\ Meta ~Ctrl ~ShiftosfLeft: backward-word() \n\ Alt ~Ctrl ~ShiftosfLeft: backward-word() \n\ Meta ~Ctrl ShiftosfLeft: backward-word(extend) \n\ Alt ~Ctrl ShiftosfLeft: backward-word(extend) \n\ Meta ~Ctrl ~ShiftosfRight:forward-word() \n\ Alt ~Ctrl ~ShiftosfRight:forward-word() \n\ Meta ~Ctrl ShiftosfRight:forward-word(extend) \n\ Alt ~Ctrl ShiftosfRight:forward-word(extend) \n ! Translations that apply only to single-line fields; see above. ! ! Ctrl-U clears the current line only in single-line fields. Unix ! command-line weenies expect this, even though everyone knows Ctrl-U ! should mean "prefix argument". ! ! In single-line fields, the various killing commands are really deletion ! commands instead (that is, they don't affect the Clipboard and are not ! undoable with Ctrl-y) because the XmTextField widget does not provide ! kill commands -- only the XmText widget does. (What the hell is up with ! that...) Maybe we could get around this by never using XmTextField, and ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might ! have other unexpected effects... ! ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()', ! but that doesn't work, because forward-word takes the whitespace after the ! word as well, instead of stopping before the whitespace. ! ! Similarly, Ctrl-k can't be implemented with ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()' ! because that has the side effect of (temporarily) owning the selection, ! which would make it impossible to: select text in another application; ! type C-k at Netscape; Click middle to paste. The paste would be impossible ! because C-k would have cleared the selection. ! *singleLineEditingTranslations: #override \n\ ~Meta ~Alt Ctrlu: beginning-of-line() \ delete-to-end-of-line() \n\ ~Meta ~Alt Ctrlk: delete-to-end-of-line() \n\ ~Meta ~Alt Ctrll: refresh() \n\ ~Meta ~Alt Ctrlw: key-select() \ delete-selection() \n\ ~Meta ~Alt Ctrly: paste-clipboard() \n\ Meta ~Ctrl d: delete-next-word() \n\ Alt ~Ctrl d: delete-next-word() \n\ Meta ~CtrlosfBackSpace: delete-previous-word() \n\ Alt ~CtrlosfBackSpace: delete-previous-word() \n\ Meta ~CtrlosfDelete: delete-next-word() \n\ Alt ~CtrlosfDelete: delete-next-word() \n ! Translations that apply only to multi-line fields; see above. ! Most of these are here because they are commands that only apply when ! the text area has multiple lines in it, but see above comment about ! "kill" commands versus "delete" commands. ! *multiLineEditingTranslations: #override \n\ ~Meta ~Alt Ctrlk: kill-to-end-of-line() \n\ ~Meta ~Alt Ctrlw: key-select() kill-selection() \n\ ~Meta ~Alt Ctrly: unkill() \n\ Meta ~Ctrl d: kill-next-word() \n\ Alt ~Ctrl d: kill-next-word() \n\ ~Meta ~Alt Ctrll: redraw-display() refresh() \n\ Meta ~CtrlosfBackSpace: kill-previous-word() \n\ Alt ~CtrlosfBackSpace: kill-previous-word() \n\ Meta ~CtrlosfDelete: kill-next-word() \n\ Alt ~CtrlosfDelete: kill-next-word() \n\ \ ~Meta ~Alt Ctrlj: newline-and-indent() \n\ ~Meta ~Alt Ctrlo: newline-and-backup() \n\ ~Meta ~Alt ~Shift Ctrln: next-line() \n\ ~Meta ~Alt Shift Ctrln: next-line(extend) \n\ ~Meta ~Alt ~Shift Ctrlp: previous-line() \n\ ~Meta ~Alt Shift Ctrlp: previous-line(extend) \n\ ~Meta ~Alt ~Shift Ctrlv: next-page() \n\ ~Meta ~Alt Shift Ctrlv: next-page(extend) \n\ Meta ~Ctrl ~Shiftv: previous-page() \n\ Alt ~Ctrl ~Shiftv: previous-page() \n\ Meta ~Ctrl Shiftv: previous-page(extend) \n\ Alt ~Ctrl Shiftv: previous-page(extend) \n\ Alt ~Ctrl ~Shift[: backward-paragraph() \n\ Meta ~Ctrl ~Shift[: backward-paragraph() \n\ Alt ~Ctrl Shift[: backward-paragraph(extend) \n\ Meta ~Ctrl Shift[: backward-paragraph(extend) \n\ Alt ~Ctrl ~Shift]: forward-paragraph() \n\ Meta ~Ctrl ~Shift]: forward-paragraph() \n\ Alt ~Ctrl Shift]: forward-paragraph(extend) \n\ Meta ~Ctrl Shift[: forward-paragraph(extend) \n\ Alt ~Ctrl <: set-anchor() \ beginning-of-file() \n\ Meta ~Ctrl <: set-anchor() \ beginning-of-file() \n\ Alt ~Ctrl >: set-anchor() \ end-of-file() \n\ Meta ~Ctrl >: set-anchor() \ end-of-file() \n\ ~Alt Ctrl <: set-anchor() \ beginning-of-file(extend) \n\ ~Meta Ctrl <: set-anchor() \ beginning-of-file(extend) \n\ ~Alt Ctrl >: set-anchor() \ end-of-file(extend) \n\ ~Meta Ctrl >: set-anchor() \ end-of-file(extend) \n\ Ctrl /: undefined-key() \n ! Since these get merged in first, all the other bindings override them. ! This is just so that undefined non-self-inserting keys beep. ! (Except that this doesn't really work that well, so nevermind.) !*XmText.translations: #override \ ! Ctrl : undefined-key() \n\ ! Meta : undefined-key() \n\ ! Alt : undefined-key() \n !*XmTextField.translations: #override \ ! Ctrl : undefined-key() \n\ ! Meta : undefined-key() \n\ ! Alt : undefined-key() \n ! We merge these translations into all text fields which are not the ! bottommost text field in a dialog box (transient popup.) This is so that ! hitting `return' in a text field will select the next text field if there ! is one, and will select the "OK" button if there are no more. ! *nonterminalTextTranslations: #override \n\ Return: next-tab-group() \n\ Linefeed: next-tab-group() \n ! This is used for self-submitting text fields in HTML forms (not popups.) ! We don't need to store these in to dialog box text fields, since in that ! case we are able to simply avoid storing in the above ones, but we don't ! know that until too late with forms. *terminalTextTranslations: #override \n\ Return: activate() \n\ Linefeed: activate() \n ! These translations are installed on every TextField widget in the main tree, ! but *not* on text fields in dialogs, or in the mail composition window ! (that's the difference between this and singleLineEditingTranslations.) *globalTextFieldTranslations: #override \n\ ~Meta ~Alt ~CtrlUp: LineUp() \n\ ~Meta ~Alt ~CtrlDown: LineDown() \n\ ~Meta ~Alt ~CtrlosfUp: LineUp() \n\ ~Meta ~Alt ~CtrlosfDown: LineDown() \n ! These keysyms are apparently an R6ism. ! ~Meta ~Alt ~CtrlKP_Up: LineUp() \n\ ! ~Meta ~Alt ~CtrlKP_Down: LineDown() \n\ ! We install these on every widget in the main tree (but not popups) that isn't ! a Text or TextField or List.These, basically, are motion commands that ought ! to apply to the HTML display area unless some text field or List has focus, ! in which case they ought to apply to the text in that text field instead. ! Doesn't all this crap just make you want to hurl? *globalNonTextTranslations: #override \n\ ~Meta ~Alt ~Ctrlspace: Spacebar() \n\ \ ~Meta ~Alt ~CtrlDelete: PageUp() \n\ ~Meta ~Alt ~CtrlBackSpace: PageUp() \n\ ~Meta ~Alt ~CtrlUp: LineUp() \n\ ~Meta ~Alt ~CtrlDown: LineDown() \n\ ~Meta ~Alt ~CtrlLeft: ColumnLeft() \n\ ~Meta ~Alt ~CtrlRight: ColumnRight() \n\ \ ~Meta ~Alt ~CtrlosfDelete: PageUp() \n\ ~Meta ~Alt ~CtrlosfBackSpace:PageUp() \n\ Meta Ctrlf: fishcam() \n\ Alt Ctrlf: fishcam() \n\ Meta Ctrlt: net_showstatus() \n\ Alt Ctrlt: net_showstatus() \n\ ~Meta ~Alt ~CtrlosfUp: LineUp() \n\ ~Meta ~Alt ~CtrlosfDown: LineDown() \n\ ~Meta ~Alt ~CtrlosfLeft: ColumnLeft() \n\ ~Meta ~Alt ~CtrlosfRight: ColumnRight() \n\ \ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n ! These keysyms are apparently an R6ism. ! ~Meta ~Alt ~CtrlKP_Up: LineUp() \n\ ! ~Meta ~Alt ~CtrlKP_Down: LineDown() \n\ ! ~Meta ~Alt ~CtrlKP_Left: ColumnLeft() \n\ ! ~Meta ~Alt ~CtrlKP_Right: ColumnRight() \n\ ! ~Meta ~Alt ~CtrlKP_Prior: PageUp() \n\ ! ~Meta ~Alt ~CtrlKP_Next: PageDown() \n\ !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor mouse translations !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *editorDrawingArea.translations: #replace \ : editor-click(single, *, editor-grab-focus,, \ double, image, editor-dialog,image,, \ double, hrule, editor-dialog,hrule,, \ double, target,editor-dialog,target,, \ double, tag, editor-dialog,tag,, \ double, text, editor-select-word) \n\ : editor-extend-adjust() \n\ : editor-extend-end() \n\ : editor-extend-start() \n\ : editor-extend-adjust() \n\ : editor-extend-end() \n\ : editor-popup-menu() \n\ : editor-motion() \n ! Editor keyboard translations. *editorTranslations: #override \n\ \ Meta ~Ctrll: editor-open-location() \n\ Alt ~Ctrll: editor-open-location() \n\ Meta ~Ctrlo: editor-open-file() \n\ Alt ~Ctrlo: editor-open-file() \n\ Meta ~CtrlN: editor-new() \n\ Alt ~CtrlN: editor-new() \n\ Meta ~Ctrls: editor-save() \n\ Alt ~Ctrls: editor-save() \n\ Meta ~Ctrlw: editor-delete() \n\ Alt ~Ctrlw: editor-delete() \n\ Meta ~Ctrlr: editor-reload() \n\ Alt ~Ctrlr: editor-reload() \n\ Meta ~Ctrl Shiftr: editor-reload(super) \n\ Alt ~Ctrl Shiftr: editor-reload(super) \n\ Meta ~CtrlM: mailNew() \n\ Alt ~CtrlM: mailNew() \n\ Meta ~CtrlP: print() \n\ Alt ~CtrlP: print() \n\ Meta ~CtrlQ: exit() \n\ Alt ~CtrlQ: exit() \n\ Meta ~Ctrl.: editor-edit-source() \n\ \ Meta ~Ctrl ~AltosfHelp: editor-debug() \n\ Ctrl Shiftd: editor-debug() \n\ \ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n\ \ ~Meta ~Alt ~CtrlUp: editor-process-up() \n\ ~Meta ~Alt ~CtrlDown: editor-process-down() \n\ ~Meta ~Alt ~CtrlosfUp: editor-process-up() \n\ ~Meta ~Alt ~CtrlosfDown: editor-process-down() \n\ ~Meta ~Alt ~CtrlosfLeft: editor-backward-character() \n\ ~Meta ~Alt ~CtrlosfRight: editor-forward-character() \n\ \ :~Meta ~Alt ~Ctrl Delete: editor-delete-next-character() \n\ :~Meta ~Alt ~Ctrl BackSpace: editor-delete-previous-character()\n\ :~Meta ~Alt ~Ctrl osfDelete: editor-delete-next-character() \n\ :~Meta ~Alt ~Ctrl osfBackSpace: editor-delete-previous-character()\n\ \ ~Meta ~Alt ~CtrlosfBeginLine:editor-beginning-of-line() \n\ ~Meta ~Alt ~CtrlosfEndLine: editor-end-of-line() \n\ ~Meta ~Alt ~Ctrl ShiftReturn:editor-insert-line-break(normal) \n\ ~Meta ~Alt ~CtrlReturn: editor-process-return() \n\ ~Meta ~Alt ~Ctrl Shiftspace: editor-insert-non-breaking-space()\n\ ~Meta ~Alt ~Ctrl space: editor-self-insert() \n\ ~Meta ~Alt ~Ctrl ShiftTab: editor-indent(out) \n\ ~Meta ~Alt ~Ctrl Tab: editor-indent(in) \n\ \ ~Meta ~Alt Ctrla: editor-beginning-of-line() \n\ ~Meta ~Alt Ctrle: editor-end-of-line() \n\ ~Meta ~Alt Ctrlp: editor-process-up() \n\ ~Meta ~Alt Ctrln: editor-process-down() \n\ ~Meta ~Alt Ctrlb: editor-backward-character() \n\ ~Meta ~Alt Ctrlf: editor-forward-character() \n\ \ ~Meta Alt ~Ctrl Shiftz: editor-redo() \n\ ~Meta Alt ~Ctrl ~Shifte: editor-redo() \n\ ~Meta Alt ~Ctrl ~Shiftz: editor-undo() \n\ \ Meta ~Alt ~Ctrlb: editor-toggle-character-properties(bold) \n\ ~Meta Alt ~Ctrlb: editor-toggle-character-properties(bold) \n\ Meta ~Alt ~Ctrli: editor-toggle-character-properties(italic) \n\ ~Meta Alt ~Ctrli: editor-toggle-character-properties(italic) \n\ Meta ~Alt ~Ctrlu: editor-toggle-character-properties(underline) \n\ ~Meta Alt ~Ctrlu: editor-toggle-character-properties(underline) \n\ Meta ~Alt ~Ctrlt: editor-toggle-character-properties(fixed) \n\ ~Meta Alt ~Ctrlt: editor-toggle-character-properties(fixed) \n\ Meta ~Alt ~Ctrlk: editor-set-character-properties(none) \n\ ~Meta Alt ~Ctrlk: editor-set-character-properties(none) \n\ \ ~Meta ~Alt Ctrll: editor-refresh() \n\ \ Meta ~Alt ~Ctrl ~ShiftUp: editor-increase-font-size() \n\ Meta ~Alt ~Ctrl ~ShiftosfUp: editor-increase-font-size() \n\ Meta ~Alt ~Ctrl ~ShiftDown: editor-decrease-font-size() \n\ Meta ~Alt ~Ctrl ~ShiftosfDown: editor-decrease-font-size() \n\ \ ~Meta ~Alt ~CtrlSunCopy: editor-copy() \n\ ~Meta ~Alt ~CtrlSunPaste: editor-paste() \n\ ~Meta ~Alt ~CtrlSunCut: editor-cut() \n\ \ Meta ~Alt ~Ctrl ~Shiftx: editor-cut() \n\ ~Meta Alt ~Ctrl ~Shiftx: editor-cut() \n\ Meta ~Alt ~Ctrl ~Shiftc: editor-copy() \n\ ~Meta Alt ~Ctrl ~Shiftc: editor-copy() \n\ Meta ~Alt ~Ctrl ~Shiftv: editor-paste() \n\ ~Meta Alt ~Ctrl ~Shiftv: editor-paste() \n\ Meta ~Alt ~Ctrl ~Shifty: editor-paste() \n\ ~Meta Alt ~Ctrl ~Shifty: editor-paste() \n\ Meta ~Alt ~Ctrl ~Shiftd: editor-delete-next-character() \n\ ~Meta Alt ~Ctrl ~Shiftd: editor-delete-next-character() \n\ Meta ~Alt ~Ctrl ~Shifta: editor-select-all() \n\ ~Meta Alt ~Ctrl ~Shifta: editor-select-all() \n\ \ Meta ~Alt ~Ctrl ~Shiftf: editor-find() \n\ Meta ~Alt ~Ctrl ~Shiftg: editor-find-again() \n\ ~Meta Alt ~Ctrl ~Shiftf: editor-find() \n\ ~Meta Alt ~Ctrl ~Shiftg: editor-find-again() \n\ \ Meta ~Alt ~Ctrl Shiftu: \ editor-set-character-properties(bold|italic|fixed|super|strikethrough)\ editor-set-font-size(+4) \n\ \ ~Meta ~Alt ~Ctrl ~ShiftF10: \n\ ~Meta ~Alt ~Ctrl ~ShiftosfMenuBar: \n\ \ : \n\ : editor-self-insert() \n\ : editor-self-insert() \n\ : \n\ : editor-self-insert() \n !============================================================================= ! About Translations, Actions, and "-remote" commands: ! ! You can control a running Netscape process externally; you do this by ! issuing a command like "netscape -remote openURL(http://xxx)". ! When Netscape is invoked with the -remote argument, it does not open ! window, but instead connects to and controls an already-existing process. ! This is done using X properties, so the two Netscape processes need not ! be running on the same machine, and need not share a file system. ! ! All of Netscape's action names are the same as its resource names; so, for ! example, if you wanted to know the name of the action that corresponds to ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark" ! and see that the resource that is set to that string is "addBookmark" - ! that's the name of the Action as well. ! ! You can use Actions in Translation tables in the usual Xt-ish way, but you ! can also invoke them directly via "netscape -remote", like this: ! ! netscape -remote 'addBookmark()' ! ! That will cause the existing Netscape process to add its current URL to ! the bookmarks, just as if you had selected that menu item. ! ! Please see the document http://home.netscape.com/newsref/std/x-remote.html ! for more information. !============================================================================= ! You can ask HTTP (Web) servers for documents in your preferred language ! by setting the Accept-Language header. It is a comma-separated list of ! languages or language/region pairs. For example, if you would prefer to ! see documents in French, or, failing that, in American English, you could ! use the following: ! ! *httpAcceptLanguage: fr, en-US ! ! Other possible languages and regions are: ! ! Chinese [zh] ! Chinese/China [zh-CN] ! Chinese/Taiwan [zh-TW] ! English [en] ! English/United Kingdom [en-GB] ! English/United States [en-US] ! French [fr] ! French/Canada [fr-CA] ! French/France [fr-FR] ! German [de] ! Italian [it] ! Japanese [ja] ! Korean [ko] ! Portuguese [pt] ! Portuguese/Brazil [pt-BR] ! Spanish [es] ! Spanish/Spain [es-ES] !============================================================================= ! ! There's really nothing after this point you should be messing with. ! !============================================================================= ! Motif drag-and-drop is insanely buggy, and is causing crashes even in ! contexts where it has no business being involved at all. Let's try ! disabling it globally and see if that helps. Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE Netscape*dragReceiverProtocolStyle: XmDRAG_NONE ! Labels ! *Help.sensitive: False *urlLabel.alignment: ALIGNMENT_END *urlLabel.recomputeSize: False *urlLabel.netsiteLabelString: Netsite: *urlLabel.uneditedLabelString: Location: *urlLabel.editedLabelString: Go To: ! this must be the longer of the two... *urlLabel.labelString: Location: *drawingArea*moreButton.labelString: More... !============================================================================= *menuBar.file.labelString: File *menuBar*openBrowser.labelString: New Web Browser *menuBar*openBrowser.mnemonic: B *menuBar*openBrowser.acceleratorText: Alt+N *Editor*menuBar*openBrowser.acceleratorText: *Editor*menuBar*openBrowser.mnemonic: W *menuBar*openURL.labelString: Open Location... *menuBar*openURL.mnemonic: L *menuBar*openURL.acceleratorText: Alt+L *menuBar*openFile.labelString: Open File... *menuBar*openFile.mnemonic: O *menuBar*openFile.acceleratorText: Alt+O *menuBar*saveAs.labelString: Save As... *menuBar*saveAs.mnemonic: A *menuBar*saveAs.acceleratorText: Alt+S *Editor*menuBar*saveAs.acceleratorText: *menuBar*editDocument.labelString: Edit Document... *menuBar*editDocument.mnemonic: E !*menuBar*editDocument.acceleratorText: Alt+E *menuBar*uploadFile.labelString: Upload File... *menuBar*uploadFile.mnemonic: U ! no accelerator *menuBar*saveLinksAs.labelString: Save Next Link As... *menuBar*saveLinksAs.mnemonic: A ! accelerator is magic *menuBar*saveLinksAs.acceleratorText: Shift+Click *menuBar*mailNew.labelString: New Mail Message *menuBar*mailNew.mnemonic: M *menuBar*mailNew.acceleratorText: Alt+M *menuBar*mailto.labelString: Mail Document *menuBar*mailto.mnemonic: D *menuBar*docInfo.labelString: Document Info *menuBar*docInfo.mnemonic: n ! no accelerator *menuBar*frameInfo.labelString: Frame Info ! no mnemonic ! no accelerator *menuBar*javaInfo.labelString: Java Info *menuBar*javaInfo.mnemonic: J *menuBar*openMail.labelString: Netscape Mail *menuBar*openMail.mnemonic: M ! no accelerator *menuBar*openNews.labelString: Netscape News *menuBar*openNews.mnemonic: N ! no accelerator *menuBar*printSetup.labelString: Print Setup... *menuBar*printSetup.mnemonic: r ! no accelerator *menuBar*print.labelString: Print... *menuBar*print.mnemonic: P *menuBar*print.acceleratorText: Alt+P *menuBar*delete.labelString: Close *menuBar*delete.mnemonic: C *menuBar*delete.acceleratorText: Alt+W *menuBar*whatsChanged.labelString: What's New? !no accelerator *menuBar*import.labelString: Import... *menuBar*import.mnemonic: I *menuBar*quit.labelString: Exit *menuBar*quit.mnemonic: x *menuBar*quit.acceleratorText: Alt+Q *menuBar*windows.labelString: Window ! no accelerator !*menuBar*openFolder.labelString: Open Folder... !*menuBar*openNewsHost.labelString: Open News Host... !*menuBar*save.labelString: Save !*menuBar*saveMessageAs.labelString: Save Message(s) As... !*menuBar*copyMessagesInto.labelString: Copy Messages Into !*menuBar*moveMessagesInto.labelString: Move Messages Into !*menuBar*messageInfo.labelString: Information... !============================================================================= *menuBar.edit.labelString: Edit *menuBar*undo.labelString: Undo *menuBar*undo.mnemonic: U *menuBar*undo.acceleratorText: Alt+Z *menuBar*redo.labelString: Redo *menuBar*redo.mnemonic: R *menuBar*redo.acceleratorText: Alt+E *menuBar*cut.labelString: Cut *menuBar*cut.mnemonic: t *menuBar*cut.acceleratorText: Alt+X *menuBar*copy.labelString: Copy *menuBar*copy.mnemonic: C *menuBar*copy.acceleratorText: Alt+C *menuBar*paste.labelString: Paste *menuBar*paste.mnemonic: P *menuBar*paste.acceleratorText: Alt+Y *menuBar*find.labelString: Find... *menuBar*find.mnemonic: F *menuBar*find.acceleratorText: Alt+F *menuBar*findAgain.labelString: Find Again *menuBar*findAgain.mnemonic: g *menuBar*findAgain.acceleratorText: Alt+G *menuBar*deleteItem.labelString: Delete *menuBar*deleteItem.mnemonic: D *menuBar*deleteItem.acceleratorText: Alt+D !============================================================================= *menuBar.view.labelString: View *menuBar*reload.labelString: Reload *menuBar*reload.mnemonic: R *menuBar*reload.acceleratorText: Alt+R ! In news reply to sender uses this accelerator *News*menuBar*reload.acceleratorText: *menuBar*reloadFrame.labelString: Reload Frame *menuBar*reloadFrame.mnemonic: l *menuBar*loadImages.labelString: Load Images *menuBar*loadImages.mnemonic: I *menuBar*loadImages.acceleratorText: Alt+I *menuBar*refresh.labelString: Refresh *menuBar*refresh.mnemonic: f ! no accelerator *menuBar*source.labelString: Document Source *menuBar*source.mnemonic: D ! no accelerator *menuBar*frameSource.labelString: Frame Source ! no mnemonic ! no accelerator *menuBar*attachmentsInline.mnemonic: A ! no accelerator *menuBar*attachmentsAsLinks.mnemonic: L ! no accelerator !*menuBar*viewAllGroups.labelString: Show All Newsgroups !*menuBar*checkNewGroups.labelString: Check for New Groups !*menuBar*rot13.labelString: Rot 13 !============================================================================= *menuBar.message.labelString: Message !*deleteMessage.labelString: Delete Message *deleteMessage.mnemonic: D *deleteMessage.acceleratorText: Alt+D !============================================================================= *menuBar.go.labelString: Go *menuBar*back.labelString: Back *menuBar*back.mnemonic: B *menuBar*back.acceleratorText: Alt+Left *menuBar*forward.labelString: Forward *menuBar*forward.mnemonic: F *menuBar*forward.acceleratorText: Alt+Right *menuBar*home.labelString: Home *menuBar*home.mnemonic: H ! no accelerator *menuBar*abort.labelString: Stop Loading *menuBar*abort.mnemonic: S *menuBar*abort.acceleratorText: ESC ! In Gold version of browser *menuBar*browsePublishLocation.labelString: Default Publish Location *menuBar*browsePublishLocation.mnemonic: D *menuBar*viewHistory.labelString: History *menuBar*viewHistory.mnemonic: H ! This only has this accelerator in browser windows *Navigator*menuBar*viewHistory.acceleratorText: Alt+H *menuBar*historyItem1.acceleratorText: Alt+1 *menuBar*historyItem2.acceleratorText: Alt+2 *menuBar*historyItem3.acceleratorText: Alt+3 *menuBar*historyItem4.acceleratorText: Alt+4 *menuBar*historyItem5.acceleratorText: Alt+5 *menuBar*historyItem6.acceleratorText: Alt+6 *menuBar*historyItem7.acceleratorText: Alt+7 *menuBar*historyItem8.acceleratorText: Alt+8 *menuBar*historyItem9.acceleratorText: Alt+9 *menuBar*historyTruncated.labelString: ( ...truncated... ) *menuBar*historyTruncated.alignment: ALIGNMENT_CENTER !*menuBar*markThreadRead.labelString: Mark Thread Read !*menuBar*markAllRead.labelString: Mark All Messages Read !*menuBar*showAllMessages.labelString: Show All Messages !*menuBar*nextMessage.labelString: Select Next Message !*menuBar*previousMessage.labelString: Select Previous Message !*menuBar*firstUnreadMessage.labelString: Select First Unread Message !*menuBar*nextUnreadMessage.labelString: Select Next Unread Message !*menuBar*previousUnreadMessage.labelString: Select Previous Unread Message !============================================================================= *menuBar.sort.labelString: Sort !*menuBar*thread.labelString: Thread by References !*menuBar*sortReverse.labelString: Sort Backward !*menuBar*byDate.labelString: By Date !*menuBar*byMessageNumber.labelString: By Message Number !*menuBar*bySubject.labelString: By Subject !*menuBar*bySender.labelString: By Sender's Name !*menuBar*resort.labelString: Re-Sort !============================================================================= *menuBar.bookmark.labelString: Bookmarks *menuBar*addBookmark.labelString: Add Bookmark *menuBar*addBookmark.mnemonic: A *menuBar*addBookmark.acceleratorText: Alt+A *menuBar*viewBookmark.labelString: Bookmarks *menuBar*viewBookmark.mnemonic: B *menuBar*viewBookmark.acceleratorText: Alt+B *Editor*menuBar*viewBookmark.acceleratorText: *menuBar*gotoBookmarkHtml.labelString: Goto Bookmarks *menuBar*gotoBookmarkHtml.mnemonic: G !============================================================================= *menuBar.options.labelString: Options *menuBar*generalPrefs.labelString: General Preferences... *menuBar*generalPrefs.mnemonic: G *menuBar*mailNewsPrefs.labelString: Mail and News Preferences... *menuBar*mailNewsPrefs.mnemonic: M *menuBar*networkPrefs.labelString: Network Preferences... *menuBar*networkPrefs.mnemonic: N *menuBar*securityPrefs.labelString: Security Preferences... *menuBar*securityPrefs.mnemonic: S *menuBar*showToolbar.labelString: Show Toolbar *menuBar*showToolbar.mnemonic: T *menuBar*showURL.labelString: Show Location *menuBar*showURL.mnemonic: L *menuBar*showDirectoryButtons.labelString: Show Directory Buttons *menuBar*showDirectoryButtons.mnemonic: D *menuBar*showMenubar.labelString: Show Menubar *menuBar*showMenubar.mnemonic: b *menuBar*showBottomStatusbar.labelString: Show Bottom Status Bar *menuBar*showBottomStatusbar.mnemonic: B *menuBar*showSecurityBar.labelString: Show Security Colorbar *menuBar*showSecurityBar.mnemonic: C *menuBar*showJavaConsole.labelString: Show Java Console *menuBar*showJavaConsole.mnemonic: J *menuBar*autoLoadImages.labelString: Auto Load Images *menuBar*autoLoadImages.mnemonic: A *menuBar*fancyFTP.labelString: Show FTP File Information *menuBar*fancyFTP.mnemonic: F *menuBar*docEncoding.labelString: Document Encoding *menuBar*docEncoding.mnemonic: E *Editor*menuBar*docEncoding.mnemonic: D *menuBar*saveOptions.labelString: Save Options *menuBar*saveOptions.mnemonic: O !*menuBar*showAllHeaders.labelString: Show All Headers !============================================================================= *menuBar*docEncMenu*indicatorType: ONE_OF_MANY *menuBar*latin1.labelString: Western (Latin-1) *menuBar*latin2.labelString: Central European (Latin-2) *menuBar*jaAuto.labelString: Japanese (Auto-Detect) *menuBar*jaSJIS.labelString: Japanese (Shift-JIS) *menuBar*jaEUC.labelString: Japanese (EUC-JP) *menuBar*twBig5.labelString: Traditional Chinese (Big5) *menuBar*twEUC.labelString: Traditional Chinese (EUC-TW) *menuBar*gbEUC.labelString: Simplified Chinese (GB) *menuBar*krEUC.labelString: Korean (EUC-KR) *menuBar*2022kr.labelString: Korean (ISO-2022-KR) *menuBar*koi8r.labelString: Cyrillic (KOI8-R) *menuBar*88595.labelString: Cyrillic (ISO 8859-5) *menuBar*greek.labelString: Greek (ISO 8859-7) *menuBar*88599.labelString: Turkish (ISO 8859-9) *menuBar*other.labelString: User-Defined !============================================================================= *menuBar.directory.labelString: Directory *menuBar*netscape.labelString: Netscape's Home *menuBar*netscape.mnemonic: H *menuBar*sgi.labelString: Silicon Graphics, Inc. *menuBar*sgi.mnemonic: i *menuBar*adobe.labelString: Adobe Systems, Inc. *menuBar*adobe.mnemonic: o *menuBar*whatsNew.labelString: What's New? *menuBar*whatsNew.mnemonic: N *menuBar*whatsCool.labelString: What's Cool? *menuBar*whatsCool.mnemonic: C *menuBar*inetIndex.labelString: Netscape Destinations *menuBar*inetIndex.mnemonic: D *menuBar*inetSearch.labelString: Internet Search *menuBar*inetSearch.mnemonic: S *menuBar*inetWhite.labelString: People *menuBar*inetWhite.mnemonic: P *menuBar*inetAbout.labelString: About the Internet *menuBar*inetAbout.mnemonic: A *menuBar*galleria.labelString: Customer Showcase *menuBar*galleria.mnemonic: w !============================================================================= *menuBar.help.labelString: Help *menuBar*about.labelString: About Netscape *menuBar*about.mnemonic: A *menuBar*aboutplugins.labelString: About Plug-ins *menuBar*aboutplugins.mnemonic: P *menuBar*registration.labelString: Registration Information *menuBar*registration.mnemonic: I *menuBar*upgrade.labelString: Software *menuBar*upgrade.mnemonic: t *menuBar*manual.labelString: Handbook *menuBar*manual.mnemonic: H *menuBar*relnotes.labelString: Release Notes *menuBar*relnotes.mnemonic: R *menuBar*faq.labelString: Frequently Asked Questions *menuBar*faq.mnemonic: F *menuBar*aboutSecurity.labelString: On Security *menuBar*aboutSecurity.mnemonic: O *menuBar*feedback.labelString: How to Give Feedback *menuBar*feedback.mnemonic: G *menuBar*support.labelString: How to Get Support *menuBar*support.mnemonic: S *menuBar*howTo.labelString: How to Create Web Services *menuBar*howTo.mnemonic: C *menuBar*aboutMailAndNews.labelString: About Netscape Mail and News... *menuBar*aboutUsenet.labelString: About USENET Newsgroups... ! For the toggles in the options menu *menuBar*XmToggleButton.indicatorType: N_OF_MANY *menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY *menuBar*XmToggleButton.fillOnSelect: True *menuBar*XmToggleButtonGadget.fillOnSelect: True *menuBar*XmToggleButton.visibleWhenOff: True *menuBar*XmToggleButtonGadget.visibleWhenOff: True *menuBar*sortByDate.visibleWhenOff: False *menuBar*sortByMessageNumber.visibleWhenOff: False *menuBar*sortBySubject.visibleWhenOff: False *menuBar*sortBySender.visibleWhenOff: False !============================================================================= ! Mail/News menubar !============================================================================= !Mail menubar wont have this accelerator. This is used by reply *Mail*menuBar*reload.acceleratorText: *menubar*deliverNow.indicatorType: ONE_OF_MANY *menuBar*deliverNow.labelString: Immediate Delivery ! no mnemonic ! no accelerator *menubar*deliverLater.indicatorType: ONE_OF_MANY *menuBar*deliverLater.labelString: Deferred Delivery ! no mnemonic ! no accelerator !*getNewMail.labelString: Get New Mail *getNewMail.mnemonic: G *getNewMail.acceleratorText: Alt+T !*deliverQueuedMessages.labelString: Send Mail in Outbox *deliverQueuedMessages.mnemonic: d *deliverQueuedMessages.acceleratorText: Alt+H !*openFolder.labelString: Add Folder... *openFolder.mnemonic: o !*newFolder.labelString: New Folder... *newFolder.mnemonic: F !*menuBar*compressFolder.labelString: Compress this Folder *menuBar*compressFolder.mnemonic: s *menuBar*compressFolder.acceleratorText: Alt+K !*menuBar*compressAllFolders.labelString: Compress all Folders *menuBar*compressAllFolders.mnemonic: A !*menuBar*emptyTrash.labelString: Empty Trash Folder *menuBar*emptyTrash.mnemonic: E !*deleteFolder.labelString: Delete Folder *deleteFolder.mnemonic: o !*selectThread.labelString: Select Thread *selectThread.mnemonic: t *selectThread.acceleratorText: Alt+Shift+A !*selectMarkedMessages.labelString: Select Flagged Messages *selectMarkedMessages.mnemonic: M !*selectAllMessages.labelString: Select All *selectAllMessages.mnemonic: A *selectAllMessages.acceleratorText: Alt+A *menuBar*sort.labelString: Sort *menuBar*sort.mnemonic: S !*rot13Message.labelString: Unscramble (ROT13) *rot13Message.mnemonic: U !*menuBar*nextMessage.labelString: Next Message *menuBar*nextMessage.mnemonic: N *menuBar*nextMessage.acceleratorText: Alt+Down !*menuBar*previousMessage.labelString: Previous Message *menuBar*previousMessage.mnemonic: P *menuBar*previousMessage.acceleratorText: Alt+Up !*menuBar*firstUnreadMessage.labelString: First Unread *menuBar*firstUnreadMessage.mnemonic: U !*menuBar*nextUnreadMessage.labelString: Next Unread *menuBar*nextUnreadMessage.mnemonic: e *menuBar*nextUnreadMessage.acceleratorText: Alt+Shift+Down !*menuBar*previousUnreadMessage.labelString: Previous Unread *menuBar*previousUnreadMessage.mnemonic: r *menuBar*previousUnreadMessage.acceleratorText: Alt+Shift+Up !*menuBar*firstMarkedMessage.labelString: First Marked *menuBar*firstMarkedMessage.mnemonic: M !*menuBar*nextMarkedMessage.labelString: Next Marked *menuBar*nextMarkedMessage.mnemonic: x *menuBar*nextMarkedMessage.acceleratorText: Ctrl+Shift+Down !*menuBar*previousMarkedMessage.labelString: Previous Marked *menuBar*previousMarkedMessage.mnemonic: v *menuBar*previousMarkedMessage.acceleratorText: Ctrl+Shift+Up !*menuBar*showAllMessages.labelString: Show All Messages *menuBar*showAllMessages.mnemonic: w !*menuBar*showOnlyUnread.labelString: Show Only Unread Messages *menuBar*showOnlyUnread.mnemonic: U *menuBar*showHeaders.labelString: Show Headers *menuBar*showHeaders.mnemonic: H !*menuBar*showAllHeaders.labelString: All *menuBar*showAllHeaders.mnemonic: A !*menuBar*showSomeHeaders.labelString: Normal *menuBar*showSomeHeaders.mnemonic: N !*menuBar*showMicroHeaders.labelString: Brief *menuBar*showMicroHeaders.mnemonic: B *editAddressBook.labelString: Address Book *editAddressBook.mnemonic: A !*menuBar*editAddress.labelString: Add to Address Book *menuBar*editAddress.mnemonic: t !*replyToSender.labelString: Reply *replyToSender.mnemonic: R *replyToSender.acceleratorText: Alt+R !*replyToAll.labelString: Reply to All *replyToAll.mnemonic: A *replyToAll.acceleratorText: Alt+Shift+R !*forwardMessage.labelString: Forward *forwardMessage.mnemonic: F *forwardMessage.acceleratorText: Alt+L *forwardMessageQuoted.labelString: Forward Quoted *forwardMessageQuoted.mnemonic: Q *forwardMessageQuoted.acceleratorText: Alt+Shift+D !*menuBar*markSelectedRead.labelString: Mark as Read *menuBar*markSelectedRead.mnemonic: d !*menuBar*markSelectedUnread.labelString: Mark as Unread *menuBar*markSelectedUnread.mnemonic: U !*menuBar*markThreadRead.labelString: Mark Thread Read *menuBar*markThreadRead.mnemonic: a !*menuBar*markSelectedMessages.labelString: Flag message *menuBar*markSelectedMessages.mnemonic: l !*menuBar*unmarkSelectedMessages.labelString: Unflag message *menuBar*unmarkSelectedMessages.mnemonic: e !*menuBar*moveMessagesInto.labelString: Move *menuBar*moveMessagesInto.mnemonic: v !*menuBar*copyMessagesInto.labelString: Copy *menuBar*copyMessagesInto.mnemonic: C !*reSort.labelString: Again *reSort.mnemonic: A !*menuBar*threadMessages.labelString: Thread Messages *menuBar*threadMessages.mnemonic: T !*menuBar*sortBackward.labelString: Ascending *menuBar*sortBackward.mnemonic: s !*menuBar*sortByDate.labelString: by Date *menuBar*sortByDate.mnemonic: D !*menuBar*sortBySubject.labelString: by Subject *menuBar*sortBySubject.mnemonic: u !*menuBar*sortBySender.labelString: by Sender *menuBar*sortBySender.mnemonic: e !*menuBar*sortByMessageNumber.labelString: by Message Number *menuBar*sortByMessageNumber.mnemonic: M !*openNewsHost.labelString: Open News Host... *openNewsHost.mnemonic: O *menuBar*deleteNewsHost.mnemonic: H *menuBar*getMoreMessages.mnemonic: G *menuBar*getMoreMessages.acceleratorText: Alt+T *menuBar*postNew.labelString: New News Message *menuBar*postNew.mnemonic: N !*postReply.labelString: Post Reply *postReply.mnemonic: o !*postAndMailReply.labelString: Post and Mail Reply *postAndMailReply.mnemonic: s *menuBar*firstMarkedMessage.mnemonic: F !*showSubscribedNewsGroups.labelString: Show Subscribed Newsgroups *showSubscribedNewsGroups.mnemonic: b !*showActiveNewsGroups.labelString: Show Active Newsgroups *showActiveNewsGroups.mnemonic: c !*showAllNewsGroups.labelString: Show All Newsgroups *showAllNewsGroups.mnemonic: A !*checkNewNewsGroups.labelString: Show New Newsgroups *checkNewNewsGroups.mnemonic: p !*menuBar*cancelMessage.labelString: Cancel Message *menuBar*cancelMessage.mnemonic: n !*menuBar*addFromNewest.labelString: Add from Newest Messages *menuBar*addFromNewest.mnemonic: f !*menuBar*addFromOldest.labelString: Add from Oldest Messages *menuBar*addFromOldest.mnemonic: O ! These are std Mail folder names. *popup*sentMail.labelString: Sent *popup*sentMail.mnemonic: S *popup*inbox.labelString: Inbox *popup*inbox.mnemonic: I *popup*trash.labelString: Trash *popup*trash.mnemonic: T *popup*newFolder.labelString: New... *popup*newFolder.mnemonic: N ! For menubar and popup *addNewsgroup.labelString: Add Newsgroup *addNewsgroup.mnemonic: g !============================================================================= ! MailCompose menubar !============================================================================= *menuBar*sendOrSendLater.labelString: Send *menuBar*sendOrSendLater.mnemonic: S *menuBar*sendOrSendLater.acceleratorText: Alt+Enter *menuBar*attachFile.labelString: Attach... *menuBar*attachFile.mnemonic: F !*menuBar*quoteMessage.labelString: Include Original Text *menuBar*quoteMessage.mnemonic: I !*menuBar*saveMessageAs.labelString: Save As... *menuBar*saveMessageAs.mnemonic: A *menuBar*saveMessageAs.acceleratorText: Alt+S *menuBar*pasteQuote.labelString: Paste as Quotation *menuBar*pasteQuote.mnemonic: Q *menuBar*selectAllText.labelString: Select All *menuBar*selectAllText.mnemonic: S *menuBar*clearAllText.labelString: Clear !*menuBar*rot13.labelString: Scramble (ROT13) Message *menuBar*rot13.mnemonic: S !*Composition*menuBar*showAllHeaders.labelString: All Fields *Composition*menuBar*showAllHeaders.mnemonic: A !*menuBar*showReplyTo.labelString: Reply To *menuBar*showReplyTo.mnemonic: R !*menuBar*showTo.labelString: Mail To *menuBar*showTo.mnemonic: M !*menuBar*showCC.labelString: Mail CC *menuBar*showCC.mnemonic: C !*menuBar*showBCC.labelString: Mail BCC *menuBar*showBCC.mnemonic: B !*menuBar*showPostTo.labelString: Post To *menuBar*showPostTo.mnemonic: P !*menuBar*showFollowupTo.labelString: Followups To *menuBar*showFollowupTo.mnemonic: F !*menuBar*showSubject.labelString: Subject *menuBar*showSubject.mnemonic: S !*menuBar*showAttachments.labelString: Attachment *menuBar*showAttachments.mnemonic: h *menuBar*wrapLines.labelString: Wrap Long Lines *menuBar*wrapLines.mnemonic: W !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor menubar. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! File menu *menuBar*editorNew.labelString: New Document *menuBar*editorNew.mnemonic: N *menuBar*editorNewBlank.labelString: Blank *menuBar*editorNewBlank.mnemonic: B *Editor*menuBar*editorNewBlank.acceleratorText: Alt+N *menuBar*editorNewWizard.labelString: From Wizard... *menuBar*editorNewWizard.mnemonic: W *menuBar*editorNewTemplate.labelString: From Template *menuBar*editorNewTemplate.mnemonic: T *menuBar*editorBrowse.labelString: Browse Document *menuBar*editorBrowse.mnemonic: B *menuBar*openBrowseFile.labelString: Open File in Browser... *menuBar*editorOpenFile.labelString: Open File in Editor... *menuBar*editorOpenFile.mnemonic: d *Editor*menuBar*editorOpenFile.labelString: Open File... *Editor*menuBar*editorOpenFile.acceleratorText: Alt+O *Editor*menuBar*editorOpenFile.mnemonic: F *menuBar*publish.labelString: Publish... *menuBar*publish.mnemonic: u *menuBar*pageSetup.labelString: Page Setup... *menuBar*printPreview.labelString: Print Preview *menuBar*save.labelString: Save *menuBar*save.acceleratorText: Alt+S *menuBar*save.mnemonic: S ! Edit Menu *menuBar*undoNull.labelString: Nothing to Undo *menuBar*undoTyping.labelString: Undo Typing *menuBar*undoAddText.labelString: Undo Add Text *menuBar*undoDeleteText.labelString: Undo Delete Text *menuBar*undoCut.labelString: Undo Cut *menuBar*undoPasteText.labelString: Undo Paste Text *menuBar*undoPasteHTML.labelString: Undo Paste HTML *menuBar*undoPasteHREF.labelString: Undo Paste HREF *menuBar*undoChangeAttributes.labelString: Undo Change Attributes *menuBar*undoIndent.labelString: Undo Indent *menuBar*undoParagraphAlign.labelString: Undo Align Paragraph *menuBar*undoMorphContainer.labelString: Undo Change Paragraph Style *menuBar*undoInsertHorizRule.labelString: Undo Insert Horizontal Rule *menuBar*undoSetHorizRuleData.labelString: Undo Set Horizontal Rule Data *menuBar*undoInsertImage.labelString: Undo Insert Image *menuBar*undoSetImageData.labelString: Undo Set Image Data *menuBar*undoInsertBreak.labelString: Undo Insert Break *menuBar*undoChangePageData.labelString: Undo Change Page Data *menuBar*undoSetMetaData.labelString: Undo Set Meta Data *menuBar*undoDeleteMetaData.labelString: Undo Delete Meta Data *menuBar*undoInsertTarget.labelString: Undo Insert Target *menuBar*undoSetTargetData.labelString: Undo Set Target Data *menuBar*undoInsertUnknownTag.labelString: Undo Unknown Tag *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data *menuBar*undoGroupOfChanges.labelString: Undo Changes *menuBar*undoSetListData.labelString: Undo Set List Data *menuBar*undoInsertTable.labelString: Undo Insert Table *menuBar*undoDeleteTable.labelString: Undo Delete Table *menuBar*undoSetTableData.labelString: Undo Set Table Data *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption *menuBar*undoInsertTableRow.labelString: Undo Insert Row *menuBar*undoSetTableRowData.labelString: Undo Set Row Data *menuBar*undoDeleteTableRow.labelString: Undo Delete Row *menuBar*undoInsertTableColumn.labelString: Undo Insert Column *menuBar*undoSetTableCellData.labelString: Undo Set Cell Data *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column *menuBar*undoInsertTableCell.labelString: Undo Insert Cell *menuBar*undoDeleteTableCell.labelString: Undo Delete Cell *menuBar*redoNull.labelString: Nothing to Redo *menuBar*redoTyping.labelString: Redo Typing *menuBar*redoAddText.labelString: Redo Add Text *menuBar*redoDeleteText.labelString: Redo Delete Text *menuBar*redoCut.labelString: Redo Cut *menuBar*redoPasteText.labelString: Redo Paste Text *menuBar*redoPasteHTML.labelString: Redo Paste HTML *menuBar*redoPasteHREF.labelString: Redo Paste HREF *menuBar*redoChangeAttributes.labelString: Redo Change Attributes *menuBar*redoIndent.labelString: Redo Indent *menuBar*redoParagraphAlign.labelString: Redo Align Paragraph *menuBar*redoMorphContainer.labelString: Redo Change Paragraph Style *menuBar*redoInsertHorizRule.labelString: Redo Insert Horizontal Rule *menuBar*redoSetHorizRuleData.labelString: Redo Set Horizontal Rule Data *menuBar*redoInsertImage.labelString: Redo Insert Image *menuBar*redoSetImageData.labelString: Redo Set Image Data *menuBar*redoInsertBreak.labelString: Redo Insert Break *menuBar*redoChangePageData.labelString: Redo Change Page Data *menuBar*redoSetMetaData.labelString: Redo Set Meta Data *menuBar*redoDeleteMetaData.labelString: Redo Delete Meta Data *menuBar*redoInsertTarget.labelString: Redo Insert Target *menuBar*redoSetTargetData.labelString: Redo Set Target Data *menuBar*redoInsertUnknownTag.labelString: Redo Unknown Tag *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data *menuBar*redoGroupOfChanges.labelString: Redo Changes *menuBar*redoSetListData.labelString: Redo Set List Data *menuBar*redoInsertTable.labelString: Redo Insert Table *menuBar*redoDeleteTable.labelString: Redo Delete Table *menuBar*redoSetTableData.labelString: Redo Set Table Data *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption *menuBar*redoInsertTableRow.labelString: Redo Insert Row *menuBar*redoSetTableRowData.labelString: Redo Set Row Data *menuBar*redoDeleteTableRow.labelString: Redo Delete Row *menuBar*redoInsertTableColumn.labelString: Redo Insert Column *menuBar*redoSetTableCellData.labelString: Redo Set Cell Data *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column *menuBar*redoInsertTableCell.labelString: Redo Insert Cell *menuBar*redoDeleteTableCell.labelString: Redo Delete Cell *menuBar*deleteItem.labelString: Delete *menuBar*deleteItem.mnemonic: D *menuBar*deleteItem.acceleratorText: Alt+D *menuBar*selectAll.labelString: Select All *menuBar*selectAll.acceleratorText: Alt+A *menuBar*selectAll.mnemonic: S *selectTable.labelString: Select Table *selectTable.mnemonic: T *deleteTableMenu.labelString: Delete Table *deleteTableMenu.mnemonic: l *deleteTable.labelString: Table *deleteTable.mnemonic: T *deleteRow.labelString: Row *deleteRow.mnemonic: R *deleteColumn.labelString: Column *deleteColumn.mnemonic: o *deleteCell.labelString: Cell *deleteCell.mnemonic: C ! View Menu *Editor*menuBar*source.labelString: View Document Source *Editor*menuBar*source.mnemonic: S *menuBar*editSource.labelString: Edit Document Source *menuBar*editSource.mnemonic: E *menuBar*paragraphMarks.labelString: Display Paragraph Marks *menuBar*paragraphMarks.mnemonic: P !*displayTableBoundaries.labelString: Display Table Boundaries *displayTables.labelString: Display Tables *displayTables.mnemonic: T ! Insert Menu *menuBar*insert.labelString: Insert *menuBar*insertLink.labelString: Link... *menuBar*insertLink.mnemonic: L *menuBar*insertTarget.labelString: Target... *menuBar*insertTarget.mnemonic: a *menuBar*insertImage.labelString: Image... *menuBar*insertImage.mnemonic: I *menuBar*insertHorizontalLine.labelString: Horizontal Line... *menuBar*insertHorizontalLine.mnemonic: o *menuBar*insertHtmlTag.labelString: HTML Tag... *menuBar*insertHtmlTag.mnemonic: H *insertTableMenu.labelString: Table *insertTableMenu.mnemonic: T *menuBar*insertNewLineBreak.labelString: New Line Break *menuBar*insertNewLineBreak.acceleratorText: Shift+Return *menuBar*insertNewLineBreak.mnemonic: N *menuBar*insertBreakBelow.labelString: Break below Image(s) *menuBar*insertBreakBelow.mnemonic: B *menuBar*insertNonBreaking.labelString: Nonbreaking Space *menuBar*insertNonBreaking.acceleratorText: Shift+Space *menuBar*insertNonBreaking.mnemonic: S ! Insert/Tables pullaside. *insertTable.labelString: Table... *insertTable.mnemonic: T *insertRow.labelString: Row *insertRow.mnemonic: R *insertColumn.labelString: Column *insertColumn.mnemonic: o *insertCell.labelString: Cell *insertCell.mnemonic: C ! Properties Menu *menuBar*properties.labelString: Properties *menuBar*textProperties.labelString: Text... *menuBar*textProperties.mnemonic: e *menuBar*linkProperties.labelString: Link... *menuBar*linkProperties.mnemonic: L *menuBar*imageProperties.labelString: Image... *menuBar*imageProperties.mnemonic: I *menuBar*targetProperties.labelString: Target... *menuBar*targetProperties.mnemonic: a *menuBar*tableProperties.labelString: Table... *menuBar*tableProperties.mnemonic: T *menuBar*hruleProperties.labelString: Horizontal Line... *menuBar*hruleProperties.mnemonic: o *menuBar*tagProperties.labelString: HTML Tag... *menuBar*tagProperties.mnemonic: H *menuBar*documentProperties.labelString: Document... *menuBar*documentProperties.mnemonic: D ! Properties Character Pullaside *charProperties.labelString: Character *charProperties.mnemonic: C *charProperties.bold.labelString: Bold *charProperties.bold.acceleratorText: Alt+B *charProperties.bold.mnemonic: B *charProperties.underline.labelString: Underline *charProperties.underline.acceleratorText: Alt+U *charProperties.underline.mnemonic: U *charProperties.italic.labelString: Italic *charProperties.italic.acceleratorText: Alt+I *charProperties.italic.mnemonic: I *charProperties.fixed.labelString: Fixed Width *charProperties.fixed.acceleratorText: Alt+T *charProperties.fixed.mnemonic: F *charProperties.superscript.labelString: Superscript *charProperties.superscript.mnemonic: p *charProperties.subscript.labelString: Subscript *charProperties.subscript.mnemonic: S *charProperties.strikethrough.labelString: Strikethrough *charProperties.strikethrough.mnemonic: t *charProperties.blink.labelString: Blink *charProperties.blink.mnemonic: k *charProperties.textColor.labelString: Text Color... *charProperties.textColor.mnemonic: C *charProperties.defaultColor.labelString: Default Color *charProperties.defaultColor.mnemonic: D *charProperties.serverJavaScript.labelString: JavaScript (Server) *charProperties.serverJavaScript.mnemonic: J *charProperties.clientJavaScript.labelString: JavaScript (Client) *charProperties.clientJavaScript.mnemonic: v *menuBar*charProperties.clearAllStyles.labelString: Clear All Styles *menuBar*charProperties.clearAllStyles.acceleratorText: Alt+K *menuBar*charProperties.clearAllStyles.mnemonic: a *menuBar*fontSize.labelString: Font Size *menuBar*fontSize.mnemonic: S *menuBar*paragraphProperties.labelString: Paragraph *menuBar*paragraphProperties.mnemonic: P *menuBar*paragraphProperties.indent.labelString: Indent one level *menuBar*paragraphProperties.indent.acceleratorText: Tab *menuBar*paragraphProperties.indent.mnemonic: I *menuBar*paragraphProperties.outdent.labelString: Remove one indent level *menuBar*paragraphProperties.outdent.acceleratorText: Shift+Tab *menuBar*paragraphProperties.outdent.mnemonic: R ! Properties Font Size PullAside/Toolbar Font Size Popup. *characterToolbar*fontSize.marginWidth: 0 *characterToolbar*fontSize.marginHeight: 0 *fontSize.XmPushButtonGadget.labelType: STRING *fontSize.minusTwo.labelString: -2 *fontSize.minusOne.labelString: -1 *fontSize.plusZero.labelString: +0 *fontSize.plusZero.mnemonic: 0 *fontSize.plusOne.labelString: +1 *fontSize.plusOne.mnemonic: 1 *fontSize.plusTwo.labelString: +2 *fontSize.plusTwo.mnemonic: 2 *fontSize.plusThree.labelString: +3 *fontSize.plusThree.mnemonic: 3 *fontSize.plusFour.labelString: +4 *fontSize.plusFour.mnemonic: 4 ! Properties Paragraph PullAside/Toolbar Properties Popup. *paragraphToolbar*paragraphProperties.marginWidth: 0 *paragraphToolbar*paragraphProperties.marginHeight: 0 *paragraphProperties.XmPushButtonGadget.labelType: STRING *normal.labelString: Normal *normal.mnemonic: N *headingOne.labelString: Heading 1 *headingOne.mnemonic: 1 *headingTwo.labelString: Heading 2 *headingTwo.mnemonic: 2 *headingThree.labelString: Heading 3 *headingThree.mnemonic: 3 *headingFour.labelString: Heading 4 *headingFour.mnemonic: 4 *headingFive.labelString: Heading 5 *headingFive.mnemonic: 5 *headingSix.labelString: Heading 6 *headingSix.mnemonic: 6 *address.labelString: Address *address.mnemonic: A *formatted.labelString: Formatted *formatted.mnemonic: F *listItem.labelString: List Item *listItem.mnemonic: L *descriptionItem.labelString: Description Title *descriptionItem.mnemonic: T *descriptionText.labelString: Description Text *descriptionText.mnemonic: x ! Options Menu *menuBar*editorPrefs.labelString: Editor Preferences... *menuBar*editorPrefs.mnemonic: E *Editor*menuBar*showToolbar.labelString: Show File/Edit Toolbar *Editor*menuBar*showToolbar.mnemonic: T *menuBar*showCharacter.labelString: Show Character Toolbar *menuBar*showCharacter.mnemonic: C *menuBar*showParagraph.labelString: Show Paragraph Toolbar *menuBar*showParagraph.mnemonic: P ! Windows Menu *menuBar*netBrowser.labelString: Netscape Browser *menuBar*siteManager.labelString: Netscape Site Manager ! Editor Popup Menu *popup*textProperties.labelString: Text Properties... *popup*textProperties.mnemonic: x *popup*targetProperties.labelString: Target Properties... *popup*targetProperties.mnemonic: a *popup*imageProperties.labelString: Image Properties... *popup*imageProperties.mnemonic: I *popup*tableProperties.labelString: Table Properties... *popup*tableProperties.mnemonic: T *popup*hruleProperties.labelString: Horizontal Line Properties... *popup*hruleProperties.mnemonic: o *popup*tagProperties.labelString: HTML Tag Properties... *popup*tagProperties.mnemonic: H *popup*paragraphProperties.labelString: Paragraph Properties... *popup*paragraphProperties.mnemonic: g *popup*documentProperties.labelString: Document Properties... *popup*documentProperties.mnemonic: D *popup*insert.labelString: Insert *popup*insert.mnemonic: s *popup*delete.labelString: Delete *popup*delete.mnemonic: l *popup*insertLink.labelString: Insert Link... *popup*insertLink.mnemonic: n *popup*linkProperties.labelString: Link Properties... *popup*linkProperties.mnemonic: n *popup*browseLink.labelString: Open Link in Browser... *popup*browseLink.mnemonic: w *popup*editLink.labelString: Open Link in Editor... *popup*editLink.mnemonic: E *popup*bookmarkLink.labelString: Add Link to Bookmarks *popup*bookmarkLink.mnemonic: B *popup*copyLink.labelString: Copy Link to Clipboard *popup*copyLink.mnemonic: k *popup*removeLink.labelString: Remove Link *popup*removeLink.mnemonic: R *popup*cut.labelString: Cut *popup*cut.mnemonic: u *popup*cut.acceleratorText: Alt+X *popup*copy.labelString: Copy *popup*copy.mnemonic: C *popup*copy.acceleratorText: Alt+C *popup*paste.labelString: Paste *popup*paste.mnemonic: P *popup*paste.acceleratorText: Alt+Y !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor toolbar (text only). !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *toolBar.editDocument.labelString: Edit *toolBar.editorNewBlank.labelString: New *toolBar.editorOpenFile.labelString: Open... *toolBar.save.labelString: Save *toolBar.editorBrowse.labelString: Browse *toolBar.cut.labelString: Cut *toolBar.copy.labelString: Copy *toolBar.paste.labelString: Paste *toolBar.publish.labelString: Publish... !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor dialogs. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *textPropertiesDialog_popup.title: Netscape: Properties *textPropertiesDialog.folder.XmForm.marginHeight: 10 *textPropertiesDialog.folder.XmForm.marginWidth: 10 *textPropertiesDialog*XmFrame.marginHeight: 2 *textPropertiesDialog*XmFrame.marginWidth: 2 *imagePropertiesDialog_popup.title: Netscape: Properties *imagePropertiesDialog.folder.XmForm.marginHeight: 10 *imagePropertiesDialog.folder.XmForm.marginWidth: 10 *imagePropertiesDialog*XmFrame.marginHeight: 2 *imagePropertiesDialog*XmFrame.marginWidth: 2 ! Properties/Link properties. *linkProperties.tabLabelString: Link *linkSourceTitle.labelString: Link source *linkSourceLabel.labelString: Enter the text of the link: *linkToTitle.labelString: Link to *linkToLabel.labelString: Enter link to a page location or local file: *browseFile.labelString: Browse File... *removeLink.labelString: Remove Link *removeLinks.labelString: Remove Links *menuBar*removeLinks.mnemonic: R *linkTarget.labelString: \ Link to a named target in specified document(optional) *showTargets.labelString: Show targets in: *currentDocument.labelString: Current document *selectedFile.labelString: Selected file *linkProperties*targetText.height: 100 ! Properties/Character properties: *characterProperties.tabLabelString: Character *colorTitle.labelString: Color *colorLabel.labelString: Current color: *default.labelString: Document's default color *custom.labelString: Custom color *chooseColor.labelString: Choose Color... *colorText.labelString: Selected text will be set to the chosen color. *sizeTitle.labelString: Size *sizeText.labelString: Each paragraph style has\nits own default size. *styleTitle.labelString: Style *clearStyles.labelString: Clear Style Settings *characterProperties*clearStyles.marginWidth: 10 *characterProperties*clearStyles.marginHeight: 5 *characterProperties*clearStyles.leftOffset: 30 *characterProperties*clearStyles.rightOffset: 30 *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM *characterProperties*clearStyles.bottomOffset: 5 *characterProperties*javaFrame.leftOffset: 10 *characterProperties*sizeFrame.leftOffset: 10 *javaTitle.labelString: Java Script *java*client.labelString: Client *java*server.labelString: Server *clearAll.labelString: Clear All Settings *characterProperties*clearAll.marginWidth: 10 *characterProperties*clearAll.marginHeight: 5 *characterProperties*clearAll.topOffset: 20 *characterProperties*clearAll.leftOffset: 15 *characterProperties*clearAll.rightOffset: 15 ! Properties/Paragraph properties: *paragraphProperties.tabLabelString: Paragraph *styleLabel.labelString: Paragraph style: *additionalLabel.labelString: Additional style: *additional*default.labelString: Default *additional*list.labelString: List *additional*blockQuote.labelString: Block quote *listTitle.labelString: List *listLabel.labelString: Style: *numbered.labelString: Numbered *unnumbered.labelString: Unnumbered *directory.labelString: Directory *menu.labelString: Menu *description.labelString: Description *automatic.labelString: Automatic *digital.labelString: 1,2,3,4,5.. *lowerRoman.labelString: i,ii,iii,iv,v.. *upperRoman.labelString: I,II,III,IV,V.. *lowerAlpha.labelString: a,b,c,d,e.. *upperAlpha.labelString: A,B,C,D,E.. *solidCircle.labelString: Solid Circle *openCircle.labelString: Open Circle *openSquare.labelString: Open Square *startLabel.labelString: Starting number *startText.columns: 4 *spaceAvailable.labelString: This Space Available *paragraphProperties*spaceAvailable.topOffset: 40 *paragraphProperties*spaceAvailable.leftOffset: 150 ! Properties/Image properties: *imageProperties.tabLabelString: Image *imageFileTitle.labelString: Image file name *browse.labelString: Browse... *alternativeInfoLabel.labelString: Alternative representations (optional): *alternativeImageLabel.labelString: Image: *alternativeTextLabel.labelString: Text: *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2 *alignmentTitle.labelString: Alignment *alignmentInfoLabel.labelString: \ To see wrapped text, view page in Browse window. *heightLabel.labelString: Height: *widthLabel.labelString: Width: *imageSpaceTitle.labelString: Space around image *imageProperties.imageSpaceFrame.leftOffset: 10 *leftRightLabel.labelString: Left and right: *topBottomLabel.labelString: Top and Bottom: *solidBorderLabel.labelString: Solid Border: *originalSize.labelString: Original Size *copyImage.labelString: Copy image to document location *removeImageMap.labelString: Remove Image Map *editImage.labelString: Edit Image ! Horizontal Line Properties *horizontalLineProperties_popup.title: Netscape: Horizontal Line *dimensionsTitle.labelString: Dimensions *horizontalLineProperties*XmFrame.marginWidth: 10 *horizontalLineProperties*XmFrame.marginHeight: 10 *heightLabel.labelString: Height: *heightText.columns: 4 *pixels.labelString: pixels *widthLabel.labelString: Width: *widthText.columns: 4 *percent.labelString: % of window *alignTitle.labelString: Align *left.labelString: Left *center.labelString: Center *right.labelString: Right *threeDShading.labelString: 3-D shading ! Document Properties & Editor Preferences/Appearance *appearanceProperties.tabLabelString: Appearance *documentPropertiesDialog_popup.title: Netscape: Document Properties *editorPreferencesDialog_popup.title: Netscape: Editor Preferences *folder*appearance.marginHeight: 10 *folder*appearance.marginWidth: 10 *folder*appearance*XmFrame.marginHeight: 2 *folder*appearance*XmFrame.marginWidth: 2 *appearance*custom.labelString: Use custom colors *appearance*browser.labelString: \ Use the Browser's color settings *schemesTitle.labelString: Color schemes *save.labelString: Save *remove.labelString: Remove *documentColorsTitle.labelString: Document colors *documentPropertiesDialog*previewFrame.marginHeight: 0 *documentPropertiesDialog*previewFrame.marginWidth: 0 *appearance*normal.labelString: Normal text... *appearance*link.labelString: Link text... *appearance*active.labelString: Active Link text... *appearance*followed.labelString: Followed Link text... *appearance*background.labelString: Background... *appearance*backgroundInfo.labelString: Background image will override color. *appearance*preview.normal.labelString: Normal text *appearance*preview.link.labelString: Link text *appearance*preview.active.labelString: Active (selected) link *appearance*preview.followed.labelString: Followed (visited) link *appearance*preview*normalLabelString: Normal text *appearance*preview*linkLabelString: Link text *appearance*preview*activeLabelString: Active (selected) link *appearance*preview*followedLabelString: Followed (visited) link *backgroundImageTitle.labelString: Background image *browseImageFile.labelString: Browse for File... *solid.labelString: Solid color *useImage.labelString: Use Image *choose.labelString: Choose Color... *documentPropertiesDialog*appearance*infoLabel.labelString: \ These settings will be applied to the current document. *editorPreferencesDialog*appearance*infoLabel.labelString: \ These settings will be applied to new documents, not the current. ! Document Properties/General *generalProperties.tabLabelString: General *folder*general.marginHeight: 10 *folder*general.marginWidth: 10 *locationLabel.labelString: Location: *titleLabel.labelString: Title: *authorLabel.labelString: Author: *descriptionLabel.labelString: Description: *createdLabel.labelString: Creation date: *updatedLabel.labelString: Last updated: *otherAttributesTitle.labelString: Other attributes *infoLabel.labelString: \ Use commas to separate multiple words or phrases. *keywordsLabel.labelString: Keywords: *classificationLabel.labelString: Classification: ! Document Properties/Advanced *advanced.tabLabelString: Advanced *folder*advanced.marginHeight: 10 *folder*advanced.marginWidth: 10 *systemLabel.labelString: Netscape system variables (HTTP-EQUIV): *userLabel.labelString: User variables (META): *nameLabel.labelString: Name: *valueLabel.labelString: Value: *delete.labelString: Delete *set.labelString: Set *new.labelString: New ! Target Properties *targetPropertiesDialog_popup.title: Netscape: Target Properties *targetLabel.labelString: Enter a name for this target: ! Html Properties *htmlPropertiesDialog_popup.title: Netscape: HTML Tag *htmlPropertiesInfo.labelString: \ Enter tag name and any attributes or parameters for one tag only. *htmlPropertiesDialog.Apply.labelString:Verify *htmlPropertiesDialog.ApplyLabelString: Verify ! Editor Preferences/General *generalPreferences.tabLabelString: General *authorTitle.labelString: Author name *externalTitle.labelString: External editors *htmlLabel.labelString: HTML source: *imageLabel.labelString: Image: *templateTitle.labelString: New document template *locationLabel.labelString: Location: *templateInfo.labelString: \ This page will open when you select from menu:\n\ File/New Document/From Template. *restoreDefault.labelString: Restore default *autosaveTitle.labelString: Auto Save *autosaveEnable.labelString: Automatically save document every: *minutes.labelString: minutes ! Editor/Tables Properties&Create *table.tabLabelString: Table *row.tabLabelString: Row *cell.tabLabelString: Cell *tableCreateDialog_popup.title: Netscape: New Table Properties *tablePropertiesDialog_popup.title: Netscape: Table Properties *tableRowsLabel.labelString: Number of rows: *tableColumnsLabel.labelString: Number of columns: *attributesTitle.labelString: Attributes *tableAlignmentTitle.labelString: Table alignment *borderLineWidthLabel.labelString: Border line width *borderLineWidthUnits.labelString: pixels *cellSpacingLabel.labelString: Cell spacing *cellSpacingUnits.labelString: pixels between cells *cellPaddingLabel.labelString: Cell padding *cellPaddingUnits.labelString: pixel space within cells *tableWidthToggle.labelString: Table width *tableHeightToggle.labelString: Table min. height *tableColorToggle.labelString: Table color *captionToggle.labelString: Include caption *above.labelString: above *below.labelString: below table *tableWidthUnits.marginWidth: 0 *tableWidthUnits.marginHeight: 0 *tableHeightUnits.marginWidth: 0 *tableHeightUnits.marginHeight: 0 *captionUnits.marginWidth: 0 *captionUnits.marginHeight: 0 *textAlignmentTitle.labelString: Text alignment *horizontalLabel.labelString: Horizontal *verticalLabel.labelString: Vertical *textAlignment*default.labelString: Default *textAlignment*left.labelString: Left *textAlignment*right.labelString: Right *textAlignment*center.labelString: Center *textAlignment*top.labelString: Top *textAlignment*bottom.labelString: Bottom *textAlignment*baselines.labelString: Baselines *tableAlignmentBox*left.labelString: Left *tableAlignmentBox*right.labelString: Right *tableAlignmentBox*center.labelString: Center *rowColorToggle.labelString: Row color *textOtherTitle.labelString: Text *headerStyle.labelString: Header style *wrapText.labelString: Wrap text *cellRowsLabel.labelString: Cell spans *cellColumnsLabel.labelString: row(s), and *cellColumnsUnits.labelString: column(s) *cellWidthToggle.labelString: Cell width *cellHeightToggle.labelString: Cell min. height *cellColorToggle.labelString: Cell color *percentOfCell.labelString: % of parent cell *percentOfWindow.labelString: % of window *cancel.cancelLabelString: Cancel *cancel.closeLabelString: Close *Cancel.cancelLabelString: Cancel *Cancel.closeLabelString: Close ! Editor Preferences/Publish *publishPreferences.tabLabelString: Publish *folder*publish.marginHeight: 10 *folder*publish.marginWidth: 10 *linksAndImagesTitle.labelString: Links and images *linksAndImagesLabel.labelString: \ When saving remote documents, and when inserting links and images: *linksToggle.labelString: Maintain links *linksInfo.labelString: \ Adjust links to work from the document's location. (Links to local\n\ documents will work when local versions exist). *imagesToggle.labelString: Keep images with document *imagesInfo.labelString: \ Save copies of images to the document's location.\n\ Images will always appear in local versions of the document and\n\ when document is published. *linksAndImagesTip.labelString: \ Tip: Set both options if you will be using remote publishing. *publishTitle.labelString: Default publishing location *publishLabel.labelString: Publish to (FTP or HTTP): *browseLabel.labelString: Browse to (HTTP): *usernameLabel.labelString: User name: *passwordLabel.labelString: Password: *savePassword.labelString: Save password ! Publish Files dialog box *publishFilesDialog_popup.title: Netscape: Publish Files *localFilesTitle.labelString: Local files *localFiles.publishLabel.labelString: Publish: *includeLabel.labelString: Include files: *includeImages.labelString: Include images *includeFiles.labelString: Include files *selectNone.labelString: Select None *selectAll.labelString: Select All *publishLocationTitle.labelString: Publishing location *publishLocation.publishLabel.labelString: \ Upload files to this location (FTP or HTTP): *useDefault.labelString: Use Default Location *hintDialog_popup.title: Netscape: Hint *dontDisplayAgain.labelString: Don't display this message again. *hintDialog.dontDisplayAgainRow.marginWidth: 9 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor popups. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Color Picker *setColors_popup.title: Netscape: Set Colors *standardColorsTitle.labelString: Standard Colors ! Save Remote Dialog. *saveRemote.marginHeight: 10 *saveRemote.marginWidth: 10 ! These don't seem to get set by above two lines. *saveRemote*infoIcon.marginWidth: 15 *saveRemote*infoIcon.marginHeight: 15 *saveRemote_popup.title: Netscape: Save Remote Document *saveRemote*infoText.labelString: \ This document is on a remote server.\n\ You must save it locally before making\n\ changes. *saveRemote*linksTitle.labelString: Links *saveRemote*linksToggle.labelString: Adjust links to aid in remote publishing *saveRemote*linksText.labelString: \ Links to other documents in the same location (directory) will work\n\ locally and when documents are published.\n\ \n\ Links to remote sites will not change. *saveRemote*imagesTitle.labelString: Images *saveRemote*imagesToggle.labelString: Save images with document *saveRemote*imagesText.labelString: \ Images will appear in local versions of the document. *saveRemote*save.labelString: Save *saveRemote*cancel.labelString: Cancel *saveRemote*help.labelString: Help ! Confirm Save File(s) Dialog. *confirmSaveFiles_popup.title: Netscape: Confirm Save File *confirmSaveFiles.marginHeight: 0 *confirmSaveFiles.marginWidth: 0 *yes.labelString: Yes *confirmSaveFiles*yesToAll.labelString: Yes To All *no.labelString: No *confirmSaveFiles*noToAll.labelString: No To All *confirmSaveFiles*cancel.labelString: Cancel *confirmSaveFiles*help.labelString: Help *confirmSaveFiles*defaultButtonShadowThickness: 0 ! Save/Upload files message dialogs. *saveMessageDialog_popup.title: Saving files *uploadMessageDialog_popup.title: Uploading files *imageLoadMessageDialog_popup.title: Loading image *saveMessageDialog.width: 400 *uploadMessageDialog.width: 400 *imageLoadMessageDialog.width: 400 !============================================================================= ! Mail/News column titles !============================================================================= *mailNewsColumns.folderlist.Name: Name *mailNewsColumns.folderlist.Unread: Unread *mailNewsColumns.folderlist.Total: Total *mailNewsColumns.messagelist.Thread: Thread *mailNewsColumns.messagelist.Sender: Sender *mailNewsColumns.messagelist.Subject: Subject *mailNewsColumns.messagelist.Date: Date !============================================================================= *toolBar.back.labelString: Back *toolBar.forward.labelString: Forward *toolBar.home.labelString: Home *toolBar.reload.labelString: Reload *toolBar*loadImages.labelString: Load Images *toolBar.openURL.labelString: Open... *toolBar.print.labelString: Print... *toolBar*find.labelString: Find... *toolBar*abort.labelString: Stop *toolBar*spacer.marginWidth: 4 *urlBar*spacer.marginWidth: 4 *urlBar*whatsNew.labelString: What's New? *urlBar*whatsCool.labelString: What's Cool? *urlBar*inetIndex.labelString: Destinations *urlBar*inetSearch.labelString: Net Search *urlBar*inetWhite.labelString: People *urlBar*upgrade.labelString: Software *urlBar*welcome.labelString: Welcome *urlBar*newsgroups.labelString: Newsgroups *toolBar.getNewMail.labelString: Get Mail *toolBar.deleteMessage.labelString: Delete *toolBar.mailNew.labelString: New Mail Message *toolBar.postNew.labelString: New *toolBar.replyToSender.labelString: Reply *toolBar.replyToAll.labelString: Reply All *toolBar.postReply.labelString: Post Reply *toolBar.postAndMailReply.labelString: Reply *toolBar.forwardMessage.labelString: Forward *toolBar.previousUnreadMessage.labelString:Previous *toolBar.nextUnreadMessage.labelString: Next *toolBar.markThreadRead.labelString: Thread *toolBar.markAllRead.labelString: All !============================================================================= ! Toolbar for mail compose *toolBar.SendOrSendLater.labelString: Send *toolBar.quoteMessage.labelString: Quote *toolBar.attachFile.labelString: Attach *toolBar.editAddressBook.labelString: Address Book !============================================================================= *noDocumentLoadedMessage: No document has yet been loaded in this window. *optionsSavedMessage: Options have been saved. *clickToSaveMessage: Click on the link to save. *clickToSaveCancelledMessage: Save link to file was cancelled. *noPreviousURLMessage: No previous document. *noNextURLMessage: No next document. *noHomeURLMessage: No home document specified. *notOverImageMessage: Not over an image. *notOverLinkMessage: Not over a link. *noSearchStringMessage: Nothing to search for. *wrapSearchMessage: End of document reached; continue from beginning? *wrapSearchBackwardMessage: Beginning of document reached; continue from end? *noAddressesMessage: No recipients specified. *noFileMessage: No output file specified. *noPrintCommandMessage: No print command specified. *overwriteFileMessage: Overwrite existing file %s? *bookmarksChangedMessage: Bookmarks file has changed on disk: overwrite it? *bookmarkConflictMessage: \ Bookmark list not saved.\nReload the disk version now? *bookmarksNoFormsMessage: \ Cannot add the result of a form submission to the bookmark list. *reallyQuitMessage: Really Quit? *doubleInclusionMessage: \n\ The document has already been quoted.\n\ \n\ Are you sure you want to quote it again?\n *expireNowMessage: \ This will mark all of your links as unfollowed.\nProceed? *clearMemCacheMessage: \ This will remove all the files currently in your memory cache.\nContinue? *clearDiskCacheMessage: \ This will remove all the files currently in your disk cache.\nContinue? *createCacheDirErrorMessage: \ Error: unable to create the persistent cache directory:\n\ \n\ %s: %s.\n\ \n\ Please set a new disk cache directory using the\n\ `Network Preferences' dialog, found on the `Options' menu.\n *createdCacheDirMessage: \ A directory has been created for use as the disk cache:\n\ \n\ %s/\n\ \n\ You can change the cache directory in the `Network Preferences'\n\ dialog, found under the `Options' menu.\n *cacheNotDirMessage: \ Error: the directory configured for use as the disk cache\n\ exists, but is not a directory:\n\ \n\ %s\n\ \n\ Please set a new disk cache directory using the\n\ `Network Preferences' dialog, found on the `Options' menu.\n *cacheSuffixMessage: \ \n\ There should be one disk cache per user, so using a shared\n\ directory (such as /tmp) is not advised.\n\ \n\ The maximum disk cache size is currently %d kilobytes.\n\ You can change the cache size in the 'Network Preferences'\n\ dialog.\n\ \n\ If you wish to disable disk caching, set the Disk Cache Size\n\ to 0. If you do this, documents will continue to be cached\n\ in memory according to the Memory Cache Size preference,\n\ but will no longer be cached on disk. This means that the\n\ cache will not last from session to session of Netscape. *cubeTooSmallMessage: \ We were only able to allocate %d cells for the color\n\ cube to which images are dithered. As a result, the\n\ image quality may be poor.\n\ \n\ One way to improve image quality is to exit any other\n\ color-intensive applications which are running and\n\ restart Netscape.\n\ \n\ Another way is to run Netscape with the `-install' \n\ command-line option, which will cause it to use a\n\ private colormap. The drawback to this is that on\n\ some systems, this will result in colormap flashing\n\ when moving focus to other windows. *renameInitFilesMessage: \ Preferences files from an older version of Netscape exist;\n\ This version of Netscape uses the same file formats, but the\n\ file names have changed. Would you like us to rename these\n\ files now? *unsentMailMessage: \ Unsent mail messages exist, do you really want to quit without sending them? *binaryDocumentMessage: \ This document is binary data; cannot view source. ! For Helper App Editor - Delete *helperAppDeleteMessage: \ Are you sure you want to delete this MIME type? Any future\n\ files of this type that you encounter will not be recognized\n\ by Netscape's plug-ins or Netscape's helper applications. !============================================================================= !*preeditType: root !*Netscape.preeditType: overthespot ! default titles for the TopLevelShell widgets. ! note that the title and icon title of Navigator windows are ! changed at runtime; these resources won't override that. *title: Netscape *iconName: Netscape *Navigator.title: Netscape Navigator 3.0 *Mail.title: Netscape Mail *Mail.iconName: Mail *News.title: Netscape News *News.iconName: News *Download.title: Netscape Download *Download.iconName: Download *Composition.title: Netscape Message Composition *Composition.iconName: Message Composition *Bookmark.title: Netscape: Bookmarks *Bookmark.iconName: Bookmarks *AddressBook.title: Netscape: Address Book *AddressBook.iconName: Address Book *Editor.title: Netscape: Editor *Editor.iconName: Editor *popup.title.labelString: Netscape Commands: *popup.back.labelString: Back *popup.back.mnemonic: B *popup.forward.labelString: Forward *popup.forward.mnemonic: F *popup.home.labelString: Home *popup.showMenubar.labelString: Show Menubar *popup.showMenubar.mnemonic: M *popup.openURL.labelString: Open this Link *popup.openURL.mnemonic: O *popup.addURLBookmark.labelString: Add Bookmark for this Link *popup.addURLBookmark.mnemonic: A *popup.openURLNewWindow.labelString: New Window with this Link *popup.openURLNewWindow.mnemonic: N *popup.saveURL.labelString: Save Link As... *popup.saveURL.mnemonic: S *popup.copyURLToClip.labelString: Copy this Link Location to Clipboard *popup.copyURLToClip.mnemonic: C *popup.openImage.labelString: Open this Image *popup.openImage.mnemonic: I *popup.saveImage.labelString: Save this Image As... *popup.saveImage.mnemonic: v *popup.copyImageURLToClip.labelString: Copy this Image Location *popup.copyImageURLToClip.mnemonic: p *popup.loadDelayedImage.labelString: Load this Image *popup*back.acceleratorText: Alt+Left *popup*forward.acceleratorText: Alt+Right *popup*saveURL.acceleratorText: Shift+Button1 *popup*openURL.acceleratorText: Button1 *popup*openURLNewWindow.acceleratorText:Button2 *popup.XmPushButtonGadget.marginLeft: 5 *popup.XmPushButtonGadget.marginRight: 5 *popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING *popup.separator0.separatorType: SHADOW_ETCHED_IN *popup.separator1.separatorType: SHADOW_ETCHED_IN *popup.separator2.height: 5 *popup.separator2.separatorType: NO_LINE *popup.separator3.separatorType: SHADOW_ETCHED_IN *popup.separator4.separatorType: SHADOW_ETCHED_IN *popup.separator5.separatorType: SHADOW_ETCHED_IN ! ! Convert from old version file formats *convertQuestion_popup*OK.labelString: Delete Old Config Files *convertQuestion_popup*Cancel.labelString: Keep Old Config Files ! ! Convert from old version file formats *sendNow_popup*OK.labelString: Yes *sendNow_popup*Cancel.labelString: No ! Mail/News popup menus ! *Mail*popup.title.labelString: Netscape Mail *News*popup.title.labelString: Netscape News ! News open News host dialog ! *News*openNewsHost.title: Netscape: Open News Host *News*openNewsHost*selectionLabelString: \ Input name and port of news host to open: *News*openNewsHost*hostLabel.labelString: News host: *News*openNewsHost*hostLabel.alignment: ALIGNMENT_END *News*openNewsHost*portLabel.labelString: Port: *News*openNewsHost*portLabel.leftOffset: 10 *News*openNewsHost*portLabel.alignment: ALIGNMENT_END *News*openNewsHost*secure.labelString: Secure *News*openNewsHost*secure.topOffset: 10 *News*openNewsHost*portText.columns: 5 *history_popup.title: Netscape: Window History *history_popup*listLabelString: Where You've Been... *history_popup*OK.labelString: Go To *history_popup*OkLabelString: Go To *history_popup*Cancel.labelString: Close *history_popup*CancelLabelString: Close *history_popup*Apply.labelString: Create Bookmark *history_popup*ApplyLabelString: Create Bookmark *source_popup.title: Netscape: View Source *source_popup*save.labelString: Save... *source_popup*OK.labelString: OK *source_popup*text.editable: False *source_popup*text.cursorPositionVisible: False *source_popup*text.wordWrap: True *source_popup*text.scrollHorizontal: False *source_popup*urlLabel.labelString: Location: *source_popup*titleLabel.labelString: Title: *source_popup*titleLabel.leftOffset: 0 *source_popup*titleLabel.rightOffset: 4 *source_popup*titleLabel.alignment: ALIGNMENT_END *source_popup*urlLabel.topOffset: 0 *source_popup*urlLabel.leftOffset: 0 *source_popup*urlLabel.rightOffset: 4 *source_popup*urlLabel.alignment: ALIGNMENT_END *source_popup*titleText.leftOffset: 0 *source_popup*titleText.rightOffset: 0 *source_popup*urlText.leftOffset: 0 *source_popup*urlText.rightOffset: 0 *source_popup*text.leftOffset: 0 *source_popup*text.rightOffset: 0 *source_popup*XmScrolledWindow.topOffset: 8 *source_popup*text.columns: 80 *source_popup*text.rows: 20 *docinfo_popup.title: Netscape: Document Information *docinfo_popup*OK.labelString: OK *docinfo_popup*titleLabel.labelString: Title: *docinfo_popup*urlLabel.labelString: Location: *docinfo_popup*modifiedLabel.labelString: Last Modified: *docinfo_popup*sourceLabel.labelString: Source: *docinfo_popup*charsetLabel.labelString: Encoding: *docinfo_popup*dpyLabel.labelString: Visual: *docinfo_popup*securityFrame.label.labelString: Security Information *docinfo_popup*certificateLabel.labelString: Server Certificate: *docinfo_popup*certificateText.columns: 60 *docinfo_popup*certificateText.rows: 6 *docinfo_popup*certificateText.wordWrap: True *docinfo_popup*certificateText.scrollHorizontal:False *docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED *docinfo_popup*scrollingPolicy: AUTOMATIC *docinfo_popup*securityText.wordWrap: True *docinfo_popup*securityText.scrollHorizontal: False *docinfo_popup*urlLabel.topOffset: 0 *docinfo_popup*urlLabel.leftOffset: 0 *docinfo_popup*urlLabel.rightOffset: 4 *docinfo_popup*urlLabel.alignment: ALIGNMENT_END *docinfo_popup*titleLabel.leftOffset: 0 *docinfo_popup*titleLabel.rightOffset: 4 *docinfo_popup*titleLabel.alignment: ALIGNMENT_END *docinfo_popup*modifiedLabel.topOffset: 0 *docinfo_popup*modifiedLabel.leftOffset: 0 *docinfo_popup*modifiedLabel.rightOffset: 4 *docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END *docinfo_popup*charsetLabel.topOffset: 0 *docinfo_popup*charsetLabel.leftOffset: 0 *docinfo_popup*charsetLabel.rightOffset: 4 *docinfo_popup*charsetLabel.alignment: ALIGNMENT_END *docinfo_popup*sourceLabel.topOffset: 0 *docinfo_popup*sourceLabel.leftOffset: 0 *docinfo_popup*sourceLabel.rightOffset: 4 *docinfo_popup*sourceLabel.alignment: ALIGNMENT_END ! add 5 to dpyLabel.topOffset to align label with text baseline (gag) *docinfo_popup*dpyLabel.topOffset: 5 *docinfo_popup*dpyLabel.leftOffset: 0 *docinfo_popup*dpyLabel.rightOffset: 4 *docinfo_popup*dpyLabel.alignment: ALIGNMENT_END *docinfo_popup*dpyText.rows: 3 *docinfo_popup*dpyText.columns: 48 *docinfo_popup*titleText.columns: 40 *docinfo_popup*securityFrame.topOffset: 10 *docinfo_popup*keyDescLabel.leftOffset: 14 *docinfo_popup*keyDescLabel.rightOffset: 14 *docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING *docinfo_popup*certificateLabel.leftOffset: 10 *docinfo_popup*certificateLabel.rightOffset: 10 *docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING *docinfo_popup*securityLabel.leftOffset: 14 *docinfo_popup*securityLabel.rightOffset: 14 *docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING *docinfo_popup*XmScrolledWindow.leftOffset: 10 *docinfo_popup*XmScrolledWindow.rightOffset: 10 *docinfo*noSecurityMessage:\ This version of Netscape does not have security built in. *docinfo*securityLabel.labelString:\ Security protects Internet documents you receive and information you send\n\ back with server authentication, privacy using encryption, and data\n\ integrity. You can see a document's security status using the key/broken\n\ key icon in the status area or the colorbar above the content area (blue for\n\ secure; gray for insecure). Consult the Handbook or the `On Security' page\n\ for details. *bmPreferences_popup.title: Netscape: Bookmarks *bmPreferences_popup*frame1label.labelString: Add Bookmark *bmPreferences_popup*frame2label.labelString: Bookmark Menu *bmPreferences_popup*addbm_option.labelString: \ Add bookmarks to this header *bmPreferences_popup*bmmenu_option.labelString: \ View this header in bookmarks menu *bmPreferences_popup*addbm_default.labelString: Add to toplevel *bmPreferences_popup*bmmenu_default.labelString: Toplevel header *bookmarksWhatsChanged*button_0.labelString: All Bookmarks *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks *bookmarksWhatsChanged*start.labelString: Start *bookmarksWhatsChanged*cancel.labelString: Cancel *bookmarksWhatsChanged*title.labelString: What's changed? *bookmarksWhatsChanged.width: 400 *bookmarksWhatsChanged.minWidth: 400 *bookmarksWhatsChanged.maxWidth: 400 *bookmarksWhatsChanged.height: 300 *bookmarksWhatsChanged.minHeight: 300 *bookmarksWhatsChanged.maxHeight: 300 *mailto_field*fromLabel.labelString: From: *mailto_field*replyToLabel.labelString: Reply To: *mailto_field*toLabel.labelString: Mail To: *mailto_field*ccLabel.labelString: Mail CC: *mailto_field*bccLabel.labelString: Mail BCC: *mailto_field*fccLabel.labelString: File CC: *mailto_field*newsgroupsLabel.labelString: Newsgroups: *mailto_field*followupToLabel.labelString: Followup To: *mailto_field*subjectLabel.labelString: Subject: *mailto_field*attachmentsLabel.labelString: Attachment: *mailto_field*attachButton.labelString: Attach... *mailto_field*browseButton.labelString: Browse... *mailto_bodyText.wordWrap: True *mailto_bodyText.scrollHorizontal: False *mailto_field*attachButton.marginWidth: 10 *mailto_field*fromLabel.alignment: ALIGNMENT_END *mailto_field*replyToLabel.alignment: ALIGNMENT_END *mailto_field*toLabel.alignment: ALIGNMENT_END *mailto_field*ccLabel.alignment: ALIGNMENT_END *mailto_field*bccLabel.alignment: ALIGNMENT_END *mailto_field*fccLabel.alignment: ALIGNMENT_END *mailto_field*newsgroupsLabel.alignment: ALIGNMENT_END *mailto_field*followupToLabel.alignment: ALIGNMENT_END *mailto_field*subjectLabel.alignment: ALIGNMENT_END *mailto_field*attachmentsLabel.alignment: ALIGNMENT_END ! This is 72 rather than 79 or 80 because the width of the window controls ! when word wrapping should occur; the Motif text area has no mechanism for ! wrapping at a column other than the last one. So, if we want a fill-column ! of N, the window must be N wide. Note that wrapping must occur before 80: ! sending out lines with 80 characters on them is antisocial, as many programs ! and terminals (including emacs) can only display 79 characters without ! wrapping. Wrapping at 72 is better than wrapping at 79 because it leaves ! room for further followups to quote the lines with ">" without causing ! lines to wrap. ! ! Note that, in the composition window, lines beginning with ">" will not ! be wrapped at all, despite the appearance on the screen. So just because ! it looks like the quoted text has been mangled, doesn't mean it has. ! *mailto_bodyText.columns: 72 *mailto_bodyText.rows: 15 ! Some people just aren't too hip. !*defaultMailtoText: Hey, check out this cool URL:\n\n *attach_popup.title: Netscape: Attach Document *attach_popup*attach.Cancel.labelString: Cancel *attach_popup*list.visibleItemCount: 10 *attach_popup*messagebox.bottomOffset: 50 *attach_popup*attachLocation.labelString: Attach Location (URL)... *attach_popup*attachFile.labelString: Attach File... *attach_popup*delete.labelString: Delete *attach_popup*label.labelString: Attach: *attach_popup*sourceToggle.labelString: As is *attach_popup*textToggle.labelString: Convert to Plain Text *attach_popup*postscriptToggle.labelString: Convert to PostScript *attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING *attach_popup*indicatorType: ONE_OF_MANY *attach_popup*attachLocation.bottomOffset: 10 *attach_popup*label.bottomOffset: 10 *attach_popup*sourceToggle.leftOffset: 10 *attach_popup*textToggle.leftOffset: 10 *attach_popup*postscriptToggle.leftOffset: 10 *location_popup.title: Netscape: URL Attachment *location_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING *location_popup*label.labelString: Please specify a Location to attach: *location_popup*locationLabel.labelString: Location (URL): *location_popup*locationText.columns: 40 *location_popup*locationText.leftOffset: 20 *formatType*none.labelString: No Attachment *formatType*text.labelString: Text *formatType*formattedText.labelString: Formatted Text *formatType*html.labelString: Source *formatType*tree.labelString: Source and Images *formatType*ps.labelString: PostScript *formatType*url.labelString: URL Only ! ============================== Preferences ================================ ! Resources for top-level *general_prefs_popup.title: Netscape: General Preferences *general_prefs*OkLabelString: OK *general_prefs*Apply.labelString: Cancel *general_prefs*ApplyLabelString: Cancel *general_prefs*Cancel.labelString: Defaults *general_prefs*CancelLabelString: Defaults !*general_prefs_popup*preeditType: none *mailnews_prefs_popup.title: Netscape: Mail & News Preferences *mailnews_prefs*OkLabelString: OK *mailnews_prefs*Apply.labelString: Cancel *mailnews_prefs*ApplyLabelString: Cancel *mailnews_prefs*Cancel.labelString: Defaults *mailnews_prefs*CancelLabelString: Defaults !*mailnews_prefs_popup*preeditType: none *network_prefs_popup.title: Netscape: Network Preferences *network_prefs*OkLabelString: OK *network_prefs*Apply.labelString: Cancel *network_prefs*ApplyLabelString: Cancel *network_prefs*Cancel.labelString: Defaults *network_prefs*CancelLabelString: Defaults !*network_prefs_popup*preeditType: none *security_prefs_popup.title: Netscape: Security Preferences *security_prefs*OkLabelString: OK *security_prefs*Apply.labelString: Cancel *security_prefs*ApplyLabelString: Cancel *security_prefs*Cancel.labelString: Defaults *security_prefs*CancelLabelString: Defaults !*security_prefs_popup*preeditType: none ! Preferences: Applications ! *general_prefs*appsFrame*appsBoxLabel.labelString: Applications *general_prefs*appsFrame.topOffset: 10 *general_prefs*appsFrame.leftOffset: 10 *general_prefs*appsFrame.rightOffset: 10 *general_prefs*appsFrame.bottomOffset: 10 *general_prefs*appsFrame*telnetLabel.labelString: Telnet Application: *general_prefs*appsFrame*tn3270Label.labelString: TN3270 Application: *general_prefs*appsFrame*rloginLabel.labelString: Rlogin Application: *general_prefs*appsFrame*rloginUserLabel.labelString: Rlogin with User: *general_prefs*appsFrame*appsFrame.topOffset: 10 *general_prefs*appsFrame*rloginUserText.bottomOffset: 10 *general_prefs*appsFrame*XmLabel.alignment: ALIGNMENT_END *general_prefs*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END *general_prefs*appsFrame*telnetText.rightOffset: 10 *general_prefs*appsFrame*tmpLabel.labelString: Temporary Directory: *general_prefs*appsFrame*tmpBrowse.labelString: Browse... *general_prefs*appsFrame*tmpText.bottomOffset: 10 *general_prefs*appsFrame*tmpText.rightOffset: 10 *general_prefs*appsFrame*tmpBrowse.rightOffset: 10 ! Preferences: Cache ! *network_prefs*cacheFrame*cacheBoxLabel.labelString: Cache *network_prefs*cacheFrame.topOffset: 10 *network_prefs*cacheFrame.leftOffset: 10 *network_prefs*cacheFrame.rightOffset: 10 *network_prefs*cacheFrame.bottomOffset: 10 *network_prefs*cacheFrame*memoryLabel.labelString: Memory Cache: *network_prefs*cacheFrame*diskLabel.labelString: Disk Cache: *network_prefs*cacheFrame*dirLabel.labelString: Disk Cache Directory: *network_prefs*cacheFrame*verifyLabel.labelString: Verify Document: *network_prefs*cacheFrame*onceToggle.labelString: Once per Session *network_prefs*cacheFrame*everyToggle.labelString: Every Time *network_prefs*cacheFrame*expiredToggle.labelString: Never *network_prefs*cacheFrame*cacheSSLToggle.labelString: \ Allow Persistent Caching of Pages Retrieved through SSL *network_prefs*cacheFrame*cacheSSLToggle.indicatorType: XmN_OF_MANY *network_prefs*cacheFrame*browse.labelString: Browse... *network_prefs*cacheFrame*k.labelString: Kilobytes *network_prefs*cacheFrame*memClear.labelString: Clear Memory Cache Now *network_prefs*cacheFrame*diskClear.labelString: Clear Disk Cache Now *network_prefs*cacheFrame*memoryText.columns: 6 *network_prefs*cacheFrame*diskText.columns: 6 *network_prefs*cacheFrame*cacheDirText.columns: 15 *network_prefs*cacheFrame*alignment: ALIGNMENT_BEGINNING *network_prefs*cacheFrame*memoryLabel.alignment: ALIGNMENT_END *network_prefs*cacheFrame*diskLabel.alignment: ALIGNMENT_END *network_prefs*cacheFrame*dirLabel.alignment: ALIGNMENT_END *network_prefs*cacheFrame*verifyLabel.alignment: ALIGNMENT_END *network_prefs*cacheFrame*memClear.leftOffset: 25 *network_prefs*cacheFrame*diskClear.leftOffset: 25 *network_prefs*cacheFrame*browse.rightOffset: 10 *network_prefs*cacheFrame*browse.bottomOffset: 10 *network_prefs*cacheFrame*memoryText.bottomOffset: 10 *network_prefs*cacheFrame*onceToggle.bottomOffset: 10 *network_prefs*cacheFrame*cacheDirText.bottomOffset: 10 *network_prefs*cacheFrame*indicatorType: ONE_OF_MANY *network_prefs*cacheFrame*browse.marginWidth: 10 *network_prefs*cacheFrame*memClear.marginWidth: 10 *network_prefs*cacheFrame*diskClear.marginWidth: 10 ! Preferences: Colors ! ! Preferences: Composition ! *mailnews_prefs*XmFrame.XmLabel.leftOffset: 10 *mailnews_prefs*XmFrame.XmLabel.topOffset: -4 *mailnews_prefs*XmFrame.topOffset: 10 *mailnews_prefs*XmFrame.leftOffset: 10 *mailnews_prefs*XmFrame.rightOffset: 10 *mailnews_prefs*XmFrame.bottomOffset: 10 *mailnews_prefs*composeFrame*composeBoxLabel.labelString: \ When composing Mail and News Messages *mailnews_prefs*composeFrame*8bitLabel.labelString: Send and Post: *mailnews_prefs*composeFrame*8bitToggle.labelString: Allow 8-bit *mailnews_prefs*composeFrame*8bitToggle.bottomOffset: 4 *mailnews_prefs*composeFrame*qpToggle.labelString:\ MIME Compliant (Quoted Printable) *mailnews_prefs*composeFrame*8bitToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*composeFrame*qpToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*composeFrame*deliverLabel.labelString: Deliver mail: *mailnews_prefs*composeFrame*deliverAutoToggle.labelString: Automatically *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*composeFrame*deliverQToggle.labelString: \ Queue for Manual Delivery *mailnews_prefs*composeFrame*deliverQToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString: \ By default, email a copy of outgoing messages to: *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString: Mail Messages: *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString: Self *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString: Other address: *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString: News Messages: *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString: Self *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString: Other address: *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset: 10 *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset: 10 *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset: 10 *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString: \ By default, copy outgoing messages to: *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString: Mail Messages: *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString: News Messages: *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString: Browse... *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString: Browse... *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset: 10 *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset: 10 *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10 *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset: 10 *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10 ! Preferences: Servers ! *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString: Outgoing Mail *mailnews_prefs*outMailFrame.topOffset: 10 *mailnews_prefs*outMailFrame.leftOffset: 10 *mailnews_prefs*outMailFrame.rightOffset: 10 *mailnews_prefs*outMailFrame.bottomOffset: 10 *mailnews_prefs*outMailFrame*smtpText.topOffset: 10 *mailnews_prefs*outMailFrame*smtpText.rightOffset: 10 *mailnews_prefs*outMailFrame*smtpLabel.labelString: SMTP Server: *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString: Incoming Mail *mailnews_prefs*inMailFrame.topOffset: 10 *mailnews_prefs*inMailFrame.leftOffset: 10 *mailnews_prefs*inMailFrame.rightOffset: 10 *mailnews_prefs*inMailFrame.bottomOffset: 10 *mailnews_prefs*inMailFrame.mailFrame.topOffset: 10 *mailnews_prefs*inMailFrame*limitLabel.labelString: Max Message Size: *mailnews_prefs*inMailFrame*msgLabel.labelString: After delivery: *mailnews_prefs*inMailFrame*checkLabel.labelString: Check for Mail: *mailnews_prefs*inMailFrame*movemailLabel.labelString: Movemail Application: *mailnews_prefs*inMailFrame*movemailText.rightOffset: 10 *mailnews_prefs*inMailFrame*movemailText.bottomOffset: 10 *mailnews_prefs*inMailFrame*movemailBrowse.labelString: Browse... *mailnews_prefs*inMailFrame*userLabel.labelString: User Name: *mailnews_prefs*inMailFrame*userText.rightOffset: 10 *mailnews_prefs*inMailFrame*srvrLabel.labelString: Server: *mailnews_prefs*inMailFrame*srvrText.topOffset: 10 *mailnews_prefs*inMailFrame*srvrText.rightOffset: 10 *mailnews_prefs*inMailFrame*sysLabel.labelString: Mail System: *mailnews_prefs*inMailFrame*noLimit.labelString: None *mailnews_prefs*inMailFrame*msgLimit.labelString: Largest Message is: *mailnews_prefs*inMailFrame*limitSuffix.labelString: Bytes *mailnews_prefs*inMailFrame*checkSuffix.labelString: minutes *mailnews_prefs*inMailFrame*msgRemove.labelString: Remove from server *mailnews_prefs*inMailFrame*msgLeave.labelString: Leave on server *mailnews_prefs*inMailFrame*checkEvery.labelString: Every: *mailnews_prefs*inMailFrame*checkEvery.bottomOffset: 10 *mailnews_prefs*inMailFrame*checkNever.labelString: Never *mailnews_prefs*inMailFrame*checkText.columns: 3 *mailnews_prefs*inMailFrame*mailDirLabel.labelString: Mail Directory: *mailnews_prefs*inMailFrame*mailDirText.bottomOffset: 10 *mailnews_prefs*inMailFrame*mailDirBrowse.labelString: Browse... *mailnews_prefs*inMailFrame*limitText.columns: 5 *mailnews_prefs*inMailFrame*externalToggle.labelString: External Movemail: *mailnews_prefs*inMailFrame*builtinToggle.labelString: Built in Movemail *mailnews_prefs*inMailFrame*popToggle.labelString: POP3: *mailnews_prefs*inMailFrame*popToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*inMailFrame*moveToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*inMailFrame*builtinToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY *mailnews_prefs*inMailFrame*XmLabel.alignment: ALIGNMENT_END *mailnews_prefs*inMailFrame*XmLabelGadget.alignment: ALIGNMENT_END *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10 *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10 *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10 *mailnews_prefs*inMailFrame*indicatorType: ONE_OF_MANY !*mailnews_prefs*inMailFrame*tmpLabel.labelString: !*mailnews_prefs*inMailFrame*bookLabel.labelString: ! Preferences: Fonts ! *general_prefs*fontsFrame*fontsBoxLabel.labelString: Fonts and Encodings *general_prefs*fontsFrame.topOffset: 10 *general_prefs*fontsFrame.leftOffset: 10 *general_prefs*fontsFrame.rightOffset: 10 *general_prefs*fontsFrame.bottomOffset: 10 *general_prefs*fontsFrame*encodingLabel.labelString: For the Encoding: *general_prefs*fontsFrame*proportionalLabel.labelString: \ Use the Proportional Font: *general_prefs*fontsFrame*propSizeLabel.labelString: Size: *general_prefs*fontsFrame*propSizeToggle.labelString: Allow Scaling *general_prefs*fontsFrame*fixedLabel.labelString: Use the Fixed Font: *general_prefs*fontsFrame*fixedSizeLabel.labelString: Size: *general_prefs*fontsFrame*fixedSizeToggle.labelString: Allow Scaling *general_prefs*fontsFrame*0.labelString: Any *general_prefs*fontsFrame*encodingLabel.alignment: ALIGNMENT_END *general_prefs*fontsFrame*encodingLabel.topOffset: 10 *general_prefs*fontsFrame*proportionalLabel.alignment: ALIGNMENT_END *general_prefs*fontsFrame*propSizeField.columns: 5 *general_prefs*fontsFrame*propSizeField.rightOffset: 10 *general_prefs*fontsFrame*fixedLabel.alignment: ALIGNMENT_END *general_prefs*fontsFrame*fixedSizeField.columns: 5 *general_prefs*fontsFrame*fixedSizeField.rightOffset: 10 ! Preferences: Appearance (Mail & News) ! *mailnews_prefs*msgFrame*msgBoxLabel.labelString: Message Appearance *mailnews_prefs*msgFrame.topOffset: 10 *mailnews_prefs*msgFrame.leftOffset: 10 *mailnews_prefs*msgFrame.rightOffset: 10 *mailnews_prefs*msgFrame.bottomOffset: 10 *mailnews_prefs*msgFrame*qstyleLabel.labelString: Text Style: *mailnews_prefs*msgFrame*qsizeLabel.labelString: Text Size: *mailnews_prefs*msgFrame*qcolorLabel.labelString: Text Color: *mailnews_prefs*msgFrame*quotedLabel.labelString: \ Text beginning with > (quoted text) has the following characteristics *mailnews_prefs*msgFrame*fixedLabel.labelString: \ Messages and Articles are shown with: *mailnews_prefs*msgFrame*qstyleLabel.alignment: ALIGNMENT_END *mailnews_prefs*msgFrame*qsizeLabel.alignment: ALIGNMENT_END *mailnews_prefs*msgFrame*qcolorLabel.alignment: ALIGNMENT_END *mailnews_prefs*msgFrame*varMsgFont.labelString: Variable Width Font *mailnews_prefs*msgFrame*fixedMsgFont.labelString: Fixed Width Font *mailnews_prefs*msgFrame*plain.labelString: Plain *mailnews_prefs*msgFrame*normal.labelString: Normal *mailnews_prefs*msgFrame*bold.labelString: Bold *mailnews_prefs*msgFrame*italic.labelString: Italic *mailnews_prefs*msgFrame*boldItalic.labelString: Bold Italic *mailnews_prefs*msgFrame*bigger.labelString: Bigger *mailnews_prefs*msgFrame*smaller.labelString: Smaller *mailnews_prefs*msgFrame*qcolorText.columns: 20 *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset: 10 *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset: 10 *mailnews_prefs*msgFrame*varMsgLabel.topOffset: 10 *mailnews_prefs*msgFrame*varMsgLabel.leftOffset: 10 *mailnews_prefs*msgFrame*plain.topOffset: 10 *mailnews_prefs*msgFrame*indicatorType: ONE_OF_MANY *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset: 40 *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset: 10 *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType: N_OF_MANY *mailnews_prefs*autoQuoteToggle.labelString: \ Automatically quote original message when replying *mailnews_prefs*layoutFrame*layoutBoxLabel.labelString: Pane Layout !*mailnews_prefs*layoutFrame*topOffset: 10 !*mailnews_prefs*layoutFrame*leftOffset: 10 !*mailnews_prefs*layoutFrame*rightOffset: 10 !*mailnews_prefs*layoutFrame*bottomOffset: 10 *mailnews_prefs*layoutFrame*mPaneLabel.labelString: Mail: *mailnews_prefs*layoutFrame*mHoriz.labelString: Split Horizontal *mailnews_prefs*layoutFrame*mVert.labelString: Split Vertical *mailnews_prefs*layoutFrame*mStack.labelString: Stacked *mailnews_prefs*layoutFrame*nPaneLabel.labelString: News: *mailnews_prefs*layoutFrame*nHoriz.labelString: Split Horizontal *mailnews_prefs*layoutFrame*nVert.labelString: Split Vertical *mailnews_prefs*layoutFrame*nStack.labelString: Stacked *mailnews_prefs*layoutFrame*indicatorType: ONE_OF_MANY ! Preferences: Helper Applications ! *general_prefs*helperFrame*helperBoxLabel.labelString: MIME Configuration Files *general_prefs*helperFrame.topOffset: 10 *general_prefs*helperFrame.leftOffset: 10 *general_prefs*helperFrame.rightOffset: 10 *general_prefs*helperFrame.bottomOffset: 10 *general_prefs*helperFrame*globalMimeTypesLabel.labelString: Global Types File: *general_prefs*helperFrame*privateMimeTypesLabel.labelString: \ Personal Types File: *general_prefs*helperFrame*globalMailcapLabel.labelString: \ Global Mailcap File: *general_prefs*helperFrame*privateMailcapLabel.labelString: \ Personal Mailcap File: *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString: Browse... *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: Browse... *general_prefs*helperFrame*globalMailcapBrowseButton.labelString: Browse... *general_prefs*helperFrame*privateMailcapBrowseButton.labelString: Browse... *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10 *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10 *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth: 10 *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth: 10 *general_prefs*helperFrame*XmLabel.rightOffset: 4 *general_prefs*helperFrame*XmLabelGadget.rightOffset: 4 *general_prefs*helperFrame*XmLabel.alignment: ALIGNMENT_END *general_prefs*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END *general_prefs*helperFrame*XmTextField.columns: 35 *general_prefs*helperFrame*globalMailcapText.topOffset: 10 *general_prefs*helperFrame*privateMailcapText.bottomOffset: 10 *general_prefs*helperFrame*XmPushButtonGadget.leftOffset: 10 *general_prefs*helperFrame*XmPushButtonGadget.rightOffset: 10 *general_prefs*helperFrame*commands.new.labelString: New... *general_prefs*helperFrame*commands.edit.labelString: Edit... *general_prefs*helperFrame*commands.delete.labelString: Delete... *general_prefs*helperFrame*helperApp.cellBackground: white ! Helper Editor stuff *helperEditor_popup.title: Netscape Helper *helperEditor.width: 400 *helperEditor*mimeTypesDescriptionLabel.labelString: Description *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3 *helperEditor*mimeTypesLabel.labelString: Type *helperEditor*mimeTypesLabel.leftOffset: 3 *helperEditor*mimeTypesSuffixLabel.labelString: Suffix *helperEditor*mimeTypesSuffixLabel.leftOffset: 3 *helperEditor*helperEditForm.XmTextField.rightOffset: 3 *helperEditor*helperEditFrameLabel.labelString: Handle By *helperEditor*helperEditNavigator.labelString: Navigator *helperEditor*helperEditPlugin.labelString: Plug In *helperEditor*helperEditApp.labelString: Application *helperEditor*helperEditSave.labelString: Save To Disk *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser *helperEditor*helperEditAppBrowse.labelString: Browse... *helperEditor*helperEditNavigator.leftOffset: 20 *helperEditor*helperEditAppText.columns: 40 ! Preferences: Identity ! *mailnews_prefs*identityFrame*identityBoxLabel.labelString: Identity *mailnews_prefs*identityFrame*identityBoxLabel.topOffset: -4 *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset: 10 *mailnews_prefs*identityFrame.topOffset: 10 *mailnews_prefs*identityFrame.leftOffset: 10 *mailnews_prefs*identityFrame.rightOffset: 10 *mailnews_prefs*identityFrame.bottomOffset: 10 *mailnews_prefs*identityFrame*nameLabel.labelString: Your Name: *mailnews_prefs*identityFrame*mailLabel.labelString: Email Address: *mailnews_prefs*identityFrame*replyToLabel.labelString: Reply-to Address: *mailnews_prefs*identityFrame*orgLabel.labelString: Your Organization: *mailnews_prefs*identityFrame*sigLabel.labelString: Signature File: *mailnews_prefs*identityFrame*sigBrowse.labelString: Browse... *mailnews_prefs*identityFrame*XmLabel.leftOffset: 4 *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset: 4 *mailnews_prefs*identityFrame*XmTextField.rightOffset: 10 *mailnews_prefs*identityFrame*sigBrowse.rightOffset: 10 *mailnews_prefs*identityFrame*identityText.bottomOffset: 15 *mailnews_prefs*identityFrame*orgText.bottomOffset: 15 *mailnews_prefs*identityFrame*sigText.bottomOffset: 15 *mailnews_prefs*identityFrame*sigText.columns: 35 *mailnews_prefs*identityFrame*XmLabel.alignment: ALIGNMENT_END *mailnews_prefs*identityFrame*XmLabelGadget.alignment: ALIGNMENT_END *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset: 8 *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset: 8 *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth: 10 ! Preferences: Organization ! *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\ Mail and News Composition Window Organization *mailnews_prefs*organizationFrame*trashToggle.labelString:\ Empty Trash when closing Netscape mail *mailnews_prefs*organizationFrame*passwordToggle.labelString:\ Remember Mail Password *mailnews_prefs*organizationFrame*trashToggle.leftOffset: 40 *mailnews_prefs*organizationFrame*passwordToggle.leftOffset: 40 *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\ Mail and News Threading *mailnews_prefs*threadFrame*line1Label.labelString:\ Mail Messages and News Articles can be threaded. Threading means that *mailnews_prefs*threadFrame*line2Label.labelString:\ if you receive a reply, it will be shown next to the original message. *mailnews_prefs*threadFrame*threadMailToggle.labelString:\ Thread Mail Messages *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\ Thread News Messages *mailnews_prefs*threadFrame*threadMailToggle.leftOffset: 40 *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset: 40 *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString: Sorting *mailnews_prefs*mnSortFrame*mSortLabel.labelString: Sort Mail by: *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString: Date *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString: Message Number *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString: Subject *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString: Sender *mailnews_prefs*mnSortFrame*nSortLabel.labelString: Sort News by: *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString: Date *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString: Message Number *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString: Subject *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString: Sender *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY ! Preferences: Images ! *general_prefs*imagesFrame*imagesBoxLabel.labelString: Images *general_prefs*imagesFrame.topOffset: 10 *general_prefs*imagesFrame.leftOffset: 10 *general_prefs*imagesFrame.rightOffset: 10 *general_prefs*imagesFrame.bottomOffset: 10 *general_prefs*imagesFrame*colors.labelString: Colors: *general_prefs*imagesFrame*auto.labelString: Automatic *general_prefs*imagesFrame*dither.labelString: Dither *general_prefs*imagesFrame*closest.labelString: Substitute Colors *general_prefs*imagesFrame*display.labelString: Display Images: *general_prefs*imagesFrame*while.labelString: While Loading *general_prefs*imagesFrame*after.labelString: After Loading *general_prefs*imagesFrame*imagesFrame.topOffset: 10 *general_prefs*imagesFrame*closest.rightOffset: 10 *general_prefs*imagesFrame*while.bottomOffset: 10 *general_prefs*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING *general_prefs*imagesFrame*indicatorType: ONE_OF_MANY *general_prefs*imagesFrame*after.bottomOffset: 10 *general_prefs*imagesFrame*display.leftOffset: 0 *general_prefs*imagesFrame*display.rightOffset: 0 ! Preferences: Languages ! *general_prefs*languagesFrame*languagesBoxLabel.labelString: \ Request Language/Region *general_prefs*languagesFrame.topOffset: 10 *general_prefs*languagesFrame.leftOffset: 10 *general_prefs*languagesFrame.rightOffset: 10 *general_prefs*languagesFrame.bottomOffset: 10 *general_prefs*languagesFrame*list1.leftOffset: 10 *general_prefs*languagesFrame*others.labelString: Others: *general_prefs*languagesFrame*langs.1: Chinese [zh] *general_prefs*languagesFrame*langs.2: Chinese/China [zh-CN] *general_prefs*languagesFrame*langs.3: Chinese/Taiwan [zh-TW] *general_prefs*languagesFrame*langs.4: English [en] *general_prefs*languagesFrame*langs.5: English/United Kingdom [en-GB] *general_prefs*languagesFrame*langs.6: English/United States [en-US] *general_prefs*languagesFrame*langs.7: French [fr] *general_prefs*languagesFrame*langs.8: French/Canada [fr-CA] *general_prefs*languagesFrame*langs.9: French/France [fr-FR] *general_prefs*languagesFrame*langs.10: German [de] *general_prefs*languagesFrame*langs.11: Italian [it] *general_prefs*languagesFrame*langs.12: Japanese [ja] *general_prefs*languagesFrame*langs.13: Korean [ko] *general_prefs*languagesFrame*langs.14: Portuguese [pt] *general_prefs*languagesFrame*langs.15: Portuguese/Brazil [pt-BR] *general_prefs*languagesFrame*langs.16: Spanish [es] *general_prefs*languagesFrame*langs.17: Spanish/Spain [es-ES] ! Preferences: Mail ! *mailnews_prefs*mailFrame*mailBoxLabel.labelString: Mail *mailnews_prefs*mailFrame*mailBoxLabel.topOffset: -4 *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset: 10 *mailnews_prefs*mailFrame.topOffset: 10 *mailnews_prefs*mailFrame.leftOffset: 10 *mailnews_prefs*mailFrame.rightOffset: 10 *mailnews_prefs*mailFrame.bottomOffset: 10 ! Preferences: Connections ! *network_prefs*netFrame*netBoxLabel.labelString: Connections *network_prefs*netFrame.topOffset: 10 *network_prefs*netFrame.leftOffset: 10 *network_prefs*netFrame.rightOffset: 10 *network_prefs*netFrame.bottomOffset: 10 *network_prefs*netFrame*bufExplain.labelString: \ The network buffer size determines the amount of data that Netscape\n\ can receive in a network data transmission. Larger buffers mean more\n\ data, but can also saturate the computer. *network_prefs*netFrame*bufLabel.labelString: Network Buffer Size: *network_prefs*netFrame*connExplain.labelString: \ Netscape can open more than one connection at a time to an internet\n\ server. This allows it to simultaneously bring in text and images.\n\ More connections mean more simultaneous files, but can also\n\ slow down the speed of each individual connection. *network_prefs*netFrame*connLabel.labelString: Connections: *network_prefs*netFrame*connSuffix.labelString: \ (Maximum number of simultaneous network connections) *network_prefs*netFrame*k.labelString: Kilobytes *network_prefs*netFrame*connSuffix.rightOffset: 10 *network_prefs*netFrame*networkFrame.topOffset: 10 *network_prefs*netFrame*bufText.columns: 6 *network_prefs*netFrame*connText.columns: 6 *network_prefs*netFrame*alignment: ALIGNMENT_BEGINNING *network_prefs*netFrame*bufLabel.alignment: ALIGNMENT_END *network_prefs*netFrame*connLabel.alignment: ALIGNMENT_END *network_prefs*netFrame*bufText.bottomOffset: 10 *network_prefs*netFrame*connText.bottomOffset: 10 *network_prefs*netFrame*connExplain.leftOffset: 5 *network_prefs*netFrame*bufExplain.leftOffset: 5 ! Preferences: Protocols ! *network_prefs*alertsFrame*alertsBoxLabel.labelString: Show an Alert before *network_prefs*alertsFrame.topOffset: 10 *network_prefs*alertsFrame.leftOffset: 10 *network_prefs*alertsFrame.rightOffset: 10 *network_prefs*alertsFrame.bottomOffset: 10 *network_prefs*alertsFrame*cookieToggle.labelString: Accepting a cookie *network_prefs*alertsFrame*emailformToggle.labelString: \ Submitting a Form by Email *network_prefs*protocols*anonftpToggle.labelString: \ Send Email Address as Anonymous FTP Password *network_prefs*protocols*anonftpToggle.leftOffset: 10 *network_prefs*protocols*anonftpToggle.topOffset: 10 ! Preferences: Languages ! *network_prefs*javaFrame*javaBoxLabel.labelString: Java *network_prefs*javaFrame.topOffset: 10 *network_prefs*javaFrame.leftOffset: 10 *network_prefs*javaFrame.rightOffset: 10 *network_prefs*javaFrame.bottomOffset: 10 *network_prefs*javaFrame*javaToggle.leftOffset: 20 *network_prefs*javaFrame*javaToggle.labelString: Enable Java *network_prefs*javaFrame*javascriptToggle.leftOffset: 20 *network_prefs*javaFrame*javascriptToggle.labelString: Enable JavaScript ! Preferences: News ! *mailnews_prefs*newsFrame*newsBoxLabel.labelString: News *mailnews_prefs*newsFrame*newshostLabel.labelString: News (NNTP) Server: *mailnews_prefs*newsFrame.topOffset: 10 *mailnews_prefs*newsFrame.leftOffset: 10 *mailnews_prefs*newsFrame.rightOffset: 10 *mailnews_prefs*newsFrame.bottomOffset: 10 *mailnews_prefs*newsFrame*newsrcLabel.labelString: News Directory: *mailnews_prefs*newsFrame*newsrcBrowse.labelString: Browse... *mailnews_prefs*newsFrame*newsMaxLabel.labelString: Get: *mailnews_prefs*newsFrame*newsMaxSuffix.labelString: \ Messages at a Time (Maximum 3500) *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset: 0 *mailnews_prefs*newsFrame*newsMaxText.columns: 5 *mailnews_prefs*newsFrame*XmLabel.alignment: ALIGNMENT_END *mailnews_prefs*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END *mailnews_prefs*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING *mailnews_prefs*newsFrame*XmTextField.rightOffset: 10 *mailnews_prefs*newsFrame*XmLabel.leftOffset: 4 *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset: 4 *mailnews_prefs*newsFrame*XmLabel.rightOffset: 4 *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset: 4 *mailnews_prefs*newsFrame*newsMaxText.bottomOffset: 10 *mailnews_prefs*newsFrame.topOffset: 10 *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10 *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10 *mailnews_prefs*newsFrame*newsrcText.columns: 35 *mailnews_prefs*newsFrame*newsrcText.bottomOffset: 10 ! Preferences: Proxies ! *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxies *network_prefs*proxiesFrame.topOffset: 10 *network_prefs*proxiesFrame.leftOffset: 10 *network_prefs*proxiesFrame.rightOffset: 10 *network_prefs*proxiesFrame.bottomOffset: 10 !*network_prefs*proxiesFrame*XmLabel.alignment: ALIGNMENT_END !*network_prefs*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END *network_prefs*proxiesFrame*XmTextField.columns: 30 *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset: 10 *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset: -4 !*network_prefs*proxiesFrame*XmLabel.leftOffset: 10 !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset: 10 *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxy Configuration *network_prefs*proxiesFrame*proxiesLabel.alignment: ALIGNMENT_BEGINNING *network_prefs*proxiesFrame*proxiesLabel.labelString: \ A network proxy is a conduit between your computer and the internet and \n\ is used to access the internet through a firewall. If you have a direct \n\ connection to the internet, you do not need to configure Proxies. *network_prefs*proxiesFrame*locationLabel.labelString: Location (URL): *network_prefs*proxiesFrame*noProxiesToggle.labelString: No Proxies *network_prefs*proxiesFrame*manualToggle.labelString: \ Manual Proxy Configuration *network_prefs*proxiesFrame*proxyReload.labelString: Reload *network_prefs*proxiesFrame*proxyReload.rightOffset: 10 *network_prefs*proxiesFrame*manualBrowse.labelString: View ... *network_prefs*proxiesFrame*autoToggle.labelString: \ Automatic Proxy Configuration *network_prefs*proxiesFrame*autoText.rightOffset: 10 *network_prefs*proxiesFrame*autoText.bottomOffset: 10 *network_prefs*proxiesFrame*indicatorType: ONE_OF_MANY *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString: \ Manual Proxy Configuration *proxies_prefs*proxiesFrame*ftpLabel.labelString: FTP Proxy: *proxies_prefs*proxiesFrame*gopherLabel.labelString: Gopher Proxy: *proxies_prefs*proxiesFrame*httpLabel.labelString: HTTP Proxy: *proxies_prefs*proxiesFrame*httpsLabel.labelString: Security Proxy: *proxies_prefs*proxiesFrame*waisLabel.labelString: WAIS Proxy: *proxies_prefs*proxiesFrame*noLabel.labelString: No Proxy for: *proxies_prefs*proxiesFrame*socksLabel.labelString: SOCKS Host: *proxies_prefs*proxiesFrame*portLabel.labelString: Port: *proxies_prefs*proxiesFrame*ftpPort.columns: 5 *proxies_prefs*proxiesFrame*ftpText.rightOffset: 10 *proxies_prefs*proxiesFrame*ftpPort.rightOffset: 10 *proxies_prefs*proxiesFrame*portLabel.leftOffset: 10 *proxies_prefs*proxiesFrame*noText.bottomOffset: 10 *proxies_prefs*proxiesFrame*socksText.topOffset: 15 *proxies_prefs*proxiesFrame*socksText.bottomOffset: 10 ! Preferences: Site Certificates ! *security_prefs*siteFrame*siteBoxLabel.labelString: Site Certificates *security_prefs*siteFrame.topOffset: 10 *security_prefs*siteFrame.leftOffset: 10 *security_prefs*siteFrame.rightOffset: 10 *security_prefs*siteFrame.bottomOffset: 10 *security_prefs*siteFrame*allLabel.labelString: \ These are the Site Certificates that you have accepted: *security_prefs*siteFrame*allEditCert.rightOffset: 10 *security_prefs*siteFrame*allEditCert.labelString: Edit Certificate ... *security_prefs*siteFrame*allDeleteCert.rightOffset: 10 *security_prefs*siteFrame*allDeleteCert.labelString: Delete Certificate *security_prefs*siteFrame*allList.bottomOffset: 10 *security_prefs*siteFrame*allCerts.labelString: All Certificates *security_prefs*siteFrame*siteCerts.labelString: Site Certificates *security_prefs*siteFrame*authCerts.labelString: Certificate Authorities ! Preferences: Personal Certificates ! *security_prefs*personalFrame*personalBoxLabel.labelString: \ Personal Certificates *security_prefs*personalFrame.topOffset: 10 *security_prefs*personalFrame.leftOffset: 10 *security_prefs*personalFrame.rightOffset: 10 *security_prefs*personalFrame.bottomOffset: 10 *security_prefs*personalFrame*persLabel.labelString: \ These are your Personal Certificates: *security_prefs*personalFrame*persInfo.rightOffset: 10 *security_prefs*personalFrame*persInfo.labelString: More Info ... *security_prefs*personalFrame*persDeleteCert.rightOffset: 10 *security_prefs*personalFrame*persDeleteCert.labelString: Delete Certificates *security_prefs*personalFrame*persNewCert.rightOffset: 10 *security_prefs*personalFrame*persNewCert.labelString: Obtain New Certificates *security_prefs*personalFrame*siteDefault.labelString: \ Default Certificates to present to sites: *security_prefs*personalFrame*siteText.bottomOffset: 10 *security_prefs*personalFrame*siteText.rightOffset: 10 *security_prefs*personalFrame*persList.leftOffset: 10 ! Preferences: General Security ! *security_prefs*securityFrame*securityBoxLabel.labelString: Security Alerts *security_prefs*securityFrame.topOffset: 10 *security_prefs*securityFrame.leftOffset: 10 *security_prefs*securityFrame.rightOffset: 10 *security_prefs*securityFrame.bottomOffset: 10 *security_prefs*securityFrame*alertLabel.labelString: Show an Alert Before: *security_prefs*securityFrame*enterToggle.labelString: \ Entering a Secure Document Space (Server) *security_prefs*securityFrame*leaveToggle.labelString: \ Leaving a Secure Document Space (Server) *security_prefs*securityFrame*mixedToggle.labelString: \ Viewing a Document with a Secure/Insecure Mix *security_prefs*securityFrame*alignment: ALIGNMENT_BEGINNING *security_prefs*securityFrame*submitToggle.labelString: \ Submitting a Form Insecurely *security_prefs*securityFrame*alertLabel.topOffset: 10 *security_prefs*securityFrame*alertLabel.leftOffset: 10 *security_prefs*securityFrame*enterToggle.topOffset: 10 *security_prefs*securityFrame*enterToggle.leftOffset: 20 *security_prefs*securityFrame*submitToggle.bottomOffset: 10 *security_prefs*securityFrame*enterToggle.rightOffset: 10 *security_prefs*securityFrame*leaveToggle.rightOffset: 10 *security_prefs*securityFrame*mixedToggle.rightOffset: 10 *security_prefs*securityFrame*submitToggle.rightOffset: 10 *security_prefs*javaFrame*javaBoxLabel.labelString: Java *security_prefs*javaFrame.topOffset: 10 *security_prefs*javaFrame.leftOffset: 10 *security_prefs*javaFrame.rightOffset: 10 *security_prefs*javaFrame.bottomOffset: 10 *security_prefs*javaFrame*javaToggle.leftOffset: 20 *security_prefs*javaFrame*javaToggle.labelString: Disable Java *security_prefs*javaFrame*javascriptToggle.leftOffset: 20 *security_prefs*javaFrame*javascriptToggle.labelString: Disable JavaScript *security_prefs*sslFrame*sslBoxLabel.labelString: Secure Network Protocol *security_prefs*sslFrame.topOffset: 10 *security_prefs*sslFrame.leftOffset: 10 *security_prefs*sslFrame.rightOffset: 10 *security_prefs*sslFrame.bottomOffset: 10 *security_prefs*sslFrame*ssl2Toggle.leftOffset: 20 *security_prefs*sslFrame*ssl2Toggle.labelString: Enable SSL2 *security_prefs*sslFrame*ssl3Toggle.leftOffset: 20 *security_prefs*sslFrame*ssl3Toggle.labelString: Enable SSL3 *security_prefs*sslFrame*configure.labelString: Configure *security_prefs*sslFrame*configure.marginWidth: 10 ! Preferences: Security Passwords ! *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Passwords *security_prefs*passwordsFrame.topOffset: 10 *security_prefs*passwordsFrame.leftOffset: 10 *security_prefs*passwordsFrame.rightOffset: 10 *security_prefs*passwordsFrame.bottomOffset: 10 *security_prefs*passwordsFrame*passLabel.labelString: Password: *security_prefs*passwordsFrame*passToggle.labelString: Use a Password *security_prefs*passwordsFrame*noPassToggle.labelString: Do not use a Password *security_prefs*passwordsFrame*askLabel.labelString: Ask for Password: *security_prefs*passwordsFrame*onceToggle.labelString: Once per session *security_prefs*passwordsFrame*everyToggle.labelString: Every time it's needed *security_prefs*passwordsFrame*periodicToggle.labelString: After *security_prefs*passwordsFrame*periodicText.columns: 3 *security_prefs*passwordsFrame*periodicLabel.labelString: minutes of inactivity *security_prefs*passwordsFrame*alignment: ALIGNMENT_BEGINNING *security_prefs*passwordsFrame*passLabel.leftOffset: 10 *security_prefs*passwordsFrame*indicatorType: ONE_OF_MANY *security_prefs*passwordsFrame*changePassword.topOffset: 10 *security_prefs*passwordsFrame*changePassword.leftOffset: 30 *security_prefs*passwordsFrame*bannerLabel.labelString: \ Use a password if other people have access to your computer. ! Preferences: Styles1 ! *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Toolbars *general_prefs*toolbarsFrame.topOffset: 10 *general_prefs*toolbarsFrame.leftOffset: 10 *general_prefs*toolbarsFrame.rightOffset: 10 *general_prefs*toolbarsFrame.bottomOffset: 10 *general_prefs*toolbarsFrame*toolbarLabel.labelString: Show Toolbars As: *general_prefs*toolbarsFrame*toolbarLabel.alignment: ALIGNMENT_END *general_prefs*toolbarsFrame*icons.labelString: Pictures *general_prefs*toolbarsFrame*text.labelString: Text *general_prefs*toolbarsFrame*both.labelString: Pictures and Text *general_prefs*toolbarsFrame*indicatorType: ONE_OF_MANY *general_prefs*toolbarsFrame*toolbarTipsLabel.labelString: Toolbar Tips are: *general_prefs*toolbarsFrame*toolbarTipsLabel.alignment: ALIGNMENT_END *general_prefs*toolbarsFrame*enabled.indicatorType: N_OF_MANY *general_prefs*toolbarsFrame*enabled.labelString: Enabled *general_prefs*toolbarsFrame*enabled.tipString: Toggle Toolbar Tips *general_prefs*toolbarsFrame*enabled.documentationString: \ Enable or disable toolbar tips *general_prefs*startupFrame*startupBoxLabel.labelString:Startup *general_prefs*startupFrame.topOffset: 10 *general_prefs*startupFrame.leftOffset: 10 *general_prefs*startupFrame.rightOffset: 10 *general_prefs*startupFrame.bottomOffset: 10 *general_prefs*startupFrame*startLabel.labelString: Browser Starts with: *general_prefs*startupFrame*startLabel.alignment: ALIGNMENT_END *general_prefs*startupFrame*blank.labelString: Blank Page *general_prefs*startupFrame*home.labelString: Home Page Location: *general_prefs*startupFrame*homeText.bottomOffset: 10 *general_prefs*startupFrame*homeText.rightOffset: 10 *general_prefs*startupFrame*indicatorType: ONE_OF_MANY *general_prefs*startupFrame*startupLabel.labelString: On Startup Launch: *general_prefs*startupFrame*browser.labelString: Netscape Browser *general_prefs*startupFrame*mail.labelString: Netscape Mail *general_prefs*startupFrame*news.labelString: Netscape News *general_prefs*linkFrame*linkBoxLabel.labelString: Link Styles *general_prefs*linkFrame.topOffset: 10 *general_prefs*linkFrame.leftOffset: 10 *general_prefs*linkFrame.rightOffset: 10 *general_prefs*linkFrame.bottomOffset: 10 *general_prefs*linkFrame*underlineLabel.labelString: Links are: *general_prefs*linkFrame*underlineLabel.alignment: ALIGNMENT_END *general_prefs*linkFrame*underline.labelString: Underlined *general_prefs*linkFrame*expireLabel.labelString: Followed Links: *general_prefs*linkFrame*expireLabel.alignment: ALIGNMENT_END *general_prefs*linkFrame*expireNever.labelString: Never Expire *general_prefs*linkFrame*expireAfter.labelString: Expire After *general_prefs*linkFrame*expireDaysLabel.labelString: Days *general_prefs*linkFrame*expireDays.columns: 3 *general_prefs*linkFrame*expireNow.labelString: Expire Now *general_prefs*linkFrame*indicatorType: ONE_OF_MANY *general_prefs*linkFrame*underline.indicatorType: N_OF_MANY *general_prefs*linkFrame*expireDays.topOffset: 10 *general_prefs*linkFrame*expireDays.bottomOffset: 10 *general_prefs*linkFrame*expireNow.marginWidth: 10 *general_prefs*linkFrame*expireNow.marginHeight: 0 *general_prefs*linkFrame*underline.leftOffset: 10 *general_prefs*linkFrame*expireLabel.leftOffset: 10 *general_prefs*linkFrame*expireAfter.leftOffset: 10 *general_prefs*linkFrame*expireNow.leftOffset: 20 ! Preferences: Styles 2 ! *enteringSecureDialog_popup.title: Netscape: Secure Document *enteringSecureDialog*toggle.labelString: Show this Alert Next Time *enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *enteringSecureDialog*toggle.leftOffset: 100 *enteringSecureDialog.selectionLabelString:\ You have requested a secure document. The document and any information\n\ you send back are encrypted for privacy while in transit.\n\ For more information on security choose Document Info from the View \ menu. *leavingSecureDialog_popup.title: Netscape: Security Warning *leavingSecureDialog*toggle.labelString: Show this Alert Next Time *leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *leavingSecureDialog.OkLabelString: Continue Loading *leavingSecureDialog.CancelLabelString: Cancel Loading *leavingSecureDialog*toggle.leftOffset: 100 *leavingSecureDialog.selectionLabelString:\ You have requested an insecure document. The document and any information\n\ you send back could be observed by a third party while in transit.\n\ For more information on security choose Document Info from the View \ menu. *mixedSecurityDialog_popup.title: Netscape: Security Warning *mixedSecurityDialog*toggle.labelString: Show this Alert Next Time *mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING *mixedSecurityDialog*toggle.leftOffset: 100 *mixedSecurityDialog.selectionLabelString:\ You have requested a secure document that contains some insecure \ information.\n\ \n\ The insecure information will not be shown.\n\ For more information on security choose Document Info from the View \ menu. *redirectionToInsecureDialog_popup.title: Netscape: Security Warning *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time *redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *redirectionToInsecureDialog.OkLabelString: Continue Loading *redirectionToInsecureDialog.CancelLabelString: Cancel Loading *redirectionToInsecureDialog*toggle.leftOffset: 100 *redirectionToInsecureDialog.selectionLabelString:\ Warning! You have requested an insecure document that was\n\ originally designated a secure document (the location has been\n\ redirected from a secure to an insecure document). The document\n\ and any information you send back could be observed by a third\n\ party while in transit. *redirectionToSecureDialog_popup.title: Netscape: Security Warning *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time *redirectionToSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *redirectionToSecureDialog.OkLabelString: Continue Loading *redirectionToSecureDialog.CancelLabelString: Cancel Loading *redirectionToSecureDialog*toggle.leftOffset: 100 *redirectionToSecureDialog.selectionLabelString:\ Warning! Your connection has been redirected to a different\n\ site. You may not be connected to the site that you originally\n\ tried to reach. *insecurePostFromSecureDocDialog_popup.title: Netscape: Security Warning *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time *insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING *insecurePostFromSecureDocDialog.OkLabelString: Continue Submission *insecurePostFromSecureDocDialog.CancelLabelString: Cancel Submission *insecurePostFromSecureDocDialog*toggle.leftOffset: 100 *insecurePostFromSecureDocDialog.selectionLabelString:\ Warning! Although this document is secure, any information you\n\ submit is insecure and could be observed by a third party while\n\ in transit. If you are submitting passwords, credit card numbers,\n\ or other information you would like to keep private, it would be\n\ safer for you to cancel the submission. *insecurePostFromInsecureDocDialog_popup.title: Netscape: Security Warning *insecurePostFromInsecureDocDialog.OkLabelString: Continue Submission *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time *insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100 *insecurePostFromInsecureDocDialog.selectionLabelString:\ The information you submit is insecure and could be observed by\n\ a third party while in transit. If you are submitting passwords,\n\ credit card numbers, or other information you would like to keep\n\ private, it would be safer for you to cancel the submission. *licenseDialog_popup.title: Netscape: License Agreement *licenseDialog*label1.labelString:\n\ Netscape is licensed software. Its use is subject to the\n\ terms and conditions of the license agreement below.\n *licenseDialog*label2.labelString:\n\ If you accept the terms of this license agreement,\n\ press `Accept.' Otherwise press `Do Not Accept.'\n *licenseDialog*text.columns: 72 *licenseDialog*text.rows: 23 *licenseDialog*text.wordWrap: True *licenseDialog*text.scrollHorizontal: False *licenseDialog.accept.labelString: Accept *licenseDialog.reject.labelString: Do Not Accept *printSetup_popup.title: Netscape: Print *printSetup*printToLabel.labelString: Print To: *printSetup*toPrinterToggle.labelString: Printer *printSetup*toFileToggle.labelString: File *printSetup*printCommandLabel.labelString: Print Command: *printSetup*fileNameLabel.labelString: File Name: *printSetup*browseButton.labelString: Browse... *printSetup*printLabel.labelString: Print: *printSetup*firstFirstToggle.labelString: First Page First *printSetup*lastFirstToggle.labelString: Last Page First *printSetup*orientationLabel.labelString: Orientation: *printSetup*portraitToggle.labelString: Portrait *printSetup*landscapeToggle.labelString: Landscape *printSetup*printColorLabel.labelString: Print: *printSetup*greyscaleToggle.labelString: Greyscale *printSetup*colorToggle.labelString: Color *printSetup*paperSizeLabel.labelString: Paper Size: *printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.) *printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.) *printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.) *printSetup*a4Toggle.labelString: A4 (210 x 297 mm) *printSetup*OK.labelString: Print *printSetup*OkLabelString: Print *printSetup*CancelLabelString: Cancel *printSetup*XmLabel.alignment: ALIGNMENT_END *printSetup*XmLabelGadget.alignment: ALIGNMENT_END *printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING *printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY *printSetup*lastFirstToggle.leftOffset: 10 *printSetup*landscapeToggle.leftOffset: 10 *printSetup*colorToggle.leftOffset: 10 *printSetup*legalToggle.leftOffset: 10 *printSetup*a4Toggle.leftOffset: 10 *printSetup*XmLabel.rightOffset: 10 *printSetup*XmLabelGadget.rightOffset: 10 *printSetup*browseButton.marginHeight: 3 *printSetup*browseButton.marginWidth: 4 *printSetup*line.topOffset: 4 *printSetup*printLabel.topOffset: 4 *printSetup*firstFirstToggle.topOffset: 10 *printSetup*portraitToggle.topOffset: 10 *printSetup*greyscaleToggle.topOffset: 10 *printSetup*letterToggle.topOffset: 10 !*printSetup_popup*preeditType: none *findDialog_popup.title: Netscape: Find *findDialog*findInLabel.labelString: Find in: *findDialog*msgHeaders.labelString: Message Headers in This Folder *findDialog*msgBody.labelString: Body of This Message *findDialog*msgHeaders.indicatorType: ONE_OF_MANY *findDialog*msgBody.indicatorType: ONE_OF_MANY *findDialog*findLabel.labelString: Find: *findDialog*findLabel.alignment: ALIGNMENT_END *findDialog*caseSensitive.labelString: Case Sensitive *findDialog*backwards.labelString: Find Backwards *findDialog*backwards.leftOffset: 20 *findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING *findDialog*backwards.alignment: ALIGNMENT_BEGINNING *findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY *findDialog*XmToggleButtonGadget.visibleWhenOff:True *findDialog*OK.labelString: Find *findDialog*OkLabelString: Find *findDialog*Apply.labelString: Clear *findDialog*ApplyLabelString: Clear *findDialog*Cancel.labelString: Close *findDialog*CancelLabelString: Close !*findDialog_popup*preeditType: overthespot ! Bookmark Find dialog shares resources with the main find dialog ! Extra resources specific to bookmark find dialog *findDialog*lookinLabel.labelString: Look in: *findDialog*nameToggle.labelString: Name *findDialog*locationToggle.labelString: Location *findDialog*descriptionToggle.labelString: Description *findDialog*wordToggle.labelString: Whole word *findDialog*helptext.labelString: Use Find Again to keep looking. ! More resources for the Addressbook find dialog *findDialog*nicknameToggle.labelString: Nick Name *openURLDialog_popup.title: Netscape: Open Location *openURLDialog*openURLLabel.labelString: Open Location: *openURLDialog*OK.labelString: Open *openURLDialog*OkLabelString: Open *openURLDialog*Apply.labelString: Clear *openURLDialog*ApplyLabelString: Clear *openURLDialog*Cancel.labelString: Cancel *openURLDialog*CancelLabelString: Cancel *openURLDialog*openURLLabel.alignment: ALIGNMENT_END *openURLDialog*urlText.columns: 45 *openURLDialog.width: 500 !*openURLDialog_popup*preeditType: none *openURLDialog*openInEditor.labelString: Open In Editor *openURLDialog*openInBrowser.labelString: Open In Browser *message_popup.title: Netscape *message_popup*OK.labelString: OK *message_popup*OkLabelString: OK *error_popup.title: Netscape: Error *question_popup.title: Netscape: Question *question_popup*OK.labelString: OK *question_popup*Cancel.labelString: Cancel *prompt_popup.title: Netscape: Prompt *password_popup.title: Netscape: Password *promptSubject_popup.title: Netscape: Subject Prompt *stdout_popup.title: Netscape: subprocess diagnostics (stdout) *stderr_popup.title: Netscape: subprocess diagnostics (stderr) *stdout_stderr_popup.title: Netscape: subprocess diagnostics (stdout/stderr) *citing_popup.title: Netscape *citing_popup*messageString: \nQuoting...\n *printing_popup.title: Netscape *printing_popup*messageString: \nPrinting...\n *deliveringMessage_popup.title: Netscape *deliveringMessage_popup*messageString: \nDelivering message...\n *saving_popup.title: Netscape *saving_popup*messageString: \nSaving to disk...\n *visual_popup.title: Netscape: Change X Visual *visual_popup*listLabelString: Available Visuals: *autoSaveNew.title: Netscape: Auto Save New Document *autoSaveNew*yes.labelString: Yes *autoSaveNew*no.labelString: No *saveFile_popup.title: Netscape: Save Document *saveFile*yes.labelString: Yes *saveFile*no.labelString: No *saveNewFile_popup.title: Netscape: Save New Document *promptSubject_popup*messageString: \ You did not give a subject to this message.\n\ If you would like to provide one, please type it now. *dialog*OK.labelString: OK *dialog*clear.labelString: Clear *dialog*Cancel.labelString: Cancel *dialog*userLabel.labelString: User ID: *dialog*passwdLabel.labelString: Password: *dialog*userLabel.alignment: ALIGNMENT_END *dialog*passwdLabel.alignment: ALIGNMENT_END *clear.labelString: Clear *cancel.labelString: Cancel *OK.labelString: OK *citationQuery_popup.title: Citation Style Question *citationQuery.selectionLabelString: \n\ You have quoted an entire document instead of attaching it.\n\ \n\ You could, instead, attach the document and it would be\n\ appended to the message, without a `>' at the beginning\n\ of each line. This would make it easier for recipients\n\ to save and use this document.\n\ \n\ Would you like to send this document as an attachment?\n *citationQuery*OK.labelString: Send as\nText Attachment *citationQuery*OkLabelString: Send as\nText Attachment *citationQuery*Apply.labelString: Send as\nQuoted *citationQuery*ApplyLabelString: Send as\nQuoted *citationQuery*Cancel.labelString: Cancel *citationQuery*CancelLabelString: Cancel *doubleCitationQuery_popup.title: Citation Style Question *doubleCitationQuery.selectionLabelString: \n\ You have (probably inadvertently) included the same document twice:\n\ first as a citation (meaning: with `>' at the beginning of each line) and\n\ then as an attachment (meaning: as a second part of the message,\n\ included after your new text.)\n\ \n\ Would you like to send an attached document or a quoted document? *doubleCitationQuery*OK.labelString: Send as\nText Attachment *doubleCitationQuery*OkLabelString: Send as\nText Attachment *doubleCitationQuery*Apply.labelString: Send as\nQuoted *doubleCitationQuery*ApplyLabelString: Send as\nQuoted *doubleCitationQuery*Cancel.labelString:Cancel *doubleCitationQuery*CancelLabelString: Cancel *streamingAudioQuery_popup.title: Audio Question *streamingAudioQuery.selectionLabelString: \ Would you like to play the data to the external viewer as it comes\n\ from the network, or save to a file and then play from the file? *streamingAudioQuery*OK.labelString: Play from Network *streamingAudioQuery*OkLabelString: Play from Network *streamingAudioQuery*Apply.labelString: Save First *streamingAudioQuery*ApplyLabelString: Save First *streamingAudioQuery*Cancel.labelString:Cancel *streamingAudioQuery*CancelLabelString: Cancel *fileSelector*filterLabelString: Filter *fileSelector*dirListLabelString: Directories *fileSelector*fileListLabelString: Files *fileSelector*OkLabelString: OK *fileSelector*ApplyLabelString: Filter *fileSelector*CancelLabelString: Cancel *fileSelector.Selection.labelString: Selection *fileSelector.pattern: *.html *fileSelector*fileTypeMask: FILE_ANY_TYPE *fileSelector*saveTypeBox.orientation: HORIZONTAL *fileSelector*formatType.labelString: Format for Saved Document: !*fileSelector_popup*preeditType: overthespot *fileBrowser_popup.title: Netscape: File Browser *fileBrowser*filterLabelString: Filter *fileBrowser*dirListLabelString: Directories *fileBrowser*fileListLabelString: Files *fileBrowser*Selection.labelString: Selection *fileBrowser*OkLabelString: OK *fileBrowser*ApplyLabelString: Filter *fileBrowser*CancelLabelString: Cancel *fileBrowser*HelpLabelString: Help *formSubmitButton.labelString: Submit *formResetButton.labelString: Reset *formButton.labelString: Monkey Brains *formFileBrowseButton.labelString: Browse... ! ! The bookmarks window ! *Bookmark.mainform.width: 300 *Bookmark.mainform.height: 400 *Bookmark*open.labelString: Open *Bookmark*open.mnemonic: O *Bookmark*selectAll.labelString: Select All *Bookmark*selectAll.mnemonic: S *Bookmark*menuBar.Item.labelString: Item *Bookmark*properties.labelString: Properties... *Bookmark*properties.mnemonic: P *Bookmark*gotoBookmark.labelString: Goto Bookmark *Bookmark*gotoBookmark.mnemonic: G *Bookmark*sortBookmarks.labelString: Sort Bookmarks *Bookmark*sortBookmarks.mnemonic: S *Bookmark*insertBookmark.labelString: Insert Bookmark *Bookmark*insertBookmark.mnemonic: B *Bookmark*insertHeader.labelString: Insert Folder *Bookmark*insertHeader.mnemonic: F *Bookmark*insertSeparator.labelString: Insert Separator *Bookmark*insertSeparator.mnemonic: S *Bookmark*makeAlias.labelString: Make Alias *Bookmark*makeAlias.mnemonic: A *Bookmark*newBmFolder.labelString: Set to New Bookmarks Folder *Bookmark*newBmFolder.mnemonic: N *Bookmark*bmMenuFolder.labelString: Set to Bookmark Menu Folder *Bookmark*bmMenuFolder.mnemonic: M !*Bookmark*preeditType: overthespot ! Bookmarks popup menu. It has the same name as the main popup menu ! and hence shares the rest of the resources. *Bookmark*popup.title.labelString: Bookmarks *titleSeparator.separatorType: XmDOUBLE_LINE ! Bookmarks edit properties window. ! *bookmarkProps_popup*title: Netscape: Bookmark Properties *bookmarkProps*nameLabel.labelString: Name: *bookmarkProps*nameLabel.alignment: ALIGNMENT_END *bookmarkProps*locationLabel.labelString: Location: *bookmarkProps*locationLabel.alignment: ALIGNMENT_END *bookmarkProps*descriptionLabel.labelString: Description: *bookmarkProps*descriptionLabel.alignment: ALIGNMENT_END *bookmarkProps*lastvisitedLabel.labelString: Last Visited: *bookmarkProps*lastvisitedLabel.alignment: ALIGNMENT_END *bookmarkProps*addedonLabel.labelString: Added On: *bookmarkProps*addedonLabel.alignment: ALIGNMENT_END *bookmarkProps*descriptionText.topOffset: 8 *bookmarkProps*descriptionText.columns: 40 *bookmarkProps*descriptionText.rows: 5 *bookmarkProps*aliasButton.labelString: Select Aliases ! ! Address Book ! *AddressBook.mainform.width: 300 *AddressBook.mainform.height: 400 *AddressBook*selectAll.labelString: Select All *AddressBook*selectAll.mnemonic: S *AddressBook*mailMessage.labelString: New Mail Message *AddressBook*mailMessage.mnemonic: N *AddressBook*mailMessage.acceleratorText: Alt+M *AddressBook*menuBar.Item.labelString: Item *AddressBook*addUser.mnemonic: U *AddressBook*addUser.labelString: Add User... *AddressBook*addUser.mnemonic: U *AddressBook*addList.labelString: Add List... *AddressBook*addList.mnemonic: L *AddressBook*properties.labelString: Properties... *AddressBook*properties.mnemonic: P ! Address Book properties window ! *AddressBook*bookmarkProps_popup*title: Netscape: Address book Properties *AddressBook*bookmarkProps*nicknameLabel.labelString: Nick Name: *AddressBook*bookmarkProps*nicknameLabel.alignment: ALIGNMENT_END *AddressBook*bookmarkProps*nameLabel.labelString: Name: *AddressBook*bookmarkProps*locationLabel.labelString: Email Address: *AddressBook*bookmarkProps*Cancel.labelString: Cancel ! Address Book popup menu. It has the same name as the main popup menu ! and hence shares the rest of the resources. *AddressBook*popup.title.labelString: Address Book *AddressBook*popup.titleSeparator.separatorType: XmDOUBLE_LINE ! ! Download ! *download*downloadURLLabel.labelString: Source: *download*downloadFileLabel.labelString: Destination: *download*cancel.labelString: Stop *download*downloadURLLabel.alignment: ALIGNMENT_END *download*downloadFileLabel.alignment: ALIGNMENT_END *download*downloadURLLabel.topOffset: 10 *download*downloadURLLabel.leftOffset: 10 *download*downloadURLValue.columns: 45 *download*downloadURLValue.editable: False *download*downloadURLValue.cursorPositionVisible: False *download*downloadURLValue.leftOffset: 10 *download*downloadURLValue.rightOffset: 10 *download*downloadFileLabel.topOffset: 5 *download*downloadFileLabel.leftOffset: 10 *download*downloadFileLabel.bottomOffset: 15 *download*downloadFileValue.columns: 45 *download*downloadFileValue.editable: False *download*downloadFileValue.cursorPositionVisible: False *download*downloadFileValue.leftOffset: 10 *download*downloadFileValue.rightOffset: 10 *download*logo.topOffset: 10 *download*cancel.marginWidth: 15 *download*cancel.marginHeight: 10 *download*cancel.topOffset: 20 *download*cancel.bottomOffset: 10 ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense... ! On SGIs, not having the class will cause the default SGI colors to ! be used instead of the ones specified here. With VUE, the behavior ! is even worse - if we're using a non-default visual (for example, if ! we have requested a 24-bit TrueColor visual instead of the default ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using ! the default visual, and give us colors allocated from the wrong ! colormap, resulting in lovely effects like brown-on-brown menubars! ! Netscape*thermo.slider.foreground: #0000BF Netscape*thermo.slider.background: #69B5B5 Netscape*power.LED.foreground: #0000BF Netscape*power.LED.background: #69B5B5 ! (Note: if you comment this stuff out in an attempt to let the current ! "scheme" override things, you'll find that the colors of the toolbar ! icons and the colors of form elements (like option menus) will get ! messed up.) Netscape*foreground: Black Netscape*background: #B2B2B2 Netscape*XmTextField.foreground: Black Netscape*XmText.foreground: Black Netscape*XmList.foreground: Black Netscape*XmTextField.background: #D3B5B5 Netscape*XmText.background: #D3B5B5 *textBackground: #D3B5B5 Netscape*XmList.background: #D3B5B5 ! Colors of the outline lists used in mail and news windows. Netscape*XmLGrid.foreground: #000000 Netscape*XmLGrid.background: #B2B2B2 Netscape*XmLGrid.selectBackground: #FFFFCC ! Colors of the "Secure Document" bar. *secureDocumentColor: #0000BF *insecureDocumentColor: #B2B2B2 ! Default for all buttons Netscape*XmPushButton*shadowThickness: 2 Netscape*XmPushButtonGadget*shadowThickness: 2 ! And for option menus: Netscape*XmCascadeButton.shadowThickness: 2 Netscape*XmCascadeButtonGadget.shadowThickness: 2 ! Various margin sizes ! *topLeftArea.leftOffset: 0 *topLeftArea.rightOffset: 10 *topLeftArea.topOffset: 0 *topLeftArea.bottomOffset: 0 *urlText.topOffset: 4 *urlText.bottomOffset: 4 *urlText.leftOffset: 4 *urlText.rightOffset: 4 !*urlText.rightOffset: 10 ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag) *urlLabel.topOffset: 9 *urlLabel.leftOffset: 10 *urlLabel.rightOffset: 10 *historyMenuBox.topOffset: 0 *historyMenuBox.bottomOffset: 4 *historyMenuBox.leftOffset: 4 *historyMenuBox.rightOffset: 4 *logo.topOffset: 4 *logo.bottomOffset: 4 *logo.leftOffset: 10 *logo.rightOffset: 10 *historyMenuBox.marginHeight: 0 *historyMenuBox.marginWidth: 0 *toolBar*XmPushButton.leftOffset: 2 *toolBar*XmPushButtonGadget.leftOffset: 2 *urlBar*XmPushButton.leftOffset: 2 *urlBar*XmPushButtonGadget.leftOffset: 2 *toolbarFrame.leftOffset: 10 *characterToolbarFrame.leftOffset: 2 *paragraphToolbarFrame.leftOffset: 2 *mouseDocumentation.rightOffset: 4 *toolBar.topOffset: 0 *toolBar.leftOffset: 10 *toolBar.rightOffset: 0 *toolBar.bottomOffset: 0 *urlBar.topOffset: 4 *urlBar.leftOffset: 10 *urlBar.rightOffset: 0 *urlBar.bottomOffset: 0 ! Give it a default string to get it sized right... *mouseDocumentation.labelString: Mozilla *mouseDocumentation.alignment: ALIGNMENT_BEGINNING *mouseDocumentation.leftOffset: 10 *docinfoLabel.leftOffset: 4 *dashboard.topOffset: 0 *dashboard.bottomOffset: 0 *dashboard.leftOffset: 0 *dashboard.rightOffset: 10 ! To prevent the whole window from flickering when mouseDoc text changes... *dashboard.resizable: False *thermo.leftOffset: 4 *thermo.rightOffset: 10 *thermo.topOffset: 4 *thermo.bottomOffset: 4 *thermo.shadowThickness: 2 *thermo.shadowType: SHADOW_IN *power.topOffset: 4 *power.bottomOffset: 4 *power.shadowThickness: 2 *power.shadowType: SHADOW_IN *thermo.slider.width: 200 *thermo.slider.height: 5 *power.LED.width: 15 *power.LED.height: 5 *securityBar.topOffset: 4 *securityBar.bottomOffset: 4 *securityBar.shadowThickness: 2 *securityBar.shadowType: SHADOW_IN *securityBar.LED.height: 2 *topPane.shadowThickness: 2 *bottomPane.shadowThickness: 2 *topPane.shadowType: SHADOW_IN *bottomPane.shadowType: SHADOW_IN ! Go ahead, try and figure out why some of these need to be on the ! _popup version, and some need to be one level deeper. I dare you. !*dialog.width: 500 !*history.width: 500 !*mailto.width: 500 !*cache_popup.width: 500 *userConfig_popup.width: 500 *userConfig.width: 500 *fileSelector.width: 500 *fileBrowser.width: 500 ! I had to hardcode this in the C code - doesn't work from here... !*history_popup.allowShellResize: False ! Get rid of all navigation; it's totally broken for Paned windows, ! and for the form widgets under the drawingArea. *highlightThickness: 0 *navigationType: NONE ! Uh, but turn it back on in the popups (really I'd like to turn it off ! in all non-popups, but I don't think there's a way to specify that...) *XmDialogShell*highlightThickness: 2 *XmDialogShell*navigationType: TAB_GROUP ! Mail compose needs TAB_GROUP *Composition*form.navigationType: TAB_GROUP ! Uh, and turn it on only in text fields of forms. ! But of course this doesn't work quite right. *drawingArea*XmText.navigationType: TAB_GROUP *drawingArea*XmTextField.navigationType:TAB_GROUP ! Sorry, things don't display properly if you configure Netscape to put its ! scrollbars on the left or top of the document area. Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT ! Put scrollbars right next to text fields in forms (and lists). *drawingArea*XmScrolledWindow.spacing: 0 ! Do not under any circumstances change the following line: Netscape.version: 3.0 ! ============================================================================ ! Fonts in the widgets. ! These fonts are all down in Motif land, and thus are not controlled by the ! font selector on the Preferences dialog. That applies only to fonts in ! the document display area. ! ============================================================================ ! *fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* *XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* *XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* *XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* ! SGI default: !*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-* ! Sensible default: *menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* *menuBar*historyTruncated.fontList:\ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-* *popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* *topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* *topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* *topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* !*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !*bookmark*selectedLabel.fontList:\ -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* *mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-* *licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* ! These are the fonts used in the outline lists used in Mail, News, Bookmarks, ! and Address Book windows. (Note that there can't be any whitespace after ! the commas.) *XmLGrid*fontList:\ -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\ -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\ -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC ! This is the default charset for documents without the charset parameter ! for MIME Content-type: text. Valid values for *defaultCharset: ! iso-8859-1 ! iso-8859-2 ! iso-2022-jp ! shift_jis ! x-euc-jp ! big5 ! x-euc-tw ! gb2312 ! euc-kr ! iso-2022-kr ! koi8-r ! iso-8859-5 ! iso-8859-7 ! iso-8859-9 *defaultCharset: iso-8859-1 !*defaultCharset: iso-8859-2 !*defaultCharset: iso-2022-jp !*defaultCharset: shift_jis !*defaultCharset: x-euc-jp !*defaultCharset: big5 !*defaultCharset: x-euc-tw !*defaultCharset: gb2312 !*defaultCharset: euc-kr !*defaultCharset: iso-2022-kr !*defaultCharset: koi8-r !*defaultCharset: iso-8859-5 !*defaultCharset: iso-8859-7 !*defaultCharset: iso-8859-9 ! ============================================================================ ! Fonts used in the display area. ! ============================================================================ ! Default fonts for various charsets, prop(ortional) and fixed. ! ! Format is foundry-family-pointsize-scaling. ! Pointsize is in tenths of a point. ! Scaling is either "scale" or "noscale". ! ! These are only used the first time you start up. ! After that, the preferences file is used. ! The "Defaults" button in the Preferences dialog will revert to these. ! *documentFonts.defaultFont*iso-8859-1.prop: adobe-times-120-noscale *documentFonts.defaultFont*iso-8859-1.fixed: adobe-courier-100-noscale ! This table maps weight/slant pairs to bold/italic/boldItalic/normal ! *documentFonts.face*-: normal *documentFonts.face*bold-i: boldItalic *documentFonts.face*bold-o: boldItalic *documentFonts.face*bold-r: bold *documentFonts.face*book-o: italic *documentFonts.face*book-r: normal *documentFonts.face*demi-i: boldItalic *documentFonts.face*demi-o: boldItalic *documentFonts.face*demi-r: bold *documentFonts.face*demibold-i: boldItalic *documentFonts.face*demibold-r: bold *documentFonts.face*light-i: italic *documentFonts.face*light-r: normal *documentFonts.face*medium-i: italic *documentFonts.face*medium-o: italic *documentFonts.face*medium-r: normal *documentFonts.face*medium-roman: normal *documentFonts.face*normal-i: italic *documentFonts.face*normal-r: normal *documentFonts.face*regular-i: italic *documentFonts.face*regular-r: normal *documentFonts.face*roman-r: normal *documentFonts.face*w3-r: normal *documentFonts.face*w3h-r: normal *documentFonts.face*w4-r: normal *documentFonts.face*w5-r: normal *documentFonts.face*w9-r: normal ! This table maps XLFD family names to nice family names ! *documentFonts.family*djb: DJB *documentFonts.family*haebfix: Haeberli Fixed *documentFonts.family*itc avant garde gothic: ITC Avant Garde Gothic *documentFonts.family*itc bookman: ITC Bookman *documentFonts.family*itc zapf chancery: ITC Zapf Chancery *documentFonts.family*itc zapf dingbats: ITC Zapf Dingbats *documentFonts.family*lucidatypewriter: Lucida Typewriter ! This table maps XLFD foundry names to nice foundry names ! *documentFonts.foundry*b&h: B&H *documentFonts.foundry*dec: DEC *documentFonts.foundry*hku: HKU *documentFonts.foundry*sgi: SGI ! This table maps MIME charsets to language groups ! *documentFonts.charsetlang*gb_2312-80: Simplified Chinese *documentFonts.charsetlang*iso-8859-1: Western *documentFonts.charsetlang*iso-8859-2: Central European *documentFonts.charsetlang*iso-8859-5: Cyrillic *documentFonts.charsetlang*iso-8859-7: Greek *documentFonts.charsetlang*iso-8859-9: Turkish *documentFonts.charsetlang*jis_x0201: Japanese *documentFonts.charsetlang*jis_x0208-1983: Japanese *documentFonts.charsetlang*jis_x0212-1990: Japanese *documentFonts.charsetlang*koi8-r: Cyrillic *documentFonts.charsetlang*ks_c_5601-1987: Korean *documentFonts.charsetlang*x-cns11643-1110: Traditional Chinese *documentFonts.charsetlang*x-cns11643-1: Traditional Chinese *documentFonts.charsetlang*x-cns11643-2: Traditional Chinese *documentFonts.charsetlang*x-gb2312-11: Simplified Chinese *documentFonts.charsetlang*x-jisx0208-11: Japanese *documentFonts.charsetlang*x-ksc5601-11: Korean *documentFonts.charsetlang*x-x-big5: Traditional Chinese ! This table maps X11 font charsets to MIME charsets ! *documentFonts.charset*-: x-ignore *documentFonts.charset*-ascii: x-ignore *documentFonts.charset*-dingbats: x-ignore *documentFonts.charset*-hiragana: x-ignore *documentFonts.charset*-ibm pc: x-ignore *documentFonts.charset*-katakana: x-ignore *documentFonts.charset*-roman: x-ignore *documentFonts.charset*-symbol: x-ignore *documentFonts.charset*78-h: x-ignore *documentFonts.charset*78.euc-h: x-ignore *documentFonts.charset*add-h: x-ignore *documentFonts.charset*adobe.cns1-0: x-ignore *documentFonts.charset*adobe.gb1-0: x-ignore *documentFonts.charset*adobe.japan1-0: x-ignore *documentFonts.charset*adobe.japan1-1: x-ignore *documentFonts.charset*adobe.japan1-2: x-ignore *documentFonts.charset*adobe.japan2-0: x-ignore *documentFonts.charset*adobe.korea1-0: x-ignore *documentFonts.charset*big5-0: x-x-big5 *documentFonts.charset*big5.et-0: x-x-big5 *documentFonts.charset*big5.et.ext-0: x-x-big5 *documentFonts.charset*big5.etext-0: x-x-big5 *documentFonts.charset*big5.hku-0: x-x-big5 *documentFonts.charset*big5.hku-1: x-x-big5 *documentFonts.charset*big5.pc-0: x-x-big5 *documentFonts.charset*big5.shift-0: x-x-big5 *documentFonts.charset*cmr.sun-fontspecific: x-ignore *documentFonts.charset*cns11643.1986-1: x-cns11643-1 *documentFonts.charset*cns11643.1986-2: x-cns11643-2 *documentFonts.charset*cns11643.1992-1: x-cns11643-1 *documentFonts.charset*cns11643.1992-2: x-cns11643-2 *documentFonts.charset*cns11643.1992.1-0: x-cns11643-1 *documentFonts.charset*cns11643.1992.2-0: x-cns11643-2 *documentFonts.charset*dec-decctrl: x-ignore *documentFonts.charset*dec-decksroman: x-ignore *documentFonts.charset*dec-decmath_extension: x-ignore *documentFonts.charset*dec-decmath_italic: x-ignore *documentFonts.charset*dec-decmath_symbol: x-ignore *documentFonts.charset*dec-decsuppl: x-ignore *documentFonts.charset*dec-dectech: x-ignore *documentFonts.charset*dec-drcs: x-ignore *documentFonts.charset*dec-fontspecific: x-ignore *documentFonts.charset*dec.cns11643.1986-2: x-cns11643-1110 *documentFonts.charset*dec.cns11643.1986-udc: x-ignore *documentFonts.charset*dec.dtscs.1990-2: x-ignore *documentFonts.charset*euc-h: x-ignore *documentFonts.charset*ext-h: x-ignore *documentFonts.charset*gb2312.1980-0: gb_2312-80 *documentFonts.charset*gb2312.1980-1: x-gb2312-11 *documentFonts.charset*gb2312.1980-udc: x-ignore *documentFonts.charset*hojo-h: x-ignore *documentFonts.charset*hp-japanese15: x-ignore *documentFonts.charset*hp-japaneseeuc: x-ignore *documentFonts.charset*hp-roman8: x-ignore *documentFonts.charset*hpbig5-: x-x-big5 *documentFonts.charset*ibm-850: x-ignore *documentFonts.charset*ibm-fontspecific: x-ignore *documentFonts.charset*ibm-ibmcs01007ext: x-ignore *documentFonts.charset*ibm-special: x-ignore *documentFonts.charset*ibm-udcjp: x-ignore *documentFonts.charset*iso646.1991-irv: x-ignore *documentFonts.charset*iso8859-1: iso-8859-1 *documentFonts.charset*iso8859-2: iso-8859-2 *documentFonts.charset*iso8859-3: x-ignore *documentFonts.charset*iso8859-4: x-ignore *documentFonts.charset*iso8859-5: iso-8859-5 *documentFonts.charset*iso8859-6: x-ignore *documentFonts.charset*iso8859-7: iso-8859-7 *documentFonts.charset*iso8859-8: x-ignore *documentFonts.charset*iso8859-9: iso-8859-9 *documentFonts.charset*iso8859-adobe: x-ignore *documentFonts.charset*itc zapf dingbats.adobe-fontspecific: x-ignore *documentFonts.charset*itc zapfdingbats.sun-fontspecific: x-ignore *documentFonts.charset*jisx0201-romankana: x-ignore *documentFonts.charset*jisx0201.1976-0: jis_x0201 *documentFonts.charset*jisx0201.1976-1: jis_x0201 *documentFonts.charset*jisx0208-kanji00: x-ignore *documentFonts.charset*jisx0208-kanji11: x-ignore *documentFonts.charset*jisx0208.1983-0: jis_x0208-1983 *documentFonts.charset*jisx0208.1983-1: x-jisx0208-11 *documentFonts.charset*jisx0208.1990-0: jis_x0208-1983 *documentFonts.charset*jisx0212.1990-0: jis_x0212-1990 *documentFonts.charset*jisx0212.1990-ocmp.1992: jis_x0212-1990 *documentFonts.charset*koi8-1: koi8-r *documentFonts.charset*koi8-r: koi8-r *documentFonts.charset*ks-roman: x-ignore *documentFonts.charset*ksc5601.1987-0: ks_c_5601-1987 *documentFonts.charset*ksc5601.1987-1: x-ksc5601-11 *documentFonts.charset*misc-fontspecific: x-ignore *documentFonts.charset*necjisx0208.1983-0: x-ignore *documentFonts.charset*novanet-1: x-ignore *documentFonts.charset*nwp-h: x-ignore *documentFonts.charset*pimai.adobe-fontspecific: x-ignore *documentFonts.charset*rksj-h: x-ignore *documentFonts.charset*screen.sun-fontspecific: x-ignore *documentFonts.charset*sgi-fontspecific: x-ignore *documentFonts.charset*shiftjis-0: x-ignore *documentFonts.charset*sunolcursor-1: x-ignore *documentFonts.charset*sunolglyph-1: x-ignore *documentFonts.charset*symbol.adobe-fontspecific: x-ignore *documentFonts.charset*symbol.sun-fontspecific: x-ignore *documentFonts.charset*tis620.2533-1: x-ignore *documentFonts.charset*wp-symbol: x-ignore *documentFonts.charset*zapfdingbats.adobe-fontspecific: x-ignore ! There are 7 font sizes, 1 thru 7. The default font is 3, and the others ! are based on this. The default increment is 20%, which means that the 4 ! is 20% larger than the 3, the 5 is 40% larger, and so on. ! *documentFonts.sizeIncrement: 20 ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the ! same fonts in their font path, and, to make matters even worse, they have ! the 75 before the 100 even if their monitor is around 100 DPI. The ! following is provided so that these people can hack their fonts without ! having to correct their font path. ! ! To correct your font path, take a look at ! http://home.netscape.com/assist/support/client/tn/unix/10305.html ! which is a Technical Note linked from Help->Frequently Asked Questions. ! ! The last part of the left hand side (iso-8859-1) is the MIME charset ! corresponding to the X11 font charset (see above). ! ! To use e.g. 100 DPI fonts, change the final "*" to "100". ! *documentFonts.xResolution*iso-8859-1: * *documentFonts.yResolution*iso-8859-1: * ! ============================================================================ ! Fonts used for printing. ! ============================================================================ ! ! psname is the full PostScript font name ! pscode is the character encoding used in the PostScript font ! pswidth is the PostScript width per character, only useful for "square" ! fonts such as those found in East Asia ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape ! and cannot be changed. ! !*documentFonts.latin1.variable.normal*psname: Times-Roman !*documentFonts.latin1.variable.bold*psname: Times-Bold !*documentFonts.latin1.variable.italic*psname: Times-Italic !*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic !*documentFonts.latin1.fixed.normal*psname: Courier !*documentFonts.latin1.fixed.bold*psname: Courier-Bold !*documentFonts.latin1.fixed.italic*psname: Courier-Oblique !*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique !*documentFonts.latin1*pscode: iso-8859-1 !*documentFonts.latin1*pswidth: * ! Netscape does not differentiate between variable and fixed, and between ! normal, bold, italic and boldItalic for the following East Asian fonts. ! ! The charset fields are the charset names corresponding to the available ! locales (e.g. for Japan, that would be x-euc-jp and shift_jis). ! *documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H *documentFonts.x-euc-jp*pscode: shift_jis *documentFonts.x-euc-jp*pswidth: 1000 *documentFonts.shift_jis*psname: Ryumin-Light-RKSJ-H *documentFonts.shift_jis*pscode: shift_jis *documentFonts.shift_jis*pswidth: 1000 *documentFonts.euc-kr*psname: SMgoJ *documentFonts.euc-kr*pscode: euc-kr *documentFonts.euc-kr*pswidth: 1000 !*documentFonts.gb2312*psname: ??? !*documentFonts.gb2312*pscode: ??? !*documentFonts.gb2312*pswidth: ??? !*documentFonts.x-euc-tw*psname: ??? !*documentFonts.x-euc-tw*pscode: ??? !*documentFonts.x-euc-tw*pswidth: ??? ! ! Navigator mouse documentation. ! *tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* Netscape*tipLabel.background: #FFFFCC Netscape*tipLabel.foreground: Black Netscape*tipShell.borderColor: Black Netscape*tipShell.borderWidth: 1 ! ! Browser documentation and tip strings ! ! Navigator/File menu *openBrowser.documentationString: Start New Browser Window *editorNew.documentationString: Create a new document *editorNewBlank.documentationString: Create a new blank document *editorNewTemplate.documentationString: \ Create a new document using a template document *editorNewWizard.documentationString: \ Create a new document using New Page Wizard at Netscape Web site *editDocument.documentationString: Edit document in a new editor window *openURL.documentationString: Open a networked document *openFile.documentationString: Open a local document *editorOpenFile.documentationString: Open a local file to edit *saveAs.documentationString: Save the current document *uploadFile.documentationString: Upload (send) a file to this FTP directory *mailNew.documentationString: Compose new message *mailto.documentationString: Mail the current document *print.documentationString: Print the current document *delete.documentationString: Close the current window *quit.documentationString: Close all windows and quit Netscape ! Navigator/Edit menu *undo.documentationString: Undo the last change *redo.documentationString: Redo the last undone change *cut.documentationString: \ Cut the selection and put it on the clipboard *copy.documentationString: \ Copy the selection and put it on the clipboard *paste.documentationString: Paste clipboard contents *find.documentationString: \ Search for text in the current document *findAgain.documentationString: Repeat last find... ! Navigator/View menu *reload.documentationString: Reload current document *reloadFrame.documentationString: Reload current frame cell *loadImages.documentationString: Load images in the current document *refresh.documentationString: Redraw the current document *source.documentationString: View the source of the current document *docInfo.documentationString: \ Display information about the current document *frameSource.documentationString: View the source of the current frame cell *frameInfo.documentationString: Information about the current frame cell ! Navigator/Go menu *back.documentationString: Return to previous document in history list *forward.documentationString: \ Move forward to next document in history list *home.documentationString: \ Go to the Home page specified in General Preferences *abort.documentationString: Interrupt the current transfer ! Navigator/Bookmarks menu *addBookmark.documentationString: \ Add the current document to the bookmark list ! Navigator/Options menu *generalPrefs.documentationString: Modify general program configuration *editorPrefs.documentationString: Modify editor configuration *mailNewsPrefs.documentationString: Modify mail and news configuration *networkPrefs.documentationString: Modify networking configuration *securityPrefs.documentationString: Modify security and java configuration *showMenubar.documentationString: Show or hide the menubar *showToolbar.documentationString: Show or hide the toolbar *showURL.documentationString: Show or hide the location bar *showDirectoryButtons.documentationString: Show those wonderful starter buttons *showJavaConsole.documentationString: Show or hide the Java console *showSecurityBar.documentationString: Show or hide the security color bar *autoLoadImages.documentationString: Automatically load inlined images *docEncoding*documentationString: Set document encoding *saveOptions.documentationString: Save options to preferences file ! Navigator/Directory menu *netscape.documentationString: \ Netscape Communications Corporation Home Page !*sgi.documentationString: Silicon Graphics, Inc. Home Page !*adobe.documentationString: Adobe Systems, Inc. Home Page *whatsNew.documentationString: What's New on the net *whatsCool.documentationString: Cool sites on the net *galleria.documentationString: Netscape Galleria *inetIndex.documentationString: Exploring the Net *inetSearch.documentationString: Internet Search *inetWhite.documentationString: People and Places *inetAbout.documentationString: About the Internet ! Navigator/Window menu *openMail.documentationString: Open the mail reading window *openNews.documentationString: Open the news reading window !*siteManager.documentationString: Pop-up Site Manager window *editAddressBook.documentationString: Open the address book *viewBookmark.documentationString: Bring up the bookmark window *viewHistory.documentationString: Popup the history window !*windowButton.documentationString: Switch to named document window ! Navigator/Help menu *about.documentationString: \ Display program information, version number and copyright *aboutplugins.documentationString: Information about plugins *registration.documentationString: \ Product registration and support information *upgrade.documentationString: \ Information about Netscape software and upgrades !*webStarter.documentationString: \ Information and links to resources for new web publishers *manual.documentationString: Online Version of the manual *relnotes.documentationString: \ Information about the version of Netscape you are running *faq.documentationString: Answers to common questions *aboutSecurity.documentationString: Information about Netscape's security *feedback.documentationString: \ Instructions on how to give feedback about Netscape *support.documentationString: \ Instructions on getting support for Netscape *howTo.documentationString: How to create Web services ! Navigator/Toolbar (tip strings and special documentation strings) *back.tipString: Previous document *forward.tipString: Next document *home.tipString: Go to the Home page *editDocument.tipString: Edit document *reload.tipString: Reload current document *loadImages.tipString: Load Images in current document *openURL.tipString: Open a networked document *print.tipString: Print the current document *find.tipString: Search in current document *abort.tipString: Interrupt the current transfer ! Same as Help/about menu item *logo.documentationString: \ Netscape Communications Corporation home page *logo.tipString: Go to Netscape ! Navigatpr/Dashboard *docinfoLabel.documentationString: \ Security indicator, document is secure when doorkey is unbroken *docinfoLabel.tipString: Security Indicator *biffButton.documentationString: Launch mail window, and check for new mail *biffButton.tipString: Check Mail ! Editor/File menu (additonal items) *Editor*editorNewBlank.documentationString: Create a new blank document *editorBrowse.documentationString: Open Browser window with current document *Editor*editorOpenFile.documentationString: Open a local file to edit *Editor*save.documentationString: Save the current document *Editor*saveAs.documentationString: Save the current document with a new name *publish.documentationString: \ Upload current file or directory to a server for public viewing ! Editor/Edit menu (additonal items) *deleteItem.documentationString: Delete the current selection or next item *selectAll.documentationString: Select the entire document *selectTable.documentationString: Select the entire table *deleteTable.documentationString: Delete table at current caret location *deleteRow.documentationString: Delete a row in the table *deleteColumn.documentationString: Delete a column in the table *deleteCell.documentationString: Delete a cell (row and column) in the table *removeLinks.documentationString: \ Remove link at caret or all links within selected region ! Editor/View menu (additonal items) *editSource.documentationString: Edit document file with another program *paragraphMarks.documentationString: Display graphic at end of each paragraph *displayTables.documentationString: Display tables in the current document ! Editor/Insert menu (additonal menu) *insertLink.documentationString: \ Insert a new link at caret or create a link to the selected text or image *insertTarget.documentationString: Insert a Target (Named Anchor) at caret *insertImage.documentationString: Insert Image at current cursor location *insertHorizontalLine.documentationString: \ Insert Horizontal Line at current cursor location *insertHtmlTag.documentationString: \ Insert an arbitrary HTML Tag at cursor location *insertTable.documentationString: Insert table at current caret location *insertRow.documentationString: Insert a new row in the table *insertColumn.documentationString: Insert a new column in the table *insertCell.documentationString: \ Insert a new cell (row and column) in the table *insertNewLineBreak.documentationString: Insert break to continue text on a new line *insertBreakBelow.documentationString: \ Insert break to continue text below the image *insertNonBreaking.documentationString: \ Insert a non-breaking space character at cursor location ! Editor/Properties menu (additonal menu) *textProperties.documentationString: Change character, paragraph, and link properties *linkProperties.documentationString: Change link properties *targetProperties.documentationString: Change target (Named Anchor) properties *imageProperties.documentationString: Change image properities *tableProperties.documentationString: Change table, row, and cell properties *hruleProperties.documentationString: Change horizontal line properities *tagProperties.documentationString: Change HTML tag properties *documentProperties.documentationString: \ Change document properties *bold.documentationString: Set the style to Bold *italic.documentationString: Set the style to Italic *underline.documentationString: Set the style to Underlined *fixed.documentationString: Set the style to Fixed Width *superscript.documentationString: Set the style to Superscript *subscript.documentationString: Set the style to Subscript *strikethrough.documentationString: Set the style to Strikethrough *blink.documentationString: Set the style to Blinking *textColor.documentationString: Change font color *defaultColor.documentationString: Change to default font color *serverJavaScript.documentationString: Set character style to type Server Java Script text *clientJavaScript.documentationString: Set character style to type Client Java Script text *clearAllStyles.documentationString: \ Clear all character styles and the link attribute *fontSize*documentationString: Change font size *paragraphProperties.indent.documentationString: \ Increase indent of paragraph one level *paragraphProperties.outdent.documentationString: \ Decrease indent of paragraph one level *paragraphProperties*documentationString: \ Change paragraph or heading style ! Editor/Options menu (additional items) *Editor*showToolbar.documentationString: Show or hide the file/edit toolbar *showCharacter.documentationString: Show or hide character toolbar *showParagraph.documentationString: Show or hide paragraph toolbar ! Editor/Toolbar *editorNewBlank.tipString: New Document *editorOpenFile.tipString: Open File *save.tipString: Save *editorBrowse.tipString: View in Browser *cut.tipString: Cut *copy.tipString: Copy *paste.tipString: Paste *publish.tipString: Publish Document *charSizeShrink.documentationString: Decrease font size 1 unit *charSizeShrink.tipString: Decrease Font Size *charSizeGrow.documentationString: Increase font size 1 unit *charSizeGrow.tipString: Increase Font Size *fontSize.documentationString: Set font size *fontSize.tipString: Set Font Size !*bold.documentationString: Set the style to Bold *bold.tipString: Bold !*italic.documentationString: Set the style to Italic *italic.tipString: Italic !*fixed.documentationString: Set the style to Fixed Width *fixed.tipString: Fixed Width !*textColor.documentationString: Change or edit current font color *textColor.tipString: Font Color *makeLink.documentationString: \ Make link to highlighted text, change existing link(s), or insert new link *makeLink.tipString: Make Link *clearAllStyles.tipString: Clear All Styles *insertTarget.documentationString: Insert a Target (Named Anchor) *insertTarget.tipString: Insert Target (Named Anchor) *insertImage.documentationString: Insert Image at current cursor location *insertImage.tipString: Insert Image *insertHorizontalLine.documentationString: \ Insert Horizontal Line at current cursor location *insertHorizontalLine.tipString: Insert Horizontal Line !*insertTable.documentationString: Insert table at current caret location *insertTable.tipString: Insert Table *objectProperties.documentationString: \ Change Properties of object at caret position *objectProperties.tipString: Object Properties *paragraphProperties.documentationString: Change paragraph or heading style *paragraphProperties.tipString: Change Paragraph style *insertBulleted.documentationString: \ Start, change to, or clear an unnumbered (bulleted) list *insertBulleted.tipString: Bullet List *insertNumbered.documentationString: \ Start, change to, or clear a numbered list *insertNumbered.tipString: Numbered List *indent.documentationString: \ Increase indent of paragraph one level *indent.tipString: Increase Indent *outdent.documentationString: \ Decrease indent of paragraph one level *outdent.tipString: Decrease Indent *alignLeft.documentationString: Align to left margin *alignLeft.tipString: Align Left *alignCenter.documentationString: Center between margins *alignCenter.tipString: Align Center *alignRight.documentationString: Align to right margin *alignRight.tipString: Align Right ! Editor/Popups (additional items) *browseLink.documentationString: Browse this link *editLink.documentationString: Open this link in a new editor window *bookmarkLink.documentationString: Add this link to the bookmark list *copyLink.documentationString: Copy this link to the clipboard *removeLink.documentationString: \ Remove link at caret or all links within selected region ! Mail/File menu (additional items) *newFolder.documentationString: Create a new mail folder *openFolder.documentationString: Open a new mail folder *saveMessageAs.documentationString: \ Save a copy of the selected message or messages *deliverQueuedMessages.documentationString: Deliver any queued messages *emptyTrash.documentationString: Permanently delete all messages in Trash *compressFolder.documentationString: Remove deleted messages from folder ! Mail/Edit menu (additional items) *deleteMessage.documentationString: Move the current message to the Trash *deleteFolder.documentationString: Permanently delete the selected folder *selectThread.documentationString: \ Select all messages in this thread or folder *selectMarkedMessages.documentationString: \ Select all flagged messages in this folder *selectAllMessages.documentationString: Select all messages ! Mail/View menu (additional items) *reSort.documentationString: Resort *threadMessages.documentationString: Thread messages *sortBackward.documentationString: \ Set the folder's sort order: ascending or descending *sortByDate.documentationString: Sort by date *sortBySubject.documentationString: Sort by subject *sortBySender.documentationString: Sort by sender *sortByMessageNumber.documentationString: Sort bu message number *rot13Message.documentationString: Unscramble naughty jokes *wrapLongLines.documentationString: Wrap long lines *attachmentsInline.documentationString: \ Mail attachments are viewed as inline objects *attachmentsAsLinks.documentationString: Attachments are presented as links ! Mail/Message menu (additional items) *replyToSender.documentationString: Reply to sender of message *replyToAll.documentationString: Reply to sender and all recipients of message *forwardMessage.documentationString: Forward message *forwardMessageQuoted.documentationString: \ Forward the current message as quoted text *markSelectedRead.documentationString: Mark message as read *markSelectedUnread.documentationString: Mark message as unread *markSelectedMessages.documentationString: \ Flag the currently selected message or messages *unmarkSelectedMessages.documentationString: \ Unflag the currently selected message or messages *editAddress.documentationString: \ Add the sender of this message to the address book *moveMessagesInto*documentationString: \ Move selected message or messages to this folder *copyMessagesInto*documentationString: \ Copy selected message or messages to this folder ! Mail/Go menu (additional items) *nextMessage.documentationString: View the next message *previousMessage.documentationString: View the previous message *firstUnreadMessage.documentationString: Go to the next unread message *nextUnreadMessage.documentationString: \ Go to the next unread message *previousUnreadMessage.documentationString: \ View previous unread message *firstMarkedMessage.documentationString: Go to the first flagged message *nextMarkedMessage.documentationString: Go to the next flagged message *previousMarkedMessage.documentationString: Go to the previous flagged message ! Mail/Options menu (additional items) *showAllMessages.documentationString: Show all messages *showOnlyUnread.documentationString: \ Show only messages which have not yet been read *showAllHeaders.documentationString: \ Show all message header fields *showSomeHeaders.documentationString: \ Show some message header fields *showMicroHeaders.documentationString: \ Show brief message header fields ! Mail/Toolbar *getNewMail.documentationString: Check for new mail *getNewMail.tipString: Get new mail *deleteMessage.tipString: Delete message *mailNew.tipString: Compose new message *replyToSender.tipString: Reply to author *replyToAll.tipString: Reply to all recipients *forwardMessage.tipString: Forward message *previousUnreadMessage.tipString: Previous unread *nextUnreadMessage.tipString: Next unread ! Composition/Edit menu (additional items) *pasteQuote.documentationString: Insert clipboard contents in quoted form *clear.documentationString: Erase the selection *clearAllText.documentationString: Erase everything *selectAllText.documentationString: Select the entire document *rot13.documentationString: Rotate message text by 13 characters ! Composition/View menu (additional items) *showFrom.documentationString: Show the mail-from field *showReplyTo.documentationString: Show reply-to field *showTo.documentationString: Show mail-to field *showCC.documentationString: Show the Carbon-Copy field *showBCC.documentationString: Show the Blind-Carbon-Copy field *showFCC.documentationString: Show the copy file location field *showPostTo.documentationString: Show the Post-to-newsgroup field *showFollowupTo.documentationString: Show the Send-followups-to field *showSubject.documentationString: Show the subject field *showAttachments.documentationString: Show the attachments field *wrapLines.documentationString: Wrap lines longer than 72 characters ! Composition/Options menu (additional items) *deliverNow.documentationString: Send messages immediately *deliverLater.documentationString: Defer sending messages until later ! Compose/Toolbar *sendOrSendLater.documentationString: Send the current message *sendOrSendLater.tipString: Send Message *quoteMessage.documentationString: \ Paste the text of the original document in quoted form *quoteMessage.tipString: Quote Original *attachFile.documentationString: \ Attach a file to the current message *attachFile.tipString: Attach File(s) !*editAddressBook.documentationString: Open the address book *editAddressBook.tipString: Addresses ! News/File menu (additional items) *postNew.documentationString: Post new message *openNewsHost.documentationString: Add a new host to the news host list *deleteNewsHost.documentationString: Remove a host from the news list *addNewsgroup.documentationString: Subscribe to an individual news group *getMoreMessages.documentationString: Get another group of messages ! News/Edit menu (additional items) *cancelMessage.documentationString: \ Remove the selected message from the newsgroup ! News/Message menu (additional items) *postReply.documentationString: Reply to newsgroup *postAndMailReply.documentationString: \ Post message to newsgroup and reply to author *replyToSender.documentationString: Reply to sender of message *markThreadRead.documentationString: Mark all messages in thread read *markAllRead.documentationString: Mark all messages in newsgroup read ! News/Options menu (additional items) *showSubscribedNewsGroups.documentationString: \ Show all newsgroups that you are subscribed to *showActiveNewsGroups.documentationString: \ Show newsgroups with unread messages *showAllNewsGroups.documentationString: \ Show all newsgroups on this news host *checkNewNewsGroups.documentationString: \ Show new newgroups for this news host *addFromNewest.documentationString: \ Get More Messages will get most recent messages *addFromOldest.documentationString: Get More Messages will get oldest messages ! News/Toolbar *postNew.tipString: Post new message *postReply.tipString: Post reply *postAndMailReply.tipString: Post and mail reply *markThreadRead.tipString: Mark thread read *markAllRead.tipString: Mark all read ! This table maps the host's locale names to MIME charsets. ! Only some of these locales are supported. ! *localeCharset*C: iso-8859-1 *localeCharset*POSIX: iso-8859-1 *localeCharset*cs_CZ.ISO8859-2: iso-8859-2 *localeCharset*cs_CZ: iso-8859-2 *localeCharset*da_DK.ISO8859-1: iso-8859-1 *localeCharset*de_CH.ISO8859-1: iso-8859-1 *localeCharset*de_DE.ISO8859-1: iso-8859-1 *localeCharset*el_GR.ISO8859-7: iso-8859-7 *localeCharset*en_GB.ISO8859-1: iso-8859-1 *localeCharset*en_US.ISO8859-1: iso-8859-1 *localeCharset*es_ES.ISO8859-1: iso-8859-1 *localeCharset*fi_FI.ISO8859-1: iso-8859-1 *localeCharset*fr_BE.ISO8859-1: iso-8859-1 *localeCharset*fr_CA.ISO8859-1: iso-8859-1 *localeCharset*fr_CH.ISO8859-1: iso-8859-1 *localeCharset*fr_FR.ISO8859-1: iso-8859-1 *localeCharset*hu_HU.ISO8859-2: iso-8859-2 *localeCharset*hu_HU: iso-8859-2 *localeCharset*is_IS.ISO8859-1: iso-8859-1 *localeCharset*it_IT.ISO8859-1: iso-8859-1 *localeCharset*iw_IL.ISO8859-8: iso-8859-8 *localeCharset*iw_IL: iso-8859-8 *localeCharset*ja_JP.SJIS: shift_jis *localeCharset*ja_JP.deckanji: x-euc-jp *localeCharset*ja_JP.eucJP: x-euc-jp *localeCharset*ja_JP.sdeckanji: x-euc-jp *localeCharset*ja_JP: x-euc-jp *localeCharset*ko_KR.deckorean: euc-kr *localeCharset*ko_KR.eucKR: euc-kr *localeCharset*ko_KR: euc-kr *localeCharset*nl_BE.ISO8859-1: iso-8859-1 *localeCharset*nl_NL.ISO8859-1: iso-8859-1 *localeCharset*no_NO.ISO8859-1: iso-8859-1 *localeCharset*pl_PL.ISO8859-2: iso-8859-2 *localeCharset*pl_PL: iso-8859-2 *localeCharset*pt_PT.ISO8859-1: iso-8859-1 *localeCharset*ru_RU.ISO8859-5: iso-8859-5 *localeCharset*ru_RU: iso-8859-5 *localeCharset*sk_SK.ISO8859-2: iso-8859-2 *localeCharset*sk_SK: iso-8859-2 *localeCharset*sv_SE.ISO8859-1: iso-8859-1 *localeCharset*th_TH.TACTIS: x-tactis *localeCharset*th_TH: x-tactis *localeCharset*tr_TR.ISO8859-9: iso-8859-9 *localeCharset*zh_CN.dechanzi: gb2312 *localeCharset*zh_CN.dechanzi@pinyin: gb2312 *localeCharset*zh_CN.dechanzi@radical: gb2312 *localeCharset*zh_CN.dechanzi@stroke: gb2312 *localeCharset*zh_CN: gb2312 *localeCharset*zh_HK.big5: big5 *localeCharset*zh_HK.dechanyu: x-euc-tw *localeCharset*zh_HK.dechanzi: gb2312 *localeCharset*zh_HK.eucTW: x-euc-tw *localeCharset*zh_TW.big5: big5 *localeCharset*zh_TW.big5@chuyin: big5 *localeCharset*zh_TW.big5@radical: big5 *localeCharset*zh_TW.big5@stroke: big5 *localeCharset*zh_TW.dechanyu: x-euc-tw *localeCharset*zh_TW.dechanyu@chuyin: x-euc-tw *localeCharset*zh_TW.dechanyu@radical: x-euc-tw *localeCharset*zh_TW.dechanyu@stroke: x-euc-tw *localeCharset*zh_TW.eucTW: x-euc-tw *localeCharset*zh_TW.eucTW@chuyin: x-euc-tw *localeCharset*zh_TW.eucTW@radical: x-euc-tw *localeCharset*zh_TW.eucTW@stroke: x-euc-tw *localeCharset*zh_TW: x-euc-tw ! OS-dependent font charset mappings ! *documentFonts.charset*cns11643-0: x-cns11643-1 *documentFonts.charset*cns11643-1: x-cns11643-2 *documentFonts.charset*cns11643-2: x-ignore ! English strings are built into the binary