! Insert copyright and license here 1994 ! Netscape.ad --- app-defaults file for Netscape 4.78. ! ! 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: en ! 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-*-*-*-120-*--*-*-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: Add 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*frameTitle.labelString: Description *editFilterDialog.dialogTitle: Filter Rules *editFilterDialog*filterLabel.labelString: Filter Name: *editFilterDialog*criteriaFrameTitle.labelString: Filter Criteria *editFilterDialog*actionFrameTitle.labelString: Filter Action *editFilterDialog*scriptokbtn.labelString: OK *editFilterDialog*scriptokbtn.alignment: ALIGNMENT_CENTER *editFilterDialog*scriptcancelbtn.labelString: Cancel *editFilterDialog*scriptcancelbtn.alignment: ALIGNMENT_CENTER *editFilterDialog*scripteditbtn.labelString: Edit Script *editFilterDialog*scripteditbtn.alignment: ALIGNMENT_CENTER *editFilterDialog*editContainer*commandGrp*more.labelString: More *editFilterDialog*editContainer*commandGrp*more.mnemonic: M *editFilterDialog*editContainer*commandGrp*fewer.labelString: Fewer *editFilterDialog*editContainer*commandGrp*fewer.mnemonic: F *editFilterDialog*editContainer*despLabel.labelString: Description: *editFilterDialog*editContainer*okbtn.labelString: OK *editFilterDialog*editContainer*cancelbtn.labelString: Cancel *editFilterDialog*newFolder.labelString: New Folder... *editFilterDialog*newFolder.mnemonic: F *editHdrBtn.labelString: Customize Headers... ! The Edit headers dialog, for search and filter: *editHdrDialog.title: Customize Headers *editHdrDialog*editHdrLabel.labelString: Customize the message headers that you\ncan search for and filter on. *editHdrDialog*new.labelString: New *editHdrDialog*edit.labelString: Edit *editHdrDialog*delete.labelString: Delete ! The New Folder dialog: *newFolderDialog*dialogTitle: New Folder *newFolderDialog*name.labelString: Name: *newFolderDialog*subFolderOf.labelString: Create as a subfolder of: *newFolderDialog*folderTypeLabel.labelString: \ This server restricts the contents of folders.\n\ What will this folder contain? *newFolderDialog*foldersOnly.labelString: Folders only. *newFolderDialog*messagesOnly.labelString: Messages only. !============================================================================= ! MailCompose menubar !============================================================================= ! Don't limit these to just menubars or else they won't show up ! in popups. *setPriority.labelString: Priority *messageActionAskUser.labelString: Ask Me *messageActionText.labelString: Text *messageActionHTML.labelString: HTML *messageActionTextAndHTML.labelString: Text and HTML *attachFile.labelString: File... *attachFile.mnemonic: F *attachWebPage.labelString: Web Page... *attachWebPage.mnemonic: W *deleteAttachment.labelString: Delete Attachment *deleteAttachment.mnemonic: D *attachAddressBookCard.labelString: Personal Card (vCard) *attachAddressBookCard.mnemonic: A ! Edit Menu *menuBar*undoNull.labelString: Nothing to Undo *menuBar*undoTyping.labelString: Undo Typing *menuBar*undoAddText.labelString: Undo Add Text *menuBar*undoDeleteText.labelString: Undo Delete Text *menuBar*undoCut.labelString: Undo Cut *menuBar*undoPasteText.labelString: Undo Paste Text *menuBar*undoPasteHTML.labelString: Undo Paste HTML *menuBar*undoPasteHREF.labelString: Undo Paste HREF *menuBar*undoChangeAttributes.labelString: Undo Change Attributes *menuBar*undoIndent.labelString: Undo Indent *menuBar*undoParagraphAlign.labelString: Undo Align Paragraph *menuBar*undoMorphContainer.labelString: Undo Change Paragraph Style *menuBar*undoInsertHorizRule.labelString: Undo Insert Horizontal Rule *menuBar*undoSetHorizRuleData.labelString: Undo Set Horizontal Rule Data *menuBar*undoInsertImage.labelString: Undo Insert Image *menuBar*undoSetImageData.labelString: Undo Set Image Data *menuBar*undoInsertBreak.labelString: Undo Insert Break *menuBar*undoChangePageData.labelString: Undo Change Page Data *menuBar*undoSetMetaData.labelString: Undo Set Meta Data *menuBar*undoDeleteMetaData.labelString: Undo Delete Meta Data *menuBar*undoInsertTarget.labelString: Undo Insert Target *menuBar*undoSetTargetData.labelString: Undo Set Target Data *menuBar*undoInsertUnknownTag.labelString: Undo Unknown Tag *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data *menuBar*undoGroupOfChanges.labelString: Undo Changes *menuBar*undoSetListData.labelString: Undo Set List Data *menuBar*undoInsertTable.labelString: Undo Insert Table *menuBar*undoDeleteTable.labelString: Undo Delete Table *menuBar*undoSetTableData.labelString: Undo Set Table Data *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption *menuBar*undoInsertTableRow.labelString: Undo Insert Row *menuBar*undoSetTableRowData.labelString: Undo Set Row Data *menuBar*undoDeleteTableRow.labelString: Undo Delete Row *menuBar*undoInsertTableColumn.labelString: Undo Insert Column *menuBar*undoSetTableCellData.labelString: Undo Set Cell Data *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column *menuBar*undoInsertTableCell.labelString: Undo Insert Cell *menuBar*undoDeleteTableCell.labelString: Undo Delete Cell *menuBar*redoNull.labelString: Nothing to Redo *menuBar*redoTyping.labelString: Redo Typing *menuBar*redoAddText.labelString: Redo Add Text *menuBar*redoDeleteText.labelString: Redo Delete Text *menuBar*redoCut.labelString: Redo Cut *menuBar*redoPasteText.labelString: Redo Paste Text *menuBar*redoPasteHTML.labelString: Redo Paste HTML *menuBar*redoPasteHREF.labelString: Redo Paste HREF *menuBar*redoChangeAttributes.labelString: Redo Change Attributes *menuBar*redoIndent.labelString: Redo Indent *menuBar*redoParagraphAlign.labelString: Redo Align Paragraph *menuBar*redoMorphContainer.labelString: Redo Change Paragraph Style *menuBar*redoInsertHorizRule.labelString: Redo Insert Horizontal Rule *menuBar*redoSetHorizRuleData.labelString: Redo Set Horizontal Rule Data *menuBar*redoInsertImage.labelString: Redo Insert Image *menuBar*redoSetImageData.labelString: Redo Set Image Data *menuBar*redoInsertBreak.labelString: Redo Insert Break *menuBar*redoChangePageData.labelString: Redo Change Page Data *menuBar*redoSetMetaData.labelString: Redo Set Meta Data *menuBar*redoDeleteMetaData.labelString: Redo Delete Meta Data *menuBar*redoInsertTarget.labelString: Redo Insert Target *menuBar*redoSetTargetData.labelString: Redo Set Target Data *menuBar*redoInsertUnknownTag.labelString: Redo Unknown Tag *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data *menuBar*redoGroupOfChanges.labelString: Redo Changes *menuBar*redoSetListData.labelString: Redo Set List Data *menuBar*redoInsertTable.labelString: Redo Insert Table *menuBar*redoDeleteTable.labelString: Redo Delete Table *menuBar*redoSetTableData.labelString: Redo Set Table Data *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption *menuBar*redoInsertTableRow.labelString: Redo Insert Row *menuBar*redoSetTableRowData.labelString: Redo Set Row Data *menuBar*redoDeleteTableRow.labelString: Redo Delete Row *menuBar*redoInsertTableColumn.labelString: Redo Insert Column *menuBar*redoSetTableCellData.labelString: Redo Set Cell Data *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column *menuBar*redoInsertTableCell.labelString: Redo Insert Cell *menuBar*redoDeleteTableCell.labelString: Redo Delete Cell ! new ! View Menu *Editor*menuBar*source.labelString: View Document Source *Editor*menuBar*source.mnemonic: S *menuBar*editSource.labelString: Edit Document Source *menuBar*editSource.mnemonic: E *menuBar*paragraphMarks.labelString: Display Paragraph Marks *menuBar*paragraphMarks.mnemonic: P !*displayTableBoundaries.labelString: Display Table Boundaries *displayTables.labelString: Display Tables *displayTables.mnemonic: T ! new *menuBar*toggleComposeToolbar.labelString: Compose Toolbar *menuBar*toggleComposeToolbar.mnemonic: C *menuBar*toggleFormatToolbar.mnemonic: F *menuBar*toggleFormatToolbar.labelString: Formatting Toolbar *menuBar*toggleTableBorders.labelString: Table Borders *menuBar*toggleTableBorders.mnemonic: B ! Insert Menu ! new *menuBar*insertMenu.labelString: Insert *menuBar*insertListMenu.labelString: List *menuBar*insertBulletedList.labelString: Bulleted List *menuBar*insertNumberedList.labelString: Numbered List *insertTableRow.labelString: Row *insertTableRow.mnemonic: R *insertTableRow.documentationString: Insert a new row in the table *insertTableColumn.labelString: Column *insertTableColumn.mnemonic: o *insertTableColumn.documentationString: Insert a new column in the table *insertTableCell.labelString: Cell *insertTableCell.mnemonic: C *insertTableCell.documentationString: Insert a new cell in the table *insertHtml.labelString: HTML Tag... *insertHtml.mnemonic: H *insertHtml.documentationString: \ Insert an arbitrary HTML Tag at the insertion location *insertNonBreakingSpace.labelString: Non-breaking Space *insertNonBreakingSpace.mnemonic: S *insertBreakBelowImage.labelString: Break below Image(s) *insertBreakBelowImage.mnemonic: B *insertLineBreak.labelString: New Line Break *insertLineBreak.mnemonic: L ! Insert/Tables pullaside. *insertTable.labelString: Table... *insertTable.mnemonic: T *insertRow.labelString: Row *insertRow.mnemonic: R *insertColumn.labelString: Column *insertColumn.mnemonic: o *insertCell.labelString: Cell *insertCell.mnemonic: C ! new ! Format Menu ! Properties Menu *menuBar*properties.labelString: Properties *menuBar*textProperties.labelString: Character Properties *menuBar*textProperties.mnemonic: e *menuBar*linkProperties.labelString: Link Properties *menuBar*linkProperties.mnemonic: L *menuBar*imageProperties.labelString: Image Properties *menuBar*imageProperties.mnemonic: I *menuBar*targetProperties.labelString: Target Properties *menuBar*targetProperties.mnemonic: a *menuBar*tableProperties.labelString: Table Properties *menuBar*tableProperties.mnemonic: T *menuBar*hruleProperties.labelString: Horizontal Line Properties *menuBar*hruleProperties.mnemonic: o *menuBar*tagProperties.labelString: HTML Tag Properties *menuBar*tagProperties.mnemonic: H *menuBar*documentProperties.labelString: Document Properties *menuBar*documentProperties.mnemonic: D ! Properties Character Pullaside *charProperties.labelString: Character *charProperties.mnemonic: C *charProperties.bold.labelString: Bold *charProperties.bold.acceleratorText: Alt+B *charProperties.bold.mnemonic: B *charProperties.underline.labelString: Underline *charProperties.underline.acceleratorText: Alt+U *charProperties.underline.mnemonic: U *charProperties.italic.labelString: Italic *charProperties.italic.acceleratorText: Alt+I *charProperties.italic.mnemonic: I *charProperties.fixed.labelString: Fixed Width *charProperties.fixed.acceleratorText: Alt+T *charProperties.fixed.mnemonic: F *charProperties.superscript.labelString: Superscript *charProperties.superscript.mnemonic: p *charProperties.subscript.labelString: Subscript *charProperties.subscript.mnemonic: S *charProperties.strikethrough.labelString: Strikethrough *charProperties.strikethrough.mnemonic: t *charProperties.blink.labelString: Blinking *charProperties.blink.mnemonic: k *charProperties.textColor.labelString: Text Color... *charProperties.textColor.mnemonic: C *charProperties.defaultColor.labelString: Default Color *charProperties.defaultColor.mnemonic: D *charProperties.serverJavaScript.labelString: JavaScript (Server) *charProperties.serverJavaScript.mnemonic: J *charProperties.clientJavaScript.labelString: JavaScript (Client) *charProperties.clientJavaScript.mnemonic: v *menuBar*charProperties.clearAllStyles.labelString: Clear All Styles *menuBar*charProperties.clearAllStyles.acceleratorText: Alt+K *menuBar*charProperties.clearAllStyles.mnemonic: a *menuBar*fontSize.labelString: Font Size *menuBar*fontSize.mnemonic: S *menuBar*paragraphProperties.labelString: Paragraph *menuBar*paragraphProperties.mnemonic: P *menuBar*paragraphProperties.indent.labelString: Indent one level *menuBar*paragraphProperties.indent.acceleratorText: Tab *menuBar*paragraphProperties.indent.mnemonic: I *menuBar*paragraphProperties.outdent.labelString: Remove one indent level *menuBar*paragraphProperties.outdent.acceleratorText: Shift+Tab *menuBar*paragraphProperties.outdent.mnemonic: R ! Properties Font Size PullAside/Toolbar Font Size Popup. *characterToolbar*fontSize.marginWidth: 0 *characterToolbar*fontSize.marginHeight: 0 *composeToolbar*fontSize.marginWidth: 0 *composeToolbar*fontSize.marginHeight: 0 *fontSize.XmPushButtonGadget.labelType: STRING *fontSize.minusTwo.labelString: -2 *fontSize.minusOne.labelString: -1 *fontSize.plusZero.labelString: +0 *fontSize.plusZero.mnemonic: 0 *fontSize.plusOne.labelString: +1 *fontSize.plusOne.mnemonic: 1 *fontSize.plusTwo.labelString: +2 *fontSize.plusTwo.mnemonic: 2 *fontSize.plusThree.labelString: +3 *fontSize.plusThree.mnemonic: 3 *fontSize.plusFour.labelString: +4 *fontSize.plusFour.mnemonic: 4 ! Properties Paragraph PullAside/Toolbar Properties Popup. *composeToolbar*paragraphProperties.marginWidth: 0 *composeToolbar*paragraphProperties.marginHeight: 0 *paragraphProperties.XmPushButtonGadget.labelType: STRING *normal.labelString: Normal *normal.mnemonic: N *headingOne.labelString: Heading 1 *headingOne.mnemonic: 1 *headingTwo.labelString: Heading 2 *headingTwo.mnemonic: 2 *headingThree.labelString: Heading 3 *headingThree.mnemonic: 3 *headingFour.labelString: Heading 4 *headingFour.mnemonic: 4 *headingFive.labelString: Heading 5 *headingFive.mnemonic: 5 *headingSix.labelString: Heading 6 *headingSix.mnemonic: 6 *address.labelString: Address *address.mnemonic: A *formatted.labelString: Formatted *formatted.mnemonic: F *listItem.labelString: List Item *listItem.mnemonic: L *descriptionItem.labelString: Description Title *descriptionItem.mnemonic: T *descriptionText.labelString: Description Text *descriptionText.mnemonic: x ! Tools menu ! Options Menu *menuBar*editorPrefs.labelString: Editor Preferences... *menuBar*editorPrefs.mnemonic: E *Editor*menuBar*showToolbar.labelString: Show File/Edit Toolbar *Editor*menuBar*showToolbar.mnemonic: T *menuBar*showCharacter.labelString: Show Character Toolbar *menuBar*showCharacter.mnemonic: C *menuBar*showParagraph.labelString: Show Paragraph Toolbar *menuBar*showParagraph.mnemonic: P ! Windows Menu *menuBar*netBrowser.labelString: Netscape Browser !============= ! Popup Menus !============= !this comes up when you right click on a person in the address book !so it should say "New Message" and not "Message" *popup*composeMessage.labelString: New Message ! *popup*viewProperties.labelString: Properties *popup*viewProperties.mnemonic: s ! *popup*abDelete.labelString: Delete *popup*abDelete.mnemonic: D *popup*abDelete.acceleratorText: Alt+D ! *popup*abDeleteAllEntries.labelString: Delete From All Lists ! *popup*addToAddressBook.labelString: New Card... *popup*addToAddressBook.mnemonic: w *popup*abNewList.labelString: New List... *popup*abNewList.mnemonic: L ! *popup*saveMessagesAs.labelString: Save As... *popup*saveMessagesAs.mnemonic: S *popup*saveMessagesAs.acceleratorText: Alt+S ! These are std Mail folder names. *popup*sentMail.labelString: Sent *popup*sentMail.mnemonic: S *popup*inbox.labelString: Inbox *popup*inbox.mnemonic: I *popup*trash.labelString: Trash *popup*trash.mnemonic: T *popup*newFolder.labelString: New... *popup*newFolder.mnemonic: N ! A few Message Center popups: *popup*openFolder.labelString: Open *popup*openFolderInNew.labelString: Open in New Window *popup*deleteFolder.labelString: Delete *popup*renameFolder.labelString: Rename... *popup*compactFolder.labelString: Compact *popup*subscribeFolder.labelString: Subscribe... *popup*unsubscribeFolder.labelString: Unsubscribe *popup*search.labelString: Search Messages *popup*search.labelString: Search Messages *popup*openNewsgroups.labelString: Open Newsgroups *popup*markNewsgroupsRead.labelString: Mark Newsgroup Read *popup*updateMessageCount.labelString: Update Message Count ! These are only in the threads window popup: *popup*ignoreThread.labelString: Ignore Thread *popup*ignoreThread.mnemonic: I *popup*watchThread.labelString: Watch Thread *popup*watchThread.mnemonic: W *popup*changePriority.labelString: Change Priority *popup*openSelected.labelString: Open Message *popup*openMsgInNew.labelString: Open Message in New Window *popup*editMsg.labelString: Edit Message *popup*addSenderToAddressBook.labelString: Add to Address Book ! the Mail Message window popup: ! many of these don't actually get there because they're ! overridden by the backend's allxpstr.h defs. *popup*replyToSender.labelString: Reply To Sender Only *popup*replyToSender.mnemonic: R *popup*replyToAll.labelString: Reply To Sender and All *popup*replyToAll.mnemonic: A *popup*replyToNewsgroup.labelString: Reply To Newsgroup *toolBar*popup_PopupMenu.PopupMenu.replyToSender.labelString: to Sender Only *toolBar*popup_PopupMenu.PopupMenu.replyToNewsgroup.labelString: to Newsgroup *popup*replyToSenderAndNewsgroup.labelString: Reply To Sender and Newsgroup *popup*forwardMessage.labelString: Forward *popup*forwardMessage.mnemonic: a *popup*forwardMessageQuoted.labelString: Forward Quoted *popup*forwardMessage.mnemonic: Q *popup*forwardMessageInLine.labelString: Forward Inline *popup*forwardMessageInLine.mnemonic: l ! "Recipients"? What does that do? It's in the spec. *popup*addToAddrBkSubmenu.labelString: Add to Address Book *popup*addToABSubmenu.labelString: Add to Address Book *popup*addSenderToAddrBk.labelString: Sender *popup*addAllToAddrBk.labelString: All *popup*fileSubmenu.labelString: Move Message *popup*deleteMessage.labelString: Delete Message *popup*deleteMessage.mnemonic: D *popup*saveMessage.labelString: Save Message *popup*saveMessage.mnemonic: v *popup*print.labelString: Print Message... *popup*print.mnemonic: P ! Editor Popup Menu *popup*textProperties.labelString: Character Properties *popup*textProperties.mnemonic: x *popup*targetProperties.labelString: Target Properties *popup*targetProperties.mnemonic: a *popup*imageProperties.labelString: Image Properties *popup*imageProperties.mnemonic: I *popup*tableProperties.labelString: Table Properties *popup*tableProperties.mnemonic: T *popup*hruleProperties.labelString: Horizontal Line Properties *popup*hruleProperties.mnemonic: o *popup*tagProperties.labelString: HTML Tag Properties *popup*tagProperties.mnemonic: H *popup*paragraphProperties.labelString: Paragraph Properties *popup*paragraphProperties.mnemonic: g *popup*documentProperties.labelString: Document Properties *popup*documentProperties.mnemonic: D *popup*insert.labelString: Insert *popup*insert.mnemonic: s *popup*insertLink.labelString: Insert Link... *popup*insertLink.mnemonic: n *popup*linkProperties.labelString: Link Properties *popup*linkProperties.mnemonic: n *popup*browseLink.labelString: Open Link in Browser... *popup*browseLink.mnemonic: w *popup*browseToLink.labelString: Browse to: (%s) *popup*editLink.labelString: Open Link in Editor... *popup*editLink.mnemonic: E *popup*bookmarkLink.labelString: Add Link to Bookmarks *popup*bookmarkLink.mnemonic: B *popup*copyLink.labelString: Copy Link Location *popup*copyLink.mnemonic: k *popup*removeLink.labelString: Remove Link *popup*removeLink.mnemonic: R !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor toolbar (submenu). !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *toolBar*newBlank.labelString: Blank Page *toolBar*newTemplate.labelString: New From Template *toolBar*newWizard.labelString: New From Wizard *toolBar*openPage.labelString: Open Page... *toolBar*save.labelString: Save *toolBar*saveAs.labelString: Save As... *toolBar*publish.labelString: Publish *toolBar*sendPage.labelString: Send Page !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor toolbar (text only). !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *toolBar.editDocument.labelString: Edit *toolBar.editorNewBlank.labelString: New *toolBar.editorOpenFile.labelString: Open... *toolBar.save.labelString: Save *toolBar.editorBrowse.labelString: Browse *toolBar.cut.labelString: Cut *toolBar.copy.labelString: Copy *toolBar.paste.labelString: Paste *toolBar.publish.labelString: Publish ! new *toolBar.newBlank.labelString: New *newBlank.tipString: New Page *toolBar.openPage.labelString: Open *toolBar.browsePage.labelString: Browse *toolBar.findInObject.labelString: Find *toolBar.insertLink.labelString: Link *toolBar.insertTarget.labelString: Target *toolBar.insertImage.labelString: Image *toolBar.insertHorizontalLine.labelString: Line *toolBar.insertTable.labelString: Table *toolBar.spellCheck.labelString: Spelling !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor dialogs. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *textPropertiesDialog_popup.title: Netscape: Properties *textPropertiesDialog.folder.XmForm.marginHeight: 10 *textPropertiesDialog.folder.XmForm.marginWidth: 10 *textPropertiesDialog*XmFrame.marginHeight: 2 *textPropertiesDialog*XmFrame.marginWidth: 2 *imagePropertiesDialog_popup.title: Netscape: Properties *imagePropertiesDialog.folder.XmForm.marginHeight: 10 *imagePropertiesDialog.folder.XmForm.marginWidth: 10 *imagePropertiesDialog*XmFrame.marginHeight: 2 *imagePropertiesDialog*XmFrame.marginWidth: 2 ! Properties/Link properties. *linkProperties.tabLabelString: Link *linkSourceTitle.labelString: Link source *linkSourceLabel.labelString: Enter the text of the link: *linkToTitle.labelString: Link to *linkToLabel.labelString: Enter link to a page location or local file: *browseFile.labelString: Browse File... *linkTarget.labelString: \ Link to a named target in specified document(optional) *showTargets.labelString: Show targets in: *currentDocument.labelString: Current document *selectedFile.labelString: Selected file *linkProperties*targetText.height: 100 ! Properties/Character properties: *characterProperties.tabLabelString: Character *colorTitle.labelString: Color *colorLabel.labelString: Current color: *default.labelString: Document's default color *custom.labelString: Custom color *chooseColor.labelString: Choose Color... *colorText.labelString: Selected text will be set to the chosen color. *sizeTitle.labelString: Size *sizeText.labelString: Each paragraph style has\nits own default size. *styleTitle.labelString: Style *clearStyles.labelString: Clear Style Settings *characterProperties*clearStyles.marginWidth: 10 *characterProperties*clearStyles.marginHeight: 5 *characterProperties*clearStyles.leftOffset: 30 *characterProperties*clearStyles.rightOffset: 30 *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM *characterProperties*clearStyles.bottomOffset: 5 *characterProperties*javaFrame.leftOffset: 10 *characterProperties*sizeFrame.leftOffset: 10 *javaTitle.labelString: Java Script *java*client.labelString: Client *java*server.labelString: Server *clearAll.labelString: Clear All Settings *characterProperties*clearAll.marginWidth: 10 *characterProperties*clearAll.marginHeight: 5 *characterProperties*clearAll.topOffset: 20 *characterProperties*clearAll.leftOffset: 15 *characterProperties*clearAll.rightOffset: 15 ! Properties/Paragraph properties: *paragraphProperties.tabLabelString: Paragraph *styleLabel.labelString: Paragraph style: *additionalLabel.labelString: Additional style: *additional*default.labelString: Default *additional*list.labelString: List *additional*blockQuote.labelString: Block quote *listTitle.labelString: List *listLabel.labelString: Style: *numbered.labelString: Numbered *unnumbered.labelString: Unnumbered *directory.labelString: Directory *menu.labelString: Menu *description.labelString: Description *automatic.labelString: Automatic *digital.labelString: 1,2,3,4,5.. *lowerRoman.labelString: i,ii,iii,iv,v.. *upperRoman.labelString: I,II,III,IV,V.. *lowerAlpha.labelString: a,b,c,d,e.. *upperAlpha.labelString: A,B,C,D,E.. *solidCircle.labelString: Solid Circle *openCircle.labelString: Open Circle *openSquare.labelString: Open Square *startLabel.labelString: Starting number *startText.columns: 4 *spaceAvailable.labelString: This Space Available *paragraphProperties*spaceAvailable.topOffset: 40 *paragraphProperties*spaceAvailable.leftOffset: 150 ! Properties/Image properties: *imageProperties.tabLabelString: Image *imageFileTitle.labelString: \ Image location - Enter a remote URL or local file: *chooseFile.labelString: Choose File... *browse.labelString: Browse... *alternativeImageTitle.labelString: Alternative representations (optional): *alternativeImageLabel.labelString: Image: *alternativeTextLabel.labelString: Text: *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2 *alignmentTitle.labelString: Text alignment and wrapping around images *alignmentInfoLabel.labelString: \ To see wrapped text, view page in Browse window. *imageSpaceTitle.labelString: Space around image *imageProperties.imageSpaceFrame.leftOffset: 10 *leftRightLabel.labelString: Left and right: *topBottomLabel.labelString: Top and Bottom: *solidBorderLabel.labelString: Solid Border: *originalSize.labelString: Original Size *customSize.labelString: Custom Size *constrain.labelString: Constrain *copyImage.labelString: Copy image to document location *leaveImage.labelString: Leave image at the original location *useAsBackground.labelString: Use as background *removeImageMap.labelString: Remove Image Map *editImage.labelString: Edit Image ! Horizontal Line Properties *horizontalLineProperties_popup.title: Netscape: Horizontal Line *dimensionsTitle.labelString: Dimensions *horizontalLineProperties*XmFrame.marginWidth: 10 *horizontalLineProperties*XmFrame.marginHeight: 10 *heightLabel.labelString: Height: *heightText.columns: 4 *pixels.labelString: pixels *widthLabel.labelString: Width: *widthText.columns: 4 *percent.labelString: % of window *alignTitle.labelString: Align *left.labelString: Left *center.labelString: Center *right.labelString: Right *threeDShading.labelString: 3-D shading ! Document Properties & Editor Preferences/Appearance *appearanceProperties.tabLabelString: Colors and Background *documentPropertiesDialog_popup.title: Netscape: Document Properties *editorPreferencesDialog_popup.title: Netscape: Editor Preferences *folder*appearance.marginHeight: 10 *folder*appearance.marginWidth: 10 *folder*appearance*XmFrame.marginHeight: 2 *folder*appearance*XmFrame.marginWidth: 2 *appearance*custom.labelString: Use custom colors *appearance*browser.labelString: \ Use the Browser's color settings *schemesTitle.labelString: Color schemes *save.labelString: Save *remove.labelString: Remove *documentColorsTitle.labelString: Document colors *documentPropertiesDialog*previewFrame.marginHeight: 0 *documentPropertiesDialog*previewFrame.marginWidth: 0 *appearance*normal.labelString: Normal text... *appearance*link.labelString: Link text... *appearance*active.labelString: Active Link text... *appearance*followed.labelString: Followed Link text... *appearance*background.labelString: Background... *appearance*backgroundInfo.labelString: Background image will override color. *appearance*preview.normal.labelString: Normal text *appearance*preview.link.labelString: Link text *appearance*preview.active.labelString: Active (selected) link *appearance*preview.followed.labelString: Followed (visited) link *appearance*preview*normalLabelString: Normal text *appearance*preview*linkLabelString: Link text *appearance*preview*activeLabelString: Active (selected) link *appearance*preview*followedLabelString: Followed (visited) link *backgroundImageTitle.labelString: Background image *browseImageFile.labelString: Browse for File... *solid.labelString: Solid color *useImage.labelString: Use Image *choose.labelString: Choose Color... *documentPropertiesDialog*appearance*infoLabel.labelString: \ These settings will be applied to the current document. *editorAppearance*appearance*infoLabel.labelString: \ These settings will be applied to new documents, not the current. ! Document Properties/General *generalProperties.tabLabelString: General *folder*general.marginHeight: 10 *folder*general.marginWidth: 10 *locationLabel.labelString: Location: *titleLabel.labelString: Title: *authorLabel.labelString: Author: *descriptionLabel.labelString: Description: *createdLabel.labelString: Creation date: *updatedLabel.labelString: Last updated: *otherAttributesTitle.labelString: Other attributes *infoLabel.labelString: \ Use commas to separate multiple words or phrases. *keywordsLabel.labelString: Keywords: *classificationLabel.labelString: Classification: ! Document Properties/Advanced *advanced.tabLabelString: Advanced *folder*advanced.marginHeight: 10 *folder*advanced.marginWidth: 10 *systemLabel.labelString: Netscape system variables (HTTP-EQUIV): *userLabel.labelString: User variables (META): *nameLabel.labelString: Name: *valueLabel.labelString: Value: *delete.labelString: Delete *set.labelString: Set *new.labelString: New ! Target Properties *targetPropertiesDialog_popup.title: Netscape: Target Properties *targetLabel.labelString: Enter a name for this target: ! Html Properties *htmlPropertiesDialog_popup.title: Netscape: HTML Tag *htmlPropertiesInfo.labelString: \ Enter tag name and any attributes or parameters for one tag only. *htmlPropertiesDialog.Apply.labelString: Verify *htmlPropertiesDialog.ApplyLabelString: Verify ! Editor Preferences/General *generalPreferences.tabLabelString: General *authorTitle.labelString: Author name *externalTitle.labelString: External editors *htmlLabel.labelString: HTML source: *imageLabel.labelString: Image: *templateTitle.labelString: New document template *templateInfo.labelString: \ This page will open when you select from menu:\n\ File/New Document/From Template. *restoreDefault.labelString: Restore default *autosaveTitle.labelString: Auto Save *autosaveEnable.labelString: Automatically save document every: *minutes.labelString: minutes ! Editor/Tables Properties&Create *table.tabLabelString: Table *row.tabLabelString: Row *cell.tabLabelString: Cell *tableCreateDialog_popup.title: Netscape: New Table Properties *tablePropertiesDialog_popup.title: Netscape: Table Properties *tableRowsLabel.labelString: Number of rows: *tableColumnsLabel.labelString: Number of columns: *attributesTitle.labelString: Attributes *tableAlignmentTitle.labelString: Table alignment *borderLineWidthLabel.labelString: Border line width *borderLineWidthUnits.labelString: pixels *cellSpacingLabel.labelString: Cell spacing *cellSpacingUnits.labelString: pixels between cells *cellPaddingLabel.labelString: Cell padding *cellPaddingUnits.labelString: pixel space within cells *tableWidthToggle.labelString: Table width *tableHeightToggle.labelString: Table min. height *tableColorToggle.labelString: Table color *captionToggle.labelString: Include caption *above.labelString: above *below.labelString: below table *tableWidthUnits.marginWidth: 0 *tableWidthUnits.marginHeight: 0 *tableHeightUnits.marginWidth: 0 *tableHeightUnits.marginHeight: 0 *captionUnits.marginWidth: 0 *captionUnits.marginHeight: 0 *textAlignmentTitle.labelString: Text alignment *horizontalLabel.labelString: Horizontal *verticalLabel.labelString: Vertical *textAlignment*default.labelString: Default *textAlignment*left.labelString: Left *textAlignment*right.labelString: Right *textAlignment*center.labelString: Center *textAlignment*top.labelString: Top *textAlignment*bottom.labelString: Bottom *textAlignment*baselines.labelString: Baselines *tableAlignmentBox*left.labelString: Left *tableAlignmentBox*right.labelString: Right *tableAlignmentBox*center.labelString: Center *rowColorToggle.labelString: Row color *textOtherTitle.labelString: Text *headerStyle.labelString: Header style *nonBreaking.labelString: Nonbreaking *cellRowsLabel.labelString: Cell spans *cellColumnsLabel.labelString: row(s), and *cellColumnsUnits.labelString: column(s) *cellWidthToggle.labelString: Cell width *cellHeightToggle.labelString: Cell min. height *cellColorToggle.labelString: Cell color *percentOfCell.labelString: % of parent cell *percentOfWindow.labelString: % of window *cancel.cancelLabelString: Cancel *cancel.closeLabelString: Close *Cancel.cancelLabelString: Cancel *Cancel.closeLabelString: Close *borderLineWidth.labelString: Border Line Width *equalColumnWidth.labelString: Equal Column Widths *backgroundTitle.labelString: Background *backgroundAttributes.useColor.labelString: Use Color: *backgroundAttributes.useImage.labelString: Use Image: *backgroundAttributes.chooseImage.labelString: Choose Image... ! Editor Preferences/Publish *publishPreferences.tabLabelString: Publish *folder*publish.marginHeight: 10 *folder*publish.marginWidth: 10 *linksAndImagesTitle.labelString: Links and images *linksAndImagesLabel.labelString: \ When saving remote documents, and when inserting links and images: *linksToggle.labelString: Maintain links *linksInfo.labelString: \ Adjust links to work from the document's location. (Links to local\n\ documents will work when local versions exist). *imagesToggle.labelString: Keep images with document *imagesInfo.labelString: \ Save copies of images to the document's location.\n\ Images will always appear in local versions of the document and\n\ when document is published. *linksAndImagesTip.labelString: \ Tip: Set both options if you will be using remote publishing. *publishTitle.labelString: Default publishing location *publishLabel.labelString: Publish to (FTP or HTTP): *browseLabel.labelString: Browse to (HTTP): *usernameLabel.labelString: User name: *passwordLabel.labelString: Password: *savePassword.labelString: Save password ! Publish Files dialog box *publishFilesDialog_popup.title: Netscape: Publish Files *localFilesTitle.labelString: Local files *localFiles.publishLabel.labelString: Publish: *includeLabel.labelString: Include files: *includeImages.labelString: Files associated with this page *includeAll.labelString: All files in directory *selectNone.labelString: Select None ! ! *titleFrameTitle.labelString: Page Title *publishLocationTitle.labelString: Publishing location *publishLocation.publishLabel.labelString: \ Upload files to this location (FTP or HTTP): *useDefault.labelString: Use Default Location ! bogus url alert default button: *publishFilesDialog_popup.question_popup.dialog.defaultButtonType: \ dialog_cancel_button *hintDialog_popup.title: Netscape: Hint *dontDisplayAgain.labelString: Don't display this message again. *hintDialog.dontDisplayAgainRow.marginWidth: 9 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Editor popups. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ! Color Picker *setColors_popup.title: Netscape: Set Colors *standardColorsTitle.labelString: Standard Colors *colorPicker*oldSample.labelString: Old *colorPicker*newSample.labelString: New *colorPicker*swatches.tabLabelString: Swatches *colorPicker*rgb.tabLabelString: Rgb *colorPicker*rgb*unitsMenu.decimal.labelString: Decimal *colorPicker*rgb*unitsMenu.hex.labelString: Hexidecimal *colorPicker*rgb*unitsMenu.percent.labelString: % *colorPicker*defaultColor.labelString: Default Color *colorPicker*otherColor.labelString: Other Color... ! Save Remote Dialog. *saveRemote.marginHeight: 10 *saveRemote.marginWidth: 10 ! These don't seem to get set by above two lines. *saveRemote*infoIcon.marginWidth: 15 *saveRemote*infoIcon.marginHeight: 15 *saveRemote_popup.title: Netscape: Save Remote Document *saveRemote*infoText.labelString: \ This document is on a remote server.\n\ You must save it locally before making\n\ changes. *saveRemote*linksTitle.labelString: Links *saveRemote*linksToggle.labelString: Adjust links to aid in remote publishing *saveRemote*linksText.labelString: \ Links to other documents in the same location (directory) will work\n\ locally and when documents are published.\n\ \n\ Links to remote sites will not change. *saveRemote*imagesTitle.labelString: Images *saveRemote*imagesToggle.labelString: Save images with document *saveRemote*imagesText.labelString: \ Images will appear in local versions of the document. *saveRemote*save.labelString: Save *saveRemote*cancel.labelString: Cancel *saveRemote*help.labelString: Help ! Confirm Save File(s) Dialog. *confirmSaveFiles_popup.title: Netscape: Confirm Save File *confirmSaveFiles.marginHeight: 0 *confirmSaveFiles.marginWidth: 0 *yes.labelString: Yes *confirmSaveFiles*yesToAll.labelString: Yes To All *no.labelString: No *confirmSaveFiles*noToAll.labelString: No To All *confirmSaveFiles*cancel.labelString: Cancel *confirmSaveFiles*help.labelString: Help *confirmSaveFiles*defaultButtonShadowThickness: 0 ! Save/Upload files message dialogs. *saveMessageDialog_popup.title: Saving files *uploadMessageDialog_popup.title: Uploading files *imageLoadMessageDialog_popup.title: Loading image *saveMessageDialog.width: 400 *uploadMessageDialog.width: 400 *imageLoadMessageDialog.width: 400 !============================================================================= ! Mail/News column titles !============================================================================= *mailNewsColumns.folderlist.Name: Name *mailNewsColumns.folderlist.Unread: Unread *mailNewsColumns.folderlist.Total: Total *mailNewsColumns.messagelist.Thread: Thread *mailNewsColumns.messagelist.Sender: Sender *mailNewsColumns.messagelist.Subject: Subject *mailNewsColumns.messagelist.Date: Date !============================================================================= *toolBar*spacer.marginWidth: 4 *urlBar*whatsNew.labelString: What's New? *whatsNew.documentationString: What's New on the net *urlBar*whatsCool.labelString: What's Cool? *whatsCool.documentationString: Cool sites on the net *urlBar*inetIndex.labelString: The Internet *inetIndex.documentationString: Exploring the Net *urlBar*inetSearch.labelString: Net Search *inetSearch.documentationString: Internet Search *urlBar*inetWhite.labelString: People *inetWhite.documentationString: People and Places *urlBar*inetYellow.labelString: Yellow Pages *urlBar*upgrade.labelString: Software *urlBar*welcome.labelString: Welcome *urlBar*newsgroups.labelString: Groups *inetAbout.documentationString: About the Internet *toolBar.getNewMail.labelString: Get Mail *toolBar.deleteMessage.labelString: Delete *toolBar.mailNew.labelString: New Mail Message *toolBar.postNew.labelString: New *toolBar.replyToSender.labelString: Reply *toolBar.replyToAll.labelString: Reply All *toolBar.postReply.labelString: Post Reply *toolBar.postAndMailReply.labelString: Reply *toolBar.forwardMessage.labelString: Forward *toolBar.previousUnreadMessage.labelString:Previous *toolBar.nextUnreadMessage.labelString: Next *toolBar.markThreadRead.labelString: Thread *toolBar.markAllRead.labelString: All *msgViewAttachPopup*open.labelString: Open... *msgViewAttachPopup*open.mnemonic: O *msgViewAttachPopup*save.labelString: Save... *msgViewAttachPopup*save.mnemonic: S *msgViewAttachPopup*properties.labelString: Properties *msgViewAttachPopup*properties.mnemonic: P *attachmentProps.dialogTitle: Attachment !!!Netscape*attachmentProps*XmLabelGadget.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *attachmentProps.okLabelString: Ok *attachmentProps*nameLabel.labelString: Name: *attachmentProps*typeLabel.labelString: Type: *attachmentProps*encLabel.labelString: Encoding: *attachmentProps*descLabel.labelString: Description: !============================================================================= ! Toolbar for addressbook ! *toolBar.addToAddressBook.labelString: New Card *toolBar.abNewList.labelString: New List *toolBar.deleteABEntry.labelString: Delete *toolBar.toAB.labelString: To: *toolBar.ccAB.labelString: CC: *toolBar.bccAB.labelString: BCC: *toolBar.directoryAB.labelString: Directory ! *Properties*showSecurBtn.labelString: Show Certificate !*filterBoxForm.filterPrompt.labelString: Select a directory and type in the name you are looking for: *filterBoxForm.filterPrompt.labelString: Show names containing: *filterBoxForm.filterInLabel.labelString: Search Results *filterBoxForm.filterSearchBtn.labelString: Search for... *filterBoxForm.filterStopBtn.labelString: Stop !============================================================================= ! Toolbar for mail compose *toolBar.SendOrSendLater.labelString: Send *toolBar.quoteMessage.labelString: Quote *toolBar.attach.labelString: Attach *toolBar.openAddrBook.labelString: Address !============================================================================= ! Turn off beeping on name completion in the address outliner: *addressText*verifyBell: False !============================================================================= *noDocumentLoadedMessage: No document has yet been loaded in this window. *optionsSavedMessage: Options have been saved. *clickToSaveMessage: Click on the link to save. *clickToSaveCancelledMessage: Save link to file was cancelled. *noPreviousURLMessage: No previous document. *noNextURLMessage: No next document. *noHomeURLMessage: No home document specified. *notOverImageMessage: Not over an image. *notOverLinkMessage: Not over a link. *noSearchStringMessage: Nothing to search for. *wrapSearchMessage: End of document reached; continue from beginning? *wrapSearchBackwardMessage: Beginning of document reached; continue from end? *wrapSearchNotFoundMessage: Search string not found. *noAddressesMessage: No recipients specified. *noFileMessage: No output file specified. *noPrintCommandMessage: No print command specified. *overwriteFileMessage: Overwrite existing file %s? *bookmarksChangedMessage: Bookmarks file has changed on disk: overwrite it? *bookmarkConflictMessage: \ Bookmark list not saved.\nReload the disk version now? *bookmarksNoFormsMessage: \ Cannot add the result of a form submission to the bookmark list. *reallyQuitMessage: Close all windows and exit Netscape? *doubleInclusionMessage: \n\ The document has already been quoted.\n\ \n\ Are you sure you want to quote it again?\n *expireNowMessage: \ This will mark all of your links as unfollowed.\nProceed? *clearMemCacheMessage: \ This will remove all the files currently in your memory cache.\nContinue? *clearDiskCacheMessage: \ This will remove all the files currently in your disk cache.\nContinue? *createCacheDirErrorMessage: \ Error: unable to create the persistent cache directory:\n\ \n\ %s: %s.\n\ \n\ Please set a new disk cache directory from the Advanced/Cache\n\ section of the`Edit|Preferences...' dialog.\n *createdCacheDirMessage: \ A directory has been created for use as the disk cache:\n\ \n\ %s/\n\ \n\ You can change the cache directory in the Advanced/Cache\n\ section of the`Edit|Preferences...' dialog.\n *cacheNotDirMessage: \ Error: the directory configured for use as the disk cache\n\ exists, but is not a directory:\n\ \n\ %s\n\ \n\ Please set a new disk cache directory using the Advanced/Cache\n\ section of the`Edit|Preferences...' dialog.\n *cacheSuffixMessage: \ \n\ There should be one disk cache per user, so using a shared\n\ directory (such as /tmp) is not advised.\n\ \n\ The maximum disk cache size is currently %d kilobytes.\n\ You can change the cache size in the Advanced/Cache\n\ section of the`Edit|Preferences...' dialog.\n\ \n\ If you wish to disable disk caching, set the Disk Cache Size\n\ to 0. If you do this, documents will continue to be cached\n\ in memory according to the Memory Cache Size preference,\n\ but will no longer be cached on disk. This means that the\n\ cache will not last from session to session of Netscape. *cubeTooSmallMessage: \ We were only able to allocate %d cells for the color\n\ cube to which images are dithered. As a result, the\n\ image quality may be poor.\n\ \n\ One way to improve image quality is to exit any other\n\ color-intensive applications which are running and\n\ restart Netscape.\n\ \n\ Another way is to run Netscape with the `-install'\n\ command-line option, which will cause it to use a\n\ private colormap. The drawback to this is that on\n\ some systems, this will result in colormap flashing\n\ when moving focus to other windows. *renameInitFilesMessage: \ Preferences files from an older version of Netscape exist;\n\ This version of Netscape uses the same file formats, but the\n\ file names have changed. Would you like us to rename these\n\ files now? *unsentMailMessage: \ Unsent mail messages exist, do you really want to quit without sending them? *binaryDocumentMessage: \ This document is binary data; cannot view source. ! For Helper App Editor - Delete *helperAppDeleteMessage: \ Are you sure you want to delete this MIME type? Any future\n\ files of this type that you encounter will not be recognized\n\ by Netscape's plug-ins or Netscape's helper applications. !============================================================================= !*preeditType: root !*Netscape.preeditType: overthespot ! default titles for the TopLevelShell widgets. ! note that the title and icon title of Navigator windows are ! changed at runtime; these resources won't override that. *title: Netscape *iconName: Netscape *Navigator.title: Netscape Navigator 4.78 *MailThread.title: Netscape Mail & Newsgroups *MailThread.iconName: Mail & Newsgroups *Download.title: Netscape Download *Download.iconName: Download *Composition.title: Netscape Message Composition *Composition.iconName: Message Composition *bookmarks.title: Netscape: Bookmarks *bookmarks.iconName: Bookmarks *AddressBook.title: Netscape: Address Book *AddressBook.iconName: Address Book *Editor.title: Netscape: Composer *Editor.iconName: Composer *MailFolder.title: Netscape Message Center *MailFolder.iconName: Msg Center *AWTapp.iconName: Java Console *history.iconName: History *MailMsg.iconName: Message !======================== ! Popup Menu - Navigator !======================== *popup.title.labelString: Netscape Commands: *popup.openURLNewWindow.labelString: Open Link in New Window *popup.openURLNewWindow.mnemonic: O *popup*openURLNewWindow.acceleratorText: Button2 *popup.openFrameNew.labelString: Open Frame in New Window *popup.openFrameNew.mnemonic: w *popup.openFrameInWindow.labelString: Open Frame in Window *popup.openFrameInWindow.mnemonic: i *popup.editLink.labelString: Open Link in Composer *popup.editLink.mnemonic: e ! ------------------------ ! back ! forward *reloadNonFrameCmdString: Reload *reloadWithFrameCmdString: Reload Frame *popup.frameReload.mnemonic: R *popup.showImage.labelString: Show Image *popup.showImage.mnemonic: g ! stopLoading ! ------------------------ *pageSourceNonFrameCmdString: View Page Source *pageSourceWithFrameCmdString: View Frame Source *popup.framePageSource.mnemonic: u *pageInfoNonFrameCmdString: View Page Info *pageInfoWithFrameCmdString: View Frame Info *popup.framePageInfo.mnemonic: V *openImageCmdString: View Image *popup.openImage.mnemonic: m ! ------------------------ *popup.addLinkBookmark.labelString: Add Bookmark for Link *popup.addLinkBookmark.mnemonic: k *popup.addFrameBookmark.labelString: Add Bookmark for Frame *popup.addFrameBookmark.mnemonic: k ! sendPage ! ------------------------ *popup.saveURL.labelString: Save Link As... *popup.saveURL.mnemonic: S *popup.saveURL.acceleratorText: Shift+Button1 *popup.saveImage.labelString: Save Image As... *popup.saveImage.mnemonic: i *popup.saveBGImage.labelString: Save Background As... *popup.saveBGImage.mnemonic: d ! ------------------------ ! 'copy' command defined in editor popup above ! 'copyLink' command defined in editor popup above *popup.copyImage.labelString: Copy Image Location *popup.copyImage.mnemonic: y ! ! Convert from old version file formats *convertQuestion_popup*OK.labelString: Delete Old Config Files *convertQuestion_popup*Cancel.labelString: Keep Old Config Files ! ! Convert from old version file formats *sendNow_popup*OK.labelString: Yes *sendNow_popup*Cancel.labelString: No ! Mail/News popup menus ! *Mail*popup.title.labelString: Netscape Mail *News*popup.title.labelString: Netscape Newsgroups ! News open News host dialog ! *News*openNewsHost.title: Netscape: Open News Host *News*openNewsHost*selectionLabelString: \ Input name and port of news host to open: *News*openNewsHost*hostLabel.labelString: News host: *News*openNewsHost*hostLabel.alignment: ALIGNMENT_END *News*openNewsHost*portLabel.labelString: Port: *News*openNewsHost*portLabel.leftOffset: 10 *News*openNewsHost*portLabel.alignment: ALIGNMENT_END *News*openNewsHost*secure.labelString: Secure *News*openNewsHost*secure.topOffset: 10 *News*openNewsHost*portText.columns: 5 *history_popup.title: Netscape: Window History *history_popup*listLabelString: Where You've Been... *history_popup*OK.labelString: Go To *history_popup*OkLabelString: Go To *history_popup*Cancel.labelString: Close *history_popup*CancelLabelString: Close *history_popup*Apply.labelString: Create Bookmark *history_popup*ApplyLabelString: Create Bookmark *source_popup.title: Netscape: View Source *source_popup*save.labelString: Save... *source_popup*OK.labelString: OK *source_popup*text.editable: False *source_popup*text.cursorPositionVisible: False *source_popup*text.wordWrap: True *source_popup*text.scrollHorizontal: False *source_popup*urlLabel.labelString: Location: *source_popup*titleLabel.labelString: Title: *source_popup*titleLabel.leftOffset: 0 *source_popup*titleLabel.rightOffset: 4 *source_popup*titleLabel.alignment: ALIGNMENT_END *source_popup*urlLabel.topOffset: 0 *source_popup*urlLabel.leftOffset: 0 *source_popup*urlLabel.rightOffset: 4 *source_popup*urlLabel.alignment: ALIGNMENT_END *source_popup*titleText.leftOffset: 0 *source_popup*titleText.rightOffset: 0 *source_popup*urlText.leftOffset: 0 *source_popup*urlText.rightOffset: 0 *source_popup*text.leftOffset: 0 *source_popup*text.rightOffset: 0 *source_popup*XmScrolledWindow.topOffset: 8 *source_popup*text.columns: 80 *source_popup*text.rows: 20 *docinfo_popup.title: Netscape: Document Information *docinfo_popup*OK.labelString: OK *docinfo_popup*titleLabel.labelString: Title: *docinfo_popup*urlLabel.labelString: Location: *docinfo_popup*modifiedLabel.labelString: Last Modified: *docinfo_popup*sourceLabel.labelString: Source: *docinfo_popup*charsetLabel.labelString: Encoding: *docinfo_popup*dpyLabel.labelString: Visual: *docinfo_popup*securityFrame.label.labelString: Security Information *docinfo_popup*certificateLabel.labelString: Server Certificate: *docinfo_popup*certificateText.columns: 60 *docinfo_popup*certificateText.rows: 6 *docinfo_popup*certificateText.wordWrap: True *docinfo_popup*certificateText.scrollHorizontal:False *docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED *docinfo_popup*scrollingPolicy: AUTOMATIC *docinfo_popup*securityText.wordWrap: True *docinfo_popup*securityText.scrollHorizontal: False *docinfo_popup*urlLabel.topOffset: 0 *docinfo_popup*urlLabel.leftOffset: 0 *docinfo_popup*urlLabel.rightOffset: 4 *docinfo_popup*urlLabel.alignment: ALIGNMENT_END *docinfo_popup*titleLabel.leftOffset: 0 *docinfo_popup*titleLabel.rightOffset: 4 *docinfo_popup*titleLabel.alignment: ALIGNMENT_END *docinfo_popup*modifiedLabel.topOffset: 0 *docinfo_popup*modifiedLabel.leftOffset: 0 *docinfo_popup*modifiedLabel.rightOffset: 4 *docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END *docinfo_popup*charsetLabel.topOffset: 0 *docinfo_popup*charsetLabel.leftOffset: 0 *docinfo_popup*charsetLabel.rightOffset: 4 *docinfo_popup*charsetLabel.alignment: ALIGNMENT_END *docinfo_popup*sourceLabel.topOffset: 0 *docinfo_popup*sourceLabel.leftOffset: 0 *docinfo_popup*sourceLabel.rightOffset: 4 *docinfo_popup*sourceLabel.alignment: ALIGNMENT_END ! add 5 to dpyLabel.topOffset to align label with text baseline (gag) *docinfo_popup*dpyLabel.topOffset: 5 *docinfo_popup*dpyLabel.leftOffset: 0 *docinfo_popup*dpyLabel.rightOffset: 4 *docinfo_popup*dpyLabel.alignment: ALIGNMENT_END *docinfo_popup*dpyText.rows: 3 *docinfo_popup*dpyText.columns: 48 *invalidLangTagFormatMsg: \ Invalid Language/Country Tag format.\n\n\ The format is: 'Aaaaa/Bbbbb [xx-YY]' where: \n\ 'Aaaa/Bbbb' is the Language/Country (optional, not used)\n\ '[' and ']' bracket the tag (required, spaces not allowed between these)\n\ 'xx' specifies the language (required)\n\ '-YY' specifies the Country (optional) *invalidLangTagFormatDialogTitle: Invalid Tag Format *docinfo_popup*titleText.columns: 40 *docinfo_popup*securityFrame.topOffset: 10 *docinfo_popup*keyDescLabel.leftOffset: 14 *docinfo_popup*keyDescLabel.rightOffset: 14 *docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING *docinfo_popup*certificateLabel.leftOffset: 10 *docinfo_popup*certificateLabel.rightOffset: 10 *docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING *docinfo_popup*securityLabel.leftOffset: 14 *docinfo_popup*securityLabel.rightOffset: 14 *docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING *docinfo_popup*XmScrolledWindow.leftOffset: 10 *docinfo_popup*XmScrolledWindow.rightOffset: 10 *docinfo*noSecurityMessage:\ This version of Netscape does not have security built in. *docinfo*securityLabel.labelString:\ Security protects Internet documents you receive and information you send\n\ back with server authentication, privacy using encryption, and data\n\ integrity. You can see a document's security status using the key/broken\n\ key icon in the status area or the colorbar above the content area (blue for\n\ secure; gray for insecure). Consult the Handbook or the `On Security' page\n\ for details. *bmPreferences_popup.title: Netscape: Bookmarks *bmPreferences_popup*frame1label.labelString: Add Bookmark *bmPreferences_popup*frame2label.labelString: Bookmark Menu *bmPreferences_popup*addbm_option.labelString: \ Add bookmarks to this header *bmPreferences_popup*bmmenu_option.labelString: \ View this header in bookmarks menu *bmPreferences_popup*addbm_default.labelString: Add to toplevel *bmPreferences_popup*bmmenu_default.labelString: Toplevel header *bookmarksWhatsChanged*button_0.labelString: All Bookmarks *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks *bookmarksWhatsChanged*Apply.labelString: Start *bookmarksWhatsChanged*ApplyLabelString: Start *bookmarksWhatsChanged*title.labelString: What's changed? *bookmarksWhatsChanged.width: 400 *bookmarksWhatsChanged.minWidth: 400 *bookmarksWhatsChanged.maxWidth: 400 !*bookmarksWhatsChanged.height: 300 !*bookmarksWhatsChanged.minHeight: 300 !*bookmarksWhatsChanged.maxHeight: 300 *composeFolder.height: 650 *composeFolder.shadowThickness: 2 *composeFolder.bottomOffset: 3 *composeFolder.leftOffset: 3 *composeFolder.rightOffset: 3 *composeFolder.topOffset: 5 *composeFolder.spacing: 1 *composeFolder.autoSelect: False *mailto_field*fromLabel.labelString: From: *mailto_field*replyToLabel.labelString: Reply To: *mailto_field*toLabel.labelString: Mail To: *mailto_field*ccLabel.labelString: Mail CC: *mailto_field*bccLabel.labelString: Mail BCC: *mailto_field*fccLabel.labelString: File CC: *mailto_field*newsgroupsLabel.labelString: Newsgroups: *mailto_field*followupToLabel.labelString: Followup To: *mailto_field*attachmentsLabel.labelString: Attachment: *mailto_field*attachButton.labelString: Attach... *mailto_field*browseButton.labelString: Browse... *mailto_field*secureToggle.labelString: Secure *mailto_bodyText.wordWrap: True *mailto_bodyText.scrollHorizontal: False *mailto_field*attachButton.marginWidth: 10 *mailto_field*fromLabel.alignment: ALIGNMENT_END *mailto_field*replyToLabel.alignment: ALIGNMENT_END *mailto_field*toLabel.alignment: ALIGNMENT_END *mailto_field*ccLabel.alignment: ALIGNMENT_END *mailto_field*bccLabel.alignment: ALIGNMENT_END *mailto_field*fccLabel.alignment: ALIGNMENT_END *mailto_field*newsgroupsLabel.alignment: ALIGNMENT_END *mailto_field*followupToLabel.alignment: ALIGNMENT_END *mailto_field*subjectLabel.alignment: ALIGNMENT_END *mailto_field*attachmentsLabel.alignment: ALIGNMENT_END ! This is 72 rather than 79 or 80 because the width of the window controls ! when word wrapping should occur; the Motif text area has no mechanism for ! wrapping at a column other than the last one. So, if we want a fill-column ! of N, the window must be N wide. Note that wrapping must occur before 80: ! sending out lines with 80 characters on them is antisocial, as many programs ! and terminals (including emacs) can only display 79 characters without ! wrapping. Wrapping at 72 is better than wrapping at 79 because it leaves ! room for further followups to quote the lines with ">" without causing ! lines to wrap. ! ! Note that, in the composition window, lines beginning with ">" will not ! be wrapped at all, despite the appearance on the screen. So just because ! it looks like the quoted text has been mangled, doesn't mean it has. ! *mailto_bodyText.columns: 72 ! This resource will change the size of the compose tab *mailto_bodyText.rows: 25 *composeViewBaseWidget*composeViewEditFormWidget.leftOffset: 3 *composeViewBaseWidget*composeViewEditFormWidget.bottomOffset: 3 *composeViewBaseWidget*subject.topOffset: 3 *composeViewBaseWidget*subject.bottomOffset: 3 *composeViewBaseWidget*addReceipient.topOffset:20 *composeViewBaseWidget*removeReceipient.topOffset: 15 *composeViewBaseWidget*selectReceipient.topOffset: 15 *composeViewBaseWidget*addReceipient.leftOffset: 5 *composeViewBaseWidget*removeReceipient.leftOffset: 5 *composeViewBaseWidget*selectReceipient.leftOffset: 5 ! Some people just aren't too hip. !*defaultMailtoText: Hey, check out this cool URL:\n\n *attachForm*attachWebPage.labelString: Attach Web Page... *attachForm*attachWebPage.mnemonic: W *attachForm*attachFile.labelString: Attach File... *attachForm*attachFile.mnemonic: F *attachForm*deleteAttachment.labelString: Delete Attachment *attachForm*deleteAttachment.mnemonic: D *attachForm*attachAddressBookCard.labelString: Attach Personal Card (vCard) *attachForm*attachAddressBookCard.mnemonic: A *location_popup.dialogTitle: Netscape: Attach Web Page *location_popup*label.labelString: Please specify a Web Page to attach: *location_popup*locationLabel.labelString: Web Page (URL): *location_popup*locationText.columns: 40 *location_popup*locationText.leftOffset: 20 *location_popup*okLabelString: Attach *location_popup*cancelLabelString: Cancel *location_popup*clear.labelString: Clear *attachForm*fileBrowser_popup.title: Netscape: Attach File *attachForm*fileBrowser.OkLabelString: Attach *formatType*none.labelString: No Attachment *formatType*text.labelString: Text *formatType*formattedText.labelString: Formatted Text *formatType*html.labelString: Source *formatType*tree.labelString: Source and Images *formatType*ps.labelString: PostScript *formatType*url.labelString: URL Only ! Helper Editor stuff *helperEditor_popup.title: Netscape Helper *helperEditor.width: 400 *helperEditor*mimeTypesDescriptionLabel.labelString: Description *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3 *helperEditor*mimeTypesLabel.labelString: Type *helperEditor*mimeTypesLabel.leftOffset: 3 *helperEditor*mimeTypesSuffixLabel.labelString: Suffix *helperEditor*mimeTypesSuffixLabel.leftOffset: 3 *helperEditor*helperEditForm.XmTextField.rightOffset: 3 *helperEditor*helperEditFrameLabel.labelString: Handle By *helperEditor*helperEditNavigator.labelString: Navigator *helperEditor*helperEditPlugin.labelString: Plug In *helperEditor*helperEditApp.labelString: Application *helperEditor*helperEditSave.labelString: Save To Disk *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser *helperEditor*helperEditAppBrowse.labelString: Browse... *helperEditor*helperEditNavigator.leftOffset: 20 *helperEditor*helperEditAppText.columns: 40 ! Preferences: Styles 2 ! *enteringSecureDialog_popup.title: Netscape: Secure Document *enteringSecureDialog*toggle.labelString: Show this Alert Next Time *enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *enteringSecureDialog*toggle.leftOffset: 100 *enteringSecureDialog.selectionLabelString:\ You have requested a secure document. The document and any information\n\ you send back are encrypted for privacy while in transit.\n\ For more information on security choose Page Info from the View \ menu. *leavingSecureDialog_popup.title: Netscape: Security Warning *leavingSecureDialog*toggle.labelString: Show this Alert Next Time *leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *leavingSecureDialog.OkLabelString: Continue Loading *leavingSecureDialog.CancelLabelString: Cancel Loading *leavingSecureDialog*toggle.leftOffset: 100 *leavingSecureDialog.selectionLabelString:\ You have requested an insecure document. The document and any information\n\ you send back could be observed by a third party while in transit.\n\ For more information on security choose Page Info from the View \ menu. *mixedSecurityDialog_popup.title: Netscape: Security Warning *mixedSecurityDialog*toggle.labelString: Show this Alert Next Time *mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING *mixedSecurityDialog*toggle.leftOffset: 100 *mixedSecurityDialog.selectionLabelString:\ You have requested a secure document that contains some insecure \ information.\n\ \n\ The insecure information will not be shown.\n\ For more information on security choose Page Info from the View \ menu. *redirectionToInsecureDialog_popup.title: Netscape: Security Warning *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time *redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *redirectionToInsecureDialog.OkLabelString: Continue Loading *redirectionToInsecureDialog.CancelLabelString: Cancel Loading *redirectionToInsecureDialog*toggle.leftOffset: 100 *redirectionToInsecureDialog.selectionLabelString:\ Warning! You have requested an insecure document that was\n\ originally designated a secure document (the location has been\n\ redirected from a secure to an insecure document). The document\n\ and any information you send back could be observed by a third\n\ party while in transit. *redirectionToSecureDialog_popup.title: Netscape: Security Warning *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time *redirectionToSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING *redirectionToSecureDialog.OkLabelString: Continue Loading *redirectionToSecureDialog.CancelLabelString: Cancel Loading *redirectionToSecureDialog*toggle.leftOffset: 100 *redirectionToSecureDialog.selectionLabelString:\ Warning! Your connection has been redirected to a different\n\ site. You may not be connected to the site that you originally\n\ tried to reach. *insecurePostFromSecureDocDialog_popup.title: Netscape: Security Warning *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time *insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING *insecurePostFromSecureDocDialog.OkLabelString: Continue Submission *insecurePostFromSecureDocDialog.CancelLabelString: Cancel Submission *insecurePostFromSecureDocDialog*toggle.leftOffset: 100 *insecurePostFromSecureDocDialog.selectionLabelString:\ Warning! Although this document is secure, any information you\n\ submit is insecure and could be observed by a third party while\n\ in transit. If you are submitting passwords, credit card numbers,\n\ or other information you would like to keep private, it would be\n\ safer for you to cancel the submission. *insecurePostFromInsecureDocDialog_popup.title: Netscape: Security Warning *insecurePostFromInsecureDocDialog.OkLabelString: Continue Submission *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time *insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100 *insecurePostFromInsecureDocDialog.selectionLabelString:\ The information you submit is insecure and could be observed by\n\ a third party while in transit. If you are submitting passwords,\n\ credit card numbers, or other information you would like to keep\n\ private, it would be safer for you to cancel the submission. *licenseDialog_popup.title: Netscape: License Agreement *licenseDialog*label1.labelString:\n\ Netscape is licensed software. Its use is subject to the\n\ terms and conditions of the license agreement below.\n *licenseDialog*label2.labelString:\n\ If you accept the terms of this license agreement,\n\ press `Accept.' Otherwise press `Do Not Accept.'\n *licenseDialog*text.columns: 72 *licenseDialog*text.rows: 23 *licenseDialog*text.wordWrap: True *licenseDialog*text.scrollHorizontal: False *licenseDialog.accept.labelString: Accept *licenseDialog.reject.labelString: Do Not Accept *printSetup_popup.title: Netscape: Print *printSetup*printToLabel.labelString: Print To: *printSetup*toPrinterToggle.labelString: Printer *printSetup*toFileToggle.labelString: File *printSetup*printCommandLabel.labelString: Print Command: *printSetup*fileNameLabel.labelString: File Name: *printSetup*browseButton.labelString: Browse... *printSetup*printLabel.labelString: Print: *printSetup*firstFirstToggle.labelString: First Page First *printSetup*lastFirstToggle.labelString: Last Page First *printSetup*orientationLabel.labelString: Orientation: *printSetup*portraitToggle.labelString: Portrait *printSetup*landscapeToggle.labelString: Landscape *printSetup*printColorLabel.labelString: Print: *printSetup*greyscaleToggle.labelString: Greyscale *printSetup*colorToggle.labelString: Color *printSetup*paperSizeLabel.labelString: Paper Size: *printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.) *printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.) *printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.) *printSetup*a4Toggle.labelString: A4 (210 x 297 mm) *printSetup*OK.labelString: Print *printSetup*OkLabelString: Print *printSetup*CancelLabelString: Cancel *printSetup*XmLabel.alignment: ALIGNMENT_END *printSetup*XmLabelGadget.alignment: ALIGNMENT_END *printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING *printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY *printSetup*lastFirstToggle.leftOffset: 10 *printSetup*landscapeToggle.leftOffset: 10 *printSetup*colorToggle.leftOffset: 10 *printSetup*legalToggle.leftOffset: 10 *printSetup*a4Toggle.leftOffset: 10 *printSetup*XmLabel.rightOffset: 10 *printSetup*XmLabelGadget.rightOffset: 10 *printSetup*browseButton.marginHeight: 3 *printSetup*browseButton.marginWidth: 4 *printSetup*line.topOffset: 4 *printSetup*printLabel.topOffset: 4 *printSetup*firstFirstToggle.topOffset: 10 *printSetup*portraitToggle.topOffset: 10 *printSetup*greyscaleToggle.topOffset: 10 *printSetup*letterToggle.topOffset: 10 !*printSetup_popup*preeditType: none *findDialog_popup.title: Netscape: Find *findDialog*findInLabel.labelString: Find in: *findDialog*msgHeaders.labelString: Message Headers in This Folder *findDialog*msgBody.labelString: Body of This Message *findDialog*msgHeaders.indicatorType: ONE_OF_MANY *findDialog*msgBody.indicatorType: ONE_OF_MANY *findDialog*findLabel.labelString: Find: *findDialog*findLabel.alignment: ALIGNMENT_END *findDialog*caseSensitive.labelString: Case Sensitive *findDialog*backwards.labelString: Find Backwards *findDialog*backwards.leftOffset: 20 *findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING *findDialog*backwards.alignment: ALIGNMENT_BEGINNING *findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY *findDialog*XmToggleButtonGadget.visibleWhenOff:True *findDialog*OK.labelString: Find *findDialog*OkLabelString: Find *findDialog*Apply.labelString: Clear *findDialog*ApplyLabelString: Clear *findDialog*Cancel.labelString: Close *findDialog*CancelLabelString: Close !*findDialog_popup*preeditType: overthespot ! Bookmark Find dialog shares resources with the main find dialog ! Extra resources specific to bookmark find dialog *findDialog*lookinLabel.labelString: Look in: *findDialog*nameToggle.labelString: Name *findDialog*locationToggle.labelString: Location *findDialog*descriptionToggle.labelString: Description *findDialog*wordToggle.labelString: Whole word *findDialog*helptext.labelString: Use Find Again to keep looking. ! More resources for the Addressbook find dialog *findDialog*nicknameToggle.labelString: Nick Name *openURLDialog_popup.title: Netscape: Open Page !*openURLDialog_popup*preeditType: none *openURLDialog*label.labelString: \ Enter the World Wide Web location (URL) or specify\n\ the local file you would like to open: *openURLDialog*choose.labelString: Choose File... *openURLDialog*toolLabel.labelString: Open location or file in: *openURLDialog*browserToggle.labelString: Navigator *openURLDialog*editorToggle.labelString: Composer *openURLDialog*OK.labelString: Open *openURLDialog*OkLabelString: Open *openURLDialog*Apply.labelString: Clear *openURLDialog*ApplyLabelString: Clear *openURLDialog*Cancel.labelString: Cancel *openURLDialog*CancelLabelString: Cancel *openURLDialog*label.alignment: ALIGNMENT_BEGINNING *openURLDialog*XmToggleButtonGadget.indicatorType: ONE_OF_MANY *openURLDialog*XmRowColumn.orientation: VERTICAL *openURLDialog*browserToggle.set: True *openURLDialog*XmTextField.columns: 45 !*openURLDialog.width: 500 *openURLDialog*openInEditor.labelString: Open In Composer *openURLDialog*openInBrowser.labelString: Open In Navigator *message_popup.title: Netscape *message_popup*OK.labelString: OK *message_popup*OkLabelString: OK *error_popup.title: Netscape: Error *question_popup.title: Netscape: Question *question_popup*OK.labelString: OK *question_popup*Cancel.labelString: Cancel *prompt_popup.title: Netscape: Prompt *password_popup.title: Netscape: Password *promptSubject_popup.title: Netscape: Subject Prompt *stdout_popup.title: Netscape: subprocess diagnostics (stdout) *stderr_popup.title: Netscape: subprocess diagnostics (stderr) *stdout_stderr_popup.title: Netscape: subprocess diagnostics (stdout/stderr) *citing_popup.title: Netscape *citing_popup*messageString: \nQuoting...\n *printing_popup.title: Netscape *printing_popup*messageString: \nPrinting...\n *deliveringMessage_popup.title: Netscape *deliveringMessage_popup*messageString: \nDelivering message...\n *saving_popup.title: Netscape *saving_popup*messageString: \nSaving to disk...\n *visual_popup.title: Netscape: Change X Visual *visual_popup*listLabelString: Available Visuals: *autoSaveNew.title: Netscape: Auto Save New Document *saveFile_popup.title: Netscape: Save Document *saveNewFile_popup.title: Netscape: Save New Document *markMessagesRead_popup.title: Mark Messages Read *promptSubject_popup*messageString: \ You did not give a subject to this message.\n\ If you would like to provide one, please type it now. *dialog*OK.labelString: OK *dialog*clear.labelString: Clear *dialog*Cancel.labelString: Cancel *dialog*userLabel.labelString: User ID: *dialog*passwdLabel.labelString: Password: *dialog*userLabel.alignment: ALIGNMENT_END *dialog*passwdLabel.alignment: ALIGNMENT_END *dialog*dialogform*text.columns: 50 *dialog*dialogform*pwtext.columns: 50 *clear.labelString: Clear *cancel.labelString: Cancel *OK.labelString: OK *citationQuery_popup.title: Citation Style Question *citationQuery.selectionLabelString: \n\ You have quoted an entire document instead of attaching it.\n\ \n\ You could, instead, attach the document and it would be\n\ appended to the message, without a `>' at the beginning\n\ of each line. This would make it easier for recipients\n\ to save and use this document.\n\ \n\ Would you like to send this document as an attachment?\n *citationQuery*OK.labelString: Send as\nText Attachment *citationQuery*OkLabelString: Send as\nText Attachment *citationQuery*Apply.labelString: Send as\nQuoted *citationQuery*ApplyLabelString: Send as\nQuoted *citationQuery*Cancel.labelString: Cancel *citationQuery*CancelLabelString: Cancel *doubleCitationQuery_popup.title: Citation Style Question *doubleCitationQuery.selectionLabelString: \n\ You have (probably inadvertently) included the same document twice:\n\ first as a citation (meaning: with `>' at the beginning of each line) and\n\ then as an attachment (meaning: as a second part of the message,\n\ included after your new text.)\n\ \n\ Would you like to send an attached document or a quoted document? *doubleCitationQuery*OK.labelString: Send as\nText Attachment *doubleCitationQuery*OkLabelString: Send as\nText Attachment *doubleCitationQuery*Apply.labelString: Send as\nQuoted *doubleCitationQuery*ApplyLabelString: Send as\nQuoted *doubleCitationQuery*Cancel.labelString:Cancel *doubleCitationQuery*CancelLabelString: Cancel *streamingAudioQuery_popup.title: Audio Question *streamingAudioQuery.selectionLabelString: \ Would you like to play the data to the external viewer as it comes\n\ from the network, or save to a file and then play from the file? *streamingAudioQuery*OK.labelString: Play from Network *streamingAudioQuery*OkLabelString: Play from Network *streamingAudioQuery*Apply.labelString: Save First *streamingAudioQuery*ApplyLabelString: Save First *streamingAudioQuery*Cancel.labelString:Cancel *streamingAudioQuery*CancelLabelString: Cancel *fileSelector*filterLabelString: Filter *fileSelector*dirListLabelString: Directories *fileSelector*fileListLabelString: Files *fileSelector*OkLabelString: OK *fileSelector*ApplyLabelString: Filter *fileSelector*CancelLabelString: Cancel *fileSelector.Selection.labelString: Selection *fileSelector.pattern: *.html *fileSelector*fileTypeMask: FILE_ANY_TYPE *fileSelector*saveTypeBox.orientation: HORIZONTAL *fileSelector*formatType.labelString: Format for Saved Document: !*fileSelector_popup*preeditType: overthespot *fileBrowser_popup.title: Netscape: File Browser *fileBrowser*filterLabelString: Filter *fileBrowser*dirListLabelString: Directories *fileBrowser*fileListLabelString: Files *fileBrowser*Selection.labelString: Selection *fileBrowser*OkLabelString: OK *fileBrowser*ApplyLabelString: Filter *fileBrowser*CancelLabelString: Cancel *fileBrowser*HelpLabelString: Help *fileBrowser*encodingFrame*optionMenu.labelString: File Type: *fileBrowser*encodingFrame*attachAutoDetect.labelString: Auto Detect *fileBrowser*encodingFrame*attachBinary.labelString: Binary *formSubmitButton.labelString: Submit *formResetButton.labelString: Reset *formButton.labelString: Monkey Brains *formFileBrowseButton.labelString: Browse... ! Bookmarks popup menu. It has the same name as the main popup menu ! and hence shares the rest of the resources. *bookmarks*popup.title.labelString: Bookmarks *bookmarks*popup*newFolder.labelString: New Folder... *bookmarks*popup.saveURL.acceleratorText: *titleSeparator.separatorType: XmDOUBLE_LINE ! Bookmarks edit properties window. ! *bookmarkProps_popup*title: Netscape: Bookmark Properties *bookmarkProps*nameLabel.labelString: Name: *bookmarkProps*nameLabel.alignment: ALIGNMENT_END *bookmarkProps*locationLabel.labelString: Location: *bookmarkProps*locationLabel.alignment: ALIGNMENT_END *bookmarkProps*descriptionLabel.labelString: Description: *bookmarkProps*descriptionLabel.alignment: ALIGNMENT_END *bookmarkProps*lastvisitedLabel.labelString: Last Visited: *bookmarkProps*lastvisitedLabel.alignment: ALIGNMENT_END *bookmarkProps*addedonLabel.labelString: Added On: *bookmarkProps*addedonLabel.alignment: ALIGNMENT_END *bookmarkProps*descriptionText.topOffset: 8 *bookmarkProps*descriptionText.columns: 40 *bookmarkProps*descriptionText.rows: 5 *bookmarkProps*aliasButton.labelString: Select Aliases ! ! Address Book ! *AddressBook*mainform.width: 760 *AddressBook*mainform.height: 400 *AddressBook*menuBar.Item.labelString: Item *AddressBook*addUser.labelString: Add User... *AddressBook*addUser.mnemonic: U *AddressBook*addList.labelString: Add List... *AddressBook*addList.mnemonic: L *AddressBook*properties.labelString: Properties *AddressBook*properties.mnemonic: P *AddressBook*queryLabel.labelString: Type the name you are looking for: *AddreMsgWin*toBtn.labelString: To: !*AddreMsgWin*toBtn.mnemonic: T *AddreMsgWin*ccBtn.labelString: CC: !*AddreMsgWin*ccBtn.mnemonic: C *AddreMsgWin*bccBtn.labelString: BCC: !*AddreMsgWin*bccBtn.mnemonic: B *AddreMsgWin*removeBtn.labelString: Remove *AddreMsgWin*addToAddressBtn.labelString: Add to Address Book *AddreMsgWin*propertiesBtn.labelString: Properties *AddreMsgWin*delBtn.labelString: Delete !*AddreMsgWin*addToAddressBtn.mnemonic: A *AddressBook*dirLabel.labelString: in: *AddressBook*searchBtn.labelString: Search *AddressBook*helpBar.height: 10 *AddressBook*outline.Name: Name *AddressBook*outline.Nick: Nickname *AddressBook*outline.Secure: Secure *AddressBook*outline.HTML: HTML !!!*AddressBook*mainform.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* ! The mail compose window part of addr book *mc_queryLabel.labelString: Type the name you are looking for: *mc_dirLabel.labelString: in: *mc_searchBtn.labelString: Search *mc_tobtn.labelString: To: *mc_ccbtn.labelString: Cc: *mc_bccbtn.labelString: Bcc: *mc_okbtn.labelString: OK *mc_cancelbtn.labelString: Cancel ! Address Book popup menu. It has the same name as the main popup menu ! and hence shares the rest of the resources. *AddressBook*popup.title.labelString: Address Book *AddressBook*popup.titleSeparator.separatorType: XmDOUBLE_LINE ! ! Download ! *Download*downloadURLLabel.labelString: Source: *Download*downloadFileLabel.labelString: Destination: *Download*stopLoading.labelString: Stop *Download*downloadURLLabel.alignment: ALIGNMENT_END *Download*downloadFileLabel.alignment: ALIGNMENT_END *Download*downloadURLLabel.topOffset: 10 *Download*downloadURLLabel.leftOffset: 10 *Download*downloadURLValue.columns: 45 *Download*downloadURLValue.editable: False *Download*downloadURLValue.cursorPositionVisible: False *Download*downloadURLValue.leftOffset: 10 *Download*downloadURLValue.rightOffset: 10 *Download*downloadFileLabel.topOffset: 5 *Download*downloadFileLabel.leftOffset: 10 *Download*downloadFileLabel.bottomOffset: 15 *Download*downloadFileValue.columns: 45 *Download*downloadFileValue.editable: False *Download*downloadFileValue.cursorPositionVisible: False *Download*downloadFileValue.leftOffset: 10 *Download*downloadFileValue.rightOffset: 10 *Download*logo.topOffset: 15 *Download*logo.rightOffset: 10 *Download*cancel.marginWidth: 15 *Download*cancel.marginHeight: 10 *Download*cancel.topOffset: 20 *Download*cancel.bottomOffset: 10 ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense... ! On SGIs, not having the class will cause the default SGI colors to ! be used instead of the ones specified here. With VUE, the behavior ! is even worse - if we're using a non-default visual (for example, if ! we have requested a 24-bit TrueColor visual instead of the default ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using ! the default visual, and give us colors allocated from the wrong ! colormap, resulting in lovely effects like brown-on-brown menubars! ! ! (Note: if you comment this stuff out in an attempt to let the current ! "scheme" override things, you'll find that the colors of the toolbar ! icons and the colors of form elements (like option menus) will get ! messed up.) !Netscape*background: #B2B2B2 Netscape*foreground: Black Netscape*background: #C0C0C0 *textBackground: #FFFFFF ! All but SGI: Set reasonable Text and List colors. ! SGI uses the default IRIX scheme colors. Netscape*XmTextField.foreground: Black Netscape*XmText.foreground: Black Netscape*XmList.foreground: Black Netscape*XmTextField.background: #FFFFFF Netscape*XmText.background: #FFFFFF Netscape*XmList.background: #FFFFFF ! On SGI, the IRIX scheme colors will override these resources, ! but we need to specify them for SGI users who turn off schemes. ! Resource color values must match the 'NOTSGI' values above. !*XmTextField.foreground: Black !*XmText.foreground: Black !*XmList.foreground: Black !*XmTextField.background: #FFFFFF !*XmText.background: #FFFFFF !*XmList.background: #FFFFFF ! Colors of the outline lists used in mail and news windows. Netscape*XmLGrid.foreground: #000000 Netscape*XmLGrid.background: #C0C0C0 !Netscape*XmLGrid.selectBackground: #FFFFCC ! Turn off borders in XmLFolder widgets. Netscape*XmLFolder.highlightThickness: 0 ! Colors of the "Secure Document" bar. !*secureDocumentColor: #0000BF !*insecureDocumentColor: #0C0C0C ! Default for all buttons Netscape*XmPushButton*shadowThickness: 2 Netscape*XmPushButtonGadget*shadowThickness: 2 ! And for option menus: Netscape*XmCascadeButton.shadowThickness: 2 Netscape*XmCascadeButtonGadget.shadowThickness: 2 !! !! *logo !! *logo.animationInterval: 150 *logo.marginBottom: 0 *logo.marginLeft: 0 *logo.marginRight: 0 *logo.marginTop: 0 *logo.shadowThickness: 1 *logo.documentationString: Netscape Communications Corporation home page *logo.tipString: Go to Netscape *historyMenuBox.marginHeight: 0 *historyMenuBox.marginWidth: 0 *characterToolbarFrame.leftOffset: 2 *paragraphToolbarFrame.leftOffset: 2 *composeToolbarFrame.leftOffset: 2 *topPane.shadowThickness: 2 *bottomPane.shadowThickness: 2 *topPane.shadowType: SHADOW_IN *bottomPane.shadowType: SHADOW_IN ! Go ahead, try and figure out why some of these need to be on the ! _popup version, and some need to be one level deeper. I dare you. !*dialog.width: 500 !*history.width: 500 !*mailto.width: 500 !*cache_popup.width: 500 *userConfig_popup.width: 500 *userConfig.width: 500 *fileSelector.width: 500 *fileBrowser.width: 500 ! I had to hardcode this in the C code - doesn't work from here... !*history_popup.allowShellResize: False ! Get rid of all navigation; it's totally broken for Paned windows, ! and for the form widgets under the drawingArea. *highlightThickness: 0 *navigationType: NONE ! Uh, but turn it back on in the popups (really I'd like to turn it off ! in all non-popups, but I don't think there's a way to specify that...) *XmDialogShell*highlightThickness: 2 *XmDialogShell*navigationType: TAB_GROUP ! Mail compose needs TAB_GROUP !*Composition*form.navigationType: TAB_GROUP *mailcompose_container*XmText.navigationType: TAB_GROUP *mailcompose_container*XmTextField.navigationType: TAB_GROUP ! Uh, and turn it on only in text fields of forms. ! But of course this doesn't work quite right. *drawingArea*XmText.navigationType: TAB_GROUP *drawingArea*XmTextField.navigationType:TAB_GROUP ! Sorry, things don't display properly if you configure Netscape to put its ! scrollbars on the left or top of the document area. Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT ! Put scrollbars right next to text fields in forms (and lists). *drawingArea*XmScrolledWindow.spacing: 0 ! Do not under any circumstances change the following line: Netscape.version: 4.78 ! ============================================================================ ! Fonts in the widgets. ! These fonts are all down in Motif land, and thus are not controlled by the ! font selector on the Preferences dialog. That applies only to fonts in ! the document display area. ! ============================================================================ ! !!!*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* !!!*XmTextField.fontList: -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!*XmText.fontList: -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!*XmList*fontList: -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* ! SGI default: !!!!*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-* ! Sensible default: !!!!*menuBar*fontList: -*-lucida-medium-r-normal-*-*-120-*-*-*-*-iso8859-* !!!*menuBar*historyTruncated.fontList:\ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-* !!!*popup*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* !!!!*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*bookmark*selectedLabel.fontList:\ -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*bookmark*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!!*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-* !!!*licenseDialog*text.fontList: -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* ! These are the fonts used in the outline lists used in Mail, News, Bookmarks, ! and Address Book windows. (Note that there can't be any whitespace after ! the commas.) ! For non-SUN platforms, user can accept font size to be 10 pt on the message list !!!Netscape*XmLGrid*fontList:\ -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\ -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\ -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable !!!!Netscape*XmLGrid*fontList:\ -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\ -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC ! Font for the Mail/News banner ! For non-SUN platforms, user can accept font size to be 10 pt to be default on the message list !!!Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-* !!!Netscape*banner*folderDropdown*fontList:\ -adobe-courier-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\ -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD !!!Netscape*banner*title.fontList: -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-* !!!Netscape*banner*subtitle.fontList: -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-* !!!Netscape*banner*info.fontList: -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-* ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable !!!!Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!!Netscape*banner*folderDropdown*.fontList:\ -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\ -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD !!!!Netscape*banner*title.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!!Netscape*banner*subtitle.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* !!!!Netscape*banner*info.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *banner*folderDropdown*shadowThickness: 1 ! Font for the Thread window expando flippy label !!!*arrowlabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* ! Font for the attachment panel icon label ! need class name to defeat *sgiMode !!!Netscape*attachItemLabel*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* ! This is the default charset for the View | Character Set menu. ! The following values have special meanings: ! iso-2022-jp: Japanese (Auto-Detect) ! iso-2022-kr: Korean (Auto-Detect) ! !*defaultCharset: iso-8859-1 !*defaultCharset: iso-8859-2 !*defaultCharset: windows-1250 *defaultCharset: iso-2022-jp !*defaultCharset: shift_jis !*defaultCharset: euc-jp !*defaultCharset: big5 !*defaultCharset: x-euc-tw !*defaultCharset: gb2312 !*defaultCharset: iso-2022-kr !*defaultCharset: iso-8859-5 !*defaultCharset: koi8-r !*defaultCharset: windows-1251 !*defaultCharset: iso-8859-7 !*defaultCharset: windows-1253 !*defaultCharset: iso-8859-9 !*defaultCharset: utf-8 !*defaultCharset: utf-7 ! ============================================================================ ! Fonts used in the display area. ! ============================================================================ ! Default fonts for various charsets, prop(ortional) and fixed. ! ! Format is foundry-family-pointsize-scaling. ! Pointsize is in tenths of a point. ! Scaling is either "scale" or "noscale". ! ! These are only used the first time you start up. ! After that, the preferences file is used. ! The "Defaults" button in the Preferences dialog will revert to these. ! *documentFonts.defaultFont*iso-8859-1.prop: adobe-times-120-noscale *documentFonts.defaultFont*iso-8859-1.fixed: adobe-courier-100-noscale *documentFonts.defaultFont*UTF-8.prop: nsPseudoFont-times-120-noscale *documentFonts.defaultFont*UTF-8.fixed: nsPseudoFont-courier-100-noscale ! This table maps weight/slant pairs to bold/italic/boldItalic/normal ! *documentFonts.face*-: normal *documentFonts.face*bold-i: boldItalic *documentFonts.face*bold-o: boldItalic *documentFonts.face*bold-r: bold *documentFonts.face*book-o: italic *documentFonts.face*book-r: normal *documentFonts.face*demi-i: boldItalic *documentFonts.face*demi-o: boldItalic *documentFonts.face*demi-r: bold *documentFonts.face*demibold-i: boldItalic *documentFonts.face*demibold-r: bold *documentFonts.face*light-i: italic *documentFonts.face*light-r: normal *documentFonts.face*medium-i: italic *documentFonts.face*medium-o: italic *documentFonts.face*medium-r: normal *documentFonts.face*medium-roman: normal *documentFonts.face*normal-i: italic *documentFonts.face*normal-r: normal *documentFonts.face*regular-i: italic *documentFonts.face*regular-r: normal *documentFonts.face*roman-r: normal *documentFonts.face*w3-r: normal *documentFonts.face*w3h-r: normal *documentFonts.face*w4-r: normal *documentFonts.face*w5-r: normal *documentFonts.face*w9-r: normal ! This table maps XLFD family names to nice family names ! *documentFonts.family*djb: DJB *documentFonts.family*haebfix: Haeberli Fixed *documentFonts.family*itc avant garde gothic: ITC Avant Garde Gothic *documentFonts.family*itc bookman: ITC Bookman *documentFonts.family*itc zapf chancery: ITC Zapf Chancery *documentFonts.family*itc zapf dingbats: ITC Zapf Dingbats *documentFonts.family*lucidatypewriter: Lucida Typewriter ! This table maps XLFD foundry names to nice foundry names ! *documentFonts.foundry*b&h: B&H *documentFonts.foundry*dec: DEC *documentFonts.foundry*hku: HKU *documentFonts.foundry*sgi: SGI *documentFonts.foundry*nsPseudoFont: NSPseudoFonts ! This table maps MIME charsets to language groups ! *documentFonts.charsetlang*gb_2312-80: Simplified Chinese *documentFonts.charsetlang*iso-8859-1: Western *documentFonts.charsetlang*iso-8859-2: Central European *documentFonts.charsetlang*iso-8859-5: Cyrillic *documentFonts.charsetlang*iso-8859-7: Greek *documentFonts.charsetlang*iso-8859-9: Turkish *documentFonts.charsetlang*jis_x0201: Japanese *documentFonts.charsetlang*jis_x0208-1983: Japanese *documentFonts.charsetlang*jis_x0212-1990: Japanese *documentFonts.charsetlang*koi8-r: Cyrillic *documentFonts.charsetlang*ks_c_5601-1987: Korean *documentFonts.charsetlang*x-cns11643-1110: Traditional Chinese *documentFonts.charsetlang*x-cns11643-1: Traditional Chinese *documentFonts.charsetlang*x-cns11643-2: Traditional Chinese *documentFonts.charsetlang*x-gb2312-11: Simplified Chinese *documentFonts.charsetlang*x-jisx0208-11: Japanese *documentFonts.charsetlang*x-ksc5601-11: Korean *documentFonts.charsetlang*x-x-big5: Traditional Chinese *documentFonts.charsetlang*unicode-2-0: Unicode ! This table maps X11 font charsets to MIME charsets ! *documentFonts.charset*-: x-ignore *documentFonts.charset*-ascii: x-ignore *documentFonts.charset*-dingbats: x-ignore *documentFonts.charset*-hiragana: x-ignore *documentFonts.charset*-ibm pc: x-ignore *documentFonts.charset*-katakana: x-ignore *documentFonts.charset*-roman: x-ignore *documentFonts.charset*-symbol: x-ignore *documentFonts.charset*78-h: x-ignore *documentFonts.charset*78.euc-h: x-ignore *documentFonts.charset*add-h: x-ignore *documentFonts.charset*adobe.cns1-0: x-ignore *documentFonts.charset*adobe.gb1-0: x-ignore *documentFonts.charset*adobe.japan1-0: x-ignore *documentFonts.charset*adobe.japan1-1: x-ignore *documentFonts.charset*adobe.japan1-2: x-ignore *documentFonts.charset*adobe.japan2-0: x-ignore *documentFonts.charset*adobe.korea1-0: x-ignore *documentFonts.charset*big5-0: x-x-big5 *documentFonts.charset*big5-1: x-x-big5 *documentFonts.charset*big5.et-0: x-x-big5 *documentFonts.charset*big5.et.ext-0: x-x-big5 *documentFonts.charset*big5.etext-0: x-x-big5 *documentFonts.charset*big5.hku-0: x-x-big5 *documentFonts.charset*big5.hku-1: x-x-big5 *documentFonts.charset*big5.pc-0: x-x-big5 *documentFonts.charset*big5.shift-0: x-x-big5 *documentFonts.charset*cmr.sun-fontspecific: x-ignore *documentFonts.charset*cns11643-0: x-cns11643-1 *documentFonts.charset*cns11643-1: x-cns11643-2 *documentFonts.charset*cns11643.1986-1: x-cns11643-1 *documentFonts.charset*cns11643.1986-2: x-cns11643-2 *documentFonts.charset*cns11643.1992-1: x-cns11643-1 *documentFonts.charset*cns11643.1992-2: x-cns11643-2 *documentFonts.charset*cns11643.1992.1-0: x-cns11643-1 *documentFonts.charset*cns11643.1992.2-0: x-cns11643-2 *documentFonts.charset*dec-decctrl: x-ignore *documentFonts.charset*dec-decksroman: x-ignore *documentFonts.charset*dec-decmath_extension: x-ignore *documentFonts.charset*dec-decmath_italic: x-ignore *documentFonts.charset*dec-decmath_symbol: x-ignore *documentFonts.charset*dec-decsuppl: x-ignore *documentFonts.charset*dec-dectech: x-ignore *documentFonts.charset*dec-drcs: x-ignore *documentFonts.charset*dec-fontspecific: x-ignore *documentFonts.charset*dec.cns11643.1986-2: x-cns11643-1110 *documentFonts.charset*dec.cns11643.1986-udc: x-ignore *documentFonts.charset*dec.dtscs.1990-2: x-ignore *documentFonts.charset*euc-h: x-ignore *documentFonts.charset*ext-h: x-ignore *documentFonts.charset*gb2312.1980-0: gb_2312-80 *documentFonts.charset*gb2312.1980-1: x-gb2312-11 *documentFonts.charset*gb2312.1980-udc: x-ignore *documentFonts.charset*hojo-h: x-ignore *documentFonts.charset*hp-japanese15: x-ignore *documentFonts.charset*hp-japaneseeuc: x-ignore *documentFonts.charset*hp-roman8: x-ignore *documentFonts.charset*hpbig5-: x-x-big5 *documentFonts.charset*ibm-850: x-ignore *documentFonts.charset*ibm-fontspecific: x-ignore *documentFonts.charset*ibm-ibmcs01007ext: x-ignore *documentFonts.charset*ibm-special: x-ignore *documentFonts.charset*ibm-udcjp: x-ignore *documentFonts.charset*iso646.1991-irv: x-ignore *documentFonts.charset*iso8859-1: iso-8859-1 *documentFonts.charset*iso8859-2: iso-8859-2 *documentFonts.charset*iso8859-3: x-ignore *documentFonts.charset*iso8859-4: x-ignore *documentFonts.charset*iso8859-5: iso-8859-5 *documentFonts.charset*iso8859-6: x-ignore *documentFonts.charset*iso8859-7: iso-8859-7 *documentFonts.charset*iso8859-8: x-ignore *documentFonts.charset*iso8859-9: iso-8859-9 *documentFonts.charset*iso8859-adobe: x-ignore *documentFonts.charset*itc zapf dingbats.adobe-fontspecific: x-ignore *documentFonts.charset*itc zapfdingbats.sun-fontspecific: x-ignore *documentFonts.charset*jisx0201-romankana: x-ignore *documentFonts.charset*jisx0201.1976-0: jis_x0201 *documentFonts.charset*jisx0201.1976-1: jis_x0201 *documentFonts.charset*jisx0208-kanji00: x-ignore *documentFonts.charset*jisx0208-kanji11: x-ignore *documentFonts.charset*jisx0208.1983-0: jis_x0208-1983 *documentFonts.charset*jisx0208.1983-1: x-jisx0208-11 *documentFonts.charset*jisx0208.1990-0: jis_x0208-1983 *documentFonts.charset*jisx0212.1990-0: jis_x0212-1990 *documentFonts.charset*jisx0212.1990-ocmp.1992: jis_x0212-1990 *documentFonts.charset*koi8-1: koi8-r *documentFonts.charset*koi8-r: koi8-r *documentFonts.charset*ks-roman: x-ignore *documentFonts.charset*ksc5601.1987-0: ks_c_5601-1987 *documentFonts.charset*ksc5601.1987-1: x-ksc5601-11 *documentFonts.charset*misc-fontspecific: x-ignore *documentFonts.charset*necjisx0208.1983-0: x-ignore *documentFonts.charset*novanet-1: x-ignore *documentFonts.charset*nwp-h: x-ignore *documentFonts.charset*pimai.adobe-fontspecific: x-ignore *documentFonts.charset*rksj-h: x-ignore *documentFonts.charset*screen.sun-fontspecific: x-ignore *documentFonts.charset*sgi-fontspecific: x-ignore *documentFonts.charset*shiftjis-0: x-ignore *documentFonts.charset*sunolcursor-1: x-ignore *documentFonts.charset*sunolglyph-1: x-ignore *documentFonts.charset*symbol.adobe-fontspecific: x-ignore *documentFonts.charset*symbol.sun-fontspecific: x-ignore *documentFonts.charset*tis620.2533-1: x-ignore *documentFonts.charset*ucs2.cjk-rest: x-ignore *documentFonts.charset*ucs2.cns11643.1986-1: x-ignore *documentFonts.charset*ucs2.cns11643.1986-2: x-ignore *documentFonts.charset*ucs2.gb2312.1980-0: x-ignore *documentFonts.charset*ucs2.ibm-udccn: x-ignore *documentFonts.charset*wp-symbol: x-ignore *documentFonts.charset*zapfdingbats.adobe-fontspecific: x-ignore ! There are 7 font sizes, 1 thru 7. The default font is 3, and the others ! are based on this. The default increment is 20%, which means that the 4 ! is 20% larger than the 3, the 5 is 40% larger, and so on. ! *documentFonts.sizeIncrement: 20 ! Maximum size to scale fonts, in points. *documentFonts.maximumPoints: 200 ! CSS-1 generic font family mapping ! to change the defaults, uncomment and give a different family name ! *documentFonts.generic.serif: times ! *documentFonts.generic.sans-serif: helvetica ! *documentFonts.generic.cursive: itc zapf chancery ! *documentFonts.generic.fantasy: new century schoolbook ! *documentFonts.generic.monospace: courier ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the ! same fonts in their font path, and, to make matters even worse, they have ! the 75 before the 100 even if their monitor is around 100 DPI. The ! following is provided so that these people can hack their fonts without ! having to correct their font path. ! ! To correct your font path, take a look at ! http://home.netscape.com/assist/support/client/tn/unix/10305.html ! which is a Technical Note linked from Help->Frequently Asked Questions. ! ! The last part of the left hand side (iso-8859-1) is the MIME charset ! corresponding to the X11 font charset (see above). ! ! To use e.g. 100 DPI fonts, change the final "*" to "100". ! *documentFonts.xResolution*iso-8859-1: * *documentFonts.yResolution*iso-8859-1: * ! ============================================================================ ! Fonts used for printing. ! ============================================================================ ! ! psname is the full PostScript font name ! pscode is the character encoding used in the PostScript font ! pswidth is the PostScript width per character, only useful for "square" ! fonts such as those found in East Asia ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape ! and cannot be changed. ! !*documentFonts.latin1.variable.normal*psname: Times-Roman !*documentFonts.latin1.variable.bold*psname: Times-Bold !*documentFonts.latin1.variable.italic*psname: Times-Italic !*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic !*documentFonts.latin1.fixed.normal*psname: Courier !*documentFonts.latin1.fixed.bold*psname: Courier-Bold !*documentFonts.latin1.fixed.italic*psname: Courier-Oblique !*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique !*documentFonts.latin1*pscode: iso-8859-1 !*documentFonts.latin1*pswidth: * ! Netscape does not differentiate between variable and fixed, and between ! normal, bold, italic and boldItalic for the following East Asian fonts. ! ! The charset fields are the charset names corresponding to the available ! locales (e.g. for Japan, that would be euc-jp and shift_jis). ! *documentFonts.euc-jp*psname: Ryumin-Light-RKSJ-H *documentFonts.euc-jp*pscode: shift_jis *documentFonts.euc-jp*pswidth: 1000 *documentFonts.euc-jp*psascent: 950 *documentFonts.shift_jis*psname: Ryumin-Light-RKSJ-H *documentFonts.shift_jis*pscode: shift_jis *documentFonts.shift_jis*pswidth: 1000 *documentFonts.shift_jis*psascent: 950 *documentFonts.EUC-KR*psname: SMgoJ *documentFonts.EUC-KR*pscode: euc-kr *documentFonts.EUC-KR*pswidth: 1000 *documentFonts.EUC-KR*psascent: 950 !*documentFonts.gb2312*psname: ??? !*documentFonts.gb2312*pscode: ??? !*documentFonts.gb2312*pswidth: ??? !*documentFonts.gb2312*psascent: ??? !*documentFonts.x-euc-tw*psname: ??? !*documentFonts.x-euc-tw*pscode: ??? !*documentFonts.x-euc-tw*pswidth: ??? !*documentFonts.x-euc-tw*psascent: ??? ! Unicode Pseudo Font ! These map a Unicode Pseudo Font ! latin-1 font name to an equivalent ! font name for a different encoding *unicodeFont.helvetica*jis_x0208-1983: gothic *unicodeFont.helvetica*jis_x0201: gothic *unicodeFont.times*jis_x0208-1983: mincho *unicodeFont.times*jis_x0201: mincho *unicodeFont.courier*jis_x0208-1983: fixed *unicodeFont.courier*jis_x0201: fixed *unicodeFont.lucida*jis_x0208-1983: gothic *unicodeFont.lucida*jis_x0201: gothic *unicodeFont.lucidatypewriter*jis_x0208-1983: gothic *unicodeFont.lucidatypewriter*jis_x0201: gothic *unicodeFont.allowHPScaling: false !*unicodeFont.screenDpi: 100 !*javaFont.usePointSizing: false !*javaFont.screenDpi: 100 *scrollerX*VertScrollBar.width: 10 *scrollerX*VertScrollBar.height: 100 ! Mail search dialog... *MNSearch.title: Netscape: Search *MNSearch.iconName: Search *MNSearch*SearchBtn.labelString: Search *MNSearch*NewBtn.labelString: Clear *MNSearch*MiscBtn.labelString: Options... *MNSearch*HelpBtn.labelString: Help *MNSearch*SaveAsBtn.labelString: Save As... *MNSearch*CloseBtn.labelString: Close *matchAll.labelString: Match all of the following *matchAny.labelString: Match any of the following *MNSearch*SaveAsDialogTextLabel.labelString: Newsgroup Name: *searchSaveAsPromptDialog.dialogTitle: Netscape: Save As Virtual Newsgroup *MNSearch*SaveAsDialogInfo.labelString: Saving search criteria will create a Virtual Newsgroup based on that\n\criteria. The Virtual Newsgroup will be available from the folder list in\n\the Messenger window. *where.labelString: where *MNSearch*searchFolderLabel.labelString: Search for messages in *MNSearch*itemsLabelTitle.labelString: Total items found: *MNSearch.width: 650 ! needs to match up with XFE_SEARCH_DATE_FORMAT in ns/cmd/xfe/xfe_err.h *MNSearch*labelValueField.labelString: mm/dd/yyyy *MNSearch*moreBtn.labelString: More *MNSearch*lessBtn.labelString: Fewer *MNSearch*searchContent.marginWidth: 5 *MNSearch*searchContent.marginHeight: 5 *MNSearch*resultComment.topOffset: 4 *MNSearch*goToMessageFolder.labelString: Open Message Folder *MNSearch*fileMsg.labelString: File in: *MNSearch*fileMsg.buttonLayout: button_label_only *MNSearch*deleteMsg.labelString: Delete Message *popup*copySubmenu.labelString: Copy Message ! Advanced mail search (Options) dialog *advancedSearch*subfolderToggle.labelString: Search Subfolders *advancedSearch*whenOnlineSearch.labelString: When online, search for messages: *advancedSearch*searchLocalToggle.labelString: on your local system *advancedSearch*searchServerToggle.labelString: on the specified server ! Ldap Search *Ldap.title: Netscape:Search Directories *Ldap.iconName: Search Directories *Ldap*A_the1.labelString: the *Ldap*A_the2.labelString: and the *Ldap*SearchBtn.labelString: Search *Ldap*NewBtn.labelString: Clear *Ldap*MiscBtn.labelString: Help *Ldap*CloseBtn.labelString: Close *Ldap*ldapSearchFolderLabel.labelString: Search for items *Ldap*itemsLabelTitle.labelString: Total items found: *Ldap.width: 650 *Ldap.height: 250 *Ldap*labelValueField.labelString: mm/dd/yy *Ldap*searchContent.marginWidth: 5 *Ldap*searchContent.marginHeight: 5 *Ldap*resultComment.topOffset: 4 *Ldap*ldapCommands.marginWidth: 10 *Ldap*ldapCommands.spacing: 20 *Ldap*toAddrBook.labelString: Add To Address Book *Ldap*toCompose.labelString: Compose Message ! ! Navigator mouse documentation. ! !!!*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* Netscape*tipLabel.background: #FFFFCC Netscape*tipLabel.foreground: Black Netscape*tipShell.borderColor: Black Netscape*tipShell.borderWidth: 1 ! ! Browser documentation and tip strings ! ! Navigator/Toolbar (tip strings and special documentation strings) *back.tipString: Go to previous page *forward.tipString: Go to next page *home.tipString: Go to the Home page *home.documentationString: Go to the Home page *search.tipString: Search on the Internet *search.documentationString: Search the Internet for information *MailThread*search.documentationString: Search mail and newsgroup messages *MailMsg*search.documentationString: Search mail and newsgroup messages *MailFolder*search.documentationString: Search mail and newsgroup messages *destinations.tipString: Your personal start page *destinations.documentationString: Go to your personal start page *guide.tipString: Interesting places on the Internet *guide.documentationString: Go to interesting places on the Internet *myshopping.tipString: Go to Shop@Netscape *myshopping.documentationString: Go to Shop@Netscape *showImages.tipString: Display images on this page *reload.tipString: Reload this page from the server *stopLoading.tipString: Stop the current transfer ! ! Some mail/news documentation and tip strings ! !*MailFolder*stopLoading.tipString: Stop downloading messages !*MailFolder*search.documentationString: Search mail and newsgroup messages !*MailThread*search.documentationString: Search mail and newsgroup messages !*MailMsg*search.documentationString: Search mail and newsgroup messages !! !! *urlBarItem !! *urlBarItem.shadowType: shadow_out *urlBarItem.shadowThickness: 1 *urlBarItem.marginLeft: 1 *urlBarItem.marginRight: 1 *urlBarItem.marginTop: 1 *urlBarItem.marginBottom: 1 !! !! *bookmarkQuickfile !! *bookmarkQuickfile.labelString: Bookmarks *bookmarkQuickfile.tipString: Bookmark QuickFile *bookmarkQuickfile.documentationString: Bookmark QuickFile *bookmarkQuickfile.topOffset: 2 *bookmarkQuickfile.leftOffset: 2 *bookmarkQuickfile.buttonLayout: button_label_on_right *bookmarkQuickfile.mappingDelay: 0 !! !! *relatedItems !! *relatedItems.labelString: What's Related *relatedItems.tipString: What's Related *relatedItems.documentationString: What's Related *relatedItems.topOffset: 2 *relatedItems.leftOffset: 2 *relatedItems.buttonLayout: button_label_on_right !! !! *urlLocationProxyIcon !! *urlLocationProxyIcon.tipString: \ Drag this to create a link to this page *urlLocationProxyIcon.documentationString: \ Drag this to create a link to this page *urlLocationProxyIcon.topOffset: 3 *urlLocationProxyIcon.leftOffset: 3 *urlLocationProxyIcon.cursor: hand2 *urlLocationProxyIcon.shadowThickness: 0 *urlLocationProxyIcon.raiseBorderThickness: 0 *urlLocationProxyIcon.fillOnArm: false *urlLocationProxyIcon.buttonLayout: button_pixmap_only !! !! *urlLocationLabel !! *urlLocationLabel.alignment: alignment_end *urlLocationLabel.recomputeSize: False *urlLocationLabel.marginHeight: 0 *urlLocationLabel.leftOffset: 4 *urlLocationLabel.netsiteLabelString: Netsite: *urlLocationLabel.uneditedLabelString: Location: *urlLocationLabel.editedLabelString: Go To: ! this must be the longer of the two... *urlLocationLabel.labelString: Location: !! !! Fixed Quickfile items !! *bookmarkQuickfile*addBookmark.labelString: Add Bookmark *bookmarkQuickfile*addBookmark.mnemonic: A *bookmarkQuickfile*addBookmark.acceleratorText: Alt+K *bookmarkQuickfile*openBookmarks.labelString: Edit Bookmarks... *bookmarkQuickfile*openBookmarks.mnemonic: E *bookmarkQuickfile*openBookmarks.acceleratorText: Alt+B *bookmarkQuickfile*fileBookmarksSubmenu.labelString: File Bookmark *bookmarkQuickfile*fileBookmarksSubmenu.mnemonic: F !! !! *personalToolbarItem !! *personalToolbarItem.shadowType: shadow_out *personalToolbarItem.shadowThickness: 1 *personalToolbarItem.marginLeft: 1 *personalToolbarItem.marginRight: 1 *personalToolbarItem.marginTop: 1 *personalToolbarItem.marginBottom: 1 *personalToolbar.shadowThickness: 0 *personalToolbar.marginLeft: 0 *personalToolbar.marginRight: 0 *personalToolbar.marginTop: 0 *personalToolbar.marginBottom: 0 *personalToolbar.spacing: 1 *personalToolbar.raiseBorderThickness: 2 *personalToolbar*XfeButton.marginBottom: 1 *personalToolbar*XfeButton.marginLeft: 1 *personalToolbar*XfeButton.marginRight: 1 *personalToolbar*XfeButton.marginTop: 1 *personalToolbar*XfeButton.shadowThickness: 1 *personalToolbar*XfeCascade.marginBottom: 1 *personalToolbar*XfeCascade.marginLeft: 1 *personalToolbar*XfeCascade.marginRight: 1 *personalToolbar*XfeCascade.marginTop: 1 *personalToolbar*XfeCascade.shadowThickness: 1 *personalToolbar*XfeCascade.mappingDelay: 0 *personalToolbar*toolBarSeparator.shadowThickness: 0 *personalToolbar*toolBarSeparator.width: 20 *personalToolbar*toolBarSeparator.height: 2 *personalToolbar*toolBarSeparator.orientation: horizontal ! Navigator/Dashboard *docinfoLabel.documentationString: \ Security indicator, document is secure when doorkey is unbroken *docinfoLabel.tipString: Security Indicator *biffButton.documentationString: Launch mail window, and check for new mail *biffButton.tipString: Check Mail ! Editor/Toolbar *editorNewBlank.tipString: New Document *editorOpenFile.tipString: Open File *save.tipString: Save *browsePage.tipString: View in Browser *editorBrowse.tipString: View in Browser *cut.tipString: Cut *copy.tipString: Copy *paste.tipString: Paste *publish.tipString: Publish Document *findInObject.tipString: Find in Page *Editor*openPage.tipString: Open File *findInObject.tipString: Find in Page *editorFormattingToolbar*buttonLayout: button_pixmap_only *editorFormattingToolbar*buttonLayout: button_pixmap_only *editorFormattingToolbar*mappingDelay: 0 *charSizeShrink.documentationString: Decrease font size 1 unit *charSizeShrink.tipString: Decrease Font Size *charSizeGrow.documentationString: Increase font size 1 unit *charSizeGrow.tipString: Increase Font Size *fontSize.documentationString: Set font size *fontSize.tipString: Set Font Size !*bold.documentationString: Set the style to Bold *bold.tipString: Bold !*italic.documentationString: Set the style to Italic *italic.tipString: Italic !*fixed.documentationString: Set the style to Fixed Width *fixed.tipString: Fixed Width !*textColor.documentationString: Change or edit current font color *textColor.tipString: Font Color *makeLink.documentationString: \ Make link to highlighted text, change existing link(s), or insert new link *makeLink.tipString: Make Link *insertLink.tipString: Insert or Make Link *clearAllStyles.tipString: Clear All Styles *insertTarget.documentationString: Insert a Target (Named Anchor) *insertTarget.tipString: Insert Target (Named Anchor) *insertImage.documentationString: Insert Image at current cursor location *insertImage.tipString: Insert Image *insertHorizontalLine.documentationString: \ Insert Horizontal Line at current cursor location *insertHorizontalLine.tipString: Insert Horizontal Line *insertTable.documentationString: Insert table at the insertion location *insertTable.tipString: Insert Table *objectProperties.documentationString: \ Change Properties of object at caret position *objectProperties.tipString: Object Properties *paragraphProperties.documentationString: Change paragraph or heading style *paragraphProperties.tipString: Change Paragraph style *insertBulleted.documentationString: \ Start, change to, or clear an unnumbered (bulleted) list *insertBulleted.tipString: Bullet List *insertNumbered.documentationString: \ Start, change to, or clear a numbered list *insertNumbered.tipString: Numbered List *indent.documentationString: \ Increase indent of paragraph one level *indent.tipString: Increase Indent *outdent.documentationString: \ Decrease indent of paragraph one level *outdent.tipString: Decrease Indent *alignLeft.documentationString: Align to left margin *setAligmentStyleLeft.documentationString: Align to left margin *alignLeft.tipString: Align Left *alignCenter.documentationString: Center between margins *setAligmentStyleCenter.documentationString: Center between margins *alignCenter.tipString: Align Center *alignRight.documentationString: Align to right margin *setAligmentStyleRight.documentationString: Align to right margin *alignRight.tipString: Align Right ! Formatting toolbar *setParagraphStyle*documentationString: \ Change paragraph or heading style *setParagraphStyle*tipString: Paragraph Style *setFontFace*documentationString: Change font face *setFontFace*tipString: Font *setFontSize*documentationString: Change font size *setFontSize*tipString: Font Size *setFontColor*documentationString: Change font color *setFontColor*tipString: Font Color *setFontColor*documentationString: Change font color *setFontColor*tipString: Font Color *toggleCharacterStyleBold.tipString: Bold *toggleCharacterStyleItalic.tipString: Italic *toggleCharacterStyleUnderline.tipString: Underline *insertNumberedList.tipString: Numbered List *insertNumberedList.documentationString: \ Start, change, or clear a numbered list *insertBulletedList.tipString: Bullet List *insertBulletedList.documentationString: Start, change, or clear a bullet list *setAlignmentStyle.tipString: Alignment *setAlignmentStyle.documentationString: Choose horizontal alignment *insertLineBreak.documentationString: \ Insert break to continue text on new line *insertBreakBelowImage.documentationString: \ Insert break to continue text below images to the left and the right *setCharacterColor.documentationString: Change the current text color *editorGoodiesMenu.tipString: Insert Object *editorGoodiesMenu.documentationString: Insert object ! Editor/Popups (additional items) *browseLink.documentationString: Browse this link *editLink.documentationString: Open this link in a new editor window *bookmarkLink.documentationString: Add this link to the bookmark list *copyLink.documentationString: Copy this link to the clipboard *removeLink.documentationString: \ Remove link at caret or all links within selected region ! Mail/Toolbar *getNewMail.tipString: Get new mail *deleteMessage.tipString: Delete the selected message *mailNew.tipString: Compose new message *replyToSender.tipString: Reply to the message *replyToAll.tipString: Reply to all recipients *forwardMessage.tipString: Forward the selected message *previousUnreadMessage.tipString: Previous unread message *nextUnreadMessage.tipString: Next unread message ! Composition/Edit menu (additional items) *pasteQuote.documentationString: Insert clipboard contents in quoted form *clear.documentationString: Erase the selection *clearAllText.documentationString: Erase everything *selectAllText.documentationString: Select the entire document *rot13.documentationString: Rotate message text by 13 characters ! Composition/View menu (additional items) *showFrom.documentationString: Show the mail-from field *showReplyTo.documentationString: Show reply-to field *showTo.documentationString: Show mail-to field *showCC.documentationString: Show the Carbon-Copy field *showBCC.documentationString: Show the Blind-Carbon-Copy field *showFCC.documentationString: Show the copy file location field *showPostTo.documentationString: Show the Post-to-newsgroup field *showFollowupTo.documentationString: Show the Send-followups-to field *showSubject.documentationString: Show the subject field *showAttachments.documentationString: Show the attachments field *wrapLines.documentationString: Wrap lines longer than 72 characters ! Composition/Options menu (additional items) *deliverNow.documentationString: Send messages immediately *deliverLater.documentationString: Defer sending messages until later ! Compose/Toolbar *sendOrSendLater.documentationString: Send the current message *sendOrSendLater.tipString: Send Message *quoteMessage.documentationString: \ Paste the text of the original document in quoted form *quoteMessage.tipString: Quote Original *options.labelString: Options *options.tipString: Display message options *attach.tipString: Include an attachment *attachFile.documentationString: \ Attach a file to this message *attachFile.tipString: Attach File *attachWebPage.documentationString: \ Attach a web page to this message *attachWebPage.tipString: Attach Web Page *deleteAttachment.documentationString: \ Delete selected attachment *deleteAttachment.tipString: Delete Attachment *attachAddressBookCard.documentationString: \ Attach your personal card as a vCard *attachAddressBookCard.tipString: Attach My Card *attachForm.documentationString: \ Drag a document here to attach it to this message. *attachForm.tipString: Drag document here to attach !*editAddressBook.documentationString: Open the address book *editAddressBook.tipString: Addresses *formattingToolbar*buttonLayout: button_pixmap_only *formattingToolbar*buttonLayout: button_pixmap_only *formattingToolbar*mappingDelay: 0 ! News/Toolbar *postNew.tipString: Post new message *postReply.tipString: Post reply *postAndMailReply.tipString: Post and mail reply *markThreadRead.tipString: Mark thread read *markAllRead.tipString: Mark all read ! Preferences dialog ! !!!*prefs*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *prefs_popup.title: Netscape: Preferences *pref.category: Category *prefs.form.leftPane.topOffset: 8 *prefs.form.leftPane.leftOffset: 8 *prefs.form.leftPane.bottomOffset: 8 *prefs.form.rightPane.leftOffset: 8 *prefs.form.rightPane.rightOffset: 8 *prefs.form.rightPane.bottomOffset: 8 *prefs*pageTitle.alignment: ALIGNMENT_BEGINNING !!!*prefs*pageTitle.fontList:\ -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*=NORMAL,\ -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*=BOLD,\ -*-helvetica-medium-o-normal-*-*-120-*-*-*-*-iso8859-*=ITALIC !!!*prefs*categoryList*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *prefs*pageForm.topOffset: 4 *prefs*XmFrame.marginWidth: 8 *prefs*XmFrame.marginHeight: 4 *prefs*XmPushButtonGadget.marginWidth: 8 ! Preferences dialog - Appearance *prefs*appearance*launchBoxLabel.labelString: On startup, launch *prefs*appearance*navigator.labelString: Navigator *prefs*appearance*messenger.labelString: Messenger Mailbox *prefs*appearance*collabra.labelString: Newsgroups *prefs*appearance*composer.labelString: Page Composer *prefs*appearance*conference.labelString: Conference *prefs*appearance*netcaster.labelString: Netcaster *prefs*appearance*calendar.labelString: Calendar *prefs*appearance*radio.labelString: Radio *prefs*appearance*frame2*toolbarBoxLabel.labelString: Show Toolbar As *prefs*appearance*frame2*picAndText.labelString: Pictures and Text *prefs*appearance*frame2*picOnly.labelString: Pictures Only *prefs*appearance*frame2*textOnly.labelString: Text Only *prefs*appearance*frame2*showTooltips.labelString: Show ToolTips *prefs*appearance*frame2*showTooltips.tipString: Toggle Toolbar Tips *prefs*appearance*underline.labelString: Underline Links ! Preferences dialog - General/Fonts *prefs*fontsFrame*fontsBoxLabel.labelString: Fonts and Encodings *prefs*fontsFrame*encodingLabel.labelString: For the Encoding: *prefs*fontsFrame*proportionalLabel.labelString:Variable Width Font: *prefs*fontsFrame*propSizeLabel.labelString: Size: *prefs*fontsFrame*propSizeToggle.labelString: Allow Scaling *prefs*fontsFrame*fixedLabel.labelString: Fixed Width Font: *prefs*fontsFrame*fixedSizeLabel.labelString: Size: *prefs*fontsFrame*fixedSizeToggle.labelString: Allow Scaling *prefs*fontsFrame*0.labelString: Any *prefs*webFontFrame*useFontLabel.labelString: Sometimes a document will provide its own fonts. *prefs*webFontFrame*dynaFont.labelString: Dynamic Fonts... *prefs*webFontFrame*useMyFont.labelString: \ Use my default fonts, overriding document-specified fonts *prefs*webFontFrame*useDocFontSelective.labelString:\ Use document-specified fonts, but disable Dynamic Fonts *prefs*webFontFrame*useDocFontWhenever.labelString: \ Use document-specified fonts, including Dynamic Fonts ! Preferences dialog - General/Colors *prefs*colors*colorBoxLabel.labelString: Colors *prefs*colors*textColorLabel.labelString: Text: *prefs*colors*bgColorLabel.labelString: Background: *prefs*colors*useDefColors.labelString: Use Default *prefs*colors*linksBoxLabel.labelString: Links *prefs*colors*linksLabel.labelString: Unvisited Links: *prefs*colors*vlinksLabel.labelString: Visited Links: *prefs*colors*underline.labelString: Underline links *prefs*colors*useColor.labelString: \ Sometimes a document will provide its own colors and background *prefs*colors*useMyColor.labelString: Always use my colors, overriding document ! Preferences dialog - Browser/Languages - Add !!!*prefsLang*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *prefsLang_popup.title: Netscape: Add Languages *prefsLang*langLabel.labelString: Select the language you would like to add.\n\nLanguages: *prefsLang*langList.visibleItemCount: 15 *prefsLang*otherLabel.labelString: Others: ! Preferences dialog - Smart Browsing *prefs*relatedFrame*relatedBoxLabel.labelString: What's Related *prefs*relatedFrame*enableRelated.labelString: Enable What's Related *prefs*relatedFrame*autoloadLabel.labelString: Automatically Load What's Related *prefs*relatedFrame*autoloadAlways.labelString: Always *prefs*relatedFrame*autoloadAdaptive.labelString: After First Use *prefs*relatedFrame*autoloadNever.labelString: Never *prefs*relatedFrame*excludedLabel.labelString: \ Enter a comma separated list of domain names for\n\ whose sites related items will never be loaded *prefs*keywordFrame*keywordBoxLabel.labelString: Internet Keywords *prefs*keywordFrame*enableKeywords.labelString: Enable Internet Keywords ! Preferences dialog - Advanced *prefs*advanced*showImage.labelString: \ Automatically load images and other data types\n\ (Otherwise, click the Images button to load when needed) *prefs*advanced*enableJava.labelString: Enable Java *prefs*advanced*enablePluginJVM.labelString: Enable Java Plugin *prefs*advanced*enableJs.labelString: Enable JavaScript *prefs*advanced*enableJsMailNews.labelString: Enable JavaScript for Mail and News *prefs*advanced*enableStyleSheet.labelString: Enable Style Sheets *prefs*advanced*emailAnonFtp.labelString: Send email address as anonymous FTP password *prefs*cookieFrame*cookieBoxLabel.labelString: Cookies *prefs*cookieFrame*alwaysAcceptCookie.labelString: Accept all cookies *prefs*cookieFrame*noForeignCookie.labelString: \ Only accept cookies originating from the same server as\n\ the page being viewed *prefs*cookieFrame*neverAcceptCookie.labelString:Do not accept or send cookies *prefs*cookieFrame*warnCookie.labelString: Warn me before accepting a cookie *prefs*alertFrame*submDoc.labelString: submitting a secure document *prefs*alertFrame*dpyDoc.labelString: displaying a secure document *prefs*alertFrame*viewMixed.labelString: viewing a document with a secure/insecure mix *prefs*alertFrame*submForm.labelString: submitting a form insecurely *prefs*alertFrame*submMixedForm.labelString: submitting a form with a secure/insecure mix ! Preferences dialog - Browser/Applications *prefs*applFrame*newButton.labelString: New... *prefs*applFrame*editButton.labelString: Edit... *prefs*applFrame*deleteButton.labelString: Delete *prefs*appl*folderLabel.labelString: Download files to: *prefs*appl*browseButton.labelString: Choose... ! Preferences dialog - General - Applications - Edit !!!*prefsApplEdit*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *prefsApplEdit_popup.title: Netscape: Application *prefsApplEdit*mimeTypesDescriptionLabel.labelString: Description: *prefsApplEdit*mimeTypesLabel.labelString: MIMEType: *prefsApplEdit*mimeTypesSuffixLabel.labelString:Suffixes: *prefsApplEdit*applEditFrameLabel.labelString: Handled By *prefsApplEdit*applEditNavigator.labelString: Navigator *prefsApplEdit*applEditPlugin.labelString: Plug In: *prefsApplEdit*applEditApp.labelString: Application: *prefsApplEdit*applEditSave.labelString: Save To Disk *prefsApplEdit*applEditUnknown.labelString: Unknown:PromptUser *prefsApplEdit*applEditAppBrowse.labelString: Choose... *prefsApplEdit*defaultOutgoingToggle.labelString: Use this MIME as the outgoing default for these extensions. ! Preferences dialog - General/Cache *prefs*cache*cacheLabel.labelString: \ The cache is used to keep local copies of frequently accessed docu-\n\ ments and thus reduce time connected to the network. The Reload\n\ button will always compare the cache document to the network\n\ document and show the most recent one. To load pages and images\n\ from the network instead of the cache, press the Shift key and click\n\ the reload button. *prefs*cache*cacheDirLabel.labelString: Cache Folder: *prefs*cache*memoryLabel.labelString: Memory cache: *prefs*cache*memoryK.labelString: kBytes *prefs*cache*diskLabel.labelString: Disk cache: *prefs*cache*diskK.labelString: kBytes *prefs*cache*verifyLabel.labelString: \ Document in cache is compared to document on network *prefs*cache*verifyRc*once.labelString: Once per session *prefs*cache*verifyRc*every.labelString: Every time *prefs*cache*verifyRc*never.labelString: Never *prefs*cache*browse.labelString: Choose... *prefs*cache*clearDisk.labelString: Clear Disk Cache *prefs*cache*clearMem.labelString: Clear Memory Cache ! Preferences dialog - General/Proxies *prefs*proxies*proxiesLabel.labelString: \ A network proxy is used to provide additional security between your\n\ computer and the Internet (usually along with a firewall) and/or to\n\ increase performance between networks by reducing redundant traffic\n\ via caching. Your system administrator can provide you with proper\n\ proxy settings. *prefs*proxies*direct.labelString: Direct connection to the internet *prefs*proxies*manual.labelString: Manual proxy configuration *prefs*proxies*auto.labelString: Automatic proxy configuration *prefs*proxies*config.labelString: Configuration location (URL) *prefs*proxies*view.labelString: View... *prefs*proxies*reload.labelString: Reload ! Preferences dialog - General - Proxies - View !!!*prefsProxiesView*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *prefsProxiesView_popup.title: Netscape: View Manual Proxy Configuration *prefsProxiesView*proxyViewLabel1.labelString: \ You may configure a proxy and port number for each of the internet\n\ protocols that Netscape supports. *prefsProxiesView*proxyViewLabel2.labelString: \ You may provide a list of domains that Netscape should access directly,\n\ rather than via the proxy: *prefsProxiesView*ftpProxyLabel.labelString: FTP Proxy: *prefsProxiesView*gopherProxyLabel.labelString: Gopher Proxy: *prefsProxiesView*httpProxyLabel.labelString: HTTP Proxy: *prefsProxiesView*httpsProxyLabel.labelString: Security Proxy: *prefsProxiesView*waisProxyLabel.labelString: WAIS Proxy: *prefsProxiesView*noProxyLabel.labelString: No Proxy for: *prefsProxiesView*socksHostLabel.labelString: SOCKS Host: *prefsProxiesView*ftpPortLabel.labelString: Port: *prefsProxiesView*gopherPortLabel.labelString: Port: *prefsProxiesView*httpPortLabel.labelString: Port: *prefsProxiesView*httpsPortLabel.labelString: Port: *prefsProxiesView*waisPortLabel.labelString: Port: *prefsProxiesView*socksPortLabel.labelString: Port: ! Roaming Access Conflict Dialog *liConflict*queryLabel.labelString: What would you like to do? *liConflict*alwaysToggle.labelString: Apply this decision to remaining items. ! Preferences dialog - Roaming Access: General Prefs !*prefs*liGeneral*topTitle.labelString: General Flags *prefs*liGeneral*hint.labelString: \ Use Roaming Access to retrieve your user profile information from\n\ any place on the network.\n\ \n\ Your user profile information will then be retrieved from your\n\ Roaming Access server each time on startup and transferred to the\n\ server on shutdown. *prefs*liGeneral*enableToggle.labelString: Enable Roaming Access for this profile !*prefs*liGeneral*syncToggle.labelString: Background synchronize every !*prefs*liGeneral*unitLabel.labelString: minutes. *prefs*liLoginAdvancedButton.labelString: Options !*prefs*liGeneral*bottomTitle.labelString: User Information *prefs*liGeneral*bottomFrame.topOffset: 20 *prefs*liGeneral*userInfoLabel.labelString: \ Please enter your login information to be used when retrieving your\n\ user profile from your Roaming Access server. *prefs*liGeneral*userLabel.labelString: User Name: *prefs*liGeneral*passwordLabel.labelString: Password: *prefs*liGeneral*passwordText.maxLength: 256 *prefs*liGeneral*savePasswordToggle.labelString: Remember my Roaming Access password ! Preferences dialog - Roaming Access: Server Prefs *prefs*liServer*frameLabel.labelString: Server Information *prefs*liServer*serverLabel.labelString: \ The information below is needed to connect to your Roaming Access\n\ server. If you do not know the information requested, please contact\n\ your system administrator. *prefs*liServer*bottomFrame.topOffset: 20 *prefs*liServer*ldapToggle.labelString: LDAP Directory Server *prefs*liServer*ldapAddrLabel.labelString: Address: *prefs*liServer*ldapBaseLabel.labelString: User DN: *prefs*liServer*httpToggle.labelString: HTTP Server *prefs*liServer*httpBaseLabel.labelString: Base URL: ! Preferences dialog - Roaming Access: File Prefs *prefs*liFiles*fileLabel.labelString: \ The user profile items selected below will be retrieved from your\n\ Roaming Access server on startup and transferred to the server\n\ on shutdown. *prefs*liFiles*frameLabel.labelString: Items *prefs*liFiles*bookmarkToggle.labelString: Bookmarks *prefs*liFiles*cookiesToggle.labelString: Cookies *prefs*liFiles*filterToggle.labelString: Mail Filters *prefs*liFiles*addrbookToggle.labelString: Address Book *prefs*liFiles*historyToggle.labelString: History *prefs*liFiles*prefsToggle.labelString: User Preferences *prefs*liFiles*javasecToggle.labelString: Java Security *prefs*liFiles*certToggle.labelString: Certificates and Private Keys ! Preferences dialog - Advanced/Disk space *prefs*diskSpace*allMsgsBoxLabel.labelString: All Messages *prefs*diskSpace*maxMsgSize.labelString: Do not store messages locally that are larger than *prefs*diskSpace*k.labelString: kB *prefs*diskSpace*askThreshold.labelString: Automatically compact folders when it will save over *prefs*diskSpace*k2.labelString: kB *prefs*diskSpace*newsMsgsBoxLabel.labelString: Newsgroups Messages Only *prefs*diskSpace*newsMsgsLabel.labelString: When it's time to clean up messages: *prefs*diskSpace*keepNewsByAge.labelString: Keep messages which have arrived within the past *prefs*diskSpace*keepAllNews.labelString: Keep all messages *prefs*diskSpace*keepNewsByCount.labelString: Keep *prefs*diskSpace*keepUnreadNews.labelString: Keep only unread messages *prefs*diskSpace*daysLabel.labelString: days *prefs*diskSpace*msgsLabel.labelString: newest messages *prefs*diskSpace*more.labelString: More Options... *prefs*diskSpace*rmMsgBodyToggle.labelString: Remove message bodies only older than ! Preferences dialog - Advanced/Help Files *prefs*helpFiles*helpLabel.labelString: Help files come from: *prefs*helpFiles*netscapeToggle.labelString:Netscape's Help site *prefs*helpFiles*installToggle.labelString: Installed Help files *prefs*helpFiles*customToggle.labelString: Custom Page: *prefs*helpFiles*browse.labelString: Choose... ! Preferences dialog - Advanced/SmartUpdate *prefs*smartUpdate*enableToggle.labelString: Enable SmartUpdate *prefs*smartUpdate*confirmToggle.labelString: Require manual confirmation of each install *prefs*smartUpdate*uninstallLabel.labelString: To uninstall, select from the following list and click the Uninstall button *prefs*smartUpdate*uninstallButton.labelString: Uninstall ! Preferences dialog - Browser *prefs*browser*indicatorType: ONE_OF_MANY *prefs*browser*XmLabelGadget.alignment: ALIGNMENT_BEGINNING *prefs*browser*browserBoxLabel.labelString: Browser starts with *prefs*browser*blankPage.labelString: Blank page *prefs*browser*homePage.labelString: Home page *prefs*browser*lastPage.labelString: Last page visited *prefs*browser*homePageBoxLabel.labelString:Home page *prefs*browser*homePageLabel.labelString: Clicking the Home button will take you to this page. *prefs*browser*locLabel.labelString: Location: *prefs*browser*browse.labelString: Choose... *prefs*browser*useCurrent.labelString: Use Current Page *prefs*browser*historyBoxLabel.labelString: History *prefs*browser*expireLabel.labelString: History expires after *prefs*browser*daysLabel.labelString: days *prefs*browser*expireNow.labelString: Clear History ! Preferences dialog - Browser/Languages *prefs*lang*langLabel.alignment: ALIGNMENT_BEGINNING *prefs*lang*langLabel.labelString: \ Choose in order of preference the language(s) in which you prefer to\n\ view web pages. Web pages are sometimes available in serveral\n\ languages. Navigator presents the pages in the available language\n\ you most prefer. *prefs*lang*addButton.labelString: Add... *prefs*lang*deleteButton.labelString: Delete ! Preferences dialog - Mail News *prefs.quotedTextStyle.plain: Plain *prefs.quotedTextStyle.bold: Bold *prefs.quotedTextStyle.italic: Italic *prefs.quotedTextStyle.boldItalic: Bold Italic *prefs.quotedTextSize.normal: Normal *prefs.quotedTextSize.bigger: Bigger *prefs.quotedTextSize.smaller: Smaller *prefs*mailnews*quotedTextLabel.labelString: \ Plain quoted text beginning with ">" is displayed with *prefs*mailnews*quotedTextStyleLabel.labelString: Style: *prefs*mailnews*quotedTextSizeLabel.labelString: Size: *prefs*mailnews*quotedTextColorLabel.labelString: Color: *prefs*mailnews*msgArticleLabel.labelString: \ Display plain text messages and articles with *prefs*mailnews*fixedWidthFont.labelString: Fixed width font *prefs*mailnews*varWidthFont.labelString: Variable width font *prefs*mailnews*rememberSelected.labelString: Remember the last selected message. *prefs*mailnews*reuseThread.labelString: Double-clicking a folder or newsgroup opens it in a new window. *prefs*mailnews*reuseMsg.labelString: Double-clicking a message opens it in a new window. *prefs*mailnews*confirmFolderTrash.labelString: Confirm when moving folders to the trash. *prefs*mailnews*newsBehaviorLabel.labelString: The Newsgroups menu item or button: *prefs*mailnews*newsInThreePaneToggle.labelString: Opens newsgroups in a Messenger window. *prefs*mailnews*newsInMessageCenterToggle.labelString: Opens the Message Center. ! Preferences dialog - Mail News/Messages *prefs*mailnewsMessages*replyLabel.labelString: Forwarding and Replying to messages: *prefs*mailnewsMessages*forwardLabel.labelString: By default, forward messages: *prefs*mailnewsMessages*autoquoteToggle.labelString: Automatically quote the original message when replying *prefs*mailnewsMessages*autoquoteMyReplyLabel.labelString: Then, *prefs*mailnewsMessages*autoquoteSepLabel.labelString: Separate reply and quoted text by *prefs*mailnewsMessages*autoquoteSepLinesLabel.labelString: lines *prefs*mailnewsMessages*spellToggle.labelString: Spell check messages before sending *prefs*mailnewsMessages*wrapLabel.labelString: Message Wrapping: *prefs*mailnewsMessages*wrapToggle.labelString: Wrap incoming, plain text messages to window width *prefs*mailnewsMessages*wrapLengthLabel.labelString: Wrap outgoing, plain text messages at: *prefs*mailnewsMessages*wrapLengthAfterLabel.labelString: characters *prefs*mailnewsMessages*eightbitLabel.labelString: Send messages that use 8-bit characters: *prefs*mailnewsMessages*eightbitAsIsToggle.labelString: As is (does not work well with some mail servers) *prefs*mailnewsMessages*eightbitQuotedToggle.labelString: \ Using the "quoted printable" MIME encoding\n\ (does not work well with some mail or newsgroup readers) ! Preferences dialog - Mail News/Identity *prefs*mailnewsIdentity*idLabel.labelString: \ The information below is needed before you can send mail. If you do\n\ not know the information requested, please contact your system\n\ administrator or Internet Service Provider. *prefs*mailnewsIdentity*nameLabel.labelString: Your name: *prefs*mailnewsIdentity*emailAddrLabel.labelString: Email address: *prefs*mailnewsIdentity*replyToAddrLabel.labelString: \ Reply-to address (only needed if different from email address): *prefs*mailnewsIdentity*orgLabel.labelString: Organization: *prefs*mailnewsIdentity*sigFileLabel.labelString: Signature File: *prefs*mailnewsIdentity*browse.labelString: Choose... *prefs*mailnewsIdentity*editCardButton.labelString: Edit Card... *prefs*mailnewsIdentity*attachCard.labelString: Attach my personal card to messages (as a vCard) *prefs*mailnewsIdentity*editCard.labelString: Edit Card... ! Preferences dialog - Mail News/Mail Server *prefs*mailnewsMserver*iServerFrame*incomingServerLabel.labelString: \ Incoming Mail Servers *prefs*mailnewsMserver*oServerFrame*outgoingServerLabel.labelString: \ Outgoing Mail Server *prefs*mailnewsMserver*localFrame*localMailDirLabel.labelString: \ Local mail directory *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*newButton.labelString: \ Add... *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*editButton.labelString: \ Edit... *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*deleteButton.labelString: \ Delete *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*defaultButton.labelString: \ Set as Default *prefs*mailnewsMserver*iServerFrame*iServerBox*incomingServerLabel.labelString:\ To set server properties (such as checking for\n\ new messages automatically), select a server\n\ and then click Edit. *SubUpgradeDialog*paragraphLabel.labelString: \ Messenger detects that you have upgraded from a previous version. In order to read your\n\ mail, Messenger will need to know which folders you would like to subscribe to.\n\ \n\ Only folders you subscribe to will appear in your folder view. Any folders you do not\n\ subscribe to will not be available. (Note: you can always change which folders\n\ you subscribe to later on by selecting Subscribe from the File menu.) *SubUpgradeDialog*customToggle.labelString: \ Let me choose now which folders are subscribed to ! Preferences dialog - incoming mail server - new server pop up *MailServerInfo.title: Netscape: Mail server info *MailServerInfo*form1*ServerName.labelString: \ Server Name: *MailServerInfo*form1*ServerType.labelString: \ Server Type: *MailServerInfo*form1*ServerUser.labelString: \ User Name: *MailServerInfo*form1*RememberPass.labelString: \ Remember password. *MailServerInfo*form1*CheckMail.labelString: \ Check for mail every *MailServerInfo*form1*MinuteLabel.labelString: \ minutes. *MailServerInfo*form1*downloadToggle.labelString: \ Automatically download any new messages. *MailServerInfo*form1*imapOption.labelString: IMAP *MailServerInfo*form1*popOption.labelString: POP *MailServerInfo*form1*movemailOption.labelString: MoveMail ! Imap tab *prefs_popup*MailServerInfo*xmlFolder*form2*imapImap.labelString: IMAP *prefs_popup*MailServerInfo*xmlFolder*form2*deleteLabel.labelString: \ When I delete a message: *prefs_popup*MailServerInfo*xmlFolder*form2*trashToggle.labelString: \ Move it to the Trash folder.\n\ (It will be removed when I select 'Empty Trash') *prefs_popup*MailServerInfo*xmlFolder*form2*markToggle.labelString: \ Mark it as deleted.\n\ (It will be removed when I select 'Compact This Folder') *prefs_popup*MailServerInfo*xmlFolder*form2*removeToggle.labelString: \ Remove it immediately.\n\ (It can be restored by selecting Undo) *prefs_popup*MailServerInfo*xmlFolder*form2*trashExitToggle.labelString:\ Empty Trash on Exit. *prefs_popup*MailServerInfo*xmlFolder*form2*expungeExitToggle.labelString:\ Clean up ("Expunge") Inbox on Exit. *prefs_popup*MailServerInfo*xmlFolder*form2*cleanupAllExitToggle.labelString:\ Clean up all folders on Exit. *prefs_popup*MailServerInfo*xmlFolder*form2*UseSSL.labelString: \ Use secure connection. (SSL) ! Advanced tab *MailServerInfo*form3*PathPrefsLabel.labelString: \ These preferences specify the different namespaces on your\n\ IMAP server. *MailServerInfo*form3*PersonalDir.labelString: \ Personal Namespace *MailServerInfo*form3*PublicDir.labelString: \ Public (shared) *MailServerInfo*form3*OtherUsers.labelString: \ Other Users *MailServerInfo*form3*AllowServer.labelString: \ Allow server to override these namespaces *MailServerInfo*form3*imapDirLabel.labelString: \ IMAP server directory: *MailServerInfo*form3*subfolderMessageToggle.labelString: \ Server supports folders that contain subfolders and messages. *MailServerInfo*form3*useSubscriptions.labelString: \ Show only subscribed folders. ! pop server - general tab *MailServerInfo*form4*LeaveMessages.labelString: \ Leave messages on server *MailServerInfo*form4*CleanupAllFolders.labelString: \ Cleanup all folders on Exit *MailServerInfo*form4*deleteOnPopServer.labelString: \ When deleting a message locally, remove it from the server. ! Movemail tab *MailServerInfo*form5*builtinToggle.labelString: Use built-in movemail *MailServerInfo*form5*externalToggle.labelString: Use an external application: *MailServerInfo*form5*appChoose.labelString: Choose.. ! Preferences dialog - outgoing mail server *prefs*mailnewsMserver*oServerFrame*oServerBox*outgoingServerLabel.labelString: \ Outgoing mail (SMTP) server: *prefs*mailnewsMserver*oServerFrame*oServerBox*serverUsernameLabel.labelString:\ Outgoing mail server user name: *prefs*mailnewsMserver*oServerFrame*oServerBox*chooseSSLLabel.labelString: \ Use Secure Socket Layer (SSL) or TLS for outgoing messages: *prefs*mailnewsMserver*oServerFrame*oServerBox*sslNever.labelString: \ Never *prefs*mailnewsMserver*oServerFrame*oServerBox*sslIfPossible.labelString: \ If Possible *prefs*mailnewsMserver*oServerFrame*oServerBox*sslAlways.labelString: \ Always ! Preferences dialog - mail server - local mail directory *prefs*mailnewsMserver*localFrame*localBox*localMailDir.labelString: \ Directory: *prefs*mailnewsMserver*localFrame*localBox*chooseButton.labelString: \ Choose... ! Preferences dialog - Mail News/News Server *prefs*mailnewsNServer*serverLabel.labelString: *prefs*mailnewsNServer*serverAddButton.labelString: Add... *prefs*mailnewsNServer*serverEditButton.labelString: Edit... *prefs*mailnewsNServer*serverDeleteButton.labelString: Delete *prefs*mailnewsNServer*serverDefaultButton.labelString: Set as Default *prefs*mailnewsNServer*localLabel.labelString: Newsgroup directory: *prefs*mailnewsNServer*dirLabel.labelString: Newsgroup (news) folder: *prefs*mailnewsNServer*chooseButton.labelString: Choose... *prefs*mailnewsNServer*sizeLimitToggle.labelString: Ask me before downloading more than *prefs*mailnewsNServer*sizeLimit2.labelString: messages. ! Preferences dialog - Mail News/News Server popup *NewsServerInfo*serverLabel.labelString: Server: *NewsServerInfo*portLabel.labelString: Port: *NewsServerInfo*sslToggle.labelString: \ Support encrypted connections (SSL) *NewsServerInfo*passwordToggle.labelString: \ Always use name and password ! Preferences dialog - Mail News/Address Book *prefs*mailnewsAddrBook*addrBookLabel.labelString: \ When searching directories, search for items using\n\ these directories in the following order: *prefs*mailnewsAddrBook*newButton.labelString: New... *prefs*mailnewsAddrBook*editButton.labelString: Edit... *prefs*mailnewsAddrBook*deleteButton.labelString: Delete *prefs*mailnewsAddrBook*fullNameLabel.labelString: Show full names as *prefs*mailnewsAddrBook*firstLastToggle.labelString:(First Name)(Last Name) *prefs*mailnewsAddrBook*lastFirstToggle.labelString:(Last Name),(First Name) *prefs*mailnewsAddrBook*firstLastLabel.labelString: (John Smith) *prefs*mailnewsAddrBook*lastFirstLabel.labelString: (Smith, John) *prefs*mailnewsAddress*messageLabel.labelString: Pinpoint Addressing: *prefs*mailnewsAddress*completeLabel.labelString: Look for addresses in the following: *prefs*mailnewsAddress*completeABToggle.labelString: Address books. *prefs*mailnewsAddress*completeDirToggle.labelString: Directory server: *prefs*mailnewsAddress*conflictLabel.labelString: When there are multiple addresses found: *prefs*mailnewsAddress*conflictShowToggle.labelString: Show me a list of choices *prefs*mailnewsAddress*conflictAcceptToggle.labelString: Accept what I have typed *prefs*mailnewsAddress*onlyMatchLabel.labelString: If there is only one match in your personal address books: *prefs*mailnewsAddress*onlyMatchToggle.labelString: Use the address and do not search in the directory *prefs*mailnewsAddress*sortLabel.labelString: When displaying full names: *prefs*mailnewsAddress*sortFirstToggle.labelString: Show names using display name. (from address book card) *prefs*mailnewsAddress*sortLastToggle.labelString: Show names using last name, first name. ! Preferences dialog - Mail News/Directory - New/Edit !!!*prefsLdapProp*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *prefsLdapProp_popup.title: Netscape: LDAP Server Preferences *prefsLdapProp*descLabel.labelString: Description: *prefsLdapProp*serverLabel.labelString: LDAP Server: *prefsLdapProp*rootLabel.labelString: Search Root: *prefsLdapProp*portNumberLabel.labelString: Port Number: *prefsLdapProp*numHitLabel.labelString: Maximum Number of Hits: *prefsLdapProp*secure.labelString: Secure *prefsLdapProp*savePasswd.labelString: Save Password ! Preferences dialog - Mail News/Message Copies *prefs*mailnewsCopies*newsCopies.labelString: When sending a newsgroup message, automatically *prefs*mailnewsCopies*newsOtherToggle.labelString: BCC other addresses: *prefs*mailnewsCopies*newsChooseButton.labelString: Choose Folder ... *prefs*mailnewsCopies*newsFccToggle.labelString: Folder %s on %s *prefs*mailnewsCopies*mailCopies.labelString: When sending a mail message, automatically *prefs*mailnewsCopies*mailOtherToggle.labelString: BCC other addresses: *prefs*mailnewsCopies*mailChooseButton.labelString: Choose Folder ... *prefs*mailnewsCopies*mailFccToggle.labelString: Folder %s on %s *prefs*mailnewsCopies*dtCopies.labelString: Storage for Drafts and Templates *prefs*mailnewsCopies*dSaveToggle.labelString: Keep drafts in '%s' on %s *prefs*mailnewsCopies*tSaveToggle.labelString: Keep templates in '%s' on %s *prefs*mailnewsCopies*dFccButton.labelString: Choose Folder ... *prefs*mailnewsCopies*tFccButton.labelString: Choose Folder ... *prefsMailFolderDialog*specificFolder.labelString: Other: ! Preferences dialog - HTML Formatting *prefs*mailnewsHTML*useHTML.labelString: Message formatting *prefs*mailnewsHTML*useHTMLToggle.labelString: Use the HTML editor to compose messages. *prefs*mailnewsHTML*usePlainToggle.labelString: Use the plain text editor to compose messages. *prefs*mailnewsHTML*noHTML.labelString: When sending HTML messages to recipients who are not\nlisted as being able to receive them: *prefs*mailnewsHTML*noHTMLoverride.labelString: You can override these settings in any message through the\noptions panel of the message composition window. *prefs*mailnewsHTML*noHTMLAsk.labelString: Ask me what to do if the message has HTML formatting,\notherwise send plain text. *prefs*mailnewsHTML*noHTMLText.labelString: Convert the message into plain text.\n(may lose some formatting) *prefs*mailnewsHTML*noHTMLHTML.labelString: Send the message in HTML anyway\n(some recipients may not be able to read it) *prefs*mailnewsHTML*noHTMLBoth.labelString: Send the message in plain text and HTML\n(uses more disk space) *prefs*editor*authorLabel.labelString: Author name: *prefs*editor*externalFrameTitle.labelString: External editors *prefs*editor*htmlLabel.labelString: HTML source: *prefs*editor*imageLabel.labelString: Images: *prefs*editor*locationLabel.labelString: Template for new page: *prefs*editor*restoreDefault.labelString: Use Default *prefs*editor*browseTemplate.labelString: Choose... *prefs*editor*autosaveEnable.labelString: Automatically save page every *prefs*editor*minutes.labelString: minutes *prefs*editor*browse.labelString: Choose... ! Preferences dialog - Read Receipts *prefs*mailnewsReceipts*requestReceiptsLabel.labelString: If I request a receipt when sending a message, I want *prefs*mailnewsReceipts*dsn.labelString: A delivery receipt from the receiving server (DSN) *prefs*mailnewsReceipts*mdn.labelString: A read receipt notify me when recipients display this message (MDN) *prefs*mailnewsReceipts*both.labelString: Both types of receipt *prefs*mailnewsReceipts*receiptsArriveLabel.labelString: When a receipt arrives *prefs*mailnewsReceipts*inbox.labelString: Leave it in my inbox *prefs*mailnewsReceipts*sentmail.labelString: Move it to my Sent Mail folder *prefs*mailnewsReceipts*receiveReceiptsLabel.labelString: When I receive a message and sender requested a receipt (MDN) *prefs*mailnewsReceipts*never.labelString: Never return a receipt *prefs*mailnewsReceipts*some.labelString: Return receipts for some messages *prefs*mailnewsReceipts*customizeButton.labelString: Customize... ! make sure these are multi-line, otherwise the widgets line up funny *prefsDialogReceipts.title: Customize Return Receipts *prefsDialogReceipts*instructLabel.labelString:\ When I receive a message and its sender requested a receipt\n\ (MDN), send one in the following cases: *prefsDialogReceipts*mailingLabel.labelString:\ If I'm not in the To or CC list of the message\n\ (as for a message to a mailing list): *prefsDialogReceipts*outsideLabel.labelString:\ If the message comes from outside the\n\ domain (domain here): *prefsDialogReceipts*otherLabel.labelString:\ In all other cases: ! Preferences dialog - Editor/Publish *prefs*editor*linksAndImagesTitle.labelString: Links and images *prefs*editor*linksAndImagesLabel.labelString: \ When saving remote documents and when inserting links and images: *prefs*editor*linksToggle.labelString: Maintain links *prefs*editor*linksInfo.labelString: \ Adjust links to work from the document's location. Links to local\n\ files will work when local versions exist. *prefs*editor*imagesToggle.labelString: Keep images with document *prefs*editor*imagesInfo.labelString: \ Save copies of images to the document's location. Images will\n\ always appear in local versions of the document and when it is\n\ published. *prefs*editor*linksAndImagesTip.labelString: \ Tip: Set both options if you will be using remote publishing. *prefs*editor*publishTitle.labelString: Default publishing location *prefs*editor*publishLabel.labelString: Publish to (FTP or HTTP): *prefs*editor*browseLabel.labelString: Browse to (HTTP): ! Preferences dialog - Offline *prefs*offline*startupBoxLabel.labelString: Startup Communicator in *prefs*offline*online.labelString: Online Work Mode *prefs*offline*offline.labelString: Offline Work Mode *prefs*offline*ask.labelString: Ask Me *prefs*offline*onlineDesc.labelString:\ Choose this if you are on a network and connected to the\n\ Internet all the time. *prefs*offline*offlineDesc.labelString:\ Choose this if you use a modem and/or want to control\n\ when you make network connections. *prefs*offline*askDesc.labelString:\ Choose this if you are not sure when you will have access\n\ to a network when you use Communicator. You will be\n\ prompted with a choice dialog on start up. ! Preferences dialog - Offline/News *prefs*offlineNews*downloadBoxLabel.labelString: Message Download *prefs*offlineNews*downloadMsgs.labelString: Download *prefs*offlineNews*downloadByDate.labelString: Download by date *prefs*offlineNews*downloadDateFrom.labelString: from *prefs*offlineNews*downloadDateSince.labelString: since *prefs*offlineNews*msgsLabel.labelString: messages *prefs*offlineNews*daysAgoLabel.labelString: days ago *prefs*offlineNews*discussionLabel.labelString: \ In order to read newsgroups offline, you must first select them for\n\ download. Click the Select newsgroups... button to choose newsgroups\n\ for download. *prefs*offlineNews*selectDiscussion.labelString: Select Newsgroups... *prefs*offlineNews*discussionLabel2.labelString: (12 newsgroups selected) ! Preferences dialog - page labels *pref.appearance: Appearance *pref.fonts: Fonts *pref.colors: Colors *pref.browser: Navigator *pref.lang: Languages *pref.smart: Smart Browsing *pref.applications: Applications *pref.mailNews: Mail & Newsgroups *pref.identity: Identity *pref.messages: Messages *pref.mailServer: Mail Servers *pref.newsServer: Newsgroups Servers *pref.addressing: Addressing *pref.copies: Copies and Folders *pref.htmlmail: Formatting *pref.readreceipts: Return Receipts *pref.diskSpace: Disk Space *pref.editor: Composer *pref.editorAppearance: New Page Colors *pref.editorPublish: Publish *pref.offline: Offline *pref.offlineNews: Groups *pref.helpFiles: Help Files *pref.advanced: Advanced *pref.cache: Cache *pref.proxies: Proxies *pref.liGeneral: Roaming User *pref.liServer: Server Information *pref.liFiles: Item Selection *prefDesc.appearance: Change the appearance of the display *prefDesc.fonts: Change the fonts in your display *prefDesc.colors: Change the colors in your display *prefDesc.browser: Specify the home page location *prefDesc.lang: View web pages in different languages *prefDesc.smart: Configure browsing aids *prefDesc.applications: Specify helper applications for different file types *prefDesc.mailNews: Settings for Mail and Newsgroups *prefDesc.identity: Set your name, email address, and signature file *prefDesc.composition: Choose settings for outgoing messages *prefDesc.mailServer: Specify servers for mail *prefDesc.newsServer: Specify your servers for reading newsgroups *prefDesc.addressBook: Choose directories for searching addresses *prefDesc.addressing: Settings for addressing messages *prefDesc.copies: Copies, drafts, and templates *prefDesc.messages: Choose settings for messages *prefDesc.htmlMail: Message formatting *prefDesc.readReceipts: Settings for requesting or returning receipts. *prefDesc.editor: Set general preferences for authoring Web pages *prefDesc.editorAppearance: Choose default appearance of new Web pages *prefDesc.editorPublish: Designate the default publishing location *prefDesc.offline: Choose the startup mode of the product *prefDesc.offlineNews: Choose settings for reading newsgroups offline *prefDesc.diskSpace: Manage the amount of disk space taken by messages *prefDesc.helpFiles: Choose Help files *prefDesc.advanced: Change preferences that affect the entire product *prefDesc.cache: Designate the size of the cache *prefDesc.proxies: Configure proxies to access the Internet *prefDesc.liGeneral: Enter your server login information *prefDesc.liServer: Specify the Roaming Access server information *prefDesc.liFiles: Specify which items to transfer *prefDesc.smartUpdate: Configure software installation ! Preferences dialog - TODOs *prefs*mailnewsMserver*inboxToggle.sensitive: false ! Color picker *colorDialog_popup.title: Netscape: Color Picker ! Mail/News banners *bannerItem.shadowType: shadow_out *bannerItem.shadowThickness: 1 *bannerItem.marginLeft: 1 *bannerItem.marginRight: 1 *bannerItem.marginTop: 1 *bannerItem.marginBottom: 1 *banner*mommy.buttonLayout: button_pixmap_only ! Subscribe UI !!!*subscribeFolder*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *subscribeFolder*subscribe.labelString: Subscribe *subscribeFolder*unsubscribe.labelString: Unsubscribe *subscribeFolder*setSubscribe.labelString: Subscribe *subscribeFolder*clearSubscribe.labelString: Unsubscribe *subscribeFolder*expandAll.labelString: Expand *subscribeFolder*collapseAll.labelString: Collapse All *subscribeFolder*fetchGroupList.labelString: Refresh List *subscribeFolder*stopLoading.labelString: Stop *subscribeFolder*getNewGroups.labelString: Get New *subscribeFolder*clearNewGroups.labelString: Clear New *subscribeFolder*search.labelString: Search Now *subscribeFolder*addNewsServer.labelString: Add Server... *subscribeFolder*subNewInfoLabel.labelString: This list shows all new newsgroups since you last cleared the list. *subscribeFolder*searchLabel.labelString: Search For: *subscribeFolder*onserverLabel.labelString: On Server: *subscribeFolder*serverLabel.labelString: Server: *subscribeFolder*newsgroupLabel.labelString: Newsgroup: *subscribeFolder*subNewInfoLabel.alignment: ALIGNMENT_BEGINNING ! The Add server dialog !!!*serverDialog*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* *serverDialogForm*serverLabel.labelString: Server Name: *serverDialogForm*portLabel.labelString: Server Port: *serverDialogForm*secureLabel.labelString: Secure: *serverDialogForm*secureToggle.labelString: ! Compose Window attachment panel resources *newComposeFolder*attachItemImage.highlightThickness: 2 *newComposeFolder*attachItemImage.navigationType: NONE *addressFolderBaseWidget*addressBook.labelString: Address Book *addressBook.documentationString: Attach an address book card to the current message *subjectFormW*subjectLabel.labelString: Subject: *PriorityOption.labelString: Priority: *optionForm*returnReceipt.labelString: Request return receipt *optionForm*encrypted.labelString: Encrypted *optionForm*signed.labelString: Signed *optionForm*leftMargin: 40 *optionForm*rightMargin: 40 *TextEncodingOption.labelString: Use 8-bit instead of MIME-compliant encoding for the message text *AttachmentEncodingOption.labelString: Use uuencode instead of MIME for attachments *MessageActionOption.labelString: Format: !! !! *menuBar !! *menuBar.shadowThickness: 1 *menuBar.marginHeight: 0 *menuBar.marginWidth: 0 !! !! *toolBox !! *Navigator*toolBox*Tab0.tipString: Navigation Toolbar *Navigator*toolBox*Tab1.tipString: Location Toolbar *Navigator*toolBox*Tab2.tipString: Personal Toolbar *Editor*toolBox*Tab0.tipString: Composition Toolbar *Editor*toolBox*Tab1.tipString: Formatting Toolbar *Composition*toolBox*Tab0.tipString: Message Toolbar *Composition*toolBox*Tab1.tipString: Addressing Area *Composition*subjectFormW.toolBox*Tab0.tipString: Formatting Toolbar *MailFolder*toolBox*Tab0.tipString: Message Center Toolbar *MailFolder*toolBox*Tab1.tipString: Location Toolbar *MailThread*toolBox*Tab0.tipString: Message Toolbar *MailThread*toolBox*Tab1.tipString: Location Toolbar *MailMsg*toolBox*Tab0.tipString: Message Toolbar *MailMsg*toolBox*Tab1.tipString: Location Toolbar *toolBox*Tab0.tipString: Navigation Toolbar *toolBox*Tab1.tipString: Location Toolbar *Navigator*toolBox*Tab0.documentationString: Navigation Toolbar *Navigator*toolBox*Tab1.documentationString: Location Toolbar *Navigator*toolBox*Tab2.documentationString: Personal Toolbar *Editor*toolBox*Tab0.documentationString: Composition Toolbar *Editor*toolBox*Tab1.documentationString: Formatting Toolbar *Composition*toolBox*Tab0.documentationString: Message Toolbar *Composition*toolBox*Tab1.documentationString: Addressing Area *Composition*subjectFormW.toolBox*Tab0.documentationString: Formatting Toolbar *MailFolder*toolBox*Tab0.documentationString: Message Center Toolbar *MailFolder*toolBox*Tab1.documentationString: Location Toolbar *MailThread*toolBox*Tab0.documentationString: Message Toolbar *MailThread*toolBox*Tab1.documentationString: Location Toolbar *MailMsg*toolBox*Tab0.documentationString: Message Toolbar *MailMsg*toolBox*Tab1.documentationString: Location Toolbar *toolBox*Tab0.documentationString: Navigation Toolbar *toolBox*Tab1.documentationString: Location Toolbar !! Number of pixels to move an item before swapping *toolBox.swapThreshold: 10 !! Maximum number of pixels an item can be dragged (for one mouse motion) *toolBox.dragThreshold: 10 *toolBox.marginLeft: 0 *toolBox.marginRight: 0 *toolBox.marginTop: 0 *toolBox.marginBottom: 0 !! !! *toolBar !! *toolBarItem.shadowType: shadow_out *toolBarItem.shadowThickness: 1 *toolBarItem.marginLeft: 1 *toolBarItem.marginRight: 1 *toolBarItem.marginTop: 1 *toolBarItem.marginBottom: 1 *toolBar*XfeButton.marginBottom: 1 *toolBar*XfeButton.marginLeft: 1 *toolBar*XfeButton.marginRight: 1 *toolBar*XfeButton.marginTop: 1 *toolBar*XfeButton.shadowThickness: 1 *toolBar*XfeCascade.marginBottom: 1 *toolBar*XfeCascade.marginLeft: 1 *toolBar*XfeCascade.marginRight: 1 *toolBar*XfeCascade.marginTop: 1 *toolBar*XfeCascade.shadowThickness: 1 *toolBar*XmSeparator.shadowThickness: 0 *toolBar*XmSeparator.width: 20 *toolBar*XmSeparator.height: 2 *toolBar*XmSeparator.orientation: horizontal *toolBar*armOffset: 1 *toolBar*fillOnEnter: false *toolBar*raiseForeground: Blue !!!*toolBar*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *toolBar.spacing: 0 *toolBar.shadowThickness: 0 *toolBar.marginLeft: 0 *toolBar.marginRight: 0 *toolBar.marginTop: 0 *toolBar.marginBottom: 0 !! !! Browser Toolbar destinations !! !*toolBar*destinations.mapingDelay: 1 !*toolBar*destinations*whatsNew.labelString: What's New? !*toolBar*destinations*whatsCool.labelString: What's Cool? !*toolBar*destinations*inetIndex.labelString: The Internet !*toolBar*destinations*inetSearch.labelString: Net Search !*toolBar*destinations*inetWhite.labelString: People !*toolBar*destinations*inetYellow.labelString: Yellow Pages !*toolBar*destinations*upgrade.labelString: Software !*toolBar*destinations*welcome.labelString: Welcome !*toolBar*destinations*newsgroups.labelString: Groups !! !! *dashBoard !! *dashBoard.shadowThickness: 1 *dashBoard.shadowType: shadow_out *dashBoard.bottomOffset: 0 *dashBoard.leftOffset: 0 *dashBoard.rightOffset: 0 *dashBoard.topOffset: 0 *dashBoard.marginBottom: 2 *dashBoard.marginLeft: 2 *dashBoard.marginRight: 2 *dashBoard.marginTop: 2 !! !! *dashBoard*securityBar !! *dashBoard*securityBar.marginBottom: 0 *dashBoard*securityBar.marginLeft: 0 *dashBoard*securityBar.marginRight: 0 *dashBoard*securityBar.marginTop: 0 *dashBoard*securityBar.buttonLayout: button_pixmap_only !! !! *dashBoard*viewSecurity !! *dashBoard*viewSecurity.shadowType: shadow_in *dashBoard*viewSecurity.shadowThickness: 1 *dashBoard*viewSecurity.raiseOnEnter: false *dashBoard*viewSecurity.buttonType: button_none *dashBoard*viewSecurity.marginTop: 1 *dashBoard*viewSecurity.marginBottom: 1 !! !! *dashBoard*statusBar !! *dashBoard*statusBar.shadowType: shadow_in *dashBoard*statusBar.shadowThickness: 1 *dashBoard*statusBar.truncateLabel: false !!!*dashBoard*statusBar.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *dashBoard*statusBar.labelAlignment: alignment_beginning ! initial value for the status bar *dashBoard*statusBar.labelString: Netscape !! !! *dashBoard*progressBar !! *dashBoard*progressBar.shadowType: shadow_in *dashBoard*progressBar.shadowThickness: 1 !!!*dashBoard*progressBar.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *dashBoard*progressBar.width: 100 !! The color of the progress bar *dashBoard*progressBar.barColor: Gray60 !! The about the cylon moves on each tick *dashBoard*progressBar.cylonOffset: 2 !! The interval in msec between cylon ticks *dashBoard*progressBar.cylonInterval: 100 !! The cylon width (percent of total) *dashBoard*progressBar.cylonWidth: 20 !! !! *dockedTaskBar !! *dockedTaskBar.shadowType: shadow_out *dockedTaskBar.shadowThickness: 1 *dockedTaskBar.spacing: 0 *dockedTaskBar.buttonLayout: button_pixmap_only !!!*dockedTaskBar*fontList: *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *dockedTaskBar*openOrBringUpBrowser.labelString: Navigator *dockedTaskBar*openInboxAndGetNewMessages.labelString: Inbox *dockedTaskBar*openNewsgroups.labelString: Newsgroups *dockedTaskBar*openAddrBook.labelString: AddressBook *dockedTaskBar*openEditor.labelString: Composer *dockedTaskBar*openOrBringUpBrowser.tipString: Open a browser window *dockedTaskBar*openInboxAndGetNewMessages.tipString: Open the mail window and get new messages *dockedTaskBar*openNewsgroups.tipString: Open the list of newsgroups *dockedTaskBar*openAddrBook.tipString: Open the address book *dockedTaskBar*openEditor.tipString: Open the web page editor *openInboxAndGetNewMessages.documentationString: Open the mail window and get new messages *dockedTaskBar*XfeButton.marginBottom: 1 *dockedTaskBar*XfeButton.marginLeft: 1 *dockedTaskBar*XfeButton.marginRight: 1 *dockedTaskBar*XfeButton.marginTop: 1 *dockedTaskBar*XfeButton.shadowThickness: 1 !! !! *floatingTaskBar !! *floatingTaskBar.shadowType: shadow_out *floatingTaskBar.shadowThickness: 1 *floatingTaskBar.spacing: 0 !!!*floatingTaskBar*fontList: *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *floatingTaskBar*openOrBringUpBrowser.labelString: Navigator *floatingTaskBar*openInboxAndGetNewMessages.labelString: Inbox *floatingTaskBar*openNewsgroups.labelString: Newsgroups *floatingTaskBar*openAddrBook.labelString: AddressBook *floatingTaskBar*openEditor.labelString: Composer *floatingTaskBar*openOrBringUpBrowser.tipString: Open a browser window *floatingTaskBar*openInboxAndGetNewMessages.tipString: Open the mail window and get new messages *floatingTaskBar*openNewsgroups.tipString: Open the list of newsgroups *floatingTaskBar*openAddrBook.tipString: Open the address book *floatingTaskBar*openEditor.tipString: Open the web page editor *openInboxAndGetNewMessages.documentationString: Open the mail window and get new messages *floatingTaskBar*XfeButton.marginBottom: 2 *floatingTaskBar*XfeButton.marginLeft: 2 *floatingTaskBar*XfeButton.marginRight: 2 *floatingTaskBar*XfeButton.marginTop: 2 *floatingTaskBar*XfeButton.shadowThickness: 1 !! !! *taskBarContextMenu !! *taskBarContextMenu*floatingTaskBarAlwaysOnTop.labelString: Always On Top *taskBarContextMenu*floatingTaskBarClose.labelString: Close *floatingTaskBarVerticalCmdString: Vertical *floatingTaskBarHorizontalCmdString: Horizontal !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! buttons for compose/post message pulldown on the toolbar *toolBar*composeMessagePlain.labelString: in Plain Text *toolBar*composeMessageHTML.labelString: in HTML *toolBar*composeArticlePlain.labelString: in Plain Text *toolBar*composeArticleHTML.labelString: in HTML ! buttons specific to the folder frame. *toolBar*getNewMessages.labelString: Get Msg *toolBar*composeMessage.labelString: New Msg *composeMessage.tipString: New message *toolBar*newFolder.labelString: New Folder *toolBar*addNewsgroup.labelString: Subscribe *toolBar*deleteFolder.labelString: Delete *toolBar*deleteAny.labelString: Delete *toolBar*deleteAny.tipString: Delete the selected message *toolBar*deleteAny.documentationString: Delete the selected message *unsubscribeNewsgroupCmdString: Unsubscribe ! *getNewMessages.tipString: Get messages *getNewMessages.documentationString: Get new mail and newsgroup messages *getNewMessages.labelString: Get New Messages *getNewMessages.mnemonic: M *newFolder.tipString: New mail folder *addNewsgroup.tipString: Add a newsgroup *deleteFolder.tipString: Delete mail folder ! buttons specific to the thread/message frame. *toolBar*composeArticle.labelString: New Msg *toolBar*replyToNewsgroup.labelString: Reply *toolBar*replyToSender.labelString: Reply *toolBar*nextMessage.labelString: Next *toolBar*nextUnreadMessage.labelString: Next Unread Message *toolBar*nextUnreadThread.labelString: Next Unread Thread *toolBar*nextFlaggedMessage.labelString: Next Flagged Message *toolBar*nextCategory.labelString: Next Category *toolBar*nextUnreadCategory.labelString: Next Unread Category *toolBar*nextUnreadCollection.labelString: Next Unread Collection *toolBar*forwardMessage.labelString: Forward *toolBar*deleteMessage.labelString: Delete *toolBar*previousUnreadMessage.labelString: Previous *toolBar*previousMessage.labelString: Previous *previousMessage.tipString: Previous message *toolBar*moveMessage.labelString: File *toolBar*copyMessage.labelString: File *toolBar*composeArticle.tipString: New message to this newsgroup *toolBar*replyToNewsgroup.tipString: Reply to the message *toolBar*nextMessage.tipString: Next unread message *toolBar*moveMessage.tipString: File the selected message *toolBar*copyMessage.tipString: File the selected message *toolBar*moveMessage.documentationString: File the selected message to a folder *toolBar*copyMessage.documentationString: Copy the selected message to a folder ! buttons specific to the browser frame. *toolBar*back.labelString: Back *toolBar*forward.labelString: Forward *toolBar*home.labelString: Home *toolBar*search.labelString: Search *toolBar*destinations.labelString: Netscape *toolBar*guide.labelString: Guide *toolBar*myshopping.labelString: Shop *toolBar*showImages.labelString: Images *toolBar*loadImages.labelString: Load Images *toolBar*print.labelString: Print *print.tipString: Print this page *MailThread*print.tipString: Print the selected message *MailMsg*print.tipString: Print the selected message *toolBar*reload.labelString: Reload ! buttons specific to the compose frame. *toolBar*sendMessageNow.labelString: Send *toolBar*quote.labelString: Quote *toolBar*addresseePicker.labelString: Address *toolBar*saveDraft.labelString: Save *toolBar*viewAddresses.labelString: Address *toolBar*viewDirectories.labelString: Directory ! *sendMessageNow.tipString: Send this message *saveDraft.tipString: Save this message as a draft *quote.tipString: Quote the previous document *viewDirectories.tipString: Look up an address *viewSecurity.tipString: Show security information ! *addressBook.tipString: ! *quote.documentationString: Paste text from the original page in quoted form *viewDirectories.documentationString: Look up an address in an LDAP directory ! ! buttons specific to the Addressbook frame. documentationString *toolBar*abEditEntry.labelString: Properties *toolBar*abDelete.labelString: Delete *toolBar*searchAddress.labelString: Directory *toolBar*abCall.labelString: Call ! *addToAddressBook.tipString: Create a new entry *abNewList.tipString: Create a new mailing list *abEditEntry.tipString: Edit the selected entry *abDelete.tipString: Delete the selected entry *abCall.tipString: Start conference *searchAddress.tipString: Look up an address ! *abEditEntry.documentationString: \ View and edit properties of entry's address book card *viewProperties.documentationString: \ View and edit properties of entry's address book card *displayHTMLDomainsDialog.documentationString: \ Edit the list of domains that can receive HTML messages *abVCard.documentationString: Create and edit my address book card *abDelete.documentationString: Delete the selected entry from the address book *searchAddress.documentationString: Look up an address in an LDAP directory !*AddressBook*toggleNavigationToolbar.documentationString: ! *toBtn.documentationString: Compose a message to the selected entry *ccBtn.documentationString: Compose a message and copy it to the selected entry *bccBtn.documentationString: Compose a message and blind-carbon copy it to the selected entry ! ! buttons used everywhere (it seems.) *toolBar*viewSecurity.labelString: Security *toolBar*stopLoading.labelString: Stop *changeDocumentEncoding.documentationString: Indicate Documentation Encoding *MailFolder.width: 280 *MailFolder.height: 400 ! *abCardProperties*strip.topOffset: 3 *abCardProperties*strip.leftOffset: 15 *abCardProperties*strip.bottomOffset: 3 *abCardProperties*strip.rightOffset: 15 ! ! For the mail message download dialog ! Netscape*MessageDownload*label.alignment: ALIGNMENT_BEGINNING Netscape*MessageDownload*stopButtonForm*stopLoading.labelString: Cancel !!!Netscape*NewsDownload*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* Netscape*NewsDownload_popup.title: Netscape: Download Headers Netscape*NewsDownload*allToggle.labelString: Download all headers Netscape*NewsDownload*numMessagesToggle.labelString: Download Netscape*NewsDownload*numMessagesCaption.labelString: headers Netscape*NewsDownload*markOthersRead.labelString: Mark remaining headers as read. ! ! For the news group property dialog ! *NewsgroupProps*name_label.labelString: Name: *NewsgroupProps*location_label.labelString: Location: *NewsgroupProps*unread_label.labelString: Unread Messages: *NewsgroupProps*total_label.labelString: Total Messages: *NewsgroupProps*space_label.labelString: Total Space Used: *NewsgroupProps*html_toggle.labelString: Can receive HTML messages ! ! For the mail folder property dialog ! *MailFolderProps*name_label.labelString: Name: *MailFolderProps*name_value.columns: 20 *MailFolderProps*location_label.labelString: Location: *MailFolderProps*unread_label.labelString: Unread Messages: *MailFolderProps*total_label.labelString: Total Messages: *MailFolderProps*wasted_label.labelString: Disk Space Wasted: *MailFolderProps*space_label.labelString: Total Space Used: *MailFolderProps*sharePrivilegesLabel.labelString: Share this and \ other folders with network users\n\ and display and set access privileges ! ! For the news server property dialog ! *NewsServerProps*name_label.labelString: Name: *NewsServerProps*port_label.labelString: Port #: *NewsServerProps*security_label.labelString: Security: *NewsServerProps*desc_label.labelString: Description: *NewsServerProps*prompt_toggle.labelString: Always ask me for my user name and password *NewsServerProps*anonymous_toggle.labelString: \ Only ask me for my user name and password\n\ when necessary *NewsServerProps*html_toggle.labelString: Can receive HTML messages ! ! For the splash screen ! Netscape*splashShell*background: Black Netscape*splashShell*foreground: White !!!Netscape*splashShell*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-* ! ! Special for HTMLCompose ! Netscape*composeViewEditFormWidget.scrollerForm.pane.scroller.spacing: 0 Netscape*composeViewEditFormWidget.scrollerForm.pane*spacing: 0 Netscape*composeViewEditFormWidget.scrollerForm.pane*marginWidth: 0 Netscape*composeViewEditFormWidget.scrollerForm.pane*marginHeight: 0 Netscape*composeViewEditFormWidget.scrollerForm.pane*highlightThickness: 0 Netscape*composeViewEditFormWidget.scrollerForm.pane*traversalOn: False !Composition navigation *Composition*navigationType: TAB_GROUP *Composition*XmTextField.highlightThickness: 2 *Composition*XmText.highlightThickness: 2 ! Plain Text Compose Popup *popup*pasteAsQuoted.labelString: Paste as Quotation *popup*pasteAsQuoted.mnemonic: Q *popup*quoteOriginalText.labelString: Quote Original Text ! ! Special for SpellHandler... ! *spellDialog*right_rc.entryAlignment: ALIGNMENT_CENTER *spellDialog*replace.labelString: Replace *spellDialog*replace_all.labelString: Replace All *spellDialog*check.labelString: Check *spellDialog*ignore.labelString: Ignore *spellDialog*ignore_all.labelString: Ignore All *spellDialog*learn.labelString: Learn *spellDialog*stop.labelString: Stop *spellDialog*text_label.labelString: Word: *spellDialog*list_label.labelString: Suggestions: *spellDialog*done.labelString: Done *spellDialog*msgFinished.labelString: [ finished checking ] *spellDialog*msgNoSuggestions.labelString: [ no suggestions ] *spellDialog*msgUnRecognized.labelString: [ unrecognized word ] *spellDialog*msgCorrect.labelString: [ correct spelling ] *spellDialog*msgNull.labelString: [ ] !!!*spellDialog*text_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!*spellDialog*list_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!*spellDialog*right_rc*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-* !!!*spellDialog*combo_frame*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-* *spellDialog*langCzech.labelString: Czech *spellDialog*langRussian.labelString: Russian *spellDialog*langCatalan.labelString: Catalan *spellDialog*langHungarian.labelString: Hungarian *spellDialog*langFrench.labelString: French *spellDialog*langGerman.labelString: German *spellDialog*langSwedish.labelString: Swedish *spellDialog*langSpanish.labelString: Spanish *spellDialog*langItalian.labelString: Italian *spellDialog*langDanish.labelString: Danish *spellDialog*langDutch.labelString: Dutch *spellDialog*langPortugueseBrazilian.labelString: Portuguese (Brazilian) *spellDialog*langPortugueseEuropean.labelString: Portuguese (European) *spellDialog*langNorwegianBokmal.labelString: Norwegian (Bokmal) *spellDialog*langNorwegianNynorsk.labelString: Norwegian (Nynorsk) *spellDialog*langNorwegian.labelString: Norwegian *spellDialog*langFinnish.labelString: Finnish *spellDialog*langGreek.labelString: Greek *spellDialog*langEnglishUS.labelString: English (US) *spellDialog*langEnglishUK.labelString: English (UK) *spellDialog*langEnglish.labelString: English *spellDialog*langAfrikaans.labelString: Afrikaans *spellDialog*langPolish.labelString: Polish ! ! tips for SwatchMatrix in colorPicker... ! *#FFFFFF.tipString: 255 255 255 *#CCCCCC.tipString: 204 204 204 *#999999.tipString: 153 153 153 *#666666.tipString: 102 102 102 *#333333.tipString: 51 51 51 *#000000.tipString: 0 0 0 *#FFCCCC.tipString: 255 204 204 *#FF6666.tipString: 255 102 102 *#FF0000.tipString: 255 0 0 *#CC0000.tipString: 204 0 0 *#990000.tipString: 153 0 0 *#660000.tipString: 102 0 0 *#330000.tipString: 51 0 0 *#FFCC99.tipString: 255 204 153 *#FFCC33.tipString: 255 204 51 *#FF9900.tipString: 255 153 0 *#FF6600.tipString: 255 102 0 *#CC6600.tipString: 204 102 0 *#993300.tipString: 153 51 0 *#663300.tipString: 102 51 0 *#FFFFCC.tipString: 255 255 204 *#FFFF99.tipString: 255 255 153 *#FFFF00.tipString: 255 255 0 *#FFCC00.tipString: 255 204 0 *#999900.tipString: 153 153 0 *#666600.tipString: 102 102 0 *#333300.tipString: 51 51 0 *#99FF99.tipString: 153 255 153 *#66FF99.tipString: 102 255 153 *#33FF33.tipString: 51 255 51 *#33CC00.tipString: 51 204 0 *#009900.tipString: 0 153 0 *#006600.tipString: 0 102 0 *#003300.tipString: 0 51 0 *#CCFFFF.tipString: 204 255 255 *#66FFFF.tipString: 102 255 255 *#33CCFF.tipString: 51 204 255 *#3366FF.tipString: 51 102 255 *#3333FF.tipString: 51 51 255 *#000099.tipString: 0 0 153 *#000066.tipString: 0 0 102 *#FFCCFF.tipString: 255 204 255 *#FF99FF.tipString: 255 153 255 *#CC66CC.tipString: 204 102 204 *#CC33CC.tipString: 204 51 204 *#993399.tipString: 153 51 153 *#663366.tipString: 102 51 102 *#330033.tipString: 51 0 51 *#FFFF99.tipString: 255 255 153 *#FFFF66.tipString: 255 255 102 *#FFCC66.tipString: 255 204 102 *#FFCC33.tipString: 255 204 51 *#CC9933.tipString: 204 153 51 *#996633.tipString: 153 102 51 *#663333.tipString: 102 51 51 *#99FFFF.tipString: 153 255 255 *#33FFFF.tipString: 51 255 255 *#66CCCC.tipString: 102 204 204 *#00CCCC.tipString: 000 204 204 *#339999.tipString: 51 153 153 *#336666.tipString: 51 102 102 *#003333.tipString: 0 51 51 *#CCCCFF.tipString: 204 204 255 *#9999FF.tipString: 153 153 204 *#6666CC.tipString: 102 102 204 *#6633FF.tipString: 102 51 255 *#6600CC.tipString: 102 0 204 *#333399.tipString: 51 51 153 *#330099.tipString: 51 0 153 ! ! doc strings for SwatchMatrix in colorPicker... ! *#FFFFFF.documentationString: RGB Color [ 255 255 255 ][ #FFFFFF ] *#CCCCCC.documentationString: RGB Color [ 204 204 204 ][ #CCCCCC ] *#999999.documentationString: RGB Color [ 153 153 153 ][ #999999 ] *#666666.documentationString: RGB Color [ 102 102 102 ][ #666666 ] *#333333.documentationString: RGB Color [ 51 51 51 ][ #333333 ] *#000000.documentationString: RGB Color [ 0 0 0 ][ #000000 ] *#FFCCCC.documentationString: RGB Color [ 255 204 204 ][ #FFCCCC ] *#FF6666.documentationString: RGB Color [ 255 102 102 ][ #FF6666 ] *#FF0000.documentationString: RGB Color [ 255 0 0 ][ #FF0000 ] *#CC0000.documentationString: RGB Color [ 204 0 0 ][ #CC0000 ] *#990000.documentationString: RGB Color [ 153 0 0 ][ #990000 ] *#660000.documentationString: RGB Color [ 102 0 0 ][ #660000 ] *#330000.documentationString: RGB Color [ 51 0 0 ][ #330000 ] *#FFCC99.documentationString: RGB Color [ 255 204 153 ][ #FFCC99 ] *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ] *#FF9900.documentationString: RGB Color [ 255 153 0 ][ #FF9900 ] *#FF6600.documentationString: RGB Color [ 255 102 0 ][ #FF6600 ] *#CC6600.documentationString: RGB Color [ 204 102 0 ][ #CC6600 ] *#993300.documentationString: RGB Color [ 153 51 0 ][ #993300 ] *#663300.documentationString: RGB Color [ 102 51 0 ][ #663300 ] *#FFFFCC.documentationString: RGB Color [ 255 255 204 ][ #FFFFCC ] *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ] *#FFFF00.documentationString: RGB Color [ 255 255 0 ][ #FFFF00 ] *#FFCC00.documentationString: RGB Color [ 255 204 0 ][ #FFCC00 ] *#999900.documentationString: RGB Color [ 153 153 0 ][ #999900 ] *#666600.documentationString: RGB Color [ 102 102 0 ][ #666600 ] *#333300.documentationString: RGB Color [ 51 51 0 ][ #333300 ] *#99FF99.documentationString: RGB Color [ 153 255 153 ][ #99FF99 ] *#66FF99.documentationString: RGB Color [ 102 255 153 ][ #66FF99 ] *#33FF33.documentationString: RGB Color [ 51 255 51 ][ #33FF33 ] *#33CC00.documentationString: RGB Color [ 51 204 0 ][ #33CC00 ] *#009900.documentationString: RGB Color [ 0 153 0 ][ #009900 ] *#006600.documentationString: RGB Color [ 0 102 0 ][ #006600 ] *#003300.documentationString: RGB Color [ 0 51 0 ][ #003300 ] *#CCFFFF.documentationString: RGB Color [ 204 255 255 ][ #CCFFFF ] *#66FFFF.documentationString: RGB Color [ 102 255 255 ][ #66FFFF ] *#33CCFF.documentationString: RGB Color [ 51 204 255 ][ #33CCFF ] *#3366FF.documentationString: RGB Color [ 51 102 255 ][ #3366FF ] *#3333FF.documentationString: RGB Color [ 51 51 255 ][ #3333FF ] *#000099.documentationString: RGB Color [ 0 0 153 ][ #000099 ] *#000066.documentationString: RGB Color [ 0 0 102 ][ #000066 ] *#FFCCFF.documentationString: RGB Color [ 255 204 255 ][ #FFCCFF ] *#FF99FF.documentationString: RGB Color [ 255 153 255 ][ #FF99FF ] *#CC66CC.documentationString: RGB Color [ 204 102 204 ][ #CC66CC ] *#CC33CC.documentationString: RGB Color [ 204 51 204 ][ #CC33CC ] *#993399.documentationString: RGB Color [ 153 51 153 ][ #993399 ] *#663366.documentationString: RGB Color [ 102 51 102 ][ #663366 ] *#330033.documentationString: RGB Color [ 51 0 51 ][ #330033 ] *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ] *#FFFF66.documentationString: RGB Color [ 255 255 102 ][ #FFFF66 ] *#FFCC66.documentationString: RGB Color [ 255 204 102 ][ #FFCC66 ] *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ] *#CC9933.documentationString: RGB Color [ 204 153 51 ][ #CC9933 ] *#996633.documentationString: RGB Color [ 153 102 51 ][ #996633 ] *#663333.documentationString: RGB Color [ 102 51 51 ][ #663333 ] *#99FFFF.documentationString: RGB Color [ 153 255 255 ][ #99FFFF ] *#33FFFF.documentationString: RGB Color [ 51 255 255 ][ #33FFFF ] *#66CCCC.documentationString: RGB Color [ 102 204 204 ][ #66CCCC ] *#00CCCC.documentationString: RGB Color [ 000 204 204 ][ #00CCCC ] *#339999.documentationString: RGB Color [ 51 153 153 ][ #339999 ] *#336666.documentationString: RGB Color [ 51 102 102 ][ #336666 ] *#003333.documentationString: RGB Color [ 0 51 51 ][ #003333 ] *#CCCCFF.documentationString: RGB Color [ 204 204 255 ][ #CCCCFF ] *#9999FF.documentationString: RGB Color [ 153 153 204 ][ #9999FF ] *#6666CC.documentationString: RGB Color [ 102 102 204 ][ #6666CC ] *#6633FF.documentationString: RGB Color [ 102 51 255 ][ #6633FF ] *#6600CC.documentationString: RGB Color [ 102 0 204 ][ #6600CC ] *#333399.documentationString: RGB Color [ 51 51 153 ][ #333399 ] *#330099.documentationString: RGB Color [ 51 0 153 ][ #330099 ] *selector*background: gray70 *selector*shadowThickness: 1 *selector.orientation: vertical *selector*ToolBar.buttonLayout: button_label_on_top *selector.leftAttachment: attach_form *selector.rightAttachment: attach_none *selector.topAttachment: attach_form *selector.bottomAttachment: attach_form *selector.leftOffset: 10 *selector.rightOffset: 10 *selector.topOffset: 10 *selector.bottomOffset: 10 !*selector.usePreferredWidth: false *selector.usePreferredHeight: false *selector.clipShadowThickness: 1 *selector.clipShadowType: shadow_in !*selector.marginLeft: 0 !*selector.marginRight: 0 !*selector.marginTop: 0 !*selector.marginBottom: 0 !*selector.marginLeft: 0 !*selector.marginRight: 0 !*selector.marginTop: 0 !*selector.marginBottom: 0 !*selector.spacing: 10 *selector*ToolBar.radioBehavior: true !*selector*XfeButton.buttonType: button_toggle *selector*XfeButton.buttonTrigger: button_trigger_either *selector*XfeButton.marginLeft: 4 *selector*XfeButton.marginRight: 4 *selector*XfeButton.marginTop: 4 *selector*XfeButton.marginBottom: 4 *selector*XfeButton.raiseOnEnter: true *selector*XfeButton.shadowThickness: 0 !*selector*XfeButton.fillOnEnter: true *selector*XfeButton.armOffset: 0 *selector*XfeButton.transparentCursor: cross !*selector*XfeButton.cursor: hand2 !!!!Netscape*AddressOutlinerPopup*fontList:\ -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\ -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC !!!Netscape*AddressOutlinerPopup*fontList:\ -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\ -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\ -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC ! This table maps the host's locale names to MIME charsets ! *localeCharset*C: iso-8859-1 *localeCharset*chinese: gb2312 *localeCharset*de_DE: iso-8859-1 *localeCharset*fr_FR.iso8859: iso-8859-1 *localeCharset*ja_JP.mscode: x-sjis *localeCharset*ja_JP.ujis: x-euc-jp *localeCharset*japanese: x-euc-jp *localeCharset*ko_KR.euc: euc-kr *localeCharset*korean: euc-kr *localeCharset*zh_CN.ugb: gb2312 *localeCharset*zh_TW.big5: big5 ! English strings are built into the binary ! ============================================================================ ! glibc版 Netscape Ver4.7x用の英語リソースで漢字が使えるようにしたものです ! フォント指定に関しては標準の指定を全てコメントアウトし、以下で指定してある ! だけでございます(^^; ! 標準指定のコメントアウトと変更は "!!! Modified_en-j **-**-**"としてあります ! ご自身でカスタマイズする場合は、先のキーワードでリソース内を検索してください ! また、ボディーカラーは "BG_" 文字色は "TX_" としてありますので、標準色や ! [knight]以外に変更する場合も、リソース内を検索してください ! ! ここで想定されているフォントは、要町フォント(12)とnaga10(10)です ! ! ※Webでもふれておりますが、このリソースによってVer4.7の不具合が解消される ! というわけではありません・・了解されたうえでご利用くださいませ(汗) ! ! ※netscape-dynMotif*で始まる部分は、dynMotif版対応部分です ! dynMotif版のフォント指定を明確に分けることで細かな部分対応 ! によるフォントの個別指定部分を大幅に減らしました ! これで本来の[en-j]の基本コンセプトに戻りました(^^; ! ! 小野塚 正之 (Masayuki Onozuka) ! ! --- Step by Step Linux --- Mark --- mark@kondara.org --- ! ============================================================================ ! ============================================================================ !!! modified_en-j 18-Aug-00 !!! メインのフォントセットです !!! 基本的にココだけの指定で漢字が通るようになります netscape*fontList:\ -microsoft-msgothic-bold-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-bold-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-bold-r-normal--12-*-*-*-*-*-jisx0201.1976-0:BOLD,\ -microsoft-msgothic-medium-i-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-i-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-i-normal--12-*-*-*-*-*-jisx0201.1976-0:ITALIC,\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape*ComboBoxMenuShell*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape-dynMotif*fontList:\ -microsoft-msgothic-bold-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-bold-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-bold-r-normal--12-*-*-*-*-*-jisx0201.1976-0:BOLD,\ -microsoft-msgothic-medium-i-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-i-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-i-normal--12-*-*-*-*-*-jisx0201.1976-0:ITALIC,\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape-dynMotif*fileSelector*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape-dynMotif*popup_PopupMenu*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: ! ============================================================================ !!! modified_en-j 18-Aug-00 !!! 一部dynMotif版への対応を追加しました netscape-dynMotif*Download*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape-dynMotif*openURLDialog_popup*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape-dynMotif*findDialog_popup*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: ! ============================================================================ !!! modified_en-j 21-Aug-00 !!! 操作ボタン用のフォント指定です !!! 文字が小さい場合やサイズ10のフォントが無い場合はサイズを変更するか !!! コメントアウトしてください netscape*toolBar*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: netscape-dynMotif*toolBar*fontList:\ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: ! ============================================================================ !!! modified_en-j 18-May-99 !!! "Bus error" 落ちの対策 netscape*urlBarItem*XmTextField*fontList: \ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: !-adobe-helvetica-medium-r-normal-*-*-140-*-*-*-*-iso8859-1 netscape-dynMotif*urlBarItem*XmTextField*fontList: \ -microsoft-msgothic-medium-r-*-*-*-120-*-*-*-*-iso8859-1;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0208.1983-0;\ -microsoft-msgothic-medium-r-normal--12-*-*-*-*-*-jisx0201.1976-0: ! Messanger単独起動時の "Bus error" 対策 14-Aug-99 *MailThread.preeditType: none ! ============================================================================