! Insert copyright and license here 1994

! Netscape.ad --- app-defaults file for Netscape 4.79.
!
! Bugs and commentary to x_cbug@netscape.com.

! Created: Jamie Zawinski <use the bug address, please>, 23-Jun-94.
! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
! Modified: snpf <snpf@netscape.com>, 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 <BLINK> 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>  : <output-encoding> : <extensions> : <filter-command>
!
! 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 ~Shift<Key>a:		xfeDoCommand(selectAll)				\n\
	 Alt ~Ctrl ~Shift<Key>a:		xfeDoCommand(selectAll)				\n\
	Meta ~Ctrl<Key>B:		xfeDoCommand(openBookmarks)			\n\
	 Alt ~Ctrl<Key>B:		xfeDoCommand(openBookmarks)			\n\
	Meta ~Ctrl<Key>C:		xfeDoCommand(copy)					\n\
	 Alt ~Ctrl<Key>C:		xfeDoCommand(copy)					\n\
		Meta ~Ctrl<Key>D:		undefined-key()				\n\
         Alt ~Ctrl<Key>D:		undefined-key()				\n\
		Meta ~Ctrl<Key>E:		undefined-key()				\n\
         Alt ~Ctrl<Key>E:		undefined-key()				\n\
	Meta ~Ctrl ~Shift<Key>f:		undefined-key()				\n\
	 Alt ~Ctrl ~Shift<Key>f:		undefined-key()				\n\
		Meta ~Ctrl<Key>G:		undefined-key()				\n\
		 Alt ~Ctrl<Key>G:		undefined-key()				\n\
	Meta ~Ctrl<Key>H:		xfeDoCommand(openHistory)			\n\
	 Alt ~Ctrl<Key>H:		xfeDoCommand(openHistory)			\n\
		Meta ~Ctrl<Key>I:		undefined-key()				\n\
		 Alt ~Ctrl<Key>I:		undefined-key()				\n\
		Meta ~Ctrl<Key>J:		undefined-key()				\n\
		 Alt ~Ctrl<Key>J:		undefined-key()				\n\
	Meta ~Ctrl<Key>K:		xfeDoCommand(addBookmark)			\n\
	 Alt ~Ctrl<Key>K:		xfeDoCommand(addBookmark)			\n\
		Meta ~Ctrl<Key>L:		undefined-key()				\n\
		 Alt ~Ctrl<Key>L:		undefined-key()				\n\
	Meta ~Ctrl<Key>m:		xfeDoCommand(composeMessage)		\n\
	 Alt ~Ctrl<Key>m:		xfeDoCommand(composeMessage)		\n\
	Meta ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)			\n\
	 Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)			\n\
	Meta ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)				\n\
	 Alt ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)				\n\
		Meta ~Ctrl<Key>O:		undefined-key()				\n\
		 Alt ~Ctrl<Key>O:		undefined-key()				\n\
		Meta ~Ctrl<Key>P:		undefined-key()				\n\
		 Alt ~Ctrl<Key>P:		undefined-key()				\n\
	Meta ~Ctrl<Key>Q:		xfeDoCommand(exit)					\n\
	 Alt ~Ctrl<Key>Q:		xfeDoCommand(exit)					\n\
		Meta ~Ctrl<Key>R:		undefined-key()				\n\
		 Alt ~Ctrl<Key>R:		undefined-key()				\n\
	Meta ~Ctrl<Key>S:		xfeDoCommand(saveAs)				\n\
	 Alt ~Ctrl<Key>S:		xfeDoCommand(saveAs)				\n\
		Meta ~Ctrl<Key>T:		undefined-key()				\n\
		 Alt ~Ctrl<Key>T:		undefined-key()				\n\
		Meta ~Ctrl<Key>U:	xfeDoCommand(viewPageSource)\n\
		 Alt ~Ctrl<Key>U:		xfeDoCommand(viewPageSource)\n\
	Meta ~Ctrl<Key>V:		xfeDoCommand(paste)					\n\
	 Alt ~Ctrl<Key>V:		xfeDoCommand(paste)					\n\
	Meta ~Ctrl<Key>W:		xfeDoCommand(close)					\n\
	 Alt ~Ctrl<Key>W:		xfeDoCommand(close)					\n\
	Meta ~Ctrl<Key>X:		xfeDoCommand(cut)					\n\
	 Alt ~Ctrl<Key>X:		xfeDoCommand(cut)					\n\
	Meta ~Ctrl<Key>Y:		xfeDoCommand(paste)					\n\
	 Alt ~Ctrl<Key>Y:		xfeDoCommand(paste)					\n\
		Meta ~Ctrl<Key>Z:		undefined-key()				\n\
		 Alt ~Ctrl<Key>Z:		undefined-key()				\n\
											\
 Meta ~Ctrl ~Shift<Key>1:	xfeDoCommand(openOrBringUpBrowser)	\n\
  Alt ~Ctrl ~Shift<Key>1:	xfeDoCommand(openOrBringUpBrowser)	\n\
 Meta ~Ctrl  Shift<Key>1:	xfeDoCommand(openFolders)			\n\
  Alt ~Ctrl  Shift<Key>1:	xfeDoCommand(openFolders)			\n\
 Meta ~Ctrl ~Shift<Key>2:	xfeDoCommand(openInbox)				\n\
  Alt ~Ctrl ~Shift<Key>2:	xfeDoCommand(openInbox)				\n\
 Meta ~Ctrl  Shift<Key>2:	xfeDoCommand(openAddrBook)			\n\
  Alt ~Ctrl  Shift<Key>2:	xfeDoCommand(openAddrBook)			\n\
	Meta ~Ctrl<Key>3:		xfeDoCommand(openEditor)			\n\
	 Alt ~Ctrl<Key>3:		xfeDoCommand(openEditor)			\n\
	Meta ~Ctrl<Key>4:		xfeDoCommand(openCalendar)			\n\
	 Alt ~Ctrl<Key>4:		xfeDoCommand(openCalendar)			\n\
	Meta ~Ctrl<Key>5:		xfeDoCommand(openConference)		\n\
	 Alt ~Ctrl<Key>5:		xfeDoCommand(openConference)		\n\
	Meta ~Ctrl<Key>7:		xfeDoCommand(openRadio)				\n\
	 Alt ~Ctrl<Key>7:		xfeDoCommand(openRadio)				\n\
											\
	~Meta ~Alt ~Ctrl<Key>Prior:		PageUp()					\n\
	~Meta ~Alt ~Ctrl<Key>Next:		PageDown()					\n\
	~Meta ~Alt ~Ctrl<Key>osfPageUp:		PageUp()				\n\
	~Meta ~Alt ~Ctrl<Key>osfPageDown:	PageDown()				\n\
											\
	~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)			\n\
	~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)			\n\
	~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)			\n\
											\
	~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:		xfeDoCommand(manual)	\n

! These used to be up above.
!	Meta ~Ctrl<Key>Z:		undo()						\n\
!	 Alt ~Ctrl<Key>Z:		undo()						\n\


! These keysyms are apparently an R6ism.
!	~Meta ~Alt ~Ctrl<Key>KP_Prior:		PageUp()				\n\
!	~Meta ~Alt ~Ctrl<Key>KP_Next:		PageDown()				\n\

! Translations in the Navigator window.
*browserGlobalTranslations:		#override			\
	Meta ~Ctrl ~Shift<Key>f:		xfeDoCommand(findInObject)			\n\
	 Alt ~Ctrl ~Shift<Key>f:		xfeDoCommand(findInObject)			\n\
	Meta ~Ctrl ~Shift<Key>g:		xfeDoCommand(findAgain)				\n\
	 Alt ~Ctrl ~Shift<Key>g:		xfeDoCommand(findAgain)				\n\
    Meta ~Ctrl ~Shift<Key>i: xfeDoCommand(showImages)			\n\
	 Alt ~Ctrl ~Shift<Key>i: xfeDoCommand(showImages)			\n\
	Meta ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	 Alt ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	Meta ~Ctrl<Key>L:		xfeDoCommand(openPage)				\n\
	 Alt ~Ctrl<Key>L:		xfeDoCommand(openPage)				\n\
	Meta ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)				\n\
	 Alt ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)				\n\
	Meta ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)	\n\
	 Alt ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)	\n\
	Meta ~Ctrl<Key>P:		xfeDoCommand(print)					\n\
	 Alt ~Ctrl<Key>P:		xfeDoCommand(print)					\n\
	Meta ~Ctrl<Key>R:		xfeDoCommand(reload)				\n\
	 Alt ~Ctrl<Key>R:		xfeDoCommand(reload)				\n\
	Meta ~Ctrl<Key>braceleft:		xfeDoCommand(decreaseFont)		\n\
	 Alt ~Ctrl<Key>braceleft:		xfeDoCommand(decreaseFont)		\n\
 	Meta ~Ctrl<Key>braceright:		xfeDoCommand(increaseFont)		\n\
	 Alt ~Ctrl<Key>braceright:		xfeDoCommand(increaseFont)		\n\
											\
	Meta ~Ctrl<Key>osfLeft:		xfeDoCommand(back)				\n\
	 Alt ~Ctrl<Key>osfLeft:		xfeDoCommand(back)				\n\
	Meta ~Ctrl<Key>osfRight:	xfeDoCommand(forward)			\n\
	 Alt ~Ctrl<Key>osfRight:	xfeDoCommand(forward)			\n\
	          <Key>Escape:		xfeDoCommand(stopLoading)		\n\
	          <Key>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			\
	<Btn3Down>:				xfeDoPopup()					\n\
	Meta ~Ctrl<Key>D:		xfeDoCommand(deleteFolder)				\n\
	 Alt ~Ctrl<Key>D:		xfeDoCommand(deleteFolder)				\n\
	Meta ~Ctrl<Key>H:		xfeDoCommand(deliverQueuedMessages)		\n\
	 Alt ~Ctrl<Key>H:		xfeDoCommand(deliverQueuedMessages)		\n\
	Meta ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	 Alt ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	Meta ~Ctrl<Key>K:		xfeDoCommand(compressFolders)		\n\
	 Alt ~Ctrl<Key>K:		xfeDoCommand(compressFolders)		\n\
	Meta ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
	 Alt ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
	Meta ~Ctrl<Key>T:		xfeDoCommand(getNewMessages)	\n\
	 Alt ~Ctrl<Key>T:		xfeDoCommand(getNewMessages)	\n\
	Meta ~Ctrl<Key>Z:		xfeDoCommand(undo)\n\
     Alt ~Ctrl<Key>Z:       xfeDoCommand(undo)\n\
    <Key>osfUndo:           xfeDoCommand(undo)\n\
         <Key>Escape:		xfeDoCommand(stopLoading)\n

! Translations in the MailNews message and threads windows
! These override globalTranslations.
*messagewinGlobalTranslations:		#override			   	\
	<Btn3Down>:			xfeDoPopup()					\n\
    Alt ~Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
   Meta ~Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
    Alt Shift ~Ctrl<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
   Meta Shift ~Ctrl<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
    ~Meta ~Alt ~Ctrl<Key>c:	xfeDoCommand(markMessageByDate)\n\
	Meta ~Ctrl<Key>D:	    xfeDoCommand(deleteMessage)			\n\
	 Alt ~Ctrl<Key>D:	    xfeDoCommand(deleteMessage)			\n\
	Meta ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	 Alt ~Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	Meta ~Ctrl Shift<Key>f:	xfeDoCommand(search)	   	\n\
	 Alt ~Ctrl Shift<Key>f:	xfeDoCommand(search)	   	\n\
	Meta ~Ctrl ~Shift<Key>f:		xfeDoCommand(findInObject)			\n\
	 Alt ~Ctrl ~Shift<Key>f:		xfeDoCommand(findInObject)			\n\
	Meta ~Ctrl<Key>G:		xfeDoCommand(findAgain)				\n\
	 Alt ~Ctrl<Key>G:		xfeDoCommand(findAgain)				\n\
    ~Meta ~Alt ~Ctrl<Key>G: xfeDoCommand(nextUnreadCollection)\n\
	Meta ~Ctrl<Key>K:		xfeDoCommand(compressFolders)		\n\
	 Alt ~Ctrl<Key>K:		xfeDoCommand(compressFolders)		\n\
    ~Meta ~Alt ~Ctrl<Key>K:	xfeDoCommand(ignoreThread)\n\
	Meta ~Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)       	\n\
	 Alt ~Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)	   	\n\
    Meta ~Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
     Alt ~Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
    ~Meta ~Alt ~Ctrl<Key>L:	xfeDoCommand(markMessageForLater)\n\
  ~Meta ~Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(nextUnreadMessage)		\n\
  ~Meta ~Alt ~Ctrl Shift<Key>n:  xfeDoCommand(nextMessage)		\n\
    ~Meta ~Alt ~Ctrl<Key>M:	xfeDoCommand(markMessageRead)\n\
	Meta ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
	 Alt ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
	Meta ~Ctrl<Key>P:		xfeDoCommand(print)					\n\
	 Alt ~Ctrl<Key>P:		xfeDoCommand(print)					\n\
 ~Meta ~Alt ~Ctrl ~Shift<Key>p: xfeDoCommand(previousUnreadMessage)	\n\
 ~Meta ~Alt ~Ctrl Shift<Key>p:	 xfeDoCommand(previousMessage)	\n\
      Alt ~Ctrl Shift<Key>P:	 xfeDoCommand(previousMessage)	\n\
    :Ctrl<Key>q:        xfeDoCommand(findInObject)\n\
    :Ctrl<Key>s:   xfeDoCommand(findAgain)\n\
	Meta ~Ctrl ~Shift<Key>r:	 xfeDoCommand(replyToSender)	   	\n\
	 Alt ~Ctrl ~Shift<Key>r:	 xfeDoCommand(replyToSender)	   	\n\
	Meta ~Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)	   	\n\
	 Alt ~Ctrl Shift<Key>r:	 xfeDoCommand(replyToAll)	   	\n\
	Meta ~Ctrl<Key>S:		xfeDoCommand(saveMessagesAs)	   	\n\
	 Alt ~Ctrl<Key>S:		xfeDoCommand(saveMessagesAs)	   	\n\
	Meta ~Ctrl<Key>T:		xfeDoCommand(getNewMessages)	   	\n\
	 Alt ~Ctrl<Key>T:		xfeDoCommand(getNewMessages)	   	\n\
    ~Meta ~Alt ~Ctrl<Key>T:xfeDoCommand(nextUnreadThread)		\n\
    ~Meta ~Alt ~Ctrl<Key>U:	xfeDoCommand(markMessageUnread)\n\
    ~Meta ~Alt ~Ctrl<Key>W:	xfeDoCommand(watchThread)\n\
	Meta ~Ctrl<Key>Y:		xfeDoCommand(redo)					\n\
	 Alt ~Ctrl<Key>Y:		xfeDoCommand(redo)					\n\
	Meta ~Ctrl<Key>Z:		xfeDoCommand(undo)					\n\
	 Alt ~Ctrl<Key>Z:		xfeDoCommand(undo)					\n\
									   	\
        <Key>Undo:          xfeDoCommand(undo)\n\
        <Key>osfUndo:       xfeDoCommand(undo)\n\
                                        \
	Meta ~Ctrl ~Shift<Key>Left:	xfeDoCommand(back)		\n\
	Meta ~Ctrl ~Shift<Key>Left:	xfeDoCommand(back)		\n\
	 Alt ~Ctrl ~Shift<Key>osfLeft:	xfeDoCommand(back)		\n\
	 Alt ~Ctrl ~Shift<Key>osfLeft:	xfeDoCommand(back)		\n\
                                        \
	Meta ~Ctrl ~Shift<Key>Right:	xfeDoCommand(forward)		\n\
	 Alt ~Ctrl ~Shift<Key>Right:	xfeDoCommand(forward)		\n\
	Meta ~Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)		\n\
	 Alt ~Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)		\n\
                                        \
     Alt ~Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
    Meta ~Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
     Alt ~Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
    Meta ~Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
     Alt ~Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
    Meta ~Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
     Alt ~Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
    Meta ~Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
	Ctrl Shift<Key>Down:		    xfeDoCommand(nextFlaggedMessage)	\n\
	Ctrl Shift<Key>osfDown:	    xfeDoCommand(nextFlaggedMessage)	\n\
										\
     Alt ~Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
    Meta ~Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
     Alt ~Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
    Meta ~Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
     Alt ~Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
    Meta ~Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
     Alt ~Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
    Meta ~Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
	Ctrl Shift<Key>Up:		        xfeDoCommand(previousFlaggedMessage)\n\
	Ctrl Shift<Key>osfUp:		    xfeDoCommand(previousFlaggedMessage)\n\
                                        \
    :<Key>Delete:  xfeDoCommand(deleteAny)\n\
    :<Key>Delete:  xfeDoCommand(deleteAny)\n\
    :<Key>osfDelete:   xfeDoCommand(deleteAny)\n\
    :<Key>osfDelete:  xfeDoCommand(deleteAny)\n\
                                        \
    ~Meta ~Alt ~Ctrl ~Shift<Key>Return: xfeDoCommand(openSelected)\n\
    ~Meta ~Alt ~Ctrl ~Shift<Key>osfActivate: xfeDoCommand(openSelected)\n\
                                        \
    :~Meta ~Alt<Key>less: xfeDoCommand(markMessageUnread)\n\
    :~Meta ~Alt<Key>greater: xfeDoCommand(nextUnreadCollection)\n\
    :~Meta ~Alt<Key>backslash: xfeDoCommand(nextCollection)\n\
    :~Meta ~Alt<Key>at:xfeDoCommand(showAllHeaders)\n\
    :~Meta ~Alt<Key>numbersign:xfeDoCommand(showNormalHeaders)\n\
    :~Meta ~Alt<Key>dollar:xfeDoCommand(showBriefHeaders)\n\
    :~Meta ~Alt<Key>exclam:xfeDoCommand(rot13Message)\n\
    :~Meta ~Alt<Key>period:xfeDoCommand(markMessages)\n\
    :~Meta ~Alt<Key>asterisk:	xfeDoCommand(expandAll)\n\
    :~Meta ~Alt<Key>plus:		xfeDoCommand(expand)\n\
    :~Meta ~Alt<Key>slash:		xfeDoCommand(collapseAll)\n\
    :~Meta ~Alt<Key>minus:		xfeDoCommand(collapse)\n\
    :Alt <Key>Delete:  	xfeDoCommand(deleteAny)\n\
    :Meta<Key>Delete:  	xfeDoCommand(deleteAny)\n\
    :Alt <Key>osfDelete:	xfeDoCommand(deleteAny)\n\
    :Meta<Key>osfDelete:	xfeDoCommand(deleteAny)\n



! Translations in the MailCompose window.
! These are used instead of globalTranslations.
!
*mailcomposeGlobalTranslations:		#override			\
									\
	<Btn3Down>:			xfeDoPopup()			\n\
	Meta ~Ctrl<Key>D:		xfeDoCommand(delete)				\n\
	 Alt ~Ctrl<Key>D:		xfeDoCommand(delete)				\n\
	Meta ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	 Alt ~Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)			\n\
	Meta ~Ctrl ~Shift<Key>Return:		xfeDoCommand(sendMessageNow)	\n\
	 Alt ~Ctrl ~Shift<Key>Return:		xfeDoCommand(sendMessageNow)	\n\
	Meta ~Ctrl Shift<Key>Return:		xfeDoCommand(sendMessageLater)	\n\
	 Alt ~Ctrl Shift<Key>Return:		xfeDoCommand(sendMessageLater)	\n\
	Meta ~Ctrl<Key>k:		xfeDoCommand(spellCheck)		\n\
	 Alt ~Ctrl<Key>k:		xfeDoCommand(spellCheck)		\n\
	Meta ~Ctrl<Key>j:		xfeDoCommand(showComplPicker)		\n\
	 Alt ~Ctrl<Key>j:		xfeDoCommand(showComplPicker)		\n

! Translations in the AddressOutliner portion of the compose window:
!
! TraverseTranslations are for the recipient text field:
*addressOutlinerTraverseTranslations:	#override	\
:~Ctrl ~Shift <Key>osfDelete: 	TableTraverse(DELETE)	\n\
:~Ctrl ~Shift <Key>Delete:	TableTraverse(DELETE)	\n\
:~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
:~Ctrl ~Shift <Key>osfBackSpace:       TableTraverse(BACKSPACE)\n\
~Ctrl ~Shift <Key>osfRight:	TableTraverse(RIGHT)	\n\
~Ctrl ~Shift <Key>osfLeft:	TableTraverse(LEFT)	\n\
<Key>osfInsert:			TableTraverse(INSERT)	\n\
~Ctrl ~Shift <Key>Insert:	TableTraverse(INSERT)	\n\
~Ctrl ~Shift <Key>osfBeginLine: TableTraverse(HOME)	\n\
~Ctrl ~Shift <Key>Home:		TableTraverse(HOME)	\n\
~Ctrl ~Shift <Key>End:		TableTraverse(END)	\n\
~Ctrl ~Shift <Key>osfEndLine: 	TableTraverse(END)	\n\
~Ctrl ~Shift <Key>osfUp:       	TableTraverse(UP)	\n\
~Ctrl ~Shift <Key>osfDown:      TableTraverse(DOWN)	\n\
~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)	\n\
~Ctrl Shift <Key>Tab:          	TableTraverse(PREVIOUS)	\n\
	Meta ~Ctrl<Key>D:		xfeDoCommand(autoComplOnOff)		\n\
	 Alt ~Ctrl<Key>D:		xfeDoCommand(autoComplOnOff)		\n

! KeyTranslations are for the To/Cc/etc. field:
*addressOutlinerKeyTranslations:		#override	\
 ~Ctrl ~Shift <Key>osfRight:	TableTraverse(RIGHT)	\n\
~Ctrl ~Shift <Key>osfLeft:	TableTraverse(LEFT)	\n\
~Ctrl ~Shift <Key>osfDelete:	TableTraverse(DELETE)	\n\
~Ctrl ~Shift <Key>Delete:	TableTraverse(DELETE)	\n\
<Key>osfInsert:			TableTraverse(INSERT)	\n\
~Ctrl ~Shift <Key>Insert:	TableTraverse(INSERT)	\n\
~Ctrl ~Shift <Key>osfBeginLine:	TableTraverse(HOME)	\n\
~Ctrl ~Shift <Key>Home:		TableTraverse(HOME)	\n\
~Ctrl ~Shift <Key>End:		TableTraverse(END)	\n\
~Ctrl ~Shift <Key>osfEndLine:	TableTraverse(END)	\n\
~Ctrl ~Shift <Key>osfUp:	TableTraverse(UP)	\n\
~Ctrl ~Shift <Key>osfDown:	TableTraverse(DOWN)	\n\
~Ctrl ~Shift <Key>Tab:		TableTraverse(NEXT)	\n\
~Ctrl Shift <Key>Tab:		TableTraverse(PREVIOUS)	\n\
~Ctrl ~Shift <Key>t:		KeyIn(To:)		\n\
~Ctrl Shift <Key>t:		KeyIn(To:)		\n\
~Ctrl ~Shift <Key>c:		KeyIn(Cc:)		\n\
~Ctrl Shift <Key>c:		KeyIn(Cc:)		\n\
~Ctrl ~Shift <Key>b:		KeyIn(Bcc:)		\n\
~Ctrl Shift <Key>b:		KeyIn(Bcc:)		\n\
~Ctrl ~Shift <Key>n:		KeyIn(Newsgroup:)	\n\
~Ctrl Shift <Key>n:		KeyIn(Newsgroup:)	\n\
~Ctrl ~Shift <Key>f:		KeyIn(Followup-To:)	\n\
~Ctrl Shift <Key>f:		KeyIn(Followup-To:)	\n\
~Ctrl ~Shift <Key>r:		KeyIn(Reply-To:)	\n\
~Ctrl Shift <Key>r:		KeyIn(Reply-To:)	\n

! Translations in the MailNews Search window.
! These are used instead of globalTranslations.
!
*mnsearchGlobalTranslations:          #override                       \
      <Btn3Down>:                     xfeDoPopup()\n\
      Meta ~Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n\
       Alt ~Ctrl<Key>D:               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			\
	<Btn3Down>:				xfeDoPopup()					\n\
   ~Meta ~Alt ~Ctrl<Key>space:	PageDown()					\n\
	Meta ~Ctrl<Key>D:		xfeDoCommand(delete)			\n\
	 Alt ~Ctrl<Key>D:		xfeDoCommand(delete)			\n\
	Meta ~Ctrl<Key>F:		xfeDoCommand(findInObject)		\n\
	 Alt ~Ctrl<Key>F:		xfeDoCommand(findInObject)		\n\
	Meta ~Ctrl<Key>G:		xfeDoCommand(findAgain)			\n\
	 Alt ~Ctrl<Key>G:		xfeDoCommand(findAgain)			\n\
	Meta ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
	 Alt ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
~Meta ~Alt ~Ctrl  Shift <Key>Up:   xfeDoCommand(moveBookmarkUp)\n\
~Meta ~Alt ~Ctrl  Shift <Key>Down: xfeDoCommand(moveBookmarkDown)\n\
~Meta ~Alt ~Ctrl  Shift <Key>osfUp:   xfeDoCommand(moveBookmarkUp)\n\
~Meta ~Alt ~Ctrl  Shift <Key>osfDown: xfeDoCommand(moveBookmarkDown)\n\
~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()	\n\
~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()	\n\
~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()	\n\
~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()	\n\
	~Meta ~Alt ~Ctrl<Key>Prior:		PageUp()					\n\
	~Meta ~Alt ~Ctrl<Key>Next:		PageDown()					\n\
	~Meta ~Alt ~Ctrl<Key>osfPageUp:		PageUp()				\n\
	~Meta ~Alt ~Ctrl<Key>osfPageDown:	PageDown()				\n

*abGlobalTranslations:			#override			\
	<Btn3Down>:				xfeDoPopup()			\n\
	Meta ~Ctrl<Key>D:		xfeDoCommand(abDelete)	\n\
	 Alt ~Ctrl<Key>D:		xfeDoCommand(abDelete)	\n\
	Meta ~Ctrl<Key>Y:		xfeDoCommand(redo)					\n\
	 Alt ~Ctrl<Key>Y:		xfeDoCommand(redo)					\n\
	Meta ~Ctrl<Key>Z:		xfeDoCommand(undo)					\n\
	 Alt ~Ctrl<Key>Z:		xfeDoCommand(undo)					\n\
									   	\
        <Key>Undo:          xfeDoCommand(undo)\n\
        <Key>osfUndo:       xfeDoCommand(undo)\n\
	          <Key>Escape:		xfeDoCommand(stopLoading)		\n\
	          <Key>osfCancel:	xfeDoCommand(stopLoading)		\n

! Translations in the textfield portion of the mailing list view 
!
! TraverseTranslations are for the text field:
*abmlistTraverseTranslations:	#override	\
~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)	\n\
~Ctrl Shift <Key>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.)
!
!	<Btn3Down>:			xfeDoPopup()			\n\
*ghGlobalTranslations:			#override			\
 Meta ~Ctrl<Key>D:		xfeDoCommand(delete)	\n\
  Alt ~Ctrl<Key>D:		xfeDoCommand(delete)	\n\
 Meta ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
  Alt ~Ctrl<Key>O:		xfeDoCommand(openSelected)			\n\
~Meta ~Alt ~Ctrl<Key>space:	PageDown()		\n\
~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()	\n\
~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()	\n\
~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()	\n\
~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()	\n\
	~Meta ~Alt ~Ctrl<Key>Prior:		PageUp()					\n\
	~Meta ~Alt ~Ctrl<Key>Next:		PageDown()					\n\
	~Meta ~Alt ~Ctrl<Key>osfPageUp:		PageUp()				\n\
	~Meta ~Alt ~Ctrl<Key>osfPageDown:	PageDown()				\n

!
! Translations for document source window
*dialogGlobalTranslations:		#override			\n\
									\
	Meta ~Ctrl<Key>W:		xfeDoCommand(close)			\n\
	 Alt ~Ctrl<Key>W:		xfeDoCommand(close)			\n



! Mouse bindings in the HTML display area.
! 
*drawingArea.translations:		#replace			\
	<Btn1Down>:			ArmLink()			\n\
	<Btn2Down>:			ArmLink()			\n\
	~Shift<Btn1Up>:			ActivateLink()			\n\
	~Shift<Btn2Up>:			ActivateLink(new-window)	\
					DisarmLink()			\n\
	Shift<Btn1Up>:			ActivateLink(save-only)		\
					DisarmLink()			\n\
	Shift<Btn2Up>:			ActivateLink(save-only)		\
					DisarmLink()			\n\
	<Btn1Motion>:			DisarmLinkIfMoved()		\n\
	<Btn2Motion>:			DisarmLinkIfMoved()		\n\
	<Btn3Motion>:			DisarmLinkIfMoved()		\n\
	<Motion>:			DescribeLink()			\n\
	<Btn3Down>:			xfeDoPopup()			\n\
	<Btn3Up>:			ActivatePopup()			\n\
	Ctrl<Btn4Down>:			PageUp()			\n\
	Ctrl<Btn5Down>:			PageDown()			\n\
	Shift<Btn4Down>:		LineUp()			\n\
	Shift<Btn5Down>:		LineDown()			\n\
	~Ctrl ~Shift<Btn4Down>:		LineUp()LineUp()LineUp()LineUp()LineUp()LineUp() \n\
	~Ctrl ~Shift<Btn5Down>:		LineDown()LineDown()LineDown()LineDown()LineDown()LineDown() \n\
	Alt<Btn4Down>:			xfeDoCommand(forward)		\n\
	Alt<Btn5Down>:			xfeDoCommand(back)		\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 "Ctrl<Key>g" 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 ~Ctrl<Key>A:		select-all()				\n\
	 Alt ~Ctrl<Key>A:		select-all()				\n\
	~Meta ~Alt Ctrl<Key>a:		beginning-of-line()		\n\
	~Meta ~Alt  Shift Ctrl<Key>a:	beginning-of-line(extend)	\n\
	~Meta ~Alt ~Shift Ctrl<Key>b:	backward-character()		\n\
	~Meta ~Alt  Shift Ctrl<Key>b:	backward-character(extend)	\n\
	~Meta ~Alt        Ctrl<Key>d:	delete-next-character()		\n\
	~Meta ~Alt ~Shift Ctrl<Key>e:	end-of-line()			\n\
	~Meta ~Alt  Shift Ctrl<Key>e:	end-of-line(extend)		\n\
	~Meta ~Alt ~Shift Ctrl<Key>f:	forward-character()		\n\
	~Meta ~Alt  Shift Ctrl<Key>f:	forward-character(extend)	\n\
	~Meta ~Alt        Ctrl<Key>g:	process-cancel()		\n\
	~Meta ~Alt        Ctrl<Key>h:	delete-previous-character()	\n\
	~Meta ~Alt        Ctrl<Key>v:	undefined-key()	\n\
	~Meta ~Alt        Ctrl<Key>space: set-anchor()			\n\
	~Meta ~Alt        Ctrl<Key>2:	set-anchor()			\n\
	~Meta ~Alt        Ctrl<Key>@:	set-anchor()			\n\
									\
	Meta ~Ctrl ~Shift<Key>b:	backward-word()			\n\
	 Alt ~Ctrl ~Shift<Key>b:	backward-word()			\n\
	Meta ~Ctrl  Shift<Key>b:	backward-word(extend)		\n\
	 Alt ~Ctrl  Shift<Key>b:	backward-word(extend)		\n\
	Meta ~Ctrl ~Shift<Key>f:	forward-word()			\n\
	 Alt ~Ctrl ~Shift<Key>f:	forward-word()			\n\
	Meta ~Ctrl  Shift<Key>f:	forward-word(extend)		\n\
	 Alt ~Ctrl  Shift<Key>f:	forward-word(extend)		\n\
	Meta ~Ctrl ~Shift<Key>osfLeft:	backward-word()			\n\
	 Alt ~Ctrl ~Shift<Key>osfLeft:	backward-word()			\n\
	Meta ~Ctrl  Shift<Key>osfLeft:	backward-word(extend)		\n\
	 Alt ~Ctrl  Shift<Key>osfLeft:	backward-word(extend)		\n\
	Meta ~Ctrl ~Shift<Key>osfRight:forward-word()			\n\
	 Alt ~Ctrl ~Shift<Key>osfRight:forward-word()			\n\
	Meta ~Ctrl  Shift<Key>osfRight:forward-word(extend)		\n\
         Alt ~Ctrl  Shift<Key>osfRight:forward-word(extend)\n

!                       <KeyUp>: KeyUpInText()\n
!       Meta ~Ctrl       <Key>w:        copy-clipboard()\n\
!        Alt ~Ctrl       <Key>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\
			<KeyUp>: 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 ~Ctrl<Key>x:		xfeDoText(cut)	\n\
	Meta ~Alt ~Ctrl<Key>c:		xfeDoText(copy)	\n\
	Meta ~Alt ~Ctrl<Key>v:		xfeDoText(paste)	\n\
	Meta ~Alt ~Ctrl<Key>y:		xfeDoText(paste)	\n\
									\
	~Meta Alt ~Ctrl<Key>x:		xfeDoText(cut)	\n\
	~Meta Alt ~Ctrl<Key>c:		xfeDoText(copy)	\n\
	~Meta Alt ~Ctrl<Key>v:		xfeDoText(paste)	\n\
	~Meta Alt ~Ctrl<Key>y:		xfeDoText(paste)	\n\
                                    \
	~Meta ~Alt Ctrl<Key>y:		xfeDoText(paste)	\n\
                                    \
	~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)		\n\
	~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)	\n\
	~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)		\n\
                                    \
	~Meta ~Alt Ctrl<Key>u:		beginning-of-line()		\
					delete-to-end-of-line()		\n\
	~Meta ~Alt Ctrl<Key>k:		delete-to-end-of-line()		\n\
	~Meta ~Alt Ctrl<Key>l:		xfeDoCommand(refresh)			\n\
	~Meta ~Alt Ctrl<Key>w:		key-select()			\
					delete-selection()		\n\
	Meta ~Ctrl       <Key>d:	delete-next-word()		\n\
	 Alt ~Ctrl       <Key>d:	delete-next-word()		\n\
	 Alt ~Ctrl       <Key><:	set-anchor()			\
					beginning-of-line()		\n\
	Meta ~Ctrl       <Key><:	set-anchor()			\
					beginning-of-line()		\n\
 	 Alt ~Ctrl       <Key>>:	set-anchor()			\
					end-of-line()			\n\
	Meta ~Ctrl       <Key>>:	set-anchor()			\
					end-of-line()			\n\
	~Alt  Ctrl       <Key><:	set-anchor()			\
					beginning-of-line(extend)	\n\
   ~Meta  Ctrl       <Key><:	set-anchor()			\
					beginning-of-line(extend)	\n\
	~Alt  Ctrl       <Key>>:	set-anchor()			\
					end-of-line(extend)		\n\
   ~Meta  Ctrl       <Key>>:	set-anchor()			\
					end-of-line(extend)		\n\
	Meta ~Ctrl<Key>osfBackSpace:	delete-previous-word()		\n\
	 Alt ~Ctrl<Key>osfBackSpace:	delete-previous-word()		\n\
	Meta ~Ctrl<Key>osfDelete:	delete-next-word()		\n\
	 Alt ~Ctrl<Key>osfDelete:	delete-next-word()		\n\
									\
	~Meta ~Alt ~Ctrl<Key>osfLeft:	deselect-all()			\
					backward-character()		\n\
	~Meta ~Alt ~Ctrl<Key>osfRight:	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 ~Shift<Key>v:	previous-page()			\n\
!	 Alt ~Ctrl ~Shift<Key>v:	previous-page()			\n\
!
*multiLineEditingTranslations:		#override			\n\
	Meta ~Alt ~Ctrl<Key>x:		xfeDoText(cut)	\n\
	Meta ~Alt ~Ctrl<Key>c:		xfeDoText(copy)	\n\
	Meta ~Alt ~Ctrl<Key>v:		xfeDoText(paste)	\n\
	Meta ~Alt ~Ctrl<Key>y:		xfeDoText(paste)	\n\
									\
	~Meta Alt ~Ctrl<Key>x:		xfeDoText(cut)	\n\
	~Meta Alt ~Ctrl<Key>c:		xfeDoText(copy)	\n\
	~Meta Alt ~Ctrl<Key>v:		xfeDoText(paste)	\n\
	~Meta Alt ~Ctrl<Key>y:		xfeDoText(paste)	\n\
									\
	~Meta ~Alt Ctrl<Key>y:		xfeDoText(paste)	\n\
                                    \
	~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)		\n\
	~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)	\n\
	~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)		\n\
                                    \
	~Meta ~Alt Ctrl<Key>k:		kill-to-end-of-line()		\n\
	~Meta ~Alt Ctrl<Key>w:		key-select() kill-selection()	\n\
	~Meta ~Alt Ctrl<Key>y:		unkill()			\n\
	Meta ~Ctrl       <Key>d:	kill-next-word()		\n\
	 Alt ~Ctrl       <Key>d:	kill-next-word()		\n\
	~Meta ~Alt        Ctrl<Key>l:	redraw-display() xfeDoCommand(refresh)	\n\
	Meta ~Ctrl<Key>osfBackSpace:	kill-previous-word()		\n\
	 Alt ~Ctrl<Key>osfBackSpace:	kill-previous-word()		\n\
	Meta ~Ctrl<Key>osfDelete:	kill-next-word()		\n\
	 Alt ~Ctrl<Key>osfDelete:	kill-next-word()		\n\
									\
	~Meta ~Alt Ctrl<Key>j:		newline-and-indent()		\n\
	~Meta ~Alt Ctrl<Key>o:		newline-and-backup()		\n\
	~Meta ~Alt ~Shift Ctrl<Key>n:	next-line()			\n\
	~Meta ~Alt  Shift Ctrl<Key>n:	next-line(extend)		\n\
	~Meta ~Alt ~Shift Ctrl<Key>p:	previous-line()			\n\
	~Meta ~Alt  Shift Ctrl<Key>p:	previous-line(extend)		\n\
	~Meta ~Alt ~Shift Ctrl<Key>v:	next-page()			\n\
	~Meta ~Alt  Shift Ctrl<Key>v:	next-page(extend)		\n\
	Meta  Ctrl ~Shift<Key>v:	previous-page()			\n\
	 Alt  Ctrl ~Shift<Key>v:	previous-page()			\n\
	Meta ~Ctrl  Shift<Key>v:	previous-page(extend)		\n\
	 Alt ~Ctrl  Shift<Key>v:	previous-page(extend)		\n\
	 Alt ~Ctrl ~Shift<Key>braceleft:	backward-paragraph()		\n\
	Meta ~Ctrl ~Shift<Key>braceleft:	backward-paragraph()		\n\
	 Alt ~Ctrl  Shift<Key>braceleft:	backward-paragraph(extend)	\n\
	Meta ~Ctrl  Shift<Key>braceleft:	backward-paragraph(extend)	\n\
	 Alt ~Ctrl ~Shift<Key>braceright:	forward-paragraph()		\n\
	Meta ~Ctrl ~Shift<Key>braceright:	forward-paragraph()		\n\
	 Alt ~Ctrl  Shift<Key>braceright:	forward-paragraph(extend)	\n\
	Meta ~Ctrl  Shift<Key>braceright:	forward-paragraph(extend)	\n\
	 Alt ~Ctrl       <Key><:	set-anchor()			\
					beginning-of-file()		\n\
	Meta ~Ctrl       <Key><:	set-anchor()			\
					beginning-of-file()		\n\
 	 Alt ~Ctrl       <Key>>:	set-anchor()			\
					end-of-file()			\n\
	Meta ~Ctrl       <Key>>:	set-anchor()			\
					end-of-file()			\n\
	~Alt  Ctrl       <Key><:	set-anchor()			\
					beginning-of-file(extend)	\n\
       ~Meta  Ctrl       <Key><:	set-anchor()			\
					beginning-of-file(extend)	\n\
	~Alt  Ctrl       <Key>>:	set-anchor()			\
					end-of-file(extend)		\n\
       ~Meta  Ctrl       <Key>>:	set-anchor()			\
					end-of-file(extend)		\n\
	~Meta ~Alt ~Ctrl<Key>Prior:	previous-page()			\n\
	~Meta ~Alt ~Ctrl<Key>Next:	next-page()			\n\
	~Meta ~Alt ~Ctrl<Key>osfPageUp:	previous-page()			\n\
	~Meta ~Alt ~Ctrl<Key>osfPageDown: next-page()			\n\
	Ctrl  <Key>/:			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 <Key>:	undefined-key()			\n\
!			Meta <Key>:	undefined-key()			\n\
!			 Alt <Key>:	undefined-key()			\n
!*XmTextField.translations:	#override				\
!			Ctrl <Key>:	undefined-key()			\n\
!			Meta <Key>:	undefined-key()			\n\
!			 Alt <Key>:	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\
	<Key>Return:		next-tab-group()			\n\
	<Key>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\
	<Key>Return:		activate()				\n\
	<Key>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 ~Ctrl<Key>Up:	LineUp()			\n\
	~Meta ~Alt ~Ctrl<Key>Down:	LineDown()			\n\
	~Meta ~Alt ~Ctrl<Key>osfUp:	LineUp()			\n\
	~Meta ~Alt ~Ctrl<Key>osfDown:	LineDown()			\n

! These keysyms are apparently an R6ism.
!	~Meta ~Alt ~Ctrl<Key>KP_Up:	LineUp()			\n\
!	~Meta ~Alt ~Ctrl<Key>KP_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 ~Ctrl<Key>space:	xfeDoCommand(spacebar)		\n\
									  \
	~Meta ~Alt ~Ctrl<Key>Delete:	PageUp()			\n\
	~Meta ~Alt ~Ctrl<Key>BackSpace:	PageUp()			\n\
	~Meta ~Alt ~Ctrl<Key>Up:	LineUp()			\n\
	~Meta ~Alt ~Ctrl<Key>Down:	LineDown()			\n\
	~Meta ~Alt ~Ctrl<Key>Left:	ColumnLeft()			\n\
	~Meta ~Alt ~Ctrl<Key>Right:	ColumnRight()			\n\
									  \
	~Meta ~Alt ~Ctrl<Key>osfDelete:	PageUp()			\n\
	~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()			\n\
	 Meta  Ctrl<Key>g:		fishcam()			\n\
	  Alt  Ctrl<Key>g:		fishcam()			\n\
	 Meta  Ctrl<Key>t:		net_showstatus()		\n\
	  Alt  Ctrl<Key>t:		net_showstatus()		\n\
	~Meta ~Alt ~Ctrl<Key>osfUp:	LineUp()			\n\
	~Meta ~Alt ~Ctrl<Key>osfDown:	LineDown()			\n\
	~Meta ~Alt ~Ctrl<Key>osfLeft:	ColumnLeft()			\n\
	~Meta ~Alt ~Ctrl<Key>osfRight:	ColumnRight()			\n\
									  \
	~Meta ~Alt ~Ctrl<Key>Prior:		PageUp()		\n\
	~Meta ~Alt ~Ctrl<Key>Next:		PageDown()		\n\
	~Meta ~Alt ~Ctrl<Key>osfPageUp:		PageUp()		\n\
	~Meta ~Alt ~Ctrl<Key>osfPageDown:	PageDown()		\n\
        Ctrl<Btn4Down>:		PageUp()			\n\
	Ctrl<Btn5Down>:			PageDown()			\n\
	Shift<Btn4Down>:		LineUp()			\n\
	Shift<Btn5Down>:		LineDown()			\n\
	~Ctrl ~Shift<Btn4Down>:		LineUp()LineUp()LineUp()LineUp()LineUp()LineUp() \n\
	~Ctrl ~Shift<Btn5Down>:		LineDown()LineDown()LineDown()LineDown()LineDown()LineDown() \n\
	Alt<Btn4Down>:			xfeDoCommand(forward)		\n\
	Alt<Btn5Down>:			xfeDoCommand(back)		\n

! These keysyms are apparently an R6ism.
!	~Meta ~Alt ~Ctrl<Key>KP_Up:	LineUp()			\n\
!	~Meta ~Alt ~Ctrl<Key>KP_Down:	LineDown()			\n\
!	~Meta ~Alt ~Ctrl<Key>KP_Left:	ColumnLeft()			\n\
!	~Meta ~Alt ~Ctrl<Key>KP_Right:	ColumnRight()			\n\
!	~Meta ~Alt ~Ctrl<Key>KP_Prior:	PageUp()			\n\
!	~Meta ~Alt ~Ctrl<Key>KP_Next:	PageDown()			\n\

!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor mouse translations
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*editorDrawingArea.translations: #replace \
	<Btn3Down>:  xfeDoCommand(showPopup)\n\
	Shift<Btn1Down>:  xfeDoCommand(select,extend)\n\
	<Btn1Down>:  xfeDoClick(single,{,select,grab,}, \
                            double,{,objectIs,text,  {,select,word,}, \
                                              image, {,dialog,image,}, \
                                              hrule, {,dialog,hrule,}, \
                                              target,{,dialog,target,}, \
                                              tag,   {,dialog,tag,},})\n\
	<Btn1Motion>:			xfeDoCommand(select,extend)\n\
	<Btn1Up>:				xfeDoCommand(select,end)		\n\
	<Btn2Down>:				xfeDoCommand(paste,selection)\n\
	<Btn2Motion>:			\n\
	<Btn2Up>:				\n\
	<Motion>:     editor-motion()\n

! Editor keyboard translations.
*editorTranslations:			#override			\n\
									\
	Meta ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)				\n\
	 Alt ~Ctrl ~Shift<Key>o: xfeDoCommand(openPage)				\n\
	Meta ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)	\n\
	 Alt ~Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)	\n\
	Meta ~Ctrl<Key>s:		xfeDoCommand(save)			\n\
	 Alt ~Ctrl<Key>s:		xfeDoCommand(save)			\n\
	Meta ~Ctrl<Key>r:		xfeDoCommand(reload)			\n\
	 Alt ~Ctrl<Key>r:		xfeDoCommand(reload)			\n\
	Meta ~Ctrl Shift<Key>r:	xfeDoCommand(reload,super)			\n\
	 Alt ~Ctrl Shift<Key>r:	xfeDoCommand(reload,super)			\n\
	Meta ~Ctrl<Key>P:		xfeDoCommand(print)				\n\
	 Alt ~Ctrl<Key>P:		xfeDoCommand(print)				\n\
									\
	~Meta ~Alt Ctrl<Key>h:		xfeDoCommand(deleteItem,previous)\n\
	 Meta ~Ctrl ~Shift <Key>Return:		xfeDoCommand(sendMessageNow)	\n\
	 Alt ~Ctrl ~Shift <Key>Return:		xfeDoCommand(sendMessageNow)	\n\
	 Meta ~Ctrl Shift <Key>Return:		xfeDoCommand(sendMessageLater)	\n\
	 Alt ~Ctrl Shift <Key>Return:		xfeDoCommand(sendMessageLater)	\n\
	Meta ~Ctrl<Key>k:		xfeDoCommand(spellCheck)		\n\
	 Alt ~Ctrl<Key>k:		xfeDoCommand(spellCheck)		\n\
	~Meta ~Alt ~Ctrl<Key>Up:	xfeDoCommand(moveCursor,up)		\n\
	~Meta ~Alt ~Ctrl<Key>Down:	xfeDoCommand(moveCursor,down)		\n\
	~Meta ~Alt ~Ctrl<Key>osfUp:	xfeDoCommand(moveCursor,up)		\n\
	~Meta ~Alt ~Ctrl<Key>osfDown:	xfeDoCommand(moveCursor,down)		\n\
	~Meta ~Alt ~Ctrl<Key>osfLeft:	xfeDoCommand(moveCursor,previous)	\n\
	~Meta ~Alt ~Ctrl<Key>osfRight:	xfeDoCommand(moveCursor,next)	\n\
	~Meta ~Alt Ctrl<Key>osfLeft:	xfeDoCommand(moveCursor,previousWord)	\n\
	~Meta ~Alt Ctrl<Key>osfRight:	xfeDoCommand(moveCursor,nextWord)	\n\
									\
	:~Meta ~Alt ~Ctrl<Key>Delete:	xfeDoCommand(deleteItem,next)\n\
	:~Meta ~Alt ~Ctrl<Key>BackSpace:	xfeDoCommand(deleteItem,previous)\n\
	:~Meta ~Alt ~Ctrl<Key>osfDelete:	xfeDoCommand(deleteItem,next)\n\
	:~Meta ~Alt ~Ctrl<Key>osfBackSpace:xfeDoCommand(deleteItem,previous)\n\
									\
    ~Meta ~Alt Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfPage)\n\
    ~Meta ~Alt Ctrl <Key>End: xfeDoCommand(moveCursor,endOfPage)	\n\
	~Meta ~Alt Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginningOfPage)\n\
	~Meta ~Alt Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfPage)\n\
    ~Meta ~Alt ~Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfLine)\n\
    ~Meta ~Alt ~Ctrl <Key>End: xfeDoCommand(moveCursor,endOfLine)	\n\
	~Meta ~Alt ~Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginOfLine)\n\
	~Meta ~Alt ~Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfLine)\n\
	~Meta ~Alt ~Ctrl Shift<Key>Return:	xfeDoCommand(insertLineBreak,normal)\n\
	~Meta ~Alt ~Ctrl<Key>Return:	xfeDoCommand(insertReturn)\n\
	~Meta ~Alt ~Ctrl Shift<Key>space: xfeDoCommand(insertNonBreakingSpace)\n\
	~Meta ~Alt ~Ctrl <Key>space:	xfeDoCommand(insertKey)		\n\
	~Meta Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)		\n\
	~Meta Alt ~Ctrl <Key>=:	  xfeDoCommand(indent)		\n\
	Meta ~Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)		\n\
	Meta ~Alt ~Ctrl <Key>=:	  xfeDoCommand(indent)		\n\
									\
	Ctrl ~Shift <Key>Tab:	xfeDoCommand(tab,insert)\n\
	~Ctrl ~Shift<Key>Tab:	xfeDoCommand(tab,forward)\n\
	~Ctrl Shift<Key>Tab:	xfeDoCommand(tab,backward)\n\
									\
	~Meta ~Alt Ctrl<Key>a:	xfeDoCommand(moveCursor,beginningOfLine)\n\
	~Meta ~Alt Ctrl<Key>e:	xfeDoCommand(moveCursor,endOfLine)\n\
	~Meta ~Alt Ctrl<Key>p:	xfeDoCommand(moveCursor,up)			\n\
	~Meta ~Alt Ctrl<Key>n:	xfeDoCommand(moveCursor,down)			\n\
	~Meta ~Alt Ctrl<Key>b:	xfeDoCommand(moveCursor,previous)		\n\
	~Meta ~Alt Ctrl<Key>f:	xfeDoCommand(moveCursor,next)		\n\
	~Meta ~Alt Ctrl<Key>d:	xfeDoCommand(deleteItem,next)	\n\
	~Meta ~Alt Ctrl<Key>k:	xfeDoCommand(deleteItem,endOfLine)\n\
	Meta ~Alt ~Ctrl<Key><:	xfeDoCommand(moveCursor,beginningOfPage)\n\
	Meta ~Alt ~Ctrl<Key>>:	xfeDoCommand(moveCursor,endOfPage)\n\
	~Meta Alt ~Ctrl<Key><:	xfeDoCommand(moveCursor,beginningOfPage)\n\
	~Meta Alt ~Ctrl<Key>>:	xfeDoCommand(moveCursor,endOfPage)\n\
									\
	Meta Shift ~Ctrl<Key>z:	xfeDoCommand(redo)		\n\
	 Alt Shift ~Ctrl<Key>z:	xfeDoCommand(redo)		\n\
	Meta ~Ctrl<Key>z:		xfeDoCommand(undo)		\n\
	 Alt ~Ctrl<Key>z:		xfeDoCommand(undo)		\n\
									\
	Meta ~Alt ~Ctrl<Key>b:	xfeDoCommand(toggleCharacterStyle,bold)\n\
	 ~Meta Alt ~Ctrl<Key>b:	xfeDoCommand(toggleCharacterStyle,bold)\n\
	Meta ~Alt ~Ctrl<Key>i:	xfeDoCommand(toggleCharacterStyle,italic)\n\
	 ~Meta Alt ~Ctrl<Key>i:	xfeDoCommand(toggleCharacterStyle,italic)\n\
	 Meta ~Alt ~Ctrl<Key>u:	xfeDoCommand(toggleCharacterStyle,underline)\n\
	 ~Meta Alt ~Ctrl<Key>u:	xfeDoCommand(toggleCharacterStyle,underline)\n\
	Meta ~Alt ~Ctrl<Key>t:	xfeDoCommand(toggleCharacterStyle,fixed)\n\
	 ~Meta Alt ~Ctrl<Key>t:	xfeDoCommand(toggleCharacterStyle,fixed)\n\
	Meta ~Alt ~Ctrl<Key>k:	xfeDoCommand(setCharacterStyle,none)\n\
	 ~Meta Alt ~Ctrl<Key>k:	xfeDoCommand(setCharacterStyle,none)\n\
									\
	~Meta ~Alt Ctrl<Key>l:	xfeDoCommand(refresh)			\n\
									\
	Meta ~Alt ~Ctrl ~Shift<Key>Up:		xfeDoCommand(setFontSize,increase)\n\
	Meta ~Alt ~Ctrl ~Shift<Key>osfUp:	xfeDoCommand(setFontSize,increase)\n\
	Meta ~Alt ~Ctrl ~Shift<Key>Down:	xfeDoCommand(setFontSize,decrease)\n\
	Meta ~Alt ~Ctrl ~Shift<Key>osfDown:	xfeDoCommand(setFontSize,decrease)\n\
									\
	~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)			\n\
	~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)			\n\
	~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)			\n\
									\
	Meta ~Alt ~Ctrl ~Shift<Key>d:	xfeDoCommand(deleteItem)	\n\
	~Meta Alt ~Ctrl ~Shift<Key>d:	xfeDoCommand(deleteItem)	\n\
										\
	Meta ~Alt ~Ctrl ~Shift<Key>f:	xfeDoCommand(findInObject)		\n\
	Meta ~Alt ~Ctrl ~Shift<Key>g:	xfeDoCommand(findAgain)			\n\
	~Meta Alt ~Ctrl ~Shift<Key>f:	xfeDoCommand(findInObject)		\n\
	~Meta Alt ~Ctrl ~Shift<Key>g:	xfeDoCommand(findAgain)			\n\
									\
	Meta ~Ctrl<Key>A:		xfeDoCommand(selectAll)				\n\
	 Alt ~Ctrl<Key>A:		xfeDoCommand(selectAll)				\n\
	Meta ~Ctrl<Key>C:		xfeDoCommand(copy)					\n\
	 Alt ~Ctrl<Key>C:		xfeDoCommand(copy)					\n\
	Meta ~Ctrl<Key>H:		xfeDoCommand(openHistory)			\n\
	 Alt ~Ctrl<Key>H:		xfeDoCommand(openHistory)			\n\
	Meta ~Ctrl<Key>m:		xfeDoCommand(composeMessage)		\n\
	 Alt ~Ctrl<Key>m:		xfeDoCommand(composeMessage)		\n\
	Meta ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)			\n\
	 Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)			\n\
	Meta ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)				\n\
	 Alt ~Ctrl  Shift<Key>n: xfeDoCommand(newBlank)				\n\
	Meta ~Ctrl<Key>Q:		xfeDoCommand(exit)					\n\
	 Alt ~Ctrl<Key>Q:		xfeDoCommand(exit)					\n\
		Meta ~Ctrl<Key>R:		undefined-key()				\n\
		 Alt ~Ctrl<Key>R:		undefined-key()				\n\
	Meta ~Ctrl<Key>V:		xfeDoCommand(paste)					\n\
	 Alt ~Ctrl<Key>V:		xfeDoCommand(paste)					\n\
	Meta ~Ctrl<Key>W:		xfeDoCommand(close)					\n\
	 Alt ~Ctrl<Key>W:		xfeDoCommand(close)					\n\
	Meta ~Ctrl<Key>X:		xfeDoCommand(cut)					\n\
	 Alt ~Ctrl<Key>X:		xfeDoCommand(cut)					\n\
	Meta ~Ctrl<Key>Y:		xfeDoCommand(paste)					\n\
	 Alt ~Ctrl<Key>Y:		xfeDoCommand(paste)					\n\
											\
 Meta ~Ctrl ~Shift<Key>1:	xfeDoCommand(openOrBringUpBrowser)	\n\
  Alt ~Ctrl ~Shift<Key>1:	xfeDoCommand(openOrBringUpBrowser)	\n\
 Meta ~Ctrl  Shift<Key>1:	xfeDoCommand(openFolders)			\n\
  Alt ~Ctrl  Shift<Key>1:	xfeDoCommand(openFolders)			\n\
 Meta ~Ctrl ~Shift<Key>2:	xfeDoCommand(openInbox)				\n\
  Alt ~Ctrl ~Shift<Key>2:	xfeDoCommand(openInbox)				\n\
 Meta ~Ctrl  Shift<Key>2:	xfeDoCommand(openAddrBook)			\n\
  Alt ~Ctrl  Shift<Key>2:	xfeDoCommand(openAddrBook)			\n\
	Meta ~Ctrl<Key>3:		xfeDoCommand(openEditor)			\n\
	 Alt ~Ctrl<Key>3:		xfeDoCommand(openEditor)			\n\
	Meta ~Ctrl<Key>4:		xfeDoCommand(openCalendar)			\n\
	 Alt ~Ctrl<Key>4:		xfeDoCommand(openCalendar)			\n\
	Meta ~Ctrl<Key>5:		xfeDoCommand(openConference)		\n\
	 Alt ~Ctrl<Key>5:		xfeDoCommand(openConference)		\n\
	Meta ~Ctrl<Key>7:		xfeDoCommand(openRadio)				\n\
	 Alt ~Ctrl<Key>7:		xfeDoCommand(openRadio)				\n\
											\
	~Meta ~Alt ~Ctrl<Key>Prior:		PageUp()					\n\
	~Meta ~Alt ~Ctrl<Key>Next:		PageDown()					\n\
	~Meta ~Alt ~Ctrl<Key>osfPageUp:		PageUp()				\n\
	~Meta ~Alt ~Ctrl<Key>osfPageDown:	PageDown()				\n\
											\
	~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:		xfeDoCommand(manual)	\n\
										\
	~Meta ~Alt ~Ctrl ~Shift<Key>F10:			\n\
	~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:			\n\
								\
	<KeyRelease>:							\n\
	<Key>:			xfeDoCommand(insertKey)			\n\
	<KeyPress>:		xfeDoCommand(insertKey)			\n\
	<KeyUp>:							\n\
	<KeyDown>:		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 <Alt+B>
*toggleCharacterStyleItalic.labelString:		Italic
*toggleCharacterStyleItalic.documentationString:	\
Set the style to Italic <Alt+I>
*toggleCharacterStyleUnderline.labelString:		Underline
*toggleCharacterStyleUnderline.documentationString:	\
Set the style to Underline <Alt+U>
*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 <Alt+K>
*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.79
*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.79


! ============================================================================
! 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 <Alt+F>
*Editor*openPage.tipString:         Open File

*findInObject.tipString:            Find in Page <Alt+F>

*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 <Alt+B>
*bold.tipString:                    Bold
!*italic.documentationString:       Set the style to Italic <Alt+I>
*italic.tipString:                  Italic
!*fixed.documentationString:        Set the style to Fixed Width <Alt+T>
*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 <Alt+K>
*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 <Alt+=>
*indent.tipString:                  Increase Indent
*outdent.documentationString:	\
Decrease indent of paragraph one level <Alt+->
*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 <Alt+B>
*toggleCharacterStyleItalic.tipString: Italic <Alt+I>
*toggleCharacterStyleUnderline.tipString: Underline <Alt+U>
*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

! ----------------------------------------
! Netscape 4.74 Resource(ko)
!
! Netscape Localization for Korean
!   http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
!
! Maintenance and merging from eariler Netscape:
!      CHOI Junho <cjh@kr.freebsd.org>, 1999/06/05
! Translation XFE messages(4.5):
!      HYOUNG Chunwook <cwhyoung@netian.com>, 1998/12
! XP messages(NS3.01 for UNIX):
!      Severe work of Daou Corp.(http://www.daou.co.kr)
!
! Final revision on 1999/06/05
! -----------------------------------------

! Language localization:
Netscape*versionLocale:		ko

! 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.
!
! For preventing hangup in Save as...
! Linux/FreeBSD only
!
Netscape*nsMotifFSBHacks:	False

! This is the directory where Netscape finds external files such as icons.
!
Netscape*appDir:		/usr/lib/netscape/ko

! 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)
!
Netscape*defaultCharset:        iso-2022-kr

! Linux/FreeBSD: set inputMethod to hanIM if you are using hanIM
!
!*inputMethod: hanIM
Netscape*preeditType:		overthespot

! To prevent unnecessary dialogs
Netscape*useStderrDialog:	False
Netscape*useStdoutDialog:	False

! 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).
!
Netscape*documentFonts.EUC-KR*psname: 	Gulim-Regular
Netscape*documentFonts.EUC-KR*pscode:	euc-kr
Netscape*documentFonts.EUC-KR*pswidth:	1000
Netscape*documentFonts.EUC-KR*psascent:	1150

Netscape*documentFonts.defaultFont*iso-8859-1.prop:     adobe-helvetica-140-noscale
Netscape*documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-120-noscale


Netscape*documentFonts.defaultFont*ks_c_5601-1987.prop :baekmuk-gulim-140-noscale
Netscape*documentFonts.defaultFont*ks_c_5601-1987.fixed :baekmuk-gulim-140-noscale

Netscape*documentFonts.defaultFont*UTF-8.prop:  nsPseudoFont-gulim-140-noscale
Netscape*documentFonts.defaultFont*UTF-8.fixed: nsPseudoFont-gulim-140-noscale


! generated by resourcemerge.pl at Mon Jun 14 22:18:49 KST 1999
!   by CHOI Junho <cjh@kr.freebsd.org>
!   for Netscape localization kit
!
!*AddressBook*toggleNavigationToolbar.documentationString: 
!*I18nColon.labelString: will be something like   :
!*I18nFirst.labelString: will be something like   the
!*I18nRest.labelString: will be something like  or/and
!*MailFolder*search.documentationString:    ׷ ޽ ˻
!*MailFolder*stopLoading.tipString: ޽ ޱ 
!*MailMsg*search.documentationString:    ׷ ޽ ˻
!*MailThread*search.documentationString:    ׷ ޽ ˻
!*bold.documentationString: Set the style to Bold <Alt+B>
!*displayTableBoundaries.labelString: ̺  ֱ
!*editAddressBook.documentationString: Open the address book
!*filterBoxForm.filterPrompt.labelString: Select a directory and type in the name you are looking for:
!*fixed.documentationString: Set the style to Fixed Width <Alt+T>
!*italic.documentationString: Set the style to Italic <Alt+I>
!*menuBar*getNextNNewMsgs.labelString: Next 500
!*openConference.documentationString: \
!Open the conferencing window
!*pageServices.documentationString: 
!*prefs*liGeneral*bottomTitle.labelString: User Information
!*prefs*liGeneral*syncToggle.labelString: Background synchronize every
!*prefs*liGeneral*topTitle.labelString: General Flags
!*prefs*liGeneral*unitLabel.labelString: minutes.
!*showComplPicker.documentationString: Show Matching Addresses...
!*showComplPicker.tipString: Show Matching Addresses...
!*textColor.documentationString: Change or edit current font color
!*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*newsgroups.labelString: Groups
!*toolBar*destinations*upgrade.labelString: Software
!*toolBar*destinations*welcome.labelString: Welcome
!*toolBar*destinations*whatsCool.labelString: What's Cool?
!*toolBar*destinations*whatsNew.labelString: What's New?
!xxx dynamic *home.documentationString: 
Netscape*#000000.documentationString: RGB Color [ 0 0 0 ][ #000000 ]
Netscape*#000000.tipString: 0 0 0
Netscape*#000066.documentationString: RGB Color [ 0 0 102 ][ #000066 ]
Netscape*#000066.tipString: 0 0 102
Netscape*#000099.documentationString: RGB Color [ 0 0 153 ][ #000099 ]
Netscape*#000099.tipString: 0 0 153
Netscape*#003300.documentationString: RGB Color [ 0 51 0 ][ #003300 ]
Netscape*#003300.tipString: 0 51 0
Netscape*#003333.documentationString: RGB Color [ 0 51 51 ][ #003333 ]
Netscape*#003333.tipString: 0 51 51
Netscape*#006600.documentationString: RGB Color [ 0 102 0 ][ #006600 ]
Netscape*#006600.tipString: 0 102 0
Netscape*#009900.documentationString: RGB Color [ 0 153 0 ][ #009900 ]
Netscape*#009900.tipString: 0 153 0
Netscape*#00CCCC.documentationString: RGB Color [ 000 204 204 ][ #00CCCC ]
Netscape*#00CCCC.tipString: 000 204 204
Netscape*#330000.documentationString: RGB Color [ 51 0 0 ][ #330000 ]
Netscape*#330000.tipString: 51 0 0
Netscape*#330033.documentationString: RGB Color [ 51 0 51 ][ #330033 ]
Netscape*#330033.tipString: 51 0 51
Netscape*#330099.documentationString: RGB Color [ 51 0 153 ][ #330099 ]
Netscape*#330099.tipString: 51 0 153
Netscape*#333300.documentationString: RGB Color [ 51 51 0 ][ #333300 ]
Netscape*#333300.tipString: 51 51 0
Netscape*#333333.documentationString: RGB Color [ 51 51 51 ][ #333333 ]
Netscape*#333333.tipString: 51 51 51
Netscape*#333399.documentationString: RGB Color [ 51 51 153 ][ #333399 ]
Netscape*#333399.tipString: 51 51 153
Netscape*#3333FF.documentationString: RGB Color [ 51 51 255 ][ #3333FF ]
Netscape*#3333FF.tipString: 51 51 255
Netscape*#336666.documentationString: RGB Color [ 51 102 102 ][ #336666 ]
Netscape*#336666.tipString: 51 102 102
Netscape*#3366FF.documentationString: RGB Color [ 51 102 255 ][ #3366FF ]
Netscape*#3366FF.tipString: 51 102 255
Netscape*#339999.documentationString: RGB Color [ 51 153 153 ][ #339999 ]
Netscape*#339999.tipString: 51 153 153
Netscape*#33CC00.documentationString: RGB Color [ 51 204 0 ][ #33CC00 ]
Netscape*#33CC00.tipString: 51 204 0
Netscape*#33CCFF.documentationString: RGB Color [ 51 204 255 ][ #33CCFF ]
Netscape*#33CCFF.tipString: 51 204 255
Netscape*#33FF33.documentationString: RGB Color [ 51 255 51 ][ #33FF33 ]
Netscape*#33FF33.tipString: 51 255 51
Netscape*#33FFFF.documentationString: RGB Color [ 51 255 255 ][ #33FFFF ]
Netscape*#33FFFF.tipString: 51 255 255
Netscape*#660000.documentationString: RGB Color [ 102 0 0 ][ #660000 ]
Netscape*#660000.tipString: 102 0 0
Netscape*#6600CC.documentationString: RGB Color [ 102 0 204 ][ #6600CC ]
Netscape*#6600CC.tipString: 102 0 204
Netscape*#663300.documentationString: RGB Color [ 102 51 0 ][ #663300 ]
Netscape*#663300.tipString: 102 51 0
Netscape*#663333.documentationString: RGB Color [ 102 51 51 ][ #663333 ]
Netscape*#663333.tipString: 102 51 51
Netscape*#663366.documentationString: RGB Color [ 102 51 102 ][ #663366 ]
Netscape*#663366.tipString: 102 51 102
Netscape*#6633FF.documentationString: RGB Color [ 102 51 255 ][ #6633FF ]
Netscape*#6633FF.tipString: 102 51 255
Netscape*#666600.documentationString: RGB Color [ 102 102 0 ][ #666600 ]
Netscape*#666600.tipString: 102 102 0
Netscape*#666666.documentationString: RGB Color [ 102 102 102 ][ #666666 ]
Netscape*#666666.tipString: 102 102 102
Netscape*#6666CC.documentationString: RGB Color [ 102 102 204 ][ #6666CC ]
Netscape*#6666CC.tipString: 102 102 204
Netscape*#66CCCC.documentationString: RGB Color [ 102 204 204 ][ #66CCCC ]
Netscape*#66CCCC.tipString: 102 204 204
Netscape*#66FF99.documentationString: RGB Color [ 102 255 153 ][ #66FF99 ]
Netscape*#66FF99.tipString: 102 255 153
Netscape*#66FFFF.documentationString: RGB Color [ 102 255 255 ][ #66FFFF ]
Netscape*#66FFFF.tipString: 102 255 255
Netscape*#990000.documentationString: RGB Color [ 153 0 0 ][ #990000 ]
Netscape*#990000.tipString: 153 0 0
Netscape*#993300.documentationString: RGB Color [ 153 51 0 ][ #993300 ]
Netscape*#993300.tipString: 153 51 0
Netscape*#993399.documentationString: RGB Color [ 153 51 153 ][ #993399 ]
Netscape*#993399.tipString: 153 51 153
Netscape*#996633.documentationString: RGB Color [ 153 102 51 ][ #996633 ]
Netscape*#996633.tipString: 153 102 51
Netscape*#999900.documentationString: RGB Color [ 153 153 0 ][ #999900 ]
Netscape*#999900.tipString: 153 153 0
Netscape*#999999.documentationString: RGB Color [ 153 153 153 ][ #999999 ]
Netscape*#999999.tipString: 153 153 153
Netscape*#9999FF.documentationString: RGB Color [ 153 153 204 ][ #9999FF ]
Netscape*#9999FF.tipString: 153 153 204
Netscape*#99FF99.documentationString: RGB Color [ 153 255 153 ][ #99FF99 ]
Netscape*#99FF99.tipString: 153 255 153
Netscape*#99FFFF.documentationString: RGB Color [ 153 255 255 ][ #99FFFF ]
Netscape*#99FFFF.tipString: 153 255 255
Netscape*#CC0000.documentationString: RGB Color [ 204 0 0 ][ #CC0000 ]
Netscape*#CC0000.tipString: 204 0 0
Netscape*#CC33CC.documentationString: RGB Color [ 204 51 204 ][ #CC33CC ]
Netscape*#CC33CC.tipString: 204 51 204
Netscape*#CC6600.documentationString: RGB Color [ 204 102 0 ][ #CC6600 ]
Netscape*#CC6600.tipString: 204 102 0
Netscape*#CC66CC.documentationString: RGB Color [ 204 102 204 ][ #CC66CC ]
Netscape*#CC66CC.tipString: 204 102 204
Netscape*#CC9933.documentationString: RGB Color [ 204 153 51 ][ #CC9933 ]
Netscape*#CC9933.tipString: 204 153 51
Netscape*#CCCCCC.documentationString: RGB Color [ 204 204 204 ][ #CCCCCC ]
Netscape*#CCCCCC.tipString: 204 204 204
Netscape*#CCCCFF.documentationString: RGB Color [ 204 204 255 ][ #CCCCFF ]
Netscape*#CCCCFF.tipString: 204 204 255
Netscape*#CCFFFF.documentationString: RGB Color [ 204 255 255 ][ #CCFFFF ]
Netscape*#CCFFFF.tipString: 204 255 255
Netscape*#FF0000.documentationString: RGB Color [ 255 0 0 ][ #FF0000 ]
Netscape*#FF0000.tipString: 255 0 0
Netscape*#FF6600.documentationString: RGB Color [ 255 102 0 ][ #FF6600 ]
Netscape*#FF6600.tipString: 255 102 0
Netscape*#FF6666.documentationString: RGB Color [ 255 102 102 ][ #FF6666 ]
Netscape*#FF6666.tipString: 255 102 102
Netscape*#FF9900.documentationString: RGB Color [ 255 153 0 ][ #FF9900 ]
Netscape*#FF9900.tipString: 255 153 0
Netscape*#FF99FF.documentationString: RGB Color [ 255 153 255 ][ #FF99FF ]
Netscape*#FF99FF.tipString: 255 153 255
Netscape*#FFCC00.documentationString: RGB Color [ 255 204 0 ][ #FFCC00 ]
Netscape*#FFCC00.tipString: 255 204 0
Netscape*#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
Netscape*#FFCC33.tipString: 255 204 51
Netscape*#FFCC66.documentationString: RGB Color [ 255 204 102 ][ #FFCC66 ]
Netscape*#FFCC66.tipString: 255 204 102
Netscape*#FFCC99.documentationString: RGB Color [ 255 204 153 ][ #FFCC99 ]
Netscape*#FFCC99.tipString: 255 204 153
Netscape*#FFCCCC.documentationString: RGB Color [ 255 204 204 ][ #FFCCCC ]
Netscape*#FFCCCC.tipString: 255 204 204
Netscape*#FFCCFF.documentationString: RGB Color [ 255 204 255 ][ #FFCCFF ]
Netscape*#FFCCFF.tipString: 255 204 255
Netscape*#FFFF00.documentationString: RGB Color [ 255 255 0 ][ #FFFF00 ]
Netscape*#FFFF00.tipString: 255 255 0
Netscape*#FFFF66.documentationString: RGB Color [ 255 255 102 ][ #FFFF66 ]
Netscape*#FFFF66.tipString: 255 255 102
Netscape*#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
Netscape*#FFFF99.tipString: 255 255 153
Netscape*#FFFFCC.documentationString: RGB Color [ 255 255 204 ][ #FFFFCC ]
Netscape*#FFFFCC.tipString: 255 255 204
Netscape*#FFFFFF.documentationString: RGB Color [ 255 255 255 ][ #FFFFFF ]
Netscape*#FFFFFF.tipString: 255 255 255
Netscape*2022krEncCmdString: ѱ (ISO-2022-KR)
Netscape*88595EncCmdString: Ű (ISO-8859-5)
Netscape*88599EncCmdString: Ű (ISO-8859-9)
Netscape*AWTapp.iconName: ڹ ܼ
Netscape*AddreMsgWin*addToAddressBtn.labelString: ּҷ ߰
Netscape*AddreMsgWin*bccBtn.labelString:  :
Netscape*AddreMsgWin*ccBtn.labelString: :
Netscape*AddreMsgWin*delBtn.labelString: 
Netscape*AddreMsgWin*propertiesBtn.labelString: Ӽ
Netscape*AddreMsgWin*removeBtn.labelString: 
Netscape*AddreMsgWin*toBtn.labelString: :
Netscape*AddressBook*addList.labelString: Ʈ ߰...
Netscape*AddressBook*addUser.labelString:  ߰...
Netscape*AddressBook*dirLabel.labelString: , ˻ :
Netscape*AddressBook*helpBar.height: 10
Netscape*AddressBook*import.documentationString: \
ּҷϿ  
Netscape*AddressBook*menuBar*abToggleABPane.labelString: ּҷ
Netscape*AddressBook*menuBar*saveAs.labelString: ϱ...
Netscape*AddressBook*menuBar*sortAscending.documentationString: \
 
Netscape*AddressBook*menuBar*toggleNavigationToolbar.labelString: ּҷ 
Netscape*AddressBook*menuBar*viewProperties.labelString: ī Ӽ
Netscape*AddressBook*menuBar.Item.labelString: 
Netscape*AddressBook*outline.HTML: HTML
Netscape*AddressBook*outline.Name: ̸
Netscape*AddressBook*outline.Nick: 
Netscape*AddressBook*outline.Secure: 
Netscape*AddressBook*popup.title.labelString: ּҷ
Netscape*AddressBook*properties.labelString: Ӽ
Netscape*AddressBook*queryLabel.labelString: ã ̸ ԷϽʽÿ:
Netscape*AddressBook*searchBtn.labelString: ˻
Netscape*AddressBook*sortDescending.documentationString: \
 
Netscape*AddressBook*toggleNavigationToolbar.documentationString: \
ּҷ  ֱ/߱
Netscape*AddressBook.iconName: ּҷ
Netscape*AddressBook.title: ּҷ
Netscape*AttachmentEncodingOption.labelString: ÷ν MIME  uuencode 
Netscape*Cancel.cancelLabelString: 
Netscape*Cancel.closeLabelString: ݱ
Netscape*Composition*menuBar*findInObject.labelString: ã...
Netscape*Composition*menuBar*saveAs.labelString: ...
Netscape*Composition*menuBar*toggleNavigationToolbar.labelString: ޽ 
Netscape*Composition*menuBar*viewAddresses.labelString: ּ
Netscape*Composition*menuBar*viewAttachments.labelString: ÷
Netscape*Composition*menuBar*viewMessageBodyOnly.labelString: ޽ 
Netscape*Composition*menuBar*viewOptions.labelString: ɼ
Netscape*Composition*menuBar*wrapLongLines.labelString:     ڵ ٹٲ
Netscape*Composition*save.documentationString:   
Netscape*Composition*saveAs.documentationString:   纻 
Netscape*Composition*spellCheck.documentationString: \
  ˻
Netscape*Composition*subjectFormW.toolBox*Tab0.documentationString:  
Netscape*Composition*subjectFormW.toolBox*Tab0.tipString:  
Netscape*Composition*toggleAddressArea.documentationString: \
ּ  ֱ/߱
Netscape*Composition*toggleAddressArea.labelString: ּ 
Netscape*Composition*toggleAddressArea.tipString: ּ 
Netscape*Composition*toggleNavigationToolbar.documentationString: \
޽  ֱ/߱
Netscape*Composition*toggleNavigationToolbar.labelString: ޽ 
Netscape*Composition*toolBar*save*saveAs.labelString: ...
Netscape*Composition*toolBar*save*saveDraft.documentationString:  ޽ ʾ ϱ
Netscape*Composition*toolBar*save*saveDraft.labelString: ʾ
Netscape*Composition*toolBar*save*saveTemplate.documentationString: ޽ ø   , ߿ ٽ .
Netscape*Composition*toolBar*save*saveTemplate.labelString: ø
Netscape*Composition*toolBox*Tab0.documentationString: ޽ 
Netscape*Composition*toolBox*Tab0.tipString: ޽ 
Netscape*Composition*toolBox*Tab1.documentationString: ּ 
Netscape*Composition*toolBox*Tab1.tipString: ּ 
Netscape*Composition*viewAddresses.documentationString: \
 ּ 
Netscape*Composition*viewMessageBodyOnly.documentationString: \
ּҴ ä ޽  
Netscape*Composition*viewOptions.documentationString: ޽ ɼ 
Netscape*Composition*wrapLongLines.documentationString: \
޽     ڵ ٹٲ
Netscape*Composition.iconName: ۼ
Netscape*Composition.title: ۼ
Netscape*Download*downloadFileLabel.labelString:  :
Netscape*Download*downloadURLLabel.labelString: ġ:
Netscape*Download*stopLoading.labelString: 
Netscape*Download.iconName: ġ  
Netscape*Download.title: ġ  
Netscape*Editor*menuBar*showToolbar.labelString: /  ֱ
Netscape*Editor*menuBar*source.labelString:  ҽ 
Netscape*Editor*openPage.tipString: 
Netscape*Editor*toggleNavigationToolbar.documentationString: \
  ֱ/߱
Netscape*Editor*toggleNavigationToolbar.labelString:  
Netscape*Editor*toolBox*Tab0.documentationString:  
Netscape*Editor*toolBox*Tab0.tipString:  
Netscape*Editor*toolBox*Tab1.documentationString:  
Netscape*Editor*toolBox*Tab1.tipString:  
Netscape*Editor.iconName: 
Netscape*Editor.title: 
Netscape*I18nColon.labelString: 
Netscape*I18nFirst.labelString: 
Netscape*I18nRest.labelString: 
Netscape*Ldap*A_the1.labelString: 
Netscape*Ldap*A_the2.labelString: 
Netscape*Ldap*CloseBtn.labelString: ݱ
Netscape*Ldap*MiscBtn.labelString: 
Netscape*Ldap*NewBtn.labelString: 
Netscape*Ldap*SearchBtn.labelString: ˻
Netscape*Ldap*itemsLabelTitle.labelString: ˻ ü :
Netscape*Ldap*labelValueField.labelString: //
Netscape*Ldap*ldapSearchFolderLabel.labelString: ˻ 
Netscape*Ldap*toAddrBook.labelString: ּҷ ߰
Netscape*Ldap*toCompose.labelString: ޽ ۼ
Netscape*Ldap.iconName: 丮 ˻
Netscape*Ldap.title: 丮 ׸ ˻
Netscape*MNSearch*CloseBtn.labelString: ݱ
Netscape*MNSearch*HelpBtn.labelString: 
Netscape*MNSearch*MiscBtn.labelString: ɼ...
Netscape*MNSearch*NewBtn.labelString: 
Netscape*MNSearch*SaveAsBtn.labelString: ٸ ̸ ...
Netscape*MNSearch*SaveAsDialogInfo.labelString: ˻ Ӱ谪 ϸ  Ӱ谪 ٰ   ׷\n˴ϴ.   ׷ ޽ â\n Ʈ   ֽϴ.
Netscape*MNSearch*SaveAsDialogTextLabel.labelString:  ׷ ̸:
Netscape*MNSearch*SearchBtn.labelString: ˻
Netscape*MNSearch*deleteMsg.labelString: ޽ 
Netscape*MNSearch*fileMsg.labelString: :
Netscape*MNSearch*goToMessageFolder.labelString: ޽  
Netscape*MNSearch*itemsLabelTitle.labelString: ˻ ü ׸:
Netscape*MNSearch*labelValueField.labelString: //
Netscape*MNSearch*lessBtn.labelString:  
Netscape*MNSearch*moreBtn.labelString:  ߰
Netscape*MNSearch*searchFolderLabel.labelString: ˻ :
Netscape*MNSearch.iconName: ޽ ã
Netscape*MNSearch.title: ޽ ã
Netscape*Mail*popup.title.labelString: 
Netscape*MailFolder*menuBar*openSelected.documentationString: \
  Ǵ ׷ 
Netscape*MailFolder*menuBar*openSelected.labelString: 
Netscape*MailFolder*menuBar*toggleNavigationToolbar.documentationString: ˻  ֱ/߱
Netscape*MailFolder*menuBar*toggleNavigationToolbar.labelString: ˻ 
Netscape*MailFolder*search.documentationString:    ׷ ޽ ˻
Netscape*MailFolder*toggleNavigationToolbar.documentationString: \
˻  ֱ/߱
Netscape*MailFolder*toolBox*Tab0.documentationString: ˻ 
Netscape*MailFolder*toolBox*Tab0.tipString: ˻ 
Netscape*MailFolder*toolBox*Tab1.documentationString: ġ 
Netscape*MailFolder*toolBox*Tab1.tipString: ġ 
Netscape*MailFolder.iconName: ޽ 
Netscape*MailFolder.title: ޽ 
Netscape*MailFolderProps*location_label.labelString: ġ:
Netscape*MailFolderProps*name_label.labelString: ̸:
Netscape*MailFolderProps*sharePrivilegesLabel.labelString:   \
ٸ  Ʈũ ڵ Բ ϰ\n\
  ǥ  մϴ
Netscape*MailFolderProps*space_label.labelString:  ü :
Netscape*MailFolderProps*total_label.labelString: ü ޽:
Netscape*MailFolderProps*unread_label.labelString:  ޽:
Netscape*MailFolderProps*wasted_label.labelString:  :
Netscape*MailMsg*back.documentationString: ڷ
Netscape*MailMsg*forward.documentationString: 
Netscape*MailMsg*menuBar*findInObject.labelString: ã...
Netscape*MailMsg*mommy.tipString:  
Netscape*MailMsg*print.tipString:  μ
Netscape*MailMsg*search.documentationString:    ׷ ޽ ˻
Netscape*MailMsg*toolBox*Tab0.documentationString: ˻ 
Netscape*MailMsg*toolBox*Tab0.tipString: ˻ 
Netscape*MailMsg*toolBox*Tab1.documentationString: ġ 
Netscape*MailMsg*toolBox*Tab1.tipString: ġ 
Netscape*MailMsg.iconName: ޽
Netscape*MailServerInfo*form1*CheckMail.labelString: \
  ð: 
Netscape*MailServerInfo*form1*MinuteLabel.labelString: \
  Ȯ
Netscape*MailServerInfo*form1*RememberPass.labelString: \
йȣ ϱ
Netscape*MailServerInfo*form1*ServerName.labelString: \
 ̸:
Netscape*MailServerInfo*form1*ServerType.labelString: \
 Ÿ:
Netscape*MailServerInfo*form1*ServerUser.labelString: \
 ̸:
Netscape*MailServerInfo*form1*downloadToggle.labelString: \
  ޽ ڵ ޱ
Netscape*MailServerInfo*form1*imapOption.labelString: IMAP
Netscape*MailServerInfo*form1*movemailOption.labelString: MoveMail
Netscape*MailServerInfo*form1*popOption.labelString: POP
Netscape*MailServerInfo*form3*AllowServer.labelString: \
Allow server to override these namespaces
Netscape*MailServerInfo*form3*OtherUsers.labelString: \
Other Users
Netscape*MailServerInfo*form3*PathPrefsLabel.labelString: \
These preferences specify the different namespaces on your\n\
IMAP server.
Netscape*MailServerInfo*form3*PersonalDir.labelString: \
Personal Namespace
Netscape*MailServerInfo*form3*PublicDir.labelString: \
Public (shared)
Netscape*MailServerInfo*form3*imapDirLabel.labelString: \
IMAP server directory:
Netscape*MailServerInfo*form3*subfolderMessageToggle.labelString: \
Server supports folders that contain subfolders and messages.
Netscape*MailServerInfo*form3*useSubscriptions.labelString: \
Show only subscribed folders.
Netscape*MailServerInfo*form4*LeaveMessages.labelString: \
 ޽ ܵLeave messages on server
Netscape*MailServerInfo*form4*deleteOnPopServer.labelString: \
ÿ ޽  ,  .
Netscape*MailServerInfo*form5*appChoose.labelString: Choose..
Netscape*MailServerInfo*form5*builtinToggle.labelString: Use built-in movemail
Netscape*MailServerInfo*form5*externalToggle.labelString: Use an external application:
Netscape*MailServerInfo.title:   
Netscape*MailThread*back.documentationString: ڷ
Netscape*MailThread*forward.documentationString: 
Netscape*MailThread*menuBar*composeMessage.labelString:  ޽
Netscape*MailThread*menuBar*findInObject.labelString: ã...
Netscape*MailThread*menuBar*saveMessageAs.labelString: 
Netscape*MailThread*menuBar*toggleNavigationToolbar.documentationString: ˻  ֱ/߱
Netscape*MailThread*menuBar*toggleNavigationToolbar.labelString: ˻ 
Netscape*MailThread*mommy.tipString: ޽ 
Netscape*MailThread*print.tipString:  μ
Netscape*MailThread*search.documentationString:    ׷ ޽ ˻
Netscape*MailThread*selectAll.labelString: ü ޽
Netscape*MailThread*selectAllCmdString: ü ޽
Netscape*MailThread*selectAllInFrameCmdString: ü ޽
Netscape*MailThread*toolBox*Tab0.documentationString: ˻ 
Netscape*MailThread*toolBox*Tab0.tipString: ˻ 
Netscape*MailThread*toolBox*Tab1.documentationString: ġ 
Netscape*MailThread*toolBox*Tab1.tipString: ġ 
Netscape*MailThread.iconName:   
Netscape*MailThread.title: ݽ   
Netscape*MessageActionOption.labelString: :
Netscape*Navigator*menuBar*search.labelString: ͳ ˻
Netscape*Navigator*search.documentationString: \
ͳ  ˻
Netscape*Navigator*toolBox*Tab0.documentationString: ˻ 
Netscape*Navigator*toolBox*Tab0.tipString: ˻ 
Netscape*Navigator*toolBox*Tab1.documentationString: ġ 
Netscape*Navigator*toolBox*Tab1.tipString: ġ 
Netscape*Navigator*toolBox*Tab2.documentationString:  
Netscape*Navigator*toolBox*Tab2.tipString:  
Netscape*Navigator.title: ݽ 
Netscape*News*openNewsHost*hostLabel.labelString: :
Netscape*News*openNewsHost*portLabel.labelString: Ʈ:
Netscape*News*openNewsHost*secure.labelString: 
Netscape*News*openNewsHost*selectionLabelString: \
				 ϴ  ׷  ̸ Ʈȣ:
Netscape*News*openNewsHost.title:  ׷  
Netscape*News*popup.title.labelString:  ׷
Netscape*NewsServerInfo*passwordToggle.labelString: \
׻  ̸ йȣ 
Netscape*NewsServerInfo*portLabel.labelString: Ʈ:
Netscape*NewsServerInfo*serverLabel.labelString: :
Netscape*NewsServerInfo*sslToggle.labelString: \
   (SSL)
Netscape*NewsServerProps*anonymous_toggle.labelString: \
ʿ   ̸ йȣ\n\
Ȯ
Netscape*NewsServerProps*desc_label.labelString: :
Netscape*NewsServerProps*html_toggle.labelString: HTML ޽ ޱ
Netscape*NewsServerProps*name_label.labelString: ̸:
Netscape*NewsServerProps*port_label.labelString: Ʈ ȣ:
Netscape*NewsServerProps*prompt_toggle.labelString: ׻  ̸ йȣ Ȯ
Netscape*NewsServerProps*security_label.labelString: :
Netscape*NewsgroupProps*html_toggle.labelString: HTML ޽ ޱ
Netscape*NewsgroupProps*location_label.labelString: ġ:
Netscape*NewsgroupProps*name_label.labelString: ̸:
Netscape*NewsgroupProps*space_label.labelString: ü  :
Netscape*NewsgroupProps*total_label.labelString: ü ޽:
Netscape*NewsgroupProps*unread_label.labelString:  ޽:
Netscape*OK.labelString: Ȯ
Netscape*PriorityOption.labelString: 켱:
Netscape*Properties*showSecurBtn.labelString:   ֱ
Netscape*SubUpgradeDialog*customToggle.labelString: \
Let me choose now which folders are subscribed to
Netscape*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.)
Netscape*TextEncodingOption.labelString: ޽ ؽƮ MIME ȣȯ ڵ  8Ʈ 
Netscape*Win1250EncCmdString: ߾  (Windows-1250)
Netscape*Win1251EncCmdString: Ű (Windows-1251)
Netscape*Win1253EncCmdString: ׸ (Windows-1253)
Netscape*abByCompany.documentationString: \
ȸ  
Netscape*abByEmailAddress.documentationString: \
ڿ ּ  
Netscape*abByLocality.documentationString: \
  
Netscape*abByName.documentationString: \
̸  
Netscape*abByNickName.documentationString: \
  
Netscape*abByType.documentationString: \
  
Netscape*abCall.documentationString: \
ݽ ۷ ȭɱ
Netscape*abCall.tipString: ݽ ۷ 
Netscape*abDelete.documentationString:   ī 
Netscape*abDelete.tipString:  ī 
Netscape*abEditEntry.documentationString: \
ּҷ ī   Ӽ 
Netscape*abEditEntry.tipString:  ī 
Netscape*abNewLDAPDirectory.documentationString: \
 丮  ۼ
Netscape*abNewLDAPDirectory.labelString:  丮 ۼ...
Netscape*abNewList.documentationString: \
 ּҷ Ʈ ۼ
Netscape*abNewList.labelString:  Ʈ ۼ...
Netscape*abNewList.tipString:  Ʈ ۼ
Netscape*abNewPAB.documentationString: \
 ּҷ ۼ
Netscape*abNewPAB.labelString:  ּҷ ۼ...
Netscape*abVCard.documentationString: ּҷ ī ۼ  
Netscape*about.documentationString: \
ǰ ,  ȣ, ׸ ۱ ݴϴ.
Netscape*aboutSecurity.documentationString: \
ͳ    
Netscape*aboutplugins.documentationString: \
÷ 
Netscape*above.labelString: ̺ 
Netscape*addAllToAddressBook.documentationString: \
޽   ּҸ ּҷϿ ߰
Netscape*addAllToAddressBook.labelString: 
Netscape*addBookmark.documentationString: \
  å Ͽ ߰
Netscape*addBookmark.labelString: å ߰
Netscape*addNewsgroup.documentationString:  ׷ ...
Netscape*addNewsgroup.labelString:  ׷ ...
Netscape*addNewsgroup.tipString:  ׷ ߰
Netscape*addSenderToAddressBook.documentationString: \
޽ ߽ ּҷϿ ߰
Netscape*addSenderToAddressBook.labelString: ߽
Netscape*addToAddressBook.documentationString: \
 ּҷ ī ׸ ۼ
Netscape*addToAddressBook.labelString:  ī ۼ...
Netscape*addToAddressBook.tipString:  ī ۼ
Netscape*additional*blockQuote.labelString: 鿩 
Netscape*additional*default.labelString: ⺻ 
Netscape*additional*list.labelString: Ʈ
Netscape*additionalLabel.labelString: Ÿ ߰:
Netscape*address.labelString: ּ
Netscape*addressBook.documentationString:  ޽ ּҷ ī ÷
Netscape*addressBook.tipString: 
Netscape*addressFolderBaseWidget*addressBook.labelString: ּҷ
Netscape*addresseePicker.documentationString:  ּ ϱ
Netscape*addresseePicker.tipString: ޽ ּ ϱ
Netscape*advanced.tabLabelString: 
Netscape*advancedSearch*searchLocalToggle.labelString: ÿ ִ ޽
Netscape*advancedSearch*searchServerToggle.labelString:   ִ ޽
Netscape*advancedSearch*subfolderToggle.labelString:   ˻
Netscape*advancedSearch*whenOnlineSearch.labelString: ¶ ϶,  ޽ ˻:
Netscape*alignCenter.documentationString:  
Netscape*alignCenter.tipString:  
Netscape*alignLeft.documentationString:  
Netscape*alignLeft.tipString:  
Netscape*alignRight.documentationString:  
Netscape*alignRight.tipString:  
Netscape*alignTitle.labelString: 
Netscape*alignmentInfoLabel.labelString: \
ٹٲ  ؽƮ ,  â  ʽÿ.
Netscape*alignmentTitle.labelString: ̹  ؽƮ   ٹٲ
Netscape*alternativeImageLabel.labelString: ̹:
Netscape*alternativeImageTitle.labelString: ü ǥ ( ):
Netscape*alternativeTextLabel.labelString: ؽƮ:
Netscape*appearance*active.labelString: Ȱ ũ ؽƮ...
Netscape*appearance*background.labelString: ...
Netscape*appearance*backgroundInfo.labelString:  ̹   .
Netscape*appearance*browser.labelString: \
 ⺻   
Netscape*appearance*custom.labelString:    
Netscape*appearance*followed.labelString: 湮 ũ ؽƮ...
Netscape*appearance*link.labelString: ũ ؽƮ...
Netscape*appearance*normal.labelString: Ϲ ؽƮ...
Netscape*appearance*preview*activeLabelString: Ȱ() ũ
Netscape*appearance*preview*followedLabelString: 湮 ũ
Netscape*appearance*preview*linkLabelString: ũ ؽƮ
Netscape*appearance*preview*normalLabelString: Ϲ ؽƮ
Netscape*appearance*preview.active.labelString: Ȱ() ũ
Netscape*appearance*preview.followed.labelString: 湮 ũ
Netscape*appearance*preview.link.labelString: ũ ؽƮ
Netscape*appearance*preview.normal.labelString: Ϲ ؽƮ
Netscape*appearanceProperties.tabLabelString:   
Netscape*attach.documentationString:  ޽ ,  Ǵ ּҷ ī ÷
Netscape*attach.tipString: ÷ 
Netscape*attachAddressBookCard.documentationString: \
 ޽ ڽ ּҷ ī带 ÷մϴ.
Netscape*attachAddressBookCard.labelString:  ּҷ ī
Netscape*attachAddressBookCard.tipString:  ּҷ ī
Netscape*attachFile.documentationString: \
 ޽  ÷մϴ.
Netscape*attachFile.labelString: ...
Netscape*attachFile.tipString: 
Netscape*attachForm*attachAddressBookCard.labelString:  ּҷ ī
Netscape*attachForm*attachFile.labelString: ...
Netscape*attachForm*attachWebPage.labelString:  ...
Netscape*attachForm*deleteAttachment.labelString: ÷ 
Netscape*attachForm*fileBrowser.OkLabelString: 
Netscape*attachForm*fileBrowser_popup.title: ÷ ϸ ԷϽʽÿ.
Netscape*attachForm.documentationString: \
 ޽ ÷ϱ ؼ  ̰  ʽÿ.
Netscape*attachForm.tipString: ÷ϱ    ʽÿ.
Netscape*attachWebPage.documentationString: \
 ޽   ÷մϴ.
Netscape*attachWebPage.labelString:  ...
Netscape*attachWebPage.tipString:  
Netscape*attachmentProps*descLabel.labelString: :
Netscape*attachmentProps*encLabel.labelString: ڵ:
Netscape*attachmentProps*nameLabel.labelString: ̸:
Netscape*attachmentProps*typeLabel.labelString: :
Netscape*attachmentProps.dialogTitle: ÷
Netscape*attachmentProps.okLabelString: Ȯ
Netscape*attributesTitle.labelString: Ӽ
Netscape*authorLabel.labelString: :
Netscape*authorTitle.labelString: 
Netscape*autoComplOffCmdString:  ּ
Netscape*autoComplOnCmdString:   ּ
Netscape*autoSaveNew.title:   ڵ 
Netscape*automatic.labelString: ڵ
Netscape*autosaveEnable.labelString:  ڵ  
Netscape*autosaveTitle.labelString: ڵ 
Netscape*back.documentationString: 湮 Ͽ   ư
Netscape*back.labelString: ڷ
Netscape*back.tipString:   ãư
Netscape*backgroundAttributes.chooseImage.labelString: ãƺ...
Netscape*backgroundAttributes.useColor.labelString:  :
Netscape*backgroundAttributes.useImage.labelString: ̹ :
Netscape*backgroundImageTitle.labelString:  ̹
Netscape*backgroundTitle.labelString: ̺ 
Netscape*bccBtn.documentationString:  ׸  ޽ ۼ  
Netscape*below.labelString: ̺ Ʒ
Netscape*biffButton.documentationString:  â , ο  üũմϴ.
Netscape*biffButton.tipString:  üũ
Netscape*binaryDocumentMessage: \
   Դϴ; ҽ   ϴ.
Netscape*bmPreferences_popup*addbm_default.labelString: ֻ  ߰
Netscape*bmPreferences_popup*addbm_option.labelString: \
 å ߰
Netscape*bmPreferences_popup*bmmenu_default.labelString: ֻ  
Netscape*bmPreferences_popup*bmmenu_option.labelString: \
å ޴ ִ  
Netscape*bmPreferences_popup*frame1label.labelString: å ߰
Netscape*bmPreferences_popup*frame2label.labelString: å ޴
Netscape*bmPreferences_popup.title: å
Netscape*bold.tipString: 
Netscape*bookmarkConflictMessage: \
å   ʾҽϴ.\ndisk version  ٽ ?
Netscape*bookmarkLink.documentationString: ũ å Ͽ ߰
Netscape*bookmarkMoreButton.labelString: ...
Netscape*bookmarkProperties.documentationString: \
 å Ӽ 
Netscape*bookmarkProperties.labelString: å Ӽ
Netscape*bookmarkProps*addedonLabel.labelString: ߰ ¥:
Netscape*bookmarkProps*aliasButton.labelString: 纻 
Netscape*bookmarkProps*descriptionLabel.labelString: :
Netscape*bookmarkProps*lastvisitedLabel.labelString:  湮 ¥:
Netscape*bookmarkProps*locationLabel.labelString: ġ:
Netscape*bookmarkProps*nameLabel.labelString: ̸:
Netscape*bookmarkProps_popup*title: å Ӽ
Netscape*bookmarkQuickfile*addBookmark.labelString: å ߰
Netscape*bookmarkQuickfile*fileBookmarksSubmenu.labelString: å ̵
Netscape*bookmarkQuickfile*openBookmarks.labelString: å ...
Netscape*bookmarkQuickfile.documentationString: å 
Netscape*bookmarkQuickfile.labelString: å
Netscape*bookmarkQuickfile.tipString: å 
Netscape*bookmarks*addToToolbar.documentationString: \
 åǸ   ߰
Netscape*bookmarks*createShortcut.documentationString: \
 åǿ  ٷΰ() 
Netscape*bookmarks*findInObject.documentationString: \
 Ͽ å ã
Netscape*bookmarks*import.documentationString: \
åǿ  
Netscape*bookmarks*menuBar*addToToolbar.labelString:  åǸ  ߰
Netscape*bookmarks*menuBar*createShortcut.labelString: ٷΰ 
Netscape*bookmarks*menuBar*findInObject.labelString: åǿ ã...
Netscape*bookmarks*menuBar*import.labelString: ҷ...
Netscape*bookmarks*menuBar*openBookmarkFile.labelString: å  ...
Netscape*bookmarks*menuBar*openSelected.labelString: åǷ ãư
Netscape*bookmarks*newFolder.documentationString: \
 å  
Netscape*bookmarks*newSeparator.documentationString: \
 
Netscape*bookmarks*openBookmarkFile.documentationString: \
â å  
Netscape*bookmarks*openSelected.documentationString: \
  ׸ ãư
Netscape*bookmarks*popup*newFolder.labelString:   ۼ...
Netscape*bookmarks*popup.title.labelString: å
Netscape*bookmarks.iconName: å
Netscape*bookmarks.title: å
Netscape*bookmarksChangedMessage: å  Ǿϴ. ?
Netscape*bookmarksNoFormsMessage: \
å Ͽ     ߰  ϴ.
Netscape*bookmarksWhatsChanged*Apply.labelString: 
Netscape*bookmarksWhatsChanged*ApplyLabelString: 
Netscape*bookmarksWhatsChanged*button_0.labelString:  å
Netscape*bookmarksWhatsChanged*button_1.labelString:  å
Netscape*bookmarksWhatsChanged*title.labelString:  å
Netscape*bookmarksWhatsNew.documentationString: \
 湮     ã
Netscape*borderLineWidth.labelString: ׵θ ʺ
Netscape*borderLineWidthLabel.labelString: ׵θ ʺ
Netscape*borderLineWidthUnits.labelString: ȼ
Netscape*browse.labelString: ̹ ...
Netscape*browseFile.labelString: ãƺ...
Netscape*browseImageFile.labelString: ãƺ...
Netscape*browseLabel.labelString:  (HTTP):
Netscape*browseLink.documentationString: ũ 
Netscape*browsePage.documentationString: \
 ϴ    ̸
Netscape*browsePage.tipString:  ̸
Netscape*cacheNotDirMessage: \
: ũ ĳ     丮\n\
 ʰų 丮 ƴմϴ:\n\
 \n\
            %s\n\
 \n\
`|ȯ漳...' ޴ ȭ `/ĳ' κп\n\
ο ũ ĳ 丮 Ͻʽÿ.\n
Netscape*cacheSuffixMessage: \
 \n\
 ڸ ϳ ũ ĳ 丮 ־ մϴ. \n\
`/tmp'  ĳ 丮 ϴ°  ʽϴ.\n\
 \n\
ũ ĳ ִ ũ  %d ųιƮԴϴ.\n\
`|ȯ漳...' ޴ ȭ `/ĳ' κп\n\
ĳ ũ⸦   ֽϴ.\n\
 \n\
ũ ĳ ó  ʰ Ѵٸ ũ ĳ ũ㸦\n\
0 Ͻʽÿ. ̷ ϸ  ޸ ĳ ũ\n\
  ޸   ĳõǰ, ũ 󿡴\n\
̻ ĳõ ʽϴ. ̰ ĳð ݽ ǿ\n\
 ̻ ӵ ʴ´ٴ° ǹմϴ.
Netscape*cancel.cancelLabelString: 
Netscape*cancel.closeLabelString: ݱ
Netscape*cancel.labelString: 
Netscape*captionToggle.labelString:  
Netscape*ccBtn.documentationString:  ׸  ޽ ۼ  ()
Netscape*cell.tabLabelString: 
Netscape*cellColorToggle.labelString:  
Netscape*cellColumnsLabel.labelString: 
Netscape*cellColumnsUnits.labelString: 
Netscape*cellHeightToggle.labelString:  ּ 
Netscape*cellPaddingLabel.labelString:   
Netscape*cellPaddingUnits.labelString: ȼ
Netscape*cellRowsLabel.labelString:  Ȯ
Netscape*cellSpacingLabel.labelString:   
Netscape*cellSpacingUnits.labelString: ȼ
Netscape*cellWidthToggle.labelString:  ʺ
Netscape*center.labelString: 
Netscape*changeDocumentEncoding.documentationString:  ڵ  
Netscape*charProperties.blink.labelString: 
Netscape*charProperties.bold.labelString: 
Netscape*charProperties.clientJavaScript.labelString: ڹ ũƮ (Ŭ̾Ʈ)
Netscape*charProperties.defaultColor.labelString: ⺻ 
Netscape*charProperties.fixed.labelString: ܾ߸ 
Netscape*charProperties.italic.labelString: Ӳ
Netscape*charProperties.labelString: 
Netscape*charProperties.serverJavaScript.labelString: ڹ ũƮ ()
Netscape*charProperties.strikethrough.labelString: Ҽ
Netscape*charProperties.subscript.labelString: Ʒ÷
Netscape*charProperties.superscript.labelString: ÷
Netscape*charProperties.textColor.labelString:  ...
Netscape*charProperties.underline.labelString: 
Netscape*charSizeGrow.documentationString: ۲ ũ 1  ŭ 
Netscape*charSizeGrow.tipString: ۲ ũ 
Netscape*charSizeShrink.documentationString: ۲ ũ 1  ŭ 
Netscape*charSizeShrink.tipString: ۲ ũ 
Netscape*characterProperties.tabLabelString: 
Netscape*choose.labelString:  ...
Netscape*chooseColor.labelString:  ...
Netscape*chooseFile.labelString: ãƺ...
Netscape*citationQuery*Apply.labelString: \nο
Netscape*citationQuery*ApplyLabelString: \nο
Netscape*citationQuery*Cancel.labelString: 
Netscape*citationQuery*CancelLabelString: 
Netscape*citationQuery*OK.labelString: \nؽƮ ÷
Netscape*citationQuery*OkLabelString: \nؽƮ ÷
Netscape*citationQuery.selectionLabelString: \n\
÷ϴ ſ  ü οϿϴ.\n\
\n\
̷   ÷ 쿡 ÷ε ޽\n\
  ùκп `>'  ʽϴ.  \n\
       ֽϴ.\n\
\n\
\n\
  ÷ημ ڽϱ?\n\

Netscape*citationQuery_popup.title: ο Ÿ
Netscape*citing_popup*messageString: \nο ...\n
Netscape*citing_popup.title: ο 
Netscape*classificationLabel.labelString: з:
Netscape*cleanUpDisk.documentationString:   ޽ 
Netscape*cleanUpDisk.labelString: ũ û
Netscape*cleanUpDisk.tipString:   ޽ 
Netscape*clear.documentationString:   
Netscape*clear.labelString: 
Netscape*clearAll.labelString:   
Netscape*clearAllStyles.documentationString:   Ÿϰ ũ 
Netscape*clearAllStyles.tipString:  Ÿ  <Alt+K>
Netscape*clearAllText.documentationString: ü  
Netscape*clearDiskCacheMessage: \
  ũ  ִ  ϵ ˴ϴ.\nұ?
Netscape*clearMemCacheMessage: \
  ޸ ĳÿ ִ  ϵ ˴ϴ.\nұ?
Netscape*clearStyles.labelString: Ÿ  
Netscape*clickToSaveCancelledMessage: ҵ ޽ Ϸ ũ ŬϽʽÿ.
Netscape*clickToSaveMessage: ޽ Ϸ ũ ŬϽʽÿ.
Netscape*close.documentationString:  â ݱ
Netscape*colorDialog_popup.title: 
Netscape*colorLabel.labelString:  :
Netscape*colorPicker*defaultColor.labelString: ⺻ 
Netscape*colorPicker*newSample.labelString: 
Netscape*colorPicker*oldSample.labelString: 
Netscape*colorPicker*otherColor.labelString: ٸ ...
Netscape*colorPicker*rgb*unitsMenu.decimal.labelString: 10 
Netscape*colorPicker*rgb*unitsMenu.hex.labelString: 16 
Netscape*colorPicker*rgb*unitsMenu.percent.labelString:  
Netscape*colorPicker*rgb.tabLabelString: RGB 
Netscape*colorPicker*swatches.tabLabelString: ߺ
Netscape*colorText.labelString:  ؽƮ   ˴ϴ.
Netscape*colorTitle.labelString: 
Netscape*composeArticle.documentationString: \
 ׷ ޽ ۼ
Netscape*composeMessage.documentationString: \
   ׷ ޽ ۼ
Netscape*composeMessage.labelString: ޽
Netscape*composeMessage.tipString:  ޽
Netscape*confirmSaveFiles*cancel.labelString: 
Netscape*confirmSaveFiles*help.labelString: 
Netscape*confirmSaveFiles*noToAll.labelString:  ƴϿ
Netscape*confirmSaveFiles*yesToAll.labelString:  
Netscape*confirmSaveFiles_popup.title:   Ȯ
Netscape*constrain.labelString: ̹  
Netscape*convertQuestion_popup*Cancel.labelString:    
Netscape*convertQuestion_popup*OK.labelString:    
Netscape*copy.documentationString: \
 κ  Ŭ忡 ֱ
Netscape*copy.labelString: 
Netscape*copy.tipString: 
Netscape*copyImage.labelString: ̹  ġ 
Netscape*copyLink.documentationString: ũ Ŭ 
Netscape*copySubmenu.documentationString: \
 ޽  
Netscape*cp866EncCmdString: Ű (CP-866)
Netscape*createCacheDirErrorMessage: \
:  ĳ 丮   ϴ:\n\
 \n\
            %s: %s.\n\
 \n\
`|ȯ漳...' ޴ ȭ `/ĳ' κп\n\
ο ũ ĳ 丮 Ͻʽÿ.\n
Netscape*createdCacheDirMessage: \
丮 ũ ĳ    Ǿϴ:\n\
 \n\
            %s/\n\
 \n\
`|ȯ漳...' ޴ ȭ `/ĳ' κп\n\
ĳ 丮   ֽϴ.\n
Netscape*createdLabel.labelString: ۼ ¥:
Netscape*cubeTooSmallMessage: \
ݽ ̹ ditherǴ color cube \n\
%d  Ҵ  ֽϴ.  ̹ \n\
̴ϴ.\n\
 \n\
̹  ̱  Ѱ   \n\
ϴ ٸ α׷ ϰ ݽ ٽ\n\
ϸ ˴ϴ.\n\
 \n\
ٸ  ݽ `-install'  ɼǰ\n\
Բ Űʽÿ. ̷ϸ private ÷\n\
  ֽϴ.     ýۿ\n\
ٸ â focus ű  ÷ flashing\n\
߻մϴ.
Netscape*currentDocument.labelString:  
Netscape*custom.labelString:   
Netscape*customSize.labelString: ũ 
Netscape*cut.documentationString: \
 κ ߶ Ŭ忡 ֱ
Netscape*cut.labelString: ߶󳻱
Netscape*cut.tipString: ߶󳻱
Netscape*dashBoard*statusBar.labelString: ݽ
Netscape*decreaseFont.documentationString: \
۲ ũ 
Netscape*default.labelString: ⺻ 
Netscape*delete.documentationString:  ׸ 
Netscape*delete.labelString: 
Netscape*deleteAny.labelString: ޽ 
Netscape*deleteAttachment.documentationString: \
 ÷θ մϴ.
Netscape*deleteAttachment.labelString: ÷ 
Netscape*deleteAttachment.tipString: ÷ 
Netscape*deleteFolder.tipString:   
Netscape*deleteItem.documentationString:  ׸ 
Netscape*deleteItem.labelString: 
Netscape*deleteMessage.tipString:  ޽ 
Netscape*deleteTable.documentationString: \
 Ŀġ ̺ 
Netscape*deleteTable.labelString: ̺
Netscape*deleteTableCell.documentationString: \
̺  
Netscape*deleteTableCell.labelString: 
Netscape*deleteTableColumn.documentationString: \
̺  
Netscape*deleteTableColumn.labelString: 
Netscape*deleteTableMenu.labelString: ̺ 
Netscape*deleteTableRow.documentationString: \
̺  
Netscape*deleteTableRow.labelString: 
Netscape*deliverLater.documentationString: ޽   ̷
Netscape*deliverNow.documentationString: ޽  
Netscape*deliveringMessage_popup*messageString: \n޽  ...\n
Netscape*deliveringMessage_popup.title: ޽  
Netscape*description.labelString:  Ʈ
Netscape*descriptionItem.labelString:  
Netscape*descriptionLabel.labelString: :
Netscape*descriptionText.labelString:  
Netscape*destinations.documentationString:   ãư
Netscape*destinations.tipString:   ãư
Netscape*dialog*Cancel.labelString: 
Netscape*dialog*OK.labelString: Ȯ
Netscape*dialog*clear.labelString: 
Netscape*dialog*passwdLabel.labelString: йȣ:
Netscape*dialog*userLabel.labelString: ڸ:
Netscape*digital.labelString: 1,2,3,4,5..
Netscape*dimensionsTitle.labelString: ũ
Netscape*directory.labelString: 丮 Ʈ
Netscape*displayHTMLDomainsDialog.documentationString: \
HTML ޽   ִ   
Netscape*displayTables.labelString: ̺ ֱ
Netscape*docinfo*noSecurityMessage: \
̹  ݽ   ġ ϴ.
Netscape*docinfo*securityLabel.labelString: \
  ,  ϴ ȣȭ, ׸  Ἲ \n\
 ޴ ͳ      ȣմϴ.\n\
      Ǵ colorbar ִ   \n\
     ֽϴ. (û  Ǿְ; ȸ \n\
Ǿ  ʽϴ) ڼ  Handbook̳ `On Security' \n\
Ͻʽÿ.
Netscape*docinfoLabel.documentationString: \
  ǥñ. 谡    մϴ.
Netscape*docinfoLabel.tipString:   ǥñ
Netscape*docinfo_popup*OK.labelString: Ȯ
Netscape*docinfo_popup*certificateLabel.labelString:  :
Netscape*docinfo_popup*charsetLabel.labelString: ڵ:
Netscape*docinfo_popup*dpyLabel.labelString: ־:
Netscape*docinfo_popup*modifiedLabel.labelString:   ¥:
Netscape*docinfo_popup*securityFrame.label.labelString:  
Netscape*docinfo_popup*sourceLabel.labelString: ҽ:
Netscape*docinfo_popup*titleLabel.labelString: :
Netscape*docinfo_popup*urlLabel.labelString: ġ:
Netscape*docinfo_popup.title:  
Netscape*dockedTaskBar*openAddrBook.labelString: ּҷ
Netscape*dockedTaskBar*openAddrBook.tipString: ּҷ 
Netscape*dockedTaskBar*openEditor.labelString: 
Netscape*dockedTaskBar*openEditor.tipString: HTML  
Netscape*dockedTaskBar*openInboxAndGetNewMessages.labelString: 
Netscape*dockedTaskBar*openInboxAndGetNewMessages.tipString:  â   ޽ 
Netscape*dockedTaskBar*openNewsgroups.labelString:  ׷
Netscape*dockedTaskBar*openNewsgroups.tipString:  ׷  
Netscape*dockedTaskBar*openOrBringUpBrowser.labelString: 
Netscape*dockedTaskBar*openOrBringUpBrowser.tipString:  â 
Netscape*documentColorsTitle.labelString:  
Netscape*documentFonts.charsetlang*gb_2312-80:  ߱
Netscape*documentFonts.charsetlang*iso-8859-1: 
Netscape*documentFonts.charsetlang*iso-8859-2: ߾ 
Netscape*documentFonts.charsetlang*iso-8859-5: Ű
Netscape*documentFonts.charsetlang*iso-8859-7: ׸
Netscape*documentFonts.charsetlang*iso-8859-9: Ű
Netscape*documentFonts.charsetlang*jis_x0201: Ϻ
Netscape*documentFonts.charsetlang*jis_x0208-1983: Ϻ
Netscape*documentFonts.charsetlang*jis_x0212-1990: Ϻ
Netscape*documentFonts.charsetlang*koi8-r: Ű
Netscape*documentFonts.charsetlang*ks_c_5601-1987: ѱ
Netscape*documentFonts.charsetlang*unicode-2-0: ڵ
Netscape*documentFonts.charsetlang*x-cns11643-1:  ߱
Netscape*documentFonts.charsetlang*x-cns11643-1110:  ߱
Netscape*documentFonts.charsetlang*x-cns11643-2:  ߱
Netscape*documentFonts.charsetlang*x-gb2312-11:  ߱
Netscape*documentFonts.charsetlang*x-jisx0208-11: Ϻ
Netscape*documentFonts.charsetlang*x-ksc5601-11: ѱ
Netscape*documentFonts.charsetlang*x-x-big5:  ߱
Netscape*documentPropertiesDialog*appearance*infoLabel.labelString: \
     ˴ϴ.
Netscape*documentPropertiesDialog_popup.title:  Ӽ
Netscape*dontDisplayAgain.labelString:  ޽ ٽ ǥ .
Netscape*doubleCitationQuery*Apply.labelString: \nο
Netscape*doubleCitationQuery*ApplyLabelString: \nο
Netscape*doubleCitationQuery*Cancel.labelString: 
Netscape*doubleCitationQuery*CancelLabelString: 
Netscape*doubleCitationQuery*OK.labelString: \nؽƮ ÷
Netscape*doubleCitationQuery*OkLabelString: \nؽƮ ÷
Netscape*doubleCitationQuery.selectionLabelString: \n\
Ƹ ǵ ʰ   ι ԵǾϴ:\n\
켱 ομ (ǹ:   ùӸ `>' ) ׸\n\
÷ημ (ǹ: ޽ ι° κμ  ؽƮ Ŀ\n\
Ե)\n\
\n\
÷ε  Ǵ ο  ڽϱ?
Netscape*doubleCitationQuery_popup.title: ο Ÿ
Netscape*doubleInclusionMessage: \n\
 ̹ οǾϴ.\n\
 \n\
ٽ οұ?\n
Netscape*drawingArea*moreButton.labelString: ...
Netscape*editAddressBook.tipString: ּҷ
Netscape*editFilterDialog*actionFrameTitle.labelString:  
Netscape*editFilterDialog*criteriaFrameTitle.labelString: 
Netscape*editFilterDialog*editContainer*cancelbtn.labelString: 
Netscape*editFilterDialog*editContainer*commandGrp*fewer.labelString: ǻ
Netscape*editFilterDialog*editContainer*commandGrp*more.labelString: ߰
Netscape*editFilterDialog*editContainer*despLabel.labelString: :
Netscape*editFilterDialog*editContainer*okbtn.labelString: Ȯ
Netscape*editFilterDialog*filterLabel.labelString:  ̸:
Netscape*editFilterDialog*newFolder.labelString:   ۼ...
Netscape*editFilterDialog*scriptcancelbtn.labelString: 
Netscape*editFilterDialog*scripteditbtn.labelString: ũƮ 
Netscape*editFilterDialog*scriptokbtn.labelString: Ȯ
Netscape*editFilterDialog.dialogTitle: 
Netscape*editFrame.documentationString:   
Netscape*editFrameCmdString:  
Netscape*editFrameSet.labelString:   
Netscape*editHdrBtn.labelString: Ӹ ...
Netscape*editHdrDialog*delete.labelString: 
Netscape*editHdrDialog*edit.labelString: 
Netscape*editHdrDialog*editHdrLabel.labelString: ޽ Ӹ Ͽ\n˻̳ ͸  ֽϴ.
Netscape*editHdrDialog*new.labelString:  
Netscape*editHdrDialog.title: Ӹ 
Netscape*editImage.labelString: ̹ 
Netscape*editLink.documentationString: ũ   â 
Netscape*editMailFilterRules.documentationString: \
  
Netscape*editMessage.documentationString:   ޽ 
Netscape*editMessage.labelString: ޽ 
Netscape*editPage.documentationString:   Ǵ   
Netscape*editPage.labelString:  
Netscape*editPageCmdString:  
Netscape*editPageSource.documentationString: \
ܺ α׷  
Netscape*editPreferences.documentationString: \
ȯ漳
Netscape*editorAppearance*appearance*infoLabel.labelString: \
     ƴ,   ˴ϴ.
Netscape*editorBrowse.tipString:  ̸
Netscape*editorGoodiesMenu.documentationString: ü 
Netscape*editorGoodiesMenu.tipString: ü 
Netscape*editorNewBlank.tipString:  
Netscape*editorOpenFile.tipString: 
Netscape*editorPreferencesDialog_popup.title:  ȯ 
Netscape*encodingSubmenu.documentationString: \
   ڵ ٲٱ
Netscape*enteringSecureDialog*toggle.labelString:    ǥ
Netscape*enteringSecureDialog.selectionLabelString: \
  û߽ϴ.  ִ \n\
   ̹ø  ȣȭ˴ϴ.\n\
ȿ   ڼ  Ѵٸ `' ޴\n\
` ' κ Ͻʽÿ.
Netscape*enteringSecureDialog_popup.title:  
Netscape*equalColumnWidth.labelString:  ʺ Ȱ
Netscape*error_popup.title: 
Netscape*exit.documentationString:  â ݰ Ŀ´ 
Netscape*expireNowMessage: \
 ũ 湮  ũ ǥõ˴ϴ.\nұ?
Netscape*externalTitle.labelString: ܺ 
Netscape*feedback.documentationString: \
ݽ  ǵ
Netscape*fileBookmarksSubmenu.documentationString: \
å  ִ   ̵
Netscape*fileBrowser*ApplyLabelString: 
Netscape*fileBrowser*CancelLabelString: 
Netscape*fileBrowser*HelpLabelString: 
Netscape*fileBrowser*OkLabelString: 
Netscape*fileBrowser*Selection.labelString: 
Netscape*fileBrowser*dirListLabelString: 丮
Netscape*fileBrowser*encodingFrame*attachAutoDetect.labelString: ڵ ν
Netscape*fileBrowser*encodingFrame*attachBinary.labelString:  
Netscape*fileBrowser*encodingFrame*optionMenu.labelString:  :
Netscape*fileBrowser*fileListLabelString: 
Netscape*fileBrowser*filterLabelString: 
Netscape*fileBrowser_popup.title: 
Netscape*fileSelector*ApplyLabelString: 
Netscape*fileSelector*CancelLabelString: 
Netscape*fileSelector*OkLabelString: 
Netscape*fileSelector*dirListLabelString: 丮
Netscape*fileSelector*fileListLabelString: 
Netscape*fileSelector*filterLabelString: 
Netscape*fileSelector*formatType.labelString:   :
Netscape*fileSelector.Selection.labelString: 
Netscape*fileSubmenu.documentationString: \
 ޽  ̵
Netscape*filterBoxForm.filterInLabel.labelString: , ˻ :
Netscape*filterBoxForm.filterPrompt.labelString: ã ̸ ԷϽʽÿ:
Netscape*filterBoxForm.filterSearchBtn.labelString: ˻
Netscape*filterBoxForm.filterStopBtn.labelString: 
Netscape*filterDialog*form*cancelbtn.labelString: 
Netscape*filterDialog*form*delFilter.labelString: 
Netscape*filterDialog*form*dropdownLabel.labelString: ͸ :
Netscape*filterDialog*form*editFilter.labelString: ...
Netscape*filterDialog*form*frameTitle.labelString: 
Netscape*filterDialog*form*javaScript.labelString: ڹ ũƮ
Netscape*filterDialog*form*logbtn.labelString: ͻ ϱ
Netscape*filterDialog*form*newFilter.labelString:  ...
Netscape*filterDialog*form*okbtn.labelString: Ȯ
Netscape*filterDialog*form*onserver.labelString:  ...
Netscape*filterDialog*form*orderBox*orderLabel.labelString: \n
Netscape*filterDialog*form*outlinerLabel.labelString: \
  Ͱ Ͽ ˴ϴ:
Netscape*filterDialog*form*viewLog.labelString: ͻ Ϻ
Netscape*filterDialog.dialogTitle:  
Netscape*findAgain.documentationString:  ã  ݺ
Netscape*findDialog*Apply.labelString: 
Netscape*findDialog*ApplyLabelString: 
Netscape*findDialog*Cancel.labelString: ݱ
Netscape*findDialog*CancelLabelString: ݱ
Netscape*findDialog*OK.labelString: ã
Netscape*findDialog*OkLabelString: ã
Netscape*findDialog*backwards.labelString: ã  
Netscape*findDialog*caseSensitive.labelString: ҹ 
Netscape*findDialog*descriptionToggle.labelString: 
Netscape*findDialog*findInLabel.labelString: ã ġ:
Netscape*findDialog*findLabel.labelString: ã ڿ:
Netscape*findDialog*helptext.labelString: `ٽ ã' ޴ ϸ, ݺؼ ã  ֽϴ.
Netscape*findDialog*locationToggle.labelString: ġ
Netscape*findDialog*lookinLabel.labelString: :
Netscape*findDialog*msgBody.labelString: ޽ 
Netscape*findDialog*msgHeaders.labelString:   ޽ Ӹ
Netscape*findDialog*nameToggle.labelString: ̸
Netscape*findDialog*nicknameToggle.labelString: 
Netscape*findDialog*wordToggle.labelString: ü ġ
Netscape*findDialog_popup.title: ã
Netscape*findInFrameCmdString: ã...  
Netscape*findInObject.documentationString: \
  ؽƮ ã
Netscape*findInObject.tipString: ã <Alt+F>
Netscape*findInObjectCmdString: ã...  
Netscape*firstFlaggedMessage.documentationString: \
ù°  ǥõ ޽ ̵
Netscape*fixed.tipString: 
Netscape*flagMessage.documentationString:  ޽  ǥϱ
Netscape*floatingTaskBar*openAddrBook.labelString: ּҷ
Netscape*floatingTaskBar*openAddrBook.tipString: ּҷ 
Netscape*floatingTaskBar*openEditor.labelString: 
Netscape*floatingTaskBar*openEditor.tipString: HTML  
Netscape*floatingTaskBar*openInboxAndGetNewMessages.labelString: 
Netscape*floatingTaskBar*openInboxAndGetNewMessages.tipString:  â   ޽ 
Netscape*floatingTaskBar*openNewsgroups.labelString:  ׷
Netscape*floatingTaskBar*openNewsgroups.tipString:  ׷  
Netscape*floatingTaskBar*openOrBringUpBrowser.labelString: 
Netscape*floatingTaskBar*openOrBringUpBrowser.tipString:  â 
Netscape*floatingTaskBarHorizontalCmdString: 
Netscape*floatingTaskBarVerticalCmdString: 
Netscape*folderPrivileges.labelString: 
Netscape*folderPropsCmdString:  Ӽ
Netscape*fontSize.documentationString: ۲ ũ 
Netscape*fontSize.minusOne.labelString: -1
Netscape*fontSize.minusTwo.labelString: -2
Netscape*fontSize.plusFour.labelString: +4
Netscape*fontSize.plusOne.labelString: +1
Netscape*fontSize.plusThree.labelString: +3
Netscape*fontSize.plusTwo.labelString: +2 
Netscape*fontSize.plusZero.labelString: +0
Netscape*fontSize.tipString: ۲ ũ 
Netscape*fontStyleMenu.documentationString: ۲ ٲ
Netscape*formButton.labelString:  
Netscape*formFileBrowseButton.labelString: ãƺ...
Netscape*formResetButton.labelString: 
Netscape*formSubmitButton.labelString: Ȯ
Netscape*formatType*formattedText.labelString:  
Netscape*formatType*html.labelString: HTML 
Netscape*formatType*none.labelString: ÷ 
Netscape*formatType*ps.labelString: ƮũƮ
Netscape*formatType*text.labelString: Ϲ ؽƮ 
Netscape*formatType*tree.labelString: ҽ  ̹
Netscape*formatType*url.labelString: URL
Netscape*formatted.labelString:  
Netscape*forward.documentationString: 湮 Ͽ   ̵
Netscape*forward.labelString: 
Netscape*forward.tipString:   ãư
Netscape*forwardMessage.documentationString: \
 ޽ 
Netscape*forwardMessage.tipString:  ޽ 
Netscape*forwardMessageInLine.documentationString: \
 ޽ ζ 
Netscape*forwardMessageQuoted.documentationString: \
 ޽ ο ؽƮ 
Netscape*gbEUCEncCmdString:  ߱ (GB2312)
Netscape*generalPreferences.tabLabelString: Ϲ
Netscape*generalProperties.tabLabelString: Ϲ
Netscape*getNewMail.tipString: ޽ 
Netscape*getNewMessages.documentationString:    ׷ ޽ 
Netscape*getNewMessages.labelString: ޽ 
Netscape*getNewMessages.tipString: ޽ 
Netscape*greekEncCmdString: ׸ (ISO-8859-7)
Netscape*guide.documentationString: ͳݿ ̷ο Ʈ ãư
Netscape*guide.tipString:    Ʈ
Netscape*headerStyle.labelString: Ӹ Ÿ
Netscape*headingFive.labelString: Ӹ 5
Netscape*headingFour.labelString: Ӹ 4
Netscape*headingOne.labelString: Ӹ 1
Netscape*headingSix.labelString: Ӹ 6
Netscape*headingThree.labelString: Ӹ 3
Netscape*headingTwo.labelString: Ӹ 2
Netscape*heightLabel.labelString: :
Netscape*helperAppDeleteMessage: \
ϵ  Ÿ ϸ,   Ŭؼ\n\
   ϴ.\n\
 Ÿ ϰڽϱ?
Netscape*helperEditor*helperEditApp.labelString: α׷
Netscape*helperEditor*helperEditAppBrowse.labelString: ...
Netscape*helperEditor*helperEditFrameLabel.labelString: α׷
Netscape*helperEditor*helperEditNavigator.labelString: 
Netscape*helperEditor*helperEditPlugin.labelString: ÷
Netscape*helperEditor*helperEditSave.labelString: ũ 
Netscape*helperEditor*helperEditUnknown.labelString:  Ȯ
Netscape*helperEditor*mimeTypesDescriptionLabel.labelString: 
Netscape*helperEditor*mimeTypesLabel.labelString: 
Netscape*helperEditor*mimeTypesSuffixLabel.labelString: Ȯ
Netscape*helperEditor_popup.title:  α׷
Netscape*hintDialog_popup.title: Ʈ
Netscape*history*addToToolbar.documentationString: \
õ    ߰
Netscape*history*menuBar*addToToolbar.labelString:   ߰
Netscape*history*menuBar*openSelected.labelString:  ãư
Netscape*history*menuBar*print.labelString: 湮 μ...
Netscape*history*menuBar*search.labelString: 湮 ˻
Netscape*history*openSelected.documentationString: \
â ũ  Ǵ   
Netscape*history*search.documentationString: \
湮 ׸񿡼 ϳ Ǵ  ̻  ˻
Netscape*history.iconName: 湮 
Netscape*history_popup*Apply.labelString: å 
Netscape*history_popup*ApplyLabelString: å 
Netscape*history_popup*Cancel.labelString: 
Netscape*history_popup*CancelLabelString: 
Netscape*history_popup*OK.labelString: ãư
Netscape*history_popup*OkLabelString: ãư
Netscape*history_popup*listLabelString: 湮 ߴ ...
Netscape*history_popup.title: â 湮 
Netscape*home.documentationString: Ȩ ãư
Netscape*home.tipString: Ȩ ãư
Netscape*horizontalLabel.labelString:  
Netscape*horizontalLineProperties_popup.title: 
Netscape*htmlLabel.labelString: HTML ҽ:
Netscape*htmlPropertiesDialog.Apply.labelString: 
Netscape*htmlPropertiesDialog.ApplyLabelString: 
Netscape*htmlPropertiesDialog_popup.title: HTML ±
Netscape*htmlPropertiesInfo.labelString: \
±׸ ± Ӽ  Ű ԷϽÿ:
Netscape*iconName: ݽ
Netscape*ignoreCategory.documentationString:   ϱ
Netscape*ignoreThread.documentationString:  忡  ǥϱ
Netscape*imageFileTitle.labelString: \
̹ ġ - URL̳ ϸ ԷϽÿ.
Netscape*imageLabel.labelString: ̹:
Netscape*imageLoadMessageDialog_popup.title: ̹ ҷ 
Netscape*imageProperties.tabLabelString: ̹
Netscape*imagePropertiesDialog_popup.title: Ӽ
Netscape*imageSpaceTitle.labelString: ̹ ֺ 
Netscape*imagesInfo.labelString: \
̹ 纻  ġ մϴ.\n\
̹  ǵǸ ũ \n\
Ÿϴ.
Netscape*imagesToggle.labelString:   ̹ ϱ
Netscape*includeAll.labelString:  ִ   
Netscape*includeImages.labelString:   õ 
Netscape*includeLabel.labelString: ٸ  :
Netscape*increaseFont.documentationString: \
۲ ũ 
Netscape*indent.documentationString: \
ܶ 鿩 Ѵܰ  <Alt+=>
Netscape*indent.tipString: 鿩 
Netscape*inetAbout.documentationString: ͳ
Netscape*inetIndex.documentationString: ͳ
Netscape*inetSearch.documentationString: ãƺ
Netscape*inetWhite.documentationString: 
Netscape*infoLabel.labelString: \
 ܾ  ϱ  ޸(,) Ͻʽÿ.
Netscape*insecurePostFromInsecureDocDialog*toggle.labelString:    ǥ
Netscape*insecurePostFromInsecureDocDialog.CancelLabelString: 
Netscape*insecurePostFromInsecureDocDialog.OkLabelString: 
Netscape*insecurePostFromInsecureDocDialog.selectionLabelString: \
ϴ   ,   ٸ \n\
  ֽϴ. йȣ, ſī ȣ  \n\
ϰ   ٸ,   ʴ \n\
  մϴ.
Netscape*insecurePostFromInsecureDocDialog_popup.title:  
Netscape*insecurePostFromSecureDocDialog*toggle.labelString:    ǥ
Netscape*insecurePostFromSecureDocDialog.CancelLabelString: 
Netscape*insecurePostFromSecureDocDialog.OkLabelString: 
Netscape*insecurePostFromSecureDocDialog.selectionLabelString: \
!   ϴ, ϴ \n\
 ,   ٸ    ֽϴ.\n\
йȣ, ſī ȣ   ϰ \n\
 ٸ,   ʴ   \n\
մϴ.
Netscape*insecurePostFromSecureDocDialog_popup.title:  
Netscape*insertBreakBelow.documentationString: \
̹    Ʒ ؽƮ ϵ ٹٲ
Netscape*insertBreakBelowImage.documentationString: \
̹    Ʒ ؽƮ ϵ ٹٲ
Netscape*insertBreakBelowImage.labelString: ̹ Ʒ 
Netscape*insertBulleted.documentationString: \
ȣ (Ҹ) Ʈ ,   
Netscape*insertBulleted.tipString: Ҹ Ʈ
Netscape*insertBulletedList.documentationString: ȣ (Ҹ) Ʈ ,   
Netscape*insertBulletedList.tipString: Ҹ Ʈ
Netscape*insertCell.labelString: 
Netscape*insertColumn.labelString: 
Netscape*insertHorizontalLine.documentationString: \
 Ŀ ġ  
Netscape*insertHorizontalLine.tipString:  
Netscape*insertHtml.documentationString: \
Ŀ ġ  HTML ± 
Netscape*insertHtml.labelString: HTML ±...
Netscape*insertHtmlTag.documentationString: \
Ŀ ġ  HTML ± 
Netscape*insertImage.documentationString:  Ŀ ġ ̹ 
Netscape*insertImage.tipString: ̹ 
Netscape*insertLineBreak.documentationString: \
ο ࿡ ؽƮ ϵ ٹٲ
Netscape*insertLineBreak.labelString: ٹٲ
Netscape*insertLink.documentationString:  Ŀ ġ  ũ  Ȥ  ؽƮ ̹ ũ ۼ
Netscape*insertLink.tipString: ũ 
Netscape*insertNewLineBreak.documentationString: \
ο ࿡ ؽƮ ϵ ٹٲ
Netscape*insertNonBreaking.documentationString: \
 Ŀ ġ   
Netscape*insertNonBreakingSpace.labelString: 
Netscape*insertNumbered.documentationString: \
ȣ ִ Ʈ , , 
Netscape*insertNumbered.tipString: ȣ ִ Ʈ
Netscape*insertNumberedList.documentationString: \
ȣ ִ Ʈ , , 
Netscape*insertNumberedList.tipString: ȣ ִ Ʈ
Netscape*insertRow.labelString: 
Netscape*insertTable.documentationString:  Ŀ ġ ̺ 
Netscape*insertTable.labelString: ̺...
Netscape*insertTable.tipString: ̺ 
Netscape*insertTableCell.documentationString: ̺ ο  
Netscape*insertTableCell.labelString: 
Netscape*insertTableColumn.documentationString: ̺ ο  
Netscape*insertTableColumn.labelString: 
Netscape*insertTableMenu.documentationString: \
 Ŀ ġ ̺ 
Netscape*insertTableMenu.labelString: ̺
Netscape*insertTableRow.documentationString: ̺ ο  
Netscape*insertTableRow.labelString: 
Netscape*insertTarget.documentationString: Ŀ θ ̵ ǥ 
Netscape*insertTarget.tipString: Ŀ θ ̵ ǥ 
Netscape*intl.documentationString: \
 ڿ  ݽ  
Netscape*invalidLangTagFormatDialogTitle: ߸ ± 
Netscape*invalidLangTagFormatMsg: \
/ ±  ߸.\n\n\
: 'Aaaaa/Bbbbb [xx-YY]' where: \n\
 'Aaaa/Bbbb' / ( ,  )\n\
 '[' ']' ȣ (ʼ, ȣ    ȵ) \n\
 'xx'  Ѵ. (ʼ)\n\
 '-YY'  Ѵ. ( )
Netscape*italic.tipString: Ӳ
Netscape*jaAutoEncCmdString: Ϻ (ڵ ν)
Netscape*jaEUCEncCmdString: Ϻ (EUC-JP)
Netscape*jaSJISEncCmdString: Ϻ (Shift_JIS)
Netscape*java*client.labelString: Ŭ̾Ʈ
Netscape*java*server.labelString: 
Netscape*javaConsole.documentationString: ڹ ܼ 
Netscape*javaTitle.labelString: ڹ ũƮ
Netscape*keywordsLabel.labelString: Ű:
Netscape*koi8rEncCmdString: Ű (KOI8-R)
Netscape*krEUCEncCmdString: ѱ (ڵ ν)
Netscape*latin1EncCmdString:  (ISO-8859-1)
Netscape*latin2EncCmdString: ߾  (ISO-8859-2)
Netscape*leaveImage.labelString: ó ġ ̹ α
Netscape*leavingSecureDialog*toggle.labelString:    ǥ
Netscape*leavingSecureDialog.CancelLabelString: 
Netscape*leavingSecureDialog.OkLabelString: 
Netscape*leavingSecureDialog.selectionLabelString: \
   û߽ϴ.  ִ \n\
   ٸ    ֽϴ. ȿ  \n\
ڼ  Ѵٸ `' ޴ ` ' κ\n\
Ͻʽÿ.
Netscape*leavingSecureDialog_popup.title:  
Netscape*left.labelString: 
Netscape*leftRightLabel.labelString: , :
Netscape*liConflict*alwaysToggle.labelString: Apply this decision to remaining items.
Netscape*liConflict*queryLabel.labelString: What would you like to do?
Netscape*licenseDialog*label1.labelString: \n\
ݽ ̼ ֽϴ. ݽ\n\
 Ʒ ִ ̼  Ǹ մϴ.\n
Netscape*licenseDialog*label2.labelString: \n\
̼ Ѵٸ `' , ׷ \n\
` ' ʽÿ.\n
Netscape*licenseDialog.accept.labelString: 
Netscape*licenseDialog.reject.labelString:  
Netscape*licenseDialog_popup.title: ̼
Netscape*linkProperties.tabLabelString: ũ
Netscape*linkSourceLabel.labelString: ũ ؽƮ:
Netscape*linkSourceTitle.labelString: ũ ҽ
Netscape*linkTarget.labelString: \
Ư   named target ũ.( )
Netscape*linkToLabel.labelString:  Ǵ Ϸ ũ:
Netscape*linkToTitle.labelString:  
Netscape*linksAndImagesLabel.labelString: \
Ÿ  :
Netscape*linksAndImagesTip.labelString: \
: Ÿ  Ѵٸ ΰ ɼ  Ͻÿ.
Netscape*linksAndImagesTitle.labelString: ũ  ̹
Netscape*linksInfo.labelString: \
 Բ ۾  ֵ ũ .(ũ  \n\
ũ   ũ ־ )
Netscape*linksToggle.labelString: ũ ϱ
Netscape*listItem.labelString: Ʈ ׸
Netscape*listLabel.labelString: Ÿ:
Netscape*listTitle.labelString: Ʈ
Netscape*localFiles.publishLabel.labelString: :
Netscape*localFilesTitle.labelString:  
Netscape*locationLabel.labelString: ġ:
Netscape*location_popup*cancelLabelString: 
Netscape*location_popup*clear.labelString: 
Netscape*location_popup*label.labelString: ÷ ġ Ͻʽÿ:
Netscape*location_popup*locationLabel.labelString:   (URL):
Netscape*location_popup*okLabelString: Ȯ
Netscape*location_popup.dialogTitle: ÷ ġ Ͻʽÿ.
Netscape*logo.documentationString: ֽȸ ݽ Ŀ´̼ Ȩ
Netscape*logo.tipString: ݽ ãư
Netscape*lowerAlpha.labelString: a,b,c,d,e..
Netscape*lowerRoman.labelString: i,ii,iii,iv,v..
Netscape*mailNew.tipString:  ޽
Netscape*mailNewsColumns.folderlist.Name: ̸
Netscape*mailNewsColumns.folderlist.Total: հ
Netscape*mailNewsColumns.folderlist.Unread: 
Netscape*mailNewsColumns.messagelist.Date: ¥
Netscape*mailNewsColumns.messagelist.Sender: ߽
Netscape*mailNewsColumns.messagelist.Subject: 
Netscape*mailNewsColumns.messagelist.Thread: 
Netscape*mailNewsMoreButton.labelString: ...
Netscape*mailServerPropsCmdString:   Ӽ
Netscape*mailto_field*attachButton.labelString: ÷...
Netscape*mailto_field*attachmentsLabel.labelString: ÷:
Netscape*mailto_field*bccLabel.labelString:  :
Netscape*mailto_field*browseButton.labelString: ...
Netscape*mailto_field*ccLabel.labelString: :
Netscape*mailto_field*fccLabel.labelString:  :
Netscape*mailto_field*followupToLabel.labelString:   ׷:
Netscape*mailto_field*fromLabel.labelString: ߽:
Netscape*mailto_field*newsgroupsLabel.labelString:  ׷:
Netscape*mailto_field*replyToLabel.labelString: :
Netscape*mailto_field*secureToggle.labelString: 
Netscape*mailto_field*toLabel.labelString: :
Netscape*makeAlias.documentationString: \
  ׸ 纻 
Netscape*makeAlias.labelString: 纻 
Netscape*makeLink.documentationString: \
 Ȱȭ ؽƮ ũ ۼϰ,  ִ ũ ϰų, ο ũ մϴ.
Netscape*makeLink.tipString: ũ ۼ
Netscape*managePublicFolders.labelString:    
Netscape*manual.documentationString: 
Netscape*markAllMessagesRead.documentationString: \
 ޽   ǥ
Netscape*markAllMessagesRead.labelString:   ޽
Netscape*markAllRead.tipString:   ޽ ǥ
Netscape*markMessageByDate.documentationString: \
 ¥  ޽   ǥ
Netscape*markMessageByDate.labelString: ¥ ...
Netscape*markMessageForLater.documentationString: \
ӽ÷ ޽   ǥ
Netscape*markMessageForLater.labelString:   ޽
Netscape*markMessageRead.documentationString:  ޽   ǥ
Netscape*markMessageRead.labelString:  ޽
Netscape*markMessageRead.tipString: ޽ ǥ
Netscape*markMessages.documentationString:  ޽  ǥϱ
Netscape*markMessages.labelString:  ǥ
Netscape*markMessagesRead_popup.title:  ޽ ǥ
Netscape*markThreadRead.documentationString: \
 带   ǥ
Netscape*markThreadRead.labelString:  
Netscape*markThreadRead.tipString:   ǥ
Netscape*matchAll.labelString:   ġ
Netscape*matchAny.labelString:  κ ġ
Netscape*mc_bccbtn.labelString:  :
Netscape*mc_cancelbtn.labelString: 
Netscape*mc_ccbtn.labelString: :
Netscape*mc_dirLabel.labelString: , ˻ :
Netscape*mc_okbtn.labelString: Ȯ
Netscape*mc_queryLabel.labelString: ã ̸ ԷϽʽÿ:
Netscape*mc_searchBtn.labelString: ˻
Netscape*mc_tobtn.labelString: :
Netscape*menu.labelString: ޴ Ʈ
Netscape*menuBar*abByCompany.labelString: ȸ 
Netscape*menuBar*abByEmailAddress.labelString: ڿ ּ 
Netscape*menuBar*abByLocality.labelString:  
Netscape*menuBar*abByName.labelString: ̸ 
Netscape*menuBar*abByNickName.labelString:  
Netscape*menuBar*abByType.labelString:  
Netscape*menuBar*abCall.labelString: ȭɱ
Netscape*menuBar*abDelete.labelString: 
Netscape*menuBar*abDeleteAllEntries.labelString:  Ʈ 
Netscape*menuBar*abSearchFor.labelString: 丮 ˻...
Netscape*menuBar*abStopSearch.labelString: ˻ 
Netscape*menuBar*abVCard.labelString: ּҷ ī...
Netscape*menuBar*about.labelString: Ŀ´ 
Netscape*menuBar*aboutLite.labelString:  
Netscape*menuBar*aboutSecurity.labelString: 
Netscape*menuBar*aboutUsenet.labelString: Ƽ
Netscape*menuBar*aboutfonts.labelString: ۲ ǥñ 
Netscape*menuBar*aboutplugins.labelString: ÷ 
Netscape*menuBar*addToABSubmenu.labelString: ּҷϿ ߰
Netscape*menuBar*addresseePicker.labelString: ּ ...
Netscape*menuBar*alignmentStyleMenu.labelString: 
Netscape*menuBar*attach.labelString: ÷
Netscape*menuBar*attachmentsSubmenu.labelString: ÷
Netscape*menuBar*bookmarksSubmenu.labelString: å
Netscape*menuBar*bookmarksWhatsNew.labelString: å 
Netscape*menuBar*browsePage.labelString:    
Netscape*menuBar*charProperties.clearAllStyles.labelString:    <Alt+K>
Netscape*menuBar*characterColorMenu.labelString: 
Netscape*menuBar*characterSizeMenu.labelString: ũ
Netscape*menuBar*characterStyleMenu.labelString: Ÿ
Netscape*menuBar*clearAllStyles.labelString:  Ÿ 
Netscape*menuBar*close.labelString: ݱ
Netscape*menuBar*collapse.labelString: 
Netscape*menuBar*collapseAll.labelString: ü 
Netscape*menuBar*composeMessage.labelString:  ޽
Netscape*menuBar*copySubmenu.labelString: ޽ 
Netscape*menuBar*decreaseFont.labelString: ۲ 
Netscape*menuBar*displayHTMLDomainsDialog.labelString: HTML ...
Netscape*menuBar*documentProperties.labelString:  Ӽ
Netscape*menuBar*editConfiguration.labelString:   
Netscape*menuBar*editFrame.labelString:  
Netscape*menuBar*editMailFilterRules.labelString:  ...
Netscape*menuBar*editPageSource.labelString: HTML ҽ
Netscape*menuBar*editPreferences.labelString: ȯ漳...
Netscape*menuBar*editSource.labelString:  ҽ 
Netscape*menuBar*editorPrefs.labelString:  ...
Netscape*menuBar*encodingSubmenu.labelString: ڵ
Netscape*menuBar*exit.labelString: 
Netscape*menuBar*expand.labelString: Ȯ
Netscape*menuBar*expandAll.labelString: ü Ȯ
Netscape*menuBar*expandCollapseSubmenu.labelString: Ȯ/
Netscape*menuBar*feedback.labelString: ǵ 
Netscape*menuBar*fileBookmarksSubmenu.labelString: å ̵
Netscape*menuBar*fileSubmenu.labelString: ޽ ̵
Netscape*menuBar*findAgain.labelString: ٽ ã
Netscape*menuBar*findInObject.labelString: ã...
Netscape*menuBar*firstFlaggedMessage.labelString: ù°  ǥõ ޽
Netscape*menuBar*firstUnreadMessage.labelString: ù°  ޽
Netscape*menuBar*flagMessage.labelString:  ǥ
Netscape*menuBar*floatingTaskBarClose.labelString: Ʈ 
Netscape*menuBar*fontSize.labelString: ü ũ
Netscape*menuBar*fontStyleMenu.labelString: ۲
Netscape*menuBar*formatMenu.labelString: 
Netscape*menuBar*forwardMessage.labelString: 
Netscape*menuBar*forwardMessageAttachment.documentationString: \
 ޽ ÷ ؽƮ 
Netscape*menuBar*forwardMessageAttachment.labelString: ÷ 
Netscape*menuBar*forwardMessageInLine.labelString: ζ 
Netscape*menuBar*forwardMessageQuoted.labelString: ο 
Netscape*menuBar*forwardSubmenu.labelString: 
Netscape*menuBar*getNewMessages.labelString:  ޽
Netscape*menuBar*headersSubmenu.labelString: Ӹ
Netscape*menuBar*headingStyleMenu.labelString: Ӹ
Netscape*menuBar*home.labelString: Ȩ
Netscape*menuBar*hruleProperties.labelString:  Ӽ
Netscape*menuBar*ignoreCategory.labelString:  
Netscape*menuBar*ignoreThread.labelString:  
Netscape*menuBar*imageProperties.labelString: ̹ Ӽ
Netscape*menuBar*import.labelString: ҷ...
Netscape*menuBar*increaseFont.labelString: ۲ 
Netscape*menuBar*indent.labelString: ܶ 鿩 
Netscape*menuBar*inetIndex.labelString: ͳ
Netscape*menuBar*inetWhite.labelString: 
Netscape*menuBar*inetYellow.labelString:  ˻
Netscape*menuBar*insert.labelString: 
Netscape*menuBar*insertBreakBelow.labelString: ̹ Ʒ 
Netscape*menuBar*insertBulletedList.labelString: Ҹ(ȣ ) Ʈ
Netscape*menuBar*insertHorizontalLine.labelString: ...
Netscape*menuBar*insertHtmlTag.labelString: HTML ±...
Netscape*menuBar*insertImage.labelString: ̹...
Netscape*menuBar*insertLink.labelString: ũ...
Netscape*menuBar*insertListMenu.labelString: Ʈ
Netscape*menuBar*insertMenu.labelString: 
Netscape*menuBar*insertNewLineBreak.labelString: ٹٲ
Netscape*menuBar*insertNonBreaking.labelString: 
Netscape*menuBar*insertNumberedList.labelString: ȣ ִ Ʈ
Netscape*menuBar*insertTarget.labelString: ̵ ǥ...
Netscape*menuBar*intl.labelString:  
Netscape*menuBar*javaConsole.labelString: ڹ ܼ
Netscape*menuBar*linkProperties.labelString: ũ Ӽ
Netscape*menuBar*listStyleMenu.labelString: Ʈ
Netscape*menuBar*manageMailingList.labelString: ϸ Ʈ 
Netscape*menuBar*manual.labelString: 
Netscape*menuBar*markSubmenu.labelString: ǥ
Netscape*menuBar*moderateDiscussion.labelString:  ׷ 
Netscape*menuBar*moveBookmarkDown.labelString: Ʒ ̵
Netscape*menuBar*moveBookmarkUp.labelString:  ̵
Netscape*menuBar*moveSubmenu.labelString:  ̵
Netscape*menuBar*netBrowser.labelString: ݽ 
Netscape*menuBar*newBlank.labelString:  
Netscape*menuBar*newMsgSubmenu.labelString: ޽ 
Netscape*menuBar*newSubmenu.labelString:  
Netscape*menuBar*newTemplate.labelString: ø ...
Netscape*menuBar*newWizard.labelString:  ...
Netscape*menuBar*nextCategory.labelString:  
Netscape*menuBar*nextFlaggedMessage.labelString:  ǥõ ޽
Netscape*menuBar*nextMessage.labelString: ޽
Netscape*menuBar*nextSubmenu.labelString: 
Netscape*menuBar*nextUnreadCategory.labelString:   
Netscape*menuBar*nextUnreadMessage.labelString:  ޽
Netscape*menuBar*nextUnreadThread.labelString:  
Netscape*menuBar*openAddrBook.labelString: ּҷ
Netscape*menuBar*openAttachmentsSubmenu.labelString: ÷ 
Netscape*menuBar*openBookmarks.labelString: å ...
Netscape*menuBar*openBrowser.labelString:  
Netscape*menuBar*openCalendar.labelString: Ķ
Netscape*menuBar*openConference.labelString: ۷
Netscape*menuBar*openEditor.labelString: 
Netscape*menuBar*openFolders.labelString: ޽ 
Netscape*menuBar*openHistory.labelString: 湮 
Netscape*menuBar*openInbox.labelString: ޽
Netscape*menuBar*openNewsgroups.labelString:  ׷
Netscape*menuBar*openOrBringUpBrowser.labelString: 
Netscape*menuBar*openPage.labelString:  ...
Netscape*menuBar*outdent.labelString: ܶ 鿩 
Netscape*menuBar*paragraphMarks.labelString: ܶ ǥ ֱ
Netscape*menuBar*paragraphProperties.indent.labelString: Ѵܰ 鿩
Netscape*menuBar*paragraphProperties.labelString: ܶ
Netscape*menuBar*paragraphProperties.outdent.labelString: Ѵܰ 
Netscape*menuBar*paragraphStyleMenu.labelString: ܶ
Netscape*menuBar*pasteAsQuoted.labelString: ο뱸 ٿֱ
Netscape*menuBar*placesSubmenu.labelString: Ʈ ȳ
Netscape*menuBar*prevSubmenu.labelString: 
Netscape*menuBar*previousFlaggedMessage.labelString:  ǥõ ޽
Netscape*menuBar*previousMessage.labelString: ޽
Netscape*menuBar*previousUnreadMessage.labelString:  ޽
Netscape*menuBar*print.labelString: μ...
Netscape*menuBar*printPreview.labelString: ̸
Netscape*menuBar*printSetup.labelString:  ...
Netscape*menuBar*productInfo.labelString: ǰ   
Netscape*menuBar*properties.labelString: Ӽ
Netscape*menuBar*publish.labelString: ...
Netscape*menuBar*quoteOriginalText.labelString:  ο
Netscape*menuBar*recentSubmenu.labelString: ֱٰ ...
Netscape*menuBar*redoAddText.labelString: ؽƮ ߰ ٽϱ
Netscape*menuBar*redoChangeAttributes.labelString: Ӽ  ٽϱ
Netscape*menuBar*redoChangePageData.labelString:   ٽϱ
Netscape*menuBar*redoCut.labelString: ߶󳻱 ٽϱ
Netscape*menuBar*redoDeleteMetaData.labelString: Ÿ   ٽϱ
Netscape*menuBar*redoDeleteTable.labelString: ̺  ٽϱ
Netscape*menuBar*redoDeleteTableCaption.labelString: ĸ  ٽϱ
Netscape*menuBar*redoDeleteTableCell.labelString:   ٽϱ
Netscape*menuBar*redoDeleteTableColumn.labelString:   ٽϱ
Netscape*menuBar*redoDeleteTableRow.labelString:   ٽϱ
Netscape*menuBar*redoDeleteText.labelString: ؽƮ  ٽϱ
Netscape*menuBar*redoGroupOfChanges.labelString:  ٽϱ
Netscape*menuBar*redoIndent.labelString: 鿩 ٽϱ
Netscape*menuBar*redoInsertBreak.labelString: ٹٲ  ٽϱ
Netscape*menuBar*redoInsertHorizRule.labelString:   ٽϱ
Netscape*menuBar*redoInsertImage.labelString: ̹  ٽϱ
Netscape*menuBar*redoInsertTable.labelString: ̺  ٽϱ
Netscape*menuBar*redoInsertTableCaption.labelString: ĸ  ٽϱ
Netscape*menuBar*redoInsertTableCell.labelString:   ٽϱ
Netscape*menuBar*redoInsertTableColumn.labelString:   ٽϱ
Netscape*menuBar*redoInsertTableRow.labelString:   ٽϱ
Netscape*menuBar*redoInsertTarget.labelString: ̵ ǥ  ٽϱ
Netscape*menuBar*redoInsertUnknownTag.labelString: ˼ ±  ٽϱ
Netscape*menuBar*redoMorphContainer.labelString: ܶ Ÿ  ٽϱ
Netscape*menuBar*redoNull.labelString:  ݺ  
Netscape*menuBar*redoParagraphAlign.labelString: ܶ  ٽϱ
Netscape*menuBar*redoPasteHREF.labelString: HREF ٿֱ ٽϱ
Netscape*menuBar*redoPasteHTML.labelString: HTML ٿֱ ٽϱ
Netscape*menuBar*redoPasteText.labelString: ؽƮ ٿֱ ٽϱ
Netscape*menuBar*redoSetHorizRuleData.labelString:   ٽϱ
Netscape*menuBar*redoSetImageData.labelString: ̹  ٽϱ
Netscape*menuBar*redoSetListData.labelString: Ʈ  ٽϱ
Netscape*menuBar*redoSetMetaData.labelString: Ÿ   ٽϱ
Netscape*menuBar*redoSetTableCaptionData.labelString: ĸ  ٽϱ
Netscape*menuBar*redoSetTableCellData.labelString:   ٽϱ
Netscape*menuBar*redoSetTableData.labelString: ̺  ٽϱ
Netscape*menuBar*redoSetTableRowData.labelString:   ٽϱ
Netscape*menuBar*redoSetTargetData.labelString: ̵ ǥ  ٽϱ
Netscape*menuBar*redoSetUnknownTagData.labelString: ˼ ±  ٽϱ
Netscape*menuBar*redoTyping.labelString: Է ٽϱ
Netscape*menuBar*registration.labelString:  
Netscape*menuBar*relnotes.labelString: ǰ  
Netscape*menuBar*replyAllSubmenu.labelString: ο 
Netscape*menuBar*replySubmenu.labelString: 
Netscape*menuBar*save.labelString: 
Netscape*menuBar*saveAs.labelString: ٸ ̸ ...
Netscape*menuBar*saveAsMenu.labelString: ٸ ̸ ...
Netscape*menuBar*saveAsMenu.saveMessagesAs.documentationString: ٸ ̸ ...
Netscape*menuBar*saveAsTemplate.labelString: ø
Netscape*menuBar*saveDraft.labelString: ʾ
Netscape*menuBar*saveFrameAs.labelString:  ...
Netscape*menuBar*saveMessage.documenationString: ޽ 
Netscape*menuBar*saveMessage.labelString: 
Netscape*menuBar*saveMessagesAs.labelString: 
Netscape*menuBar*saveMsg.labelString: 
Netscape*menuBar*saveMsgAs.labelString: ٸ ̸ 
Netscape*menuBar*saveTemplate.labelString: ø
Netscape*menuBar*search.labelString: ޽ ã...
Netscape*menuBar*searchAddress.labelString: 丮 ˻
Netscape*menuBar*sendMessageLater.labelString: ߿ 
Netscape*menuBar*sendMessageNow.labelString:  
Netscape*menuBar*sendMessagesInOutbox.labelString: Unsent Messages  ޽ 
Netscape*menuBar*serverToolsSubmenu.labelString:  
Netscape*menuBar*services.labelString: ݽ ̷Ʈ
Netscape*menuBar*setCharacterColor.labelString: ...
Netscape*menuBar*setObjectProperties.labelString: ü Ӽ
Netscape*menuBar*setTableProperties.labelString: ̺ Ӽ
Netscape*menuBar*showAllHeaders.labelString: ڼ
Netscape*menuBar*showBriefHeaders.documentationString: Ӹ  
Netscape*menuBar*showCharacter.labelString:   ֱ
Netscape*menuBar*showChrome.labelString: 
Netscape*menuBar*showComplPicker.labelString: ġϴ ּ ֱ
Netscape*menuBar*showNormalHeaders.labelString: 
Netscape*menuBar*showParagraph.labelString: ܶ  ֱ
Netscape*menuBar*showSubmenu.labelString: 
Netscape*menuBar*sortAscending.labelString:  
Netscape*menuBar*sortBackward.labelString: 
Netscape*menuBar*sortByDate.labelString: ¥
Netscape*menuBar*sortByDateCreated.labelString: ۼ ¥ 
Netscape*menuBar*sortByDateFirstVisited.labelString: ù 湮 ñ 
Netscape*menuBar*sortByExpirationDate.labelString:  
Netscape*menuBar*sortByFlag.labelString:  ǥ
Netscape*menuBar*sortByLocation.labelString: ġ 
Netscape*menuBar*sortByMessageNumber.labelString: ޽ ȣ
Netscape*menuBar*sortByPriority.labelString: 켱 
Netscape*menuBar*sortBySender.labelString: ߽
Netscape*menuBar*sortBySize.labelString: ũ
Netscape*menuBar*sortByStatus.labelString: 
Netscape*menuBar*sortBySubject.labelString: 
Netscape*menuBar*sortByThread.labelString: 
Netscape*menuBar*sortByTitle.labelString:  
Netscape*menuBar*sortByUnread.labelString:  ޽
Netscape*menuBar*sortByVisitCount.labelString: 湮 ȸ 
Netscape*menuBar*sortDescending.labelString:  
Netscape*menuBar*sortForward.labelString: 
Netscape*menuBar*sortSubmenu.labelString: 
Netscape*menuBar*synchWithServer.labelString:  ȭ
Netscape*menuBar*tableProperties.labelString: ̺ Ӽ
Netscape*menuBar*tagProperties.labelString: HTML ± Ӽ
Netscape*menuBar*targetProperties.labelString: ̵ ǥ Ӽ
Netscape*menuBar*textProperties.labelString:  Ӽ
Netscape*menuBar*threadSubmenu.labelString: ޽
Netscape*menuBar*toggleComposeToolbar.labelString:  
Netscape*menuBar*toggleFolderExpansion.documentationString:  Ʈ ֱ/߱.
Netscape*menuBar*toggleFolderExpansion.labelString: 
Netscape*menuBar*toggleFormatToolbar.labelString:  
Netscape*menuBar*toggleLocationToolbar.labelString: ġ 
Netscape*menuBar*toggleMessageExpansion.documentationString: ޽ ֱ/߱.
Netscape*menuBar*toggleMessageExpansion.labelString: ޽
Netscape*menuBar*toggleNavigationToolbar.documentationString: ˻  ֱ/߱
Netscape*menuBar*toggleNavigationToolbar.labelString: ˻ 
Netscape*menuBar*toggleParagraphMarks.labelString: ܶ ǥ
Netscape*menuBar*togglePersonalToolbar.labelString:  
Netscape*menuBar*toggleTableBorders.labelString: ̺ 
Netscape*menuBar*toggleTaskbarShowing.labelString: Ʈ 
Netscape*menuBar*toolsMenu.labelString: 
Netscape*menuBar*toolsSubmenu.labelString: 
Netscape*menuBar*undoAddText.labelString: ؽƮ ߰ 
Netscape*menuBar*undoChangeAttributes.labelString: Ӽ  
Netscape*menuBar*undoChangePageData.labelString:   
Netscape*menuBar*undoCut.labelString: ߶󳻱 
Netscape*menuBar*undoDeleteMetaData.labelString: Ÿ   
Netscape*menuBar*undoDeleteTable.labelString: ̺  
Netscape*menuBar*undoDeleteTableCaption.labelString: ĸ  
Netscape*menuBar*undoDeleteTableCell.labelString:   
Netscape*menuBar*undoDeleteTableColumn.labelString:   
Netscape*menuBar*undoDeleteTableRow.labelString:   
Netscape*menuBar*undoDeleteText.labelString: ؽƮ  
Netscape*menuBar*undoGroupOfChanges.labelString:  
Netscape*menuBar*undoIndent.labelString: 鿩 
Netscape*menuBar*undoInsertBreak.labelString: ٹٲ  
Netscape*menuBar*undoInsertHorizRule.labelString:   
Netscape*menuBar*undoInsertImage.labelString: ̹  
Netscape*menuBar*undoInsertTable.labelString: ̺  
Netscape*menuBar*undoInsertTableCaption.labelString: ĸ  
Netscape*menuBar*undoInsertTableCell.labelString:   
Netscape*menuBar*undoInsertTableColumn.labelString:   
Netscape*menuBar*undoInsertTableRow.labelString:   
Netscape*menuBar*undoInsertTarget.labelString: ̵ ǥ  
Netscape*menuBar*undoInsertUnknownTag.labelString: ˼ ±  
Netscape*menuBar*undoMorphContainer.labelString: ܶ Ÿ  
Netscape*menuBar*undoNull.labelString:    
Netscape*menuBar*undoParagraphAlign.labelString: ܶ  
Netscape*menuBar*undoPasteHREF.labelString: HREF ٿֱ 
Netscape*menuBar*undoPasteHTML.labelString: HTML ٿֱ 
Netscape*menuBar*undoPasteText.labelString: ؽƮ ٿֱ 
Netscape*menuBar*undoSetHorizRuleData.labelString:   
Netscape*menuBar*undoSetImageData.labelString: ̹  
Netscape*menuBar*undoSetListData.labelString: Ʈ  
Netscape*menuBar*undoSetMetaData.labelString: Ÿ   
Netscape*menuBar*undoSetTableCaptionData.labelString: ĸ  
Netscape*menuBar*undoSetTableCellData.labelString:   
Netscape*menuBar*undoSetTableData.labelString: ̺  
Netscape*menuBar*undoSetTableRowData.labelString:   
Netscape*menuBar*undoSetTargetData.labelString: ̵ ǥ  
Netscape*menuBar*undoSetUnknownTagData.labelString: ˼ ±  
Netscape*menuBar*undoTyping.labelString: Է 
Netscape*menuBar*updateMessageCount.labelString: ޽  ϱ
Netscape*menuBar*upgrade.labelString: Ʈ
Netscape*menuBar*uploadFile.labelString:  ε...
Netscape*menuBar*viewAllThreads.labelString: ü ޽
Netscape*menuBar*viewAttachmentsInline.labelString: ޽ ֱ
Netscape*menuBar*viewNew.labelString:  ޽
Netscape*menuBar*viewProperties.labelString: Ӽ...
Netscape*menuBar*viewSecurity.labelString:  
Netscape*menuBar*viewThreadsWithNew.labelString:  ޽  
Netscape*menuBar*viewWatchedThreadsWithNew.labelString:  ǥø   ޽  
Netscape*menuBar*watchThread.labelString:  
Netscape*menuBar*whatsCool.labelString:    Ʈ
Netscape*menuBar*whatsNew.labelString: ֽ Ʈ
Netscape*menuBar.bookmarkMenu.labelString: å
Netscape*menuBar.editMenu.labelString: 
Netscape*menuBar.fileMenu.labelString: 
Netscape*menuBar.goMenu.labelString: ãư
Netscape*menuBar.helpMenu.labelString: 
Netscape*menuBar.itemMenu.labelString: ׸
Netscape*menuBar.messageMenu.labelString: ޽
Netscape*menuBar.viewMenu.labelString: 
Netscape*menuBar.windowMenu.labelString: Ŀ´
Netscape*menuBar.windowMenuLite.labelString: â
Netscape*messageActionAskUser.labelString:  Ȯ
Netscape*messageActionHTML.labelString: HTML 
Netscape*messageActionText.labelString: Ϲ ؽƮ 
Netscape*messageActionTextAndHTML.labelString: Ϲ ؽƮ HTML 
Netscape*message_popup*OK.labelString: Ȯ
Netscape*message_popup*OkLabelString: Ȯ
Netscape*message_popup.title: ݽ
Netscape*minutes.labelString: 
Netscape*mixedSecurityDialog*toggle.labelString:    ǥ
Netscape*mixedSecurityDialog.selectionLabelString: \
     ϰ ִ  \n\
û߽ϴ.\n\
 \n\
     ̴ϴ.\n\
ȿ   ڼ  Ѵٸ `' ޴\n\
` ' κ Ͻʽÿ.
Netscape*mixedSecurityDialog_popup.title:  
Netscape*moveBookmarkDown.documentationString: \
 ׸ Ѵܰ Ʒ ̵
Netscape*moveBookmarkUp.documentationString: \
 ׸ Ѵܰ  ̵
Netscape*msgViewAttachPopup*open.labelString: ...
Netscape*msgViewAttachPopup*properties.labelString: Ӽ
Netscape*msgViewAttachPopup*save.labelString: ...
Netscape*nameLabel.labelString: ̸:
Netscape*new.labelString:  
Netscape*newBlank.documentationString:    
Netscape*newBlank.tipString:  
Netscape*newBookmark.documentationString: \
 å ׸ 
Netscape*newBookmark.labelString:  å ۼ...
Netscape*newCategoryCmdString:  ...
Netscape*newFolder.documentationString: \
   Ǵ  ׷ ۼ
Netscape*newFolder.labelString:   ۼ...
Netscape*newFolder.tipString:   
Netscape*newFolderCmdString:   ۼ...
Netscape*newFolderDialog*dialogTitle:   ۼ
Netscape*newFolderDialog*folderTypeLabel.labelString: \
    մϴ.\n\
     Դϱ?
Netscape*newFolderDialog*foldersOnly.labelString: .
Netscape*newFolderDialog*messagesOnly.labelString: ޽.
Netscape*newFolderDialog*name.labelString: ̸:
Netscape*newFolderDialog*subFolderOf.labelString:    μ:
Netscape*newMessage.documentationString: \
   ׷ ޽ 
Netscape*newNewsgroupCmdString:   ׷...
Netscape*newSeparator.labelString:   
Netscape*newSubFolderCmdString:   ۼ...
Netscape*newTemplate.documentationString: \
  ̿ϰų ݽ ϴ ø  Ʈ    ۼϽʽÿ.
Netscape*newWizard.documentationString: ݽ  Ʈ   縦    ۼϽʽÿ.
Netscape*newsServerPropsCmdString:  ׷  Ӽ
Netscape*newsgroupPropsCmdString:  ׷ Ӽ
Netscape*nextCategory.documentationString: \
 ַ ̵
Netscape*nextCollection.documentationString: \
  ׷ ̵
Netscape*nextFlaggedMessage.documentationString: \
  ǥõ ޽ ̵
Netscape*nextMessage.documentationString: \
 ޽ ̵
Netscape*nextUnreadCategory.documentationString: \
  ַ ̵
Netscape*nextUnreadCollection.documentationString: \
   ׷ ̵
Netscape*nextUnreadMessage.documentationString: \
  ޽ ̵
Netscape*nextUnreadMessage.tipString:   ޽
Netscape*nextUnreadThread.documentationString: \
   б
Netscape*no.labelString: ƴϿ
Netscape*noAddressesMessage:   
Netscape*noDocumentLoadedMessage: â ƹ   ʽϴ.
Netscape*noFileMessage:  Ʈ   
Netscape*noHomeURLMessage:  Ȩ  
Netscape*noNextURLMessage:   
Netscape*noPreviousURLMessage:   
Netscape*noPrintCommandMessage:  Ʈ  
Netscape*noSearchStringMessage: ˻ ڿ 
Netscape*nonBreaking.labelString: ܾ ߸ 
Netscape*normal.labelString: 
Netscape*notOverImageMessage: ̹   
Netscape*notOverLinkMessage: ũ   
Netscape*numbered.labelString: ȣ ִ Ʈ
Netscape*objectProperties.documentationString: \
߸ ġ ִ ü Ӽ մϴ.
Netscape*objectProperties.tipString: ü Ӽ
Netscape*openAddrBook.documentationString: \
ּҷ 
Netscape*openAttachments.documentationString: \
 ÷ 
Netscape*openBookmarks.documentationString: \
å  
Netscape*openBrowser.documentationString: \
     â 
Netscape*openCalendar.documentationString: \
 Ķ â 
Netscape*openCircle.labelString:  
Netscape*openEditor.documentationString: \
   
Netscape*openFolder.documentationString: \
  Ǵ ׷ 
Netscape*openFolder.labelString:  
Netscape*openFolders.documentationString: \
  
Netscape*openHistory.documentationString: 湮  
Netscape*openImageCmdString: ̹ 
Netscape*openInbox.documentationString: \
 
Netscape*openInboxAndGetNewMessages.documentationString:  â   ޽ 
Netscape*openNewsgroups.documentationString: \
 ׷ 
Netscape*openOrBringUpBrowser.documentationString: \
  
Netscape*openPage.documentationString: \
â ũ  Ǵ   
Netscape*openSquare.labelString:  簢
Netscape*openURLDialog*Apply.labelString: 
Netscape*openURLDialog*ApplyLabelString: 
Netscape*openURLDialog*Cancel.labelString: 
Netscape*openURLDialog*CancelLabelString: 
Netscape*openURLDialog*OK.labelString: 
Netscape*openURLDialog*OkLabelString: 
Netscape*openURLDialog*browserToggle.labelString: 
Netscape*openURLDialog*choose.labelString: ãƺ...
Netscape*openURLDialog*editorToggle.labelString: 
Netscape*openURLDialog*label.labelString: \
 ϴ  URL Էϰų,  ġ \n\
Ͻʽÿ:
Netscape*openURLDialog*openInBrowser.labelString:  
Netscape*openURLDialog*openInEditor.labelString:  
Netscape*openURLDialog*toolLabel.labelString:  Ǵ ġ :
Netscape*openURLDialog_popup.title:  
Netscape*optionForm*encrypted.labelString: ȣ
Netscape*optionForm*returnReceipt.labelString:  Ȯ
Netscape*optionForm*signed.labelString: 
Netscape*options.labelString: ɼ
Netscape*options.tipString: ޽ ɼ ǥ
Netscape*optionsSavedMessage: ɼ Ǿϴ.
Netscape*originalSize.labelString:  ũ
Netscape*otherAttributesTitle.labelString: Ÿ Ӽ
Netscape*otherEncCmdString:  
Netscape*outdent.documentationString: \
ܶ 鿩⸦ Ѵܰ  <Alt+->
Netscape*outdent.tipString: 鿩 
Netscape*overwriteFileMessage: %s  ?
Netscape*pageInfoNonFrameCmdString:  
Netscape*pageInfoWithFrameCmdString:  
Netscape*pageServices.labelString:  
Netscape*pageSourceNonFrameCmdString:  ҽ
Netscape*pageSourceWithFrameCmdString:  ҽ
Netscape*paragraphProperties.documentationString: ܶ Ǵ Ӹ Ÿ 
Netscape*paragraphProperties.tabLabelString: ܶ
Netscape*paragraphProperties.tipString: ܶ Ÿ 
Netscape*passwordLabel.labelString: йȣ:
Netscape*password_popup.title: н
Netscape*paste.documentationString: Ŭ  
Netscape*paste.labelString: ٿֱ
Netscape*paste.tipString: ٿֱ
Netscape*pasteAsQuoted.documentationString: \
Ŭ峻  ο뱸 ٿֱ
Netscape*pasteQuote.documentationString: ο ¿ Ŭ  ϱ
Netscape*percent.labelString: % (â )
Netscape*percentOfCell.labelString: % (θ  )
Netscape*percentOfWindow.labelString: % (â )
Netscape*pixels.labelString: ȼ
Netscape*popup*abDelete.labelString: 
Netscape*popup*abDeleteAllEntries.labelString:  Ʈ 
Netscape*popup*abNewList.labelString:  Ʈ ۼ...
Netscape*popup*addAllToAddrBk.labelString: 
Netscape*popup*addNewsgroup.labelString:  ׷ ...
Netscape*popup*addSenderToAddrBk.labelString: ߽
Netscape*popup*addSenderToAddressBook.labelString: ּҷ ߰
Netscape*popup*addToABSubmenu.labelString: ּҷ ߰
Netscape*popup*addToAddrBkSubmenu.labelString: ּҷ ߰
Netscape*popup*addToAddressBook.labelString:  ī ۼ...
Netscape*popup*bookmarkLink.labelString: åǿ ũ ߰
Netscape*popup*browseLink.labelString:  ũ ...
Netscape*popup*browseToLink.labelString: : (%s)
Netscape*popup*changePriority.labelString: 켱   
Netscape*popup*compactFolder.labelString:  
Netscape*popup*composeMessage.labelString:  ޽ ۼ
Netscape*popup*copyLink.labelString: ũ URL 
Netscape*popup*copySubmenu.labelString: ޽ 
Netscape*popup*deleteFolder.labelString:  
Netscape*popup*deleteMessage.labelString: ޽ 
Netscape*popup*deleteNewsgroup.labelString:  ׷  
Netscape*popup*documentProperties.labelString:  Ӽ
Netscape*popup*editLink.labelString: ̿ ũ ...
Netscape*popup*editMsg.labelString: ޽ 
Netscape*popup*fileSubmenu.labelString: ޽ ̵
Netscape*popup*forwardMessage.labelString: 
Netscape*popup*forwardMessageInLine.labelString: ζ 
Netscape*popup*forwardMessageQuoted.labelString: ο 
Netscape*popup*hruleProperties.labelString:  Ӽ
Netscape*popup*ignoreThread.labelString:  
Netscape*popup*imageProperties.labelString: ̹ Ӽ
Netscape*popup*inbox.labelString:  
Netscape*popup*insert.labelString: 
Netscape*popup*insertLink.labelString:  ũ ...
Netscape*popup*linkProperties.labelString: ũ Ӽ
Netscape*popup*markNewsgroupsRead.labelString:  ׷   ǥ
Netscape*popup*newFolder.labelString:  ...
Netscape*popup*openFolder.labelString:  
Netscape*popup*openFolderInNew.labelString:  â  
Netscape*popup*openMsgInNew.labelString:  â ޽ 
Netscape*popup*openNewsgroups.labelString:  ׷ 
Netscape*popup*openSelected.labelString: ޽ 
Netscape*popup*paragraphProperties.labelString: ܶ/Ʈ Ӽ
Netscape*popup*pasteAsQuoted.labelString:  ο · ̱
Netscape*popup*print.labelString: ޽ μ...
Netscape*popup*quoteOriginalText.labelString:  ο
Netscape*popup*removeLink.labelString: ũ 
Netscape*popup*renameFolder.labelString:  ̸ ...
Netscape*popup*replyToAll.labelString: ߽   ο 
Netscape*popup*replyToNewsgroup.labelString:  ׷쿡 
Netscape*popup*replyToSender.labelString: ߽ο 
Netscape*popup*replyToSenderAndNewsgroup.labelString: ߽   ׷쿡 
Netscape*popup*saveMessage.labelString: ޽ 
Netscape*popup*saveMessagesAs.labelString: ٸ ̸ ...
Netscape*popup*search.labelString: ޽ ã
Netscape*popup*sentMail.labelString:  
Netscape*popup*subscribeFolder.labelString: ...
Netscape*popup*tableProperties.labelString: ̺ Ӽ
Netscape*popup*tagProperties.labelString: HTML ± Ӽ
Netscape*popup*targetProperties.labelString: ̵ ǥ Ӽ
Netscape*popup*textProperties.labelString:  Ӽ
Netscape*popup*trash.labelString: 
Netscape*popup*unsubscribeFolder.labelString:  
Netscape*popup*updateMessageCount.labelString: ޽  
Netscape*popup*viewProperties.labelString: ī Ӽ
Netscape*popup*watchThread.labelString:  
Netscape*popup.addFrameBookmark.labelString: å ߰
Netscape*popup.addLinkBookmark.labelString: å ߰
Netscape*popup.copyImage.labelString: ̹ URL 
Netscape*popup.editLink.labelString: ⿡ ũ 
Netscape*popup.openFrameInWindow.labelString:  â  
Netscape*popup.openFrameNew.labelString:  â  
Netscape*popup.openURLNewWindow.labelString:  â ũ 
Netscape*popup.saveBGImage.labelString: ȭ ...
Netscape*popup.saveImage.labelString: ̹ ...
Netscape*popup.saveURL.labelString: ũ ٸ ̸ ...
Netscape*popup.showImage.labelString: ̹ ֱ
Netscape*popup.title.labelString: :
Netscape*postAndMailReply.tipString:    
Netscape*postNew.tipString:  ޽ 
Netscape*postReply.tipString:  
Netscape*pref.addressing: 巹
Netscape*pref.advanced: 
Netscape*pref.appearance: ܾ
Netscape*pref.applications: α׷
Netscape*pref.browser: 
Netscape*pref.cache: ĳ
Netscape*pref.category: 
Netscape*pref.colors: 
Netscape*pref.copies: ӽ  
Netscape*pref.diskSpace: ũ 
Netscape*pref.editor: 
Netscape*pref.editorAppearance:   
Netscape*pref.editorPublish: 
Netscape*pref.fonts: ۲
Netscape*pref.helpFiles:  
Netscape*pref.htmlmail: ۼ   
Netscape*pref.identity: ſ
Netscape*pref.lang: 
Netscape*pref.liFiles: ׸ 
Netscape*pref.liGeneral: ι 
Netscape*pref.liServer:  
Netscape*pref.mailNews:   
Netscape*pref.mailServer:  
Netscape*pref.messages: ޽
Netscape*pref.newsServer:  
Netscape*pref.offline: 
Netscape*pref.offlineNews: ٿε
Netscape*pref.proxies: 
Netscape*pref.readreceipts: 
Netscape*pref.smart: Ʈ ¡
Netscape*prefDesc.addressBook: ּ ˻ 丮 
Netscape*prefDesc.addressing: 巹 ޽ 
Netscape*prefDesc.advanced: Ŀ´  ȯ漳 
Netscape*prefDesc.appearance: ܾ 
Netscape*prefDesc.applications:   Ͽ   α׷ 
Netscape*prefDesc.browser: Ȩ  ġ 
Netscape*prefDesc.cache: ĳ ũ 
Netscape*prefDesc.colors:  
Netscape*prefDesc.composition:  ޽  
Netscape*prefDesc.copies: ޽ 纻, ʾ, ø  
Netscape*prefDesc.diskSpace: ޽ ġ ũ  
Netscape*prefDesc.editor:   ۼ ʿ Ϲ ȯ漳
Netscape*prefDesc.editorAppearance:    Ϲ ܾ 
Netscape*prefDesc.editorPublish: ⺻  ġ 
Netscape*prefDesc.fonts: ۲ 
Netscape*prefDesc.helpFiles:   
Netscape*prefDesc.htmlMail: ޽ ۼ    
Netscape*prefDesc.identity:  ̸, ڿ ּ,  
Netscape*prefDesc.lang:      
Netscape*prefDesc.liFiles:   
Netscape*prefDesc.liGeneral:  α  Է
Netscape*prefDesc.liServer: ι    
Netscape*prefDesc.mailNews:    ׷ ܾ  
Netscape*prefDesc.mailServer: ޴   
Netscape*prefDesc.messages: ޽  
Netscape*prefDesc.newsServer:  ׷  
Netscape*prefDesc.offline: ۾   
Netscape*prefDesc.offlineNews:  ¿ ޽ б  
Netscape*prefDesc.proxies: ͳݿ   
Netscape*prefDesc.readReceipts:  ްų 䱸  
Netscape*prefDesc.smart: Ʈ ¡
Netscape*prefDesc.smartUpdate: Ʈ ġ  (Ʈ Ʈ)
Netscape*prefs*advanced*emailAnonFtp.labelString: ڿ ּҸ ƹ FTP йȣ
Netscape*prefs*advanced*enableJava.labelString: ڹ 
Netscape*prefs*advanced*enableJs.labelString: ڹ ũƮ 
Netscape*prefs*advanced*enableJsMailNews.labelString:    ڹ ũƮ 
Netscape*prefs*advanced*enableStyleSheet.labelString: Ÿ Ʈ 
Netscape*prefs*advanced*showImage.labelString: \
ڵ ̹ б\n\
                     
Netscape*prefs*alertFrame*dpyDoc.labelString:   ǥ
Netscape*prefs*alertFrame*submDoc.labelString:   
Netscape*prefs*alertFrame*submForm.labelString:   ʰ 
Netscape*prefs*alertFrame*submMixedForm.labelString:  /  ȥ · 
Netscape*prefs*alertFrame*viewMixed.labelString:      ȥ  
Netscape*prefs*appearance*calendar.labelString: Ķ
Netscape*prefs*appearance*collabra.labelString: ݷ б׷
Netscape*prefs*appearance*composer.labelString:  
Netscape*prefs*appearance*conference.labelString: ۷
Netscape*prefs*appearance*frame2*picAndText.labelString: ׸  ؽƮ
Netscape*prefs*appearance*frame2*picOnly.labelString: ׸
Netscape*prefs*appearance*frame2*showTooltips.labelString: ǳ ֱ
Netscape*prefs*appearance*frame2*showTooltips.tipString:   
Netscape*prefs*appearance*frame2*textOnly.labelString: ؽƮ
Netscape*prefs*appearance*frame2*toolbarBoxLabel.labelString:  ǥ
Netscape*prefs*appearance*launchBoxLabel.labelString: ۽ 
Netscape*prefs*appearance*messenger.labelString: ޽ Ϲڽ
Netscape*prefs*appearance*navigator.labelString: 
Netscape*prefs*appearance*netcaster.labelString: ĳ
Netscape*prefs*appearance*underline.labelString: ũ 
Netscape*prefs*appl*browseButton.labelString: ãƺ...
Netscape*prefs*appl*folderLabel.labelString:  ޱ :
Netscape*prefs*applFrame*deleteButton.labelString: 
Netscape*prefs*applFrame*editButton.labelString: ...
Netscape*prefs*applFrame*newButton.labelString:  Ÿ...
Netscape*prefs*browser*blankPage.labelString:  
Netscape*prefs*browser*browse.labelString: ãƺ...
Netscape*prefs*browser*browserBoxLabel.labelString:  
Netscape*prefs*browser*daysLabel.labelString:  
Netscape*prefs*browser*expireLabel.labelString: 湮  Ⱓ
Netscape*prefs*browser*expireNow.labelString: 湮  
Netscape*prefs*browser*historyBoxLabel.labelString: 湮 
Netscape*prefs*browser*homePage.labelString: Ȩ 
Netscape*prefs*browser*homePageBoxLabel.labelString: Ȩ 
Netscape*prefs*browser*homePageLabel.labelString: Ȩ ư Ŭϸ,   ̵մϴ.
Netscape*prefs*browser*lastPage.labelString:  湮 
Netscape*prefs*browser*locLabel.labelString: ġ:
Netscape*prefs*browser*useCurrent.labelString:   
Netscape*prefs*cache*browse.labelString: ãƺ...
Netscape*prefs*cache*cacheDirLabel.labelString: ũ ĳ :
Netscape*prefs*cache*cacheLabel.labelString: \
ĳô  ϴ  纻 Ͽ Ʈũ\n\
 ð Դϴ. ٽ ϱ ư ĳÿ \n\
Ʈũ ġ  Ͽ  ֽ \n\
ǥմϴ.\n\
           \n\
           
Netscape*prefs*cache*clearDisk.labelString: ũ ĳ 
Netscape*prefs*cache*clearMem.labelString: ޸ ĳ 
Netscape*prefs*cache*diskK.labelString: ųιƮ
Netscape*prefs*cache*diskLabel.labelString: ũ ĳ:
Netscape*prefs*cache*memoryK.labelString: ųιƮ
Netscape*prefs*cache*memoryLabel.labelString: ޸ ĳ:
Netscape*prefs*cache*verifyLabel.labelString: \
ĳõ  Ʈũ ġ  :
Netscape*prefs*cache*verifyRc*every.labelString: ׻
Netscape*prefs*cache*verifyRc*never.labelString: 
Netscape*prefs*cache*verifyRc*once.labelString:   ѹ
Netscape*prefs*colors*bgColorLabel.labelString: :
Netscape*prefs*colors*colorBoxLabel.labelString: 
Netscape*prefs*colors*linksBoxLabel.labelString: ũ
Netscape*prefs*colors*linksLabel.labelString: 湮  ũ:
Netscape*prefs*colors*textColorLabel.labelString: ؽƮ:
Netscape*prefs*colors*underline.labelString: ũ  ǥ
Netscape*prefs*colors*useColor.labelString: \
 ڽ  ̳  ׸   ֽϴ.
Netscape*prefs*colors*useDefColors.labelString: ⺻ 
Netscape*prefs*colors*useMyColor.labelString: ׻   ,  
Netscape*prefs*colors*vlinksLabel.labelString: 湮 ũ:
Netscape*prefs*cookieFrame*alwaysAcceptCookie.labelString:  Ű 
Netscape*prefs*cookieFrame*cookieBoxLabel.labelString: Ű
Netscape*prefs*cookieFrame*neverAcceptCookie.labelString: Ű 
Netscape*prefs*cookieFrame*noForeignCookie.labelString: \
  Ű ޱ\n\
                           
Netscape*prefs*cookieFrame*warnCookie.labelString: Ű ޱ  
Netscape*prefs*diskSpace*allMsgsBoxLabel.labelString: ü ޽
Netscape*prefs*diskSpace*askThreshold.labelString:  ũⰡ  ʰϸ 
Netscape*prefs*diskSpace*daysLabel.labelString: 
Netscape*prefs*diskSpace*k.labelString: ųιƮ
Netscape*prefs*diskSpace*k2.labelString: ųιƮ
Netscape*prefs*diskSpace*keepAllNews.labelString: ü ޽ 
Netscape*prefs*diskSpace*keepNewsByAge.labelString:   ̳ ޽ :
Netscape*prefs*diskSpace*keepNewsByCount.labelString: ֽ
Netscape*prefs*diskSpace*keepUnreadNews.labelString:   ޽ 
Netscape*prefs*diskSpace*maxMsgSize.labelString: ٿε  ִ ޽ ũ
Netscape*prefs*diskSpace*more.labelString: ߰ ɼ...
Netscape*prefs*diskSpace*msgsLabel.labelString:  ޽ 
Netscape*prefs*diskSpace*newsMsgsBoxLabel.labelString:  ׷ ޽
Netscape*prefs*diskSpace*newsMsgsLabel.labelString: ޽ :
Netscape*prefs*diskSpace*rmMsgBodyToggle.labelString:   ̿ ޽  :
Netscape*prefs*editor*authorLabel.labelString: ڸ:
Netscape*prefs*editor*autosaveEnable.labelString:  ڵ  
Netscape*prefs*editor*browse.labelString: ãƺ...
Netscape*prefs*editor*browseLabel.labelString: HTTP :
Netscape*prefs*editor*browseTemplate.labelString: ãƺ...
Netscape*prefs*editor*externalFrameTitle.labelString: ܺ 
Netscape*prefs*editor*htmlLabel.labelString: HTML ҽ:
Netscape*prefs*editor*imageLabel.labelString: ̹:
Netscape*prefs*editor*imagesInfo.labelString: \
̹ 纻  ġ մϴ.\n\
̹  ǵǸ ũ \n\
Ÿϴ.
Netscape*prefs*editor*imagesToggle.labelString:   ̹ ϱ
Netscape*prefs*editor*linksAndImagesLabel.labelString: \
Ÿ  
Netscape*prefs*editor*linksAndImagesTip.labelString: \
: Ÿ  Ѵٸ ΰ ɼ  Ͻÿ.
Netscape*prefs*editor*linksAndImagesTitle.labelString: ũ  ̹
Netscape*prefs*editor*linksInfo.labelString: \
 Բ ۾  ֵ ũ .(ũ  \n\
ũ   ũ ־ )
Netscape*prefs*editor*linksToggle.labelString: ũ ϱ
Netscape*prefs*editor*locationLabel.labelString:    ø:
Netscape*prefs*editor*minutes.labelString: 
Netscape*prefs*editor*publishLabel.labelString: FTP Ǵ HTTP :	
Netscape*prefs*editor*publishTitle.labelString: ⺻  ġ
Netscape*prefs*editor*restoreDefault.labelString: ⺻ 
Netscape*prefs*fontsFrame*0.labelString: 
Netscape*prefs*fontsFrame*encodingLabel.labelString: ڵ:
Netscape*prefs*fontsFrame*fixedLabel.labelString:  ۲:
Netscape*prefs*fontsFrame*fixedSizeLabel.labelString: ũ:
Netscape*prefs*fontsFrame*fixedSizeToggle.labelString: ϸ 㰡
Netscape*prefs*fontsFrame*fontsBoxLabel.labelString: ۲  ڵ
Netscape*prefs*fontsFrame*propSizeLabel.labelString: ũ:
Netscape*prefs*fontsFrame*propSizeToggle.labelString: ϸ 㰡
Netscape*prefs*fontsFrame*proportionalLabel.labelString:  ۲:
Netscape*prefs*helpFiles*browse.labelString: ãƺ...
Netscape*prefs*helpFiles*customToggle.labelString: Custom :
Netscape*prefs*helpFiles*helpLabel.labelString:   ġ:
Netscape*prefs*helpFiles*installToggle.labelString: ġ  
Netscape*prefs*helpFiles*netscapeToggle.labelString: ݽ  Ʈ
Netscape*prefs*keywordFrame*enableKeywords.labelString: ͳ Ű 
Netscape*prefs*keywordFrame*keywordBoxLabel.labelString: ͳ Ű
Netscape*prefs*lang*addButton.labelString: ߰...
Netscape*prefs*lang*deleteButton.labelString: 
Netscape*prefs*lang*langLabel.labelString: \
  µ    Ͻʽÿ.\n\
       쿡  \n\
߿ 켱     ˴ϴ.\n\
                                           
Netscape*prefs*liFiles*addrbookToggle.labelString: ּҷ
Netscape*prefs*liFiles*bookmarkToggle.labelString: å
Netscape*prefs*liFiles*certToggle.labelString:   Ű
Netscape*prefs*liFiles*cookiesToggle.labelString: Ű
Netscape*prefs*liFiles*fileLabel.labelString: \
Ʒ    ׸ ι ＼ \n\
  о̸    ۵˴ϴ.
Netscape*prefs*liFiles*filterToggle.labelString:  
Netscape*prefs*liFiles*frameLabel.labelString: ׸
Netscape*prefs*liFiles*historyToggle.labelString: 湮
Netscape*prefs*liFiles*javasecToggle.labelString: ڹ 
Netscape*prefs*liFiles*prefsToggle.labelString:  
Netscape*prefs*liGeneral*enableToggle.labelString:  Ͽ  ι ＼ 
Netscape*prefs*liGeneral*hint.labelString: \
ι ＼ Ͽ Ʈũ  ҿ \n\
 ޾ƿ  ֽϴ.\n\
\n\
   Ҷ ι ＼ \n\
о̸    ٽ ۵˴ϴ.
Netscape*prefs*liGeneral*passwordLabel.labelString: йȣ:
Netscape*prefs*liGeneral*savePasswordToggle.labelString:  ι ＼ ȣ 
Netscape*prefs*liGeneral*userInfoLabel.labelString: \
ι ＼    ޾ƿ  α \n\
Էϼ.
Netscape*prefs*liGeneral*userLabel.labelString:  ̸:
Netscape*prefs*liLoginAdvancedButton.labelString: ɼ
Netscape*prefs*liServer*frameLabel.labelString:  
Netscape*prefs*liServer*httpBaseLabel.labelString: ⺻ URL:
Netscape*prefs*liServer*httpToggle.labelString: HTTP 
Netscape*prefs*liServer*ldapAddrLabel.labelString: ּ:
Netscape*prefs*liServer*ldapBaseLabel.labelString:  DN:
Netscape*prefs*liServer*ldapToggle.labelString: LDAP 丮 
Netscape*prefs*liServer*serverLabel.labelString: \
Ʒ  ι ＼  ϱ  ʿմϴ. ʿ\n\
  ϸ ý ڿ ϼ.
Netscape*prefs*mailnews*confirmFolderTrash.labelString:   ű  Ȯ
Netscape*prefs*mailnews*fixedWidthFont.labelString:  ۲
Netscape*prefs*mailnews*msgArticleLabel.labelString: ޽   ǥ
Netscape*prefs*mailnews*newsBehaviorLabel.labelString: ׷ ޴ ׸ Ǵ :
Netscape*prefs*mailnews*newsInMessageCenterToggle.labelString: ޽ Ϳ 
Netscape*prefs*mailnews*newsInThreePaneToggle.labelString: ޽ â ׷ 
Netscape*prefs*mailnews*quotedTextColorLabel.labelString: :
Netscape*prefs*mailnews*quotedTextLabel.labelString: \
">" ϴ ο ؽƮ ǥ
Netscape*prefs*mailnews*quotedTextSizeLabel.labelString: ũ:
Netscape*prefs*mailnews*quotedTextStyleLabel.labelString: Ÿ:
Netscape*prefs*mailnews*rememberSelected.labelString:  Ͽ ޽ 
Netscape*prefs*mailnews*reuseMsg.labelString: ޽  Ŭϸ  â 
Netscape*prefs*mailnews*reuseThread.labelString:  ׷  Ŭϸ  â 
Netscape*prefs*mailnews*varWidthFont.labelString:  ۲
Netscape*prefs*mailnewsAddrBook*addrBookLabel.labelString: \
丮 ˻Ҷ,    丮\n\
˻մϴ.:
Netscape*prefs*mailnewsAddrBook*deleteButton.labelString: 
Netscape*prefs*mailnewsAddrBook*editButton.labelString: ...
Netscape*prefs*mailnewsAddrBook*firstLastLabel.labelString: (John Smith)
Netscape*prefs*mailnewsAddrBook*firstLastToggle.labelString: (̸) ()
Netscape*prefs*mailnewsAddrBook*fullNameLabel.labelString: ü ̸ ֱ
Netscape*prefs*mailnewsAddrBook*lastFirstLabel.labelString: (Smith, John)
Netscape*prefs*mailnewsAddrBook*lastFirstToggle.labelString: (), (̸)
Netscape*prefs*mailnewsAddrBook*newButton.labelString:  ...
Netscape*prefs*mailnewsAddress*completeABToggle.labelString: ּҷ
Netscape*prefs*mailnewsAddress*completeDirToggle.labelString: 丮 :
Netscape*prefs*mailnewsAddress*completeLabel.labelString:  Ͽ ּҸ ˻:
Netscape*prefs*mailnewsAddress*conflictAcceptToggle.labelString: Է  ޾Ƶ
Netscape*prefs*mailnewsAddress*conflictLabel.labelString:  ּҸ ã :
Netscape*prefs*mailnewsAddress*conflictShowToggle.labelString:   
Netscape*prefs*mailnewsAddress*messageLabel.labelString: ּ ã:
Netscape*prefs*mailnewsAddress*onlyMatchLabel.labelString:  ּҷϿ ã  ִ :
Netscape*prefs*mailnewsAddress*onlyMatchToggle.labelString:  ּҸ ϰ 丮 ˻ 
Netscape*prefs*mailnewsAddress*sortFirstToggle.labelString: ǥõ ̸ Ͽ ̸ (ּҷ ī忡)
Netscape*prefs*mailnewsAddress*sortLabel.labelString: ̸ ü ǥ :
Netscape*prefs*mailnewsAddress*sortLastToggle.labelString: ̸,   ̸ 
Netscape*prefs*mailnewsCopies*dFccButton.labelString: ãƺ...
Netscape*prefs*mailnewsCopies*dSaveToggle.labelString: ʾ '%s' (%s)
Netscape*prefs*mailnewsCopies*dtCopies.labelString: ʾȰ ø 
Netscape*prefs*mailnewsCopies*mailChooseButton.labelString: ãƺ...
Netscape*prefs*mailnewsCopies*mailCopies.labelString:  ޽  , ڵ
Netscape*prefs*mailnewsCopies*mailFccToggle.labelString:  %s(%s)
Netscape*prefs*mailnewsCopies*mailOtherToggle.labelString: ٸ ּҿ BCC:
Netscape*prefs*mailnewsCopies*newsChooseButton.labelString: ãƺ...
Netscape*prefs*mailnewsCopies*newsCopies.labelString:  ׷ ޽  , ڵ
Netscape*prefs*mailnewsCopies*newsFccToggle.labelString:  %s(%s)
Netscape*prefs*mailnewsCopies*newsOtherToggle.labelString: ٸ ּҿ BCC
Netscape*prefs*mailnewsCopies*tFccButton.labelString: ãƺ...
Netscape*prefs*mailnewsCopies*tSaveToggle.labelString: ø '%s' (%s)
Netscape*prefs*mailnewsHTML*noHTML.labelString: HTML  ޽   ִ  Ʈ \nο HTML  ޽ :
Netscape*prefs*mailnewsHTML*noHTMLAsk.labelString: ޽ HTML ̸  Ȯ ġ,\n׷  Ϲ ؽƮ .
Netscape*prefs*mailnewsHTML*noHTMLBoth.labelString: ޽ Ϲ ؽƮ   HTML  .\n(ũ     )
Netscape*prefs*mailnewsHTML*noHTMLHTML.labelString: ޽ HTML  ״ .\n(    )
Netscape*prefs*mailnewsHTML*noHTMLText.labelString: ޽ Ϲ ؽƮ ٲ㼭 .\n(   Ϻΰ ҵ  )
Netscape*prefs*mailnewsHTML*noHTMLoverride.labelString: ޽ ۼ â ɼ г \n޽       .
Netscape*prefs*mailnewsHTML*useHTML.labelString: ޽ 
Netscape*prefs*mailnewsHTML*useHTMLToggle.labelString: ޽ ۼ  HTML ⸦ .
Netscape*prefs*mailnewsHTML*usePlainToggle.labelString: ޽ ۼ  Ϲ ؽƮ ⸦ .
Netscape*prefs*mailnewsIdentity*attachCard.labelString: ޽ ׻ ּҷ ī ÷
Netscape*prefs*mailnewsIdentity*browse.labelString: ãƺ...
Netscape*prefs*mailnewsIdentity*editCard.labelString: ī ...
Netscape*prefs*mailnewsIdentity*editCardButton.labelString: ī ...
Netscape*prefs*mailnewsIdentity*emailAddrLabel.labelString: ڿ ּ:
Netscape*prefs*mailnewsIdentity*idLabel.labelString: \
   µ մϴ. ʿ \n\
 ϸ, ý ڳ ͳ   ü\n\
  Ͻñ ٶϴ.
Netscape*prefs*mailnewsIdentity*nameLabel.labelString:  ̸:
Netscape*prefs*mailnewsIdentity*orgLabel.labelString: Ҽ:
Netscape*prefs*mailnewsIdentity*replyToAddrLabel.labelString: \
 ּ(ڿ ּҿ ٸ 츸 Է):
Netscape*prefs*mailnewsIdentity*sigFileLabel.labelString:  :
Netscape*prefs*mailnewsMessages*autoquoteMyReplyLabel.labelString: Then, 
Netscape*prefs*mailnewsMessages*autoquoteSepLabel.labelString: Separate reply and quoted text by 
Netscape*prefs*mailnewsMessages*autoquoteSepLinesLabel.labelString: lines
Netscape*prefs*mailnewsMessages*autoquoteToggle.labelString:     ޽ ڵ ο
Netscape*prefs*mailnewsMessages*eightbitAsIsToggle.labelString: ״ (Ϻ ڿ  ߸   )
Netscape*prefs*mailnewsMessages*eightbitLabel.labelString: 8Ʈ θ ϴ ޽  :
Netscape*prefs*mailnewsMessages*eightbitQuotedToggle.labelString: \
"quoted printable" MIMEڵ \n\
(Ϻ ڿ̳ ׷ α׷    )
Netscape*prefs*mailnewsMessages*forwardLabel.labelString: ⺻ ޽  :
Netscape*prefs*mailnewsMessages*replyLabel.labelString: ޽ ް  :
Netscape*prefs*mailnewsMessages*spellToggle.labelString:   ޽  öڹ ˻ϱ
Netscape*prefs*mailnewsMessages*wrapLabel.labelString: ޽  ߱(wrap):
Netscape*prefs*mailnewsMessages*wrapLengthAfterLabel.labelString: ڿ ޽  ߱
Netscape*prefs*mailnewsMessages*wrapLengthLabel.labelString:  ޽  
Netscape*prefs*mailnewsMessages*wrapToggle.labelString:  ޽  â  ߾ ޽  ߱
Netscape*prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*defaultButton.labelString: \
⺻ 
Netscape*prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*deleteButton.labelString: \

Netscape*prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*editButton.labelString: \
...
Netscape*prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*newButton.labelString: \
߰...
Netscape*prefs*mailnewsMserver*iServerFrame*iServerBox*incomingServerLabel.labelString: \
  ϱ ؼ( ޽ ڵ ˻ϴ )\n\
 ϰ  Ŭϼ.
Netscape*prefs*mailnewsMserver*iServerFrame*incomingServerLabel.labelString: \
޴  
Netscape*prefs*mailnewsMserver*localFrame*localBox*chooseButton.labelString: \
ãƺ...
Netscape*prefs*mailnewsMserver*localFrame*localBox*localMailDir.labelString: \
丮: 
Netscape*prefs*mailnewsMserver*localFrame*localMailDirLabel.labelString: \
  丮
Netscape*prefs*mailnewsMserver*oServerFrame*oServerBox*chooseSSLLabel.labelString: \
ܺη  ޽   (SSL)̳ TLS:
Netscape*prefs*mailnewsMserver*oServerFrame*oServerBox*outgoingServerLabel.labelString: \
 ڿ (SMTP) :
Netscape*prefs*mailnewsMserver*oServerFrame*oServerBox*serverUsernameLabel.labelString: \
 ڿ   ̸:
Netscape*prefs*mailnewsMserver*oServerFrame*oServerBox*sslAlways.labelString: \
׻
Netscape*prefs*mailnewsMserver*oServerFrame*oServerBox*sslIfPossible.labelString: \
 
Netscape*prefs*mailnewsMserver*oServerFrame*oServerBox*sslNever.labelString: \

Netscape*prefs*mailnewsMserver*oServerFrame*outgoingServerLabel.labelString: \
 (SMTP) 
Netscape*prefs*mailnewsNServer*chooseButton.labelString: ãƺ...
Netscape*prefs*mailnewsNServer*dirLabel.labelString:  ׷ () :
Netscape*prefs*mailnewsNServer*localLabel.labelString:  ׷ 丮:
Netscape*prefs*mailnewsNServer*serverAddButton.labelString: ߰...
Netscape*prefs*mailnewsNServer*serverDefaultButton.labelString: ⺻ 
Netscape*prefs*mailnewsNServer*serverDeleteButton.labelString: 
Netscape*prefs*mailnewsNServer*serverEditButton.labelString: ...
Netscape*prefs*mailnewsNServer*serverLabel.labelString: 
Netscape*prefs*mailnewsNServer*sizeLimit2.labelString:  ̻ 
Netscape*prefs*mailnewsNServer*sizeLimitToggle.labelString: ٿε ޱ Ȯ. ޽
Netscape*prefs*mailnewsReceipts*both.labelString:   
Netscape*prefs*mailnewsReceipts*customizeButton.labelString: ...
Netscape*prefs*mailnewsReceipts*dsn.labelString: ޴    (DSN)
Netscape*prefs*mailnewsReceipts*inbox.labelString: ڿԿ ܵ
Netscape*prefs*mailnewsReceipts*mdn.labelString: ڰ ޽ ǥ  оٴ  ˷(MDN)
Netscape*prefs*mailnewsReceipts*never.labelString:   
Netscape*prefs*mailnewsReceipts*receiptsArriveLabel.labelString:  ϸ:
Netscape*prefs*mailnewsReceipts*receiveReceiptsLabel.labelString: ޽ ޾Ұ ̰  䱸ϸ(MDN)
Netscape*prefs*mailnewsReceipts*requestReceiptsLabel.labelString: ޽    ʿϴٸ    ʿ:
Netscape*prefs*mailnewsReceipts*sentmail.labelString:  ڿ  ܵ
Netscape*prefs*mailnewsReceipts*some.labelString: Ϻ ޽   
Netscape*prefs*offline*ask.labelString:  Ȯ
Netscape*prefs*offline*askDesc.labelString: \
Ŀ´͸  , Ʈũ  θ\n\
  .\n\
                          
Netscape*prefs*offline*offline.labelString:  ۾ 
Netscape*prefs*offline*offlineDesc.labelString: \
 ϰų, Ʈũ  ڰ\n\
ϰ  .
Netscape*prefs*offline*online.labelString: ¶ ۾ 
Netscape*prefs*offline*onlineDesc.labelString: \
׻ Ʈũ ͳݿ Ǿ .\n\
                                          
Netscape*prefs*offline*startupBoxLabel.labelString: Ŀ´ 
Netscape*prefs*offlineNews*daysAgoLabel.labelString:    ޽
Netscape*prefs*offlineNews*discussionLabel.labelString: \
ϰ  ׷  ¿ ,  ٿε\n\
 ޽ ؾ մϴ. `޽ ' ư Ŭؼ\n\
ٿε   ׷ Ͻʽÿ.
Netscape*prefs*offlineNews*discussionLabel2.labelString: (12  ׷ õǾ)
Netscape*prefs*offlineNews*downloadBoxLabel.labelString: ޽ ٿε
Netscape*prefs*offlineNews*downloadByDate.labelString: ¥ ٿε
Netscape*prefs*offlineNews*downloadDateFrom.labelString: ú
Netscape*prefs*offlineNews*downloadDateSince.labelString:  ¥ 
Netscape*prefs*offlineNews*downloadMsgs.labelString: ٿε
Netscape*prefs*offlineNews*msgsLabel.labelString: ޽
Netscape*prefs*offlineNews*selectDiscussion.labelString: ޽ ...
Netscape*prefs*proxies*auto.labelString:  ڵ 
Netscape*prefs*proxies*config.labelString:  ġ (URL)
Netscape*prefs*proxies*direct.labelString: ͳݿ  
Netscape*prefs*proxies*manual.labelString:   
Netscape*prefs*proxies*proxiesLabel.labelString: \
ô ǻͿ ͳ ̿(Ϲ ȭ\n\
Բ)   ߰ϰų, ĳø  ʿ\n\
  ٿ  ŵϴ.\n\
                                         \n\
                                         
Netscape*prefs*proxies*reload.labelString: ٽ б
Netscape*prefs*proxies*view.labelString: ڼ...
Netscape*prefs*relatedFrame*autoloadAdaptive.labelString: ó  
Netscape*prefs*relatedFrame*autoloadAlways.labelString: ׻
Netscape*prefs*relatedFrame*autoloadLabel.labelString: ڷ ã⸦ ڵ о
Netscape*prefs*relatedFrame*autoloadNever.labelString: 
Netscape*prefs*relatedFrame*enableRelated.labelString: ڷ ã 
Netscape*prefs*relatedFrame*excludedLabel.labelString: \
ڷ ã    Ʈ\n\
θ ǥ иϿ ּ.
Netscape*prefs*relatedFrame*relatedBoxLabel.labelString: ڷ ã
Netscape*prefs*smartUpdate*confirmToggle.labelString: Require manual confirmation of each install
Netscape*prefs*smartUpdate*enableToggle.labelString: Enable SmartUpdate
Netscape*prefs*smartUpdate*uninstallButton.labelString: Uninstall
Netscape*prefs*smartUpdate*uninstallLabel.labelString: To uninstall, select from the following list and click the Uninstall button
Netscape*prefs*webFontFrame*dynaFont.labelString:  ۲...
Netscape*prefs*webFontFrame*useDocFontSelective.labelString: \
  ۲ ,  ۲  
Netscape*prefs*webFontFrame*useDocFontWhenever.labelString: \
 ۲ ؼ   ۲ 
Netscape*prefs*webFontFrame*useFontLabel.labelString:   ۲  :
Netscape*prefs*webFontFrame*useMyFont.labelString: \
  ۲ ϰ, ⺻ ۲ 
Netscape*prefs.quotedTextSize.bigger: ũ
Netscape*prefs.quotedTextSize.normal: 
Netscape*prefs.quotedTextSize.smaller: ۰
Netscape*prefs.quotedTextStyle.bold: 
Netscape*prefs.quotedTextStyle.boldItalic:  ü
Netscape*prefs.quotedTextStyle.italic: ü
Netscape*prefs.quotedTextStyle.plain: 
Netscape*prefsApplEdit*applEditApp.labelString: α׷:
Netscape*prefsApplEdit*applEditAppBrowse.labelString: ãƺ...
Netscape*prefsApplEdit*applEditFrameLabel.labelString:  α׷
Netscape*prefsApplEdit*applEditNavigator.labelString: 
Netscape*prefsApplEdit*applEditPlugin.labelString: ÷:
Netscape*prefsApplEdit*applEditSave.labelString: ũ 
Netscape*prefsApplEdit*applEditUnknown.labelString: ˷ :  
Netscape*prefsApplEdit*defaultOutgoingToggle.labelString: ̷ Ȯڿ   MIME  ⺻ 
Netscape*prefsApplEdit*mimeTypesDescriptionLabel.labelString: :
Netscape*prefsApplEdit*mimeTypesLabel.labelString: MIME Ÿ:
Netscape*prefsApplEdit*mimeTypesSuffixLabel.labelString: Ȯ:
Netscape*prefsApplEdit_popup.title:  Ÿ  Ÿ 
Netscape*prefsDialogReceipts*instructLabel.labelString: \
޽   ̰  䱸ϴ (MDN)\n\
 쿡 :
Netscape*prefsDialogReceipts*mailingLabel.labelString: \
޽ ڳ  Ͽ  \n\
(ϸ Ʈ ޽ ):
Netscape*prefsDialogReceipts*otherLabel.labelString: \
׿ :
Netscape*prefsDialogReceipts*outsideLabel.labelString: \
޽  ٱ\n\
 (domain here):
Netscape*prefsDialogReceipts.title:  ȯ 
Netscape*prefsLang*langLabel.labelString: ߰  Ͻʽÿ.\n\n:
Netscape*prefsLang*otherLabel.labelString: Ÿ:
Netscape*prefsLang_popup.title:  ߰
Netscape*prefsLdapProp*descLabel.labelString: :	
Netscape*prefsLdapProp*numHitLabel.labelString: ִ  ȸ:
Netscape*prefsLdapProp*portNumberLabel.labelString: Ʈ ȣ:
Netscape*prefsLdapProp*rootLabel.labelString: ˻ Ʈ:
Netscape*prefsLdapProp*savePasswd.labelString: йȣ 
Netscape*prefsLdapProp*secure.labelString: 
Netscape*prefsLdapProp*serverLabel.labelString: LDAP :
Netscape*prefsLdapProp_popup.title: 丮     
Netscape*prefsMailFolderDialog*specificFolder.labelString: Ÿ:
Netscape*prefsProxiesView*ftpPortLabel.labelString: Ʈ:
Netscape*prefsProxiesView*ftpProxyLabel.labelString: FTP :
Netscape*prefsProxiesView*gopherPortLabel.labelString: Ʈ:
Netscape*prefsProxiesView*gopherProxyLabel.labelString: Gopher :
Netscape*prefsProxiesView*httpPortLabel.labelString: Ʈ:
Netscape*prefsProxiesView*httpProxyLabel.labelString: HTTP :
Netscape*prefsProxiesView*httpsPortLabel.labelString: Ʈ:
Netscape*prefsProxiesView*httpsProxyLabel.labelString: Security :
Netscape*prefsProxiesView*noProxyLabel.labelString:  :
Netscape*prefsProxiesView*proxyViewLabel1.labelString: \
ݽ ϴ  ͳ ݿ \n\
ÿ Ʈ ȣ մϴ.
Netscape*prefsProxiesView*proxyViewLabel2.labelString: \
ø  ʰ  ݽ ؾϴ\n\
ε  մϴ:
Netscape*prefsProxiesView*socksHostLabel.labelString: SOCKS ȣƮ:
Netscape*prefsProxiesView*socksPortLabel.labelString: Ʈ:
Netscape*prefsProxiesView*waisPortLabel.labelString: Ʈ:
Netscape*prefsProxiesView*waisProxyLabel.labelString: WAIS :
Netscape*prefsProxiesView_popup.title:   
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*UseSSL.labelString: \
Use secure connection. (SSL)
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*deleteLabel.labelString: \
When I delete a message:
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*expungeExitToggle.labelString: \
Clean up ("Expunge") Inbox on Exit.
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*imapImap.labelString: IMAP
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*markToggle.labelString: \
Mark it as deleted.\n\
(It will be removed when I select 'Compact This Folder')
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*removeToggle.labelString: \
Remove it immediately.\n\
(It can be restored by selecting Undo)
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*trashExitToggle.labelString: \
Empty Trash on Exit.
Netscape*prefs_popup*MailServerInfo*xmlFolder*form2*trashToggle.labelString: \
Move it to the Trash folder.\n\
(It will be removed when I select 'Empty Trash')
Netscape*prefs_popup.title: ȯ漳
Netscape*previousFlaggedMessage.documentationString: \
  ǥõ ޽ ̵
Netscape*previousMessage.documentationString: \
 ޽ ̵
Netscape*previousMessage.tipString: 
Netscape*previousUnreadMessage.documentationString: \
  ޽ ̵
Netscape*previousUnreadMessage.tipString:   ޽
Netscape*print.documentationString:  μ
Netscape*print.tipString:  μ
Netscape*printCmdString: μ...
Netscape*printFrameCmdString:  μ...
Netscape*printPreview.documentationString: ü  ̸
Netscape*printSetup*CancelLabelString: 
Netscape*printSetup*OK.labelString: Ȯ
Netscape*printSetup*OkLabelString: Ȯ
Netscape*printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
Netscape*printSetup*browseButton.labelString: ãƺ...
Netscape*printSetup*colorToggle.labelString: ÷
Netscape*printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
Netscape*printSetup*fileNameLabel.labelString:  ̸:
Netscape*printSetup*firstFirstToggle.labelString: ù 
Netscape*printSetup*greyscaleToggle.labelString: 
Netscape*printSetup*landscapeToggle.labelString: ()
Netscape*printSetup*lastFirstToggle.labelString:  
Netscape*printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
Netscape*printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
Netscape*printSetup*orientationLabel.labelString: :
Netscape*printSetup*paperSizeLabel.labelString:  ũ:
Netscape*printSetup*portraitToggle.labelString: ()
Netscape*printSetup*printColorLabel.labelString: μ:
Netscape*printSetup*printCommandLabel.labelString: μ :
Netscape*printSetup*printLabel.labelString: μ:
Netscape*printSetup*printToLabel.labelString: μ :
Netscape*printSetup*toFileToggle.labelString: 
Netscape*printSetup*toPrinterToggle.labelString: 
Netscape*printSetup.documentationString: μ ɼ 
Netscape*printSetup_popup.title: μ
Netscape*printing_popup*messageString: \n ...\n
Netscape*printing_popup.title:  
Netscape*productInfo.documentationString: \
ǰ   
Netscape*promptSubject_popup*messageString: \
 ޽  Է ʾҽϴ.\n\
 Ϸ,  ԷϽʽÿ.
Netscape*promptSubject_popup.title: ݽ  Է
Netscape*prompt_popup.title: Ʈ
Netscape*publish.documentationString: \
ٸ    ֵ,   Ǵ 丮  ø
Netscape*publish.tipString: 
Netscape*publishFilesDialog_popup.title: 
Netscape*publishLabel.labelString:  ġ(FTP Ǵ HTTP):	
Netscape*publishLocation.publishLabel.labelString: \
 HTTP Ǵ FTP ġ:
Netscape*publishLocationTitle.labelString:  ġ
Netscape*publishPreferences.tabLabelString: 
Netscape*publishTitle.labelString: ⺻  ġ
Netscape*question_popup*Cancel.labelString: 
Netscape*question_popup*OK.labelString: Ȯ
Netscape*question_popup.title: 
Netscape*quote.documentationString:  ο · ̱
Netscape*quote.tipString:   οϱ
Netscape*quoteMessage.documentationString: \
 ο · ̱
Netscape*quoteMessage.tipString:  ο
Netscape*quoteOriginalText.documentationString: \
 ο · ̱
Netscape*reallyQuitMessage:  â ݰ ݽ ұ?
Netscape*redirectionToInsecureDialog*toggle.labelString:    ǥ
Netscape*redirectionToInsecureDialog.CancelLabelString: 
Netscape*redirectionToInsecureDialog.OkLabelString: 
Netscape*redirectionToInsecureDialog.selectionLabelString: \
!      ׷ \n\
  û߽ϴ(ġ   \n\
  ˴ϴ).\n\
 ִ     ٸ  \n\
 ֽϴ.
Netscape*redirectionToInsecureDialog_popup.title:  
Netscape*redirectionToSecureDialog*toggle.labelString:    ǥ
Netscape*redirectionToSecureDialog.CancelLabelString: 
Netscape*redirectionToSecureDialog.OkLabelString: 
Netscape*redirectionToSecureDialog.selectionLabelString: \
!   ٸ Ʈ  Ǿϴ.\n\
   ϴ Ʈδ ӵ \n\
Դϴ.
Netscape*redirectionToSecureDialog_popup.title:  
Netscape*redo.documentationString:   ݺ
Netscape*redo.labelString:  ݺ
Netscape*refresh.documentationString:   ٽ ׸
Netscape*refresh.labelString: ٽ ׸
Netscape*registration.documentationString: \
ǰ 
Netscape*relatedItems.documentationString:  ׸
Netscape*relatedItems.labelString:  ׸
Netscape*relatedItems.tipString:  ׸
Netscape*relnotes.documentationString: \
 ϰ ִ Ŀ´   
Netscape*reload.documentationString:   ٽ б
Netscape*reload.labelString: ٽ б
Netscape*reload.tipString:    ٽ б
Netscape*reloadNonFrameCmdString: ٽ б
Netscape*reloadWithFrameCmdString:  ٽ б
Netscape*remove.labelString: 
Netscape*removeImageMap.labelString: ̹  
Netscape*removeLink.documentationString: \
ũ 
Netscape*removeLink.labelString: ũ 
Netscape*removeLinks.documentationString: \
Ŀ ġ Ǵ     ũ 
Netscape*removeLinks.labelString: ũ 
Netscape*renameFolder.documentationString:   ̸ 
Netscape*renameFolder.labelString:  ̸ ٲٱ...
Netscape*renameInitFilesMessage: \
  ݽ  ȯ漳 մϴ;\n\
ݽ ̹     ,\n\
 ̸ ٲϴ. ̵  ̸ \n\
Ͻðڽϱ?
Netscape*replySubmenu.documentationString: \
Ѹ Ǵ  ̻ ο 
Netscape*replyToAll.documentationString: \
 ޽ ߽   ο 
Netscape*replyToAll.labelString: ߽   
Netscape*replyToAll.tipString:  ο 
Netscape*replyToNewsgroup.documentationString: \
 ׷쿡  ø
Netscape*replyToNewsgroup.labelString:  ׷
Netscape*replyToSender.documentationString: \
 ޽ ߽ο 
Netscape*replyToSender.labelString: ߽
Netscape*replyToSender.tipString: ޽ 
Netscape*replyToSenderAndNewsgroup.documentationString: \
 ׷  ޽ ۼڿ 
Netscape*replyToSenderAndNewsgroup.labelString: ߽   ׷
Netscape*restoreDefault.labelString: ⺻ 
Netscape*right.labelString: 
Netscape*rot13.documentationString: ޽ ؽƮ 13  ŭ ȯ
Netscape*rot13Message.documentationString: \
ROT13 ڵ ޽ ũ 
Netscape*rot13Message.labelString: ũ  (ROT13)
Netscape*row.tabLabelString: 
Netscape*rowColorToggle.labelString:  
Netscape*save.documentationString:   
Netscape*save.labelString: 
Netscape*save.tipString: 
Netscape*saveAs.documentationString:   纻 
Netscape*saveAsCmdString: ٸ ̸ ...
Netscape*saveDraft.documentationString:  ޽ ʾ ϱ
Netscape*saveDraft.tipString:  ޽ ʾ 
Netscape*saveFile_popup.title:  
Netscape*saveFrameAs.documentationString:   纻 
Netscape*saveFramesetAsCmdString: ٸ ̸ ...
Netscape*saveMessageDialog_popup.title:   
Netscape*saveNewFile_popup.title:   
Netscape*savePassword.labelString: йȣ 
Netscape*saveRemote*cancel.labelString: 
Netscape*saveRemote*help.labelString: 
Netscape*saveRemote*imagesText.labelString: \
̹ ÿ ִ  Ÿϴ.
Netscape*saveRemote*imagesTitle.labelString: ̹
Netscape*saveRemote*imagesToggle.labelString:  Բ ̹ 
Netscape*saveRemote*infoText.labelString: \
  Ÿ  ִ\n\
Դϴ.   \n\
  ӽſ Ͻʽÿ.
Netscape*saveRemote*linksText.labelString: \
 ǵǾ ,  ġ(丮) ٸ  \n\
ũ  մϴ.\n\
\n\
 Ʈ  ũ  ϴ.
Netscape*saveRemote*linksTitle.labelString: ũ	
Netscape*saveRemote*linksToggle.labelString: Ÿ    ũ 
Netscape*saveRemote*save.labelString: 
Netscape*saveRemote_popup.title: Ÿ  
Netscape*saveTemplate.documentationString: ޽ ø   , ߿ ٽ .
Netscape*saveTemplate.labelString: ø
Netscape*saving_popup*messageString: \nũ  ...\n
Netscape*saving_popup.title: ũ  
Netscape*schemesTitle.labelString:  
Netscape*search.documentationString: ͳ  ˻
Netscape*search.tipString: ͳ ˻
Netscape*searchAddress.documentationString: 丮 ׸ ˻
Netscape*searchAddress.tipString: ּ ˻
Netscape*searchSaveAsPromptDialog.dialogTitle:   ׷ 
Netscape*selectAll.documentationString:  ü 
Netscape*selectAll.labelString: ü 
Netscape*selectAllCmdString: ü 
Netscape*selectAllInFrameCmdString: ü 
Netscape*selectAllMessages.labelString: ü ޽
Netscape*selectAllText.documentationString: ü  
Netscape*selectCategory.labelString: 
Netscape*selectFlaggedMessages.labelString:  ǥõ ޽
Netscape*selectNone.labelString:  
Netscape*selectSubmenu.labelString: ޽ 
Netscape*selectTable.documentationString: \
ü ̺ 
Netscape*selectTable.labelString: ̺ 
Netscape*selectThread.labelString: 
Netscape*selectedFile.labelString:  
Netscape*sendLink.documentationString: \
  ġ ο 
Netscape*sendLink.labelString: ũ 
Netscape*sendMessageLater.documentationString: ߿  ޽ Unsent Messages  α
Netscape*sendMessageNow.documentationString: ޽   Ǵ (߿  ׸   ִٸ,) ޽ Unsent Messages  
Netscape*sendMessageNow.tipString: ޽ 
Netscape*sendMessagesInOutbox.documentationString: \
Unsent Messages  ִ ޽ 
Netscape*sendNow_popup*Cancel.labelString: ƴϿ
Netscape*sendNow_popup*OK.labelString: 
Netscape*sendOrSendLater.documentationString: ޽ 
Netscape*sendOrSendLater.tipString: ޽ 
Netscape*sendPage.documentationString:   ο 
Netscape*sendPage.labelString:  
Netscape*serverDialogForm*portLabel.labelString: Ʈ:
Netscape*serverDialogForm*secureLabel.labelString: :
Netscape*serverDialogForm*secureToggle.labelString: 
Netscape*serverDialogForm*serverLabel.labelString: :
Netscape*set.labelString: 
Netscape*setAligmentStyleCenter.documentationString:  
Netscape*setAligmentStyleLeft.documentationString:  
Netscape*setAligmentStyleRight.documentationString:  
Netscape*setAlignmentStyle.documentationString:   
Netscape*setAlignmentStyle.tipString: 
Netscape*setAlignmentStyleCenter.documentationString: \
 
Netscape*setAlignmentStyleCenter.labelString: 
Netscape*setAlignmentStyleLeft.documentationString: \
 
Netscape*setAlignmentStyleLeft.labelString: 
Netscape*setAlignmentStyleRight.documentationString: \
 
Netscape*setAlignmentStyleRight.labelString: 
Netscape*setBookmarkMenuFolder.documentationString: \
  å ޴ 
Netscape*setBookmarkMenuFolder.labelString: å ޴ 
Netscape*setCharacterColor.documentationString:  ؽƮ  
Netscape*setColors_popup.title: 
Netscape*setDefaultDocCSID: ⺻ 
Netscape*setDefaultDocumentEncoding.documentationString: \
 ڵ ⺻ 
Netscape*setFontColor*documentationString: ۲  
Netscape*setFontColor*tipString: ۲ 
Netscape*setFontFace*documentationString: ü 
Netscape*setFontFace*tipString: ۲
Netscape*setFontSize*documentationString: ۲ ũ 
Netscape*setFontSize*tipString: ۲ ũ
Netscape*setFontSize.documentationString: \
۲ ũ⸦ ⺻ 
Netscape*setFontSize.labelString: ⺻
Netscape*setFontSizeMinusOne.documentationString: \
۲ ũ 1ܰ 
Netscape*setFontSizeMinusOne.labelString: -1
Netscape*setFontSizeMinusTwo.documentationString: \
۲ ũ 2ܰ 
Netscape*setFontSizeMinusTwo.labelString: -2
Netscape*setFontSizePlusFour.documentationString: \
۲ ũ 4ܰ 
Netscape*setFontSizePlusFour.labelString: +4
Netscape*setFontSizePlusOne.documentationString: \
۲ ũ 1ܰ 
Netscape*setFontSizePlusOne.labelString: +1
Netscape*setFontSizePlusThree.documentationString: \
۲ ũ 3ܰ 
Netscape*setFontSizePlusThree.labelString: +3
Netscape*setFontSizePlusTwo.documentationString: \
۲ ũ 2ܰ 
Netscape*setFontSizePlusTwo.labelString: +2
Netscape*setFontSizeZero.documentationString: \
۲ ũ ( ۲ ũ ؽƮ Ÿ)
Netscape*setFontSizeZero.labelString: +0
Netscape*setListStyleBulleted.documentationString: \
ȣ (Ҹ) Ʈ ,   
Netscape*setListStyleBulleted.labelString: Ҹ(ȣ ) Ʈ
Netscape*setListStyleNone.documentationString: \
Ʈ Ÿ 
Netscape*setListStyleNone.labelString:  
Netscape*setListStyleNumbered.documentationString: \
ȣ ִ Ʈ , , 
Netscape*setListStyleNumbered.labelString: ȣ ִ Ʈ
Netscape*setNewBookmarkFolder.documentationString: \
   å  
Netscape*setNewBookmarkFolder.labelString:  å  
Netscape*setObjectProperties.documentationString: \
 ü Ӽ 
Netscape*setPageProperties.documentationString: \
 Ӽ 
Netscape*setPageProperties.labelString:    Ӽ
Netscape*setParagraphStyle*documentationString: \
ܶ Ǵ Ӹ Ÿ 
Netscape*setParagraphStyle*tipString: ܶ Ÿ
Netscape*setParagraphStyleAddress.documentationString: \
ּ ŸϷ 
Netscape*setParagraphStyleAddress.labelString: ּ
Netscape*setParagraphStyleDescriptionText.documentationString: \
  ŸϷ 
Netscape*setParagraphStyleDescriptionText.labelString:  
Netscape*setParagraphStyleDescriptionTitle.documentationString: \
  ŸϷ 
Netscape*setParagraphStyleDescriptionTitle.labelString:  
Netscape*setParagraphStyleFormatted.documentationString: \
  ŸϷ 
Netscape*setParagraphStyleFormatted.labelString:  
Netscape*setParagraphStyleHeadingFive.documentationString: \
Ӹ 5 ŸϷ 
Netscape*setParagraphStyleHeadingFive.labelString: 5
Netscape*setParagraphStyleHeadingFour.documentationString: \
Ӹ 4 ŸϷ 
Netscape*setParagraphStyleHeadingFour.labelString: 4
Netscape*setParagraphStyleHeadingOne.documentationString: \
Ӹ 1 ŸϷ 
Netscape*setParagraphStyleHeadingOne.labelString: 1
Netscape*setParagraphStyleHeadingSix.documentationString: \
Ӹ 6 ŸϷ 
Netscape*setParagraphStyleHeadingSix.labelString: 6
Netscape*setParagraphStyleHeadingThree.documentationString: \
Ӹ 3 ŸϷ 
Netscape*setParagraphStyleHeadingThree.labelString: 3
Netscape*setParagraphStyleHeadingTwo.documentationString: \
Ӹ 2 ŸϷ 
Netscape*setParagraphStyleHeadingTwo.labelString: 2
Netscape*setParagraphStyleNormal.documentationString: \
 ŸϷ 
Netscape*setParagraphStyleNormal.labelString: 
Netscape*setPriority.labelString: 켱 	
Netscape*setSaveEncrypted.documentationString: \
  ȣȭϿ 
Netscape*setSaveEncrypted.labelString: ȣȭ 
Netscape*setTableProperties.documentationString: ̺ Ӽ 
Netscape*setToolbarFolder.documentationString: \
     
Netscape*setToolbarFolder.labelString:   
Netscape*showAllHeaders.documentationString: Ӹ ڼ 
Netscape*showAttachments.documentationString: ÷  ֱ
Netscape*showBCC.documentationString:    ֱ
Netscape*showBriefHeaders.labelString: 
Netscape*showCC.documentationString:   ֱ
Netscape*showFCC.documentationString:   ġ  ֱ
Netscape*showFollowupTo.documentationString: Send-followups-to  ֱ
Netscape*showFrom.documentationString: ߽  ֱ
Netscape*showImages.documentationString:   ̹ ֱ
Netscape*showImages.labelString: ̹ 
Netscape*showImages.tipString:  ̹ ǥ
Netscape*showNormalHeaders.documentationString: Ӹ 
Netscape*showPostTo.documentationString:  ׷ ߽  ֱ
Netscape*showReplyTo.documentationString:   ֱ
Netscape*showSubject.documentationString:   ֱ
Netscape*showTargets.labelString: ̵ ǥ ֱ: 
Netscape*showTo.documentationString:   ֱ
Netscape*sizeText.labelString:  ܶ Ÿ  ׵鸸\n⺻ ü ũ⸦  ֽϴ.
Netscape*sizeTitle.labelString: ü ũ
Netscape*solid.labelString: ܻ
Netscape*solidBorderLabel.labelString: ׵θ :
Netscape*solidCircle.labelString:  
Netscape*sortByDateCreated.documentationString: \
ۼ ¥  
Netscape*sortByDateFirstVisited.documentationString: \
ù 湮 ñ  
Netscape*sortByDateLastVisited.documentationString: \
 湮  
Netscape*sortByDateLastVisited.labelString:  湮 
Netscape*sortByExpirationDate.documentationString: \
  
Netscape*sortByLocation.documentationString: \
ġ  
Netscape*sortByTitle.documentationString: \
  
Netscape*sortByVisitCount.documentationString: \
湮 ȸ  
Netscape*source_popup*OK.labelString: Ȯ
Netscape*source_popup*save.labelString: ...
Netscape*source_popup*titleLabel.labelString: :
Netscape*source_popup*urlLabel.labelString: ġ:
Netscape*source_popup.title: ҽ 
Netscape*spaceAvailable.labelString:   ŭ 
Netscape*spellCheck.documentationString:   ˻
Netscape*spellCheck.labelString:  ˻...
Netscape*spellCheck.tipString:  ˻
Netscape*spellDialog*check.labelString: 
Netscape*spellDialog*done.labelString: Ϸ
Netscape*spellDialog*ignore.labelString: 
Netscape*spellDialog*ignore_all.labelString:  
Netscape*spellDialog*langAfrikaans.labelString: ī  ״
Netscape*spellDialog*langCatalan.labelString: īŻδϾƾ
Netscape*spellDialog*langCzech.labelString: üھ
Netscape*spellDialog*langDanish.labelString: ũ
Netscape*spellDialog*langDutch.labelString: ״
Netscape*spellDialog*langEnglish.labelString: 
Netscape*spellDialog*langEnglishUK.labelString:  ()
Netscape*spellDialog*langEnglishUS.labelString:  (̱)
Netscape*spellDialog*langFinnish.labelString: ɶ
Netscape*spellDialog*langFrench.labelString: 
Netscape*spellDialog*langGerman.labelString: Ͼ
Netscape*spellDialog*langGreek.labelString: ׸
Netscape*spellDialog*langHungarian.labelString: 밡
Netscape*spellDialog*langItalian.labelString: Żƾ
Netscape*spellDialog*langNorwegian.labelString: 븣̾
Netscape*spellDialog*langNorwegianBokmal.labelString: 븣̾ ()
Netscape*spellDialog*langNorwegianNynorsk.labelString: 븣̾ (븣ũ)
Netscape*spellDialog*langPolish.labelString: 
Netscape*spellDialog*langPortugueseBrazilian.labelString:  ()
Netscape*spellDialog*langPortugueseEuropean.labelString:  ()
Netscape*spellDialog*langRussian.labelString: þƾ
Netscape*spellDialog*langSpanish.labelString: ξ
Netscape*spellDialog*langSwedish.labelString: 
Netscape*spellDialog*learn.labelString: н
Netscape*spellDialog*list_label.labelString: :
Netscape*spellDialog*msgCorrect.labelString: [ ö  ]
Netscape*spellDialog*msgFinished.labelString: [ ˻ Ϸ ]
Netscape*spellDialog*msgNoSuggestions.labelString: [   ]
Netscape*spellDialog*msgNull.labelString: [ ]
Netscape*spellDialog*msgUnRecognized.labelString: [ νĵ  ܾ ]
Netscape*spellDialog*replace.labelString: ٲٱ
Netscape*spellDialog*replace_all.labelString:  ٲٱ
Netscape*spellDialog*stop.labelString: 
Netscape*spellDialog*text_label.labelString: ܾ:
Netscape*standardColorsTitle.labelString: ⺻ 
Netscape*startLabel.labelString:  ȣ
Netscape*stderr_popup.title: μ  (ǥؿ)
Netscape*stdout_popup.title: μ  (ǥ)
Netscape*stdout_stderr_popup.title: μ  (ǥ/ǥؿ)
Netscape*stopAnimationsCmdString: ִϸ̼ 
Netscape*stopLoading.documentationString:    
Netscape*stopLoading.labelString: б 
Netscape*stopLoading.tipString:  б 
Netscape*stopLoadingCmdString: б 
Netscape*streamingAudioQuery*Apply.labelString: 켱 
Netscape*streamingAudioQuery*ApplyLabelString: 켱 
Netscape*streamingAudioQuery*Cancel.labelString: 
Netscape*streamingAudioQuery*CancelLabelString: 
Netscape*streamingAudioQuery*OK.labelString: Ʈũ 
Netscape*streamingAudioQuery*OkLabelString: Ʈũ 
Netscape*streamingAudioQuery.selectionLabelString: \
͸ ϰ  , ܺ α׷ ̿Ͽ Ʈũ\n\
ϰڽϱ? ƴϸ 켱 Ϸ   ϰڽϱ?
Netscape*streamingAudioQuery_popup.title: 
Netscape*styleLabel.labelString: ܶ Ÿ:
Netscape*styleTitle.labelString: Ÿ
Netscape*subjectFormW*subjectLabel.labelString: :
Netscape*subscribeFolder*addNewsServer.labelString:  ߰...
Netscape*subscribeFolder*clearNewGroups.labelString: 
Netscape*subscribeFolder*clearSubscribe.labelString:  
Netscape*subscribeFolder*collapseAll.labelString: ü 
Netscape*subscribeFolder*expandAll.labelString: ü Ȯ
Netscape*subscribeFolder*fetchGroupList.labelString: ׷ ҷ
Netscape*subscribeFolder*getNewGroups.labelString:  ҷ
Netscape*subscribeFolder*newsgroupLabel.labelString:  ׷:
Netscape*subscribeFolder*onserverLabel.labelString: ˻ :
Netscape*subscribeFolder*search.labelString: ˻ 
Netscape*subscribeFolder*searchLabel.labelString: ˻ :
Netscape*subscribeFolder*serverLabel.labelString: :
Netscape*subscribeFolder*setSubscribe.labelString: 
Netscape*subscribeFolder*stopLoading.labelString: 
Netscape*subscribeFolder*subNewInfoLabel.labelString:  Ʈ  ķ  ο  ׷ ݴϴ.
Netscape*subscribeFolder*subscribe.labelString: 
Netscape*subscribeFolder*unsubscribe.labelString:  
Netscape*systemLabel.labelString: ݽ ý (HTTP-EQUIV ±):
Netscape*table.tabLabelString: ̺
Netscape*tableAlignmentBox*center.labelString: 
Netscape*tableAlignmentBox*left.labelString: 
Netscape*tableAlignmentBox*right.labelString: 
Netscape*tableAlignmentTitle.labelString: ̺ 
Netscape*tableColorToggle.labelString: ̺ 
Netscape*tableColumnsLabel.labelString:  :
Netscape*tableCreateDialog_popup.title:  ̺ Ӽ
Netscape*tableHeightToggle.labelString: ̺ ּ 
Netscape*tablePropertiesDialog_popup.title: ̺ Ӽ
Netscape*tableRowsLabel.labelString:  :
Netscape*tableWidthToggle.labelString: ̺ ʺ
Netscape*targetLabel.labelString: ̵ ǥ ̸ ԷϽÿ:
Netscape*targetPropertiesDialog_popup.title: ̵ ǥ Ӽ
Netscape*taskBarContextMenu*floatingTaskBarAlwaysOnTop.labelString: ׻ 
Netscape*taskBarContextMenu*floatingTaskBarClose.labelString: ݱ
Netscape*templateInfo.labelString: \
/ /ø  ޴  \n\
  ϴ.
Netscape*templateTitle.labelString:   ø
Netscape*textAlignment*baselines.labelString: ؼ
Netscape*textAlignment*bottom.labelString: Ʒ
Netscape*textAlignment*center.labelString: 
Netscape*textAlignment*default.labelString: ⺻
Netscape*textAlignment*left.labelString: 
Netscape*textAlignment*right.labelString: 
Netscape*textAlignment*top.labelString: 
Netscape*textAlignmentTitle.labelString: ̺  
Netscape*textColor.tipString: ۲ 
Netscape*textOtherTitle.labelString: ؽƮ Ÿ
Netscape*textPropertiesDialog_popup.title: Ӽ
Netscape*threeDShading.labelString: 3 
Netscape*title: ݽ
Netscape*titleFrameTitle.labelString:  
Netscape*titleLabel.labelString: :
Netscape*toBtn.documentationString:  ׸  ޽ ۼ
Netscape*toggleCharacterStyleBlink.documentationString: \
 ŸϷ 
Netscape*toggleCharacterStyleBlink.labelString: 
Netscape*toggleCharacterStyleBold.documentationString: \
 ۾ü  <Alt+B>
Netscape*toggleCharacterStyleBold.labelString: 
Netscape*toggleCharacterStyleBold.tipString:  <Alt+B>
Netscape*toggleCharacterStyleFixed.documentationString: \
 ŸϷ 
Netscape*toggleCharacterStyleFixed.labelString: 
Netscape*toggleCharacterStyleItalic.documentationString: \
Ӳ÷  <Alt+I>
Netscape*toggleCharacterStyleItalic.labelString: Ӳ
Netscape*toggleCharacterStyleItalic.tipString: Ӳ <Alt+I>
Netscape*toggleCharacterStyleStrikethrough.documentationString: \
Ҽ ŸϷ 
Netscape*toggleCharacterStyleStrikethrough.labelString: Ҽ
Netscape*toggleCharacterStyleSubscript.documentationString: \
Ʒ÷ ŸϷ 
Netscape*toggleCharacterStyleSubscript.labelString: Ʒ÷
Netscape*toggleCharacterStyleSuperscript.documentationString: \
÷ ŸϷ 
Netscape*toggleCharacterStyleSuperscript.labelString: ÷
Netscape*toggleCharacterStyleUnderline.documentationString: \
 ǥ <Alt+U>
Netscape*toggleCharacterStyleUnderline.labelString: 
Netscape*toggleCharacterStyleUnderline.tipString:  <Alt+U>
Netscape*toggleFormatToolbar.documentationString: \
  ֱ/߱
Netscape*toggleFormatToolbar.labelString:  
Netscape*toggleLocationToolbar.documentationString: ġ  ֱ/߱
Netscape*toggleMenubar.documentationString: \
޴ ֱ/߱
Netscape*toggleMenubar.labelString: ޴ 
Netscape*toggleParagraphMarks.documentationString: \
 ܶ  ׷ ȣ ǥ ֱ/߱
Netscape*togglePersonalToolbar.documentationString:   ֱ/߱
Netscape*toggleTaskbarShowing.documentationString: \
Ʈ  ֱ/
Netscape*toolBar*abCall.labelString: ȭɱ
Netscape*toolBar*abDelete.labelString: 
Netscape*toolBar*abEditEntry.labelString: Ӽ
Netscape*toolBar*addNewsgroup.labelString: 
Netscape*toolBar*addresseePicker.labelString: ּ
Netscape*toolBar*back.labelString: ڷ
Netscape*toolBar*composeArticle.labelString: ޽
Netscape*toolBar*composeArticle.tipString:  ޽
Netscape*toolBar*composeArticleHTML.labelString: HTML 
Netscape*toolBar*composeArticlePlain.labelString:  ؽƮ 
Netscape*toolBar*composeMessage.labelString: ޽
Netscape*toolBar*composeMessageHTML.labelString: HTML 
Netscape*toolBar*composeMessagePlain.labelString: Ϲ ؽƮ
Netscape*toolBar*copyMessage.documentationString:  ޽  
Netscape*toolBar*copyMessage.labelString: ̵
Netscape*toolBar*copyMessage.tipString:  ޽ 
Netscape*toolBar*deleteAny.documentationString:  ޽ 
Netscape*toolBar*deleteAny.labelString: 
Netscape*toolBar*deleteAny.tipString:  ޽ 
Netscape*toolBar*deleteFolder.labelString: 
Netscape*toolBar*deleteMessage.labelString: 
Netscape*toolBar*destinations.labelString: ݽ
Netscape*toolBar*forward.labelString: 
Netscape*toolBar*forwardMessage.labelString: 
Netscape*toolBar*getNewMessages.labelString: 
Netscape*toolBar*guide.labelString: ȳ
Netscape*toolBar*home.labelString: Ȩ
Netscape*toolBar*loadImages.labelString: ̹ ҷ
Netscape*toolBar*moveMessage.documentationString:  ޽  ̵
Netscape*toolBar*moveMessage.labelString: ̵
Netscape*toolBar*moveMessage.tipString:  ޽ ̵
Netscape*toolBar*newBlank.labelString:  
Netscape*toolBar*newFolder.labelString:  
Netscape*toolBar*newTemplate.labelString: ø 
Netscape*toolBar*newWizard.labelString:  
Netscape*toolBar*nextCategory.labelString:  
Netscape*toolBar*nextFlaggedMessage.labelString:   ǥõ ޽
Netscape*toolBar*nextMessage.labelString: 
Netscape*toolBar*nextMessage.tipString:   ޽
Netscape*toolBar*nextUnreadCategory.labelString:   
Netscape*toolBar*nextUnreadCollection.labelString:   ׷
Netscape*toolBar*nextUnreadMessage.labelString:   ޽
Netscape*toolBar*nextUnreadThread.labelString:   
Netscape*toolBar*openPage.labelString:  ...
Netscape*toolBar*popup_PopupMenu.PopupMenu.replyToNewsgroup.labelString:  ׷
Netscape*toolBar*popup_PopupMenu.PopupMenu.replyToSender.labelString: ߽
Netscape*toolBar*previousMessage.labelString: 
Netscape*toolBar*previousUnreadMessage.labelString:   ޽
Netscape*toolBar*print.labelString: μ
Netscape*toolBar*publish.labelString: 
Netscape*toolBar*quote.labelString: ο
Netscape*toolBar*reload.labelString: ٽ б
Netscape*toolBar*replyToNewsgroup.labelString: 
Netscape*toolBar*replyToNewsgroup.tipString: ޽ ϱ
Netscape*toolBar*replyToSender.labelString: 
Netscape*toolBar*save.labelString: 
Netscape*toolBar*saveAs.labelString: ٸ ̸ ...
Netscape*toolBar*saveDraft.labelString: 
Netscape*toolBar*search.labelString: ˻
Netscape*toolBar*searchAddress.labelString: 丮
Netscape*toolBar*sendMessageNow.labelString: 
Netscape*toolBar*sendPage.labelString:  
Netscape*toolBar*showImages.labelString: ̹
Netscape*toolBar*stopLoading.labelString: 
Netscape*toolBar*viewAddresses.labelString: ּ
Netscape*toolBar*viewDirectories.labelString: 丮
Netscape*toolBar*viewSecurity.labelString: 
Netscape*toolBar.SendOrSendLater.labelString: 
Netscape*toolBar.abNewList.labelString: Ʈ
Netscape*toolBar.addToAddressBook.labelString: ī
Netscape*toolBar.attach.labelString: ÷
Netscape*toolBar.bccAB.labelString:  :
Netscape*toolBar.browsePage.labelString: ̸
Netscape*toolBar.ccAB.labelString: :
Netscape*toolBar.copy.labelString: 
Netscape*toolBar.cut.labelString: ߶󳻱
Netscape*toolBar.deleteABEntry.labelString: 
Netscape*toolBar.deleteMessage.labelString: 
Netscape*toolBar.directoryAB.labelString: 丮
Netscape*toolBar.editDocument.labelString: 
Netscape*toolBar.editorBrowse.labelString: ̸
Netscape*toolBar.editorNewBlank.labelString:  
Netscape*toolBar.editorOpenFile.labelString: ...
Netscape*toolBar.findInObject.labelString: ã
Netscape*toolBar.forwardMessage.labelString: 
Netscape*toolBar.getNewMail.labelString:  
Netscape*toolBar.insertHorizontalLine.labelString: 
Netscape*toolBar.insertImage.labelString: ̹
Netscape*toolBar.insertLink.labelString: ũ
Netscape*toolBar.insertTable.labelString: ̺
Netscape*toolBar.insertTarget.labelString: ̵ ǥ
Netscape*toolBar.mailNew.labelString:  ޽
Netscape*toolBar.markAllRead.labelString:  ޽
Netscape*toolBar.markThreadRead.labelString: 
Netscape*toolBar.newBlank.labelString:  
Netscape*toolBar.nextUnreadMessage.labelString: 
Netscape*toolBar.openAddrBook.labelString: ּ
Netscape*toolBar.openPage.labelString: 
Netscape*toolBar.paste.labelString: ٿֱ
Netscape*toolBar.postAndMailReply.labelString: 
Netscape*toolBar.postNew.labelString:  ޽
Netscape*toolBar.postReply.labelString:  
Netscape*toolBar.previousUnreadMessage.labelString: 
Netscape*toolBar.publish.labelString: 
Netscape*toolBar.quoteMessage.labelString: ο
Netscape*toolBar.replyToAll.labelString:  
Netscape*toolBar.replyToSender.labelString: 
Netscape*toolBar.save.labelString: 
Netscape*toolBar.spellCheck.labelString: 
Netscape*toolBar.toAB.labelString: :
Netscape*toolBox*Tab0.documentationString: ˻ 
Netscape*toolBox*Tab0.tipString: ˻ 
Netscape*toolBox*Tab1.documentationString: ġ 
Netscape*toolBox*Tab1.tipString: ġ 
Netscape*topBottomLabel.labelString: , Ʒ:
Netscape*twBig5EncCmdString:  ߱ (Big5)
Netscape*twEUCEncCmdString:  ߱ (EUC-TW)
Netscape*undo.documentationString:   
Netscape*undo.labelString: 
Netscape*unicode_utf7EncCmdString: ڵ (UTF-7)
Netscape*unicode_utf8EncCmdString: ڵ (UTF-8)
Netscape*unnumbered.labelString: Ҹ(ȣ ) Ʈ
Netscape*unsentMailMessage: \
Unsent  ޽  ʽϴ. ޽  ʰ ϰڽϱ?
Netscape*unsubscribeNewsgroupCmdString:  
Netscape*updateMessageCount.documentationString: \
 ޽  
Netscape*updatedLabel.labelString:   ¥:
Netscape*upgrade.documentationString: \
ݽ Ʈ ׷̵  ޱ
Netscape*uploadFile.documentationString:  FTP 丮  ø()
Netscape*uploadMessageDialog_popup.title:  ε 
Netscape*upperAlpha.labelString: A,B,C,D,E..
Netscape*upperRoman.labelString: I,II,III,IV,V..
Netscape*urlBar*inetIndex.labelString: ͳ
Netscape*urlBar*inetSearch.labelString: ãƺ
Netscape*urlBar*inetWhite.labelString: 
Netscape*urlBar*inetYellow.labelString:  ˻
Netscape*urlBar*newsgroups.labelString: ׷
Netscape*urlBar*upgrade.labelString: Ʈ
Netscape*urlBar*welcome.labelString: ȯ
Netscape*urlBar*whatsCool.labelString:    Ʈ
Netscape*urlBar*whatsNew.labelString: ֽ Ʈ
Netscape*urlLocationLabel.editedLabelString: ãư:
Netscape*urlLocationLabel.labelString: ġ:
Netscape*urlLocationLabel.netsiteLabelString: ݻƮ:
Netscape*urlLocationLabel.uneditedLabelString: ġ:
Netscape*urlLocationProxyIcon.documentationString: \
 ġ  åǳ (ũ ۼ), ũ ž  ʽÿ.
Netscape*urlLocationProxyIcon.tipString: \
   ũ ۼϷ,    ʽÿ.
Netscape*useAsBackground.labelString:  
Netscape*useDefault.labelString: ⺻ ġ 
Netscape*useImage.labelString: ̹ 
Netscape*userLabel.labelString:  (META ±):
Netscape*usernameLabel.labelString:  ̸:
Netscape*valueLabel.labelString: :
Netscape*verticalLabel.labelString:  
Netscape*viewAllThreads.documentationString:   ֱ
Netscape*viewAttachments.documentationString: \
÷ 
Netscape*viewAttachmentsInline.documentationString: \
÷ε  ޽ 
Netscape*viewDirectories.documentationString: LDAP 丮 ּ ã 
Netscape*viewDirectories.tipString: ּ ã 
Netscape*viewMailFilter.labelString:  
Netscape*viewNew.documentationString:  ޽ ֱ
Netscape*viewPageInfo.documentationString:    
Netscape*viewPageInfo.labelString:  
Netscape*viewPageSource.documentationString:   ҽ 
Netscape*viewPageSource.labelString:  ҽ
Netscape*viewProperties.documentationString: \
ּҷ ī   Ӽ 
Netscape*viewSecurity.documentationString: \
  ֱ
Netscape*viewSecurity.tipString:   ֱ
Netscape*viewThreadsWithNew.documentationString: \
 ޽   
Netscape*viewWatchedThreadsWithNew.documentationString: \
 ޽   ߿  ǥø  常 ֱ
Netscape*visual_popup*listLabelString:  ־:
Netscape*visual_popup.title: X ־ 
Netscape*watchThread.documentationString: \
 忡  ޽  ֱ
Netscape*whatsCool.documentationString:    Ʈ
Netscape*whatsNew.documentationString: ֽ Ʈ
Netscape*where.labelString: where
Netscape*widthLabel.labelString: ʺ:
Netscape*wrapLines.documentationString: 72 ڰ   ٹٲ
Netscape*wrapLongLines.documentationString: \
â ũ⿡ µ  ޽  ٹٲ
Netscape*wrapLongLines.labelString:   ڵ ٹٲ
Netscape*wrapSearchBackwardMessage:  Դϴ. Ʒ  ˻ұ?
Netscape*wrapSearchMessage:  Դϴ.  ˻ұ?
Netscape*wrapSearchNotFoundMessage: ˻ ڿ 
Netscape*yes.labelString: 
Netscape*MessageDownload*stopButtonForm*stopLoading.labelString: 
Netscape*NewsDownload*allToggle.labelString:  Ӹ ٿε ޱ
Netscape*NewsDownload*markOthersRead.labelString: ִ Ӹ   ǥ
Netscape*NewsDownload*numMessagesCaption.labelString: Ӹ 
Netscape*NewsDownload*numMessagesToggle.labelString: ٿε
Netscape*NewsDownload_popup.title: Ӹ ٿε ޱ
! generated by resourcemerge.pl at Sat Jun  5 21:26:40 KST 1999
!   by CHOI Junho <cjh@kr.freebsd.org>
!   for Netscape localization kit
!
Netscape*strings.21001: (unrecognized)
Netscape*strings.21002: (autoselect)
Netscape*strings.21003: (default)
Netscape*strings.21004: (not found)
Netscape*strings.21010: %s image %dx%d pixels
Netscape*strings.21011: Images are %d bits deep with %d cells allocated.
Netscape*strings.21012: Images are monochrome.
Netscape*strings.21013: Images are %d bit greyscale.
Netscape*strings.21014: Images are %d bit truecolor.
Netscape*strings.21020: This is a searchable index. Enter search keywords: 
Netscape*strings.21031: Main Hotlist
Netscape*strings.21032: <!-- This is an automatically generated file.\n\
    It will be read and overwritten.\n\
    Do Not Edit! -->\n
Netscape*strings.21033: ---End of History List---\n
Netscape*strings.21034: Save History List
Netscape*strings.21040: Connect: Looking up host: %.256s...
Netscape*strings.21041: Connect: Contacting host: %.256s...
Netscape*strings.21042: Error: Could not make connection non-blocking.
Netscape*strings.21043: Unable to locate host %.256s.
Netscape*strings.21044: Unable to locate host %.256s.
Netscape*strings.21045: Reading file...
Netscape*strings.21046: Reading file...Error Zero Length
Netscape*strings.21047: Reading directory...
Netscape*strings.21048: Reading file...Done
Netscape*strings.21049: Reading directory...Done
Netscape*strings.21050: Receiving FTP file
Netscape*strings.21051: Receiving FTP directory
Netscape*strings.21052: Receiving data.
Netscape*strings.21053: Transferring data from %.256s
Netscape*strings.21054: Connect: Host %.256s contacted. Waiting for reply...
Netscape*strings.21055: Connect: Trying again (HTTP 0.9)...
Netscape*strings.21056: Connect: Host contacted. Waiting for reply (Gopher)
Netscape*strings.21057: Mail sent successfully
Netscape*strings.21058: Receiving newsgroups...
Netscape*strings.21059: Receiving newsgroups...
Netscape*strings.21060: Receiving articles...
Netscape*strings.21061: Receiving articles...
Netscape*strings.21062: Reading newsgroup list
Netscape*strings.21063: Reading newsgroup overview information
Netscape*strings.21064: Sorting articles...
Netscape*strings.21065: Starting Java...
Netscape*strings.21066: Starting Java...done
Netscape*strings.21101: Unable to invoke external viewer
Netscape*strings.21102: Proxy is requiring an authentication scheme that is not supported.
Netscape*strings.21103: Out of memory error in HTTP Load routine!
Netscape*strings.21104: Unknown status reply from server: %d!
Netscape*strings.21105: Warning! Non-critical application error: NET_TotalNumberOfProcessingURLs < 0
Netscape*strings.21106: Warning! Non-critical application error: NET_TotalNumberOfOpenConnections < 0
Netscape*strings.21107: URN's not internally supported, use an HTTP proxy server: 
Netscape*strings.21108: reentrant call to Interrupt window
Netscape*strings.21109: Bad message number
Netscape*strings.21110: Article number out of range
Netscape*strings.21111: Could not load mailbox
Netscape*strings.21113: SMTP Error sending mail. Server responded: %.256s
Netscape*strings.21114: Warning: unrecognized character set: `
Netscape*strings.21115: Alert! did not find a converter or decoder
Netscape*strings.21116: Cannot add the result of a form submission to the hotlist
Netscape*strings.21117: Warning: an HTTP proxy host was specified\n\
(%.2048s), but that host is unknown.\n\
\n\
This means that external hosts will be unreachable.\n\
Perhaps there is a problem with your name server?\n\
Consult your system administrator.
Netscape*strings.21118: Warning: a SOCKS host was specified (%.2048s)\n\
but that host is unknown.\n\
\n\
This means that external hosts will be unreachable.\n\
\n\
Perhaps there is a problem with your name server?\n
Netscape*strings.21119: If your site must use a non-root name server, you will\n\
need to set the $SOCKS_NS environment variable to\n\
point at the appropriate name server.  It may (or\n\
may not) be necessary to set this variable, or the\n\
SOCKS host preference, to the IP address of the host\n\
in question rather than its name.\n\
\n
Netscape*strings.21120: Consult your system administrator.
Netscape*strings.21121: Warning: the following hosts are unknown: \n\
\n
Netscape*strings.21122: Warning: the host %.256s is unknown.\n
Netscape*strings.21123: \n\
This means that some or all hosts will be unreachable.\n\
\n\
Perhaps there is a problem with your name server?\n
Netscape*strings.21124: On SunOS 4 systems, there are two %s executables,\n\
one for sites using DNS, and one for sites using YP/NIS.\n\
This is the DNS executable.  Perhaps you need to use\n\
the other one?\n\
\n
Netscape*strings.21125: On SunOS 4 systems, there are two %s executables,\n\
one for sites using DNS, and one for sites using YP/NIS.\n\
This is the YP/NIS executable.  Perhaps you need to use\n\
the other one?\n\
\n
Netscape*strings.21130: Warning: this is an executable `%.1024s' script!\n\
\n\
You are about to execute arbitrary system commands\n\
on your local machine.  This is a security risk.\n\
Unless you completely understand this script, it\n\
is strongly recommended you not do this.\n\
\n\
Execute the script?
Netscape*strings.21131: Warning: this is an executable `%.1024s' script!\n\
\n\
You may be about to execute arbitrary system commands\n\
on your local machine.  This is a security risk.\n\
Unless you completely understand this script, it\n\
is strongly recommended you not do this.\n\
\n\
Execute the script?
Netscape*strings.21133: Authorization failed.  Retry?
Netscape*strings.21134: Proxy authorization failed.  Retry?
Netscape*strings.21135: Repost form data?
Netscape*strings.21136: Before viewing all newsgroups, Netscape saves\n\
a copy of the newsgroup list.\n\
\n\
On a modem or slow connection, this may take a\n\
few minutes. You can choose New Window from the\n\
File menu to continue browsing.  Proceed?
Netscape*strings.21137: This form is being submitted via e-mail.\n\
Submitting the form via e-mail will reveal\n\
your e-mail address to the recipient, and\n\
will send the form data without encrypting\n
Netscape*strings.21139: it for privacy.  You may not want to submit\n\
sensitive or private information via this\n\
form.  You may continue or cancel this\n\
submission.  
Netscape*strings.21151: message: invalid specifier `%c'\n
Netscape*strings.21152: Implement more temp name
Netscape*strings.21153: Implement more XPStats
Netscape*strings.21160: Please enter a username for news server access
Netscape*strings.21161: Enter password for user %s: 
Netscape*strings.21204: <TITLE>Error!</TITLE>\n\
<H1>Error!</H1> newsgroup server responded: <b>%.256s</b><p>\n
Netscape*strings.21205: <b><p>Perhaps the article has expired</b><p>\n
Netscape*strings.21218: <TITLE>FTP Error</TITLE>\n\
<H1>FTP Error</H1>\n\
<h2>Could not login to FTP server</h2>\n\
<PRE>
Netscape*strings.21219: <TITLE>FTP Error</TITLE>\n\
<H1>FTP Error</H1>\n\
<h2>FTP Transfer failed:</h2>\n\
<PRE>
Netscape*strings.21220: <TITLE>Gopher Index %.256s</TITLE><H1>%.256s <BR>Gopher Search</H1>\n\
This is a searchable Gopher index.\n\
Use the search function of your browser to enter search terms.\n\
<ISINDEX>
Netscape*strings.21221: <TITLE>CSO Search of %.256s</TITLE><H1>%.256s CSO Search</H1>\n\
A CSO database usually contains a phonebook or directory.\n\
Use the search function of your browser to enter search terms.\n\
<ISINDEX>
Netscape*strings.21222: <TITLE>Missing Post reply data</TITLE>\n\
<H1>Data Missing</H1>\n\
This document resulted from a POST operation and has expired from the\n\
cache.  If you wish you can repost the form data to recreate the\n\
document by pressing the <b>reload</b> button.\n
Netscape*strings.21250: RSA Public Key Cryptography
Netscape*strings.21251: International
Netscape*strings.21252: This is an insecure document that is not encrypted and offers no security\n\
protection.
Netscape*strings.21253: <h3>No new newsgroups</h3>
Netscape*strings.21256: Enter username for %.200s at %.200s: 
Netscape*strings.21257: Type in a newsgroup to add to the list: 
Netscape*strings.21260: This is a secure document that uses a medium-grade encryption key suited\n\
for U.S. export
Netscape*strings.21261: This is a secure document that uses a high-grade encryption key for U.S.\n\
domestic use only
Netscape*strings.21270: Bookmarks have changed on disk and are being reloaded.
Netscape*strings.21271: The address book has changed on disk and is being reloaded.
Netscape*strings.21272: Bookmarks have changed on disk.  Discard your unsaved changes\n\
and reload?
Netscape*strings.21273: The address book has changed on disk.  Discard your unsaved changes\n\
and reload?
Netscape*strings.21274: Error saving bookmarks file!
Netscape*strings.21275: Error saving address book file!
Netscape*strings.21276: This is a searchable index. Enter search keywords: 
Netscape*strings.21277: Reset
Netscape*strings.21278: Submit Query
Netscape*strings.21279: <H3>No info while document is loading</H3>\n
Netscape*strings.21280: <LI>Encoding: 
Netscape*strings.21281: <b>Form %d: </b><UL>
Netscape*strings.21282: %ld hours ago
Netscape*strings.21283: %ld days ago
Netscape*strings.21284: There are %ld aliases to %s
Netscape*strings.21285: There is 1 alias to %s
Netscape*strings.21286: There are no aliases to %s
Netscape*strings.21287: Nicknames may only have letters and numbers\n\
in them.  The nickname has not been changed.
Netscape*strings.21288: An entry with this nickname already exists.\n\
The nickname has not been changed.
Netscape*strings.21289: This item has %d alias(es). These aliases \n\
will be removed, as well.
Netscape*strings.21290: Some of the items you are about to remove \n\
have one or more aliases. The aliases will \n\
be removed, as well.
Netscape*strings.21291: <!-- This is an automatically generated file.
Netscape*strings.21292: It will be read and overwritten.
Netscape*strings.21293: Do Not Edit! -->
Netscape*strings.21294: New Folder
Netscape*strings.21295: New Bookmark
Netscape*strings.21296: Not Found
Netscape*strings.21297: Open bookmarks file
Netscape*strings.21298: Import bookmarks file
Netscape*strings.21299: Save bookmarks file
Netscape*strings.21300: Less than one hour ago
Netscape*strings.21301: The global history database is currently closed
Netscape*strings.21302: Unknown
Netscape*strings.21303: The global history database is currently empty
Netscape*strings.21304: <BR>\n\
<TT>Date:</TT> %s<P>
Netscape*strings.21305: \n\
<HR>\n\
<TT>Total entries:</TT> %ld<P>
Netscape*strings.21306: Personal Bookmarks
Netscape*strings.21307: <!-- This is an automatically generated file.\n\
It will be read and overwritten.\n\
Do Not Edit! -->\n
Netscape*strings.21308: Loading plug-in
Netscape*strings.21309: at %ld bytes/sec
Netscape*strings.21310: at %.1fK/sec
Netscape*strings.21311: at %.1fM/sec
Netscape*strings.21312: stalled
Netscape*strings.21313: %lu
Netscape*strings.21314: %luK
Netscape*strings.21315: %3.2fM
Netscape*strings.21316: %02ld:%02ld: %02ld remaining
Netscape*strings.21317: %02ld: %02ld remaining
Netscape*strings.21318: %ld sec%s remaining
Netscape*strings.21319: Version: 
Netscape*strings.21320: Serial Number: 
Netscape*strings.21321: Issuer: 
Netscape*strings.21322: Subject: 
Netscape*strings.21323: Version: %s%sSerial Number: %s%sIssuer:  %s%sSubject: %s%sNot Valid Before: %s%sNot Valid After: %s%s
Netscape*strings.21324: Enter Your Communicator Password: 
Netscape*strings.21325: A plugin for the mime type %s\n\
was not found.
Netscape*strings.21326: Could not load the plug-in '%s' for the MIME type '%s'.  \n\
\n\
  Make sure enough memory is available and that the plug-in is installed correctly.
Netscape*strings.21327: Unable to start a java applet: Can't find '%s' in your\n\
CLASSPATH. Read the release notes and install '%s'\n\
properly before restarting.\n\
\n\
Current value of CLASSPATH:\n\
%s\n
Netscape*strings.21328: Unable to start a java applet: the version number for your\n\
classes is wrong. The version number found was %d. The correct\n\
version number is %d.\n
Netscape*strings.21329: Java reported the following error on startup: \n\
\n\
%s\n
Netscape*strings.21330: Failed to start the Java debugger.\n
Netscape*strings.21331: The system has been locked to prevent access to restricted sites. Please enter your password if you will be changing these settings: 
Netscape*strings.21332: The previously entered password was not correct. Please enter your password if you'll be changing these restrictions settings during this session: 
Netscape*strings.21335: Connect: Please enter password for host...
Netscape*strings.21336: Proxy is requiring an authentication scheme that is not supported.
Netscape*strings.21337: Proxy nonces appear to expire immediately.\n\
This is either a problem in the proxy's authentication \n\
implementation, or you have mistyped your password.\n\
Do you want to re-enter your username and password?
Netscape*strings.21338: unidentified proxy server
Netscape*strings.21339: Proxy authentication required for %.250s at %.250s: 
Netscape*strings.21340: Connect: Please enter password for proxy...
Netscape*strings.21341: Bad keyword in proxy automatic configuration: %s.
Netscape*strings.21342: Try connecting to the proxy again?
Netscape*strings.21343: Try connecting to SOCKS again?
Netscape*strings.21344: Try connecting to proxy / SOCKS again?
Netscape*strings.21345: Proxy server is unavailable.\n\
\n\
Try connecting to proxy %s again?
Netscape*strings.21346: All proxy servers are unavailable.\n\
\n\
Try connecting to %s again?
Netscape*strings.21347: SOCKS is unavailable.  Try connecting to SOCKS %s again?
Netscape*strings.21348: SOCKS and proxies are unavailable.  Try\n\
connecting to %s again?
Netscape*strings.21349: All proxies are unavailable. Do you wish to temporarily\n\
override proxies by connecting directly until proxies\n\
are available again?
Netscape*strings.21350: SOCKS is unavailable. Do you wish to temporarily\n\
override SOCKS by connecting directly until SOCKS\n\
are available again?
Netscape*strings.21351: Both proxies and SOCKS are unavailable. Do you wish to\n\
temporarily override them by connecting directly until they\n\
are available again?
Netscape*strings.21352: All proxies are still down.\n\
Continue with direct connections?
Netscape*strings.21353: SOCKS is still down.\n\
\n\
Continue with direct connections?
Netscape*strings.21354: SOCKS and proxies are still down.\n\
\n\
Continue with direct connections?
Netscape*strings.21355: No proxy automatic configuration file was received.\n\
\n\
No proxies will be used.
Netscape*strings.21356: The automatic configuration file is empty: \n\
\n\
    %s\n\
\n\
Use the configuration from the previous session instead?
Netscape*strings.21357: The automatic configuration file has errors: \n\
\n\
        %s\n\
\n\
Use the configuration from the previous session instead?
Netscape*strings.21358: The proxy automatic configuration file has errors: \n\
\n\
        %s\n\
\n\
No proxies will be used.
Netscape*strings.21359: The automatic configuration file is not of the correct type: \n\
\n\
        %s\n\
\n\
Expected MIME type of application/x-javascript-config or application/x-ns-proxy-autoconfig.\n\
\n\
Use the configuration from the previous session instead?
Netscape*strings.21360: The proxy automatic configuration file could not be loaded.\n\
\n\
Check the proxy automatic configuration URL in preferences.\n\
\n\
No proxies will be used.
Netscape*strings.21361: The automatic configuration file could not be loaded.\n\
\n\
Use the configuration from the previous session instead?
Netscape*strings.21362: The backup proxy automatic configuration file had errors.\n\
\n\
No proxies will be used.
Netscape*strings.21363: Proxy automatic configuration load was cancelled.\n\
\n\
No proxies will be used.
Netscape*strings.21364: Warning: \n\
\n\
Server sent an unrequested proxy automatic\n\
configuration file to Netscape:\n\
\n\
        %s\n\
\n\
Configuration file will be ignored.
Netscape*strings.21365: Receiving proxy auto-configuration file...
Netscape*strings.21366: Cache cleanup: removing %d files...
Netscape*strings.21367: The database selected is valid, but cannot\n\
be validated as the correct database because\n\
it is missing a name entry.  Do you wish to\n\
use this database anyway?
Netscape*strings.21368: The database selected is named: \n\
%.900s\n\
The database requested was named:\n\
%.900s\n\
Do you wish to use this database anyway?
Netscape*strings.21369: The page currently loading has requested an external\n\
cache.  Using a read-only external cache can improve\n\
network file retrieval time.\n\
\n\
If you do not have the external cache requested,\n\
select "Cancel" in the file selection box.
Netscape*strings.21370: The proxy automatic configuration file is not of the correct type: \n\
\n\
        %s\n\
\n\
Expected the MIME type of application/x-ns-proxy-autoconfig.\n\
\n\
No proxies will be used.
Netscape*strings.21371: Reading segment...Done
Netscape*strings.21372: <TITLE>Directory listing of %.1024s</TITLE>\n
Netscape*strings.21373: <H1>Directory listing of %.1024s</H1>\n\
<PRE>
Netscape*strings.21374: ">Up to higher level directory</A><BR>
Netscape*strings.21375: Could not login to FTP server
Netscape*strings.21376: Error: Could not make connection non-blocking.
Netscape*strings.21377: Posting file %.256s...
Netscape*strings.21378: <TITLE>Directory of %.512s</TITLE>\n\
 <H2>Current directory is %.512s</H2>\n\
 <PRE>
Netscape*strings.21379: %d URL's waiting for an open socket (limit %d)\n
Netscape*strings.21380: %d URL's waiting for fewer active URL's\n
Netscape*strings.21381: %d Connections Open\n
Netscape*strings.21382: %d Active URL's\n
Netscape*strings.21383: \n\
\n\
Using previously cached copy instead
Netscape*strings.21384: Server returned no data
Netscape*strings.21385: >\n\
<HR><H3>Transfer interrupted!</H3>\n
Netscape*strings.21386: \n\
\n\
Transfer interrupted!\n
Netscape*strings.21387: Mail: Reading folder %s...
Netscape*strings.21388: Mail: Reading message...
Netscape*strings.21389: Mail: Emptying trash...
Netscape*strings.21390: Mail: Compacting folder %s...
Netscape*strings.21391: Mail: Delivering queued messages...
Netscape*strings.21392: Mail: Reading message...Done
Netscape*strings.21393: Mail: Reading folder...Done
Netscape*strings.21394: Mail: Emptying trash...Done
Netscape*strings.21395: Mail: Compacting folder...Done
Netscape*strings.21396: Mail: Delivering queued messages...Done
Netscape*strings.21398: Connect: News server contacted. Waiting for reply...
Netscape*strings.21399: Please enter a password for news server access
Netscape*strings.21400: Message sent; waiting for reply...
Netscape*strings.21401: No Answer
Netscape*strings.21402: The POP3 mail server (%s) does not\n\
 support UIDL, which Netscape Mail needs to implement\n\
 the ``Leave on Server'' and ``Maximum Message Size''\n\
 options.\n\
\n\
 To download your mail, turn off these options in the\n\
 Mail Server panel of Preferences.
Netscape*strings.21403: Receiving: message %lu of %lu
Netscape*strings.21404: The POP3 mail server (%s) does not\n\
support the TOP command.\n\
\n\
Without server support for this, we cannot implement\n\
the ``Maximum Message Size'' preference.  This option\n\
has been disabled, and messages will be downloaded\n\
regardless of their size.
Netscape*strings.21405: Could not log in to the mail server.\n\
The server responded:\n\
\n\
  %s\n\
\n\
Please enter a new password for user %.100s@%.100s:
Netscape*strings.21406: Connect: Host contacted, sending login information...
Netscape*strings.21407: Assembling message...
Netscape*strings.21408: Assembling message...Done
Netscape*strings.21409: Loading attachment...
Netscape*strings.21410: Loading attachments...
Netscape*strings.21411: Delivering mail...
Netscape*strings.21412: Delivering mail...
Netscape*strings.21413: Delivering mail...Done
Netscape*strings.21414: Delivering news...
Netscape*strings.21415: Delivering news...Done
Netscape*strings.21416: Queuing for later delivery...
Netscape*strings.21417: Writing to Sent Mail file...
Netscape*strings.21418: Queued for later delivery.
Netscape*strings.21419: Message Composition
Netscape*strings.21421: Loading summary file...
Netscape*strings.21422: loaded %ld of %ld messages
Netscape*strings.21423: Add Folder
Netscape*strings.21424: Add Folder...
Netscape*strings.21425: Enter the new name for your folder: 
Netscape*strings.21426: Save Message As
Netscape*strings.21427: Save Messages As
Netscape*strings.21428: Get New Messages
Netscape*strings.21429: Send Unsent Messages
Netscape*strings.21430: New Folder...
Netscape*strings.21431: Compact This Folder
Netscape*strings.21432: Compact All Folders
Netscape*strings.21433: Open News Server...
Netscape*strings.21434: Empty Trash Folder
Netscape*strings.21435: Print...
Netscape*strings.21436: Undo
Netscape*strings.21437: Redo
Netscape*strings.21438: Delete Selected Messages
Netscape*strings.21439: Delete Message
Netscape*strings.21440: Delete Folder
Netscape*strings.21441: Cancel Message
Netscape*strings.21442: Delete Newsgroup Server
Netscape*strings.21443: Subscribe
Netscape*strings.21444: Unsubscribe
Netscape*strings.21445: Select Thread
Netscape*strings.21446: Select Flagged Messages
Netscape*strings.21447: Select All Messages
Netscape*strings.21448: Deselect All Messages
Netscape*strings.21449: Flag Message
Netscape*strings.21450: Unflag Message
Netscape*strings.21451: Again
Netscape*strings.21452: By Thread
Netscape*strings.21453: By Date
Netscape*strings.21454: By Sender
Netscape*strings.21455: By Subject
Netscape*strings.21456: By Order Received
Netscape*strings.21457: Unscramble (Rot13)
Netscape*strings.21458: Add from Newest Messages
Netscape*strings.21459: Add from Oldest Messages
Netscape*strings.21460: Get More Messages
Netscape*strings.21461: Get All Messages
Netscape*strings.21462: Address Book
Netscape*strings.21463: View Address Book Entry
Netscape*strings.21464: Add to Address Book
Netscape*strings.21465: New Newsgroup Message
Netscape*strings.21466: to Newsgroup
Netscape*strings.21467: to Sender and Newsgroup
Netscape*strings.21468: New Message
Netscape*strings.21469: Reply
Netscape*strings.21470: to Sender and All Recipients
Netscape*strings.21471: Forward Selected Messages
Netscape*strings.21472: Forward As Attachment
Netscape*strings.21473: Mark Selected as Read
Netscape*strings.21474: Mark as Read
Netscape*strings.21475: Mark Selected as Unread
Netscape*strings.21476: Mark as Unread
Netscape*strings.21477: Unflag All Messages
Netscape*strings.21478: Copy Selected Messages
Netscape*strings.21479: Copy
Netscape*strings.21480: Move Selected Messages
Netscape*strings.21481: Move
Netscape*strings.21482: Save Selected Messages As...
Netscape*strings.21483: Save As...
Netscape*strings.21484: Move Selected Messages To...
Netscape*strings.21485: Move This Message To...
Netscape*strings.21486: First Message
Netscape*strings.21487: Message
Netscape*strings.21488: Message
Netscape*strings.21489: Last Message
Netscape*strings.21490: First Unread Message
Netscape*strings.21491: Unread Message
Netscape*strings.21492: Unread Message
Netscape*strings.21493: Last Unread
Netscape*strings.21494: First Flagged Message
Netscape*strings.21495: Flagged Message
Netscape*strings.21496: Flagged Message
Netscape*strings.21497: Last Flagged
Netscape*strings.21498: Back
Netscape*strings.21499: Forward
Netscape*strings.21500: Mark Thread as Read
Netscape*strings.21501: Mark All Read
Netscape*strings.21502: Mark Selected Threads Read
Netscape*strings.21505: Show All Messages
Netscape*strings.21506: Show Only Unread Messages
Netscape*strings.21507: All
Netscape*strings.21508: Include Original Text
Netscape*strings.21509: From
Netscape*strings.21510: Reply To
Netscape*strings.21511: Mail To
Netscape*strings.21512: Mail CC
Netscape*strings.21513: Mail BCC
Netscape*strings.21514: File CC
Netscape*strings.21515: Newsgroups
Netscape*strings.21516: Followups To
Netscape*strings.21517: Subject
Netscape*strings.21518: Attachment
Netscape*strings.21519: Send Formatted Text
Netscape*strings.21520: Queue For Later Delivery
Netscape*strings.21521: Attach As Text
Netscape*strings.21522: Flag Messages
Netscape*strings.21523: Unflag Messages
Netscape*strings.21524: Ascending
Netscape*strings.21525: <P><CENTER>\n\
<TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n\
<TR><TD ALIGN=CENTER><FONT SIZE="+1">Truncated!</FONT><HR>\n
Netscape*strings.21526: <B>This message exceeded the Maximum Message Size set in Preferences,\n\
so we have only downloaded the first few lines from the mail server.<P>Click <A HREF="
Netscape*strings.21527: ">here</A> to download the rest of the message.</B></TD></TR></TABLE></CENTER>\n
Netscape*strings.21528: (no headers)
Netscape*strings.21529: (unspecified)
Netscape*strings.21530: Macintosh File
Netscape*strings.21531: The directory %s does not exist.  Mail will not\n\
work without it.\n\
\n\
Create it now?
Netscape*strings.21532: Save decoded file as: 
Netscape*strings.21533: The file %s has been changed by some other program!\n\
Overwrite it?
Netscape*strings.21534: Open News Server
Netscape*strings.21535: news.announce.newusers
Netscape*strings.21536: news.newusers.questions
Netscape*strings.21537: news.answers
Netscape*strings.21538: Mail: Compacting folder %s...
Netscape*strings.21539: Mail: Compacting folder %s...Done
Netscape*strings.21540: Can't open %s. You may not have permission to write to this file.\n\
Check the permissions and try again.
Netscape*strings.21541: Save attachment as: 
Netscape*strings.21542: %lu byte%s
Netscape*strings.21543: 
Netscape*strings.21544: s
Netscape*strings.21545: %s of %s (%s, %s)
Netscape*strings.21546: %s of %s (%s)
Netscape*strings.21547: %s of %s
Netscape*strings.21548: %s read (%s)
Netscape*strings.21549: %s read
Netscape*strings.21550: Mail: Message sent; waiting for reply...
Netscape*strings.21551: <TITLE>Information about the Netscape global history</TITLE>\n\
<h2>Global history entries</h2>\n\
<HR>
Netscape*strings.21552: %d%%
Netscape*strings.21553: %s image %dx%d pixels
Netscape*strings.21554: Couldn't find image of correct URL, size, background, etc.\n\
in cache:\n\
%s\n
Netscape*strings.21555: %d-bit pseudocolor
Netscape*strings.21556: 1-bit monochrome
Netscape*strings.21557: %d-bit greyscale
Netscape*strings.21558: %d-bit RGB true color.
Netscape*strings.21559: Decoded&nbsp;size&nbsp;(bytes): 
Netscape*strings.21560: %u&nbsp;x&nbsp;%u
Netscape*strings.21561: (scaled from %u&nbsp;x&nbsp;%u)
Netscape*strings.21562: Image&nbsp;dimensions: 
Netscape*strings.21563: Color: 
Netscape*strings.21564: %d colors
Netscape*strings.21565: (none)
Netscape*strings.21566: Colormap: 
Netscape*strings.21567: yes, backdrop visible through transparency
Netscape*strings.21568: yes, solid color background <tt>#%02x%02x%02x</tt>
Netscape*strings.21569: no
Netscape*strings.21570: Transparency: 
Netscape*strings.21571: Comment: 
Netscape*strings.21572: Unknown
Netscape*strings.21573: Compressing image cache: \n\
removing %s\n
Netscape*strings.21574: Add Newsgroup...
Netscape*strings.21575: Find Again
Netscape*strings.21576: Send
Netscape*strings.21577: Send Later
Netscape*strings.21578: Attach...
Netscape*strings.21579: Attachments Inline
Netscape*strings.21580: Attachments as Links
Netscape*strings.21581: Forward Quoted
Netscape*strings.21582: Are you sure you want to remove the news server %s\n\
and all of the newsgroups in it?
Netscape*strings.21583: All Fields
Netscape*strings.21584: The `Unsent Messages' folder contains a message which is not\n\
scheduled for delivery!
Netscape*strings.21585: The `Unsent Messages' folder contains %d messages which are not\n\
scheduled for delivery!
Netscape*strings.21586: \n\
\n\
This probably means that some program other than\n\
Netscape has added messages to this folder.\n
Netscape*strings.21587: The `Unsent Messages' folder is special; it is only for storing\n\
messages to be sent later.
Netscape*strings.21588: \n\
Therefore, you can't use it as your `Sent' folder.\n\
\n\
Please verify that your outgoing messages destination is correct\n\
in your Mail and News preferences.
Netscape*strings.21589: An error occurred delivering unsent messages.\n\
\n\
%s\n\
Continue delivery of any remaining unsent messages?
Netscape*strings.21590: Password for mail user %.100s@%.100s: 
Netscape*strings.21591: %sBookmarks for %s%s
Netscape*strings.21592: %sPersonal Bookmarks%s
Netscape*strings.21593: %sAddress book for %s%s
Netscape*strings.21594: %sPersonal Address book%s
Netscape*strings.21595: sock: %d   con_sock: %d   protocol: %d\n
Netscape*strings.21596: URL not found in cache: 
Netscape*strings.21597: Partial cache entry, getting rest from server: \n
Netscape*strings.21598: Checking server to verify cache entry\n\
because force_reload is set:\n
Netscape*strings.21599: Object has expired, reloading: \n
Netscape*strings.21600: Checking server to verify cache entry: \n
Netscape*strings.21601: Checking server to verify cache entry\n\
because last_modified missing:\n
Netscape*strings.21602: Netsite: 
Netscape*strings.21603: Location: 
Netscape*strings.21604: File&nbsp;MIME&nbsp;Type: 
Netscape*strings.21605: Currently Unknown
Netscape*strings.21606: Source: 
Netscape*strings.21607: Currently in disk cache
Netscape*strings.21608: Currently in memory cache
Netscape*strings.21609: Not cached
Netscape*strings.21610: <H1>The window is now inactive</H1>
Netscape*strings.21611: Local cache file: 
Netscape*strings.21612: none
Netscape*strings.21613: %A, %d-%b-%y %H:%M: %S Local time
Netscape*strings.21614: Last Modified: 
Netscape*strings.21615: %A, %d-%b-%y %H:%M: %S GMT
Netscape*strings.21616: Content Length: 
Netscape*strings.21617: No date given
Netscape*strings.21618: Expires: 
Netscape*strings.21619: Mac Type: 
Netscape*strings.21620: Mac Creator: 
Netscape*strings.21621: Charset: 
Netscape*strings.21622: Status unknown
Netscape*strings.21623: Security: 
Netscape*strings.21624: Certificate: 
Netscape*strings.21625: Untitled document
Netscape*strings.21626: </b></FONT> has the following structure: <p><ul><li>
Netscape*strings.21627: Page Info
Netscape*strings.21628: about: editfilenew
Netscape*strings.21629: file: ///Untitled
Netscape*strings.21630: Brief
Netscape*strings.21631: Normal
Netscape*strings.21632: Deleting '%s' will delete all of the messages it contains.\n\
Are you sure you still want to delete this folder?
Netscape*strings.21633: The proxy automatic configuration file could not be loaded.\n\
\n\
Cannot fail over to using no proxies since your autoconfig url\n\
is locked.\n\
See your local system administrator for help.
Netscape*strings.21634: No proxy automatic configuration file was received.\n\
\n\
Cannot fail over to using no proxies since your autoconfig url\n\
is locked.\n\
See your local system administrator for help.
Netscape*strings.21635: There was a problem receiving your proxy autoconfig\n\
information.  Since your autoconfig URL has been locally\n\
locked, we cannot failover to allowing no proxies.\n\
\n\
See your local system administrator for help.
Netscape*strings.21636: Import Address Book File...
Netscape*strings.21637: Export Address Book File...
Netscape*strings.21638: this bookmark
Netscape*strings.21639: this entry
Netscape*strings.21640: %ld seconds
Netscape*strings.21641: %ld minutes
Netscape*strings.21642: %ld hours %ld minutes
Netscape*strings.21643: Main Bookmarks
Netscape*strings.21644: Address Book
Netscape*strings.21645: Wrap long lines
Netscape*strings.21646: Auto Saving %s
Netscape*strings.21647: Cannot edit non-HTML documents!
Netscape*strings.21648: subject
Netscape*strings.21649: sender
Netscape*strings.21650: body
Netscape*strings.21651: date
Netscape*strings.21652: priority
Netscape*strings.21653: status
Netscape*strings.21654: to
Netscape*strings.21655: CC
Netscape*strings.21656: to or CC
Netscape*strings.21657: name
Netscape*strings.21658: e-mail address
Netscape*strings.21659: phone number
Netscape*strings.21660: organization
Netscape*strings.21661: organizational unit
Netscape*strings.21662: city
Netscape*strings.21663: street address
Netscape*strings.21664: size
Netscape*strings.21665: any text
Netscape*strings.21666: keyword
Netscape*strings.21667: contains
Netscape*strings.21668: doesn't contain
Netscape*strings.21669: is
Netscape*strings.21670: isn't
Netscape*strings.21671: is empty
Netscape*strings.21672: is before
Netscape*strings.21673: is after
Netscape*strings.21674: is higher than
Netscape*strings.21675: is lower than
Netscape*strings.21676: begins with
Netscape*strings.21677: ends with
Netscape*strings.21678: sounds like
Netscape*strings.21679: reserved
Netscape*strings.21680: forward.msg
Netscape*strings.21681: Your SMTP server does not support the return receipt function \n\
so your message will be sent without the return receipt request.
Netscape*strings.21682: age in days
Netscape*strings.21683: is greater than
Netscape*strings.21684: is less than
Netscape*strings.21685: This message cannot be sent because your user name\n\
could not be determined.\n\
\n\
Please check your NIS or YP configuration (if used) and\n\
the USER and LOGNAME environment variables.
Netscape*strings.21686: read
Netscape*strings.21687: replied
Netscape*strings.21688: Rename selected folder
Netscape*strings.21689: Draft
Netscape*strings.21690: Move to folder
Netscape*strings.21691: Change priority
Netscape*strings.21692: Delete
Netscape*strings.21693: Mark read
Netscape*strings.21694: Ignore thread
Netscape*strings.21695: Watch thread
Netscape*strings.21696: forwarded
Netscape*strings.21697: replied and forwarded
Netscape*strings.21698: Too many entries found.  Please enter more search criteria.
Netscape*strings.21700: Read More
Netscape*strings.21701: Unread Thread
Netscape*strings.21702: Next Unread Category
Netscape*strings.21703: Unread Group
Netscape*strings.21704: By Priority
Netscape*strings.21705: Call
Netscape*strings.21706: Type
Netscape*strings.21707: By Name
Netscape*strings.21708: By Nickname
Netscape*strings.21709: By Email Address
Netscape*strings.21710: By Company
Netscape*strings.21711: By City
Netscape*strings.21712: Descending
Netscape*strings.21713: New Card...
Netscape*strings.21714: New List...
Netscape*strings.21715: Card Properties...
Netscape*strings.21716: Searching %s...
Netscape*strings.21717: You must enter a list name.
Netscape*strings.21718: You must enter a first name.
Netscape*strings.21719: Building summary file for %s...
Netscape*strings.21720: All
Netscape*strings.21721: Ignored Threads
Netscape*strings.21722: Watched Threads with Unread
Netscape*strings.21723: Threads with Unread
Netscape*strings.21724: LDAP Directory Entry
Netscape*strings.21725: Failed to open entry for %s due to LDAP error '%s' (0x%02X)
Netscape*strings.21726: Failed to open a connection to '%s' due to LDAP error '%s' (0x%02X)
Netscape*strings.21727: Failed to bind to '%s' due to LDAP error '%s' (0x%02X)
Netscape*strings.21728: Failed to search '%s' due to LDAP error '%s' (0x%02X)
Netscape*strings.21729: Failed to modify entry on '%s' due to LDAP error '%s' (0x%02X)
Netscape*strings.21730: Found %d matches
Netscape*strings.21731: Are you sure you want to unsubscribe from %s?
Netscape*strings.21732: Received %ld of %ld headers
Netscape*strings.21733: No new messages in newsgroup
Netscape*strings.21734: Received %ld of %ld messages
Netscape*strings.21735: Mail: Searching mail folders...
Netscape*strings.21736: Ignore Thread
Netscape*strings.21737: Ignore Threads
Netscape*strings.21738: Watch Thread
Netscape*strings.21739: Watch Threads
Netscape*strings.21740: Name
Netscape*strings.21741: Fax
Netscape*strings.21742: First Name
Netscape*strings.21743: City
Netscape*strings.21744: Photograph
Netscape*strings.21745: Email
Netscape*strings.21746: Manager
Netscape*strings.21747: Organization
Netscape*strings.21748: Object Class
Netscape*strings.21749: Department
Netscape*strings.21750: Mailing Address
Netscape*strings.21751: Administrative Assistant
Netscape*strings.21752: Last Name
Netscape*strings.21753: Street
Netscape*strings.21754: Phone Number
Netscape*strings.21755: Title
Netscape*strings.21756: Car License Plate
Netscape*strings.21757: Business Category
Netscape*strings.21758: Notes
Netscape*strings.21759: Department Number
Netscape*strings.21760: Employee Type
Netscape*strings.21761: ZIP Code
Netscape*strings.21762: (secure)
Netscape*strings.21763: There is no conference address for this person.  Please edit the \n\
entry and try calling them again.
Netscape*strings.21764: The local database for %s couldn't be deleted. \n\
Perhaps you are reading the newsgroup in a message list window. \n\
Unsubscribe anyway?
Netscape*strings.21765: Please enter a conferencing address for this person and try to call again.
Netscape*strings.21766: Please enter an email address for this person and try to call again.
Netscape*strings.21767: Couldn't find any conferencing software.  Install\n\
a compatible conferencing product and try again.
Netscape*strings.21768: The conferencing software is only able to call one person.  Select a single\n\
entry for a person and try again.
Netscape*strings.21769: An entry already exists for %s.  Would you like to replace it?
Netscape*strings.21770: That file name contains illegal characters. Please use a different name.
Netscape*strings.21771: %s is a virtual newsgroup. If you\n\
delete it, the server will stop putting messages in the\n\
newsgroup unless you save your search criteria again.\n\
\n
Netscape*strings.21772: Found %ld articles to retrieve
Netscape*strings.21773: Retrieving %1$ld of %2$ld articles\n\
  in newsgroup %3$s
Netscape*strings.21774: Retrieving article %ld
Netscape*strings.21775: Width = %ld
Netscape*strings.21776: Height = %ld
Netscape*strings.21777: (%ld%% of original %s)
Netscape*strings.21778: (%ld%% of previous %s)
Netscape*strings.21779: width
Netscape*strings.21780: height
Netscape*strings.21781: and 
Netscape*strings.21782: pixels  
Netscape*strings.21783: % of window  
Netscape*strings.21784: State
Netscape*strings.21785: Domestic
Netscape*strings.21786: International
Netscape*strings.21787: Postal
Netscape*strings.21788: Parcel
Netscape*strings.21789: Work
Netscape*strings.21790: Home
Netscape*strings.21791: Preferred
Netscape*strings.21792: Voice
Netscape*strings.21793: Fax
Netscape*strings.21794: Message
Netscape*strings.21795: Cellular
Netscape*strings.21796: Pager
Netscape*strings.21797: BBS
Netscape*strings.21798: Modem
Netscape*strings.21799: Car
Netscape*strings.21800: ISDN
Netscape*strings.21801: Video
Netscape*strings.21802: AOL
Netscape*strings.21803: Applelink
Netscape*strings.21804: AT&T Mail
Netscape*strings.21805: Compuserve
Netscape*strings.21806: eWorld
Netscape*strings.21807: Internet
Netscape*strings.21808: IBM Mail
Netscape*strings.21809: MCI Mail
Netscape*strings.21810: Powershare
Netscape*strings.21811: Prodigy
Netscape*strings.21812: Telex
Netscape*strings.21813: Additional Name
Netscape*strings.21814: Prefix
Netscape*strings.21815: Suffix
Netscape*strings.21816: Time Zone
Netscape*strings.21817: Geographic Position
Netscape*strings.21818: Sound
Netscape*strings.21819: Revision
Netscape*strings.21820: Version
Netscape*strings.21821: Public Key
Netscape*strings.21822: Logo
Netscape*strings.21823: Nickname
Netscape*strings.21825: Birthday
Netscape*strings.21826: X400
Netscape*strings.21827: Address
Netscape*strings.21828: Label
Netscape*strings.21829: Mailer
Netscape*strings.21830: Role
Netscape*strings.21831: Update From
Netscape*strings.21832: Conference Software Address
Netscape*strings.21833: HTML Mail
Netscape*strings.21834: Add to Personal Address Book
Netscape*strings.21835: Variable Width
Netscape*strings.21836: Fixed Width
Netscape*strings.21837: Helvetica
Netscape*strings.21838: Arial,Helvetica
Netscape*strings.21839: Times
Netscape*strings.21840: Times New Roman,Times
Netscape*strings.21841: Courier
Netscape*strings.21842: Courier New,Courier
Netscape*strings.21843: This document has %ld characters. The Spelling Checker cannot process more than %ld characters.
Netscape*strings.21844: You cannot paste this much text in a single operation.\n\
Try pasting the text in several smaller segments.
Netscape*strings.21845: Delete From All Lists
Netscape*strings.21846: Adding cards to Netscape address book: %s
Netscape*strings.21847: Updating Mailing Lists in %s
Netscape*strings.21848: Import
Netscape*strings.21849: Copying cards from Netscape address book: %s
Netscape*strings.21850: Export
Netscape*strings.21851: Deleting entries from %s
Netscape*strings.21852: Copying entries to %s
Netscape*strings.21853: Moving entries to %s
Netscape*strings.21854: Deleting '%s' will delete its mailing lists and cards.\n\
Are you sure you still want to delete this address book?
Netscape*strings.21855: Deleting '%s' will remove this directory.\n\
Are you sure you still want to delete this directory?
Netscape*strings.21856: An address book file in your preferences is a developmental database format.\n\
 The format has since changed and we are not supporting \n\
 binary import from this format. \n\
 We're modifying your preferences to use a new file.
Netscape*strings.21857: Directory
Netscape*strings.21858: by %s
Netscape*strings.21859: You must have at least one address book.
Netscape*strings.21860: Change this action to a copy by holding down the ctrl key
Netscape*strings.21861: Change this action to a move by holding down the shift key
Netscape*strings.21862: 
Netscape*strings.21863: Delete From Address Book
Netscape*strings.21864: You already have an address book or directory with this name. \n\
Please enter a different name.
Netscape*strings.21865: Multiple Matches Found
Netscape*strings.21866: No match found
Netscape*strings.21867: All addresses match
Netscape*strings.21868: All addresses have multiple matches
Netscape*strings.21869: No matches found
Netscape*strings.21870: %d multiple matches
Netscape*strings.21871: %s has multiple matches
Netscape*strings.21872: %s matches
Netscape*strings.21873: %d matches found
Netscape*strings.21874: %s doesn't match
Netscape*strings.21875: %d do not match
Netscape*strings.21880: You must save\n\
%s\n\
to a local file before editing.\n\
Save to a file now?
Netscape*strings.21881: Would you like to add %s to your LDAP preferences?
Netscape*strings.21882: Card for %s
Netscape*strings.21883: Subject
Netscape*strings.21884: Resent-Comments
Netscape*strings.21885: Resent-Date
Netscape*strings.21886: Resent-Sender
Netscape*strings.21887: Resent-From
Netscape*strings.21888: Resent-To
Netscape*strings.21889: Resent-CC
Netscape*strings.21890: Date
Netscape*strings.21891: Sender
Netscape*strings.21892: From
Netscape*strings.21893: Reply-To
Netscape*strings.21894: Organization
Netscape*strings.21895: To
Netscape*strings.21896: CC
Netscape*strings.21897: Newsgroups
Netscape*strings.21898: Followup-To
Netscape*strings.21899: References
Netscape*strings.21900: Name
Netscape*strings.21901: Type
Netscape*strings.21902: Encoding
Netscape*strings.21903: Description
Netscape*strings.21904: Failed to initialize news servers. Perhaps your Newsgroup Directory preference is invalid.\n\
 You will be able to post to newsgroups, but not read them
Netscape*strings.21905: Sender
Netscape*strings.21906: All
Netscape*strings.21907: Messages on %s
Netscape*strings.21908: Can't move a folder into a folder it contains
Netscape*strings.21909: %ld new newsgroups have been created on the %s news server.  To view the list\n\
of new newsgroups, select "Join Newsgroup" and then click on\n\
the "New Newsgroups" tab.
Netscape*strings.21910: Searching newsgroup names...
Netscape*strings.21911: Send Encrypted
Netscape*strings.21912: Send Cryptographically Signed
Netscape*strings.21913: Security
Netscape*strings.21925: Link to Document
Netscape*strings.21926: <B>Document Info: </B>
Netscape*strings.21927: In message %s %s wrote: <P>
Netscape*strings.21928: %s wrote: <P>
Netscape*strings.21929: unspecified type
Netscape*strings.21930: This is a cryptographically signed message in MIME format.
Netscape*strings.21931: Marked %ld messages read
Netscape*strings.21932: Marked %ld messages read...Done
Netscape*strings.21933: Message-ID
Netscape*strings.21934: Resent-Message-ID
Netscape*strings.21935: BCC
Netscape*strings.21936: Can't delete the reserved folder '%s'.
Netscape*strings.21937: Can't search the folder '%s' because it doesn't have a summary file.
Netscape*strings.21938: New
Netscape*strings.21939: Personal Address Book
Netscape*strings.21940: By Status
Netscape*strings.21941: New
Netscape*strings.21942: HTML Mail Question
Netscape*strings.21943: Some of the recipients are not listed as being able to receive HTML\n\
mail.  Would you like to convert the message to plain text or send it\n\
in HTML anyway?\n\
<p>\n\
<table>\n\
<tr><td valign=top>\n\
%-cont-%
Netscape*strings.21944: <input type=radio name=mail value=1 checked>\n\
</td><td valign=top>\n\
Send in Plain Text and HTML\n\
</td></tr><tr><td valign=top>\n\
<input type=radio name=mail value=2>\n\
</td><td valign=top>\n\
%-cont-%
Netscape*strings.21945: Send in Plain Text Only\n\
</td></tr><tr><td valign=top>\n\
<input type=radio name=mail value=3>\n\
</td><td valign=top>\n\
Send in HTML Only\n\
</td></tr>\n\
</table>\n\
<center>\n\
<script>\n\
%-cont-%
Netscape*strings.21946: function Doit(value) {\n\
    document.theform.cmd.value = value;\n\
    document.theform.submit();\n\
}\n\
</script>\n\
<input type=hidden name=cmd value=-1>\n\
%-cont-%
Netscape*strings.21947: <input type=button value="Send" onclick="Doit(0);">\n\
<input type=button value="Don't Send" onclick="Doit(1);">\n\
<input type=button value="Recipients..." onclick="Doit(2);">\n\
%-cont-%
Netscape*strings.21948: <input type=button value="Help" onclick="Doit(3);">\n\
<input type=hidden name=button value=0>\n\
</center>\n
Netscape*strings.21949: 
Netscape*strings.21950: 
Netscape*strings.21951: 
Netscape*strings.21952: 
Netscape*strings.21953: 
Netscape*strings.21954: <everyone>
Netscape*strings.21955: HTML Recipients
Netscape*strings.21956: The recipients and domains below are not listed as being able to read\n\
HTML messages.  If this listing is incorrect, you may change it below.\n\
%-cont-%
Netscape*strings.21957: <p>\n\
<table>\n\
<tr>\n\
<td>Does not prefer HTML</td>\n\
<td></td>\n\
<td>Prefers HTML</td>\n\
</tr>\n\
<tr>\n\
<td>\n\
<select name=nohtml size=7 multiple\n\
%-cont-%
Netscape*strings.21958: onChange="SelectAllIn(document.theform.html, false);">\n\
%1%\n\
</select>\n\
</td>\n\
<td>\n\
<center>\n\
<input type=button name=add\n\
value="Add &gt; &gt;" onclick="DoAdd();">\n\
%-cont-%
Netscape*strings.21959: <p>\n\
<input type=button name=remove\n\
value="&lt; &lt; Remove" onclick="DoRemove();">\n\
</center>\n\
</td>\n\
<td>\n\
<select name=html size=7 multiple\n\
%-cont-%
Netscape*strings.21960: onChange="SelectAllIn(document.theform.nohtml, false);">\n\
%2%\n\
</select>\n\
</td>\n\
</tr>\n\
</table>\n\
<p>\n\
<center>\n\
%-cont-%
Netscape*strings.21961: <input type=button value=OK onclick="SelectAll(); Doit(0);">\n\
<input type=button value=Cancel onclick="Doit(1);">\n\
<input type=button value=Help onclick="Doit(2);">\n\
%-cont-%
Netscape*strings.21962: <input type=hidden name=cmd value=-1>\n\
<input type=hidden name=button value=0>\n\
</center>\n\
<script>\n\
%0%\n\
</script>\n
Netscape*strings.21963: 
Netscape*strings.21964: 
Netscape*strings.21965: 
Netscape*strings.21966: 
Netscape*strings.21967: 
Netscape*strings.21968: An Address Book entry with this name and email address already exists.
Netscape*strings.21969: This Address Book entry is already a member of this list.
Netscape*strings.21970: Custom 1
Netscape*strings.21971: Custom 2
Netscape*strings.21972: Custom 3
Netscape*strings.21973: Custom 4
Netscape*strings.21974: Custom 5
Netscape*strings.21975: Mailing lists can only contain entries from the Personal Address Book.\n\
Would you like to add %s to the address book?
Netscape*strings.21976: A mailing list cannot have itself as a member
Netscape*strings.21977: New Card
Netscape*strings.21978: New Personal Card
Netscape*strings.21979: Personal Card for %s
Netscape*strings.21980: CC: %s
Netscape*strings.21981: Bcc: %s
Netscape*strings.21982: To: %s
Netscape*strings.21983: %s can't be saved. Either the disk is full\n\
or the file is locked.\n\
\n\
Try saving on a different disk or try saving\n\
%s with a different name.
Netscape*strings.21984: HEAD call to server failed.\n\
Upload aborted.
Netscape*strings.21985: Unable to open address book database file.
Netscape*strings.21986: A mailing list with this name already exists.
Netscape*strings.21987: Communicator is unable to import this file into the address book.
Netscape*strings.21988: Purging newsgroup %s...
Netscape*strings.21989: Purging newsgroup %s...header %ld
Netscape*strings.21990: Purging newsgroup %s...article %ld
Netscape*strings.21991: Purging newsgroup %s...Done
Netscape*strings.21992: Make sure you specify the entire destination URL.\n\
e.g. http://somemachine/somedirectory/somefile.html\n\
\n\
Try to publish to this URL anyway?
Netscape*strings.21993: Publish destination is invalid.
Netscape*strings.21994: Publish destination contains at least one illegal character.
Netscape*strings.21995: Publish destination must begin with ftp:// or http: //
Netscape*strings.21996: Publish destination ends in a slash.
Netscape*strings.21997: Publish destination has no file extension.
Netscape*strings.21998: Source of: 
Netscape*strings.21999: The server 
Netscape*strings.22000: \n\
wishes to set a cookie that will be sent 
Netscape*strings.22001: (ν Ұ)
Netscape*strings.22002: (ڵ )
Netscape*strings.22003: (⺻)
Netscape*strings.22004: (ã  )
Netscape*strings.22005: \n\
Do you wish to allow the cookie to be set?
Netscape*strings.22006: Content Length: 
Netscape*strings.22007: Real Content Length: 
Netscape*strings.22008: Content type: 
Netscape*strings.22009: Local filename: 
Netscape*strings.22010: %s ̹%dx%d ȼ
Netscape*strings.22011: ̹ %dƮԴϴ - %d  Ҵ.
Netscape*strings.22012:  ̹
Netscape*strings.22013: %dƮ ׷̽ ̹
Netscape*strings.22014: %dƮ Ʈ ̹
Netscape*strings.22015: Uses relative path: 
Netscape*strings.22016: From Netsite Server: 
Netscape*strings.22017: Changing the character set may alter some\n\
of the characters in your document.\n\
This change is not undoable.\n\
Are you sure you want to proceed?
Netscape*strings.22018: The following links could become invalid because\n\
they refer to files on your local hard disk(s).\n\
\n\
%s\n\
If you're sure you set up the links properly, click\n\
OK to continue publishing.
Netscape*strings.22019: %s can't be saved because the disk is full or the\n\
file is locked. Try saving on a different disk or try saving\n\
%s with a different name.
Netscape*strings.22020: ˻  ִ Դϴ. ˻ ܾ ԷϽʽÿ: 
Netscape*strings.22021: The file %s associated with this page can't be\n\
saved.  Make sure the file is in the correct location.
Netscape*strings.22022: The file %s associated with this page can't be\n\
saved because there is a problem with the file.
Netscape*strings.22023: There was a problem preparing %s for\n\
publishing. Netscape couldn't create a temporary file.
Netscape*strings.22024: \n\
\n\
Check to see if your hard disk is full.
Netscape*strings.22025: There was a problem preparing %s for publishing.\n\
Netscape couldn't create a temporary file.
Netscape*strings.22026: \n\
\n\
If you continue, %s won't be published with\n\
this page.
Netscape*strings.22027: Netscape couldn't prepare the file %s for\n\
publishing. Make sure the file is in the correct location.
Netscape*strings.22028: The file %s associated with this page can't\n\
be published because there is a problem with the file.
Netscape*strings.22029: There was a problem preparing the message for sending.\n\
Netscape couldn't create a temporary file.
Netscape*strings.22030: There was a problem preparing %s for sending.\n\
Netscape couldn't create a temporary file.
Netscape*strings.22031:  ָƮ
Netscape*strings.22032: <!-- This is an automatically generated file.\n    It will be read and overwritten.\n	 Do Not Edit! -->\n
Netscape*strings.22033: ---   ---\n
Netscape*strings.22034: View Complete Card
Netscape*strings.22035: View Condensed Card
Netscape*strings.22036: By Flag
Netscape*strings.22037: By Unread
Netscape*strings.22038: By Size
Netscape*strings.22039: Netscape was unable to connect to the network because\n\
you are offline.  To reconnect, choose Offline\n\
from the File Menu and then select Work Online.
Netscape*strings.22040: : ȣƮ ˻ : %.256s...
Netscape*strings.22041: : ȣƮ  : %.256s...
Netscape*strings.22042: :  ŷ   ϴ.
Netscape*strings.22043: ȣƮ ã   %.256s.
Netscape*strings.22044: ȣƮ ã   %.256s.
Netscape*strings.22045:  д ...
Netscape*strings.22046:  д ...  
Netscape*strings.22047: 丮 д ...
Netscape*strings.22048:  д ...Ϸ
Netscape*strings.22049: 丮 д ...Ϸ
Netscape*strings.22050: FTP  ޴ 
Netscape*strings.22051: FTP 丮 ޴ 
Netscape*strings.22052:  ޴ 
Netscape*strings.22053: %.256sκ  
Netscape*strings.22054: : ȣƮ %.256s .  ٸ ...
Netscape*strings.22055: : ٽ õ  (HTTP 0.9)...
Netscape*strings.22056: : ȣƮ .  ٸ  ()
Netscape*strings.22057:   
Netscape*strings.22058: :  ׷ ޴ ...
Netscape*strings.22059: :  ׷ ޴ ...
Netscape*strings.22060: :  ޴ ...
Netscape*strings.22061: :  ޴ ...
Netscape*strings.22062: :  ׷  д 
Netscape*strings.22063: :  ׷   б
Netscape*strings.22064: :   ...
Netscape*strings.22065: <input type=button value="Add New Domain" onclick="AddNewDomain()">\n\
<input type=hidden name=gone value="">\n\
<input type=hidden name=newdom value="">\n
Netscape*strings.22066: The newsgroup %s was accepting HTML because all newsgroups whose name\n\
started with "%s" were marked to accept HTML.  This action will\n\
reverse that; newsgroups whose name start with "%s" will no longer\n\
accept HTML.
Netscape*strings.22067: Folder
Netscape*strings.22068: The newsgroup %s does not appear to exist on the host %s.\n\
Would you like to unsubscribe from it?
Netscape*strings.22079: Show Security Information
Netscape*strings.22080: Encrypted<BR><NOBR>and Signed</NOBR>
Netscape*strings.22081: Signed
Netscape*strings.22082: Encrypted
Netscape*strings.22083: Certificates
Netscape*strings.22084: Invalid Signature
Netscape*strings.22085: Invalid Signature
Netscape*strings.22086: Invalid Encryption
Netscape*strings.22087: Invalid Certificates
Netscape*strings.22088: New Newsgroup
Netscape*strings.22089: Creates a new category in this newsgroup
Netscape*strings.22090: There is no email address for %s.
Netscape*strings.22091: Expired %ld messages
Netscape*strings.22092: Expired %ld messages...Done
Netscape*strings.22093: Trash
Netscape*strings.22094: Inbox
Netscape*strings.22095: Unsent Messages
Netscape*strings.22096: Drafts
Netscape*strings.22097: Sent
Netscape*strings.22098: New Folder
Netscape*strings.22099: Rename Folder
Netscape*strings.22100: Manage Mail Account
Netscape*strings.22101:   θ մϴ.
Netscape*strings.22102: 븮ڴ  ʴ   ʿ մϴ.
Netscape*strings.22103: HTTP ε ƾ ޸   ߻߽ϴ!
Netscape*strings.22104: κ Ȯ  : %d!
Netscape*strings.22105:    
Netscape*strings.22106: ڿ
Netscape*strings.22107: :%s ׷
Netscape*strings.22108: â ߴ õ û
Netscape*strings.22109: ޽ ȣ 
Netscape*strings.22110:  ȣ  
Netscape*strings.22111:  ڽ ε 
Netscape*strings.22112: Moving messages to %s...
Netscape*strings.22113: SMTP ޽  .  : %.256s
Netscape*strings.22114: : ν ϴ ڵ: `
Netscape*strings.22115: ! ȯ⳪ ڴ ã  ϴ.
Netscape*strings.22116:  Ʈ    ߰  ϴ.
Netscape*strings.22117: : HTTP 븮 ȣƮ Ǿ\n(%.2048s) Ȯε ȣƮԴϴ.\n\n̰ ܺ ȣƮ    մϴ.\n ̸     ֽϴ.\ný ڿ Ͻʽÿ.
Netscape*strings.22118: ޽  
Netscape*strings.22119: %lu(%lu ) ޽ 
Netscape*strings.22120: ý ڿ Ͻʽÿ.
Netscape*strings.22121: :  Ȯε ȣƮԴϴ: .
Netscape*strings.22122: : ȣƮ %.256s() Ȯε ȣƮԴϴ.\n
Netscape*strings.22123: \n̰ Ϻ Ǵ  ȣƮ    մϴ.\n\n̸     ֽϴ.\n
Netscape*strings.22124: SunOS 4 ýۿ DNS ϴ\nƮ YP/NIS ϴ  %s  \n ֽϴ.\n̰ DNS   ̶ θϴ.\nٸ  ؾ Ǵ?.
Netscape*strings.22125: SunOS 4 ýۿ DNS Ʈ\nYP/NIS Ʈ  %s  \n ֽϴ.\n̰ YP/NIS   ̶ θϴ.\nٸ  ؾ Ǵ?.
Netscape*strings.22126: You are doing an unencrypted Forward of a message which was\n\
encrypted when you received it.  Sending this message unencrypted\n\
may reduce the level of privacy of the attached message.\n\
\n\
Send unencrypted anyway?
Netscape*strings.22127: \n\
\n\
Browse to your default publishing location now?
Netscape*strings.22128: You can not copy and paste between different\n\
versions of Netscape Composer or Netscape Gold.
Netscape*strings.22129: You can not copy and paste between windows with\n\
different character set encodings.
Netscape*strings.22130: : ̰   ִ `%.1024s' ũƮԴϴ!\n\n %.30s()  ǻͿ  ý  Ϸ մϴ.   ֽϴ.\n ũƮ    ϸ\n  ʽÿ.\n\nũƮ ұ?
Netscape*strings.22132:  𸨴ϴ.
Netscape*strings.22133: Ȯ . ٽ õұ?
Netscape*strings.22134: 븮 Ȯ .  ٽ õұ?
Netscape*strings.22135:  ͸ ٽ ø?
Netscape*strings.22136:  ׷   Netscape\n ׷  մϴ.\n\nӵ  ̳  ϸ  \nɸ Դϴ.  ޴  â \n   ֽϴ.  ұ?
Netscape*strings.22137:   E-Ϸ ˴ϴ.\nE-   ϸ\nڿ E- ּҰ ǰ \n   ȣȭ   ͸  ˴ϴ\n
Netscape*strings.22138:  ȭ ɼ ޴   ִ \nƮũ ȯ漳  ǿ \n    ֽϴ.
Netscape*strings.22139: ڴ    ϰų \n    𸨴ϴ. \n  ϰų   ֽϴ 
Netscape*strings.22140: <TABLE BORDER WIDTH=99%%><TR>\n\
 <TD COLSPAN=3><B>%s</B><BR>%s<BR><BR></TD>\n\
 </TR>
Netscape*strings.22141: <TR>\n\
 <TD WIDTH=33%%><INPUT NAME="%s" TYPE=Radio VALUE="%s" %s><B>%s</B></TD>\n\
 <TD WIDTH=50%%>%s</TD>\n\
 <TD>%s</TD>\n\
 </TR>
Netscape*strings.22142: </TABLE>\n\
 <BR>\n\
 <BR>
Netscape*strings.22143: <B>No Displayers Installed</B>
Netscape*strings.22144: Netscape Default Font Displayer
Netscape*strings.22145: This font displayer handles fonts that are installed on the system.
Netscape*strings.22146: Outbox
Netscape*strings.22147: The `Outbox' folder contains a message which is not\n\
scheduled for delivery!
Netscape*strings.22148: The `Outbox' folder contains %d messages which are not\n\
scheduled for delivery!
Netscape*strings.22149: \n\
\n\
This probably means that some program other than\n\
Netscape has added messages to this folder.\n
Netscape*strings.22150: The `Outbox' folder is special; it is only for storing\n\
messages to be sent later.
Netscape*strings.22151: ޽: ߸  `%c'\n
Netscape*strings.22152: ߰ ӽø 
Netscape*strings.22153: ߰ XPStats 
Netscape*strings.22154: File Name to Import
Netscape*strings.22155: File Name to Export
Netscape*strings.22156: This document is %ld bytes long. That is too large to be read by a Composer Plug-in. The maximum allowed size is %ld bytes.
Netscape*strings.22157: The Composer Plug-in tried to create a document that is %ld bytes long. The maximum allowed size is %ld bytes.
Netscape*strings.22158: S/MIME Encrypted Message
Netscape*strings.22159: S/MIME Cryptographic Signature
Netscape*strings.22160:   ϱ   ̸ ԷϽʽÿ.
Netscape*strings.22161:  %s ȣ Է: 
Netscape*strings.22162: %d-bit %s
Netscape*strings.22163: Only one operation at a time on this folder is permitted. \n\
Please wait until the other operation completes and try again.
Netscape*strings.22164: Are you sure you want to move the selected folders into the Trash?
Netscape*strings.22165: Netscape is unable to start Netcaster because Java and/or JavaScript are not enabled. \n\
Please verify that your Advanced Preferences are set correctly and try again.
Netscape*strings.22170: 0,0,0,Default color
Netscape*strings.22171: 255,255,255,#FFFFFF
Netscape*strings.22172: 204,204,204,#CCCCCC
Netscape*strings.22173: 153,153,153,#999999
Netscape*strings.22174: 102,102,102,#666666
Netscape*strings.22175: 51,51,51,#333333
Netscape*strings.22176: 0,0,0,#000000
Netscape*strings.22177: 255,204,204,#FFCCCC
Netscape*strings.22178: 255,102,102,#FF6666
Netscape*strings.22179: 255,0,0,#FF0000
Netscape*strings.22180: 204,0,0,#CC0000
Netscape*strings.22181: 153,0,0,#990000
Netscape*strings.22182: 102,0,0,#660000
Netscape*strings.22183: 51,0,0,#330000
Netscape*strings.22184: 255,204,153,#FFCC99
Netscape*strings.22185: 255,204,51,#FFCC33
Netscape*strings.22186: 255,153,0,#FF9900
Netscape*strings.22187: 255,102,0,#FF6600
Netscape*strings.22188: 204,102,0,#CC6600
Netscape*strings.22189: 153,51,0,#993300
Netscape*strings.22190: 102,51,0,#663300
Netscape*strings.22191: 255,255,204,#FFFFCC
Netscape*strings.22192: 255,255,153,#FFFF99
Netscape*strings.22193: 255,255,0,#FFFF00
Netscape*strings.22194: 255,204,0,#FFCC00
Netscape*strings.22195: 153,153,0,#999900
Netscape*strings.22196: 102,102,0,#666600
Netscape*strings.22197: 51,51,0,#333300
Netscape*strings.22198: 153,255,153,#99FF99
Netscape*strings.22199: 102,255,153,#66FF99
Netscape*strings.22200: 51,255,51,#33FF33
Netscape*strings.22201: 0,204,0,#00CC00
Netscape*strings.22202: 0,153,0,#006600
Netscape*strings.22203: 0,102,0,#006600
Netscape*strings.22204: <TITLE> !</TITLE>\n<H1> !</H1>   : <b>%.256s</b><p>\n
Netscape*strings.22205: <b><p> ȿⰣ Ǿϴ.</b><p>\n
Netscape*strings.22206: 102,255,255,#66FFFF
Netscape*strings.22207: 51,204,255,#33CCFF
Netscape*strings.22208: 51,102,255,#3366FF
Netscape*strings.22209: 51,51,255,#3333FF
Netscape*strings.22210: 0,0,153,#000099
Netscape*strings.22211: 0,0,102,#000066
Netscape*strings.22212: 255,204,255,#FFCCFF
Netscape*strings.22213: 255,153,255,#FF99FF
Netscape*strings.22214: 204,102,204,#CC66CC
Netscape*strings.22215: 204,51,204,#CC33CC
Netscape*strings.22216: 153,51,102,#993366
Netscape*strings.22217: 102,51,102,#663366
Netscape*strings.22218: <TITLE>FTP  </TITLE>\n<H1>FTP  </H1>\n<h2>FTP  α </h2>\n<PRE>
Netscape*strings.22219: <TITLE>FTP</TITLE>\n<H1>FTP</H1>\n<h2>FTP۽: </h2>\n<PRE>
Netscape*strings.22261: ̰   ȣȭ    ̱\n   ֽϴ.
Netscape*strings.22262: SmartUpdate failed: Downloaded archive is not a JAR file.
Netscape*strings.22263: SmartUpdate failed: JAR archive failed security check. %s.
Netscape*strings.22264: SmartUpdate failed: JAR archive has no installer file information.
Netscape*strings.22265: SmartUpdate failed: JAR archive is missing an installer file %s.
Netscape*strings.22266: No automatic configuration file was received.\n\
\n\
You will be unable to load and documents from the network.\n\
See your local system administrator for help.
Netscape*strings.22267: The automatic configuration file is not of the correct type: \n\
\n\
        %s\n\
\n\
Expected the MIME type of application/x-javascript-config.
Netscape*strings.22268: The automatic configuration file could not be loaded.\n\
\n\
You will be unable to load any documents from the network.\n\
See your local system administrator for help.
Netscape*strings.22269: No automatic configuration file was received.\n\
\n\
Will default based on the last configuration.
Netscape*strings.22328: Folder creation succeeded, but Netscape was unable to subscribe the new folder.
Netscape*strings.22329: Folder deletion succeeded, but Netscape was unable to unsubscribe from the folder.
Netscape*strings.22330: Folder move succeeded, but Netscape was unable to subscribe to the new folder name.
Netscape*strings.22331: Folder move succeeded, but Netscape was unable to unsubscribe from the old folder name.
Netscape*strings.22332: Close Window?
Netscape*strings.22333: Close Window %s?
Netscape*strings.22334: Your Cookies
Netscape*strings.22420: Set Read/Unread State
Netscape*strings.22700: The required configuration file %s could not be found.  Please reinstall the software or contact your administrator.
Netscape*strings.22701: The required configuration file %s is invalid.  Please reinstall the software or contact your administrator.
Netscape*strings.22702: An error occurred while reading the preference file %s.  Default preferences will be used.
Netscape*strings.22703: Communicator could not retrieve preferences from the directory server %s because an authentication error occurred.  Try retyping your password or contact your system administrator for more information.
Netscape*strings.22704: Communicator could not connect to the directory server %s to retrieve preference information.  The server may be down or busy.  Some preferences were retrieved using previously cached information.\n\
\n\
If this error persists, contact your system administrator.
Netscape*strings.22705: Communicator could not retrieve preferences from the directory server %s because the preference map could not be found.  Some preferences were retrieved using previously cached information.\n\
\n\
If this error persists, contact your system administrator.
Netscape*strings.22706: Communicator could not retrieve preferences from the directory server %s because your directory entry could not be found.  Some preferences were retrieved using previously cached information.\n\
\n\
If this error persists, contact your system administrator.
Netscape*strings.22707: Your new passwords did not match.  Please retype your new password in both fields.  If you do not want to password protect your profile, leave both fields blank.
Netscape*strings.22709: Communicator could not complete your request because the profile manager encountered an unexpected error.
Netscape*strings.22710: The profile '%s' requires a password.  Enter your password to login into your Roaming Access Profile and retrieve your profile information.
Netscape*strings.22711: Please enter your password to retrieve preferences from the directory server %s.
Netscape*strings.22712: The profile '%s' requires a password. In order to continue, please enter your local profile password.
Netscape*strings.22713: Another profile already exists with that name.  Please choose a different profile name.
Netscape*strings.22714: You must enter a new profile password to continue.
Netscape*strings.22715: Guest
Netscape*strings.23000: <head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><div><form name=theform action=internal-dialog-handler method=post><input type="hidden" %-cont-%
Netscape*strings.23001: name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
Netscape*strings.23002: </font></form></div></body>%0%
Netscape*strings.23008: <HTML><HEAD>%-styleinfo-%<TITLE>%0%</TITLE><SCRIPT LANGUAGE="JavaScript">\n\
var dlgstring ='
Netscape*strings.23009: ';\n\
var butstring ='
Netscape*strings.23010: ';\n\
function drawdlg(win){\n\
captureEvents(Event.MOUSEDOWN);\n\
with(win.frames[0]) {\n\
document.write(parent.dlgstring);document.close();\n\
}\n\
with(win.frames[1]) {\n\
butstring='<html><body bgcolor="#bbbbbb"><form>'%-cont-%
Netscape*strings.23011: +butstring+'</form></body></html>';document.write(parent.butstring);document.close();\n\
}\n\
return false;\n\
}\n\
function clicker(but,win)\n\
{\n\
with(win.frames[0].document.forms[0]) {\n\
xxxbuttonxxx.value=but.value;\n\
xxxbuttonxxx.name='button';\n\
%-cont-%
Netscape*strings.23012: submit();\n\
}\n\
}\n\
function onMouseDown(e)\n\
{\n\
if ( e.which == 3 )\n\
return false;\n\
return true;\n\
}\n\
</SCRIPT></HEAD><FRAMESET ROWS="*,50"ONLOAD="drawdlg(window)" BORDER=0>\n\
%-cont-%
Netscape*strings.23013: <FRAME SRC="about: blank" MARGINWIDTH=5 MARGINHEIGHT=3 NORESIZE BORDER=NO>\n\
<FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=0 NORESIZE SCROLLING=NO BORDER=NO>\n\
</FRAMESET></HTML>\n
Netscape*strings.23014: <div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>
Netscape*strings.23015: <div align=right><input type="button" name="button" value="%ok%" onclick="parent.clicker(this,window.parent)" width=80></div>
Netscape*strings.23016: <div align=right><input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
Netscape*strings.23017: <div align=right><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">&nbsp;&nbsp;<input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></div>
Netscape*strings.23018: <div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>&nbsp;&nbsp;<input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
Netscape*strings.23019: <head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><form name=theform action=internal-panel-handler method=post><input type="hidden" %-cont-%
Netscape*strings.23020: name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
Netscape*strings.23026: <div align=right><input type="button" name="button" value="%next%" onclick="parent.clicker(this,window.parent)" width=80>&nbsp;&nbsp;<input %-cont-%
Netscape*strings.23027: type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
Netscape*strings.23028: <div align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80><input type="button" name="button" value="%next%" %-cont-%
Netscape*strings.23029: onclick="parent.clicker(this,window.parent)" width=80>&nbsp;&nbsp;<input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
Netscape*strings.23030: <dig align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80>%-cont-%
Netscape*strings.23031: <input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>&nbsp;&nbsp;<input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
Netscape*strings.23032: %0%
Netscape*strings.23033: <title>%0%</title><b>%1%</b><hr>%2%<hr>%3%
Netscape*strings.23034: %0%%1%%2%
Netscape*strings.23035: %sec-banner-begin%%0%%sec-banner-end%<b><div><font size=4>%1% is a site that uses encryption to protect transmitted information. %-cont-%
Netscape*strings.23036: However, Netscape does not recognize the authority who signed its Certificate.</font></b></div><p><div>Although Netscape does not recognize the %-cont-%
Netscape*strings.23037: signer of this Certificate, you may decide to accept it anyway so that you can connect to and exchange information with this site.<p>This %-cont-%
Netscape*strings.23038: assistant will help you decide whether or not you wish to accept this Certificate and to what extent.%2%</div>
Netscape*strings.23044: %sec-banner-begin%%0%%sec-banner-end%<div>Here is the Certificate that is being presented: </div><hr><table><tr><td valign=top><font %-cont-%
Netscape*strings.23045: size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% Grade (%4% with %5%-bit secret %-cont-%
Netscape*strings.23046: key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr><div>The signer of the %-cont-%
Netscape*strings.23047: Certificate promises you that the holder of this Certificate is who they say they are.  The encryption level is an indication of how difficult it %-cont-%
Netscape*strings.23048: would be for someone to eavesdrop on any information exchanged between you and this web site.%6%</div>
Netscape*strings.23049: %sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this certificate for the purposes of receiving encrypted %-cont-%
Netscape*strings.23050: information from this web site?<p>This means that you will be able to browse through the site and receive documents from it and that all of %-cont-%
Netscape*strings.23051: these documents are protected from observation by a third party by encryption.<p><input type=radio name=accept value=session%1%>Accept this %-cont-%
Netscape*strings.23052: certificate for this session<br><input type=radio name=accept value=cancel%2%>Do not accept this certificate and do not connect<br><input type=radio name=accept %-cont-%
Netscape*strings.23053: value=forever%3%>Accept this certificate forever (until it expires)</div><br>%4%
Netscape*strings.23064: %sec-banner-begin%%0%%sec-banner-end%<div>By accepting this certificate you are ensuring that all information you exchange with this site %-cont-%
Netscape*strings.23065: will be encrypted.  However, encryption will not protect you from fraud.<p>To protect yourself from fraud, do not send information %-cont-%
Netscape*strings.23066: (especially personal information, credit card numbers, or passwords) to this site if you have any doubt about the site's integrity.<p>For your %-cont-%
Netscape*strings.23067: own protection, Netscape can remind you of this at the appropriate time.<p><center><input type=checkbox name=postwarn value=yes %1%>Warn me %-cont-%
Netscape*strings.23068: before I send information to this site</center><p></div>%2%
Netscape*strings.23069: %sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by: <br>%1%</b><p>You have %-cont-%
Netscape*strings.23070: decided to refuse this ID. If, in the future, you change your mind about this decision, just visit this site again and this assistant will %-cont-%
Netscape*strings.23071: reappear.<p>Click on the Finish button to return to the document you were viewing before you attempted to connect to this site.</div>%2%
Netscape*strings.23072: %sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by: <br>%1%</b></div><p><div>You have %-cont-%
Netscape*strings.23073: decided to accept this certificate and have asked that Netscape Communicator warn you before you send information to this site.<p>If you %-cont-%
Netscape*strings.23074: change your mind, open Security Info from the Communicator menu and edit Site Certificates.<p>Click on the Finish button to begin receiving documents.%2%
Netscape*strings.23080: %sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by: <br>%1%</div></b><p><div>You have %-cont-%
Netscape*strings.23081: decided to accept this certificate and have decided not to have Netscape Communicator warn you before you send information to this site.</div><p><div>If %-cont-%
Netscape*strings.23082: you change your mind, open Security Info from the Communicator Menu edit Site Certificates.<p>Click on the Finish button to begin %-cont-%
Netscape*strings.23083: receiving documents.</div>%2%
Netscape*strings.23084: %sec-banner-begin%%0%%sec-banner-end%<div>The certificate that the site '%1%' has presented does not contain the correct site %-cont-%
Netscape*strings.23085: name. It is possible, though unlikely, that someone may be trying to intercept your communication with this site.  If you suspect the %-cont-%
Netscape*strings.23086: certificate shown below does not belong to the site you are connecting with, please cancel the connection and notify the site administrator. <p>%-cont-%
Netscape*strings.23087: Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: %-cont-%
Netscape*strings.23088: </font></td><td valign=top><font size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input %-cont-%
Netscape*strings.23089: type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%7%
Netscape*strings.23100: %sec-banner-begin%%0%%sec-banner-end%Please enter your new password.  The safest passwords are a combination of letters %-cont-%
Netscape*strings.23101: and numbers, are at least 8 characters long, and contain no words from a dictionary.<p>Password: <input type=password name=password1><p>Type in %-cont-%
Netscape*strings.23102: your password, again, for verification:<p>Retype Password: <input type=password name=password2><p><b>Do not forget your password!  Your %-cont-%
Netscape*strings.23103: password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b>
Netscape*strings.23109: %sec-banner-begin%%0%%sec-banner-end%You did not enter your password correctly.  Please try again:<p>Password: <input %-cont-%
Netscape*strings.23110: type=password name=password1><p>Type in your password, again, for verification:<p>Retype Password: <input type=password name=password2><p>%-cont-%
Netscape*strings.23111: <b>Do not forget your password!  Your password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b> 
Netscape*strings.23112: %sec-banner-begin%%0%%sec-banner-end%It is strongly recommended that you protect your Private Key with a %-cont-%
Netscape*strings.23113: Communicator password.  If you do not want a password, leave the password field blank.<P>The safest passwords are at least 8 characters long, include %-cont-%
Netscape*strings.23114: both letters and numbers, and contain no words from a dictionary.<P><table><tr><td>Password: </td><td><input type=password name=password1></td>%-cont-%
Netscape*strings.23115: </td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2></td><td valign=bottom></td></tr></table><B>Important: %-cont-%
Netscape*strings.23116: Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B><P>If you wish to change your password or other security %-cont-%
Netscape*strings.23117: preferences, choose Security Info from the Communicator menu.
Netscape*strings.23128: %sec-banner-begin%%0%%sec-banner-end%You have elected to operate without a password.<p>If you decide that you %-cont-%
Netscape*strings.23129: would like to have a password to protect your Private Keys and Certificates, you can set up a password in Security Preferences.
Netscape*strings.23130: %sec-banner-begin%%0%%sec-banner-end%Change the password for the %1%.<p>Enter your old password: <input %-cont-%
Netscape*strings.23131: type=password name=password value=%2%><P><P>Enter your new password.  Leave the password fields blank if you don't want a password.<p><table><tr><td>%-cont-%
Netscape*strings.23132: New Password:</td><td><input type=password name=password1></td></tr><tr><td>Type it again to confirm: </td><td><input type=password name=password2>%-cont-%
Netscape*strings.23133: </td></tr></table><p><B>Important: Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B>
Netscape*strings.23140: %sec-banner-begin%%0%%sec-banner-end%Your attempt to change your password failed.<p>This may be because your %-cont-%
Netscape*strings.23141: key database is inaccessible (which can happen if you were already running a Communicator when you started this one), or because of some other %-cont-%
Netscape*strings.23142: error.<p>It may indicate that your key database file has been corrupted, in which case you should try to get it from of a backup, if possible. As %-cont-%
Netscape*strings.23143: a last resort, you may need to delete your key database, after which you will have to obtain new personal Certificates.
Netscape*strings.23194: <table border=0 cellpadding=0 cellspacing=0 width="100%%"><td><input type="button" value="%moreinfo%" width=80 onclick="parent.clicker(this,window.parent)"></td>%-cont-%
Netscape*strings.23195: <td align="right" nowrap><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">&nbsp;&nbsp;%-cont-%
Netscape*strings.23196: <input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></td></table>
Netscape*strings.23199: <div align=right><input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>&nbsp;&nbsp;%-cont-%
Netscape*strings.23200: <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
Netscape*strings.23211: %sec-banner-begin%%0%%sec-banner-end%This function is not implemented:<br>%1%<br>Certificate name: <br>%2%
Netscape*strings.23212: %0%%1%
Netscape*strings.23213: <b><FONT SIZE=4>WARNING: If you delete this Certificate you will not be able to read any E-mail that has been encrypted with it.</FONT></b><p>Are you sure that you want to delete this Personal Certificate?<p>%0%
Netscape*strings.23214: Are you sure that you want to delete this Site Certificate?<p>%0%
Netscape*strings.23215: Are you sure that you want to delete this Certificate Authority?<p>%0%
Netscape*strings.23216: %0%<hr>This Certificate belongs to an SSL server site.<br><input type=radio name=allow value=yes %1%>Allow connections to this site<br>%-cont-%
Netscape*strings.23217: <input type=radio name=allow value=no %2%>Do not allow connections to this site<hr><input type=checkbox name=postwarn value=yes %3%>Warn %-cont-%
Netscape*strings.23218: before sending data to this site
Netscape*strings.23224: %0%<hr><div>This Certificate belongs to a Certifying Authority<br> %-cont-%
Netscape*strings.23225: %1%<br>%2%<br>%3%<hr><input %-cont-%
Netscape*strings.23226: type=checkbox name=postwarn value=yes %4%>Warn before sending data to sites certified by this authority</div>
Netscape*strings.23232: %sec-banner-begin%%0%%sec-banner-end%<b>Warning: You %-cont-%
Netscape*strings.23233: are about to send encrypted information to the site %1%.</b><p>
Netscape*strings.23234: card numbers, or passwords) to this site if you are in doubt ab
Netscape*strings.23235: <table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%2%<br>%3%<br>%-cont-%
Netscape*strings.23236: %4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
Netscape*strings.23237: "></font></td></tr></table><hr><input type=radio name=action value=sendandwarn checked>Send this information and warn again next %-cont-%
Netscape*strings.23238: time<br><input type=radio name=action value=send>Send this information and do not warn again<br><input type=radio name=action value=dontsend>Do not send information<br>%7%
Netscape*strings.23239: %sec-banner-begin%%0%%sec-banner-end%<div>You are about to %-cont-%
Netscape*strings.23240: go through the process of accepting a Certificate Authority. This has serious implications on the security of future encryptions using %-cont-%
Netscape*strings.23241: Netscape. This assistant will help you decide whether or not you wish to accept this Certificate Authority.</div>
Netscape*strings.23252: %sec-banner-begin%%0%%sec-banner-end%<div>A Certificate %-cont-%
Netscape*strings.23253: Authority certifies the identity of sites on the internet. By accepting this Certificate Authority, you will allow Netscape Communicator to connect %-cont-%
Netscape*strings.23254: to and receive information from any site that this authority certifies without prompting or warning you.</div><p><div>If you choose to refuse this %-cont-%
Netscape*strings.23255: Certificate Authority, you will be prompted before you connect to or receive information from any site that this authority certifies.</div> 
Netscape*strings.23261: %sec-banner-begin%%0%%sec-banner-end%<div>Here is the certificate for this Certificate Authority. Examine it carefully. The %-cont-%
Netscape*strings.23262: Certificate Fingerprint can be used to verify that this Authority is who they say they are. To do this, compare the Fingerprint against the %-cont-%
Netscape*strings.23263: Fingerprint published by this authority in other places.</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: </font></td>%-cont-%
Netscape*strings.23264: <td valign=top><font size=2>%1%<br>%2%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
Netscape*strings.23265: "></font></td></tr></table><hr>
Netscape*strings.23266: %sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this Certificate Authority for the purposes of certifying %-cont-%
Netscape*strings.23267: other internet sites, email users, or software developers?<p> %1%%2%%3%</div>
Netscape*strings.23275: %sec-banner-begin%%0%%sec-banner-end%<div>By accepting this Certificate Authority, you have told Netscape Communicator to connect to %-cont-%
Netscape*strings.23276: to connect to and receive information from any site that it certifies  without warning you or prompting you.<p>Netscape Communicator can, however, warn you before %-cont-%
Netscape*strings.23277: you send information to such a site.</div><p><div><input type=checkbox name=postwarn value=yes %1%>Warn me before sending information to sites %-cont-%
Netscape*strings.23278: certified by this Certificate Authority</div>
Netscape*strings.23279: %sec-banner-begin%%0%%sec-banner-end%<div>You have accepted this Certificate Authority.  You must now select a nickname that will be %-cont-%
Netscape*strings.23280: used to identify this Certificate Authority, for example <b>Mozilla's Certificate Shack</b>.<p>Nickname: <font size=4><input type=text %-cont-%
Netscape*strings.23281: name=nickname></font></div>
Netscape*strings.23282: %sec-banner-begin%%0%%sec-banner-end%By rejecting this Certificate Authority, you have told Netscape Communicator not to connect %-cont-%
Netscape*strings.23283: to and receive information from any site that it certifies without prompting you.
Netscape*strings.23294: %0%
Netscape*strings.23295: %sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication.<p>Here is the %-cont-%
Netscape*strings.23296: site's certificate:<hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font %-cont-%
Netscape*strings.23297: size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%
Netscape*strings.23298: "></td></tr></table><hr>Select Your Certificate: <select name=cert>%7%</select>%8%
Netscape*strings.23304: %sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication, but you do not have a Personal %-cont-%
Netscape*strings.23305: Certificate to authenticate yourself.  The site may choose not to give you access without one.%2%
Netscape*strings.23306: %sec-banner-begin%%0%%sec-banner-end%<B>All of the files that you have requested were encrypted.</B><p> This means that the %-cont-%
Netscape*strings.23307: files that make up the document are sent to you encrypted for privacy while in transit.<p> For more details on the encryption of this %-cont-%
Netscape*strings.23308: document, open Document Information.<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%
Netscape*strings.23309: value="%showdocinfo%"></center>%1%
Netscape*strings.23315: <img src=about: security?banner-mixed>%0%<br clear=all><p><B>Some of the files that you have requested were encrypted.</B><p> Some of these files %-cont-%
Netscape*strings.23316: are sent to you encrypted for privacy while in transit. Others are not encrypted and can be observed by a third party while in transit.<p>To %-cont-%
Netscape*strings.23317: find out exactly which files were encrypted and which were not, open Document Information.<p> <center><input type="submit" name="button" %-cont-%
Netscape*strings.23318: value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%1%
Netscape*strings.23319: <img src=about: security?banner-insecure>%0%<br clear=all><p><B>None of the files that you have requested are encrypted.</B><p>Unencrypted files can %-cont-%
Netscape*strings.23320: be observed by a third party while in transit.<p> <center><input type="submit" name="button" value="%ok%"></center>%1%
Netscape*strings.23336: RC2 encryption in CBC mode with a 40-bit key
Netscape*strings.23337: RC2 encryption in CBC mode with a 64-bit key
Netscape*strings.23338: RC2 encryption in CBC mode with a 128-bit key
Netscape*strings.23339: DES encryption in CBC mode with a 56-bit key
Netscape*strings.23340: DES EDE3 encryption in CBC mode with a 168-bit key
Netscape*strings.23341: RC5 encryption in CBC mode with a 40-bit key
Netscape*strings.23342: RC5 encryption in CBC mode with a 64-bit key
Netscape*strings.23343: RC5 encryption in CBC mode with a 128-bit key
Netscape*strings.23351: No valid encryption policy file was found for this English language \n\
version of Communicator.  All encryption and decryption will be disabled.
Netscape*strings.23352: (No ciphers are permitted)
Netscape*strings.23353: (When permitted)
Netscape*strings.23354: %sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for S/MIME %1%</h3><ul>%2%</ul>%3%
Netscape*strings.23355: %sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v2 %1%</h3><ul>%2%</ul>%3%
Netscape*strings.23356: %sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v3 %1%</h3><ul>%2%</ul>%3%
Netscape*strings.23362: %sec-banner-begin%%0%%sec-banner-end%You have received a new Certificate.  Communicator will refer to this %-cont-%
Netscape*strings.23363: Certificate by the name shown below.  %1%<P>Click <B>OK</B> to install the certificate into Communicator or click <B>Cancel</B> to refuse your new %-cont-%
Netscape*strings.23364: Certificate.<HR>Certificate Name: %2%<P><table width=97%%><tr><td>Certificate for: %3%<BR>Signed by: %4%</td><td align=right><input type=submit name=button %-cont-%
Netscape*strings.23365: value="%showcert%"></td></tr></table><HR><P>%5%</font>
Netscape*strings.23371: You can use the name provided or enter a new one.
Netscape*strings.23372: %sec-banner-begin%%0%%sec-banner-end%A Certificate is arriving from %1%.<p>This Certificate works in conjunction %-cont-%
Netscape*strings.23373: with the corresponding Private Key that was generated for you when you requested the Certificate.  Together they can identify you to Web sites and via Email.<p>Certificates and Private Keys are much more secure than %-cont-%
Netscape*strings.23374: traditional username and password security methods.  For more information about Certificates, choose <b>Security Info</b> from the Communicator menu.
Netscape*strings.23380: %sec-banner-begin%%0%%sec-banner-end%You should make a copy of your new Certificate.<p>If you lose your Certificate %-cont-%
Netscape*strings.23381: it <b>cannot be recovered</b>.  Only you hold your Private Key.  Without it you will not be able to read any email that you received using that %-cont-%
Netscape*strings.23382: Certificate.<p>To make a copy, click <b>Save As</b> and decide where you would like to save your Certificate.  If possible, you should save it on a %-cont-%
Netscape*strings.23383: floppy disk that you keep in a safe location.<p><input type=submit name=button value="%saveas%">
Netscape*strings.23384: Save User Certificate
Netscape*strings.23392: %sec-banner-begin%%0%%sec-banner-end%When you click OK, Communicator will generate a Private Key for your %-cont-%
Netscape*strings.23393: Certificate.  This may take a few minutes.<P><B>Important: If you interrupt this process, you will have to reapply for the Certificate.</B>%1% %2% %3%<P>
Netscape*strings.23394: Key Generation Info
Netscape*strings.23400: Certificate Download Info
Netscape*strings.23401: %sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
Netscape*strings.23402: digital Certificate that identifies this site has expired.  This may be because the certificate has actually expired, or because the date on %-cont-%
Netscape*strings.23403: your computer is wrong.<p>The certificate expires on %2%.<p>Your computer's date is set to %3%.  If this date is incorrect, then you %-cont-%
Netscape*strings.23404: should reset the date on your computer.<p>You may continue or cancel this connection.%4%
Netscape*strings.23410: %sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
Netscape*strings.23411: digital Certificate that identifies this site is not yet valid.  This may be because the certificate was installed too soon by the site %-cont-%
Netscape*strings.23412: administrator, or because the date on your computer is wrong.<p>The certificate is valid beginning %2%.<p>Your computer's date is set to %-cont-%
Netscape*strings.23413: %3%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.%4%
Netscape*strings.23419: %sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
Netscape*strings.23420: the Certificate Authorities that identifies this site has expired.  This may be because a certificate has actually expired, or because the date %-cont-%
Netscape*strings.23421: on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%
Netscape*strings.23422: valign=top><font size=2>Certificate Authority: <br>Expiration Date: </font></td><td valign=top><font size=2>%2%<br>%3%</font></td><td %-cont-%
Netscape*strings.23423: valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>Your computer's date is set %-cont-%
Netscape*strings.23424: to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.
Netscape*strings.23430: %sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
Netscape*strings.23431: the Certificate Authorities that identifies this site is not yet valid.  This may be because a certificate was install too soon by the site %-cont-%
Netscape*strings.23432: administrator, or because the date on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table %-cont-%
Netscape*strings.23433: cellspacing=0 cellpadding=0><tr><td valign=top><font size=2>Certificate Authority: <br>Certificate Valid On: </font></td><td valign=top><font %-cont-%
Netscape*strings.23434: size=2>%2%<br>%3%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
Netscape*strings.23435: <hr>Your computer's date is set to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel %-cont-%
Netscape*strings.23436: this connection.
Netscape*strings.23492: Cancel
Netscape*strings.23493: OK
Netscape*strings.23494: Continue
Netscape*strings.23495: Next&gt;
Netscape*strings.23496: &lt;Back
Netscape*strings.23497: Finish
Netscape*strings.23498: More Info...
Netscape*strings.23499: Show Certificate
Netscape*strings.23500: Show Order
Netscape*strings.23501: Show Document Info
Netscape*strings.23507: Next>
Netscape*strings.23508: <Back
Netscape*strings.23509: Save As...
Netscape*strings.23516: Alert
Netscape*strings.23517: View A Certificate
Netscape*strings.23518: Certificate Name Check
Netscape*strings.23519: Certificate Is Expired
Netscape*strings.23520: Certificate Is Not Yet Good
Netscape*strings.23521: Certificate Authority Is Expired
Netscape*strings.23522: Certificate Authority Is Not Yet Good
Netscape*strings.23523: Encryption Information
Netscape*strings.23534: View A Personal Certificate
Netscape*strings.23535: Delete A Personal Certificate
Netscape*strings.23536: Delete A Site Certificate
Netscape*strings.23537: Delete A Certificate Authority
Netscape*strings.23538: Edit A Site Certificate
Netscape*strings.23539: Edit A Certification Authority
Netscape*strings.23540: No User Certificate
Netscape*strings.23541: Select A Certificate
Netscape*strings.23542: Security Information
Netscape*strings.23543: Generate A Private Key
Netscape*strings.23544: New Site Certificate
Netscape*strings.23545: New Certificate Authority
Netscape*strings.23546: New User Certificate
Netscape*strings.23552: Setting Up Your Communicator Password
Netscape*strings.23553: Change Your Communicator Password
Netscape*strings.23554: Enable Your Communicator Password
Netscape*strings.23555: Password Error
Netscape*strings.23556: Configure Ciphers
Netscape*strings.23557: %sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected has expired and may %-cont-%
Netscape*strings.23558: be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
Netscape*strings.23569: %sec-banner-begin%%0%%sec-banner-end%<table><tr><td>The certificate that you have selected has expired and may %-cont-%
Netscape*strings.23570: be rejected by the server.  You may press %continue% to send it anyway, or %cancel% to abort this connection.  To renew your %-cont-%
Netscape*strings.23571: certificate press the %renew% button.</td><td><input type=submit name=button value=%renew%></td></tr></table>
Netscape*strings.23577: Renew
Netscape*strings.23578: %sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected is not yet valid and may be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
Netscape*strings.23579: Your Certificate Is Expired
Netscape*strings.23580: Ask every time
Netscape*strings.23581: Let Communicator choose automatically
Netscape*strings.23582: 1024 (High Grade)
Netscape*strings.23583: 768 (Medium Grade)
Netscape*strings.23584: 512 (Low Grade)
Netscape*strings.23640: View Certificate Policy
Netscape*strings.23641: Check Certificate Status
Netscape*strings.23642: RC4 encryption with a 128-bit key
Netscape*strings.23643: RC2 encryption with a 128-bit key
Netscape*strings.23644: Triple DES encryption with a 168-bit key
Netscape*strings.23645: DES encryption with a 56-bit key
Netscape*strings.23646: RC4 encryption with a 40-bit key
Netscape*strings.23647: RC2 encryption with a 40-bit key
Netscape*strings.23653: RC4 encryption with a 128-bit key and an MD5 MAC
Netscape*strings.23654: Triple DES encryption with a 168-bit key and a SHA-1 MAC
Netscape*strings.23655: DES encryption with a 56-bit key and a SHA-1 MAC
Netscape*strings.23656: RC4 encryption with a 40-bit key and an MD5 MAC
Netscape*strings.23657: RC2 encryption with a 40-bit key and an MD5 MAC
Netscape*strings.23658: No encryption with an MD5 MAC
Netscape*strings.23709: <h3>CRL List: </h3><table><tr><td><select name=crl size=10>%0%</select></td><td valign="middle">%-cont-%
Netscape*strings.23710: <input type="submit" name="button" value="%new%"></input><br>%-cont-%
Netscape*strings.23711: <input type="submit" name="button" value="%reload%"></input><br>%-cont-%
Netscape*strings.23712: <input type="submit" name="button" value="%moreinfo%"></input><br>%-cont-%
Netscape*strings.23713: <input type="submit" name="button" value="%delete%"></input><br>%-cont-%
Netscape*strings.23714: </td></tr></table>
Netscape*strings.23715: New/Edit ...
Netscape*strings.23716: Reload
Netscape*strings.23717: Delete
Netscape*strings.23718: FIPS 140-1 compliant triple DES encryption and SHA-1 MAC
Netscape*strings.23719: FIPS 140-1 compliant DES encryption and SHA-1 MAC
Netscape*strings.23727: Edit Security Module
Netscape*strings.23728: Create a New Security Module
Netscape*strings.23734: FORTEZZA encryption with a 80-bit key and an SHA-1 MAC
Netscape*strings.23735: FORTEZZA authentication with RC4 128-bit key and an SHA-1 MAC
Netscape*strings.23736: No encryption with FORTEZZA authentication and an SHA-1 MAC
Netscape*strings.23742: Please enter the password or the pin for\n\
%s.
Netscape*strings.23743: %sec-banner-begin%%0%%sec-banner-end%The %1% has not been initialized with a User PIN or Password.  In order %-cont-%
Netscape*strings.23744: to initialize this card, you must enter the Administration or Site Security Password.  If you do not know this password, please hit <B>cancel</B>, and %-cont-%
Netscape*strings.23745: take this card back to your issuer to be initialized.<p>Enter adminstration Password for the %2%: <input type=password name=ssopassword>.
Netscape*strings.23751: %sec-banner-begin%%0%%sec-banner-end%The administration password you entered for the %1% was incorrect.  %-cont-%
Netscape*strings.23752: Many cards disable themselves after too many incorrect password attempts.  If you do not know this password, please hit <B>cancel</B>, and take this card %-cont-%
Netscape*strings.23753: back to your issuer to be initialized.<p>Enter adminstration Password for the %2%: <input type=password name=ssopassword>.
Netscape*strings.23754: %sec-banner-begin%%0%%sec-banner-end%The %1% could not be initialized because of the following error: <p> %2%
Netscape*strings.23755: Edit Defaults...
Netscape*strings.23756: Login
Netscape*strings.23757: Logout
Netscape*strings.23758: %0%%1%%2%%3%%4%%5%
Netscape*strings.23759: Security Info
Netscape*strings.23760: Set Password...
Netscape*strings.23761: Slot or Token does not require a login.
Netscape*strings.23762: Slot or Token is already logged in.
Netscape*strings.23763: <p>Select the card or database you wish to generate your key in: <SELECT name="tokenName">
Netscape*strings.23764: Token %s is write protected, certs and keys cannot be deleted
Netscape*strings.23766: Slot failed to Initialize.
Netscape*strings.23767: User has manually disabled this slot.
Netscape*strings.23768: Token failed startup tests.
Netscape*strings.23769: Permanent Token not present.
Netscape*strings.23780: Java Security
Netscape*strings.23781: Java Security (Delete Privilege)
Netscape*strings.23782: Java Security (Edit Privileges)
Netscape*strings.23783: Are you sure that you want to delete all the privileges for all applets and scripts from <b>%0%</b>?
Netscape*strings.23784: Allow applets and scripts from <b> %0% </b> to have the following access %-cont-%
Netscape*strings.23785: <table><tr><td colspan=3>Always: </td></tr> <tr><td><select name=target size=3> %1% </select></td> %-cont-%
Netscape*strings.23786: <td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
Netscape*strings.23787: <input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
Netscape*strings.23788: <table><tr><td colspan=3>For this session only: </td></tr> <tr><td><select name=target size=3> %2% </select></td> %-cont-%
Netscape*strings.23789: <td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
Netscape*strings.23790: <input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
Netscape*strings.23791: <table><tr><td colspan=3>Never: </td></tr> <tr><td><select name=target size=3> %3% </select></td> %-cont-%
Netscape*strings.23792: <td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
Netscape*strings.23793: <input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>
Netscape*strings.23804: Are you sure that you want to delete the <b>%0%</b> privileges for all applets and scripts from <b>%1%</b>?
Netscape*strings.23805: <b> %0% </b> is a <b> %1% </b> access.<br> <ul>It consists of: <br><select name=details size=6> %2% </select></ul>
Netscape*strings.23806: <table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
Netscape*strings.23807: <td "100%%"><font SIZE=2>A Java applet or JavaScript script from <b>%0%</b> is requesting unusual access to your computer or network. %-cont-%
Netscape*strings.23808: You should not grant this access unless you trust that vendor or distributor.</td></tr><tr><td valign=top colspan=2><center> <input type="submit" name="button" value="%3%"></input> %-cont-%
Netscape*strings.23809: </center><spacer type=vertical size=20></td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of: </td></tr> %-cont-%
Netscape*strings.23810: <tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
Netscape*strings.23811: <br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts from <b>%0%</b> for this session %-cont-%
Netscape*strings.23812: <br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
Netscape*strings.23813: <br><input type=checkbox name=remember> Remember this decision for all applets and scripts from <b>%0%</b><br></td></table>
Netscape*strings.23824: <table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
Netscape*strings.23825: <td "100%%"><font SIZE=2>A Java applet or JavaScript script on the server "<b>%0%</b>" is requesting unusual access to your computer or network. %-cont-%
Netscape*strings.23826: It is <b>not digitally signed</b>. Be aware that it may have been tampered with and may cause harm to your computer. </td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of: </td></tr> %-cont-%
Netscape*strings.23827: <tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
Netscape*strings.23828: <br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts on the "<b>%0%</b>" server for this session %-cont-%
Netscape*strings.23829: <br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
Netscape*strings.23830: <br><input type=checkbox name=remember> Remember this decision for all applets and scripts on the "<b>%0%</b>" server <br></td></table>
Netscape*strings.23841: <b>Security Module Name:</b> <input name="name"><br><b>Security Module File: </b> <input name="library"><br>
Netscape*strings.23842: You must specify a PKCS #11 Version 2.0 library to load\n
Netscape*strings.23843: <b>Slot Description:</b> %0%<br><b>Manufacturer:</b> %1%<br><b>Version Number:</b> %2%<br><b>Firmware Version: </b> %3%<br>%-cont-%
Netscape*strings.23844: %4%<b>Token Name:</b> %5%<br><b>Token Manufacturer:</b>%6%<br><b>Token Model:</b> %7%<br><b>Token Serial Number: </b>%8%<br>%-cont-%
Netscape*strings.23845: <b>Token Version:</b> %9%<br><b>Token Firmware Version:</b> %10%<br><b>Login Type:</b> %11%<br><b>State: </b>%12%%13%%14%
Netscape*strings.23846: Token/Slot Information
Netscape*strings.23847: Login Required
Netscape*strings.23848: Public (no login required)
Netscape*strings.23849: Ready
Netscape*strings.23850: <font color=red>Not Logged In</font>
Netscape*strings.23851: <font color=red>Uninitialized</font>
Netscape*strings.23852: <font color=red>Not Present</font>
Netscape*strings.23853: <font color=red>Disabled(
Netscape*strings.23854: )</font>
Netscape*strings.23860: Initialize Token
Netscape*strings.23861: Change Password 
Netscape*strings.23862: Set Password  
Netscape*strings.23863: No Password   
Netscape*strings.23864: %sec-banner-begin%%0%%sec-banner-end%You are downloading the e-mail certificate of another user.  After accepting %-cont-%
Netscape*strings.23865: this certificate you will be able to send encrypted e-mail to this user. Press the More Info button to see details of the e-mail certificate. %-cont-%
Netscape*strings.23866: <hr><table cellspacing=0 cellpadding=0><tr><td valign=top><table cellspacing=0 cellpadding=0><tr><td><font size=2>Certificate For: %-cont-%
Netscape*strings.23867: </font></td><td><font size=2>%1%</font></td></tr><tr><td><font size=2>Email Address: </font></td><td><font size=2>%2%</font></td></tr><tr><td>%-cont-%
Netscape*strings.23868: <font size=2>Certified By: </font></td><td><font size=2>%3%</font></td></tr></table></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>
Netscape*strings.23874: Download an E-Mail Certificate
Netscape*strings.23875: Accept this Certificate Authority for Certifying network sites
Netscape*strings.23876: Accept this Certificate Authority for Certifying e-mail users
Netscape*strings.23877: Accept this Certificate Authority for Certifying software developers
Netscape*strings.23878: %0%<p>%1%
Netscape*strings.23879: Select A Certificate
Netscape*strings.23880: Please select a certificate to edit: <p>
Netscape*strings.23881: Please select a certificate to delete: <p>
Netscape*strings.23882: Please select a certificate to view: <p>
Netscape*strings.23883: Please select a certificate to verify: <p>
Netscape*strings.23884: Delete An E-mail Certificate
Netscape*strings.23885: Are you sure that you want to delete this E-mail Certificate?<p>%0%
Netscape*strings.23886: <input type=checkbox name=useformail value=yes %s> Make this the default Certificate for signed and encrypted e-mail
Netscape*strings.23937: Netscape Communications Corp    
Netscape*strings.23938: Communicator Internal Crypto Svc
Netscape*strings.23939: Communicator Generic Crypto Svcs
Netscape*strings.23940: Communicator Certificate DB     
Netscape*strings.23946: Communicator Internal Cryptographic Services Version 4.0        
Netscape*strings.23947: Communicator User Private Key and Certificate Services          
Netscape*strings.23953: Netscape Internal FIPS-140-1 Cryptographic Services             
Netscape*strings.23954: Netscape FIPS-140-1 User Private Key Services                   
Netscape*strings.23955: Verification of the selected certificate failed for the following reasons: <p>%0%
Netscape*strings.23956: Verify A Certificate
Netscape*strings.23962: The Certificate has been successfully verified.
Netscape*strings.23963: Certificate has expired
Netscape*strings.23964: Not certified for %s
Netscape*strings.23965: Certificate not trusted
Netscape*strings.23966: Unable to find Certificate Authority
Netscape*strings.23967: Certificate signature is invalid
Netscape*strings.23968: Certificate Revocation List is invalid
Netscape*strings.23969: Certificate has been revoked
Netscape*strings.23970: Not a valid Certificate Authority
Netscape*strings.23971: Internal Error
Netscape*strings.23972: Digital Signing
Netscape*strings.23973: Encryption
Netscape*strings.23974: Certificate Signing
Netscape*strings.23975: Unknown Usage
Netscape*strings.23976: E-Mail Certification
Netscape*strings.23977: Internet Site Certification
Netscape*strings.23978: Software Developer Certification
Netscape*strings.23979: E-Mail
Netscape*strings.23980: Internet Site
Netscape*strings.23981: Software Developer
Netscape*strings.23987: %0%
Netscape*strings.23988: This will replace the Netscape internal module with the Netscape FIPS-140-1 cryptographic module.\n\
\n\
The FIPS-140-1 cryptographic module limits security 
Netscape*strings.23989: functions to those approved by the United States Federal Government's internal standards.\n\
\n\
Do you wish to delete the internal module, anyway?
Netscape*strings.23995: This will replace the FIPS-140-1 cryptographic module with the Netscape internal module.\n\
\n\
This means that Communicator will no longer be FIPS-140-1 compliant (security 
Netscape*strings.23996: functions to those approved by the United States Federal Government's internal standards).\n\
\n\
Do you wish to delete the FIPS-140-1 module, anyway?
Netscape*strings.23997: Search
Netscape*strings.23998: Search Directory for Certificates
Netscape*strings.24004: <div align=right><input type="button" name="button" value="%fetch%" onclick="parent.clicker(this,window.parent)" width=80>&nbsp;&nbsp;<input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>%0%
Netscape*strings.24005: Communicator will search network Directories for the Security Certificates that are used to send other people encrypted mail messages.<p>Enter the exact E-mail %-cont-%
Netscape*strings.24006: addresses of the people you are looking for and press Search. <table border=0 cellspacing=0 cellpadding=5><tr><td><b>Directory: </b></td><td><select name=dirmenu>%0%%-cont-%
Netscape*strings.24007: </select></td></tr>%-cont-%
Netscape*strings.24008: <tr><td><b>E-mail Addresses: </b></td><td><input type=text name=searchfor size=50></td></tr></table>
Netscape*strings.24014: All Directories
Netscape*strings.24015: Search Results
Netscape*strings.24016: Press the <b>%ok%</b> button to save the Certificates that were found, or <b>%cancel%</b> to discard them.<p>Certificates for the following E-Mail users were found in the directory: <br> %0%<p>%1%%2%
Netscape*strings.24017: Certificates for the following E-Mail users were not found in the directory: <br>
Netscape*strings.24018: Send Your E-Mail Certificate To A Directory
Netscape*strings.24019: Select the Directory to send your Certificate to: <p><select name=dirmenu>%0%</select><br>%-cont-%
Netscape*strings.24020: Communicator will send your Security Certificate to a network Directory so that other user's can easily find it to send you encrypted messages.
Netscape*strings.24021: %0%%1%%2%%3%%4%
Netscape*strings.24022: Communicator will search a Directory for the Security Certificates that are needed to send this encrypted message. %-cont-%
Netscape*strings.24023: <input type=hidden name=searchfor value="%0%"><table border=0 cellspacing=0 cellpadding=5><tr><td><b>Select a Directory: </b></td><td><select name=dirmenu>%1%%-cont-%
Netscape*strings.24024: </select></td></tr><tr><td valign=top><b>Searching For: </b></td><td>%2%</td></tr></table>
Netscape*strings.24075: Sending to Directory
Netscape*strings.24076: Searching Directory
Netscape*strings.24077: Enter Password for Directory
Netscape*strings.24078: An error occurred when communicating with the Directory
Netscape*strings.24079: %sec-banner-begin%%0%%sec-banner-end%Communicator is about to generate a Private Key for you.  It will be used along with the Certificate you are now %-cont-%
Netscape*strings.24080: now requesting to identify you to WebSites and via Email.  You Private Key never leaves your computer, and if you choose, will be protected by a Communicator password.<P>%-cont-%
Netscape*strings.24081: Passwords are particularly important if you are in an environment where other people have access to your computer, either physically or over a network.  %-cont-%
Netscape*strings.24082: Do not give others your password, because that would allow them to use your Certificate to impersonate you.<P>%-cont-%
Netscape*strings.24083: Communicator uses a complex mathematical operation to generate your private key.  It may take up to severeal minutes to complete.  If you interrupt %-cont-%
Netscape*strings.24084: Communicator during this process, it will not create your key, and you will have to reapply for your Certificate.
Netscape*strings.24090: %sec-banner-begin%%0%%sec-banner-end%Passwords are particularly important if you are in an environment where other %-cont-%
Netscape*strings.24091: people have access to your computer, either physically or over a network.  Do not give others your password, because that would allow them to use your %-cont-%
Netscape*strings.24092: Certificate to impersonate you.<P>The safest passwords are at least 8 characters long, include both letters, and number or symbols, and contain no words found in a dictionary.
Netscape*strings.24098: Select a Card or Database
Netscape*strings.24099: Select the card or database you wish to import certificates to: <BR> <SELECT NAME="tokenName" SIZE=10>%0%</SELECT>
Netscape*strings.24100: Not a valid FORTEZZA Certificate Authority
Netscape*strings.24101: Certificate does not have a Recognized Public Key
Netscape*strings.24102: Save this file encrypted [ok] or unencrypted [cancel]
Netscape*strings.24103: Successive login failures may disable this card or database. Password is invalid. Retry?\n\
    %s\n
Netscape*strings.24104: No Compromised Key List for the certificate has been found.\n\
You must load the Compromised Key List before continuing.
Netscape*strings.24105: The Compromised Key List for the certificate has expired.\n\
Reload a new Compromised Key List.
Netscape*strings.24106: The Compromised Key List for the certificate has an invalid signature.\n\
Reload a new Compromised Key List.
Netscape*strings.24107: The key for the certificate has been revoked.
Netscape*strings.24108: The Compromised Key List has an invalid format.
Netscape*strings.24109: Netscape is unable to communicate securely with this site\n\
because the domain to which you are attempting to connect\n\
does not match the domain name in the server's certificate.
Netscape*strings.24160: Digital Signature
Netscape*strings.24161: The site '%0%' has requested that you sign the following message: <br><pre><dl><dd><tt>%1%</dl></tt></pre><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
Netscape*strings.24200: The site '%0%' has requested that you sign the following message: <br><pre><dl><dd><tt>%1%</dl></tt></pre><br>Please select a certificate %-cont-%
Netscape*strings.24201: to use for signing: <br><SELECT NAME=certname>%2%</SELECT><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
Netscape*strings.24202: View/Edit A Personal Certificate
Netscape*strings.24203: %0%<hr><div><b>This email user's certificate does not have a trusted issuer.</b> <br>You may decide to directly trust this certificate to permit the %-cont-%
Netscape*strings.24204: exchange of signed and encrypted e-mail with this user. <p>%-cont-%
Netscape*strings.24205: To be safe, before deciding to trust this certificate, you should contact the e-mail user and verify that the certificate fingerprint %-cont-%
Netscape*strings.24206: listed above is the same as the one he or she has.<p><input type=radio name=dirtrust value=no %1%>Do not trust this certificate.<br> %-cont-%
Netscape*strings.24207: <input type=radio name=dirtrust value=yes %2%>Trust this certificate even though it does not have a trusted issuer.</div>
Netscape*strings.24213: <font face="Impress BT, Verdana, Arial, Helvetica, sans-serif" point-size=16>
Netscape*strings.24214: <STYLE TYPE="text/css"> DIV { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10pt;} TD { FONT-FAMILY: "PrimaSans BT", Verdana, Arial, Helvetica, Lucida; %-cont-%
Netscape*strings.24215: FONT-SIZE: 10pt;} BODY { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10 pt;} %-cont-%
Netscape*strings.24216: H1, H2, H3 { font-weight: 700;} H1 { FONT-SIZE: 16PT; } H2 {FONT-SIZE: 14PT;} </STYLE>
Netscape*strings.24500: 
Netscape*strings.24501: View
Netscape*strings.24502: Edit
Netscape*strings.24503: Verify
Netscape*strings.24504: Delete
Netscape*strings.24505: Export
Netscape*strings.24506: Delete Expired
Netscape*strings.24507: Remove
Netscape*strings.24508: Get a Certificate...
Netscape*strings.24509: Get Certificates...
Netscape*strings.24510: Import a Certificate...
Netscape*strings.24511: View Certificate
Netscape*strings.24512: Edit Privileges
Netscape*strings.24513: View/Edit
Netscape*strings.24514: Add
Netscape*strings.24515: Logout All
Netscape*strings.24516: OK
Netscape*strings.24517: Cancel
Netscape*strings.24518: Help
Netscape*strings.24519: Search Directory
Netscape*strings.24520: Send Certificate To Directory
Netscape*strings.24521: Open Page Info
Netscape*strings.24522: Security Info
Netscape*strings.24523: Passwords
Netscape*strings.24524: Navigator
Netscape*strings.24525: Messenger
Netscape*strings.24526: Java/JavaScript
Netscape*strings.24527: Certificates
Netscape*strings.24528: Yours
Netscape*strings.24529: People
Netscape*strings.24530: Web Sites
Netscape*strings.24531: Software Developers
Netscape*strings.24532: Signers
Netscape*strings.24533: Cryptographic Modules
Netscape*strings.24534: Security Info
Netscape*strings.24535: Passwords
Netscape*strings.24536: Navigator
Netscape*strings.24537: Messenger
Netscape*strings.24538: Java/JavaScript
Netscape*strings.24539: Certificates
Netscape*strings.24540: Your Certificates
Netscape*strings.24541: Other People's Certificates
Netscape*strings.24542: Web Sites' Certificates
Netscape*strings.24543: Software Developers' Certificates
Netscape*strings.24544: Certificate Signers' Certificates
Netscape*strings.24545: Cryptographic Modules
Netscape*strings.24546: Entering an encrypted site
Netscape*strings.24547: Leaving an encrypted site
Netscape*strings.24548: Viewing a page with an encrypted/unencrypted mix
Netscape*strings.24549: Sending unencrypted information to a Site
Netscape*strings.24550: <B>Certificate to identify you to a web site: </B>
Netscape*strings.24551: Ask Every Time
Netscape*strings.24552: Select Automatically
Netscape*strings.24553: <B>Advanced Security (SSL) Configuration: </B>
Netscape*strings.24554: Enable SSL (Secure Sockets Layer) v2
Netscape*strings.24555: Configure SSL v2
Netscape*strings.24556: Enable SSL (Secure Sockets Layer) v3
Netscape*strings.24557: Configure SSL v3
Netscape*strings.24558: <B>Certificate for your Signed and Encrypted Messages: </B>
Netscape*strings.24559: <B>(You have no email certificates.)</B>
Netscape*strings.24560: Select S/MIME Ciphers
Netscape*strings.24561: Change Password
Netscape*strings.24562: Set Password
Netscape*strings.24563: <B>Communicator will ask for this Password: </B>
Netscape*strings.24564: The first time your certificate is needed
Netscape*strings.24565: Every time your certificate is needed
Netscape*strings.24566: After
Netscape*strings.24567: minutes of inactivity
Netscape*strings.24568: Encrypting Message
Netscape*strings.24569: Signing Message
Netscape*strings.24570: Encrypted Message
Netscape*strings.24571: Signed Message
Netscape*strings.24572: This message <B>can be encrypted</B> when it is sent.
Netscape*strings.24573: Sending an encrypted message is like sending your correspondence in an envelope rather than a postcard; it makes it difficult for other people to read your message.
Netscape*strings.24574: Encrypt this message.
Netscape*strings.24575: Sending an unencrypted message is like sending your correspondence in a postcard instead of an envelope. Other people may be able to read your message.
Netscape*strings.24576: You must have at least one recipient entered for this message.
Netscape*strings.24577: This message <B>cannot be encrypted</B> when it is sent because
Netscape*strings.24578: has no Security Certificate.
Netscape*strings.24579: has an expired Security Certificate.
Netscape*strings.24580: has a revoked Security Certificate.
Netscape*strings.24581: in Alias has no Security Certificate.
Netscape*strings.24582: is a Newsgroup.
Netscape*strings.24583: has an invalid Security Certificate.
Netscape*strings.24584: has a Security Certificate that is marked as Untrusted.
Netscape*strings.24585: has a Security Certificate Issuer that is marked as Untrusted.
Netscape*strings.24586: has an unknown Security Certificate  Issuer.
Netscape*strings.24587: : unknown certificate error.
Netscape*strings.24588: To obtain valid Security Certificates from a Directory, press <I>Get Certificates.</I> Otherwise the recipients must first obtain a Certificate for themselves and then 
Netscape*strings.24589: send it to you in a signed email message. This new Security Certificate will automatically be remembered once it is received. <P>Newsgroups cannot receive encrypted messages.
Netscape*strings.24590: This message <B>can be signed</B> when it is sent.
Netscape*strings.24591: This message <B>cannot be signed</B> when it is sent.
Netscape*strings.24592: This is because you do not have a valid Security Certificate. When you include your Security Certificate in a message, you 
Netscape*strings.24593: also digitally sign that message. This makes it possible to verify that the message actually came from you.
Netscape*strings.24594: When you digitally sign a message, you also include your Security Certificate in that message. This makes it possible to verify that the message actually came from you.
Netscape*strings.24595: In some places this digital signature may be considered as legally binding as your own written signature.
Netscape*strings.24596: Include my Security Certificate in this message and use a digital signature to sign this message 
Netscape*strings.24597: This message <B>was encrypted</B> when it was sent. <P>This means that it was hard for other people to eavesdrop on your message while it was being sent.
Netscape*strings.24598: This message <B>was not encrypted</B> when it was sent. <P>This means that it was possible for other people to view your message while it was being sent.
Netscape*strings.24599: You cannot read this message because you do not have the Security Certificate necessary to decrypt it. This could be because your 
Netscape*strings.24600: Security Certificate is on a different computer or it could be because the message was encrypted with someone else's Security Certificate.
Netscape*strings.24601: The algorithm used was 
Netscape*strings.24602: This message <B>was digitally signed</B> by 
Netscape*strings.24603: This message included the Security Certificate for 
Netscape*strings.24604: on 
Netscape*strings.24605: , and was signed on 
Netscape*strings.24606: To check the Certificate, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
Netscape*strings.24607: People's Certificates to make it possible for you to send secure mail to this person.
Netscape*strings.24608: This message <B>was not digitally signed</B>. <P>It is impossible to verify that this message actually came from the sender.
Netscape*strings.24609: <B>The Certificate that was used to digitally sign this message is invalid</B>. <P>It is impossible to prove that this message actually came from the sender.
Netscape*strings.24610: <B>This message cannot be decrypted.</B> 
Netscape*strings.24611: The error was: 
Netscape*strings.24612: Warning! In the time since the sender sent you this message and you received it, the message appears to have been altered. Some 
Netscape*strings.24613: or all of the content of this message has been changed. You should contact the message sender and/or your system administrator.
Netscape*strings.24614: This message appears to have been sent from the email address <TT><B>
Netscape*strings.24615: </B></TT>, but the certificate which was used to sign this message belongs to the email address <TT><B>
Netscape*strings.24616: </B></TT>. If these two email addresses don't belong to the same  person, this could be an attempt at forgery.
Netscape*strings.24617: Usenet News Security
Netscape*strings.24618: The connection to this news server <B>is encrypted</B>. This means that the messages you read are encrypted as they 
Netscape*strings.24619: are sent to you. This makes it difficult for other people to read the messages while you are reading them. 
Netscape*strings.24620: The connection to this news server <B>is not encrypted</B>. <P>This means that other people may be able to read these messages while you are reading them.
Netscape*strings.24621: Encryption
Netscape*strings.24622: Verification
Netscape*strings.24623: This page <B>was not encrypted</B>. This means it was possible for other people to view this page when it was loaded. It 
Netscape*strings.24624: also means that you cannot check the identity of the web site. For complete details on all the files on this page, click <B>Open Page info</B>.
Netscape*strings.24625: This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded.<P>
Netscape*strings.24626: You can examine your copy of the certificate for this page and check the identity of the web site. To see the certificate 
Netscape*strings.24627: for this web site, click <B>View Certificate</B>. For complete details on all the files on this page and their certificates, click <B>Open Page Info</B>.
Netscape*strings.24628: This page <B>was not encrypted</B>, but some of the files it contains were encrypted. This means it was difficult for 
Netscape*strings.24629: other people to view the encrypted files when the page was loaded. It also means that you cannot check the 
Netscape*strings.24630: identity of the web site for the page.<P>For complete details on all the files on this page, click <B>Open Page Info</B>.
Netscape*strings.24631: This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded. You can 
Netscape*strings.24632: examine your copy of the certificate for this page and the identity of the web site. To see the certificate for 
Netscape*strings.24633: this web site, click <B>View Certificate</B>.<P>However, some of the files on this page <B>were not 
Netscape*strings.24634: encrypted</B>. This means that it was possible for other people to view those files when they were loaded. For complete 
Netscape*strings.24635: details on all the files on this page and their certificates, click <B>Open Page Info</B>.
Netscape*strings.24636: Take a look at the page's Certificate.
Netscape*strings.24637: Make sure that this is the site you think it is. This page comes from the site: 
Netscape*strings.24638: The following elements are missing from this window: 
Netscape*strings.24639: . This means that you may be missing important information.
Netscape*strings.24640: the menubar
Netscape*strings.24641: the toolbar
Netscape*strings.24642: the personal toolbar
Netscape*strings.24643: the location bar
Netscape*strings.24644: the status bar
Netscape*strings.24645: This window was created by a Java Application (from 
Netscape*strings.24646: ). This application has some control over this window and may influence what you see.
Netscape*strings.24647: This window was created by a JavaScript Application (from 
Netscape*strings.24648: ). This application has some control over this window and may influence what you see.
Netscape*strings.24649: <B><H2>There is no Security Info for this window.</H2></B>
Netscape*strings.24650: Security Info is available for Browser, Messenger Message, and News Article windows. 
Netscape*strings.24651: <P>If you wish to change Security settings or preferences, use the tabs on the left to switch between different areas.
Netscape*strings.24652: This is an explanation of Security Certificates.<P> <B>Certificate: </B> A file that identifies a person or organization. Communicator uses certificates to 
Netscape*strings.24653: encrypt information. You can use a certificate to check the identity of the certificate's owner. You should trust a certificate only if you trust the person or organization that issued it. 
Netscape*strings.24654: <P>Your own certificates allow you to receive encrypted information. Communicator also keeps track of certificates from other people, web sites, applets, and scripts. 
Netscape*strings.24655: <P><UL><B>Yours</B> lists your own certificates. <P><B>People</B> lists certificates from other people or organizations. 
Netscape*strings.24656: <P><B>Web Sites</B> lists certificates from web sites. <P><B>Signers</B> lists certificates from certificate signers (``Certificate Authorities''.) 
Netscape*strings.24657: <P><B>Software Developers</B> lists certificates that accompany signed Java applets and JavaScript scripts.</UL>
Netscape*strings.24658: You can use any of these certificates to identify yourself to other people and to web sites. Communicator uses your certificates 
Netscape*strings.24659: to decrypt information sent to you. Your certificates are signed by the organization that issued them. <P><B>These are your certificates: </B>
Netscape*strings.24660: You should make a copy of your certificates and keep them in a safe place. If you ever lose your certificates, you will be unable 
Netscape*strings.24661: to read encrypted mail you have received, and you may have problems identifying yourself to web sites.
Netscape*strings.24662: Other people have used these certificates to identify themselves to you. Communicator can send encrypted 
Netscape*strings.24663: messages to anyone for whom you have a certificate. <P><B>These are certificates from other people: </B>
Netscape*strings.24664: To get certificates from a network Directory press <I>Search Directory</I>.<p>
Netscape*strings.24665: <B>These are certificates that you have accepted from web sites: </B>
Netscape*strings.24666: <B>These certificates identify the certificate signers that you accept: </B>
Netscape*strings.24667: <B>These settings allow you to control Navigator security settings.</B> <P>Navigator security warnings can let you know before you do something that might be unsafe. <P><B>Show a warning before: 
Netscape*strings.24668: <B>These settings allow you to control Messenger security settings.</B> <P>Messenger Security warnings can let you know before you do something that might be unsafe.
Netscape*strings.24669: <B>Sending Signed/Encrypted Mail: </B>
Netscape*strings.24670: Encrypt mail messages, when it is possible
Netscape*strings.24671: Sign mail messages, when it is possible
Netscape*strings.24672: Sign news messages, when it is possible
Netscape*strings.24673: This certificate is included with every email message you <B>sign</B>. When other people receive it, it makes it possible for them to send you encrypted mail.
Netscape*strings.24674: Other people could also obtain your certificate from a Directory: 
Netscape*strings.24675: If you had one, this certificate would be included with every email message you <B>signed</B>. When other people received it, 
Netscape*strings.24676: it would make it possible for them to send you encrypted mail. (To get a certificate, see the ``Yours'' tab on the left.)
Netscape*strings.24677: <B>Advanced S/MIME Configuration: </B>
Netscape*strings.24678: Cipher Preferences: 
Netscape*strings.24679: <B>These settings allow you to control access by Java applets and JavaScript scripts.</B> <P>No applet or script is allowed to access your computer or network without 
Netscape*strings.24680: your permission. You have explicitly granted or forbidden access for all applets and scripts from the following vendors, distributors, or web sites.
Netscape*strings.24681: <B>Your Communicator password will be used to protect your certificates.</B> <P>If you are in an environment where other 
Netscape*strings.24682: people have access to your computer (either physically or over the network) you should have a Communicator password. <P>
Netscape*strings.24683: <B>Cryptographic Modules: </B>
Netscape*strings.24684: View/Edit CRL's
Netscape*strings.24685: To view or edit Certificate Revocation Lists press <I>View/Edit CRL's</I>.<p>
Netscape*strings.24686: To check the Certificate or edit Certificate Trust Information, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
Netscape*strings.24687: <B>Certificate to use for Proxy Authentication: </B>
Netscape*strings.24688: No Proxy Authentication
Netscape*strings.24689: 
Netscape*strings.25000: 
Netscape*strings.25001: sa_view_button_label
Netscape*strings.25002: sa_edit_button_label
Netscape*strings.25003: sa_verify_button_label
Netscape*strings.25004: sa_delete_button_label
Netscape*strings.25005: sa_export_button_label
Netscape*strings.25006: sa_expired_button_label
Netscape*strings.25007: sa_remove_button_label
Netscape*strings.25008: sa_get_cert_button_label
Netscape*strings.25009: sa_get_certs_button_label
Netscape*strings.25010: sa_import_button_label
Netscape*strings.25011: sa_view_cert_button_label
Netscape*strings.25012: sa_edit_privs_button_label
Netscape*strings.25013: sa_view_edit_button_label
Netscape*strings.25014: sa_add_button_label
Netscape*strings.25015: sa_logout_all_button_label
Netscape*strings.25016: sa_ok_button_label
Netscape*strings.25017: sa_cancel_button_label
Netscape*strings.25018: sa_help_button_label
Netscape*strings.25019: sa_search_dir_button_label
Netscape*strings.25020: sa_send_cert_button_label
Netscape*strings.25021: sa_page_info_label
Netscape*strings.25022: sa_secinfo_index_label
Netscape*strings.25023: sa_passwords_index_label
Netscape*strings.25024: sa_navigator_index_label
Netscape*strings.25025: sa_messenger_index_label
Netscape*strings.25026: sa_applets_index_label
Netscape*strings.25027: sa_certs_intro_index_label
Netscape*strings.25028: sa_yours_index_label
Netscape*strings.25029: sa_people_index_label
Netscape*strings.25030: sa_sites_index_label
Netscape*strings.25031: sa_developers_index_label
Netscape*strings.25032: sa_signers_index_label
Netscape*strings.25033: sa_modules_index_label
Netscape*strings.25034: sa_secinfo_title_label
Netscape*strings.25035: sa_passwords_title_label
Netscape*strings.25036: sa_navigator_title_label
Netscape*strings.25037: sa_messenger_title_label
Netscape*strings.25038: sa_applets_title_label
Netscape*strings.25039: sa_certs_intro_title_label
Netscape*strings.25040: sa_yours_title_label
Netscape*strings.25041: sa_people_title_label
Netscape*strings.25042: sa_sites_title_label
Netscape*strings.25043: sa_developers_title_label
Netscape*strings.25044: sa_signers_title_label
Netscape*strings.25045: sa_modules_title_label
Netscape*strings.25046: sa_enter_secure_label
Netscape*strings.25047: sa_leave_secure_label
Netscape*strings.25048: sa_mixed_secure_label
Netscape*strings.25049: sa_send_clear_label
Netscape*strings.25050: sa_ssl_cert_label
Netscape*strings.25051: sa_ask_sa_every_time_label
Netscape*strings.25052: sa_select_auto_label
Netscape*strings.25053: sa_ssl_config_label
Netscape*strings.25054: sa_ssl2_enable_label
Netscape*strings.25055: sa_ssl2_config_label
Netscape*strings.25056: sa_ssl3_enable_label
Netscape*strings.25057: sa_ssl3_config_label
Netscape*strings.25058: sa_smime_cert_label
Netscape*strings.25059: sa_smime_no_certs_blurb
Netscape*strings.25060: sa_smime_config_label
Netscape*strings.25061: sa_change_password_label
Netscape*strings.25062: sa_set_password_label
Netscape*strings.25063: sa_ask_for_password_label
Netscape*strings.25064: sa_once_per_session_label
Netscape*strings.25065: sa_every_time_label
Netscape*strings.25066: sa_after_label
Netscape*strings.25067: sa_minutes_label
Netscape*strings.25068: sa_compose_encrypt_subtitle
Netscape*strings.25069: sa_compose_sign_subtitle
Netscape*strings.25070: sa_message_encrypt_subtitle
Netscape*strings.25071: sa_message_sign_subtitle
Netscape*strings.25072: sa_can_encrypt
Netscape*strings.25073: sa_send_encrypt_desc
Netscape*strings.25074: sa_encrypt_this_checkbox_label
Netscape*strings.25075: sa_send_clear_warn_desc
Netscape*strings.25076: sa_no_recipients_desc
Netscape*strings.25077: sa_cannot_encrypt_head
Netscape*strings.25078: sa_cert_missing_tail
Netscape*strings.25079: sa_cert_has_exp_tail
Netscape*strings.25080: sa_cert_has_revoke_tail
Netscape*strings.25081: sa_cert_no_alias_tail
Netscape*strings.25082: sa_cert_newsgroup_tail
Netscape*strings.25083: sa_cert_invalid_tail
Netscape*strings.25084: sa_cert_untrusted_tail
Netscape*strings.25085: sa_cert_issuer_untrusted_tail
Netscape*strings.25086: sa_cert_issuer_unknown_tail
Netscape*strings.25087: sa_cert_unknown_error_tail
Netscape*strings.25088: sa_how_to_get_their_cert_1
Netscape*strings.25089: sa_how_to_get_their_cert_2
Netscape*strings.25090: sa_can_be_signed
Netscape*strings.25091: sa_cannot_be_signed
Netscape*strings.25092: sa_cannot_sign_desc_1
Netscape*strings.25093: sa_cannot_sign_desc_2
Netscape*strings.25094: sa_can_sign_desc
Netscape*strings.25095: sa_sign_disclaimer
Netscape*strings.25096: sa_sign_this_checkbox_label
Netscape*strings.25097: sa_was_encrypted
Netscape*strings.25098: sa_was_not_encrypted
Netscape*strings.25099: sa_was_encrypted_for_other_1
Netscape*strings.25100: sa_was_encrypted_for_other_2
Netscape*strings.25101: sa_encryption_algorithm_was
Netscape*strings.25102: sa_was_signed_head
Netscape*strings.25103: sa_included_cert_desc_head
Netscape*strings.25104: sa_was_signed_at
Netscape*strings.25105: sa_included_cert_desc_signed_at
Netscape*strings.25106: sa_was_signed_desc_tail_1
Netscape*strings.25107: sa_was_signed_desc_tail_2
Netscape*strings.25108: sa_was_not_signed
Netscape*strings.25109: sa_sig_invalid
Netscape*strings.25110: sa_encryption_invalid
Netscape*strings.25111: sa_sign_error_intro
Netscape*strings.25112: sa_sig_tampered_1
Netscape*strings.25113: sa_sig_tampered_2
Netscape*strings.25114: sa_addr_mismatch_part1
Netscape*strings.25115: sa_addr_mismatch_part2
Netscape*strings.25116: sa_addr_mismatch_part3
Netscape*strings.25117: sa_news_encrypt_subtitle
Netscape*strings.25118: sa_news_encrypted_1
Netscape*strings.25119: sa_news_encrypted_2
Netscape*strings.25120: sa_news_not_encrypted
Netscape*strings.25121: sa_nav_encryption_subtitle
Netscape*strings.25122: sa_nav_verification_subtitle
Netscape*strings.25123: sa_nav_no_encrypt_desc_1
Netscape*strings.25124: sa_nav_no_encrypt_desc_2
Netscape*strings.25125: sa_nav_encrypt_desc_1
Netscape*strings.25126: sa_nav_encrypt_desc_2
Netscape*strings.25127: sa_nav_encrypt_desc_3
Netscape*strings.25128: sa_nav_no_encrypt_mix_desc_1
Netscape*strings.25129: sa_nav_no_encrypt_mix_desc_2
Netscape*strings.25130: sa_nav_no_encrypt_mix_desc_3
Netscape*strings.25131: sa_nav_encrypt_mix_desc_1
Netscape*strings.25132: sa_nav_encrypt_mix_desc_2
Netscape*strings.25133: sa_nav_encrypt_mix_desc_3
Netscape*strings.25134: sa_nav_encrypt_mix_desc_4
Netscape*strings.25135: sa_nav_encrypt_mix_desc_5
Netscape*strings.25136: sa_nav_verify_cert_desc
Netscape*strings.25137: sa_nav_verify_domain_desc
Netscape*strings.25138: sa_nav_verify_missing_desc_1
Netscape*strings.25139: sa_nav_verify_missing_desc_2
Netscape*strings.25140: sa_nav_info_menubar_name
Netscape*strings.25141: sa_nav_info_toolbar_name
Netscape*strings.25142: sa_nav_info_personalbar_name
Netscape*strings.25143: sa_nav_info_location_name
Netscape*strings.25144: sa_nav_info_status_name
Netscape*strings.25145: sa_nav_verify_java_desc_1
Netscape*strings.25146: sa_nav_verify_java_desc_2
Netscape*strings.25147: sa_nav_verify_js_desc_1
Netscape*strings.25148: sa_nav_verify_js_desc_2
Netscape*strings.25149: sa_not_me_subtitle
Netscape*strings.25150: sa_not_me_desc_1
Netscape*strings.25151: sa_not_me_desc_2
Netscape*strings.25152: sa_certs_intro_string_1
Netscape*strings.25153: sa_certs_intro_string_2
Netscape*strings.25154: sa_certs_intro_string_3
Netscape*strings.25155: sa_certs_intro_string_4
Netscape*strings.25156: sa_certs_intro_string_5
Netscape*strings.25157: sa_certs_intro_string_6
Netscape*strings.25158: sa_your_certs_desc_1
Netscape*strings.25159: sa_your_certs_desc_2
Netscape*strings.25160: sa_your_certs_desc_tail_1
Netscape*strings.25161: sa_your_certs_desc_tail_2
Netscape*strings.25162: sa_people_certs_desc_1
Netscape*strings.25163: sa_people_certs_desc_2
Netscape*strings.25164: sa_get_certs_desc
Netscape*strings.25165: sa_site_certs_desc
Netscape*strings.25166: sa_signers_certs_desc
Netscape*strings.25167: sa_ssl_desc
Netscape*strings.25168: sa_smime_desc
Netscape*strings.25169: sa_smime_pref_desc
Netscape*strings.25170: sa_encrypt_always_checkbox_label
Netscape*strings.25171: sa_sign_mail_always_checkbox_label
Netscape*strings.25172: sa_sign_news_always_checkbox_label
Netscape*strings.25173: sa_smime_cert_desc
Netscape*strings.25174: sa_smime_send_cert_desc
Netscape*strings.25175: sa_smime_no_cert_desc_1
Netscape*strings.25176: sa_smime_no_cert_desc_2
Netscape*strings.25177: sa_smime_cipher_heading
Netscape*strings.25178: sa_smime_cipher_desc
Netscape*strings.25179: sa_applets_desc_1
Netscape*strings.25180: sa_applets_desc_2
Netscape*strings.25181: sa_password_desc_1
Netscape*strings.25182: sa_password_desc_2
Netscape*strings.25183: sa_modules_desc
Netscape*strings.25184: sa_view_crl_button_label
Netscape*strings.25185: sa_signers_view_crl_desc
Netscape*strings.25186: sa_was_signed_alt_desc_tail_1
Netscape*strings.25187: sa_proxy_cert_label
Netscape*strings.25188: sa_no_proxy_auth_label
Netscape*strings.25189: 
Netscape*strings.25500: FORTEZZA SKIPJACK encryption with an 80-bit key
Netscape*strings.25511: <b>Security Module Name:</b> %0%<input type="%1%" name="name" value=%2%><br><b>Security Module File: </b> %3%<input type="%4%"name="library" value=%5%><br>%-cont-%
Netscape*strings.25512: <b>Manufacturer:</b> %6%<br><b>Description:</b>%8%<br><b>PKCS #11 Version:</b> %7%<br><b>Library Version: </b> %9%<br><center><table><tr>%-cont-%
Netscape*strings.25513: <td width=10></td><td align=top><select name=slots size=10 onChange="setpass(this)">%10%</select></td><td valign=top><table border=0 cellspacing=0 cellpadding=0><td width=10></td>%-cont-%
Netscape*strings.25514: <td height=30 valign=top align=center> <input type="submit" name="button" value="%moreinfo%"width=174></input></td></tr>%-cont-%
Netscape*strings.25515: <tr><td width=10></td><td height=30 valign=middle align=center><input type="submit" name="button" value="%config%"width=174></input></td></tr>%-cont-%
Netscape*strings.25516: <tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%login%"width=174></input></td></tr>%-cont-%
Netscape*strings.25517: <tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%logout%"width=174></input></td></tr>%-cont-%
Netscape*strings.25518: <tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="Change Password"width=174></input></td></tr></table>%-cont-%
Netscape*strings.25519: </td></tr></table></center><script>var login_status = %11%function setpass(select){%-cont-%
Netscape*strings.25520: for(var i=0;i<select.options.length;i++) {   if (select.options[i].selected) {    document.forms[0].elements[9].value = login_status[i];    return;   } }%-cont-%
Netscape*strings.25521: document.forms[0].elements[9].value = "No Token Selected"; }\n\
function initarray() {  var numargs = initarray.arguments.length;  var a; a = new Array(numargs); %-cont-%
Netscape*strings.25522: for ( var i = 0; i < numargs; i++ ) {    a[i] = initarray.arguments[i];  } return a; }</script>
Netscape*strings.25531: Config
Netscape*strings.25542: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <BR><B>Remarks: </B>%3%<P><HR> %-cont-%
Netscape*strings.25543: <P> <DT><INPUT TYPE=Radio %4% NAME="enabledisable" VALUE="disable"> <B> Disable this token. </B> %-cont-%
Netscape*strings.25544: <FORM><P> <DL> <DT><INPUT TYPE=Radio %5% NAME="enabledisable" VALUE="enable"> <B>Enable this token and turn on the following functions: </B> %6% </FORM>
Netscape*strings.25555: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <P><HR> %-cont-%
Netscape*strings.25556: <FORM> <P> <FONT COLOR="FF0000" SIZE=+1> %3%<BR>%4%<BR>%5% </FONT></FORM>
Netscape*strings.25557: Configure Slot
Netscape*strings.25568: Module Name: 
Netscape*strings.25569: File: 
Netscape*strings.25570: RSA PKCS encryption
Netscape*strings.25571: External security module successfully deleted
Netscape*strings.25572: Internal security module successfully deleted
Netscape*strings.25573: A new security module has been installed
Netscape*strings.25574: Are you sure you want to install this security module?
Netscape*strings.25575: Are you sure you want to delete this security module?
Netscape*strings.25576: Enter a nickname for the certificate: 
Netscape*strings.25587: View/Edit CRL's
Netscape*strings.25588: <h3 align=center>%0%</h3><b>URL:</b>%1%<br><b>Last Update:</b>%2%<br><b>Next Update:</b>%3% %4%<br><b>Signed by: </b><ul>%5%</ul><br><center><select name=bogus size=8>%6%</select></center>
Netscape*strings.25589: Enter the URL of the new CRL/CKL to load: 
Netscape*strings.25590: <h3 align=center>%0%</h3>Enter the URL of the Certificate Revocation List.<br><br><b>URL: </b><input name=url size=70 type=text value="%1%">
Netscape*strings.25591: No CRL was selected. Please select a CRL from the list.
Netscape*strings.25592: Selected CRL does not have a valid URL to load from.\n\
Use 'New/Edit...' to set the URL.
Netscape*strings.25593: <font color=red>Expired</font>
Netscape*strings.25594: You did not enter a URL: No new CRL loaded.
Netscape*strings.25595: Edit CRL
Netscape*strings.25596: CRL
Netscape*strings.25597: <font color=red>Not Yet Valid</font>
Netscape*strings.6524: Your Send operation was successful, but copying the message\n\
to your Sent folder failed. Would you like to return to the compose\n\
window?
Netscape*strings.6525: Your SMTP mail server could not start a secure connection.\n\
You have requested to send mail ONLY in secure mode and therefore the connection has been aborted. Please check your preferences.
Netscape*strings.6526: Netscape is unable to save your message as template.\n\
Please verify that your Mail preferences are correct\n\
and try again.
Netscape*strings.6527: Netscape is unable to save your message as draft.\n\
Please verify that your Mail preferences are correct\n\
and try again.
Netscape*strings.6528: Your new mail directory preference\n\
will take effect the next time\n\
you restart Communicator.
Netscape*strings.6529: This IMAP folder is out of date.  Open it again for a more complete search.
Netscape*strings.6531: Posting to newsgroups on different hosts is not supported.
Netscape*strings.6532: Enter IMAP server directory name.
Netscape*strings.6533: At least 30 new IMAP folders have been found.\n\
\n\
Press <OK> to continue or <cancel> to change\n\
the IMAP server directory.
Netscape*strings.6534: Compaction failed.
Netscape*strings.6535: <TITLE>Go Online to View This Message</TITLE>\n\
The body of this message has not been downloaded from \n\
the server for reading offline. To read this message, \n\
you must reconnect to the network, choose Offline from \n\
the File menu and then select Work Online.
Netscape*strings.6536: This mail server is not an IMAP4 mail server.
Netscape*strings.6537: Mail Server Problem: The UID's for the messages in this\n\
       folder are not increasing.  Contact your system administrator.
Netscape*strings.6538: You can't move a newsgroup into a mail folder.
Netscape*strings.6539: You can't move a mail folder into a newsgroup.
Netscape*strings.6540: Delivery failed for %d messages.\n\
\n\
These messages have been left in the Outbox folder.\n\
Before they can be delivered, the errors must be\n\
corrected.
Netscape*strings.6541: Delivery failed for 1 message.\n\
\n\
This message has been left in the Outbox folder.\n\
Before it can be delivered, the error must be\n\
corrected.
Netscape*strings.6542: Cannot copy messages into the 'Outbox' folder: \n\
That folder is only for storing messages\n\
to be sent later.
Netscape*strings.6543: This mail server cannot undo folder deletes, delete anyway?
Netscape*strings.6544: The targeted destination folder cannot hold messages.
Netscape*strings.6545: The selected parent folder does not allow subfolders.\n\
 Try selecting the server folder and typing\n\
 'parent/newFolder' to create a new hierarchy.
Netscape*strings.6546: The targeted destination folder does not allow subfolders.
Netscape*strings.6547: You cannot undo or redo a folder action while\n\
 the folder is loading.  Wait until the folder has\n\
 finished loading, then try again.
Netscape*strings.6548: Could not find the summary information\n\
 for the %s IMAP folder.
Netscape*strings.6549: You cannot move your Inbox Folder.
Netscape*strings.6550: A problem has occurred uploading an offline change.\n\
 Continue uploading remaining offline changes (OK) \n\
 or try again later (Cancel)
Netscape*strings.6551: The IMAP message move failed.\n\
The copy succeeded but a source message was not deleted.
Netscape*strings.6552: The IMAP message copy failed.
Netscape*strings.6553: This message cannot be moved while Communicator is offline.\n\
It has not been downloaded for offline reading.\n\
Select Go Online from the File menu, then try again.
Netscape*strings.6554: The complete list of newsgroups was not retrieved for\n\
this news server. Operations will not proceed normally\n\
until all newsgroups have been retrieved.\n\
\n\
Click on the 'All' tab to continue retrieving\n\
newsgroups.
Netscape*strings.6555: Can't delete message folder '%s' because you are viewing\n\
its contents. Please close those windows and try again.
Netscape*strings.6556: Can't copy messages because the mail folder is in use.\n\
Please wait until other copy operations are \n\
complete and try again.\n
Netscape*strings.6557: Can only delete mail folders.
Netscape*strings.6558: It will not be possible to send this message encrypted to all of the\n\
addressees.  Send it anyway?
Netscape*strings.6559: This message has no subject.  Send anyway?
Netscape*strings.6560: %d  ޽  \n\n ޽  (Outbox ) Ǿ ֽϴ.\n۵Ǳ   Ͻʽÿ.
Netscape*strings.6561: 1 ޽  \n\n ޽  (Outbox ) Ǿ ֽϴ.\n۵Ǳ   Ͻʽÿ.
Netscape*strings.6562:   ι Խ׽ϴ:\nù° ο (:  ۿ '>'),\nι° ÷η (: ο ؽƮ \n޽ ι° κ Ե).\n\n׷ ?
Netscape*strings.6563:  ޽ ƹ͵ Էµ ʾ ÷ΰ ϴ.\n ޽  ðڽϱ?
Netscape*strings.6564: ߰ߵ ʽϴ.
Netscape*strings.6565:   ũ  \nϰ ֽϴ.    ϸ,\n%ld ųιƮ ũ  Ȯ  ֽϴ.\nϴµ ð  ɸ Դϴ.\n\n  ұ?
Netscape*strings.6566:      ߻߽ϴ!
Netscape*strings.6567: newsrc     ߻߽ϴ!
Netscape*strings.6568: %.300s ()   ƴմϴ.\n õұ?
Netscape*strings.6569: %.300s ()   ƴմϴ.\nб⸦ õұ?
Netscape*strings.6570:  !\n  : %.512s\n
Netscape*strings.6571: ޽ ҵ ʾҽϴ.
Netscape*strings.6572: ޽   ϴ!
Netscape*strings.6573:  ޽ ϲ ۼ  ƴմϴ.\nϲ ۼ ޽   ֽϴ.
Netscape*strings.6574:  ޽ ϱ Ͻʴϱ?
Netscape*strings.6575:    ȯ漳 SMTP ȣƮ Ǿ  ʽϴ.
Netscape*strings.6576: ȯ漳   ݼ ּ: %s\n\n ݼ ּҰ  ʽϴ.(`@'  ȣƮ ̸\nϴ.) ȿ ڿ ּҴ `@ȣƮ' ,̸,\nڴ α ID̰, ȣƮ ǻ ̸Դϴ.
Netscape*strings.6577: ȯ漳   ݼ ּ: %s\n\n ݼ ּҰ  ʽϴ.(`@'  ȣƮ ̸\nϴ.) ȿ ڿ ּҴ `@ȣƮ' ,̸,\nڴ α ID̰, ȣƮ ǻ ̸Դϴ.
Netscape*strings.6579: ڿ ּҰ  ʾҽϴ.\n̳  ޽      ȯ漳\n޽ ݼ ּҸ Ͻʽÿ.
Netscape*strings.6580: newsrc  ϳ м  ϴ.
Netscape*strings.6581:  ޽ ID   ʽϴ.
Netscape*strings.6582:   ӽ     ϴ.
Netscape*strings.6583:     ̻  ʽϱ?
Netscape*strings.6584:   ̻  ʽϱ?
Netscape*strings.6585: (FCC)    ϴ.
Netscape*strings.6586: ޽ ҵǾϴ.
Netscape*strings.6590: ȯ漳 POP3 ȣƮ Ǿ  ʽϴ.
Netscape*strings.6591:   丮 ۼ  ϴ.\n ۵  Դϴ!
Netscape*strings.6592: ⺻  (inbox) ۼ  ϴ!
Netscape*strings.6593:  ִ ޽ ϱ     ϴ.
Netscape*strings.6594:  ִ ޽ ϱ     ϴ.
Netscape*strings.6595:  ̹ մϴ.
Netscape*strings.6596:  ۼ  ϴ!
Netscape*strings.6597: `Unsent drafts'  ޽   ϴ.\n  Ŀ   ޽ ϴ Դϴ.
Netscape*strings.6598:  (Outbox ) ޽   ϴ.\n    ޽ ϴ Դϴ.
Netscape*strings.6599: ޽   ޽ űų   ϴ.
Netscape*strings.6664: Corruption was detected in the compressed GZip file that was requested
Netscape*strings.6665: There was an attempt to redirect a url request,\n\
but the attempt was not allowed by the client.
Netscape*strings.6666: This trial copy of Netscape Navigator \n\
will expire at %s.\n\
\n\
To purchase a regular copy of Netscape Navigator\n\
(which will not expire) choose Software Updates from the Help menu.
Netscape*strings.6667: This trial copy of Netscape has expired.\n\
\n\
To purchase a regular copy of Netscape Navigator\n\
(which will not expire) choose Software Updates from the Help menu.
Netscape*strings.6668:  Ȯ 
Netscape*strings.6669: ü 丮 ƴմϴ: \n        %s
Netscape*strings.6670: 丮 ۼ  ϴ: \n        %s
Netscape*strings.6671: ̹ ϴ ̳ 丮  ̸\n丮 ۼ  ϴ: \n        %s
Netscape*strings.6672: 丮   ϴ: \n        %s
Netscape*strings.6673:    ϴ: \n        %s
Netscape*strings.6674: Netscape Nevigator Ÿ   ¥ ȿ Ⱓ\n˴ϴ: %s.\nNetscape Nevigator ֽ (ȿⰣ ) \n ޴ Ʈ Ͻʽÿ
Netscape*strings.6675:  ø  ϴ: %.80s.\n: \n  %.200s\n\n丮     ʽϴ.\n ˻  ٽ õϽʽÿ.
Netscape*strings.6678:  ޽    ߻߽ϴ.
Netscape*strings.6679: POP3 κ   ũ  ϴ\n   ٽ Ͻʽÿ.\n (' '  ' '\n    ֽϴ.)
Netscape*strings.6680: POP3  ޽ ϴ   ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6681: POP3 κ ޽ ޴   ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6682: POP  ó ޽  \n ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6683: POP3  ޽ ϴ   ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6684:  ο ޽ ϴ.
Netscape*strings.6685: POP3  ȣ    ߻߽ϴ.\n  ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6686: POP3   ̸    ߻߽ϴ.\n  ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6687: POP3 ȣ ޴   ߻߽ϴ.
Netscape*strings.6688:  ̸ Է ʾұ  POP3 \n  ϴ. ȯ漳 ٽ õϽʽÿ.
Netscape*strings.6689: POP3   ߻߽ϴ.\n  ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6691: 븮(proxy)   Netscape   \n  ϴ.
Netscape*strings.6692:   (%d).
Netscape*strings.6693: NNTP  Ǿ  ʽϴ.\n\n ȯ漳 Ȯ  ٽ õϽʽÿ.
Netscape*strings.6694: Netscape (newsrc) ã  Ƿ\n ۼϰ ֽϴ.
Netscape*strings.6695:   ߻߽ϴ.   ׷ ˻簡 Ϸ ߽ϴ.\n ׷  ⸦ ٽ õϽʽÿ.
Netscape*strings.6696:  (NNTP)  ߻߽ϴ: \n %.100s
Netscape*strings.6697: WAIS 븮ڰ Ǿ  ʽϴ.\n\n븮 ȯ漳 Ȯ  ٽ õϽʽÿ.
Netscape*strings.6698:  Netscape Navigator  īǺ ȿⰣ Ǿϴ.\nNevigator ο  ٿε޾Ƽ Ͻʽÿ.
Netscape*strings.6699:  Netscape ȿⰣ Ǿϴ.\nNevigator ο  ٿε޾Ƽ Ͻʽÿ.
Netscape*strings.6718: Unable to load the requested help topic
Netscape*strings.6719: Ʈũ  ߻Ͽ\n       ϴ.\n ٿǾų ã  ϴ.\n\n߿ ٽ õϽʽÿ.
Netscape*strings.6720:     79 ڸ ѽϴ\n κп  ߷Ȱų \n߸ Ǿ  Դϴ.\n\n  80ڸ  ʵ  Ͻʽÿ.
Netscape*strings.6721: (signature)   4  ѽϴ.
Netscape*strings.6722: μⰡ ߴܵǾϴ.  ޴  \n߻߽ϴ.  ߴܵǾų  ϱ\n  մϴ.\n\nӽ 丮   ˻ϰų\nNetscape ٽ Ͻʽÿ.
Netscape*strings.6725: MIME  Ƽ-Ʈ ޽Դϴ.
Netscape*strings.6731: ӽ     ߻߽ϴ.
Netscape*strings.6732: (Subject) ĭ  ֽϴ.
Netscape*strings.6733:  (To) ĭ  ֽϴ.
Netscape*strings.6734:  (From) ĭ  ֽϴ.
Netscape*strings.6740:  Ȯ  ߻߽ϴ: \n\n%s\n\n̸ ȣ ԷϽʽÿ.
Netscape*strings.6747: Netscape ӽ    ϴ: \n  %.200s\n\n`ӽ 丮'  Ȯ  ٽ õϽʽÿ.
Netscape*strings.6748: Netscape ͸ ޴ \nƮũ  ߻߽ϴ.\n(Ʈũ : %s)\n\nٽ  õϽʽÿ.
Netscape*strings.6749: ִ Դϴ.
Netscape*strings.6750: ũ  áϴ. Netscape   ߴϰ\n մϴ.\n\nٸ    ϰ ٽ õϽʽÿ.
Netscape*strings.6753: Netscape 븮    ϴ.\n ٿǾų ȯ漳 ùٸ ʽϴ.\n\n븮 ȯ漳 Ȯ \nٽ õϰų,  ڿ Ͻʽÿ.
Netscape*strings.6754: Netscape 븮    ϴ.\n ٿǾų ȯ漳 ùٸ ʽϴ.\n\n븮 ȯ漳 Ȯ \nٽ õϰų,  ڿ Ͻʽÿ.
Netscape*strings.6755: Netscape     Ϸ  ϴ.\ný ҽ    ֽϴ.\n\n\nNetscape Ͻʽÿ.
Netscape*strings.6757: Netscape Ʈũ (socket)    ϴ.\ný ҽ  ϰų Ʈũ ٿ\nԴϴ. (: %s)\n\n߿ ٽ  õϰų Netscape Ͻʽÿ.
Netscape*strings.6758: Netscape Ʈũ    źεǾϴ.: \n  %.200s\n  ޾Ƶ ʰų\nڰ  񽺸    Դϴ.\n\n߿  ٽ õϽʽÿ.
Netscape*strings.6759:  ϴ.  ٿǾų\n  ʽϴ.\n\n߿ ٽ   \n ڿ Ͻʽÿ.
Netscape*strings.6760: Ʈũ  ߻߽ϴ:\n   ϴ. (TCP : %s)\n ٿǾų  ã  ϴ.\n\n߿ ٽ  õϽʽÿ.
Netscape*strings.6764: Netscape ͸ ϴ \nƮũ  ߻߽ϴ.\n(Ʈũ : %s)\n\nٽ õϽʽÿ.
Netscape*strings.6765:     ߻߽ϴ: \n  ּ(return address) ȿ ʽϴ.\n\n ȯ漳 ڿ ּҰ ùٸ Ȯ \nٽ õϽʽÿ.
Netscape*strings.6766:     ߻߽ϴ: SMTP  .\n : \n  %s\n ڿ Ͽ  ʽÿ.
Netscape*strings.6767:     ߻߽ϴ. \n  : \n  %s\n޽ Ȯ  ٽ õϽʽÿ.
Netscape*strings.6768:    SMTP  ߻߽ϴ.\n : %s
Netscape*strings.6769:     ߻߽ϴ. \n  : \n  %s\n޽ ڸ Ȯ  ٽ õϽʽÿ.
Netscape*strings.6770:     ߻߽ϴ.\n  : \n  %s\n ȯ漳 ڿ ּҸ Ȯ \nٽ õϽʽÿ.
Netscape*strings.6771:     ߻߽ϴ: \nNetscape SMTP    ϴ.\n ٿǾų ȯ漳 ٸ  ʾҽϴ.\n\n ȯ漳 ٸ Ǿ Ȯ \nٽ õϽʽÿ.
Netscape*strings.6776: (̸  ȵ)
Netscape*strings.6777: Netscape     ϴ: \n  %.200s\n\n ̸ Ȯ  ٽ õϽʽÿ.
Netscape*strings.6778: Netscape   (newsrc)   ϴ.\n\n ȯ  Ȯ  ٽ õϽʽÿ.
Netscape*strings.6779:  縦   ϴ. ȿⰣ  Դϴ.\n\nٸ 縦 õ ʽÿ.
Netscape*strings.6780:   ϴ. \n ٿǾų Ʈũ  \n ֽϴ.\n\n߿ ٽ  õϽʽÿ.
Netscape*strings.6781: Netscape  ã  ϴ: \n  %.200s\n  DNS ׸   ʽϴ.\n\n URL ִ  ̸ Ȯ \nٽ õϽʽÿ.
Netscape*strings.6782:   ϴ.  ٿǾų\n   Դϴ.\n\n ٽ õ ʽÿ.  ȵǸ,\n ڿ Ͻʽÿ.
Netscape*strings.6783:    ߻߽ϴ.\n\n     \nڿ Ͻʽÿ.
Netscape*strings.6784:   ߻߽ϴ: NNTP  \n\n߿ ٽ õϽʽÿ.
Netscape*strings.6785: Netscape  ̳ 丮 ã  ϴ: \n  %.200s\n\n ̸ Ȯ  ٽ õϽʽÿ.
Netscape*strings.6786: Netscape Ÿ   Ʈ(PORT) FTP\n   ϴ.\n\n ڿ ϰų ߿ ٽ õϽʽÿ.
Netscape*strings.6787: Netscape 丮  (CD) FTP   \nϴ.   ٸ 丮   ϴ.\n\n  ڿ ϰų ߿ õϽʽÿ.
Netscape*strings.6788: Netscape   FTP  带\n  ϴ.   ٿε\n ϴ.\n\n ڿ ϰų ߿ ٽ\nõϽʽÿ.
Netscape*strings.6789: FTP нú 带   ϴ.
Netscape*strings.6791:  ġ(URL) ν  ϴ: \n  %.200s\n\nġ Ȯ  ٽ õϽʽÿ.
Netscape*strings.6793: Netscape ޸𸮰 մϴ.\n\nٸ  α׷ ϰų\nâ ʽÿ.
Netscape*strings.6794:   ߻߽ϴ.\n (TCP : %s)\n\nٽ  õϽʽÿ.
Netscape*strings.6795:     ϴ. ϰ\nϴ  ٿǾų ڰ  񽺸\n   Դϴ.\n\n߿ ٽ  õϽʽÿ.
Netscape*strings.6796:   ߻߽ϴ.\n (TCP : %s)\n\nٽ  õϽʽÿ.
Netscape*strings.7004: ý  ߴ
Netscape*strings.7005: I/O 
Netscape*strings.7009:  ȣ 
Netscape*strings.7012: ޸𸮰 մϴ.
Netscape*strings.7013:  ź 
Netscape*strings.7022: ߸ μ
Netscape*strings.7032:  ջ
Netscape*strings.7035: ۵ 
Netscape*strings.7036:  ۵  Դϴ.
Netscape*strings.7037: EALREADY
Netscape*strings.7048: ̹ ּҰ Դϴ.
Netscape*strings.7049: û ּҸ   ϴ.
Netscape*strings.7050: Ʈũ ٿ
Netscape*strings.7051: Ʈũ  Ұ
Netscape*strings.7052: Ʈũ    ߴܵǾϴ.
Netscape*strings.7053:  ߴ
Netscape*strings.7054: Ǿ   
Netscape*strings.7056:  ̹ Ǿ ֽϴ.
Netscape*strings.7057:   ȵ
Netscape*strings.7060:  ð 
Netscape*strings.7061:  ź
Netscape*strings.7064: ȣƮ ٿ
Netscape*strings.7065: ȣƮ Ʈ 
Netscape*strings.8000:  
Netscape*strings.8001: ü 
Netscape*strings.8003: ٸ ̸ ... ( %.90s, ڵ %.90s)
Netscape*strings.8004: ٸ ̸ ... ( %.90s)
Netscape*strings.8005: ٸ ̸ ... (ڵ %.90s)
Netscape*strings.8006: ٸ ̸ ...
Netscape*strings.8007: %.900s  : 
Netscape*strings.8008: %.900s  : 
Netscape*strings.8009: Ǹ, `%.900s' αմϴ
Netscape*strings.8010: ޸  -- URL   ϴ
Netscape*strings.8011:   մϴ: \n%s
Netscape*strings.8012: %s\nٸ ҽ   ϴ!\n"%s"  ü ۲ մϴ.
Netscape*strings.8013: %s\nٸ ҽ   ϴ!\nü ۲ "%s"    ϴ!\nմϴ.
Netscape*strings.8014: ũ å  Ǿϴ. 泻 ұ?
Netscape*strings.8015: ũ å  Ǿϴ. ٽ ?
Netscape*strings.8016:  ׸
Netscape*strings.8017:  Ӹ
Netscape*strings.8018: "%.900s"    %d   ?
Netscape*strings.8019: "%.900s"    %d   ?
Netscape*strings.8020: å 
Netscape*strings.8021: å ҷ
Netscape*strings.8022:   %s  %s ̿Ͽ մϴ.
Netscape*strings.8023: ȱ Ȱ
Netscape*strings.8024: file: /usr/local/lib/netscape/docs/Welcome.html
Netscape*strings.8025: : Ϸ.
Netscape*strings.8026:  
Netscape*strings.8027: %.900s   
Netscape*strings.8028: : \n\n
Netscape*strings.8029: %s "%.255s"  ʽϴ.\n
Netscape*strings.8030: %s "%.255s" ()    Դϴ.\n
Netscape*strings.8031: %s  Ʈ ȣ  ʾҽϴ.\n
Netscape*strings.8032:  
Netscape*strings.8033:  
Netscape*strings.8034: News RC 丮
Netscape*strings.8035: ӽ 丮
Netscape*strings.8036: FTP 븮 
Netscape*strings.8037: Gopher 븮 
Netscape*strings.8038: HTTP 븮 
Netscape*strings.8039: HTTPS 븮 
Netscape*strings.8040: WAIS 븮 
Netscape*strings.8041: SOCKS 
Netscape*strings.8042:  MIME Ÿ 
Netscape*strings.8043:  MIME Ÿ 
Netscape*strings.8044:  mailcap 
Netscape*strings.8045:  mailcap 
Netscape*strings.8046: ֻ åǸ   ϴ
Netscape*strings.8047: ֻ åǸ ߶  ϴ
Netscape*strings.8048:  åǿ  纻Դϴ: 
Netscape*strings.8049:  ...
Netscape*strings.8050:   μ  ʽϴ.
Netscape*strings.8051: ɼ  
Netscape*strings.8052:    %s ̽ ڵ %%%c: \n%%h = ȣƮ, %%p = Ʈ, %%u = 
Netscape*strings.8053: fork()   : 
Netscape*strings.8054: %s: execvp(%s) 
Netscape*strings.8055:  ٸ ̸ ...
Netscape*strings.8057:  μ...
Netscape*strings.8058: μ...
Netscape*strings.8059:  ٿε: %s
Netscape*strings.8060: ۼ: ( )
Netscape*strings.8061: ۼ: %s
Netscape*strings.8062: Netscape: < >
Netscape*strings.8063: Netscape: %s
Netscape*strings.8064: ( )
Netscape*strings.8065:     ȣ %d
Netscape*strings.8066: ȿ  ÷ι.\n%s:  .\n
Netscape*strings.8067: ȿ  ÷ι.\n%s:    readable.\n
Netscape*strings.8068: ȿ  ÷ι.\n%s: 丮Դϴ.\n
Netscape*strings.8069: movemail ϱ fork()   ϴ
Netscape*strings.8070: %s()  ߻: 
Netscape*strings.8071: %()  Ǿϴ: 
Netscape*strings.8072: %.900s()   ϴ
Netscape*strings.8073:    \nԷϽÿ:\n\n    news://HOST, Ǵ\n    news://HOST:PORT,\n    snews://HOST,  Ǵ\n    snews://HOST: PORT\n\n
Netscape*strings.8074:  movemail Ϸ,\n Ǯ 丮    ־ մϴ.  ýۿ\n   丮 带 01777 մϴ. ̷ ϴ \nҰϸ, setgid/setuid   ܺ movemail α׷ ؾ\nմϴ. ڼ  "ǰ  " ʽÿ.
Netscape*strings.8075: %.200s  ű  ϴ
Netscape*strings.8076:     ϴ.   %.200s մϴ.
Netscape*strings.8077:     ϴ.   %.200s  ϴ.
Netscape*strings.8078:     ϴ. ý  ߻߽ϴ.
Netscape*strings.8079:  ű  ϴ. %.200s   ϴ.
Netscape*strings.8080:  ű  ϴ. %.200s   ϴ.
Netscape*strings.8081:  ű  ϴ. %s.200   ϴ.
Netscape*strings.8082:  ű   ߻߽ϴ
Netscape*strings.8083:  ű   ߻߽ϴ.   %d
Netscape*strings.8085: %s\n: %s [ û ... ]\n       û  ϴ: \n\n       -help                      ޽ ǥ.\n       -version                   ȣ  ǥ.\n       -display <dpy>             X  .\n       -geometry =WxH+X+Y         ġ ũ .\n       -visual <id-or-number>     Ư ־ .\n       -install                   ǥ ġ.\n       -no-install               ⺻ ǥ .\n
Netscape*strings.8086: -ncols <N>                -install   , ̹ \n                                 ִ   ִ   .\n       -mono                     ̹ 1Ʈ() ǥ.\n       -iconic                    · .\n       -xrm <resource-spec>      Ư X ҽ .\n\n       -remote <remote-command>  ̹  Netscape μ ɾ \n                                 ڼ   Ͻÿ.\n			  http: //home.netscape.com/newsref/std/x-remote.html\n       -id <window-id>           -remote    window-id. \n                                   ù° ã  ID .\n       -raise                    -remote   츦 Ǿ\n                                  . (⺻.)\n       -noraise                  -raise  ݴ. -remote  찡\n                                 ڵ Ǿտ  .\n\n       û ƴ μ о ̳ URL ؼ.\n\n       κ   ɼ ޴   ֽϴ.\n\n
Netscape*strings.8087: %s: α׷  %s, ҽ  %s.\n\n	 `%s'  ý app-defaults 丮\n	ְų, ƴϸ  Ȩ 丮 ֽϴ.\n	Ʒ ȯ溯 ȯ溯 ϴ 丮\n	ȮϽʽÿ: \n  $XAPPLRESDIR\n  $XFILESEARCHPATH\n  $XUSERFILESEARCHPATH\n\n	    Ȩ 丮 /usr/lib/. Ʒ\n	`app-defaults' ϴ 丮 ȮϽʽÿ.
Netscape*strings.8088: %s: ҽ ã  ϴ.n\n	 `%s'  app-defaults 丮\n	ġǾ ֽϴ. Ʒ ȯ溯 ȯ溯\n	ϴ 丮 ȮϽʽÿ: \n  $XAPPLRESDIR\n  $XFILESEARCHPATH\n  $XUSERFILESEARCHPATH\n\n	    Ȩ 丮 /usr/lib/. Ʒ\n	`app-defaults' ϴ 丮 ȮϽʽÿ.
Netscape*strings.8089: %s: ߸ ġ ũԴϴ.\n\n Ȯϰ "%s*geometry: %s" Ǵ "%s*geometry: %s"\n () ҽ Ͽϴ.  "*geometry" ϴ \n %s ( κ ٸ X α׷) () ̻ϰ ϵ\n մϴ. ׻ ".geometry" Ͻÿ.\n
Netscape*strings.8090: %s: "%s" ()    ɼ\n
Netscape*strings.8091: %s() %s \n߽߰ϴ.\n
Netscape*strings.8092: \n̰ ٸ ڰ %s() ̸\n %s ̿ȴٴ ϼ ֽϴ.\n
Netscape*strings.8093: \n%s 迡 μ ID %u ΰ ϴ.\n
Netscape*strings.8094: \n %s   ,\nũ ĳó  湮̳\n    ϴ.\n
Netscape*strings.8095: \n׷  ٸ %s Navigator ,\nȮϰ, %s  ϰ, %s ٽ\nϽÿ.\nҸ   ֽϴ.
Netscape*strings.8096: %s: %s() 丮 ƴմϴ.\n  %s ̸ ٲϴ!\n׸ 丮 ϳ Ǿϴ.\n\n
Netscape*strings.8097: %s: %s() 丮 ƴմϴ.\n ̸ ٲܼ ϴ.\n  Ͻʽÿ.\n\n
Netscape*strings.8098: %s: `%s' 丮  ϴ.\n%s\n 丮 ÿ.\n\n
Netscape*strings.8099: ˼  
Netscape*strings.8100: %s()   
Netscape*strings.8101: %s   
Netscape*strings.8102: %s     ٸ ȯ漳  ̸ \nմϴ.     ϴ  ο ̸\n˴ϴ. ׷   ʿ信  ٽ ϴ.\n  ϵ ?
Netscape*strings.8103: \nũ ĳø   ϵ  ֽϴ.\n(ũ ĳô  ũ   )
Netscape*strings.8104:  ϵ   ֽϴ.
Netscape*strings.8105: Ϲ
Netscape*strings.8106: ȣ
Netscape*strings.8107:  
Netscape*strings.8108: Ʈ 
Netscape*strings.8109: %s ˻ (%d )\n%d%% Ϸ)\n\n ð: %s\n( ð  Ʈ Ʈũ ŷ \nٸϴ.)
Netscape*strings.8110: ˻ ... (%d )\n%d%% Ϸ)\n\n ð: %s\n( ð  Ʈ Ʈũ ŷ \nٸϴ.)
Netscape*strings.8111: Re: 
Netscape*strings.8112: %d  å ˻簡 ϴ.\n%d   ϴ.\n%d   Ǿ ǥõǾϴ.
Netscape*strings.8115: "%s"  %d · Ǿϴ
Netscape*strings.8116: %s: Ƽ keysym     ϴ.\n\n밳 XKeysymDB  ã   Դϴ.\nùٸ keysym  Ű $KEYSYMDB ȯ溯\n  ֽϴ.\n\nùٸ XKeysymDB    ޽ ǥõǰ,\nκ Ű Ű  ʽϴ.\n( XKeysymDB  %s ԵǾ ֽϴ.)\n\n
Netscape*strings.8117: %s: Ƽ keysym     ϴ.\n\n밳 XKeysymDB  ã   Դϴ.\nùٸ keysym  Ű $KEYSYMDB ȯ溯\n  ֽϴ.\n\nùٸ XKeysymDB    ޽ ǥõǰ,\nκ Ű Ű  ʽϴ.\n
Netscape*strings.8118: ־ 0x%02x  %s %d Ʈ %s ־Դϴ.\n ־  ʽϴ: %s ̹.\n\n Ǵ ־\n\n       StaticGray, all depths\n        GrayScale, all depths\n        TrueColor, depth 8 or greater\n        DirectColor, depth 8 or greater\n        StaticColor, depth 8 or greater\n        PseudoColor, depth 8 only\n\nԴϴ.  ־ شǴ   \n(`xdpyinfo' ), -visual ɾ ɼ ̿Ͽ\n־ ϸ鼭 %s()   մϴ.\n\n   ־   Դϴ.\n  Ͻʽÿ.
Netscape*strings.8119: ־ 0x%02x  %s %d Ʈ %s ־Դϴ.\n ־  ʽϴ: %s ̹.\n\n Ǵ ־\n\n       StaticGray, all depths\n        GrayScale, all depths\n        TrueColor, depth 8 or greater\n        DirectColor, depth 8 or greater\n        StaticColor, depth 8 or greater\n        PseudoColor, depth 8 only\n\nԴϴ.  ־ شǴ   \n(`xdpyinfo' ), -visual ɾ ɼ ̿Ͽ\n־ ϸ鼭 %s()   մϴ.\n\n   ־   Դϴ.\n  Ͻʽÿ.
Netscape*strings.8120: ־ 0x%02x  %s %d Ʈ %s ־Դϴ.\n ־  ʽϴ: %s ̹.\n\n Ǵ ־\n\n       StaticGray, all depths\n        GrayScale, all depths\n        TrueColor, depth 8 or greater\n        DirectColor, depth 8 or greater\n        StaticColor, depth 8 or greater\n        PseudoColor, depth 8 only\n\nԴϴ.  ־ شǴ   \n(`xdpyinfo' ), -visual ɾ ɼ ̿Ͽ\n־ ϸ鼭 %s()   մϴ.\n\n   ־   Դϴ.\n  Ͻʽÿ.
Netscape*strings.8121: ־ 0x%02x  %s %d Ʈ %s ־Դϴ.\n ־  ʽϴ: %s ̹.\n\n Ǵ ־\n\n       StaticGray, all depths\n        GrayScale, all depths\n        TrueColor, depth 8 or greater\n        DirectColor, depth 8 or greater\n        StaticColor, depth 8 or greater\n        PseudoColor, depth 8 only\n\nԴϴ.  ־ شǴ   \n(`xdpyinfo' ), -visual ɾ ɼ ̿Ͽ\n־ ϸ鼭 %s()   մϴ.\n\n   ־   Դϴ.\n  Ͻʽÿ.
Netscape*strings.8122: \nǥõ˴ϴ
Netscape*strings.8123:  Ⱥ Դϴ
Netscape*strings.8124: ܾ
Netscape*strings.8125: å
Netscape*strings.8126: 
Netscape*strings.8127: ۲
Netscape*strings.8128: α׷
Netscape*strings.8129: ̹
Netscape*strings.8130: 
Netscape*strings.8131: ĳ
Netscape*strings.8132: 
Netscape*strings.8133: 븮
Netscape*strings.8134: %s()  ߿  ߻߽ϴ.
Netscape*strings.8135: ۼ
Netscape*strings.8136: 
Netscape*strings.8137: ſ
Netscape*strings.8138: 
Netscape*strings.8139:  Ϸ 
Netscape*strings.8140:  Ϸ 
Netscape*strings.8141: Netscape 
Netscape*strings.8142: Netscape 
Netscape*strings.8143: ּҷ
Netscape*strings.8144: X ҽ  ġ ʾҽϴ!
Netscape*strings.8145: <<  >>
Netscape*strings.8146: ȣ  
Netscape*strings.8147: ȵ.
Netscape*strings.8148: %s: ȯ漳 Ͽ ~user/   ʽϴ. ~/  Ͻÿ\n
Netscape*strings.8149: %s: "%s" ()    ־Դϴ.\n
Netscape*strings.8150: %s: 0x%x ȣ ־ \n
Netscape*strings.8151: %s: %s Ŭ ־ \n
Netscape*strings.8152: \n\n<< ǥؿ ޽ ߰ ߷Ƚϴ >>
Netscape*strings.8153:   : 
Netscape*strings.8154: -share                    -install  Բ .  찡 \n                                 ǥ  ,  ǥ  .\n       -no-share                  찡  ǥ  .\n
Netscape*strings.8155: α׷
Netscape*strings.8156:  (Outbox )   ޽\nֽϴ.  ?\n
Netscape*strings.8157:  (Outbox ) %d  \n޽ ֽϴ.  ?\n
Netscape*strings.8158: `` '' ɼ POP3  \n˴ϴ.  ý  丮\n ʽϴ.  б ؼ \n   ȯ漳   \nɼ Ͻÿ.
Netscape*strings.8159: ڷ
Netscape*strings.8160: ӿ ڷ
Netscape*strings.8161: 
Netscape*strings.8162: ӿ 
Netscape*strings.8163:  ý   Ű $MAIL ȯ溯\nϽÿ
Netscape*strings.8164:  ޽ ϴ.
Netscape*strings.8165:  
Netscape*strings.8166: Ÿ
Netscape*strings.8167: ܺη ޽   fork()   ϴ
Netscape*strings.8168: %s    ϴ.
Netscape*strings.8169: %s()  ʽϴ.
Netscape*strings.8170: %s() 丮Դϴ.
Netscape*strings.8171:   ã  ϴ.
Netscape*strings.8172:  (Netscape.lock)   ϴ.
Netscape*strings.8173:  (Netscape.lock) Ǿϴ.
Netscape*strings.8174:   ũⰡ Ǿϴ.
Netscape*strings.8175:  (Netscape.lock) Ÿ   ϴ.
Netscape*strings.8176: ִϸ̼    ϴ.
Netscape*strings.8177: ִϸ̼  Ǿϴ.\n⺻  մϴ.
Netscape*strings.8178: ִϸ̼  ũ⸦   ϴ.\n⺻  մϴ.
Netscape*strings.8179: ִϸ̼     ϴ.\n⺻  մϴ.
Netscape*strings.8180: ִϸ̼    ϴ.\n⺻  մϴ.
Netscape*strings.8181: ִϸ̼    ϴ.\n⺻  մϴ.
Netscape*strings.8182: ִϸ̼   ִ  Ÿ մϴ.
Netscape*strings.8183:   ãϴ: 
Netscape*strings.8184: 
Netscape*strings.8185: ũ
Netscape*strings.8186: ܶ
Netscape*strings.8187: ̹
Netscape*strings.8188:  ٽ ׸
Netscape*strings.8189: ٽ ׸
Netscape*strings.8190: Netscape : %.900s
Netscape*strings.8191: Netscape : %.900s
Netscape*strings.8192: Netscape: %.900s
Netscape*strings.8193: 
Netscape*strings.8194: 
Netscape*strings.8195: ȣ 
Netscape*strings.8196: ȣ 
Netscape*strings.8197: ÷ 
Netscape*strings.8198: Movemail 
Netscape*strings.8199: Movemail 
Netscape*strings.8200: Netscape %s\n%s/Inbox  ű մϴ.\n\n ű %s\n ̹  ٸ  α׷\n ų ֽϴ.
Netscape*strings.8201:    ǥմϴ
Netscape*strings.8202: Netscape : %.900s
Netscape*strings.8203: Netscape
Netscape*strings.8204: : ڿ Ȯ
Netscape*strings.8205: ũ 
Netscape*strings.8206: ÷ : %s
Netscape*strings.8207: MIME Ÿ ؾ մϴ.
Netscape*strings.8208: |ó
Netscape*strings.8209:     ϴ:   %s() մϴ.
Netscape*strings.8210: %s ÷ ϴ. ũ  Ÿ ٲߴϴ.\n
Netscape*strings.8211: : %s\n%s ÷   ϴ. մϴ.\n
Netscape*strings.8212: ÷ %s MIME ŸԿ  ٸ  Ǵ Ȯڸ  ֽϴ.\n\n     = "%s"\n    Ȯ = "%s"\n\n÷  ִ  Ÿ ̿ϰڽϱ?
Netscape*strings.8213: ɼ  
Netscape*strings.8214:    ϴ: 
Netscape*strings.8215:    ϴ: 
Netscape*strings.8216: 1 100    ֽϴ.
Netscape*strings.8217: 1 100    ֽϴ.
Netscape*strings.8218: ڸ β 0 10000 ȼ   ֽϴ.
Netscape*strings.8219:   0 10000ȼ   ֽϴ.
Netscape*strings.8220:  ä⿡ 0 10000ȼ   ֽϴ.
Netscape*strings.8221:  1 10000ȼ ϰų,\n1 100%   ֽϴ.
Netscape*strings.8222: ̴ 1 10000ȼ ϰų,\n1 100%   ֽϴ.
Netscape*strings.8223: ̴ 1 10000ȼ   ֽϴ.
Netscape*strings.8224: ̴ 1 10000ȼ   ֽϴ.
Netscape*strings.8225:  1 10000ȼ   ֽϴ.
Netscape*strings.8226:   ְ ٽ õϽÿ.
Netscape*strings.8227:   ְ ٽ õϽÿ.
Netscape*strings.8228: ũ ؽƮ Է: 
Netscape*strings.8229: ũ ̹: 
Netscape*strings.8230: ũ ؽƮ: 
Netscape*strings.8231:   õ  ϴ
Netscape*strings.8232:   õ  ũ(û).
Netscape*strings.8233:   õ  ũ(û).
Netscape*strings.8234: ũ ұ?
Netscape*strings.8235: <Ȯ>
Netscape*strings.8236:   ±: '<' ־ մϴ
Netscape*strings.8237:   ±: '>' ־ մϴ
Netscape*strings.8238: ±׿   ڿ ֽϴ. ݴ ǥ ʿմϴ
Netscape*strings.8239: ±׸ ʹ  ݾҽϴ
Netscape*strings.8240: ± ̸ ־ մϴ
Netscape*strings.8241:    ± 
Netscape*strings.8242: ±״ Դϴ
Netscape*strings.8243:    ϰ ֽϴ.\n   ϴ    ϴ.
Netscape*strings.8244:   ǰ Դϴ.\n   ϴ.
Netscape*strings.8245: û ۾ ϱ  \nؾ մϴ.
Netscape*strings.8246:  Ͽ   ұ?\n%.900s?
Netscape*strings.8247:  ȣ = (%d).
Netscape*strings.8248:  ϰų ߶󳻱⸦   ϴ.  ٽ ѹ õϽÿ.
Netscape*strings.8249: ƹ͵  ʾҽϴ.
Netscape*strings.8250: ó ̺  踦 մϴ.\n    ʽϴ.
Netscape*strings.8251:   ʾҽϴ!
Netscape*strings.8252:  ȯ漳 HTML ⸦  ʾҽϴ.\n%f Ͽ Ͽ Ͻÿ. Netscape %f() Ȯ\n̸ ٲߴϴ.  ,\n             xgifedit %f\n  ȯ漳  Ϸϰڽϱ?
Netscape*strings.8253: ó `%s'   Դϴ
Netscape*strings.8254: ó `%s'   ʴ  ŸԴϴ.
Netscape*strings.8255: Netscape Navigator  ŰƮ .\n: %s\n ǰ: C
Netscape*strings.8256: ũ  MIME Ÿ (%s) Ǿϴ.  \n ϰ ٽ ?
Netscape*strings.8257: ũ  Mailcap (%s) Ǿϴ.  \n ϰ ٽ ?
Netscape*strings.8258: ũ  MIME Ÿ (%s) ǾǷ ٽ нϴ.
Netscape*strings.8259: ũ  Mailcap (%s) ǾǷ ٽ нϴ.
Netscape*strings.8260:  ȯ漳 ̹ ⸦  ʾҽϴ.\n%f Ͽ Ͽ Ͻÿ. Netscape %f() Ȯ\n̸ ٲߴϴ.  ,\n             xgifedit %f\n  ȯ漳  Ϸϰڽϱ?
Netscape*strings.8261:  Ÿ    ̹\nٿεϷ մϴ.\nǱ, ۱   Ǵ\n ̹ Ͽ 㰡 ޾ƾ߸ մϴ.
Netscape*strings.8262: ϱ Դϴ.
Netscape*strings.8263:  ֽϴ. ߿ õϽÿ.
Netscape*strings.8264: ߸  URLԴϴ.
Netscape*strings.8265:    .
Netscape*strings.8266:   .
Netscape*strings.8267: ӽ   ۼ .
Netscape*strings.8268: ӽ    .
Netscape*strings.8269:   ұ?
Netscape*strings.8270:     ߻߽ϴ.\n%.900s
Netscape*strings.8271: ø   ġ  ʾҽϴ.\n  ȯ漳  Ϸϰڽϱ?
Netscape*strings.8272: ڵ ݿ 0 600 л  ԷϽÿ.
Netscape*strings.8273: ãư ⺻ ġ  ʾҽϴ.\n  ȯ漳  Ϸϰڽϱ?
Netscape*strings.8274: Ǹ  "ftp://" or "http: //" ̾ մϴ.\n  Էϰ ٽ õϽÿ.
Netscape*strings.8275: ̹ Ÿ ġ ֽϴ.\nϱ ̹ ũ Ͻÿ.
Netscape*strings.8276: ǥ Ҵ  ϴ
Netscape*strings.8277: Ÿ ø  ̸: \n%.900s
Netscape*strings.8278:  ũ : \n%.900s
Netscape*strings.8279: ̹  б: \n%.900s
Netscape*strings.8280: %d ° ( %d)
Netscape*strings.8281: ҽ ã  ϴ.
Netscape*strings.8282:   ߿   \nڵ  Ϸ, Ҹ ÿ.
Netscape*strings.8283: All
Netscape*strings.8284: Search
Netscape*strings.8285: New
Netscape*strings.8286: This list shows the accumulated list of new newsgroups since\n\
the last time you pressed the Clear New button.
Netscape*strings.8287: Message Center for %s
Netscape*strings.8288: on local machine.
Netscape*strings.8289: on server.
Netscape*strings.8290: Message: 
Netscape*strings.8291: '%s' from %s in %s Folder
Netscape*strings.8292: Netscape Group - [ %s ]
Netscape*strings.8293: Netscape Folder - [ %s ]
Netscape*strings.8299: Size
Netscape*strings.8300: Lines
Netscape*strings.8301: Name
Netscape*strings.8302: Contact
Netscape*strings.8303: Security
Netscape*strings.8304: Conferencing
Netscape*strings.8305: First Name: 
Netscape*strings.8306: Last Name: 
Netscape*strings.8307: Email Address: 
Netscape*strings.8308: Nickname: 
Netscape*strings.8309: Notes: 
Netscape*strings.8310: Prefers to receive HTML
Netscape*strings.8311: Organization: 
Netscape*strings.8312: Title: 
Netscape*strings.8313: Address: 
Netscape*strings.8314: City: 
Netscape*strings.8315: State: 
Netscape*strings.8316: Zip: 
Netscape*strings.8317: Country: 
Netscape*strings.8318: Work: 
Netscape*strings.8319: Fax: 
Netscape*strings.8320: Home: 
Netscape*strings.8321: You do not have a Security Certificate for this person.\n\
\n\
This means that when you send this person email, it cannot be\n\
encrypted. This will make it easier for other people to read your\n\
message.\n\
\n\
To obtain Security Certificates for the recipient(s), they must\n\
first obtain one for themselves and send you a signed email\n\
message. The Security Certificate will automatically be remembered\n\
once it is received.\n
Netscape*strings.8322: You have this person's Security Certificate.\n\
\n\
This means that when you send this person email, it can be encrypted.\n\
Encrypting a message is like sending it in an envelope, rather than a\n\
postcard. It makes it difficult for other people to view your message.\n\
\n\
This person's Security Certificate will expire on %s. When it\n\
expires, you will no longer be able to send encrypted mail to this\n\
person until they send you a new one.
Netscape*strings.8323: This person's Security Certificate has Expired.\n\
\n\
You cannot send this person encrypted mail until you obtain a new\n\
Security Certificate for them. To do this, have this person send you a\n\
signed mail message. This will automatically include the new Security\n\
Certificate.
Netscape*strings.8324: This person's Security Certificate has been revoked. This means that\n\
the Certificate may have been lost or stolen.\n\
\n\
You cannot send this person encrypted mail until you obtain a new\n\
Security Certificate. To do this, have this person send you a signed\n\
mail message. This will automatically include the new Security\n\
Certificate.
Netscape*strings.8325: You do not have a Security Certificate for yourself.\n\
This means that you cannot receive encrypted mail, which would\n\
make it difficult for other people to eavesdrop on messages\n\
sent to you.\n\
\n\
You also cannot digitally sign mail. A digital signature would\n\
indicate that the message was from you, and would also prevent\n\
other people from tampering with your message.\n\
\n\
To obtain a Security Certificate, press the Get Certificate\n\
button. After you obtain a Certificate it will automatically\n\
be sent out with your signed messages so that other people can\n\
send you encrypted mail.
Netscape*strings.8326: You have a Security Certificate.\n\
This means that you can receive encrypted mail. In order to be able to\n\
do this, you must first send mail to a person and sign the message. By\n\
doing so, you send them your certificate, which makes it possible for\n\
them to send you encrypted mail.\n\
\n\
Encrypting a message is like sending it in a envelope, rather than a\n\
postcard. It makes it difficult for other people to eavesdrop on your\n\
message.\n\
\n\
Your Security Certificate will expire on %s. Before it expires,\n\
you will have to obtain a new Certificate.
Netscape*strings.8327: Your Security Certificate has Expired.\n\
\n\
This means that you can no longer digitally sign messages with this\n\
certificate. You can continue to receive encrypted mail, however.\n\
\n\
This means that you must obtain another Certificate. Click on Show\n\
Certificate to do so.
Netscape*strings.8328: Your Security Certificate has been revoked.\n\
This means that you can no longer digitally sign messages with this\n\
certificate. You can continue to receive encrypted mail, however.\n\
\n\
This means that you must obtain another Certificate.
Netscape*strings.8329: Show Certificate
Netscape*strings.8330: Get Certificate
Netscape*strings.8331: Mailing List Info
Netscape*strings.8332: List Name: 
Netscape*strings.8333: List Nickname: 
Netscape*strings.8334: Description: 
Netscape*strings.8335: Type names or drag addresses into the mailing list below: 
Netscape*strings.8336: Name
Netscape*strings.8337: 
Netscape*strings.8338: Email Address
Netscape*strings.8339: Nickname
Netscape*strings.8340: Organization
Netscape*strings.8341: City
Netscape*strings.8342: State
Netscape*strings.8343: %d Unread, %d Total
Netscape*strings.8344: Search
Netscape*strings.8345: Stop
Netscape*strings.8346: Remove
Netscape*strings.8347: This message will be sent to: 
Netscape*strings.8348: all
Netscape*strings.8349: 1 month ago
Netscape*strings.8350: Attachment operation cannot be completed now.\n\
Message delivery or attachment load is in progress.
Netscape*strings.8351: This item is already attached: \n\
%s
Netscape*strings.8352: Attachment panel is full - no more attachments can be added.
Netscape*strings.8353: Getting new messages...
Netscape*strings.8354: Address Book - %s
Netscape*strings.8355: Show Certificate
Netscape*strings.8356: Order
Netscape*strings.8357: Language
Netscape*strings.8358: Filters will be applied to incoming mail in the\n\
following order:
Netscape*strings.8359: To call another person using Netscape Conference, you must first\n\
choose the server you would like to use to look up that person's\n\
address.
Netscape*strings.8360: Netscape Conference DLS Server
Netscape*strings.8361: Specific DLS Server
Netscape*strings.8362: Hostname or IP Address
Netscape*strings.8363: Address: 
Netscape*strings.8364: (For example, %s)
Netscape*strings.8365: Card for <%s>
Netscape*strings.8366: New Card
Netscape*strings.8367: Mark Messages Read
Netscape*strings.8368: Mark messages read up to: (MM/DD/YY)
Netscape*strings.8369: The date must be valid,\n\
and must be in the form MM/DD/YY.
Netscape*strings.8370: There are %d new message headers to download for\n\
this newsgroup.
Netscape*strings.8371: Get Next %d Messages
Netscape*strings.8372: unread
Netscape*strings.8373: yesterday
Netscape*strings.8374: 1 week ago
Netscape*strings.8375: 2 weeks ago
Netscape*strings.8376: 6 months ago
Netscape*strings.8377: 1 year ago
Netscape*strings.8378: An Address Book entry with this name and email address already exists.
Netscape*strings.8379: Mailing lists can only contain entries from the Personal Address Book.\n\
Would you like to add %s to the address book?
Netscape*strings.8380: Make sure both the server name and port are filled in and are valid.
Netscape*strings.8381: unknown
Netscape*strings.8382: To: 
Netscape*strings.8383: CC: 
Netscape*strings.8384: BCC: 
Netscape*strings.8385: Type Name
Netscape*strings.8386: Next %d
Netscape*strings.8387: This document cannot be attached to a message: \n\
%s
Netscape*strings.8388: Netscape Communicator cannot find your\n\
Personal Card. Would you like to create a\n\
Personal Card now?
Netscape*strings.8389: Communicator Message Center for %s
Netscape*strings.8390: Plain
Netscape*strings.8391: Bold
Netscape*strings.8392: Italic
Netscape*strings.8393: Bold Italic
Netscape*strings.8394: Normal
Netscape*strings.8395: Bigger
Netscape*strings.8396: Smaller
Netscape*strings.8397: Sent
Netscape*strings.8398: Message has not been sent. Do you want to\n\
save the message in the Drafts Folder?
Netscape*strings.8399: Invalid Date Value. No search is performed.
Netscape*strings.8400: Invalid value for the MONTH field.\n\
Please enter month in 2 digits (1-12).\n\
Try again!
Netscape*strings.8401: Invalid value for the DAY of the month field.\n\
Please enter date in 2 digits (1-31).\n\
Try again!
Netscape*strings.8402: Invalid value for the YEAR field.\n\
Please enter year in 4 digits (e.g. 1997).\n\
Year value has to be 1900 or later.\n\
Try again!
Netscape*strings.8403: To: 
Netscape*strings.8404: Cc: 
Netscape*strings.8405: Bcc: 
Netscape*strings.8406: Newsgroup: 
Netscape*strings.8407: Reply-To: 
Netscape*strings.8408: Followup-To: 
Netscape*strings.8414: Address
Netscape*strings.8415: Attachment
Netscape*strings.8416: Option
Netscape*strings.8417: OK
Netscape*strings.8418: Clear
Netscape*strings.8419: Cancel
Netscape*strings.8420: Urgent
Netscape*strings.8421: Important
Netscape*strings.8422: Normal
Netscape*strings.8423: FYI
Netscape*strings.8424: Junk
Netscape*strings.8425: Priority
Netscape*strings.8426: %sLabel
Netscape*strings.8427: Addressing
Netscape*strings.8428: Attachment
Netscape*strings.8429: Compose
Netscape*strings.8430: All Mail Folders
Netscape*strings.8431: All Groups
Netscape*strings.8432: LDAP Directory
Netscape*strings.8433: Location
Netscape*strings.8434: Subject
Netscape*strings.8435: Sender
Netscape*strings.8436: Date
Netscape*strings.8437: Preparing file to publish: \n\
%.900s
Netscape*strings.8438: Name
Netscape*strings.8439: Location
Netscape*strings.8440: Last Visited
Netscape*strings.8441: Last Modified
Netscape*strings.8442: Name
Netscape*strings.8443: Total
Netscape*strings.8444: Unread
Netscape*strings.8445: Category
Netscape*strings.8446: Newsgroup name
Netscape*strings.8447: Messages
Netscape*strings.8448: Subject
Netscape*strings.8449: Date
Netscape*strings.8450: Priority
Netscape*strings.8451: Status
Netscape*strings.8452: Sender
Netscape*strings.8453: Recipient
Netscape*strings.8454: File Here
Netscape*strings.8455: Registering Converters
Netscape*strings.8456: Initializing Security Library
Netscape*strings.8457: Initializing Network Library
Netscape*strings.8458: Initializing Message Library
Netscape*strings.8459: Initializing Image Library
Netscape*strings.8460: Initializing Javascript
Netscape*strings.8461: Initializing Plugins
Netscape*strings.8462: %s: installColormap: %s must be yes, no, or guess.\n
Netscape*strings.8463: Communicator Bookmarks for %s
Netscape*strings.8464: Untitled
Netscape*strings.8465: Unchecking this option means that this group\n\
and all newsgroups above it do not\n\
receive HTML messages
Netscape*strings.8466: Encrypted
Netscape*strings.8467: None
Netscape*strings.8468: Show Column
Netscape*strings.8469: Hide Column
Netscape*strings.8470: That functionality has been disabled
Netscape*strings.8471: file: Untitled
Netscape*strings.8472: %s is not set.\n
Netscape*strings.8473: Newsgroups directory
Netscape*strings.8474: Local mail directory
Netscape*strings.8475: %s "%.255s" does not exist.\n
Netscape*strings.8476: No matches found
Netscape*strings.8477: Please enter a valid email address (e.g. user@internet.com).\n
Netscape*strings.8478: Communicator History for %s
Netscape*strings.8479: Title
Netscape*strings.8480: Location
Netscape*strings.8481: First Visited
Netscape*strings.8482: Last Visited
Netscape*strings.8483: Expires
Netscape*strings.8484: Visit Count
Netscape*strings.8485: Place a call with Netscape Conference to 
Netscape*strings.8486: Send a message to 
Netscape*strings.8487: Default Inbox folder does not exist.\n\
You will not be able to get new messages!
Netscape*strings.8488: telnet
Netscape*strings.8489: TN3270 application
Netscape*strings.8490: rlogin
Netscape*strings.8491: rlogin with user
Netscape*strings.8492: You cannot delete this application from the preferences.
Netscape*strings.8493: The application field is not set.
Netscape*strings.8494: [JavaScript Application]
Netscape*strings.8495: The preferences you have, version %s, is incompatible with the\n\
current version %s. Would you like to save new preferences now?
Netscape*strings.8496: Please be aware that the preferences you have, version %s,\n\
is incompatible with the current version %s.
Netscape*strings.8497: %s: program is version %s, but resources are version %s.\n\
\n\
	This means that there is an inappropriate `%s' file installed\n\
	in the app-defaults directory.  Check these environment variables\n\
	and the directories to which they point:\n\
\n\
	$XAPPLRESDIR\n\
	$XFILESEARCHPATH\n\
	$XUSERFILESEARCHPATH\n\
\n\
	Also check for this file in your home directory, or in the\n\
	directory called `app-defaults' somewhere under /usr/lib/.
Netscape*strings.8498: %s: couldn't find our resources?\n\
\n\
	This could mean that there is an inappropriate `%s' file\n\
	installed in the app-defaults directory.  Check these environment\n\
	variables and the directories to which they point:\n\
\n\
	$XAPPLRESDIR\n\
	$XFILESEARCHPATH\n\
	$XUSERFILESEARCHPATH\n\
\n\
	Also check for this file in your home directory, or in the\n\
	directory called `app-defaults' somewhere under /usr/lib/.
Netscape*strings.8499: %s: locale `%s' not supported by Xlib; trying `C'.\n
Netscape*strings.8500: %s: locale `C' not supported.\n
Netscape*strings.8501: %s: locale `C' not supported either.\n
Netscape*strings.8502: \n\
	If the $XNLSPATH directory does not contain the proper config files,\n\
	%s will crash the first time you try to paste into a text\n\
	field.  (This is a bug in the X11R5 libraries against which this\n\
	program was linked.)\n\
\n\
	Since neither X11R4 nor X11R6 come with these config files, we have\n\
	included them with the %s distribution.  The normal place\n\
	for these files is %s.\n\
    If you can't create that\n\
	directory, you should set the $XNLSPATH environment variable to\n\
	point at the place where you installed the files.\n\
\n
Netscape*strings.8503: Perhaps the $XNLSPATH environment variable is not set correctly?\n
Netscape*strings.8504: uname failed
Netscape*strings.8505: %s: uname() failed; can't determine what system we're running on\n
Netscape*strings.8506: %s: this is a SunOS 4.1.3 executable, and you are running it on\n\
	SunOS %s (Solaris.)  It would be a very good idea for you to\n\
	run the Solaris-specific binary instead.  Bad Things may happen.\n\
\n
Netscape*strings.8507: %s: failed to initialize mozilla_event_queue!\n
Netscape*strings.8508: %s: invalid `-remote' option "%s"\n
Netscape*strings.8509: %s: the `-id' option must come before all `-remote' options.\n
Netscape*strings.8510: %s: only one `-id' option may be used.\n
Netscape*strings.8511: %s: invalid `-id' option "%s"\n
Netscape*strings.8512: %s: the `-id' option may only be used with `-remote'.\n
Netscape*strings.8513: %s: warning: $XKEYSYMDB is %s,\n\
	but that file doesn't exist.\n
Netscape*strings.8514: %s: warning: no XKeysymDB file in either\n\
	%s, %s, or %s\n\
	Please set $XKEYSYMDB to the correct XKeysymDB file.\n
Netscape*strings.8515: %s: not found in PATH!\n
Netscape*strings.8516: renaming %s to %s: 
Netscape*strings.8517: %s: usage: OpenURL(url [ , new-window|window-name ] )\n
Netscape*strings.8518: %s: usage: OpenFile(file)\n
Netscape*strings.8519: %s: usage: print([filename])\n
Netscape*strings.8520: %s: usage: SaveAS(file, output-data-type)\n
Netscape*strings.8521: %s: usage: SaveAS(file, [output-data-type])\n
Netscape*strings.8522: %s: usage: mailto(address ...)\n
Netscape*strings.8523: %s: usage: find(string)\n
Netscape*strings.8524: %s: usage: addBookmark(url, title)\n
Netscape*strings.8525: %s: usage: htmlHelp(map-file, id, search-text)\n
Netscape*strings.8526: %s: unparsable encoding filter spec: %s\n
Netscape*strings.8527: Upload File
Netscape*strings.8528: error saving options
Netscape*strings.8529: # Netscape User History File\n\
# Version: %s\n\
# This is a generated file!  Do not edit.\n\
\n
Netscape*strings.8530: %s: too many args (%d) to ActivateLinkAction()\n
Netscape*strings.8531: %s: unknown parameter (%s) to ActivateLinkAction()\n
Netscape*strings.8532: file: ///Untitled
Netscape*strings.8533: printing
Netscape*strings.8534: \n\
This is the default visual and color map.
Netscape*strings.8535: \n\
This is the default visual with a private map.
Netscape*strings.8536: \n\
This is a non-default visual.
Netscape*strings.8537: from network
Netscape*strings.8538: from disk cache
Netscape*strings.8539: from memory cache
Netscape*strings.8540: default
Netscape*strings.8541: %s: too few args (%d) to HistoryItem()\n
Netscape*strings.8542: %s: too many args (%d) to HistoryItem()\n
Netscape*strings.8543: %s: unknown parameter (%s) to HistoryItem()\n
Netscape*strings.8544: %s: unable to read %s property\n
Netscape*strings.8545: %s: invalid data on %s of window 0x%x.\n
Netscape*strings.8546: 509 internal error: unable to translatewindow 0x%x to a widget
Netscape*strings.8547: 500 unparsable command: %s
Netscape*strings.8548: 501 unrecognized command: %s
Netscape*strings.8549: 502 no appropriate window for %s
Netscape*strings.8550: 200 executed command: %s(
Netscape*strings.8551: 200 executed command: %s(
Netscape*strings.8552: %s: windowGravityWorks: %s must be yes, no, or guess.\n
Netscape*strings.8553: could not dup() a stderr: 
Netscape*strings.8554: could not fdopen() the new stderr: 
Netscape*strings.8555: could not dup() a new stderr: 
Netscape*strings.8556: could not dup() a stdout: 
Netscape*strings.8557: could not fdopen() the new stdout: 
Netscape*strings.8558: could not dup() a new stdout: 
Netscape*strings.8559: \n\
%s:\n\
\n\
This Netscape Communicator binary does not run on %s %s.\n\
\n\
Please visit http://home.netscape.com/ for a version of Communicator that runs\n\
on your system.\n\
\n
Netscape*strings.8560: Created On
Netscape*strings.8563: Netscape Exit Confirmation\n
Netscape*strings.8564: Close all windows and exit Netscape?\n
Netscape*strings.8565: Netscape Mail\n
Netscape*strings.8566: Outbox folder contains unsent messages\n\
Send them now?
Netscape*strings.8567: Your POP user name is just your user name (e.g. user),\n\
not your full POP address (e.g. user@internet.com).
Netscape*strings.8568: Please enter valid information.
Netscape*strings.8569: The editing of JavaScript message filters is not available\n\
in this release of Communicator.
Netscape*strings.8570: Phone
Netscape*strings.8571: Cleaning up news messages...
Netscape*strings.8572: Your font preferences will not take effect until you restart Communicator.
Netscape*strings.8573: One or more items in the selection you are dragging do not contain an email address\n\
and was not added to the list. Please make sure each item in your selection includes\n\
an email address.
Netscape*strings.8574: New Folder Name: 
Netscape*strings.8575: -component-bar            Show only the Component Bar.\n\
\n\
       -composer                 Open all command line URLs in Composer.\n\
       -edit                     Same as -composer.\n\
\n\
       -messenger                Show Messenger Mailbox (INBOX).\n\
       -mail                     Same as -messenger.\n\
\n\
       -discussions              Show Collabra Discussions.\n\
       -news                     Same as -discussions.\n\
\n
Netscape*strings.8576: Arguments which are not switches are interpreted as either files or\n\
       URLs to be loaded.\n\
\n
Netscape*strings.8577: Searching: 
Netscape*strings.8578: Search Results
Netscape*strings.8579: Search results for: 
Netscape*strings.8580: Name
Netscape*strings.8581: Email
Netscape*strings.8582: Organization
Netscape*strings.8583: Department
Netscape*strings.8584: Search results will appear in address book window
Netscape*strings.8585: Basic Search
Netscape*strings.8586: Advanced Search
Netscape*strings.8587: More
Netscape*strings.8588: Fewer
Netscape*strings.8589: Find items which
Netscape*strings.8590: Match all items below (And)
Netscape*strings.8591: Match one or more of the items below (Or)
Netscape*strings.8592: where
Netscape*strings.8593: 
Netscape*strings.8594: and
Netscape*strings.8595: or
Netscape*strings.8596: Description: 
Netscape*strings.8597: LDAP Server: 
Netscape*strings.8598: Server Root: 
Netscape*strings.8599: Port Number: 
Netscape*strings.8600: Maximum Number of Hits: 
Netscape*strings.8601: Secure
Netscape*strings.8602: Save Password
Netscape*strings.8603: Directory Info
Netscape*strings.8604: Directories
Netscape*strings.8605: Search...
Netscape*strings.8606: Custom Header: 
Netscape*strings.8607: Display Name: 
Netscape*strings.8608: Pager: 
Netscape*strings.8609: Cellular: 
Netscape*strings.8610: Cannot drop into the targeted destination folder.
Netscape*strings.8611: Login with name and password
Netscape*strings.8612: No spellchk library found
Netscape*strings.8613: Choose where you would like your %s messages to be stored: 
Netscape*strings.8614: Place a copy in folder: '%s' on '%s'
Netscape*strings.8615: Folder '%s' on
Netscape*strings.8616: Keep templates in: '%s' on '%s'
Netscape*strings.8617: Keep drafts in: '%s' on '%s'
Netscape*strings.8618: BCC: %s
Netscape*strings.8619: General
Netscape*strings.8620: Advanced
Netscape*strings.8621: IMAP
Netscape*strings.8622: Sharing
Netscape*strings.8623: This server does not support shared folders
Netscape*strings.8624: You have the following permissions: 
Netscape*strings.8625: Share this and other folders with network users \n\
        and display and set access privileges.
Netscape*strings.8626: Folder Type: 
Netscape*strings.8627: POP
Netscape*strings.8628: start my reply above the quoted text
Netscape*strings.8629: start my reply below the quoted text
Netscape*strings.8630: select the quoted text
Netscape*strings.8631: (default)
Netscape*strings.8632: Inline
Netscape*strings.8633: Quoted
Netscape*strings.8634: ÷η
Netscape*strings.8635: Automatically subscribe to all my folders on "%s"
Netscape*strings.8636: MoveMail
Netscape*strings.8637: (Using Movemail)
Netscape*strings.8638: Automatically
Netscape*strings.8639: Ask me
Netscape*strings.8640: Never Send
Netscape*strings.8641: Reply To: 
Netscape*strings.8642: multiple matches found
Netscape*strings.8643: %m/%d/%Y
Netscape*strings.8644: The mail filter named '%s' has been truncated because it had more than %d terms.
Netscape*strings.8645: Invalid Date Value.
Netscape*strings.8646: Department: 
Netscape*strings.8647: You must pick a file that exists.
Netscape*strings.8648: You are not allowed to choose a directory.
Netscape*strings.8649: Match all items below (And): 
Netscape*strings.8650: Download headers for: %s
Netscape*strings.8651: Unable to access directory: \n\
%s\n
Netscape*strings.8652: Ask Me
Netscape*strings.8653: Text
Netscape*strings.8654: HTML
Netscape*strings.8655: Text and HTML
Netscape*strings.8656: Sorry, help is not available for this topic.
Netscape*strings.8657: (None available)
Netscape*strings.8658: Compact Folders
Netscape*strings.8659: Compact This Folder
Netscape*strings.8660: Empty Trash on %s
Netscape*strings.8661: Empty Trash Folder
Netscape*strings.8662: If the message comes from outside the\n\
domain %s:
Netscape*strings.8663: (no domain)
Netscape*strings.8664: Addresses Matching "%s"
Netscape*strings.8665: Select Addresses
Netscape*strings.8666: Mailing List
Netscape*strings.8667: Folder name
Netscape*strings.8668: Delete Mail Server
Netscape*strings.8669: Delete Folders
Netscape*strings.8670: AddressBook Info
Netscape*strings.8671: Name: 
Netscape*strings.8672: Basic Search
Netscape*strings.8673: Advanced Search
Netscape*strings.8674: URL: 
Netscape*strings.8675: Go
Netscape*strings.8676: Properties
Netscape*strings.8677: Get Info
Netscape*strings.8678: Location: %s
Netscape*strings.8679: No matches
Netscape*strings.8680: 
Netscape*strings.8681: 
Netscape*strings.8682: 
Netscape*strings.8683: 
Netscape*strings.8684: 
Netscape*strings.8685: Please enter some text for your search and try again.
Netscape*strings.8686: Please enter a valid date for your search and try again.
! generated by resourcemerge.pl at Mon Jun 14 22:21:23 KST 1999
!   by CHOI Junho <cjh@kr.freebsd.org>
!   for Netscape localization kit
!
!*bookmark*fontList: \
!        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;\
!        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
!*menuBar*fontList: \
!        -*-lucida-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
!        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
!Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*
!Netscape*banner*info.fontList: -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
!Netscape*banner*subtitle.fontList: -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
!Netscape*banner*title.fontList: -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*
Netscape*AddressBook*mainform.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*XmList*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*XmText.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*XmTextField.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*arrowlabel.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*bookmark*XmText.fontList: \
        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*bookmark*XmTextField.fontList: \
        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*bookmark*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*bookmark*selectedLabel.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*dashBoard*progressBar.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*dashBoard*statusBar.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*docinfoButton.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*dockedTaskBar*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*floatingTaskBar*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*licenseDialog*text.fontList: \
        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*mailto*urlLabel.fontList: \
        -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-140-*-*-*-*-ksc5601.1987-*:
Netscape*mainForm.toolBox.urlBarItem.urlBarMainForm.urlComboBox.Text.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
Netscape*menuBar*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*menuBar*historyTruncated.fontList: \
        -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*menuBar.windowMenu.fontList: \
        -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*popup*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*prefs*categoryList*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*prefs*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*prefs*pageTitle.fontList: \
        -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:NORMAL,\
        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:BOLD,\
        -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:ITALIC
Netscape*prefsApplEdit*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*prefsLang*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*prefsLdapProp*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*prefsProxiesView*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*serverDialog*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*spellDialog*combo_frame*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*spellDialog*list_label.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*spellDialog*right_rc*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*spellDialog*text_label.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*subscribeFolder*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*tipLabel.fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*toolBar*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*topArea*XmText.fontList: \
        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*topArea*XmTextField.fontList: \
        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*topArea*fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*AddressOutlinerPopup*fontList: \
        -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:NORMAL,\
        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:BOLD,\
        -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:ITALIC
Netscape*NewsDownload*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*XmLGrid*fontList: \
        -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:NORMAL,\
        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:BOLD,\
        -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:ITALIC
Netscape*attachItemLabel*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*attachmentProps*XmLabelGadget.fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*banner*folderDropdown*.fontList: \
        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:NORMAL,\
        -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:BOLD
Netscape*banner*folderDropdown*XmLabel.fontList: \
        -adobe-courier-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*banner*folderDropdown*fontList: \
        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:NORMAL,\
        -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:BOLD
Netscape*banner*info.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*banner*subtitle.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*banner*title.fontList: \
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
Netscape*splashShell*fontList: \
        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*;\
        -*-gulim-medium-r-*-*-*-120-*-*-*-*-ksc5601.1987-*:
!
! Local modification of resources
!

! To prevent Bus error of input method(especially Linux and FreeBSD)
!
! From http://www.bres.tsukuba.ac.jp/~yohta/netscape/
!
Netscape*mainForm.toolBox.urlBarItem.urlBarMainForm.urlComboBox.Text.fontList:\
        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*

*globalNonTextTranslations: #override\n\
 Shift<Btn4Down>: LineUp()\n\
 Shift<Btn5Down>: LineDown()\n\
 None<Btn4Down>:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
 None<Btn5Down>:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\

 Alt<Btn4Down>: xfeDoCommand(forward)\n\
 Alt<Btn5Down>: xfeDoCommand(back)\n
