! Insert copyright and license here 1994 ! Netscape.ad --- app-defaults file for Netscape 4.75. ! ! Bugs and commentary to x_cbug@netscape.com. ! Created: Jamie Zawinski , 23-Jun-94. ! Modified: dp Suresh , 01-Aug-95 ! Modified: snpf , 23-Sep-96 ! ! ========================================================== ! 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. ! Language localization: *versionLocale: ja ! SGI only: Here's how you turn on SGI's Motif hacks: !!Netscape*sgiMode: True ! SGI only: Use enhanced file selection UI in SGI Motif !*useEnhancedFSB: True ! SGI Only: Use base color scheme: !Netscape*scheme: Base !Netscape*useSchemes: Colors ! This resource enables some hacks to the File Selection Box ! which use a simpler layout algorithm than the standard Motif ! code. The directory and file listings are always maintained ! as equal size. We don't do this for SGI, as they have solved ! the problem. See *useEnhancedFSB above. *nsMotifFSBHacks: True ! This resource enables the CDE mode of the File Selection Box. ! You must be running a CDE enhanced Motif library for this ! option to work. This resource will apply pathMode=1 to the ! File Selection Box. If you specify nsMotifFSBHacks and ! nsMotifFSBCdeMode, some of the keyboard and filter enhancements ! of nsMotifFSBHacks will also be applied, the layout hacks will not. *nsMotifFSBCdeMode: False !*nsMotifFSBCdeMode: True ! SCO Only: 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 ! Some motif versions have a XmDragOverShell (called "dragOver") ! widget which has a XmNinstallColormap resource. Force it to false here ! so that there is no conflict with the "*installColormap: Guess" stuff. *dragOver*installColormap: False ! 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 ! 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 ! By default, the geometries of components (browsers, mail, address book, etc) ! are saved in ~/.netscape/preferences.js. If this pisses you off, uncomment ! the following line and Netscape will not remember component geometries. ! ! Equivalent to using the '-dont-save-geometry-prefs' startup flag. ! !*dontSaveGeometryPrefs: True ! Uncomment the following line to ignore any geometry preferences that ! might have been saved. ! ! Equivalent to using the '-ignore-geometry-prefs' startup flag. ! !*ignoreGeometryPrefs: True ! Uncomment the following line to bypass the startup licence page. ! ! Equivalent to using the '-no-about-splash' startup flag. ! !*noAboutSplash: True ! Netscape supports session management by default. Uncomment the following ! line to force it off. ! ! Equivalent to using the '-session-management' ! '-no-session-management' startup flags. ! !*sessionManagement: False ! Different platforms deal with session management in fundamentally ! different ways. Toggle this resource if you experience session ! management problems. ! ! IRIX session management is on by default only on SGI systems. It is also ! available on other platforms and might work with session managers other ! than the IRIX desktop. To use session management as the IRIX desktop ! expects it, uncomment the following line. ! ! Equivalent to using the '-irix-session-management' ! '-no-irix-session-management' startup flags. ! !*irixSessionManagement: True ! Uncomment the following line to ignore the alwaysraised, alwayslowered, ! and z-lock JavaScript window.open() attributes. By default, Netscape will ! try to force the window stacking to match these attributes. If you think ! this is the ultimate fascism, uncomment the following line. ! ! Equivalent to using the '-dont-force-window-stacking' startup flag. ! !*dontForceWindowStacking: True ! Colors ! ! This resource controls the foreground text color of unfollowed links ! (links which have not yet been visited.) ! *linkForeground: #0000FF ! This resource controls the foreground text color of followed links ! (links which have already been visited.) ! *vlinkForeground: #990066 ! 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: =600x900-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 ~Ctrl ~Shifta: xfeDoCommand(selectAll) \n\ Alt ~Ctrl ~Shifta: xfeDoCommand(selectAll) \n\ Meta ~CtrlB: xfeDoCommand(openBookmarks) \n\ Alt ~CtrlB: xfeDoCommand(openBookmarks) \n\ Meta ~CtrlC: xfeDoCommand(copy) \n\ Alt ~CtrlC: xfeDoCommand(copy) \n\ Meta ~CtrlD: undefined-key() \n\ Alt ~CtrlD: undefined-key() \n\ Meta ~CtrlE: undefined-key() \n\ Alt ~CtrlE: undefined-key() \n\ Meta ~Ctrl ~Shiftf: undefined-key() \n\ Alt ~Ctrl ~Shiftf: undefined-key() \n\ Meta ~CtrlG: undefined-key() \n\ Alt ~CtrlG: undefined-key() \n\ Meta ~CtrlH: xfeDoCommand(openHistory) \n\ Alt ~CtrlH: xfeDoCommand(openHistory) \n\ Meta ~CtrlI: undefined-key() \n\ Alt ~CtrlI: undefined-key() \n\ Meta ~CtrlJ: undefined-key() \n\ Alt ~CtrlJ: undefined-key() \n\ Meta ~CtrlK: xfeDoCommand(addBookmark) \n\ Alt ~CtrlK: xfeDoCommand(addBookmark) \n\ Meta ~CtrlL: undefined-key() \n\ Alt ~CtrlL: undefined-key() \n\ Meta ~Ctrlm: xfeDoCommand(composeMessage) \n\ Alt ~Ctrlm: xfeDoCommand(composeMessage) \n\ Meta ~Ctrl ~Shiftn: xfeDoCommand(openBrowser) \n\ Alt ~Ctrl ~Shiftn: xfeDoCommand(openBrowser) \n\ Meta ~Ctrl Shiftn: xfeDoCommand(newBlank) \n\ Alt ~Ctrl Shiftn: xfeDoCommand(newBlank) \n\ Meta ~CtrlO: undefined-key() \n\ Alt ~CtrlO: undefined-key() \n\ Meta ~CtrlP: undefined-key() \n\ Alt ~CtrlP: undefined-key() \n\ Meta ~CtrlQ: xfeDoCommand(exit) \n\ Alt ~CtrlQ: xfeDoCommand(exit) \n\ Meta ~CtrlR: undefined-key() \n\ Alt ~CtrlR: undefined-key() \n\ Meta ~CtrlS: xfeDoCommand(saveAs) \n\ Alt ~CtrlS: xfeDoCommand(saveAs) \n\ Meta ~CtrlT: undefined-key() \n\ Alt ~CtrlT: undefined-key() \n\ Meta ~CtrlU: xfeDoCommand(viewPageSource)\n\ Alt ~CtrlU: xfeDoCommand(viewPageSource)\n\ Meta ~CtrlV: xfeDoCommand(paste) \n\ Alt ~CtrlV: xfeDoCommand(paste) \n\ Meta ~CtrlW: xfeDoCommand(close) \n\ Alt ~CtrlW: xfeDoCommand(close) \n\ Meta ~CtrlX: xfeDoCommand(cut) \n\ Alt ~CtrlX: xfeDoCommand(cut) \n\ Meta ~CtrlY: xfeDoCommand(paste) \n\ Alt ~CtrlY: xfeDoCommand(paste) \n\ Meta ~CtrlZ: undefined-key() \n\ Alt ~CtrlZ: undefined-key() \n\ \ Meta ~Ctrl ~Shift1: xfeDoCommand(openOrBringUpBrowser) \n\ Alt ~Ctrl ~Shift1: xfeDoCommand(openOrBringUpBrowser) \n\ Meta ~Ctrl Shift1: xfeDoCommand(openFolders) \n\ Alt ~Ctrl Shift1: xfeDoCommand(openFolders) \n\ Meta ~Ctrl ~Shift2: xfeDoCommand(openInbox) \n\ Alt ~Ctrl ~Shift2: xfeDoCommand(openInbox) \n\ Meta ~Ctrl Shift2: xfeDoCommand(openAddrBook) \n\ Alt ~Ctrl Shift2: xfeDoCommand(openAddrBook) \n\ Meta ~Ctrl3: xfeDoCommand(openEditor) \n\ Alt ~Ctrl3: xfeDoCommand(openEditor) \n\ Meta ~Ctrl4: xfeDoCommand(openCalendar) \n\ Alt ~Ctrl4: xfeDoCommand(openCalendar) \n\ Meta ~Ctrl5: xfeDoCommand(openConference) \n\ Alt ~Ctrl5: xfeDoCommand(openConference) \n\ Meta ~Ctrl7: xfeDoCommand(openRadio) \n\ Alt ~Ctrl7: xfeDoCommand(openRadio) \n\ \ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n\ \ ~Meta ~Alt ~CtrlSunCopy: xfeDoCommand(copy) \n\ ~Meta ~Alt ~CtrlSunPaste: xfeDoCommand(paste) \n\ ~Meta ~Alt ~CtrlSunCut: xfeDoCommand(cut) \n\ \ ~Meta ~Alt ~Ctrl ~ShiftosfHelp: xfeDoCommand(manual) \n ! These used to be up above. ! Meta ~CtrlZ: undo() \n\ ! Alt ~CtrlZ: undo() \n\ ! These keysyms are apparently an R6ism. ! ~Meta ~Alt ~CtrlKP_Prior: PageUp() \n\ ! ~Meta ~Alt ~CtrlKP_Next: PageDown() \n\ ! Translations in the Navigator window. *browserGlobalTranslations: #override \ Meta ~Ctrl ~Shiftf: xfeDoCommand(findInObject) \n\ Alt ~Ctrl ~Shiftf: xfeDoCommand(findInObject) \n\ Meta ~Ctrl ~Shiftg: xfeDoCommand(findAgain) \n\ Alt ~Ctrl ~Shiftg: xfeDoCommand(findAgain) \n\ Meta ~Ctrl ~Shifti: xfeDoCommand(showImages) \n\ Alt ~Ctrl ~Shifti: xfeDoCommand(showImages) \n\ Meta ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Alt ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Meta ~CtrlL: xfeDoCommand(openPage) \n\ Alt ~CtrlL: xfeDoCommand(openPage) \n\ Meta ~Ctrl ~Shifto: xfeDoCommand(openPage) \n\ Alt ~Ctrl ~Shifto: xfeDoCommand(openPage) \n\ Meta ~Ctrl Shifto: xfeDoCommand(openPageChooseFile) \n\ Alt ~Ctrl Shifto: xfeDoCommand(openPageChooseFile) \n\ Meta ~CtrlP: xfeDoCommand(print) \n\ Alt ~CtrlP: xfeDoCommand(print) \n\ Meta ~CtrlR: xfeDoCommand(reload) \n\ Alt ~CtrlR: xfeDoCommand(reload) \n\ Meta ~Ctrlbraceleft: xfeDoCommand(decreaseFont) \n\ Alt ~Ctrlbraceleft: xfeDoCommand(decreaseFont) \n\ Meta ~Ctrlbraceright: xfeDoCommand(increaseFont) \n\ Alt ~Ctrlbraceright: xfeDoCommand(increaseFont) \n\ \ Meta ~CtrlosfLeft: xfeDoCommand(back) \n\ Alt ~CtrlosfLeft: xfeDoCommand(back) \n\ Meta ~CtrlosfRight: xfeDoCommand(forward) \n\ Alt ~CtrlosfRight: xfeDoCommand(forward) \n\ Escape: xfeDoCommand(stopLoading) \n\ osfCancel: xfeDoCommand(stopLoading) \n ! Translations in the Mail & News window. ! Things here override the global translations (which are loaded first.) ! This changes: ! 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+Shift+R for "Reply to All" ! Alt+D for "Delete Message" ! Alt+Y 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 \ : xfeDoPopup() \n\ Meta ~CtrlD: xfeDoCommand(deleteFolder) \n\ Alt ~CtrlD: xfeDoCommand(deleteFolder) \n\ Meta ~CtrlH: xfeDoCommand(deliverQueuedMessages) \n\ Alt ~CtrlH: xfeDoCommand(deliverQueuedMessages) \n\ Meta ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Alt ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Meta ~CtrlK: xfeDoCommand(compressFolders) \n\ Alt ~CtrlK: xfeDoCommand(compressFolders) \n\ Meta ~CtrlO: xfeDoCommand(openSelected) \n\ Alt ~CtrlO: xfeDoCommand(openSelected) \n\ Meta ~CtrlT: xfeDoCommand(getNewMessages) \n\ Alt ~CtrlT: xfeDoCommand(getNewMessages) \n\ Meta ~CtrlZ: xfeDoCommand(undo)\n\ Alt ~CtrlZ: xfeDoCommand(undo)\n\ osfUndo: xfeDoCommand(undo)\n\ Escape: xfeDoCommand(stopLoading)\n ! Translations in the MailNews message and threads windows ! These override globalTranslations. *messagewinGlobalTranslations: #override \ : xfeDoPopup() \n\ Alt ~Ctrl Shifta: xfeDoCommand(selectThread)\n\ Meta ~Ctrl Shifta: xfeDoCommand(selectThread)\n\ Alt Shift ~Ctrlc: xfeDoCommand(markAllMessagesRead)\n\ Meta Shift ~Ctrlc: xfeDoCommand(markAllMessagesRead)\n\ ~Meta ~Alt ~Ctrlc: xfeDoCommand(markMessageByDate)\n\ Meta ~CtrlD: xfeDoCommand(deleteMessage) \n\ Alt ~CtrlD: xfeDoCommand(deleteMessage) \n\ Meta ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Alt ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Meta ~Ctrl Shiftf: xfeDoCommand(search) \n\ Alt ~Ctrl Shiftf: xfeDoCommand(search) \n\ Meta ~Ctrl ~Shiftf: xfeDoCommand(findInObject) \n\ Alt ~Ctrl ~Shiftf: xfeDoCommand(findInObject) \n\ Meta ~CtrlG: xfeDoCommand(findAgain) \n\ Alt ~CtrlG: xfeDoCommand(findAgain) \n\ ~Meta ~Alt ~CtrlG: xfeDoCommand(nextUnreadCollection)\n\ Meta ~CtrlK: xfeDoCommand(compressFolders) \n\ Alt ~CtrlK: xfeDoCommand(compressFolders) \n\ ~Meta ~Alt ~CtrlK: xfeDoCommand(ignoreThread)\n\ Meta ~Ctrl ~Shiftl:xfeDoCommand(forwardMessage) \n\ Alt ~Ctrl ~Shiftl:xfeDoCommand(forwardMessage) \n\ Meta ~Ctrl Shiftl: xfeDoCommand(forwardMessageQuoted)\n\ Alt ~Ctrl Shiftl: xfeDoCommand(forwardMessageQuoted)\n\ ~Meta ~Alt ~CtrlL: xfeDoCommand(markMessageForLater)\n\ ~Meta ~Alt ~Ctrl ~Shiftn: xfeDoCommand(nextUnreadMessage) \n\ ~Meta ~Alt ~Ctrl Shiftn: xfeDoCommand(nextMessage) \n\ ~Meta ~Alt ~CtrlM: xfeDoCommand(markMessageRead)\n\ Meta ~CtrlO: xfeDoCommand(openSelected) \n\ Alt ~CtrlO: xfeDoCommand(openSelected) \n\ Meta ~CtrlP: xfeDoCommand(print) \n\ Alt ~CtrlP: xfeDoCommand(print) \n\ ~Meta ~Alt ~Ctrl ~Shiftp: xfeDoCommand(previousUnreadMessage) \n\ ~Meta ~Alt ~Ctrl Shiftp: xfeDoCommand(previousMessage) \n\ Alt ~Ctrl ShiftP: xfeDoCommand(previousMessage) \n\ :Ctrlq: xfeDoCommand(findInObject)\n\ :Ctrls: xfeDoCommand(findAgain)\n\ Meta ~Ctrl ~Shiftr: xfeDoCommand(replyToSender) \n\ Alt ~Ctrl ~Shiftr: xfeDoCommand(replyToSender) \n\ Meta ~Ctrl Shiftr: xfeDoCommand(replyToAll) \n\ Alt ~Ctrl Shiftr: xfeDoCommand(replyToAll) \n\ Meta ~CtrlS: xfeDoCommand(saveMessagesAs) \n\ Alt ~CtrlS: xfeDoCommand(saveMessagesAs) \n\ Meta ~CtrlT: xfeDoCommand(getNewMessages) \n\ Alt ~CtrlT: xfeDoCommand(getNewMessages) \n\ ~Meta ~Alt ~CtrlT:xfeDoCommand(nextUnreadThread) \n\ ~Meta ~Alt ~CtrlU: xfeDoCommand(markMessageUnread)\n\ ~Meta ~Alt ~CtrlW: xfeDoCommand(watchThread)\n\ Meta ~CtrlY: xfeDoCommand(redo) \n\ Alt ~CtrlY: xfeDoCommand(redo) \n\ Meta ~CtrlZ: xfeDoCommand(undo) \n\ Alt ~CtrlZ: xfeDoCommand(undo) \n\ \ Undo: xfeDoCommand(undo)\n\ osfUndo: xfeDoCommand(undo)\n\ \ Meta ~Ctrl ~ShiftLeft: xfeDoCommand(back) \n\ Meta ~Ctrl ~ShiftLeft: xfeDoCommand(back) \n\ Alt ~Ctrl ~ShiftosfLeft: xfeDoCommand(back) \n\ Alt ~Ctrl ~ShiftosfLeft: xfeDoCommand(back) \n\ \ Meta ~Ctrl ~ShiftRight: xfeDoCommand(forward) \n\ Alt ~Ctrl ~ShiftRight: xfeDoCommand(forward) \n\ Meta ~Ctrl ~ShiftosfRight:xfeDoCommand(forward) \n\ Alt ~Ctrl ~ShiftosfRight:xfeDoCommand(forward) \n\ \ Alt ~Ctrl ~ShiftDown: xfeDoCommand(nextMessage)\n\ Meta ~Ctrl ~ShiftDown: xfeDoCommand(nextMessage)\n\ Alt ~Ctrl ~ShiftosfDown: xfeDoCommand(nextMessage)\n\ Meta ~Ctrl ~ShiftosfDown: xfeDoCommand(nextMessage)\n\ Alt ~Ctrl ShiftDown: xfeDoCommand(nextUnreadMessage)\n\ Meta ~Ctrl ShiftDown: xfeDoCommand(nextUnreadMessage)\n\ Alt ~Ctrl ShiftosfDown: xfeDoCommand(nextUnreadMessage)\n\ Meta ~Ctrl ShiftosfDown: xfeDoCommand(nextUnreadMessage)\n\ Ctrl ShiftDown: xfeDoCommand(nextFlaggedMessage) \n\ Ctrl ShiftosfDown: xfeDoCommand(nextFlaggedMessage) \n\ \ Alt ~Ctrl ~ShiftUp: xfeDoCommand(previousMessage)\n\ Meta ~Ctrl ~ShiftUp: xfeDoCommand(previousMessage)\n\ Alt ~Ctrl ~ShiftosfUp: xfeDoCommand(previousMessage)\n\ Meta ~Ctrl ~ShiftosfUp: xfeDoCommand(previousMessage)\n\ Alt ~Ctrl ShiftUp: xfeDoCommand(previousUnreadMessage)\n\ Meta ~Ctrl ShiftUp: xfeDoCommand(previousUnreadMessage)\n\ Alt ~Ctrl ShiftosfUp: xfeDoCommand(previousUnreadMessage)\n\ Meta ~Ctrl ShiftosfUp: xfeDoCommand(previousUnreadMessage)\n\ Ctrl ShiftUp: xfeDoCommand(previousFlaggedMessage)\n\ Ctrl ShiftosfUp: xfeDoCommand(previousFlaggedMessage)\n\ \ :Delete: xfeDoCommand(deleteAny)\n\ :Delete: xfeDoCommand(deleteAny)\n\ :osfDelete: xfeDoCommand(deleteAny)\n\ :osfDelete: xfeDoCommand(deleteAny)\n\ \ ~Meta ~Alt ~Ctrl ~ShiftReturn: xfeDoCommand(openSelected)\n\ ~Meta ~Alt ~Ctrl ~ShiftosfActivate: xfeDoCommand(openSelected)\n\ \ :~Meta ~Altless: xfeDoCommand(markMessageUnread)\n\ :~Meta ~Altgreater: xfeDoCommand(nextUnreadCollection)\n\ :~Meta ~Altbackslash: xfeDoCommand(nextCollection)\n\ :~Meta ~Altat:xfeDoCommand(showAllHeaders)\n\ :~Meta ~Altnumbersign:xfeDoCommand(showNormalHeaders)\n\ :~Meta ~Altdollar:xfeDoCommand(showBriefHeaders)\n\ :~Meta ~Altexclam:xfeDoCommand(rot13Message)\n\ :~Meta ~Altperiod:xfeDoCommand(markMessages)\n\ :~Meta ~Altasterisk: xfeDoCommand(expandAll)\n\ :~Meta ~Altplus: xfeDoCommand(expand)\n\ :~Meta ~Altslash: xfeDoCommand(collapseAll)\n\ :~Meta ~Altminus: xfeDoCommand(collapse)\n\ :Alt Delete: xfeDoCommand(deleteAny)\n\ :MetaDelete: xfeDoCommand(deleteAny)\n\ :Alt osfDelete: xfeDoCommand(deleteAny)\n\ :MetaosfDelete: xfeDoCommand(deleteAny)\n ! Translations in the MailCompose window. ! These are used instead of globalTranslations. ! *mailcomposeGlobalTranslations: #override \ \ : xfeDoPopup() \n\ Meta ~CtrlD: xfeDoCommand(delete) \n\ Alt ~CtrlD: xfeDoCommand(delete) \n\ Meta ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Alt ~Ctrl Shifti: xfeDoCommand(viewSecurity) \n\ Meta ~Ctrl ~ShiftReturn: xfeDoCommand(sendMessageNow) \n\ Alt ~Ctrl ~ShiftReturn: xfeDoCommand(sendMessageNow) \n\ Meta ~Ctrl ShiftReturn: xfeDoCommand(sendMessageLater) \n\ Alt ~Ctrl ShiftReturn: xfeDoCommand(sendMessageLater) \n\ Meta ~Ctrlk: xfeDoCommand(spellCheck) \n\ Alt ~Ctrlk: xfeDoCommand(spellCheck) \n\ Meta ~Ctrlj: xfeDoCommand(showComplPicker) \n\ Alt ~Ctrlj: xfeDoCommand(showComplPicker) \n ! Translations in the AddressOutliner portion of the compose window: ! ! TraverseTranslations are for the recipient text field: *addressOutlinerTraverseTranslations: #override \ :~Ctrl ~Shift osfDelete: TableTraverse(DELETE) \n\ :~Ctrl ~Shift Delete: TableTraverse(DELETE) \n\ :~Ctrl ~Shift BackSpace: TableTraverse(BACKSPACE)\n\ :~Ctrl ~Shift osfBackSpace: TableTraverse(BACKSPACE)\n\ ~Ctrl ~Shift osfRight: TableTraverse(RIGHT) \n\ ~Ctrl ~Shift osfLeft: TableTraverse(LEFT) \n\ osfInsert: TableTraverse(INSERT) \n\ ~Ctrl ~Shift Insert: TableTraverse(INSERT) \n\ ~Ctrl ~Shift osfBeginLine: TableTraverse(HOME) \n\ ~Ctrl ~Shift Home: TableTraverse(HOME) \n\ ~Ctrl ~Shift End: TableTraverse(END) \n\ ~Ctrl ~Shift osfEndLine: TableTraverse(END) \n\ ~Ctrl ~Shift osfUp: TableTraverse(UP) \n\ ~Ctrl ~Shift osfDown: TableTraverse(DOWN) \n\ ~Ctrl ~Shift Tab: TableTraverse(NEXT) \n\ ~Ctrl Shift Tab: TableTraverse(PREVIOUS) \n\ Meta ~CtrlD: xfeDoCommand(autoComplOnOff) \n\ Alt ~CtrlD: xfeDoCommand(autoComplOnOff) \n ! KeyTranslations are for the To/Cc/etc. field: *addressOutlinerKeyTranslations: #override \ ~Ctrl ~Shift osfRight: TableTraverse(RIGHT) \n\ ~Ctrl ~Shift osfLeft: TableTraverse(LEFT) \n\ ~Ctrl ~Shift osfDelete: TableTraverse(DELETE) \n\ ~Ctrl ~Shift Delete: TableTraverse(DELETE) \n\ osfInsert: TableTraverse(INSERT) \n\ ~Ctrl ~Shift Insert: TableTraverse(INSERT) \n\ ~Ctrl ~Shift osfBeginLine: TableTraverse(HOME) \n\ ~Ctrl ~Shift Home: TableTraverse(HOME) \n\ ~Ctrl ~Shift End: TableTraverse(END) \n\ ~Ctrl ~Shift osfEndLine: TableTraverse(END) \n\ ~Ctrl ~Shift osfUp: TableTraverse(UP) \n\ ~Ctrl ~Shift osfDown: TableTraverse(DOWN) \n\ ~Ctrl ~Shift Tab: TableTraverse(NEXT) \n\ ~Ctrl Shift Tab: TableTraverse(PREVIOUS) \n\ ~Ctrl ~Shift t: KeyIn(To:) \n\ ~Ctrl Shift t: KeyIn(To:) \n\ ~Ctrl ~Shift c: KeyIn(Cc:) \n\ ~Ctrl Shift c: KeyIn(Cc:) \n\ ~Ctrl ~Shift b: KeyIn(Bcc:) \n\ ~Ctrl Shift b: KeyIn(Bcc:) \n\ ~Ctrl ~Shift n: KeyIn(Newsgroup:) \n\ ~Ctrl Shift n: KeyIn(Newsgroup:) \n\ ~Ctrl ~Shift f: KeyIn(Followup-To:) \n\ ~Ctrl Shift f: KeyIn(Followup-To:) \n\ ~Ctrl ~Shift r: KeyIn(Reply-To:) \n\ ~Ctrl Shift r: KeyIn(Reply-To:) \n ! Translations in the MailNews Search window. ! These are used instead of globalTranslations. ! *mnsearchGlobalTranslations: #override \ : xfeDoPopup()\n\ Meta ~CtrlD: xfeDoCommand(deleteMessage)\n\ Alt ~CtrlD: xfeDoCommand(deleteMessage)\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 \ : xfeDoPopup() \n\ ~Meta ~Alt ~Ctrlspace: PageDown() \n\ Meta ~CtrlD: xfeDoCommand(delete) \n\ Alt ~CtrlD: xfeDoCommand(delete) \n\ Meta ~CtrlF: xfeDoCommand(findInObject) \n\ Alt ~CtrlF: xfeDoCommand(findInObject) \n\ Meta ~CtrlG: xfeDoCommand(findAgain) \n\ Alt ~CtrlG: xfeDoCommand(findAgain) \n\ Meta ~CtrlO: xfeDoCommand(openSelected) \n\ Alt ~CtrlO: xfeDoCommand(openSelected) \n\ ~Meta ~Alt ~Ctrl Shift Up: xfeDoCommand(moveBookmarkUp)\n\ ~Meta ~Alt ~Ctrl Shift Down: xfeDoCommand(moveBookmarkDown)\n\ ~Meta ~Alt ~Ctrl Shift osfUp: xfeDoCommand(moveBookmarkUp)\n\ ~Meta ~Alt ~Ctrl Shift osfDown: xfeDoCommand(moveBookmarkDown)\n\ ~Meta ~Alt ~Ctrl ~Shift Up: LineUp() \n\ ~Meta ~Alt ~Ctrl ~Shift Down: LineDown() \n\ ~Meta ~Alt ~Ctrl ~Shift osfUp: LineUp() \n\ ~Meta ~Alt ~Ctrl ~Shift osfDown: LineDown() \n\ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n *abGlobalTranslations: #override \ : xfeDoPopup() \n\ Meta ~CtrlD: xfeDoCommand(abDelete) \n\ Alt ~CtrlD: xfeDoCommand(abDelete) \n\ Meta ~CtrlY: xfeDoCommand(redo) \n\ Alt ~CtrlY: xfeDoCommand(redo) \n\ Meta ~CtrlZ: xfeDoCommand(undo) \n\ Alt ~CtrlZ: xfeDoCommand(undo) \n\ \ Undo: xfeDoCommand(undo)\n\ osfUndo: xfeDoCommand(undo)\n\ Escape: xfeDoCommand(stopLoading) \n\ osfCancel: xfeDoCommand(stopLoading) \n ! Translations in the textfield portion of the mailing list view ! ! TraverseTranslations are for the text field: *abmlistTraverseTranslations: #override \ ~Ctrl ~Shift BackSpace: TableTraverse(BACKSPACE)\n\ ~Ctrl ~Shift Tab: TableTraverse(NEXT) \n\ ~Ctrl Shift Tab: TableTraverse(PREVIOUS) \n ! Translations in the History 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.) ! ! : xfeDoPopup() \n\ *ghGlobalTranslations: #override \ Meta ~CtrlD: xfeDoCommand(delete) \n\ Alt ~CtrlD: xfeDoCommand(delete) \n\ Meta ~CtrlO: xfeDoCommand(openSelected) \n\ Alt ~CtrlO: xfeDoCommand(openSelected) \n\ ~Meta ~Alt ~Ctrlspace: PageDown() \n\ ~Meta ~Alt ~Ctrl ~Shift Up: LineUp() \n\ ~Meta ~Alt ~Ctrl ~Shift Down: LineDown() \n\ ~Meta ~Alt ~Ctrl ~Shift osfUp: LineUp() \n\ ~Meta ~Alt ~Ctrl ~Shift osfDown: LineDown() \n\ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n ! ! Translations for document source window *dialogGlobalTranslations: #override \n\ \ Meta ~CtrlW: xfeDoCommand(close) \n\ Alt ~CtrlW: xfeDoCommand(close) \n ! Mouse bindings in the HTML display area. ! *drawingArea.translations: #replace \ : ArmLink() \n\ : ArmLink() \n\ ~Shift: ActivateLink() \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\ : xfeDoPopup() \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 for VirtualBindings(1). For details, see the Netscape FAQ ! (available from the Help menu.) ! *editingTranslations: #override \n\ Meta ~CtrlA: select-all() \n\ Alt ~CtrlA: select-all() \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 Ctrlv: undefined-key() \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 ~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 ! : KeyUpInText()\n ! Meta ~Ctrl w: copy-clipboard()\n\ ! Alt ~Ctrl w: copy-clipboard()\n\ ! Translations that apply only to javascript form element text fields; ! This translation should only be added for text fields that is shown in a ! script page. ! SHOULD NOT apply this translation to any regular motif text field. ! because it will trigger the javascript layout stuff and introduce crash. *formElemEditingTranslations: #override\n\ : KeyUpInText()\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 ~Ctrlx: xfeDoText(cut) \n\ Meta ~Alt ~Ctrlc: xfeDoText(copy) \n\ Meta ~Alt ~Ctrlv: xfeDoText(paste) \n\ Meta ~Alt ~Ctrly: xfeDoText(paste) \n\ \ ~Meta Alt ~Ctrlx: xfeDoText(cut) \n\ ~Meta Alt ~Ctrlc: xfeDoText(copy) \n\ ~Meta Alt ~Ctrlv: xfeDoText(paste) \n\ ~Meta Alt ~Ctrly: xfeDoText(paste) \n\ \ ~Meta ~Alt Ctrly: xfeDoText(paste) \n\ \ ~Meta ~Alt ~CtrlSunCopy: xfeDoText(copy) \n\ ~Meta ~Alt ~CtrlSunPaste: xfeDoText(paste) \n\ ~Meta ~Alt ~CtrlSunCut: xfeDoText(cut) \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: xfeDoCommand(refresh) \n\ ~Meta ~Alt Ctrlw: key-select() \ delete-selection() \n\ Meta ~Ctrl d: delete-next-word() \n\ Alt ~Ctrl d: delete-next-word() \n\ Alt ~Ctrl <: set-anchor() \ beginning-of-line() \n\ Meta ~Ctrl <: set-anchor() \ beginning-of-line() \n\ Alt ~Ctrl >: set-anchor() \ end-of-line() \n\ Meta ~Ctrl >: set-anchor() \ end-of-line() \n\ ~Alt Ctrl <: set-anchor() \ beginning-of-line(extend) \n\ ~Meta Ctrl <: set-anchor() \ beginning-of-line(extend) \n\ ~Alt Ctrl >: set-anchor() \ end-of-line(extend) \n\ ~Meta Ctrl >: set-anchor() \ end-of-line(extend) \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\ \ ~Meta ~Alt ~CtrlosfLeft: deselect-all() \ backward-character() \n\ ~Meta ~Alt ~CtrlosfRight: deselect-all() \ forward-character() \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. ! ! NOTE... [ had to modify the following to prevent overriding paste ] ! ! Meta ~Ctrl ~Shiftv: previous-page() \n\ ! Alt ~Ctrl ~Shiftv: previous-page() \n\ ! *multiLineEditingTranslations: #override \n\ Meta ~Alt ~Ctrlx: xfeDoText(cut) \n\ Meta ~Alt ~Ctrlc: xfeDoText(copy) \n\ Meta ~Alt ~Ctrlv: xfeDoText(paste) \n\ Meta ~Alt ~Ctrly: xfeDoText(paste) \n\ \ ~Meta Alt ~Ctrlx: xfeDoText(cut) \n\ ~Meta Alt ~Ctrlc: xfeDoText(copy) \n\ ~Meta Alt ~Ctrlv: xfeDoText(paste) \n\ ~Meta Alt ~Ctrly: xfeDoText(paste) \n\ \ ~Meta ~Alt Ctrly: xfeDoText(paste) \n\ \ ~Meta ~Alt ~CtrlSunCopy: xfeDoText(copy) \n\ ~Meta ~Alt ~CtrlSunPaste: xfeDoText(paste) \n\ ~Meta ~Alt ~CtrlSunCut: xfeDoText(cut) \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() xfeDoCommand(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 ~Shiftbraceleft: backward-paragraph() \n\ Meta ~Ctrl ~Shiftbraceleft: backward-paragraph() \n\ Alt ~Ctrl Shiftbraceleft: backward-paragraph(extend) \n\ Meta ~Ctrl Shiftbraceleft: backward-paragraph(extend) \n\ Alt ~Ctrl ~Shiftbraceright: forward-paragraph() \n\ Meta ~Ctrl ~Shiftbraceright: forward-paragraph() \n\ Alt ~Ctrl Shiftbraceright: forward-paragraph(extend) \n\ Meta ~Ctrl Shiftbraceright: 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\ ~Meta ~Alt ~CtrlPrior: previous-page() \n\ ~Meta ~Alt ~CtrlNext: next-page() \n\ ~Meta ~Alt ~CtrlosfPageUp: previous-page() \n\ ~Meta ~Alt ~CtrlosfPageDown: next-page() \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: xfeDoCommand(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 Ctrlg: fishcam() \n\ Alt Ctrlg: 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 \ : xfeDoCommand(showPopup)\n\ Shift: xfeDoCommand(select,extend)\n\ : xfeDoClick(single,{,select,grab,}, \ double,{,objectIs,text, {,select,word,}, \ image, {,dialog,image,}, \ hrule, {,dialog,hrule,}, \ target,{,dialog,target,}, \ tag, {,dialog,tag,},})\n\ : xfeDoCommand(select,extend)\n\ : xfeDoCommand(select,end) \n\ : xfeDoCommand(paste,selection)\n\ : \n\ : \n\ : editor-motion()\n ! Editor keyboard translations. *editorTranslations: #override \n\ \ Meta ~Ctrl ~Shifto: xfeDoCommand(openPage) \n\ Alt ~Ctrl ~Shifto: xfeDoCommand(openPage) \n\ Meta ~Ctrl Shifto: xfeDoCommand(openPageChooseFile) \n\ Alt ~Ctrl Shifto: xfeDoCommand(openPageChooseFile) \n\ Meta ~Ctrls: xfeDoCommand(save) \n\ Alt ~Ctrls: xfeDoCommand(save) \n\ Meta ~Ctrlr: xfeDoCommand(reload) \n\ Alt ~Ctrlr: xfeDoCommand(reload) \n\ Meta ~Ctrl Shiftr: xfeDoCommand(reload,super) \n\ Alt ~Ctrl Shiftr: xfeDoCommand(reload,super) \n\ Meta ~CtrlP: xfeDoCommand(print) \n\ Alt ~CtrlP: xfeDoCommand(print) \n\ \ ~Meta ~Alt Ctrlh: xfeDoCommand(deleteItem,previous)\n\ Meta ~Ctrl ~Shift Return: xfeDoCommand(sendMessageNow) \n\ Alt ~Ctrl ~Shift Return: xfeDoCommand(sendMessageNow) \n\ Meta ~Ctrl Shift Return: xfeDoCommand(sendMessageLater) \n\ Alt ~Ctrl Shift Return: xfeDoCommand(sendMessageLater) \n\ Meta ~Ctrlk: xfeDoCommand(spellCheck) \n\ Alt ~Ctrlk: xfeDoCommand(spellCheck) \n\ ~Meta ~Alt ~CtrlUp: xfeDoCommand(moveCursor,up) \n\ ~Meta ~Alt ~CtrlDown: xfeDoCommand(moveCursor,down) \n\ ~Meta ~Alt ~CtrlosfUp: xfeDoCommand(moveCursor,up) \n\ ~Meta ~Alt ~CtrlosfDown: xfeDoCommand(moveCursor,down) \n\ ~Meta ~Alt ~CtrlosfLeft: xfeDoCommand(moveCursor,previous) \n\ ~Meta ~Alt ~CtrlosfRight: xfeDoCommand(moveCursor,next) \n\ ~Meta ~Alt CtrlosfLeft: xfeDoCommand(moveCursor,previousWord) \n\ ~Meta ~Alt CtrlosfRight: xfeDoCommand(moveCursor,nextWord) \n\ \ :~Meta ~Alt ~CtrlDelete: xfeDoCommand(deleteItem,next)\n\ :~Meta ~Alt ~CtrlBackSpace: xfeDoCommand(deleteItem,previous)\n\ :~Meta ~Alt ~CtrlosfDelete: xfeDoCommand(deleteItem,next)\n\ :~Meta ~Alt ~CtrlosfBackSpace:xfeDoCommand(deleteItem,previous)\n\ \ ~Meta ~Alt Ctrl Home: xfeDoCommand(moveCursor,beginningOfPage)\n\ ~Meta ~Alt Ctrl End: xfeDoCommand(moveCursor,endOfPage) \n\ ~Meta ~Alt Ctrl osfBeginLine: xfeDoCommand(moveCursor,beginningOfPage)\n\ ~Meta ~Alt Ctrl osfEndLine: xfeDoCommand(moveCursor,endOfPage)\n\ ~Meta ~Alt ~Ctrl Home: xfeDoCommand(moveCursor,beginningOfLine)\n\ ~Meta ~Alt ~Ctrl End: xfeDoCommand(moveCursor,endOfLine) \n\ ~Meta ~Alt ~Ctrl osfBeginLine: xfeDoCommand(moveCursor,beginOfLine)\n\ ~Meta ~Alt ~Ctrl osfEndLine: xfeDoCommand(moveCursor,endOfLine)\n\ ~Meta ~Alt ~Ctrl ShiftReturn: xfeDoCommand(insertLineBreak,normal)\n\ ~Meta ~Alt ~CtrlReturn: xfeDoCommand(insertReturn)\n\ ~Meta ~Alt ~Ctrl Shiftspace: xfeDoCommand(insertNonBreakingSpace)\n\ ~Meta ~Alt ~Ctrl space: xfeDoCommand(insertKey) \n\ ~Meta Alt ~Ctrl -: xfeDoCommand(outdent) \n\ ~Meta Alt ~Ctrl =: xfeDoCommand(indent) \n\ Meta ~Alt ~Ctrl -: xfeDoCommand(outdent) \n\ Meta ~Alt ~Ctrl =: xfeDoCommand(indent) \n\ \ Ctrl ~Shift Tab: xfeDoCommand(tab,insert)\n\ ~Ctrl ~ShiftTab: xfeDoCommand(tab,forward)\n\ ~Ctrl ShiftTab: xfeDoCommand(tab,backward)\n\ \ ~Meta ~Alt Ctrla: xfeDoCommand(moveCursor,beginningOfLine)\n\ ~Meta ~Alt Ctrle: xfeDoCommand(moveCursor,endOfLine)\n\ ~Meta ~Alt Ctrlp: xfeDoCommand(moveCursor,up) \n\ ~Meta ~Alt Ctrln: xfeDoCommand(moveCursor,down) \n\ ~Meta ~Alt Ctrlb: xfeDoCommand(moveCursor,previous) \n\ ~Meta ~Alt Ctrlf: xfeDoCommand(moveCursor,next) \n\ ~Meta ~Alt Ctrld: xfeDoCommand(deleteItem,next) \n\ ~Meta ~Alt Ctrlk: xfeDoCommand(deleteItem,endOfLine)\n\ Meta ~Alt ~Ctrl<: xfeDoCommand(moveCursor,beginningOfPage)\n\ Meta ~Alt ~Ctrl>: xfeDoCommand(moveCursor,endOfPage)\n\ ~Meta Alt ~Ctrl<: xfeDoCommand(moveCursor,beginningOfPage)\n\ ~Meta Alt ~Ctrl>: xfeDoCommand(moveCursor,endOfPage)\n\ \ Meta Shift ~Ctrlz: xfeDoCommand(redo) \n\ Alt Shift ~Ctrlz: xfeDoCommand(redo) \n\ Meta ~Ctrlz: xfeDoCommand(undo) \n\ Alt ~Ctrlz: xfeDoCommand(undo) \n\ \ Meta ~Alt ~Ctrlb: xfeDoCommand(toggleCharacterStyle,bold)\n\ ~Meta Alt ~Ctrlb: xfeDoCommand(toggleCharacterStyle,bold)\n\ Meta ~Alt ~Ctrli: xfeDoCommand(toggleCharacterStyle,italic)\n\ ~Meta Alt ~Ctrli: xfeDoCommand(toggleCharacterStyle,italic)\n\ Meta ~Alt ~Ctrlu: xfeDoCommand(toggleCharacterStyle,underline)\n\ ~Meta Alt ~Ctrlu: xfeDoCommand(toggleCharacterStyle,underline)\n\ Meta ~Alt ~Ctrlt: xfeDoCommand(toggleCharacterStyle,fixed)\n\ ~Meta Alt ~Ctrlt: xfeDoCommand(toggleCharacterStyle,fixed)\n\ Meta ~Alt ~Ctrlk: xfeDoCommand(setCharacterStyle,none)\n\ ~Meta Alt ~Ctrlk: xfeDoCommand(setCharacterStyle,none)\n\ \ ~Meta ~Alt Ctrll: xfeDoCommand(refresh) \n\ \ Meta ~Alt ~Ctrl ~ShiftUp: xfeDoCommand(setFontSize,increase)\n\ Meta ~Alt ~Ctrl ~ShiftosfUp: xfeDoCommand(setFontSize,increase)\n\ Meta ~Alt ~Ctrl ~ShiftDown: xfeDoCommand(setFontSize,decrease)\n\ Meta ~Alt ~Ctrl ~ShiftosfDown: xfeDoCommand(setFontSize,decrease)\n\ \ ~Meta ~Alt ~CtrlSunCopy: xfeDoCommand(copy) \n\ ~Meta ~Alt ~CtrlSunPaste: xfeDoCommand(paste) \n\ ~Meta ~Alt ~CtrlSunCut: xfeDoCommand(cut) \n\ \ Meta ~Alt ~Ctrl ~Shiftd: xfeDoCommand(deleteItem) \n\ ~Meta Alt ~Ctrl ~Shiftd: xfeDoCommand(deleteItem) \n\ \ Meta ~Alt ~Ctrl ~Shiftf: xfeDoCommand(findInObject) \n\ Meta ~Alt ~Ctrl ~Shiftg: xfeDoCommand(findAgain) \n\ ~Meta Alt ~Ctrl ~Shiftf: xfeDoCommand(findInObject) \n\ ~Meta Alt ~Ctrl ~Shiftg: xfeDoCommand(findAgain) \n\ \ Meta ~CtrlA: xfeDoCommand(selectAll) \n\ Alt ~CtrlA: xfeDoCommand(selectAll) \n\ Meta ~CtrlC: xfeDoCommand(copy) \n\ Alt ~CtrlC: xfeDoCommand(copy) \n\ Meta ~CtrlH: xfeDoCommand(openHistory) \n\ Alt ~CtrlH: xfeDoCommand(openHistory) \n\ Meta ~Ctrlm: xfeDoCommand(composeMessage) \n\ Alt ~Ctrlm: xfeDoCommand(composeMessage) \n\ Meta ~Ctrl ~Shiftn: xfeDoCommand(openBrowser) \n\ Alt ~Ctrl ~Shiftn: xfeDoCommand(openBrowser) \n\ Meta ~Ctrl Shiftn: xfeDoCommand(newBlank) \n\ Alt ~Ctrl Shiftn: xfeDoCommand(newBlank) \n\ Meta ~CtrlQ: xfeDoCommand(exit) \n\ Alt ~CtrlQ: xfeDoCommand(exit) \n\ Meta ~CtrlR: undefined-key() \n\ Alt ~CtrlR: undefined-key() \n\ Meta ~CtrlV: xfeDoCommand(paste) \n\ Alt ~CtrlV: xfeDoCommand(paste) \n\ Meta ~CtrlW: xfeDoCommand(close) \n\ Alt ~CtrlW: xfeDoCommand(close) \n\ Meta ~CtrlX: xfeDoCommand(cut) \n\ Alt ~CtrlX: xfeDoCommand(cut) \n\ Meta ~CtrlY: xfeDoCommand(paste) \n\ Alt ~CtrlY: xfeDoCommand(paste) \n\ \ Meta ~Ctrl ~Shift1: xfeDoCommand(openOrBringUpBrowser) \n\ Alt ~Ctrl ~Shift1: xfeDoCommand(openOrBringUpBrowser) \n\ Meta ~Ctrl Shift1: xfeDoCommand(openFolders) \n\ Alt ~Ctrl Shift1: xfeDoCommand(openFolders) \n\ Meta ~Ctrl ~Shift2: xfeDoCommand(openInbox) \n\ Alt ~Ctrl ~Shift2: xfeDoCommand(openInbox) \n\ Meta ~Ctrl Shift2: xfeDoCommand(openAddrBook) \n\ Alt ~Ctrl Shift2: xfeDoCommand(openAddrBook) \n\ Meta ~Ctrl3: xfeDoCommand(openEditor) \n\ Alt ~Ctrl3: xfeDoCommand(openEditor) \n\ Meta ~Ctrl4: xfeDoCommand(openCalendar) \n\ Alt ~Ctrl4: xfeDoCommand(openCalendar) \n\ Meta ~Ctrl5: xfeDoCommand(openConference) \n\ Alt ~Ctrl5: xfeDoCommand(openConference) \n\ Meta ~Ctrl7: xfeDoCommand(openRadio) \n\ Alt ~Ctrl7: xfeDoCommand(openRadio) \n\ \ ~Meta ~Alt ~CtrlPrior: PageUp() \n\ ~Meta ~Alt ~CtrlNext: PageDown() \n\ ~Meta ~Alt ~CtrlosfPageUp: PageUp() \n\ ~Meta ~Alt ~CtrlosfPageDown: PageDown() \n\ \ ~Meta ~Alt ~Ctrl ~ShiftosfHelp: xfeDoCommand(manual) \n\ \ ~Meta ~Alt ~Ctrl ~ShiftF10: \n\ ~Meta ~Alt ~Ctrl ~ShiftosfMenuBar: \n\ \ : \n\ : xfeDoCommand(insertKey) \n\ : xfeDoCommand(insertKey) \n\ : \n\ : xfeDoCommand(insertKey) \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 ! ! The following languages and regions are presented to the user: ! *languageRegionList: \n\ Afrikaans [af] \n\ Albanian [sq] \n\ Basque [eu] \n\ Bulgarian [bg] \n\ Byelorussian [be] \n\ Catalan [ca] \n\ Chinese [zh] \n\ Chinese/China [zh-CN] \n\ Chinese/Taiwan [zh-TW] \n\ Croatian [hr] \n\ Czech [cs] \n\ Danish [da] \n\ Dutch [nl] \n\ Dutch/Belgium [nl-BE] \n\ English [en] \n\ English/United Kingdom [en-GB] \n\ English/United States [en-US] \n\ Faeroese [fo] \n\ Finnish [fi] \n\ French [fr] \n\ French/Belgium [fr-BE] \n\ French/Canada [fr-CA] \n\ French/France [fr-FR] \n\ French/Switzerland [fr-CH] \n\ Galician [gl] \n\ German [de] \n\ German/Austria [de-AT] \n\ German/Germany [de-DE] \n\ German/Switzerland [de-CH] \n\ Greek [el] \n\ Hungarian [hu] \n\ Icelandic [is] \n\ Indonesian [id] \n\ Irish [ga] \n\ Italian [it] \n\ Japanese [ja] \n\ Korean [ko] \n\ Macedonian [mk] \n\ Norwegian [no] \n\ Polish [pl] \n\ Portuguese [pt] \n\ Portuguese/Brazil [pt-BR] \n\ Romanian [ro] \n\ Russian [ru] \n\ Scots Gaelic [gd] \n\ Serbian [sr] \n\ Slovak [sk] \n\ Slovenian [sl] \n\ Spanish [es] \n\ Spanish/Argentina [es-AR] \n\ Spanish/Colombia [es-CO] \n\ Spanish/Mexico [ex-MX] \n\ Spanish/Spain [es-ES] \n\ Swedish [sv] \n\ Turkish [tr] \n\ Ukrainian [uk] \n !============================================================================= ! ! 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 ! Turn off traversal for sashes. *XmSash.traversalOn: False ! ! Label Land ! *Help.sensitive: False ! HTML forms "More..." button (options menus) *drawingArea*moreButton.labelString: More... ! Bookmarks "More..." cascade button *bookmarkMoreButton.labelString: More... ! Mail and news "More..." button *mailNewsMoreButton.labelString: More... !==================================================================== ! Menubar stuff !==================================================================== ! ! The file menus for all the components come first. ! Then the menus are listed on a per component basis. ! *menuBar.fileMenu.labelString: File !*menuBar.fileMenu.mnemonic: F *menuBar.editMenu.labelString: Edit !*menuBar.editMenu.mnemonic: E *menuBar.viewMenu.labelString: View !*menuBar.viewMenu.mnemonic: V *menuBar.goMenu.labelString: Go !*menuBar.goMenu.mnemonic: G *menuBar.messageMenu.labelString: Message !*menuBar.messageMenu.mnemonic: M *menuBar.bookmarkMenu.labelString: Bookmark !*menuBar.bookmarkMenu.mnemonic: B *menuBar.windowMenuLite.labelString: Window !*menuBar.windowMenuLite.mnemonic: W *menuBar.windowMenu.labelString: Communicator !*menuBar.windowMenu.mnemonic: C !*menuBar.windowMenu.fontList: -*-helvetica-bold-o--12-*-*-*--*-*-iso8859-* *menuBar.itemMenu.labelString: Item !*menuBar.itemMenu.mnemonic: I *menuBar.helpMenu.labelString: Help !*menuBar.helpMenu.mnemonic: H !======================= ! File Menu - Navigator !======================= *menuBar*newSubmenu.labelString: New *menuBar*newSubmenu.mnemonic: N ! File/New Submenu *menuBar*openBrowser.labelString: Navigator Window *menuBar*openBrowser.mnemonic: N *menuBar*openBrowser.acceleratorText: Alt+N *openBrowser.documentationString: \ Create a new browser window for viewing web pages *composeMessage.mnemonic: M *composeMessage.acceleratorText: Alt+M *composeMessage.labelString: Message ! In the three pane view, under the "Message" menu, it should read ! "New Message" and not "Message" *menuBar*composeMessage.labelString: New Message *composeMessage.documentationString: \ Create a new mail or newsgroup message. *composeArticle.documentationString: \ Create a new newsgroup message. *menuBar*newBlank.labelString: Blank Page *menuBar*newBlank.mnemonic: P *menuBar*newBlank.acceleratorText: Alt+Shift+N *newBlank.documentationString: Create a new web page. *menuBar*newTemplate.labelString: Page From Template... *menuBar*newTemplate.mnemonic: T *newTemplate.documentationString: \ Use a template to create a new web page. *menuBar*newWizard.labelString: Page From Wizard... *menuBar*newWizard.mnemonic: W *newWizard.documentationString: Use the wizard to create a new web page. ! end File/New Submenu *menuBar*openPage.labelString: Open Page... *menuBar*openPage.mnemonic: O *menuBar*openPage.acceleratorText: Alt+O *openPage.documentationString: \ Open a local file or a web page in the current window *menuBar*recentSubmenu.labelString: Open Recent... *menuBar*saveMsg.labelString: Save *menuBar*saveMsg.mnemonic: S *menuBar*saveMsg.acceleratorText: Alt+S *menuBar*saveAs.labelString: Save As... *menuBar*saveMsgAs.labelString: Save As *menuBar*saveMsgAs.mnemonic: S *saveAsCmdString: Save As... *saveFramesetAsCmdString: Save Frameset As... *menuBar*saveAs.mnemonic: S *menuBar*saveAs.acceleratorText: Alt+S *saveAs.documentationString: Save a copy of the current page *menuBar*saveFrameAs.labelString: Save Frame As... *menuBar*saveFrameAs.mnemonic: F *saveFrameAs.documentationString: Save a copy of the selected frame *sendPage.labelString: Send Page *sendPage.mnemonic: d *sendPage.documentationString: Send the current page to a recipient *sendLink.labelString: Send Link *sendLink.mnemonic: k *sendLink.documentationString: \ Send current page location to a recipient *editPageCmdString: Edit Page *editFrameCmdString: Edit Frame *editPage.labelString: Edit Page *editFrameSet.labelString: Edit Frame Set *menuBar*editPage.mnemonic: E *editPage.documentationString: Edit the current page or frame set *menuBar*editFrame.labelString: Edit Frame *menuBar*editFrame.mnemonic: F *editFrame.documentationString: Edit the current frame *menuBar*uploadFile.labelString: Upload File... *menuBar*uploadFile.mnemonic: U *uploadFile.documentationString: Upload (send) a file to this FTP directory *menuBar*printSetup.labelString: Page Setup... *menuBar*printSetup.mnemonic: g *printSetup.documentationString: Change the printing options *menuBar*printPreview.labelString: Print Preview *menuBar*printPreview.mnemonic: v *printPreview.documentationString: Preview the entire page *menuBar*print.labelString: Print... *printCmdString: Print... *printFrameCmdString: Print Frame... *menuBar*print.mnemonic: P *menuBar*print.acceleratorText: Alt+P *print.documentationString: Print this page *menuBar*close.labelString: Close *menuBar*close.mnemonic: C *menuBar*close.acceleratorText: Alt+W *close.documentationString: Close this window *menuBar*exit.labelString: Exit *menuBar*exit.mnemonic: x *menuBar*exit.acceleratorText: Alt+Q *exit.documentationString: Close all windows in the application and exit !=========================== ! File Menu - Page Composer !=========================== *menuBar*save.labelString: Save *menuBar*save.mnemonic: S *menuBar*save.acceleratorText: Alt+S *save.documentationString: Save the current page *Editor*menuBar*saveAs.acceleratorText: *menuBar*publish.labelString: Publish... *menuBar*publish.mnemonic: u *publish.documentationString: \ Upload current file or directory to a server for public viewing *menuBar*browsePage.labelString: Browse Page *menuBar*browsePage.mnemonic: B *browsePage.documentationString: \ Open the current file in a new browser window !============================= ! File Menu - Compose Message !============================= *Composition*save.documentationString: Save the current message *Composition*toolBar*save*saveAs.labelString: As File... *Composition*toolBar*save*saveAs.mnemonic: F *Composition*saveAs.documentationString: Save a copy of the current message *Composition*menuBar*saveAs.labelString: File... *Composition*menuBar*saveAs.mnemonic: F *Composition*menuBar*saveAs.acceleratorText: *Composition*saveAs.documentationString: Save a copy of the current message *Composition*toolBar*save*saveDraft.labelString: As Draft *Composition*toolBar*save*saveDraft.mnemonic: D *Composition*toolBar*save*saveDraft.documentationString: Save this message in the Drafts folder to send later. *menuBar*saveDraft.labelString: Draft *menuBar*saveDraft.mnemonic: D *saveDraft.documentationString: Save this message in the Drafts folder to send later. *Composition*toolBar*save*saveTemplate.labelString: As Template *Composition*toolBar*save*saveTemplate.mnemonic: T *Composition*toolBar*save*saveTemplate.documentationString: Save this message in the Templates folder to use again. *menuBar*saveTemplate.labelString: Template *menuBar*saveTemplate.mnemonic: T *saveTemplate.labelString: Template *saveTemplate.mnemonic: T *saveTemplate.documentationString: Save this message in the Templates folder to use again. *menuBar*saveAsMenu.labelString: Save As *menuBar*saveAsMenu.mnemonic: A *menuBar*saveAsMenu.saveMessagesAs.documentationString: Save As... *menuBar*saveMessage.labelString: Save *menuBar*saveMessage.acceleratorText: Alt+S *menuBar*saveMessage.documenationString: Save this message *menuBar*sendMessageNow.labelString: Send Now *menuBar*sendMessageNow.mnemonic: d *sendMessageNow.documentationString: Send this message now *menuBar*sendMessageNow.acceleratorText: Alt+Enter *menuBar*sendMessageLater.labelString: Send Later *menuBar*sendMessageLater.mnemonic: L *sendMessageLater.documentationString: Queue this message for later delivery *menuBar*sendMessageLater.acceleratorText: Alt+Shift+Enter *menuBar*quoteOriginalText.labelString: Quote Original Message *menuBar*quoteOriginalText.mnemonic: Q *menuBar*quoteOriginalText.acceleratorText: Alt+Shift+Q *quoteOriginalText.documentationString: \ Paste in text from the original page in quoted form *menuBar*addresseePicker.labelString: Select Addresses... *menuBar*addresseePicker.mnemonic: t *addresseePicker.documentationString: Select recipient addresses *addresseePicker.tipString: Select addresses *autoComplOnCmdString: Do Not Complete Address *autoComplOffCmdString: Complete Address *menuBar*showComplPicker.labelString: Show Matching Addresses *menuBar*showComplPicker.mnemonic: S *menuBar*showComplPicker.acceleratorText: Alt+J *menuBar*autoComplOnOff.acceleratorText: Alt+D !*showComplPicker.documentationString: Show Matching Addresses... !*showComplPicker.tipString: Show Matching Addresses... *menuBar*attach.labelString: Attach *menuBar*attach.mnemonic: A *attach.documentationString: Attach a page or address book card to the current message *menuBar*showChrome.labelString: Show *menuBar*showChrome.mnemonic: S *menuBar*floatingTaskBarClose.labelString: Floating Component Bar !============================ ! File Menu - Message Center !============================ *folderPrivileges.labelString: Privileges *newFolder.labelString: New Folder... *newFolderCmdString: New Folder... *newSubFolderCmdString: New Subfolder... ! sspitzer: is category used anymore? what is it? *newCategoryCmdString: New Category... *newNewsgroupCmdString: New Newsgroup... *newFolder.mnemonic: w *newFolder.documentationString: \ Create a new mail folder or a new newsgroup *MailFolder*menuBar*openSelected.labelString: Open *MailFolder*menuBar*openSelected.mnemonic: O *MailFolder*menuBar*openSelected.acceleratorText: Alt+O *MailFolder*menuBar*openSelected.documentationString: \ Open the selected mail folder or newsgroup *openFolder.labelString: Open *openFolder.acceleratorText: Alt+O *openFolder.mnemonic: O *openFolder.documentationString: \ Open the selected mail folder or newsgroup *renameFolder.labelString: Rename Folder... *renameFolder.mnemonic: R *renameFolder.documentationString: Change the name of the selected folder *menuBar*newMsgSubmenu.labelString: Get Messages *menuBar*newMsgSubmenu.mnemonic: G *newMessage.documentationString: \ Get new mail and newsgroup messages ! File/Get Messages Submenu *menuBar*getNewMessages.labelString: Get New Messages *menuBar*getNewMessages.mnemonic: M ! This label is generated dynamically from the preferences !*menuBar*getNextNNewMsgs.labelString: Next 500 *menuBar*getNextNNewMsgs.mnemonic: e *menuBar*synchWithServer.labelString: Synchronize with Server *menuBar*synchWithServer.mnemonic: S *menuBar*sendMessagesInOutbox.labelString: Send Unsent Messages *menuBar*sendMessagesInOutbox.mnemonic: d *sendMessagesInOutbox.documentationString: \ Send messages in Outbox folder now *menuBar*updateMessageCount.labelString: Update Message Counts *menuBar*updateMessageCount.mnemonic: U *updateMessageCount.documentationString: \ Update number of unread messages *addNewsgroup.labelString: Subscribe... *addNewsgroup.mnemonic: b *addNewsgroup.documentationString: Subscribe... !============================= ! File Menu - Message Threads !============================= *menuBar*openAttachmentsSubmenu.labelString: Open Attachment *menuBar*openAttachmentsSubmenu.mnemonic: O *openAttachments.documentationString: \ Open the selected attachment ! File/Open Attachments Submenu is dynamically generated *editMessage.labelString: Edit Message as New *editMessage.mnemonic: E *editMessage.documentationString: Edit the selected message *menuBar*saveTemplate.labelString: Template *menuBar*saveTemplate.mnemonic: T *menuBar*saveAsTemplate.labelString: Template *menuBar*saveAsTemplate.mnemonic: T *menuBar*saveMessagesAs.labelString: File *menuBar*saveMessagesAs.mnemonic: F *menuBar*saveMessagesAs.acceleratorText: Alt+S *MailThread*menuBar*saveMessageAs.labelString: File *MailThread*menuBar*saveMessageAs.mnemonic: F *MailThread*menuBar*saveMessageAs.acceleratorText: Alt+S *menuBar*emptyTrash.mnemonic: y ! labelString is generated dynamically *menuBar*compressFolders.mnemonic: t !========================== ! File Menu - Address Book !========================== *addToAddressBook.labelString: New Card... *addToAddressBook.mnemonic: r !*addToAddressBook.acceleratorText: Alt+N *addToAddressBook.documentationString: \ Create a new address book card entry *abNewList.labelString: New List... *abNewList.mnemonic: s *abNewList.documentationString: \ Create a new address book list *abNewPAB.labelString: New Address Book... *abNewPAB.mnemonic: A *abNewPAB.documentationString: \ Create a new address book *abNewLDAPDirectory.labelString: New Directory... *abNewLDAPDirectory.mnemonic: D *abNewLDAPDirectory.documentationString: \ Create a Directory Server *menuBar*import.labelString: Import... *menuBar*import.mnemonic: I *AddressBook*import.documentationString: \ Import a file into the address book ! ! customized for PAB ! *AddressBook*menuBar*saveAs.labelString: Export... *AddressBook*menuBar*saveAs.mnemonic: E *AddressBook*menuBar*toggleNavigationToolbar.labelString: Address Book Toolbar *AddressBook*menuBar*toggleNavigationToolbar.mnemonic: A *AddressBook*menuBar*abToggleABPane.labelString: Address Books *AddressBook*menuBar*abToggleABPane.mnemonic: B *menuBar*abCall.labelString: Call *menuBar*abCall.mnemonic: l *abCall.documentationString: \ Place a call with Netscape Conference ! ! i18n labels: used in AB search dialog, Message filter dialog, ! and Search Message dialog ! !*I18nColon.labelString: will be something like : !*I18nFirst.labelString: will be something like the !*I18nRest.labelString: will be something like or/and ! *I18nColon.labelString: *I18nFirst.labelString: *I18nRest.labelString: !======================= ! File Menu - Bookmarks !======================= *newBookmark.labelString: New Bookmark... *bookmarks*menuBar*newBookmark.mnemonic: w *newBookmark.documentationString: \ Create a new bookmark entry *newFolder.labelString: New Folder... *bookmarks*menuBar*newFolder.mnemonic: F *bookmarks*newFolder.documentationString: \ Create a new bookmark folder *newSeparator.labelString: New Separator *bookmarks*menuBar*newSeparator.mnemonic: S *bookmarks*newSeparator.documentationString: \ Create a new separator *bookmarks*menuBar*openBookmarkFile.labelString: Open Bookmarks File... *bookmarks*menuBar*openBookmarkFile.mnemonic: F *bookmarks*openBookmarkFile.documentationString: \ Open a bookmarks file in this window *bookmarks*menuBar*openSelected.labelString: Go to Bookmark *bookmarks*menuBar*openSelected.mnemonic: k *bookmarks*openSelected.documentationString: \ Open the selected bookmark in a browser window *bookmarks*menuBar*import.labelString: Import... *bookmarks*menuBar*import.mnemonic: I *bookmarks*import.documentationString: \ Import another bookmark list into the current list *bookmarks*menuBar*addToToolbar.labelString: Add Selection to Toolbar *bookmarks*menuBar*addToToolbar.mnemonic: A *bookmarks*addToToolbar.documentationString: \ Add bookmark to the Personal Toolbar *bookmarks*menuBar*createShortcut.labelString: Create Shortcut *bookmarks*menuBar*createShortcut.mnemonic: t *bookmarks*createShortcut.documentationString: \ Create an Internet Shortcut to the selected bookmark *makeAlias.labelString: Make Alias *makeAlias.mnemonic: M *makeAlias.documentationString: \ Make a bookmark alias to the selected bookmark !===================== ! File Menu - History !===================== *history*menuBar*openSelected.labelString: Go to Page *history*menuBar*openSelected.mnemonic: e *history*openSelected.documentationString: \ Open the selected page in a browser window *history*menuBar*addToToolbar.labelString: Add Page to Toolbar *history*menuBar*addToToolbar.mnemonic: A *history*addToToolbar.documentationString: \ Add the selected page to the Personal Toolbar *history*menuBar*print.labelString: Print History... !======================= ! Edit Menu - Navigator !======================= *undo.labelString: Undo *undo.mnemonic: U *undo.acceleratorText: Alt+Z *undo.documentationString: Undo the previous action *redo.labelString: Redo *redo.mnemonic: R *redo.acceleratorText: Alt+Y *redo.documentationString: Redo the next action *cut.labelString: Cut *cut.mnemonic: t *cut.acceleratorText: Alt+X *cut.documentationString: \ Cut the selected text and put it on the clipboard *copy.labelString: Copy *copy.mnemonic: C *copy.acceleratorText: Alt+C *copy.documentationString: \ Copy the selected text and put it on the clipboard *paste.labelString: Paste *paste.mnemonic: P *paste.acceleratorText: Alt+V *paste.documentationString: Insert clipboard contents *delete.labelString: Delete *delete.mnemonic: D *delete.acceleratorText: Alt+D *delete.documentationString: Delete the selected text ! EditorFrame uses this one *deleteItem.labelString: Delete *deleteItem.mnemonic: D *deleteItem.acceleratorText: Alt+D *deleteItem.documentationString:Delete the selected text *selectAll.labelString: Select All *selectAllCmdString: Select All *selectAllInFrameCmdString: Select All in Frame *selectAll.mnemonic: A *selectAll.acceleratorText: Alt+A *selectAll.documentationString: Select the entire page ! Thread Window Edit/Select pullaside menu *MailThread*selectAll.labelString: All *MailThread*selectAllCmdString: All *MailThread*selectAllInFrameCmdString: All in Frame *menuBar*findInObject.labelString: Find in Page... *Composition*menuBar*findInObject.labelString: Find... *MailMsg*menuBar*findInObject.labelString: Find... *MailThread*menuBar*findInObject.labelString: Find... *findInObjectCmdString: Find in Page... *findInFrameCmdString: Find in Frame... *menuBar*findInObject.mnemonic: F *menuBar*findInObject.acceleratorText: Alt+F *findInObject.documentationString: \ Search for text in the current page *menuBar*findAgain.labelString: Find Again *menuBar*findAgain.mnemonic: g *menuBar*findAgain.acceleratorText: Alt+G *findAgain.documentationString: Repeat last Find operation *Navigator*menuBar*search.labelString: Search Internet *Navigator*menuBar*search.mnemonic: I *Navigator*search.documentationString: \ Search the Internet for information *menuBar*searchAddress.labelString: Search Directory *menuBar*searchAddress.mnemonic: y *searchAddress.documentationString: \ Search a directory to find a person *menuBar*editPreferences.labelString: Preferences... *menuBar*editPreferences.mnemonic: e *editPreferences.documentationString: \ Change user preferences for the application !=========================== ! Edit Menu - Page Composer !=========================== *deleteTableMenu.labelString: Delete Table !*deleteTableMenu.mnemonic: b *deleteTableMenu.mnemonic: l ! Edit/Delete Table Submenu *deleteTable.labelString: Table *deleteTable.mnemonic: T *deleteTable.documentationString: \ Delete the entire table at current cursor location ! new *deleteTableRow.labelString: Row *deleteTableRow.mnemonic: R *deleteTableRow.documentationString: \ Delete the row in the current cursor location *deleteTableColumn.labelString: Column *deleteTableColumn.mnemonic: o *deleteTableColumn.documentationString: \ Delete the column in the current cursor location *deleteTableCell.labelString: Cell *deleteTableCell.mnemonic: C *deleteTableCell.documentationString: \ Delete the cell in the current cursor location ! end Edit/Delete Table Submenu *removeLink.labelString: Remove Link *removeLink.mnemonic: k *removeLinks.labelString: Remove Links *menuBar*removeLinks.mnemonic: R *removeLinks.documentationString: \ Remove the link corresponding to the selected text *selectTable.labelString: Select Table *selectTable.mnemonic: b *selectTable.documentationString: \ Select the table at the current cursor location *menuBar*editPageSource.labelString: HTML Source *editPageSource.documentationString: \ Edit the HTML source for the current page !============================= ! Edit Menu - Compose Message !============================= *menuBar*pasteAsQuoted.labelString: Paste as Quotation *menuBar*pasteAsQuoted.mnemonic: Q *pasteAsQuoted.documentationString: \ Paste clipboard contents in quoted form !============================ ! Edit Menu - Message Center !============================ *menuBar*search.labelString: Search Messages... *menuBar*search.mnemonic: S *menuBar*search.acceleratorText: Alt+Shift+F *search.documentationString: Search mail and newsgroup messages *menuBar*editConfiguration.labelString: Mail Account *menuBar*editConfiguration.mnemonic: M *menuBar*moderateDiscussion.labelString: Manage Newsgroups *menuBar*moderateDiscussion.mnemonic: N *menuBar*editMailFilterRules.labelString: Message Filters... *menuBar*editMailFilterRules.mnemonic: i *editMailFilterRules.documentationString: \ Set rules for filtering mail into folders *popup*deleteNewsgroup.labelString: Remove Newsgroup Server *popup*addNewsgroup.labelString: Subscribe to Newsgroups... *newsServerPropsCmdString: Newsgroup Server Properties *newsgroupPropsCmdString: Newsgroup Properties *folderPropsCmdString: Properties *mailServerPropsCmdString: Mail Server Properties *menuBar*viewProperties.labelString: Properties *menuBar*viewProperties.mnemonic: s *viewProperties.documentationString: \ View mail folder or newsgroup properties ! text generated dynamically *menuBar*deleteFolder.mnemonic: D *menuBar*deleteFolder.acceleratorText: Alt+D !============================= ! Edit Menu - Message Threads !============================= *deleteAny.labelString: Delete Message *deleteAny.mnemonic: D *deleteAny.acceleratorText: Alt+D *selectSubmenu.labelString: Select *selectSubmenu.mnemonic: l ! Edit/Select Submenu *selectThread.labelString: Thread *selectThread.mnemonic: T *selectThread.acceleratorText: Alt+Shift+A *selectCategory.labelString: Category *selectCategory.mnemonic: C *selectFlaggedMessages.labelString: Flagged Messages *selectFlaggedMessages.mnemonic: F *selectAllMessages.labelString: All Messages *selectAllMessages.mnemonic: M ! end Edit/Select Submenu !========================== ! Edit Menu - Address Book !========================== *menuBar*abDelete.labelString: Delete *menuBar*abDelete.mnemonic: D *menuBar*abDelete.acceleratorText: Del *abDelete.documentationString: \ Delete the selected address book entries *menuBar*abDeleteAllEntries.labelString: Delete All Occurrences *menuBar*abDeleteAllEntries.mnemonic: O *menuBar*abSearchFor.labelString: Search for... *menuBar*abSearchFor.mnemonic: f *menuBar*displayHTMLDomainsDialog.labelString: HTML Domains... *menuBar*displayHTMLDomainsDialog.mnemonic: H *displayHTMLDomainsDialog.documentationString: \ Edit the list of domains that can receive HTML messages *AddressBook*menuBar*viewProperties.labelString: Properties *AddressBook*menuBar*viewProperties.mnemonic: s *viewProperties.documentationString: \ Place a call with Netscape Conference *AddressBook**menuBar*selectAll.acceleratorText: !======================= ! Edit Menu - Bookmarks !======================= *bookmarks*menuBar*findInObject.labelString: Find in Bookmarks... *bookmarks*findInObject.documentationString: \ Find a bookmark in the list *bookmarkProperties.labelString: Bookmark Properties *menuBar*bookmarkProperties.mnemonic: P *bookmarkProperties.documentationString: \ View the properties of the selected bookmark !======================= ! Edit Menu - History !======================= *history*menuBar*search.labelString: Search History List *history*menuBar*search.mnemonic: H *history*search.documentationString: \ Search for one or more items in the History List !======================= ! View Menu - Navigator !======================= *menuBar*toggleNavigationToolbar.labelString: Navigation Toolbar *menuBar*toggleNavigationToolbar.mnemonic: N *menuBar*toggleNavigationToolbar.documentationString: Show or hide the Navigation toolbar *menuBar*toggleLocationToolbar.labelString: Location Toolbar *menuBar*toggleLocationToolbar.mnemonic: L *toggleLocationToolbar.documentationString: Show or hide the Location toolbar *menuBar*togglePersonalToolbar.labelString: Personal Toolbar *menuBar*togglePersonalToolbar.mnemonic: P *togglePersonalToolbar.documentationString: Show or hide the Personal toolbar *menuBar*increaseFont.labelString: Increase Font *menuBar*increaseFont.mnemonic: F *menuBar*increaseFont.acceleratorText: Alt+] *increaseFont.documentationString: \ Increase the font size for viewing this page *menuBar*decreaseFont.labelString: Decrease Font *menuBar*decreaseFont.mnemonic: n *menuBar*decreaseFont.acceleratorText: Alt+[ *decreaseFont.documentationString: \ Decrease the font size for viewing this page *reload.labelString: Reload *reload.mnemonic: R *reload.acceleratorText: Alt+R ! In mail and news reply to sender uses this accelerator *MailThread*menuBar*reload.acceleratorText: *MailMsg*menuBar*reload.acceleratorText: *News*menuBar*reload.acceleratorText: *reload.documentationString: Reload the current page *showImages.labelString: Show Images *showImages.mnemonic: g *showImages.documentationString: Show the images in the current page *refresh.labelString: Refresh *refresh.mnemonic: h *refresh.documentationString: Refresh the screen *stopAnimationsCmdString: Stop Animations *stopLoadingCmdString: Stop Loading *stopLoading.labelString: Stop Loading *stopLoading.mnemonic: S *stopLoading.acceleratorText: ESC *stopLoading.documentationString: Stop the current transfer !xxx need separate doc string for stop animations *viewPageSource.labelString: Page Source *viewPageSource.acceleratorText: Alt+U *viewPageSource.documentationString:View the HTML source of the current page *viewPageInfo.labelString: Page Info *viewPageInfo.mnemonic: I *viewPageInfo.documentationString: View information about the current page *pageServices.labelString: Page Services *pageServices.mnemonic: P !*pageServices.documentationString: *menuBar*encodingSubmenu.labelString: Character Set *menuBar*encodingSubmenu.mnemonic: C *encodingSubmenu.documentationString: \ Change character encoding of the current page ! View/Encoding Submenu *latin1EncCmdString: Western (ISO-8859-1) *885915EncCmdString: Western (ISO-8859-15) *latin2EncCmdString: Central European (ISO-8859-2) *Win1250EncCmdString: Central European (Windows-1250) *jaAutoEncCmdString: Japanese (Auto-Detect) *jaSJISEncCmdString: Japanese (Shift_JIS) *jaEUCEncCmdString: Japanese (EUC-JP) *twBig5EncCmdString: Traditional Chinese (Big5) *twEUCEncCmdString: Traditional Chinese (EUC-TW) *gbEUCEncCmdString: Simplified Chinese (GB2312) *krEUCEncCmdString: Korean (Auto-Detect) *2022krEncCmdString: Korean (ISO-2022-KR) *koi8rEncCmdString: Cyrillic (KOI8-R) *88595EncCmdString: Cyrillic (ISO-8859-5) *Win1251EncCmdString: Cyrillic (Windows-1251) *cp866EncCmdString: Cyrillic (CP-866) *greekEncCmdString: Greek (ISO-8859-7) *Win1253EncCmdString: Greek (Windows-1253) *88599EncCmdString: Turkish (ISO-8859-9) *unicode_utf8EncCmdString: Unicode (UTF-8) *unicode_utf7EncCmdString: Unicode (UTF-7) *otherEncCmdString: User-Defined *setDefaultDocCSID: Set Default Character Set *setDefaultDocumentEncoding.documentationString: \ Set the Global Default Documentation Encoding ! end View/Encoding Submenu !============================== ! View Menu - Page Composer !============================== *toggleMenubar.labelString: Menu bar *toggleMenubar.documentationString: \ Show or hide the Menu bar *Editor*toggleNavigationToolbar.labelString: Composition toolbar *Editor*toggleNavigationToolbar.documentationString: \ Show or hide the Composition toolbar *toggleFormatToolbar.labelString: Formatting toolbar *toggleFormatToolbar.documentationString: \ Show or hide the Formatting toolbar *menuBar*toggleParagraphMarks.labelString: Paragraph Marks *menuBar*toggleParagraphMarks.mnemonic: P *toggleParagraphMarks.documentationString: \ Show or hide the paragraph marks !============================= ! View Menu - Compose Message !============================= *Composition*menuBar*toggleNavigationToolbar.labelString: Message Toolbar *Composition*toggleAddressArea.documentationString: \ Show or hide the Addressing Area *Composition*toggleAddressArea.tipString: Addressing Area *Composition*toggleAddressArea.mnemonic: A *Composition*toggleAddressArea.labelString: Addressing Area *Composition*toggleNavigationToolbar.labelString: Message toolbar *Composition*toggleNavigationToolbar.documentationString: \ Show or hide the Message toolbar *Composition*toggleNavigationToolbar.mnemonic: T !xxx add Show/Hide Addressing Area *Composition*menuBar*viewAddresses.labelString: Address Pane *Composition*menuBar*viewAddresses.mnemonic: A *Composition*viewAddresses.documentationString: \ View addresses of recipients *Composition*menuBar*viewAttachments.labelString: Attachment Pane *Composition*menuBar*viewAttachments.mnemonic: t *viewAttachments.documentationString: \ View message attachments *Composition*menuBar*viewOptions.labelString: Options Pane *Composition*menuBar*viewOptions.mnemonic: O *Composition*viewOptions.documentationString: View message options !xxx no longer in spec (viewMessageBodyOnly) *Composition*menuBar*viewMessageBodyOnly.labelString: Message Body Only *Composition*menuBar*viewMessageBodyOnly.mnemonic: B *Composition*viewMessageBodyOnly.documentationString: \ View the message body and hide the adresses *Composition*menuBar*wrapLongLines.labelString: Wrap Long Lines *Composition*menuBar*wrapLongLines.mnemonic: W *Composition*wrapLongLines.documentationString: \ Wrap long lines when the message is sent !============================ ! View Menu - Message Center !============================ *MailFolder*menuBar*toggleNavigationToolbar.labelString: Message Toolbar *MailFolder*menuBar*toggleNavigationToolbar.mnemonic: M *MailFolder*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Folder toolbar *menuBar*showSubmenu.labelString: Show *menuBar*showSubmenu.mnemonic: w *MailFolder*toggleNavigationToolbar.documentationString: \ Show or hide the Message Center toolbar *MailFolder*toggleNavigationToolbar.mnemonic: M *menuBar*moveSubmenu.labelString: Move Folder !============================= ! View Menu - Message Threads !============================= *MailThread*menuBar*toggleNavigationToolbar.labelString: Message Toolbar *MailThread*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Message toolbar *MailThread*toggleNavigationToolbar.mnemonic: M *menuBar*toggleMessageExpansion.labelString: Message *menuBar*toggleMessageExpansion.mnemonic: g *menuBar*toggleMessageExpansion.documentationString: Show or hide the message. *menuBar*toggleFolderExpansion.labelString: Folders *menuBar*toggleFolderExpansion.mnemonic: F *menuBar*toggleFolderExpansion.documentationString: Show or hide the list of folders. *menuBar*sortSubmenu.labelString: Sort *menuBar*sortSubmenu.mnemonic: o ! View/Sort Submenu *menuBar*sortBySubject.labelString: by Subject *menuBar*sortBySubject.mnemonic: S *menuBar*sortBySender.labelString: by Sender *menuBar*sortBySender.mnemonic: r *menuBar*sortByDate.labelString: by Date *menuBar*sortByDate.mnemonic: e *menuBar*sortByFlag.labelString: by Flag *menuBar*sortByFlag.mnemonic: F *menuBar*sortByPriority.labelString: by Priority *menuBar*sortByPriority.mnemonic: P *menuBar*sortByThread.labelString: by Thread *menuBar*sortByThread.mnemonic: T *menuBar*sortBySize.labelString: by Size *menuBar*sortBySize.mnemonic: z *menuBar*sortByStatus.labelString: by Status *menuBar*sortByStatus.mnemonic: u *menuBar*sortByUnread.labelString: by Unread *menuBar*sortByUnread.mnemonic: n *menuBar*sortByMessageNumber.labelString: by Order Received *menuBar*sortByMessageNumber.mnemonic: O *menuBar*sortForward.labelString: Ascending *menuBar*sortForward.mnemonic: A *menuBar*sortBackward.labelString: Descending *menuBar*sortBackward.mnemonic: D ! end View/Sort Submenu *menuBar*expandCollapseSubmenu.labelString: Expand/Collapse *menuBar*expandCollapseSubmenu.mnemonic: x ! View/Expand/Collapse Submenu *menuBar*expand.labelString: Expand *menuBar*expand.mnemonic: x *menuBar*expand.acceleratorText: + *menuBar*expandAll.labelString: Expand All *menuBar*expandAll.mnemonic: A *menuBar*expandAll.acceleratorText: * *menuBar*collapse.labelString: Collapse *menuBar*collapse.mnemonic: C *menuBar*collapse.acceleratorText: - *menuBar*collapseAll.labelString: Collapse All *menuBar*collapseAll.mnemonic: l *menuBar*collapseAll.acceleratorText: / ! end View/Expand/Collapse Submenu *menuBar*threadSubmenu.labelString: Messages *menuBar*threadSubmenu.mnemonic: M ! View/Messages Submenu *menuBar*viewNew.labelString: Unread *menuBar*viewNew.mnemonic: U *viewNew.documentationString: Show only unread messages *menuBar*viewThreadsWithNew.labelString:Threads with Unread *menuBar*viewThreadsWithNew.mnemonic: T *viewThreadsWithNew.documentationString: \ Show threads that contain new messages *menuBar*viewWatchedThreadsWithNew.labelString: Watched Threads with Unread *menuBar*viewWatchedThreadsWithNew.mnemonic: W *viewWatchedThreadsWithNew.documentationString: \ Show watched threads that contain new messages *menuBar*viewAllThreads.labelString: All *menuBar*viewAllThreads.mnemonic: A *viewAllThreads.documentationString: Show all messages ! end View/Messages Submenu *menuBar*headersSubmenu.labelString: Headers *menuBar*headersSubmenu.mnemonic: d ! View/Headers Submenu *menuBar*showAllHeaders.labelString: All *menuBar*showAllHeaders.mnemonic: A *showAllHeaders.documentationString: Show all headers *menuBar*showNormalHeaders.labelString: Normal *menuBar*showNormalHeaders.mnemonic: N *showNormalHeaders.documentationString: Show regular headers *showBriefHeaders.labelString: Brief *menuBar*showBriefHeaders.mnemonic: B *menuBar*showBriefHeaders.documentationString: Show brief headers ! end View/Headers Submenu !xxx nolonger an attachments submenu *menuBar*attachmentsSubmenu.labelString: Attachments *menuBar*attachmentsSubmenu.mnemonic: n *menuBar*viewAttachmentsInline.labelString: View Attachments Inline *menuBar*viewAttachmentsInline.mnemonic: A *viewAttachmentsInline.documentationString: \ Show attachments in message as inline objects or links *rot13Message.labelString: Unscramble (ROT13) *rot13Message.mnemonic: U *rot13Message.documentationString: \ Unscramble naughty jokes *wrapLongLines.labelString: Wrap Long Lines *wrapLongLines.mnemonic: p *wrapLongLines.documentationString: \ Wrap long lines when displaying message !============================ ! View Menu - Message Window !============================ !========================== ! View Menu - Address Book !========================== *AddressBook*toggleNavigationToolbar.documentationString: \ Show or hide the Address Book toolbar *AddressBook*toggleNavigationToolbar.mnemonic: B *menuBar*abByType.labelString: by Type *menuBar*abByType.mnemonic: T *abByType.documentationString: \ Sort address book entries by type *menuBar*abByName.labelString: by Name *menuBar*abByName.mnemonic: N *abByName.documentationString: \ Sort address book entries by name *menuBar*abByEmailAddress.labelString: by Email Address *menuBar*abByEmailAddress.mnemonic: E *abByEmailAddress.documentationString: \ Sort address book entries by email address *menuBar*abByNickName.labelString: by Nickname *menuBar*abByNickName.mnemonic: k *abByNickName.documentationString: \ Sort address book entries by nickname *menuBar*abByCompany.labelString: by Organization !*menuBar*abByCompany.mnemonic: O *abByCompany.documentationString: \ Sort address book entries by organization *menuBar*abByLocality.labelString: by City *menuBar*abByLocality.mnemonic: i *abByLocality.documentationString: \ Sort address book entries by city ! shared with other windows *menuBar*sortAscending.labelString: Ascending *menuBar*sortAscending.mnemonic: A *AddressBook*menuBar*sortAscending.documentationString: \ Sort address book entries in ascending order *menuBar*sortDescending.labelString: Descending *menuBar*sortDescending.mnemonic: D *AddressBook*sortDescending.documentationString: \ Sort address book entries in descending order *menuBar*abVCard.labelString: My Address Book Card... *menuBar*abVCard.mnemonic: o *abVCard.documentationString: \ Create and edit my address book card *menuBar*abStopSearch.labelString: Stop Searching *menuBar*abStopSearch.mnemonic: S *menuBar*abStopSearch.acceleratorText: Esc !======================= ! View Menu - Bookmarks !======================= bookmarks*menuBar*sortByTitle.labelString: by Name bookmarks*menuBar*sortByTitle.mnemonic: T bookmarks*sortByTitle.documentationString: \ Sort bookmarks by name *menuBar*sortByLocation.labelString: by Location *menuBar*sortByLocation.mnemonic: L *sortByLocation.documentationString: \ Sort bookmarks by location *sortByDateLastVisited.labelString: by Date Last Visited *sortByDateLastVisited.mnemonic: V *sortByDateLastVisited.documentationString: \ Sort bookmarks by date last visited *menuBar*sortByDateCreated.labelString: by Date Created *menuBar*sortByDateCreated.mnemonic: C *sortByDateCreated.documentationString: \ Sort bookmarks by date created *menuBar*moveBookmarkUp.labelString: Move Up *menuBar*moveBookmarkUp.mnemonic: U *menuBar*moveBookmarkUp.acceleratorText: Shift+Up *moveBookmarkUp.documentationString: \ Move the bookmark up in the list *menuBar*moveBookmarkDown.labelString: Move Down *menuBar*moveBookmarkDown.mnemonic: w *menuBar*moveBookmarkDown.acceleratorText: Shift+Down *moveBookmarkDown.documentationString: \ Move the bookmark down in the list *menuBar*bookmarksWhatsNew.labelString: Update Bookmarks *menuBar*bookmarksWhatsNew.mnemonic: B *bookmarksWhatsNew.documentationString: \ Check bookmarks for updates *setToolbarFolder.labelString: Set as Toolbar Folder *setToolbarFolder.mnemonic: F *setToolbarFolder.documentationString: \ Set selected folder as the folder for the Personal Toolbar *setNewBookmarkFolder.labelString: Set as Folder for New Bookmarks *setNewBookmarkFolder.mnemonic: N *setNewBookmarkFolder.documentationString: \ Set selected folder as the folder for adding new bookmarks *setBookmarkMenuFolder.labelString: Set as Bookmark Menu *setBookmarkMenuFolder.mnemonic: M *setBookmarkMenuFolder.documentationString: \ Set selected folder as the folder for the Bookmark menu !===================== ! View Menu - History !===================== *menuBar*sortByTitle.labelString: by Title *menuBar*sortByTitle.mnemonic: T *sortByTitle.documentationString: \ Sort bookmarks by title *menuBar*sortByDateFirstVisited.labelString: by Date First Visited *menuBar*sortByDateFirstVisited.mnemonic: F *sortByDateFirstVisited.documentationString: \ Sort history list by date first visited *menuBar*sortByExpirationDate.labelString: by Expiration Date *menuBar*sortByExpirationDate.mnemonic: E *sortByExpirationDate.documentationString: \ Sort history list by expiration date *menuBar*sortByVisitCount.labelString: by Visit Count *menuBar*sortByVisitCount.mnemonic: C *sortByVisitCount.documentationString: \ Sort history list by visit count !===================== ! Go Menu - Navigator !===================== *back.labelString: Back *back.mnemonic: B *back.acceleratorText: Alt+Left *back.documentationString: Return to the previous page in History list *forward.labelString: Forward *forward.mnemonic: F *forward.acceleratorText: Alt+Right *forward.documentationString: Go to the next page in History list *menuBar*home.labelString: Home *menuBar*home.mnemonic: H !xxx dynamic *home.documentationString: !=========================== ! Go Menu - Message Threads !=========================== *menuBar*nextSubmenu.labelString: Next *menuBar*nextSubmenu.mnemonic: N *menuBar*prevSubmenu.labelString: Previous *menuBar*prevSubmenu.mnemonic: P *menuBar*nextMessage.labelString: Message *menuBar*nextMessage.mnemonic: M *menuBar*nextMessage.acceleratorText: Alt+Down *nextMessage.documentationString: \ Go to the next message *menuBar*nextUnreadMessage.labelString: Unread Message *menuBar*nextUnreadMessage.mnemonic: U *menuBar*nextUnreadMessage.acceleratorText: Alt+Shift+Down *nextUnreadMessage.documentationString: \ Go to the next unread message *menuBar*nextFlaggedMessage.labelString: Flagged Message *menuBar*nextFlaggedMessage.mnemonic: F *nextFlaggedMessage.documentationString: \ Go to the next flagged message *menuBar*nextUnreadThread.labelString: Unread Thread *menuBar*nextUnreadThread.mnemonic: T *menuBar*nextUnreadThread.acceleratorText: T *nextUnreadThread.documentationString: \ Go to the next unread thread *menuBar*nextCategory.labelString: Next Category *menuBar*nextCategory.mnemonic: C *nextCategory.documentationString: \ Go to the next category. *menuBar*nextUnreadCategory.labelString: Next Unread Category *menuBar*nextUnreadCategory.mnemonic: y *nextUnreadCategory.documentationString: \ Go to the next unread category. *menuBar*nextCollection.mnemonic: o *nextCollection.documentationString: \ Go to the next folder or group. *menuBar*nextUnreadCollection.mnemonic: d *menuBar*nextUnreadCollection.acceleratorText: G *nextUnreadCollection.documentationString: \ Go to the next unread folder or group. *menuBar*previousMessage.labelString: Message *menuBar*previousMessage.mnemonic: M *menuBar*previousMessage.acceleratorText: Alt+Up *previousMessage.documentationString: \ Go to the previous message *menuBar*previousUnreadMessage.labelString: Unread Message *menuBar*previousUnreadMessage.mnemonic: U *menuBar*previousUnreadMessage.acceleratorText: Alt+Shift+Up *previousUnreadMessage.documentationString: \ Go to the previous unread message *menuBar*previousFlaggedMessage.labelString: Flagged Message *menuBar*previousFlaggedMessage.mnemonic: F *previousFlaggedMessage.documentationString: \ Go to the previous flagged message *menuBar*firstUnreadMessage.labelString: First Unread Message *menuBar*firstUnreadMessage.mnemonic: U *menuBar*firstFlaggedMessage.labelString: First Flagged Message *menuBar*firstFlaggedMessage.mnemonic: F *firstFlaggedMessage.documentationString: \ Go to the first flagged message *MailThread*back.acceleratorText: Alt+Left *MailMsg*back.acceleratorText: Alt+Left *MailThread*back.documentationString: Go back to the last message *MailMsg*back.documentationString: Go back to the last message *MailThread*forward.mnemonic: w *MailMsg*forward.mnemonic: w *MailThread*forward.acceleratorText: Alt+Right *MailMsg*forward.acceleratorText: Alt+Right *MailThread*forward.documentationString: Go forward to the next message *MailMsg*forward.documentationString: Go forward to the next message !================================ ! Message Menu - Message Threads !================================ *menuBar*replySubmenu.labelString: Reply *menuBar*replySubmenu.mnemonic: R *replySubmenu.documentationString: \ Reply to one or more recipients. *menuBar*replyAllSubmenu.labelString: Reply to All *menuBar*replyAllSubmenu.mnemonic: p *replySubmenu.documentationString: \ Reply to one or all recipients. ! Message/Reply Submenu *replyToSender.labelString: to Sender Only *replyToSender.mnemonic: S *replyToSender.acceleratorText: Alt+R *replyToSender.documentationString: \ Mail a reply to the sender of the message selected *replyToAll.labelString: to Sender and All Recipients *replyToAll.mnemonic: S *replyToAll.acceleratorText: Alt+Shift+R *replyToAll.documentationString: \ Reply to all recipients of the message selected *replyToNewsgroup.labelString: to Newsgroup *replyToNewsgroup.mnemonic: N !*replyToNewsgroup.acceleratorText: Alt+D *replyToNewsgroup.documentationString: \ Post a reply to the newsgroup *replyToSenderAndNewsgroup.labelString: to Sender And Newsgroup *replyToSenderAndNewsgroup.mnemonic: N !*replyToSenderAndNewsgroup.acceleratorText: Alt+Shift+D *replyToSenderAndNewsgroup.documentationString: \ Post a reply to the newsgroup and mail a reply to the author ! end Message/Reply Submenu ! *cleanUpDisk.labelString: Clean Up Disk *cleanUpDisk.mnemonic: a *cleanUpDisk.documentationString: Purge old news messages *cleanUpDisk.tipString: Purge old news messages *menuBar*forwardSubmenu.labelString: Forward As *menuBar*forwardSubmenu.mnemonic: o *menuBar*forwardMessage.labelString: Forward *menuBar*forwardMessage.mnemonic: F *menuBar*forwardMessage.acceleratorText: Alt+L *forwardMessage.documentationString: \ Forward the selected message. *menuBar*forwardMessageAttachment.labelString: Attachment *menuBar*forwardMessageAttachment.mnemonic: A *menuBar*forwardMessageAttachment.documentationString: \ Forward the selected message as an attachment. *menuBar*forwardMessageQuoted.labelString: Quoted *menuBar*forwardMessageQuoted.mnemonic: Q *menuBar*forwardMessageQuoted.acceleratorText: Alt+Shift+L *forwardMessageQuoted.documentationString: \ Forward the selected message as quoted text. *menuBar*forwardMessageInLine.labelString: Inline *menuBar*forwardMessageInLine.mnemonic: I *forwardMessageInLine.documentationString: \ Forward the selected message inline *menuBar*fileSubmenu.labelString: Move Message *menuBar*fileSubmenu.mnemonic: M *fileSubmenu.documentationString: \ File the selected message to a folder *menuBar*copySubmenu.labelString: Copy Message *menuBar*copySubmenu.mnemonic: C *copySubmenu.documentationString: \ Copy the selected message to a folder *menuBar*addToABSubmenu.labelString: Add to Address Book *menuBar*addToABSubmenu.mnemonic: A ! Message/Add to Address Book Submenu *addSenderToAddressBook.labelString: Add Sender to Address Book *addSenderToAddressBook.mnemonic: S *addSenderToAddressBook.documentationString: \ Add sender to address book *addAllToAddressBook.labelString: All All to Address Book *addAllToAddressBook.mnemonic: A *addAllToAddressBook.documentationString: \ Add all recipients to address book ! end Message/Add to Address Book Submenu *menuBar*markSubmenu.labelString: Mark *menuBar*markSubmenu.mnemonic: k ! Message/Mark Submenu *markMessages.labelString: Flag *markMessages.mnemonic: F *markMessages.documentationString: Flag the selected message. *markMessageRead.labelString: as Read *markMessageRead.mnemonic: R *markMessageRead.acceleratorText: M *markMessageRead.documentationString: Mark selected messages as read *markMessageRead.tipString: Mark messages *markThreadRead.labelString: Thread as Read *markThreadRead.mnemonic: T *markThreadRead.documentationString: \ Mark messages with the same subject as read *markAllMessagesRead.labelString: All Read *markAllMessagesRead.mnemonic: A *markAllMessagesRead.acceleratorText: Alt+Shift+C *markAllMessagesRead.documentationString: \ Mark all messages as read *markMessageByDate.labelString: by Date... *markMessageByDate.mnemonic: D *markMessageByDate.acceleratorText: C *markMessageByDate.documentationString: \ Catch up in newsgroup and mark selected messages by date *markMessageForLater.labelString: for Later *markMessageForLater.mnemonic: L *markMessageForLater.acceleratorText: L *markMessageForLater.documentationString: \ Mark message to be read later ! end Message/Mark Submenu *menuBar*flagMessage.labelString: Flag *menuBar*flagMessage.mnemonic: F *flagMessage.documentationString: Flag selected messages *menuBar*ignoreThread.labelString: Ignore Thread *menuBar*ignoreThread.mnemonic: I *menuBar*ignoreThread.acceleratorText: K *ignoreThread.documentationString: Ignore selected thread *menuBar*ignoreCategory.labelString: Ignore Category *ignoreCategory.documentationString: Ignore selected category *menuBar*watchThread.labelString: Watch Thread *menuBar*watchThread.mnemonic: W *menuBar*watchThread.acceleratorText: W *watchThread.documentationString: \ Show when new messages arrive in this thread ! override shared resources *MailThread*mommy.tipString: Message Center *MailMsg*mommy.tipString: Open Folder *MailThread*menuBar*composeMessage.labelString: New Message *MailThread*menuBar*composeMessage.mnemonic: N *MailThread*menuBar*composeMessage.acceleratorText: Alt+M !============================= ! Insert Menu - Page Composer !============================= *menuBar*insert.labelString: Insert *menuBar*insertLink.labelString: Link... *menuBar*insertLink.mnemonic: L *insertLink.documentationString: Insert a link *menuBar*insertTarget.labelString: Target... *menuBar*insertTarget.mnemonic: T *insertTarget.documentationString: Insert a target *menuBar*insertImage.labelString: Image... *menuBar*insertImage.mnemonic: I *insertImage.documentationString: Insert an image *insertTableMenu.labelString: Table *insertTableMenu.mnemonic: e *insertTableMenu.documentationString: \ Insert table at current cursor location *menuBar*insertHorizontalLine.labelString: Horizontal Line... *menuBar*insertHorizontalLine.mnemonic: o *insertHorizontalLine.documentationString: \ Insert horizontal line *menuBar*insertHtmlTag.labelString: HTML Tag... *menuBar*insertHtmlTag.mnemonic: H *insertHtmlTag.documentationString: \ Insert an HTML tab *menuBar*insertNewLineBreak.labelString: New Line Break *menuBar*insertNewLineBreak.mnemonic: N *menuBar*insertNewLineBreak.acceleratorText: Shift+Return *insertNewLineBreak.documentationString: \ Insert a new link break at cursor location *menuBar*insertBreakBelow.labelString: Break below Image(s) *menuBar*insertBreakBelow.mnemonic: B *insertBreakBelow.documentationString: \ Insert break to continue text to the left and right *menuBar*insertNonBreaking.labelString: Nonbreaking Space *menuBar*insertNonBreaking.mnemonic: S *menuBar*insertNonBreaking.acceleratorText: Shift+Space *insertNonBreaking.documentationString: \ Insert a non-breaking space character at cursor location !============================= ! Format Menu - Page Composer !============================= *menuBar*formatMenu.labelString: Format *menuBar*fontStyleMenu.labelString: Font *menuBar*fontStyleMenu.mnemonic: F *fontStyleMenu.documentationString: Change the font face *menuBar*characterSizeMenu.labelString: Size *menuBar*characterSizeMenu.mnemonic: z ! Format/Size Submenu *setFontSizeMinusTwo.labelString: -2 *setFontSizeMinusTwo.documentationString: \ Set the relative font size to -2 *setFontSizeMinusOne.labelString: -1 *setFontSizeMinusOne.documentationString: \ Set the relative font size to -1 *setFontSizeZero.labelString: +0 *setFontSizeZero.documentationString: \ Set the relative font size to +0 *setFontSizePlusOne.labelString: +1 *setFontSizePlusOne.documentationString: \ Set the relative font size to +1 *setFontSizePlusTwo.labelString: +2 *setFontSizePlusTwo.documentationString: \ Set the relative font size to +2 *setFontSizePlusThree.labelString: +3 *setFontSizePlusThree.documentationString: \ Set the relative font size to +3 *setFontSizePlusFour.labelString: +4 *setFontSizePlusFour.documentationString: \ Set the relative font size to +4 *setFontSize.labelString: Default *setFontSize.documentationString: \ Set the relative font size to the default ! end Format/Size Submenu *menuBar*characterStyleMenu.labelString: Style *menuBar*characterStyleMenu.mnemonic: S ! Format/Style Submenu *toggleCharacterStyleBold.labelString: Bold *toggleCharacterStyleBold.documentationString: \ Set the style to Bold *toggleCharacterStyleItalic.labelString: Italic *toggleCharacterStyleItalic.documentationString: \ Set the style to Italic *toggleCharacterStyleUnderline.labelString: Underline *toggleCharacterStyleUnderline.documentationString: \ Set the style to Underline *toggleCharacterStyleFixed.labelString: Fixed *toggleCharacterStyleFixed.documentationString: \ Set the style to Fixed *toggleCharacterStyleSuperscript.labelString: Superscript *toggleCharacterStyleSuperscript.documentationString: \ Set the style to Superscript *toggleCharacterStyleSubscript.labelString: Subscript *toggleCharacterStyleSubscript.documentationString: \ Set the style to Subscript *toggleCharacterStyleStrikethrough.labelString: Strikethrough *toggleCharacterStyleStrikethrough.documentationString: \ Set the style to Strikethrough *toggleCharacterStyleBlink.labelString: Blinking *toggleCharacterStyleBlink.documentationString: \ Set the style to Blink ! end Format/Style Submenu *menuBar*characterColorMenu.labelString: Text Color *menuBar*characterColorMenu.mnemonic: C *menuBar*setCharacterColor.labelString: Text Color... *menuBar*setCharacterColor.mnemonic: C *menuBar*clearAllStyles.labelString: Remove All Styles *menuBar*clearAllStyles.mnemonic: r *clearAllStyles.documentationString: Remove all character styles *menuBar*setTableProperties.labelString: Table Properties *menuBar*setTableProperties.mnemonic: T *setTableProperties.documentationString: Change table properties *menuBar*headingStyleMenu.labelString: Heading *menuBar*headingStyleMenu.mnemonic: H ! Format/Heading Submenu *setParagraphStyleNormal.labelString: Normal *setParagraphStyleNormal.documentationString: \ Set the style to Normal *setParagraphStyleHeadingOne.labelString: Heading 1 *setParagraphStyleHeadingOne.documentationString: \ Set the style to heading 1 *setParagraphStyleHeadingTwo.labelString: Heading 2 *setParagraphStyleHeadingTwo.documentationString: \ Set the style to heading 2 *setParagraphStyleHeadingThree.labelString: Heading 3 *setParagraphStyleHeadingThree.documentationString: \ Set the style to heading 3 *setParagraphStyleHeadingFour.labelString: Heading 4 *setParagraphStyleHeadingFour.documentationString: \ Set the style to heading 4 *setParagraphStyleHeadingFive.labelString: Heading 5 *setParagraphStyleHeadingFive.documentationString: \ Set the style to heading 5 *setParagraphStyleHeadingSix.labelString: Heading 6 *setParagraphStyleHeadingSix.documentationString: \ Set the style to heading 6 ! end Format/Heading Submenu *menuBar*paragraphStyleMenu.labelString: Paragraph *menuBar*paragraphStyleMenu.mnemonic: P ! Format/Paragraph Style Submenu *setParagraphStyleAddress.labelString: Address *setParagraphStyleAddress.documentationString: \ Set the paragraph style to Address *setParagraphStyleFormatted.labelString: Formatted *setParagraphStyleFormatted.documentationString: \ Set the paragraph style to Formatted *setParagraphStyleDescriptionTitle.labelString: Description Title *setParagraphStyleDescriptionTitle.documentationString: \ Set the paragraph style to Description Title *setParagraphStyleDescriptionText.labelString: Description Text *setParagraphStyleDescriptionText.documentationString: \ Set the paragraph style to Description Text ! end Format/Paragraph Style Submenu *menuBar*listStyleMenu.labelString: List *menuBar*listStyleMenu.mnemonic: L ! Format/List Submenu *setListStyleNone.labelString: None *setListStyleNone.documentationString: \ Remove list style *setListStyleBulleted.labelString: Bulleted *setListStyleBulleted.documentationString: \ Insert bulletted list *setListStyleNumbered.labelString: Numbered *setListStyleNumbered.documentationString: \ Insert numbered list ! end Format/List Submenu *menuBar*indent.labelString: Increase Indent *menuBar*indent.mnemonic: I *indent.documentationString: Increase the indent one level *menuBar*outdent.labelString: Decrease Indent *menuBar*outdent.mnemonic: D *outdent.documentationString: Decrease the indent one level *menuBar*setObjectProperties.labelString: Object Properties *menuBar*setObjectProperties.mnemonic: e *setObjectProperties.documentationString: \ Change selected object properties *setPageProperties.labelString: Page Colors and Properties *setPageProperties.mnemonic: g *setPageProperties.documentationString: \ Change page properties *setSaveEncrypted.labelString: Save Encrypted *setSaveEncrypted.mnemonic: E *setSaveEncrypted.documentationString: \ Save this File as a Pre-Encrypted File *menuBar*alignmentStyleMenu.labelString: Align *menuBar*alignmentStyleMenu.mnemonic: A *setAlignmentStyleLeft.labelString: Left *setAlignmentStyleLeft.documentationString: \ Left-justify the current paragraph *setAlignmentStyleCenter.labelString: Center *setAlignmentStyleCenter.documentationString: \ Center-justify the current paragraph *setAlignmentStyleRight.labelString: Right *setAlignmentStyleRight.documentationString: \ Right-justify the current paragraph !============================ ! Tools Menu - Page Composer !============================ *menuBar*toolsMenu.labelString: Tools *spellCheck.labelString: Check Spelling... *spellCheck.acceleratorText: Alt+K *spellCheck.mnemonic: S *spellCheck.tipString: Check Spelling *spellCheck.documentationString: Check spelling errors in the page *Composition*spellCheck.documentationString: \ Check spelling errors in the message !=================== ! Communicator Menu !=================== *menuBar*openOrBringUpBrowser.labelString: Navigator *menuBar*openOrBringUpBrowser.mnemonic: N *menuBar*openOrBringUpBrowser.acceleratorText: Alt+1 *openOrBringUpBrowser.documentationString: \ Open a browser window *menuBar*openInbox.labelString: Messenger *menuBar*openInbox.mnemonic: M *menuBar*openInbox.acceleratorText: Alt+2 *openInbox.documentationString: \ Open the mail window and get new messages *menuBar*openNewsgroups.labelString: Newsgroups *menuBar*openNewsgroups.mnemonic: g !*menuBar*openNewsgroups.acceleratorText: Alt+3 *openNewsgroups.documentationString: \ Open the list of newsgroups *menuBar*openEditor.labelString: Composer *menuBar*openEditor.mnemonic: C *menuBar*openEditor.acceleratorText: Alt+3 *openEditor.documentationString: \ Open the web page editor *menuBar*openConference.labelString: Conference *menuBar*openConference.mnemonic: o *menuBar*openConference.acceleratorText: Alt+5 !*openConference.documentationString: \ !Open the conferencing window *menuBar*openCalendar.labelString: Calendar *menuBar*openCalendar.mnemonic: r *menuBar*openCalendar.acceleratorText: Alt+4 *openCalendar.documentationString: \ Open the personal calendar window *menuBar*openRadio.labelString: Radio *menuBar*openRadio.mnemonic: d *menuBar*openRadio.acceleratorText: Alt+7 *openRadio.documentationString: \ Open the radio player *menuBar*toggleTaskbarShowing.labelString: Floating Component Bar *menuBar*toggleTaskbarShowing.mnemonic: C *toggleTaskbarShowing.documentationString: \ Show or hide the Component Bar *menuBar*openFolders.labelString: Message Center *menuBar*openFolders.mnemonic: M !*menuBar*openFolders.acceleratorText: Alt+Shift+1 *openFolders.documentationString: \ Open the mail folders and newsgroups window *menuBar*openAddrBook.labelString: Address Book *menuBar*openAddrBook.mnemonic: A *menuBar*openAddrBook.acceleratorText: Alt+Shift+2 *openAddrBook.documentationString: \ Open the address book *menuBar*bookmarksSubmenu.labelString: Bookmarks *menuBar*bookmarksSubmenu.mnemonic: B *menuBar*toolsSubmenu.labelString: Tools *menuBar*toolsSubmenu.mnemonic: T *menuBar*serverToolsSubmenu.labelString: Server Tools *menuBar*serverToolsSubmenu.mnemonic: S ! Communicator/Bookmarks Submenu *addBookmark.labelString: Add Bookmark *addBookmark.mnemonic: A !*addBookmark.acceleratorText: Alt+K *addBookmark.documentationString: \ Add the current page to the Bookmarks list *menuBar*openBookmarks.labelString: Edit Bookmarks... *menuBar*openBookmarks.mnemonic: E !*menuBar*openBookmarks.acceleratorText: Alt+B *openBookmarks.documentationString: \ Edit the Bookmarks list *menuBar*fileBookmarksSubmenu.labelString: File Bookmark *menuBar*fileBookmarksSubmenu.mnemonic: F *fileBookmarksSubmenu.documentationString: \ File the current page in a Bookmarks folder *menuBar*placesSubmenu.labelString: Guide *menuBar*placesSubmenu.mnemonic: G ! Communicator/Bookmarks/Guide Submenu *menuBar*inetIndex.labelString: The Internet *menuBar*inetIndex.mnemonic: I *menuBar*inetWhite.labelString: People *menuBar*inetWhite.mnemonic: P *menuBar*inetYellow.labelString: Yellow Pages *menuBar*inetYellow.mnemonic: Y *menuBar*whatsNew.labelString: What's New? *menuBar*whatsNew.mnemonic: N *menuBar*whatsCool.labelString: What's Cool? *menuBar*whatsCool.mnemonic: C ! end Communicator/Bookmarks/Guide Submenu ! end Communicator/Bookmarks Submenu *menuBar*openHistory.labelString: History *menuBar*openHistory.mnemonic: H !*menuBar*openHistory.acceleratorText: Alt+H *openHistory.documentationString: Open the history window *menuBar*javaConsole.labelString: Java Console *menuBar*javaConsole.mnemonic: J *javaConsole.documentationString: Open the Java Console *menuBar*viewSecurity.labelString: Security Info *menuBar*viewSecurity.mnemonic: S !*menuBar*viewSecurity.acceleratorText: Alt+Shift+I *viewSecurity.documentationString: \ Show security information for this page ! Communicator/Server Tools Submenu *menuBar*manageMailingList.labelString: Mailing Lists *menuBar*manageMailingList.mnemonic: L *managePublicFolders.labelString: Folder Permissions *managePublicFolders.mnemonic: F ! end Communicator/Bookmarks Submenu !=========== ! Help Menu !=========== *menuBar*manual.labelString: Help Contents *menuBar*manual.mnemonic: H *manual.documentationString: Help manual *menuBar*relnotes.labelString: Release Notes *menuBar*relnotes.mnemonic: R *relnotes.documentationString: \ Information about the version of Communicator you are running *menuBar*productInfo.labelString: Product Support & Info *productInfo.documentationString: \ Product support and information *menuBar*feedback.labelString: How to Give Feedback *menuBar*feedback.mnemonic: G *feedback.documentationString: \ Instructions on how to give feedback about Netscape *menuBar*intl.labelString: For International Users *intl.documentationString: \ Information on running Netscape for international users *menuBar*aboutSecurity.labelString: On Security *menuBar*aboutSecurity.mnemonic: O *aboutSecurity.documentationString: \ Information regarding security on the Internet *menuBar*registration.labelString: Register Now *menuBar*registration.mnemonic: I *registration.documentationString: \ Product registration *menuBar*upgrade.labelString: Software *menuBar*upgrade.mnemonic: t *upgrade.documentationString: \ Download Netscape software and upgrades *menuBar*services.labelString: Netscape Direct *menuBar*aboutUsenet.labelString: Netiquette *menuBar*aboutplugins.labelString: About Plug-ins *menuBar*aboutplugins.mnemonic: P *aboutplugins.documentationString: \ Information about your plug-ins *menuBar*aboutfonts.labelString: About Font Displayers *menuBar*aboutfonts.mnemonic: D *menuBar*about.labelString: About Communicator *menuBar*aboutLite.labelString: About Navigator *menuBar*about.mnemonic: A *about.documentationString: \ Show product information, version number, and copyright !============== ! end of menus !============== ! Leftovers, old, and duplicates... *viewMailFilter.labelString: Mail Filters ! Mail filter stuff *filterDialog.dialogTitle: Message Filters *filterDialog*form*orderBox*orderLabel.labelString: Filter\norder *filterDialog*form*newFilter.labelString: New... *filterDialog*form*newFilter.mnemonic: N *filterDialog*form*editFilter.labelString: Edit... *filterDialog*form*editFilter.mnemonic: E *filterDialog*form*delFilter.labelString: Delete *filterDialog*form*delFilter.mnemonic: D *filterDialog*form*javaScript.labelString: Java Script *filterDialog*form*logbtn.labelString: Log filter use *filterDialog*form*logbtn.mnemonic: L *filterDialog*form*viewLog.labelString: View Log *filterDialog*form*viewLog.mnemonic: V *filterDialog*form*okbtn.labelString: OK *filterDialog*form*cancelbtn.labelString: Cancel *filterDialog*form*onserver.labelString: Filters on Server... *filterDialog*form*dropdownLabel.labelString: Filters for: *filterDialog*form*outlinerLabel.labelString:\ Filters will be applied in the following order: *filterDialog*form*frame