! Netscape.ad --- app-defaults file for Netscape 3.01.
!
! Copyright (c) 1994, 1995 Netscape Communications Corporation,
! all rights reserved.
!
! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
! Bugs and commentary to x_cbug@netscape.com.
!
! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
!           CHOI Junho <junker@jazz.snu.ac.kr>, 16-Nov-98 for FreeBSD
!
!      ==========================================================
!      NOTE: If you're looking here for things to customize, look
!      on the Preferences dialogs under the Options menu first.
!      Most things are customizable from there.  Things which are
!      settable via the Preferences dialog boxes are stored in
!      the ~/.netscape/preferences file, and not in X resources.
!      ==========================================================
!
! This file lists the default resources built in to Netscape.
! You can use the stuff in this file for examples of how to customize
! Netscape for your environment; normally you will do this by
! copying the few lines you want to alter to your private resource
! database, which usually lives in a file called .Xdefaults in your home
! directory.
!
! Site administrators **may** want to make changes here and install this
! file as the global app-defaults file for the site.  To do this, one
! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
! could be anywhere; only the person who installed X knows for sure.)
!
! It is **STRONGLY RECOMMENDED** that you not install this file in the
! app-defaults directory unless you are really sure you know what you are
! doing.  There are a whole slew of version-skew problems associated with
! app-defaults files, which are best avoided by simply not using them.
! In particular, if the app-defaults file for a program is installed, and
! you get a new version of that program, you can't properly test out the
! new version without actually installing it, since it will pick up the
! resources for the previous version, and will quite likely malfunction.
!
! In short, app-defaults files are bad.  Don't use them.  This file is
! provided for informational purposes, and so that I don't get a lot of
! complaints from people who think they understand this stuff better than
! I do.

! Here's how you turn on SGI's Motif hacks:
@NONSGI@Netscape*sgiMode: 		True
@NONSGI@Netscape*scheme:  		Base
@NONSGI@Netscape*useSchemes:		Colors, Fonts
@NONSGI@Netscape*useEnhancedFSB: 	True

! IXI Motif Form widget is broken, don't use it
@NONSCO@*useIxiAdds: NONE

! User-Settable Parameters
! ========================

! This is the directory where Netscape finds external files such as icons.
!
!*appDir:			/usr/lib/X11/ko_KR.eucKR/netscape
*appDir:			/usr/local/lib/netscape/ko_KR.EUC

! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created.  Legal options are:
! Best, meaning pick the best one w.r.t. image quality; Default, meaning
! use whatever the server says is the default visual; a visual class (like
! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
! a particular visual (in case there is more than one visual of a particular
! class.)  "Best" is probably the right choice.
!
*visualID:			Best

! Whether Netscape should install a private colormap.  This will cause the
! maximal number of colors to be used, but on most systems, will result in
! unpleasant colormap flashing when switching between applications.  Legal
! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
! if we know that the display hardware supports multiple simultaneous
! colormaps, meaning that there will be no colormap flashing."  Currently,
! that means install the map when displaying on an SGI screen, and don't
! otherwise.  (What other vendors have multiple hardware colormaps, and how
! do you uniquely identify that capability?  Let me know.)
!
*installColormap:		Guess

! The maximum number of color cells to allocate per image; this is only
! relevant when using the default colormap of a PseudoColor visual.
! If it is 0, we allocate as many colors as we can get.  (The more colors
! that we can allocate, the better images will look.)  This controls only
! the number of colors allocated for internal images - a few more colors
! will be allocated for the fluff and chrome that comes with Motif.
!
*maxImageColors:		0

! Set this to false to disable the <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
*animRate:			166

! How often (in seconds) the global history, bookmarks, and disk cache
! files should be updated.
*saveHistoryInterval:		600

! How many pixels of motion must occur before a mouse-release is interpreted
! as a "drag" rather than a "click."
*hysteresis:			3

! These resources control whether Netscape should redirect its stdout and
! stderr streams to a dialog box, so that diagnostics reported by other
! programs launched by Netscape (for example, external viewers specified in
! a mailcap file) will be reported to the user through a dialog box,
! instead of simply showing up on the stdout/stderr of the controlling
! terminal of Netscape (which in many cases won't even be visible.)
!
! If you have a external viewer which produces an annoying amount of output
! even when it has nothing interesting to say, you can shut it up by
! redirecting its output to stderr; for example, to do this to mpeg_play,
! you could add the following to your .mailcap file:
!
!        video/mpeg; mpeg_play %s 2>&-
!
! Normally, Netscape captures both the stdout and stderr into the dialog box.
! If you find a need to let one or both of them continue on to the actual
! terminal of Netscape, you can do it by setting these resources to False.
!
!*useStderrDialog:		True
*useStderrDialog:		False
!*useStdoutDialog:		True
*useStdoutDialog:		False

! 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


! Colors
!
! This resource controls the foreground text color of unfollowed links 
! (links which have not yet been visited.)
!
*linkForeground:			#0000EE

! This resource controls the foreground text color of followed links 
! (links which have already been visited.)
!
*vlinkForeground:			#551A8B

! This resource controls the foreground text color of activated links 
! (links which are in the process of being clicked upon.)
!
*alinkForeground:			#FF0000

! These resources control the foreground and background colors of text
! which has been selected with the mouse.
!
*selectForeground:			#000000
*selectBackground:			#FFFFCC

! These resources control the foreground and background colors of normal text.
!
*defaultForeground:			#000000
*defaultBackground:			#C0C0C0

! This resource may be used to specify a default background image.  It should
! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
! then the default background color will be used instead.
!
*defaultBackgroundImage:		

! Normally, the user-specified colors and backgrounds will only be used when
! viewing documents which did not specify their own colors and backgrounds.
! If this resource is set to False, then the user-specified colors and
! backgrounds will always be used, regardless of the options specified in 
! the document itself.
!
*documentColorsHavePriority:		True


! Geometry
!
! Here's how you set the default sizes and positions of the Netscape windows:
!
! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
! For the news reader:          Netscape.News.geometry: =500x800+300-0
! For the mail editor:          Netscape.Composition.geometry: =400x600
! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
! For the address book window:  Netscape.AddressBook.geometry: =300x900-300-0
! For the download windows:     Netscape.Download.geometry: =500x200-0-0
!
! In previous versions of Netscape, we suggested setting the geometry on the
! TopLevelShell class; don't do that any more.  It will affect *all* of the
! top-level Netscape windows, including bookmarks and message composition and
! so on, which is probably not what you want.
!
! To set the sizes of the panes and columns in the mail and news windows, 
! change them to the layout you like, and then select "Options/Save Options".
! (To change the fonts in the message lists, search below for the resource
! that begins with "XmLGrid*fontList".)



! Translations
!
! Many of these translations are duplicated on both "Meta" and "Alt", since
! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
! Sun in their infinite wisdom furthers this confusing lossage by both having
! Meta *and* Alt keys on the keyboard, and having the key which is labelled
! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
! All praise the X keyboard model!
!
! And because of the need to do this, we have to do all of the keyboard
! equivalents with "translations" instead of "accelerators", since a menu
! item can only have one accelerator, and in order to make both Meta and Alt
! work we need to give them each two.  All praise Motif!


! Keybindings in the main window which correspond to menu items.
! These are installed on every widget which is a child of our Shell,
! and are not installed on popups/transients.
!
*globalTranslations:			#override			\n\
									\
	Meta ~Ctrl<Key>A:		addBookmark()			\n\
	 Alt ~Ctrl<Key>A:		addBookmark()			\n\
	Meta ~Ctrl<Key>B:		viewBookmark()			\n\
	 Alt ~Ctrl<Key>B:		viewBookmark()			\n\
	Meta ~Ctrl<Key>C:		copy()				\n\
	 Alt ~Ctrl<Key>C:		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<Key>F:		find()				\n\
	 Alt ~Ctrl<Key>F:		find()				\n\
	Meta ~Ctrl<Key>G:		findAgain()			\n\
	 Alt ~Ctrl<Key>G:		findAgain()			\n\
	Meta ~Ctrl<Key>H:		history()			\n\
	 Alt ~Ctrl<Key>H:		history()			\n\
	Meta ~Ctrl<Key>I:		loadImages()			\n\
	 Alt ~Ctrl<Key>I:		loadImages()			\n\
	Meta ~Ctrl<Key>J:		undefined-key()			\n\
	 Alt ~Ctrl<Key>J:		undefined-key()			\n\
	Meta ~Ctrl<Key>K:		undefined-key()			\n\
	 Alt ~Ctrl<Key>K:		undefined-key()			\n\
	Meta ~Ctrl<Key>L:		openURL()			\n\
	 Alt ~Ctrl<Key>L:		openURL()			\n\
	Meta ~Ctrl<Key>M:		mailNew()			\n\
	 Alt ~Ctrl<Key>M:		mailNew()			\n\
	Meta ~Ctrl<Key>N:		new()				\n\
	 Alt ~Ctrl<Key>N:		new()				\n\
	Meta ~Ctrl<Key>O:		openFile()			\n\
	 Alt ~Ctrl<Key>O:		openFile()			\n\
	Meta ~Ctrl<Key>P:		print()				\n\
	 Alt ~Ctrl<Key>P:		print()				\n\
	Meta ~Ctrl<Key>Q:		exit()				\n\
	 Alt ~Ctrl<Key>Q:		exit()				\n\
	Meta ~Ctrl<Key>R:		reload()			\n\
	 Alt ~Ctrl<Key>R:		reload()			\n\
	Meta ~Ctrl<Key>S:		saveAs()			\n\
	 Alt ~Ctrl<Key>S:		saveAs()			\n\
	Meta ~Ctrl<Key>U:		undefined-key()			\n\
	 Alt ~Ctrl<Key>U:		undefined-key()			\n\
	Meta ~Ctrl<Key>V:		paste()				\n\
	 Alt ~Ctrl<Key>V:		paste()				\n\
	Meta ~Ctrl<Key>W:		delete()			\n\
	 Alt ~Ctrl<Key>W:		delete()			\n\
	Meta ~Ctrl<Key>X:		cut()				\n\
	 Alt ~Ctrl<Key>X:		cut()				\n\
	Meta ~Ctrl<Key>Y:		paste()				\n\
	 Alt ~Ctrl<Key>Y:		paste()				\n\
	Meta ~Ctrl<Key>Z:		undo()				\n\
	 Alt ~Ctrl<Key>Z:		undo()				\n\
									\
	Meta ~Ctrl<Key>1:		historyItem(1)			\n\
	 Alt ~Ctrl<Key>1:		historyItem(1)			\n\
	Meta ~Ctrl<Key>2:		historyItem(2)			\n\
	 Alt ~Ctrl<Key>2:		historyItem(2)			\n\
	Meta ~Ctrl<Key>3:		historyItem(3)			\n\
	 Alt ~Ctrl<Key>3:		historyItem(3)			\n\
	Meta ~Ctrl<Key>4:		historyItem(4)			\n\
	 Alt ~Ctrl<Key>4:		historyItem(4)			\n\
	Meta ~Ctrl<Key>5:		historyItem(5)			\n\
	 Alt ~Ctrl<Key>5:		historyItem(5)			\n\
	Meta ~Ctrl<Key>6:		historyItem(6)			\n\
	 Alt ~Ctrl<Key>6:		historyItem(6)			\n\
	Meta ~Ctrl<Key>7:		historyItem(7)			\n\
	 Alt ~Ctrl<Key>7:		historyItem(7)			\n\
	Meta ~Ctrl<Key>8:		historyItem(8)			\n\
	 Alt ~Ctrl<Key>8:		historyItem(8)			\n\
	Meta ~Ctrl<Key>9:		historyItem(9)			\n\
	 Alt ~Ctrl<Key>9:		historyItem(9)			\n\
									\
	Meta ~Ctrl<Key>osfLeft:		back()				\n\
	 Alt ~Ctrl<Key>osfLeft:		back()				\n\
	Meta ~Ctrl<Key>osfRight:	forward()			\n\
	 Alt ~Ctrl<Key>osfRight:	forward()			\n\
		  <Key>osfCancel:	abort()				\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



! 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 Mail & News window.
! Things here override the global translations (which are loaded first.)
! This changes:
!    Alt+A from "Add Bookmark" to "Select All"
!    Alt+H from "View History" to "Deliver Mail Now"
!    Alt+L from "Open URL" to "Forward Message"
!    Alt+R from "Reload" to "Reply to Sender"
!    Alt+O from "Open File" to undefined
!    Alt+S from "Save As" to undefined
!
! This adds:
!    Alt+Shift+A for "Select Thread"
!    Alt+T for "Get New Mail"
!    Alt+K for "Compress Folder"
!    Alt+Shift+R for "Reply to All"
!    Alt+D for "Delete Message"
!    Alt+E for "Redo"
!
! Alt arrow keys select previous/next.
! Alt+Shift arrow keys select previous/next unread.
! Meta+Shift arrow keys select previous/next marked.
!
*mailnewsGlobalTranslations:		#override			\
	<Btn3Down>:			mailNewsPopup()			\n\
	Meta ~Ctrl ~Shift <Key>a:	selectAll()			\n\
	 Alt ~Ctrl ~Shift <Key>a:	selectAll()			\n\
	Meta ~Ctrl Shift <Key>a:	selectThread()			\n\
	 Alt ~Ctrl Shift <Key>a:	selectThread()			\n\
	Meta ~Ctrl ~Shift <Key>d:	deleteMessage()			\n\
	 Alt ~Ctrl ~Shift <Key>d:	deleteMessage()			\n\
	Meta ~Ctrl Shift <Key>d:	forwardMessageQuoted()		\n\
	 Alt ~Ctrl Shift <Key>d:	forwardMessageQuoted()		\n\
	Meta ~Ctrl<Key>E:		redo()				\n\
	 Alt ~Ctrl<Key>E:		redo()				\n\
	Meta ~Ctrl<Key>H:		deliverQueuedMessages()		\n\
	 Alt ~Ctrl<Key>H:		deliverQueuedMessages()		\n\
	Meta ~Ctrl<Key>K:		compressFolder()		\n\
	 Alt ~Ctrl<Key>K:		compressFolder()		\n\
	Meta ~Ctrl<Key>L:		forwardMessage()		\n\
	 Alt ~Ctrl<Key>L:		forwardMessage()		\n\
	Meta ~Ctrl<Key>O:		openFolder()			\n\
	 Alt ~Ctrl<Key>O:		openFolder()			\n\
	Meta ~Ctrl ~Shift <Key>r:	reply()				\n\
	 Alt ~Ctrl ~Shift <Key>r:	reply()				\n\
	Meta ~Ctrl Shift <Key>r:	replyAll()			\n\
	 Alt ~Ctrl Shift <Key>r:	replyAll()			\n\
	Meta ~Ctrl<Key>S:		saveMessageAs()			\n\
	 Alt ~Ctrl<Key>S:		saveMessageAs()			\n\
	Meta ~Ctrl<Key>T:		getNewMail()			\n\
	 Alt ~Ctrl<Key>T:		getNewMail()			\n\
									\
	Meta ~Ctrl ~Shift <Key>Up:	selectPreviousMessage()		\n\
	 Alt ~Ctrl ~Shift <Key>Up:	selectPreviousMessage()		\n\
	Meta ~Ctrl ~Shift <Key>osfUp:	selectPreviousMessage()		\n\
	 Alt ~Ctrl ~Shift <Key>osfUp:	selectPreviousMessage()		\n\
	Meta ~Ctrl ~Shift <Key>Down:	selectNextMessage()		\n\
	 Alt ~Ctrl ~Shift <Key>Down:	selectNextMessage()		\n\
	Meta ~Ctrl ~Shift <Key>osfDown:	selectNextMessage()		\n\
	 Alt ~Ctrl ~Shift <Key>osfDown:	selectNextMessage()		\n\
									\
	Meta ~Ctrl Shift <Key>Up:	selectPreviousUnreadMessage()	\n\
	 Alt ~Ctrl Shift <Key>Up:	selectPreviousUnreadMessage()	\n\
	Meta ~Ctrl Shift <Key>osfUp:	selectPreviousUnreadMessage()	\n\
	 Alt ~Ctrl Shift <Key>osfUp:	selectPreviousUnreadMessage()	\n\
	Meta ~Ctrl Shift <Key>Down:	selectNextUnreadMessage()	\n\
	 Alt ~Ctrl Shift <Key>Down:	selectNextUnreadMessage()	\n\
	Meta ~Ctrl Shift <Key>osfDown:	selectNextUnreadMessage()	\n\
	 Alt ~Ctrl Shift <Key>osfDown:	selectNextUnreadMessage()	\n\
									\
	Ctrl Shift <Key>Up:		selectPreviousMarkedMessage()	\n\
	Ctrl Shift <Key>Up:		selectPreviousMarkedMessage()	\n\
	Ctrl Shift <Key>osfUp:		selectPreviousMarkedMessage()	\n\
	Ctrl Shift <Key>osfUp:		selectPreviousMarkedMessage()	\n\
	Ctrl Shift <Key>Down:		selectNextMarkedMessage()	\n\
	Ctrl Shift <Key>Down:		selectNextMarkedMessage()	\n\
	Ctrl Shift <Key>osfDown:	selectNextMarkedMessage()	\n\
	Ctrl Shift <Key>osfDown:	selectNextMarkedMessage()	\n\
									\
	Meta ~Ctrl<Key>1:		undefined-key()			\n\
	 Alt ~Ctrl<Key>1:		undefined-key()			\n\
	Meta ~Ctrl<Key>2:		undefined-key()			\n\
	 Alt ~Ctrl<Key>2:		undefined-key()			\n\
	Meta ~Ctrl<Key>3:		undefined-key()			\n\
	 Alt ~Ctrl<Key>3:		undefined-key()			\n\
	Meta ~Ctrl<Key>4:		undefined-key()			\n\
	 Alt ~Ctrl<Key>4:		undefined-key()			\n\
	Meta ~Ctrl<Key>5:		undefined-key()			\n\
	 Alt ~Ctrl<Key>5:		undefined-key()			\n\
	Meta ~Ctrl<Key>6:		undefined-key()			\n\
	 Alt ~Ctrl<Key>6:		undefined-key()			\n\
	Meta ~Ctrl<Key>7:		undefined-key()			\n\
	 Alt ~Ctrl<Key>7:		undefined-key()			\n\
	Meta ~Ctrl<Key>8:		undefined-key()			\n\
	 Alt ~Ctrl<Key>8:		undefined-key()			\n\
	Meta ~Ctrl<Key>9:		undefined-key()			\n\
	 Alt ~Ctrl<Key>9:		undefined-key()			\n


! Translations in the MailCompose window.
! These are used instead of globalTranslations.
!
*mailcomposeGlobalTranslations:		#override			\
									\
	Meta ~Ctrl<Key>B:		viewBookmark()			\n\
	 Alt ~Ctrl<Key>B:		viewBookmark()			\n\
	Meta ~Ctrl<Key>C:		copy()				\n\
	 Alt ~Ctrl<Key>C:		copy()				\n\
	Meta ~Ctrl<Key>Return:		sendMail()			\n\
	 Alt ~Ctrl<Key>Return:		sendMail()			\n\
	Meta ~Ctrl<Key>V:		paste()				\n\
	 Alt ~Ctrl<Key>V:		paste()				\n\
	Meta ~Ctrl<Key>W:		delete()			\n\
	 Alt ~Ctrl<Key>W:		delete()			\n\
	Meta ~Ctrl<Key>X:		cut()				\n\
	 Alt ~Ctrl<Key>X:		cut()				\n\
	Meta ~Ctrl<Key>Y:		paste()				\n\
	 Alt ~Ctrl<Key>Y:		paste()				\n\
	Meta ~Ctrl<Key>Z:		undo()				\n\
	 Alt ~Ctrl<Key>Z:		undo()				\n


! Translations in the Bookmarks and Adderssbook window.
! These translations are used instead of globalTranslations.
! None of the key *semantics* of globalTranslations are changed here,
! only the actions bound.  (And inapplicable actions are not present.)
!
*bmGlobalTranslations:			#override			\
	<Btn3Down>:			BookmarkPopup()			\n\
	Meta ~Ctrl<Key>C:		bmcopy()			\n\
	 Alt ~Ctrl<Key>C:		bmcopy()			\n\
	Meta ~Ctrl<Key>D:		bmdeleteItem()			\n\
	 Alt ~Ctrl<Key>D:		bmdeleteItem()			\n\
	Meta ~Ctrl<Key>E:		bmredo()			\n\
	 Alt ~Ctrl<Key>E:		bmredo()			\n\
	Meta ~Ctrl<Key>F:		bmfind()			\n\
	 Alt ~Ctrl<Key>F:		bmfind()			\n\
	Meta ~Ctrl<Key>G:		bmfindAgain()			\n\
	 Alt ~Ctrl<Key>G:		bmfindAgain()			\n\
	Meta ~Ctrl<Key>M:		bmmailMessage()			\n\
	 Alt ~Ctrl<Key>M:		bmmailMessage()			\n\
	Meta ~Ctrl<Key>S:		bmsaveAs()			\n\
	 Alt ~Ctrl<Key>S:		bmsaveAs()			\n\
	Meta ~Ctrl<Key>V:		bmpaste()			\n\
	 Alt ~Ctrl<Key>V:		bmpaste()			\n\
	Meta ~Ctrl<Key>W:		bmclose()			\n\
	 Alt ~Ctrl<Key>W:		bmclose()			\n\
	Meta ~Ctrl<Key>X:		bmcut()				\n\
	 Alt ~Ctrl<Key>X:		bmcut()				\n\
	Meta ~Ctrl<Key>Y:		bmpaste()			\n\
	 Alt ~Ctrl<Key>Y:		bmpaste()			\n\
	Meta ~Ctrl<Key>Z:		bmundo()			\n\
	 Alt ~Ctrl<Key>Z:		bmundo()			\n

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



! Mouse bindings in the HTML display area.
! 
*drawingArea.translations:		#replace			\
	<Btn1Down>:			ArmLink()			\n\
	<Btn2Down>:			ArmLink()			\n\
	~Shift<Btn1Up>:			ActivateLink()			\
					DisarmLink()			\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>:			CommandMenu()			\n

*drawingArea*XmList.highlightThickness:	2


! Some basic emacs-like bindings for text fields.
!
! "editingTranslations" are merged into all XmText and XmTextField widgets.
! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
! are merged in, depending on whether it is an XmText or XmTextField widget.
! These resources are merged in after "globalTranslations", so it is possible
! for them to override the menu accelerators.
!
! Problems:
!  = I don't understand why the "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 forVirualBindings(1).  For details, see the Netscape FAQ
!	 (available from the Help menu.)
!
*editingTranslations:			#override			\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>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	 <Key>w:	copy-clipboard()		\n\
	 Alt ~Ctrl	 <Key>w:	copy-clipboard()		\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

! 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>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:		refresh()			\n\
	~Meta ~Alt Ctrl<Key>w:		key-select()			\
					delete-selection()		\n\
	~Meta ~Alt Ctrl<Key>y:		paste-clipboard()		\n\
	Meta ~Ctrl	 <Key>d:	delete-next-word()		\n\
	 Alt ~Ctrl	 <Key>d:	delete-next-word()		\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

! Translations that apply only to multi-line fields; see above.
! Most of these are here because they are commands that only apply when
! the text area has multiple lines in it, but see above comment about
! "kill" commands versus "delete" commands.
!
*multiLineEditingTranslations:		#override			\n\
	~Meta ~Alt 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() 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>[:	backward-paragraph()		\n\
	Meta ~Ctrl ~Shift<Key>[:	backward-paragraph()		\n\
	 Alt ~Ctrl  Shift<Key>[:	backward-paragraph(extend)	\n\
	Meta ~Ctrl  Shift<Key>[:	backward-paragraph(extend)	\n\
	 Alt ~Ctrl ~Shift<Key>]:	forward-paragraph()		\n\
	Meta ~Ctrl ~Shift<Key>]:	forward-paragraph()		\n\
	 Alt ~Ctrl  Shift<Key>]:	forward-paragraph(extend)	\n\
	Meta ~Ctrl  Shift<Key>[:	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\
	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:	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>f:		fishcam()			\n\
	  Alt  Ctrl<Key>f:		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

! 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 \
	<Btn1Down>:  editor-click(single, *, editor-grab-focus,,        \
	                          double, image, editor-dialog,image,,  \
	                          double, hrule, editor-dialog,hrule,,  \
	                          double, target,editor-dialog,target,, \
	                          double, tag,   editor-dialog,tag,,    \
	                          double, text,  editor-select-word)    \n\
	<Btn1Motion>: editor-extend-adjust()                            \n\
	<Btn1Up>:     editor-extend-end()                               \n\
	<Btn2Down>:   editor-extend-start()                             \n\
	<Btn2Motion>: editor-extend-adjust()                            \n\
	<Btn2Up>:     editor-extend-end()                               \n\
	<Btn3Down>:   editor-popup-menu()                               \n\
	<Motion>:     editor-motion()                                   \n

! Editor keyboard translations.
*editorTranslations:			  #override			    \n\
									    \
	Meta ~Ctrl<Key>l:		editor-open-location()	    	    \n\
	 Alt ~Ctrl<Key>l:		editor-open-location()	    	    \n\
	Meta ~Ctrl<Key>o:		editor-open-file()	     	    \n\
	 Alt ~Ctrl<Key>o:		editor-open-file()	     	    \n\
	Meta ~Ctrl<Key>N:		editor-new()			    \n\
	 Alt ~Ctrl<Key>N:		editor-new()			    \n\
	Meta ~Ctrl<Key>s:		editor-save()			    \n\
	 Alt ~Ctrl<Key>s:		editor-save()			    \n\
	Meta ~Ctrl<Key>w:		editor-delete()			    \n\
	 Alt ~Ctrl<Key>w:		editor-delete()			    \n\
	Meta ~Ctrl<Key>r:		editor-reload()			    \n\
	 Alt ~Ctrl<Key>r:		editor-reload()			    \n\
	Meta ~Ctrl Shift<Key>r:		editor-reload(super)		    \n\
	 Alt ~Ctrl Shift<Key>r:		editor-reload(super)		    \n\
	Meta ~Ctrl<Key>M:		mailNew()			    \n\
	 Alt ~Ctrl<Key>M:		mailNew()			    \n\
	Meta ~Ctrl<Key>P:		print()				    \n\
	 Alt ~Ctrl<Key>P:		print()				    \n\
	Meta ~Ctrl<Key>Q:		exit()				    \n\
	 Alt ~Ctrl<Key>Q:		exit()				    \n\
	Meta ~Ctrl<Key>.:		editor-edit-source()	    	    \n\
									    \
	Meta ~Ctrl ~Alt<Key>osfHelp:	editor-debug()			    \n\
	Ctrl Shift<Key>d:		editor-debug()			    \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>Up:	editor-process-up()		    \n\
	~Meta ~Alt ~Ctrl<Key>Down:	editor-process-down()		    \n\
	~Meta ~Alt ~Ctrl<Key>osfUp:	editor-process-up()		    \n\
	~Meta ~Alt ~Ctrl<Key>osfDown:	editor-process-down()		    \n\
	~Meta ~Alt ~Ctrl<Key>osfLeft:	editor-backward-character()	    \n\
	~Meta ~Alt ~Ctrl<Key>osfRight:	editor-forward-character()	    \n\
									    \
	:~Meta ~Alt ~Ctrl <Key>Delete:       editor-delete-next-character()    \n\
	:~Meta ~Alt ~Ctrl <Key>BackSpace:	 editor-delete-previous-character()\n\
	:~Meta ~Alt ~Ctrl <Key>osfDelete:	 editor-delete-next-character()    \n\
	:~Meta ~Alt ~Ctrl <Key>osfBackSpace: editor-delete-previous-character()\n\
									    \
	~Meta ~Alt ~Ctrl<Key>osfBeginLine:editor-beginning-of-line()	    \n\
	~Meta ~Alt ~Ctrl<Key>osfEndLine:  editor-end-of-line()		    \n\
	~Meta ~Alt ~Ctrl Shift<Key>Return:editor-insert-line-break(normal)  \n\
	~Meta ~Alt ~Ctrl<Key>Return:	  editor-process-return()	    \n\
	~Meta ~Alt ~Ctrl Shift<Key>space: editor-insert-non-breaking-space()\n\
	~Meta ~Alt ~Ctrl <Key>space:	  editor-self-insert()		\n\
	~Meta ~Alt ~Ctrl Shift<Key>Tab:   editor-indent(out)		\n\
	~Meta ~Alt ~Ctrl <Key>Tab:	  editor-indent(in)		    \n\
									    \
	~Meta ~Alt Ctrl<Key>a:	editor-beginning-of-line()		    \n\
	~Meta ~Alt Ctrl<Key>e:	editor-end-of-line()			    \n\
	~Meta ~Alt Ctrl<Key>p:	editor-process-up()			    \n\
	~Meta ~Alt Ctrl<Key>n:	editor-process-down()			    \n\
	~Meta ~Alt Ctrl<Key>b:	editor-backward-character()		    \n\
	~Meta ~Alt Ctrl<Key>f:	editor-forward-character()		    \n\
									    \
	~Meta  Alt ~Ctrl  Shift<Key>z:	editor-redo()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>e:	editor-redo()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>z:	editor-undo()			    \n\
									    \
	 Meta ~Alt ~Ctrl<Key>b:	editor-toggle-character-properties(bold)   \n\
	 ~Meta Alt ~Ctrl<Key>b:	editor-toggle-character-properties(bold)   \n\
	 Meta ~Alt ~Ctrl<Key>i:	editor-toggle-character-properties(italic) \n\
	 ~Meta Alt ~Ctrl<Key>i:	editor-toggle-character-properties(italic) \n\
	 Meta ~Alt ~Ctrl<Key>u:	editor-toggle-character-properties(underline) \n\
	 ~Meta Alt ~Ctrl<Key>u:	editor-toggle-character-properties(underline) \n\
	 Meta ~Alt ~Ctrl<Key>t:	editor-toggle-character-properties(fixed)  \n\
	 ~Meta Alt ~Ctrl<Key>t:	editor-toggle-character-properties(fixed)  \n\
	 Meta ~Alt ~Ctrl<Key>k:	editor-set-character-properties(none)	   \n\
	 ~Meta Alt ~Ctrl<Key>k:	editor-set-character-properties(none)	   \n\
									    \
	~Meta ~Alt  Ctrl<Key>l:	editor-refresh()			    \n\
									    \
	 Meta ~Alt ~Ctrl ~Shift<Key>Up:		editor-increase-font-size() \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>osfUp:	editor-increase-font-size() \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>Down:	editor-decrease-font-size() \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>osfDown:	editor-decrease-font-size() \n\
									    \
	~Meta ~Alt ~Ctrl<Key>SunCopy:   editor-copy()               \n\
	~Meta ~Alt ~Ctrl<Key>SunPaste:  editor-paste()              \n\
	~Meta ~Alt ~Ctrl<Key>SunCut:    editor-cut()                \n\
									\
	 Meta ~Alt ~Ctrl ~Shift<Key>x:	editor-cut()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>x:	editor-cut()			    \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>c:	editor-copy()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>c:	editor-copy()			    \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>v:	editor-paste()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>v:	editor-paste()			    \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>y:	editor-paste()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>y:	editor-paste()			    \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>d:	editor-delete-next-character()	    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>d:	editor-delete-next-character()	    \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>a:	editor-select-all()		    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>a:	editor-select-all()		    \n\
									    \
	 Meta ~Alt ~Ctrl ~Shift<Key>f:	editor-find()			    \n\
	 Meta ~Alt ~Ctrl ~Shift<Key>g:	editor-find-again()		    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>f:	editor-find()			    \n\
	~Meta  Alt ~Ctrl ~Shift<Key>g:	editor-find-again()		    \n\
									    \
	 Meta ~Alt ~Ctrl Shift<Key>u:	\
	editor-set-character-properties(bold|italic|fixed|super|strikethrough)\
		editor-set-font-size(+4) \n\
									    \
	~Meta ~Alt ~Ctrl ~Shift<Key>F10:			\n\
	~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:			\n\
								\
	<KeyRelease>:							    \n\
	<Key>:			editor-self-insert()			    \n\
	<KeyPress>:		editor-self-insert()			    \n\
	<KeyUp>:							    \n\
	<KeyDown>:		editor-self-insert()			    \n

!=============================================================================


! About Translations, Actions, and "-remote" commands:
!
! You can control a running Netscape process externally; you do this by
! issuing a command like "netscape -remote openURL(http://xxx)".
! When Netscape is invoked with the -remote argument, it does not open
! window, but instead connects to and controls an already-existing process.
! This is done using X properties, so the two Netscape processes need not
! be running on the same machine, and need not share a file system.
!
! All of Netscape's action names are the same as its resource names; so, for
! example, if you wanted to know the name of the action that corresponds to
! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
! and see that the resource that is set to that string is "addBookmark" -
! that's the name of the Action as well.
!
! You can use Actions in Translation tables in the usual Xt-ish way, but you
! can also invoke them directly via "netscape -remote", like this:
!
!    netscape -remote 'addBookmark()'
!
! That will cause the existing Netscape process to add its current URL to
! the bookmarks, just as if you had selected that menu item.
!
! Please see the document http://home.netscape.com/newsref/std/x-remote.html
! for more information.


!=============================================================================


! You can ask HTTP (Web) servers for documents in your preferred language
! by setting the Accept-Language header. It is a comma-separated list of
! languages or language/region pairs. For example, if you would prefer to
! see documents in French, or, failing that, in American English, you could
! use the following:
!
!   *httpAcceptLanguage: fr, en-US
   *httpAcceptLanguage: ko, en-US
!
! Other possible languages and regions are:
!
!   Chinese [zh]
!   Chinese/China [zh-CN]
!   Chinese/Taiwan [zh-TW]
!   English [en]
!   English/United Kingdom [en-GB]
!   English/United States [en-US]
!   French [fr]
!   French/Canada [fr-CA]
!   French/France [fr-FR]
!   German [de]
!   Italian [it]
!   Japanese [ja]
!   Korean [ko]
!   Portuguese [pt]
!   Portuguese/Brazil [pt-BR]
!   Spanish [es]
!   Spanish/Spain [es-ES]


!=============================================================================
!
!      There's really nothing after this point you should be messing with.
!
!=============================================================================


! Motif drag-and-drop is insanely buggy, and is causing crashes even in
! contexts where it has no business being involved at all.  Let's try
! disabling it globally and see if that helps.
Netscape*dragInitiatorProtocolStyle:	XmDRAG_NONE
Netscape*dragReceiverProtocolStyle:	XmDRAG_NONE


! Labels
!
*Help.sensitive:			False

*urlLabel.alignment:			ALIGNMENT_END
*urlLabel.recomputeSize:		True
*urlLabel.netsiteLabelString:		Ʈ:
*urlLabel.uneditedLabelString:		ġ:
*urlLabel.editedLabelString:		ãư:
! this must be the longer of the two...
*urlLabel.labelString:			ġ:
*drawingArea*moreButton.labelString:	


!=============================================================================
*menuBar.file.labelString:		

*menuBar*openBrowser.labelString:	  
*menuBar*openBrowser.mnemonic:		B
*menuBar*openBrowser.acceleratorText:	Alt+N
*Editor*menuBar*openBrowser.acceleratorText:
*Editor*menuBar*openBrowser.mnemonic: W

*menuBar*openURL.labelString:		URL ...
*menuBar*openURL.mnemonic:		L
*menuBar*openURL.acceleratorText:	Alt+L

*menuBar*openFile.labelString:		Ͽ...
*menuBar*openFile.mnemonic:		O
*menuBar*openFile.acceleratorText:	Alt+O

*menuBar*saveAs.labelString:		ٸ ̸ ...
*menuBar*saveAs.mnemonic:		A
*menuBar*saveAs.acceleratorText:	Alt+S
*Editor*menuBar*saveAs.acceleratorText:

*menuBar*editDocument.labelString:       ...
*menuBar*editDocument.mnemonic:        E
!*menuBar*editDocument.acceleratorText: Alt+E

*menuBar*uploadFile.labelString:	 ε...
*menuBar*uploadFile.mnemonic:		U
! no accelerator

*menuBar*saveLinksAs.labelString:	 ũ ٸ ̸ ...
*menuBar*saveLinksAs.mnemonic:		A
! accelerator is magic
*menuBar*saveLinksAs.acceleratorText:	Shift+Click

*menuBar*mailNew.labelString:		  ۼ
*menuBar*mailNew.mnemonic:		M
*menuBar*mailNew.acceleratorText:	Alt+M

*menuBar*mailto.labelString:		 Ϸ 
*menuBar*mailto.mnemonic:		D

*menuBar*docInfo.labelString:		 
*menuBar*docInfo.mnemonic:		N
! no accelerator

*menuBar*frameInfo.labelString:		 
! no mnemonic
! no accelerator

*menuBar*javaInfo.labelString:		ڹ 
*menuBar*javaInfo.mnemonic:		J

*menuBar*openMail.labelString:		Netscape 
*menuBar*openMail.mnemonic:		M
! no accelerator

*menuBar*openNews.labelString:		Netscape 
*menuBar*openNews.mnemonic:		N
! no accelerator

*menuBar*printSetup.labelString:	μ ...
*menuBar*printSetup.mnemonic:		R
! no accelerator

*menuBar*print.labelString:		μ...
*menuBar*print.mnemonic:		P
*menuBar*print.acceleratorText:		Alt+P

*menuBar*delete.labelString:		ݱ
*menuBar*delete.mnemonic:		C
*menuBar*delete.acceleratorText:	Alt+W

*menuBar*whatsChanged.labelString:	ֽ Ʈ
!no accelerator

*menuBar*import.labelString:		ҷ...
*menuBar*import.mnemonic:		I

*menuBar*quit.labelString:		
*menuBar*quit.mnemonic:			X
*menuBar*quit.acceleratorText:		Alt+Q

*menuBar*windows.labelString:		â
! no accelerator

!*menuBar*openFolder.labelString:	 ...
!*menuBar*openNewsHost.labelString:	   ...
!*menuBar*save.labelString:		
!*menuBar*saveMessageAs.labelString:	ٸ ̸ ...
!*menuBar*copyMessagesInto.labelString:	Copy Messages Into
!*menuBar*moveMessagesInto.labelString:	Move Messages Into
!*menuBar*messageInfo.labelString:	...


!=============================================================================
*menuBar.edit.labelString:		

*menuBar*undo.labelString:		
*menuBar*undo.mnemonic:			U
*menuBar*undo.acceleratorText:		Alt+Z

*menuBar*redo.labelString:		
*menuBar*redo.mnemonic:			R
*menuBar*redo.acceleratorText:		Alt+E

*menuBar*cut.labelString:		߶󳻱
*menuBar*cut.mnemonic:			T
*menuBar*cut.acceleratorText:		Alt+X

*menuBar*copy.labelString:		
*menuBar*copy.mnemonic:			C
*menuBar*copy.acceleratorText:		Alt+C

*menuBar*paste.labelString:		ٿֱ
*menuBar*paste.mnemonic:		P
*menuBar*paste.acceleratorText:		Alt+Y

*menuBar*find.labelString:		ã...
*menuBar*find.mnemonic:			F
*menuBar*find.acceleratorText:		Alt+F

*menuBar*findAgain.labelString:		 ã
*menuBar*findAgain.mnemonic:		G
*menuBar*findAgain.acceleratorText:	Alt+G

*menuBar*deleteItem.labelString:	
*menuBar*deleteItem.mnemonic:		D
*menuBar*deleteItem.acceleratorText:	Alt+D


!=============================================================================
*menuBar.view.labelString:		

*menuBar*reload.labelString:		ٽ б
*menuBar*reload.mnemonic:		R
*menuBar*reload.acceleratorText:	Alt+R
! In news reply to sender uses this accelerator
*News*menuBar*reload.acceleratorText:	

*menuBar*reloadFrame.labelString:	 ٽ б
*menuBar*reloadFrame.mnemonic:		L

*menuBar*loadImages.labelString:	̹ б
*menuBar*loadImages.mnemonic:		I
*menuBar*loadImages.acceleratorText:	Alt+I

*menuBar*refresh.labelString:		ٽ ׸
*menuBar*refresh.mnemonic:		F
! no accelerator

*menuBar*source.labelString:		 ҽ
*menuBar*source.mnemonic:		D
! no accelerator

*menuBar*frameSource.labelString:	 ҽ
! no mnemonic
! no accelerator

*menuBar*attachmentsInline.mnemonic:	A
! no accelerator

*menuBar*attachmentsAsLinks.mnemonic:	L
! no accelerator

!*menuBar*viewAllGroups.labelString:	  ׷ ǥ
!*menuBar*checkNewGroups.labelString:	Check for New Groups
!*menuBar*rot13.labelString:		Rot 13


!=============================================================================
*menuBar.message.labelString:		޽

!*deleteMessage.labelString:		޽ 
*deleteMessage.mnemonic:		D
*deleteMessage.acceleratorText:		Alt+D


!=============================================================================
*menuBar.go.labelString:		ãư

*menuBar*back.labelString:		ڷ
*menuBar*back.mnemonic:			B
*menuBar*back.acceleratorText:		Alt+Left

*menuBar*forward.labelString:		
*menuBar*forward.mnemonic:		F
*menuBar*forward.acceleratorText:	Alt+Right

*menuBar*home.labelString:		Ȩ
*menuBar*home.mnemonic:			H
! no accelerator

*menuBar*abort.labelString:		ε 
*menuBar*abort.mnemonic:		S
*menuBar*abort.acceleratorText:		ESC

! In Gold version of browser
*menuBar*browsePublishLocation.labelString:		 ġ
*menuBar*browsePublishLocation.mnemonic:		D

*menuBar*viewHistory.labelString:	湮 
*menuBar*viewHistory.mnemonic:		H
! This only has this accelerator in browser windows
*Navigator*menuBar*viewHistory.acceleratorText:	Alt+H

*menuBar*historyItem1.acceleratorText:	Alt+1
*menuBar*historyItem2.acceleratorText:	Alt+2
*menuBar*historyItem3.acceleratorText:	Alt+3
*menuBar*historyItem4.acceleratorText:	Alt+4
*menuBar*historyItem5.acceleratorText:	Alt+5
*menuBar*historyItem6.acceleratorText:	Alt+6
*menuBar*historyItem7.acceleratorText:	Alt+7
*menuBar*historyItem8.acceleratorText:	Alt+8
*menuBar*historyItem9.acceleratorText:	Alt+9

*menuBar*historyTruncated.labelString:	( ===߸=== )
*menuBar*historyTruncated.alignment:	ALIGNMENT_CENTER


!*menuBar*markThreadRead.labelString:		  ǥ
!*menuBar*markAllRead.labelString:		 ޽ оٰ ǥ
!*menuBar*showAllMessages.labelString:		 ޽ ǥ
!*menuBar*nextMessage.labelString:		 ޽ 
!*menuBar*previousMessage.labelString:		 ޽ 
!*menuBar*firstUnreadMessage.labelString:	  ù° ޽ 
!*menuBar*nextUnreadMessage.labelString:	   ޽ 
!*menuBar*previousUnreadMessage.labelString:	   ޽ 


!=============================================================================
*menuBar.sort.labelString:		

!*menuBar*thread.labelString:		޽ 
!*menuBar*sortReverse.labelString:	
!*menuBar*byDate.labelString:		¥
!*menuBar*byMessageNumber.labelString:	޽ ȣ
!*menuBar*bySubject.labelString:		
!*menuBar*bySender.labelString:		 
!*menuBar*resort.labelString:		


!=============================================================================
*menuBar.bookmark.labelString:		å

*menuBar*addBookmark.labelString:	å ߰
*menuBar*addBookmark.mnemonic:		A
*menuBar*addBookmark.acceleratorText:	Alt+A

*menuBar*viewBookmark.labelString:	å
*menuBar*viewBookmark.mnemonic:		B
*menuBar*viewBookmark.acceleratorText:	Alt+B
*Editor*menuBar*viewBookmark.acceleratorText:

*menuBar*gotoBookmarkHtml.labelString:	åǷ ãư
*menuBar*gotoBookmarkHtml.mnemonic:	G


!=============================================================================
*menuBar.options.labelString:		ɼ

*menuBar*generalPrefs.labelString:	Ϲ ȯ漳...
*menuBar*generalPrefs.mnemonic:		G

*menuBar*mailNewsPrefs.labelString:	   ȯ漳...
*menuBar*mailNewsPrefs.mnemonic:	M

*menuBar*networkPrefs.labelString:	Ʈũ ȯ漳...
*menuBar*networkPrefs.mnemonic:		N

*menuBar*securityPrefs.labelString:	 ȯ漳...
*menuBar*securityPrefs.mnemonic:	S

*menuBar*showToolbar.labelString:	 ǥ
*menuBar*showToolbar.mnemonic:		T

*menuBar*showURL.labelString:		URL ǥ
*menuBar*showURL.mnemonic:		L

*menuBar*showDirectoryButtons.labelString: 丮 ư ǥ
*menuBar*showDirectoryButtons.mnemonic:	   D

*menuBar*showMenubar.labelString:	޴ ǥ
*menuBar*showMenubar.mnemonic:		B

*menuBar*showBottomStatusbar.labelString:	 ǥ
*menuBar*showBottomStatusbar.mnemonic:		B

*menuBar*showSecurityBar.labelString:	Ƚĺ ǥ
*menuBar*showSecurityBar.mnemonic:	C

*menuBar*showJavaConsole.labelString:	ڹ ܼ ǥ
*menuBar*showJavaConsole.mnemonic:	    J

*menuBar*autoLoadImages.labelString:	ڵ ̹ ε
*menuBar*autoLoadImages.mnemonic:	A

*menuBar*fancyFTP.labelString:		FTP   ǥ
*menuBar*fancyFTP.mnemonic:		F

*menuBar*docEncoding.labelString:	 ڵ
*menuBar*docEncoding.mnemonic:		E
*Editor*menuBar*docEncoding.mnemonic:		D

*menuBar*saveOptions.labelString:	ɼ 
*menuBar*saveOptions.mnemonic:		O

!*menuBar*showAllHeaders.labelString:	ü


!=============================================================================
*menuBar*docEncMenu*indicatorType:	ONE_OF_MANY
*menuBar*latin1.labelString:		Western (Latin-1)
*menuBar*latin2.labelString:		Central European (Latin-2)
*menuBar*jaAuto.labelString:		Japanese (Auto-Detect)
*menuBar*jaSJIS.labelString:		Japanese (Shift-JIS)
*menuBar*jaEUC.labelString:		Japanese (EUC-JP)
*menuBar*twBig5.labelString:		Traditional Chinese (Big5)
*menuBar*twEUC.labelString:		Traditional Chinese (EUC-TW)
*menuBar*gbEUC.labelString:		Simplified Chinese (GB)
*menuBar*krEUC.labelString:		Korean (EUC-KR)
*menuBar*2022kr.labelString:		Korean (ISO-2022-KR)
*menuBar*koi8r.labelString:		Cyrillic (KOI8-R)
*menuBar*88595.labelString:		Cyrillic (ISO 8859-5)
*menuBar*greek.labelString:		Greek (ISO 8859-7)
*menuBar*88599.labelString:		Turkish (ISO 8859-9)
*menuBar*other.labelString:		 



!=============================================================================
*menuBar.directory.labelString:		丮

*menuBar*netscape.labelString:		Netscape Ȩ
*menuBar*netscape.mnemonic:		H

!*menuBar*sgi.labelString:		Silicon Graphics, Inc.
*menuBar*sgi.mnemonic:			I

!*menuBar*adobe.labelString:		Adobe Systems, Inc.
*menuBar*adobe.mnemonic:		O

*menuBar*whatsNew.labelString:		ֽ Ʈ
*menuBar*whatsNew.mnemonic:		N

*menuBar*whatsCool.labelString:		   
*menuBar*whatsCool.mnemonic:		C

*menuBar*inetIndex.labelString:		Netscape 
*menuBar*inetIndex.mnemonic:		D

*menuBar*inetSearch.labelString:	ͳ ˻
*menuBar*inetSearch.mnemonic:		S

*menuBar*inetWhite.labelString:		
*menuBar*inetWhite.mnemonic:		P

*menuBar*inetAbout.labelString:		ͳ 
*menuBar*inetAbout.mnemonic:		A

*menuBar*galleria.labelString:		 
*menuBar*galleria.mnemonic:		W


!=============================================================================
*menuBar.help.labelString:		

*menuBar*about.labelString:		Netscape 
*menuBar*about.mnemonic:		A

*menuBar*aboutplugins.labelString:	÷ 
*menuBar*aboutplugins.mnemonic:		P

*menuBar*registration.labelString:	 
*menuBar*registration.mnemonic:		I

*menuBar*upgrade.labelString:		Ʈ 
*menuBar*upgrade.mnemonic:		T

*menuBar*manual.labelString:		ȳ
*menuBar*manual.mnemonic:		H

*menuBar*relnotes.labelString:		ǰ  
*menuBar*relnotes.mnemonic:		R

*menuBar*faq.labelString:		(FAQ)
*menuBar*faq.mnemonic:			F

*menuBar*aboutSecurity.labelString:	
*menuBar*aboutSecurity.mnemonic:	O

*menuBar*feedback.labelString:		 ˸
*menuBar*feedback.mnemonic:		G

*menuBar*support.labelString:		 ޴ 
*menuBar*support.mnemonic:		S

*menuBar*howTo.labelString:		  ۼ 
*menuBar*howTo.mnemonic:		C


*menuBar*aboutMailAndNews.labelString:	Netscape    ...
*menuBar*aboutUsenet.labelString:	 ...


! For the toggles in the options menu
*menuBar*XmToggleButton.indicatorType:		N_OF_MANY
*menuBar*XmToggleButtonGadget.indicatorType:	N_OF_MANY
*menuBar*XmToggleButton.fillOnSelect:		True
*menuBar*XmToggleButtonGadget.fillOnSelect:	True
*menuBar*XmToggleButton.visibleWhenOff:		True
*menuBar*XmToggleButtonGadget.visibleWhenOff:	True

*menuBar*sortByDate.visibleWhenOff:		False
*menuBar*sortByMessageNumber.visibleWhenOff:	False
*menuBar*sortBySubject.visibleWhenOff:		False
*menuBar*sortBySender.visibleWhenOff:		False

!=============================================================================
! Mail/News menubar
!=============================================================================

!Mail menubar wont have this accelerator. This is used by reply
*Mail*menuBar*reload.acceleratorText:

*menubar*deliverNow.indicatorType:			ONE_OF_MANY
*menuBar*deliverNow.labelString:			 
! no mnemonic
! no accelerator

*menubar*deliverLater.indicatorType:			ONE_OF_MANY
*menuBar*deliverLater.labelString:			߿ 
! no mnemonic
! no accelerator

!*getNewMail.labelString:				 ޱ
*getNewMail.mnemonic:					G
*getNewMail.acceleratorText:				Alt+T

!*deliverQueuedMessages.labelString:			 (Outbox)  
*deliverQueuedMessages.mnemonic:			D
*deliverQueuedMessages.acceleratorText:			Alt+H

!*openFolder.labelString:				Add Folder...
*openFolder.mnemonic:					O

!*newFolder.labelString:				  ۼ...
*newFolder.mnemonic:					F

!*menuBar*compressFolder.labelString:			  
*menuBar*compressFolder.mnemonic:			S
*menuBar*compressFolder.acceleratorText:		Alt+K

!*menuBar*compressAllFolders.labelString:		Compress all Folders
*menuBar*compressAllFolders.mnemonic:			A

!*menuBar*emptyTrash.labelString:			(Trash) 
*menuBar*emptyTrash.mnemonic:				E

!*deleteFolder.labelString:				 
*deleteFolder.mnemonic:					O

!*selectThread.labelString:				 
*selectThread.mnemonic:					T
*selectThread.acceleratorText:				Alt+Shift+A

!*selectMarkedMessages.labelString:			 ǥ ޽ 
*selectMarkedMessages.mnemonic:				M

!*selectAllMessages.labelString:			ü
*selectAllMessages.mnemonic:				A
*selectAllMessages.acceleratorText:			Alt+A

*menuBar*sort.labelString:				
*menuBar*sort.mnemonic:					S

!*rot13Message.labelString:				ũ (ROT13)
*rot13Message.mnemonic:					U

!*menuBar*nextMessage.labelString:			 ޽
*menuBar*nextMessage.mnemonic:				N
*menuBar*nextMessage.acceleratorText:			Alt+Down

!*menuBar*previousMessage.labelString:			 ޽
*menuBar*previousMessage.mnemonic:			P
*menuBar*previousMessage.acceleratorText:		Alt+Up

!*menuBar*firstUnreadMessage.labelString:		  ù° ޽
*menuBar*firstUnreadMessage.mnemonic:			U

!*menuBar*nextUnreadMessage.labelString:		   ޽
*menuBar*nextUnreadMessage.mnemonic:			E
*menuBar*nextUnreadMessage.acceleratorText:		Alt+Shift+Down

!*menuBar*previousUnreadMessage.labelString:		   ޽
*menuBar*previousUnreadMessage.mnemonic:		R
*menuBar*previousUnreadMessage.acceleratorText:		Alt+Shift+Up

!*menuBar*firstMarkedMessage.labelString:		First Marked
*menuBar*firstMarkedMessage.mnemonic:			M

!*menuBar*nextMarkedMessage.labelString:		Next Marked
*menuBar*nextMarkedMessage.mnemonic:			X
*menuBar*nextMarkedMessage.acceleratorText:		Ctrl+Shift+Down

!*menuBar*previousMarkedMessage.labelString:		Previous Marked
*menuBar*previousMarkedMessage.mnemonic:		V
*menuBar*previousMarkedMessage.acceleratorText:		Ctrl+Shift+Up

!*menuBar*showAllMessages.labelString:			Show All Messages
*menuBar*showAllMessages.mnemonic:			W

!*menuBar*showOnlyUnread.labelString:		Show Only Unread Messages
*menuBar*showOnlyUnread.mnemonic:		U

*menuBar*showHeaders.labelString:			Ӹ ǥ
*menuBar*showHeaders.mnemonic:				H

!*menuBar*showAllHeaders.labelString:			All
*menuBar*showAllHeaders.mnemonic:			A

!*menuBar*showSomeHeaders.labelString:			Normal
*menuBar*showSomeHeaders.mnemonic:			N

!*menuBar*showMicroHeaders.labelString:			Brief
*menuBar*showMicroHeaders.mnemonic:			B

*editAddressBook.labelString:				ּҷ
*editAddressBook.mnemonic:				A

!*menuBar*editAddress.labelString:			Add to Address Book
*menuBar*editAddress.mnemonic:				T

!*replyToSender.labelString:				Reply
*replyToSender.mnemonic:				R
*replyToSender.acceleratorText:				Alt+R

!*replyToAll.labelString:				Reply to All
*replyToAll.mnemonic:					A
*replyToAll.acceleratorText:				Alt+Shift+R

!*forwardMessage.labelString:				Forward
*forwardMessage.mnemonic:				F
*forwardMessage.acceleratorText:			Alt+L

*forwardMessageQuoted.labelString:			ο 
*forwardMessageQuoted.mnemonic:				Q
*forwardMessageQuoted.acceleratorText:			Alt+Shift+D

!*menuBar*markSelectedRead.labelString:			Mark as Read
*menuBar*markSelectedRead.mnemonic:			D

!*menuBar*markSelectedUnread.labelString:		Mark as Unread
*menuBar*markSelectedUnread.mnemonic:			U

!*menuBar*markThreadRead.labelString:			Mark Thread Read
*menuBar*markThreadRead.mnemonic:			A

!*menuBar*markSelectedMessages.labelString:		Flag message
*menuBar*markSelectedMessages.mnemonic:			L

!*menuBar*unmarkSelectedMessages.labelString:		Unflag message
*menuBar*unmarkSelectedMessages.mnemonic:		E

!*menuBar*moveMessagesInto.labelString:			Move
*menuBar*moveMessagesInto.mnemonic:			V

!*menuBar*copyMessagesInto.labelString:			Copy
*menuBar*copyMessagesInto.mnemonic:			C

!*reSort.labelString:					Again
*reSort.mnemonic:					A

!*menuBar*threadMessages.labelString:			Thread Messages
*menuBar*threadMessages.mnemonic:			T

!*menuBar*sortBackward.labelString:			Ascending
*menuBar*sortBackward.mnemonic:				S

!*menuBar*sortByDate.labelString:			by Date
*menuBar*sortByDate.mnemonic:				D

!*menuBar*sortBySubject.labelString:			by Subject
*menuBar*sortBySubject.mnemonic:			U

!*menuBar*sortBySender.labelString:			by Sender
*menuBar*sortBySender.mnemonic:				E

!*menuBar*sortByMessageNumber.labelString:		by Message Number
*menuBar*sortByMessageNumber.mnemonic:			M

!*openNewsHost.labelString:				Open News Host...
*openNewsHost.mnemonic:					O

*menuBar*deleteNewsHost.mnemonic:			H

*menuBar*getMoreMessages.mnemonic:			G
*menuBar*getMoreMessages.acceleratorText:		Alt+T

*menuBar*postNew.labelString:				  ۼ
*menuBar*postNew.mnemonic:				N

!*postReply.labelString:				Post Reply
*postReply.mnemonic:					O

!*postAndMailReply.labelString:				Post and Mail Reply
*postAndMailReply.mnemonic:				S

*menuBar*firstMarkedMessage.mnemonic:			F

!*showSubscribedNewsGroups.labelString:		Show Subscribed Newsgroups
*showSubscribedNewsGroups.mnemonic:		B

!*showActiveNewsGroups.labelString:		Show Active Newsgroups
*showActiveNewsGroups.mnemonic:			C

!*showAllNewsGroups.labelString:		Show All Newsgroups
*showAllNewsGroups.mnemonic:			A

!*checkNewNewsGroups.labelString:		Show New Newsgroups
*checkNewNewsGroups.mnemonic:			P

!*menuBar*cancelMessage.labelString:		Cancel Message
*menuBar*cancelMessage.mnemonic:		N

!*menuBar*addFromNewest.labelString:		Add from Newest Messages
*menuBar*addFromNewest.mnemonic:		F

!*menuBar*addFromOldest.labelString:		Add from Oldest Messages
*menuBar*addFromOldest.mnemonic:		O

! These are std Mail folder names.
*popup*sentMail.labelString:			 (Sent)
*popup*sentMail.mnemonic:			S

*popup*inbox.labelString:			 (Inbox)
*popup*inbox.mnemonic:				I

*popup*trash.labelString:			(Trash)
*popup*trash.mnemonic:				T

*popup*newFolder.labelString:			ű...
*popup*newFolder.mnemonic:			N

! For menubar and popup
*addNewsgroup.labelString:			 ׷ ߰
*addNewsgroup.mnemonic:				G


!=============================================================================
! MailCompose menubar
!=============================================================================
*menuBar*sendOrSendLater.labelString:			
*menuBar*sendOrSendLater.mnemonic:			S
*menuBar*sendOrSendLater.acceleratorText:		Alt+Enter

*menuBar*attachFile.labelString:			 ÷...
*menuBar*attachFile.mnemonic:				F

!*menuBar*quoteMessage.labelString:			Include Original Text
*menuBar*quoteMessage.mnemonic:				I

!*menuBar*saveMessageAs.labelString:			Save As...
*menuBar*saveMessageAs.mnemonic:			A
*menuBar*saveMessageAs.acceleratorText:			Alt+S

*menuBar*pasteQuote.labelString:			ο ٿֱ
*menuBar*pasteQuote.mnemonic:				Q

*menuBar*selectAllText.labelString:			ü
*menuBar*selectAllText.mnemonic:			S

*menuBar*clearAllText.labelString:			

!*menuBar*rot13.labelString:			       Scramble (ROT13) Message
*menuBar*rot13.mnemonic:				S

!*Composition*menuBar*showAllHeaders.labelString:	All Fields
*Composition*menuBar*showAllHeaders.mnemonic:		A

!*menuBar*showReplyTo.labelString:			Reply To
*menuBar*showReplyTo.mnemonic:				R

!*menuBar*showTo.labelString:				Mail To
*menuBar*showTo.mnemonic:				M

!*menuBar*showCC.labelString:				Mail CC
*menuBar*showCC.mnemonic:				C

!*menuBar*showBCC.labelString:				Mail BCC
*menuBar*showBCC.mnemonic:				B

!*menuBar*showPostTo.labelString:			Post To
*menuBar*showPostTo.mnemonic:				P

!*menuBar*showFollowupTo.labelString:			Followups To
*menuBar*showFollowupTo.mnemonic:			F

!*menuBar*showSubject.labelString:			Subject
*menuBar*showSubject.mnemonic:				S

!*menuBar*showAttachments.labelString:			Attachment
*menuBar*showAttachments.mnemonic:			H

*menuBar*wrapLines.labelString:				ڵ ٹٲ
*menuBar*wrapLines.mnemonic:				W


!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor menubar.
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! File menu
*menuBar*editorNew.labelString:                  
*menuBar*editorNew.mnemonic:                N
*menuBar*editorNewBlank.labelString:              
*menuBar*editorNewBlank.mnemonic:           B
*Editor*menuBar*editorNewBlank.acceleratorText: Alt+N
*menuBar*editorNewWizard.labelString:            ...
*menuBar*editorNewWizard.mnemonic:          W
*menuBar*editorNewTemplate.labelString:         ø 
*menuBar*editorNewTemplate.mnemonic:        T
*menuBar*editorBrowse.labelString:                 
*menuBar*editorBrowse.mnemonic:             B
*menuBar*openBrowseFile.labelString:		 ...
*menuBar*editorOpenFile.labelString:		⿡  ...
*menuBar*editorOpenFile.mnemonic:		    D
*Editor*menuBar*editorOpenFile.labelString:	 ...
*Editor*menuBar*editorOpenFile.acceleratorText:	Alt+O
*Editor*menuBar*editorOpenFile.mnemonic:    F
*menuBar*publish.labelString:				...
*menuBar*publish.mnemonic:				    U
*menuBar*pageSetup.labelString:				 ...
*menuBar*printPreview.labelString:			̸ 
*menuBar*save.labelString:				
*menuBar*save.acceleratorText:				Alt+S
*menuBar*save.mnemonic:						S

! Edit Menu
*menuBar*undoNull.labelString:		      ϴ
*menuBar*undoTyping.labelString:	    Է 
*menuBar*undoAddText.labelString:	    ؽƮ  
*menuBar*undoDeleteText.labelString:	    ؽƮ  
*menuBar*undoCut.labelString:		    ߶󳻱 
*menuBar*undoPasteText.labelString:	    ؽƮ ٿֱ 
*menuBar*undoPasteHTML.labelString:	    URL ٿֱ 
*menuBar*undoPasteHREF.labelString:	    HREF ٿֱ 
*menuBar*undoChangeAttributes.labelString:  Ӽ  
*menuBar*undoIndent.labelString:	    鿩 
*menuBar*undoParagraphAlign.labelString:    ܶ  
*menuBar*undoMorphContainer.labelString:    ܶ Ÿ  
*menuBar*undoInsertHorizRule.labelString:     
*menuBar*undoSetHorizRuleData.labelString:   Ÿ  
*menuBar*undoInsertImage.labelString:	    ̹  
*menuBar*undoSetImageData.labelString:	    ̹ Ÿ  
*menuBar*undoInsertBreak.labelString:	    break  
*menuBar*undoChangePageData.labelString:     Ÿ  
*menuBar*undoSetMetaData.labelString:	    Ÿ Ÿ  
*menuBar*undoDeleteMetaData.labelString:    Ÿ Ÿ  
*menuBar*undoInsertTarget.labelString:	     ̵ ǥ  
*menuBar*undoSetTargetData.labelString:	     ̵ ǥ Ÿ  
*menuBar*undoInsertUnknownTag.labelString:     ±  
*menuBar*undoSetUnknownTagData.labelString:    ±  
*menuBar*undoGroupOfChanges.labelString:      
*menuBar*undoSetListData.labelString:	    Ʈ Ÿ  
*menuBar*undoInsertTable.labelString:		̺  
*menuBar*undoDeleteTable.labelString:		̺  
*menuBar*undoSetTableData.labelString:		̺ Ÿ  
*menuBar*undoInsertTableCaption.labelString:   
*menuBar*undoSetTableCaptionData.labelString:  Ÿ  
*menuBar*undoDeleteTableCaption.labelString:   
*menuBar*undoInsertTableRow.labelString:	  
*menuBar*undoSetTableRowData.labelString:	 Ÿ  
*menuBar*undoDeleteTableRow.labelString:	  
*menuBar*undoInsertTableColumn.labelString:   
*menuBar*undoSetTableCellData.labelString:	 Ÿ  
*menuBar*undoDeleteTableColumn.labelString:   
*menuBar*undoInsertTableCell.labelString:	  
*menuBar*undoDeleteTableCell.labelString:	  

*menuBar*redoNull.labelString:		       ϴ
*menuBar*redoTyping.labelString:	    Է 
*menuBar*redoAddText.labelString:	    ؽƮ Է 
*menuBar*redoDeleteText.labelString:	    ؽƮ  
*menuBar*redoCut.labelString:		    ߶󳻱 
*menuBar*redoPasteText.labelString:	    ؽƮ ٿֱ 
*menuBar*redoPasteHTML.labelString:	    HTML ٿֱ 
*menuBar*redoPasteHREF.labelString:	    HREF ٿֱ 
*menuBar*redoChangeAttributes.labelString:  Ӽ  
*menuBar*redoIndent.labelString:	    鿩 
*menuBar*redoParagraphAlign.labelString:    ܶ  
*menuBar*redoMorphContainer.labelString:    ܶ Ÿ  
*menuBar*redoInsertHorizRule.labelString:     
*menuBar*redoSetHorizRuleData.labelString:   Ÿ  
*menuBar*redoInsertImage.labelString:	    ̹  
*menuBar*redoSetImageData.labelString:	    ̹ Ÿ  
*menuBar*redoInsertBreak.labelString:	    break  
*menuBar*redoChangePageData.labelString:     Ÿ  
*menuBar*redoSetMetaData.labelString:	    Ÿ Ÿ  
*menuBar*redoDeleteMetaData.labelString:    Ÿ Ÿ  
*menuBar*redoInsertTarget.labelString:	     ̵ ǥ  
*menuBar*redoSetTargetData.labelString:	     ̵ ǥ Ÿ  
*menuBar*redoInsertUnknownTag.labelString:     ± 
*menuBar*redoSetUnknownTagData.labelString:    ±  
*menuBar*redoGroupOfChanges.labelString:     
*menuBar*redoSetListData.labelString:	    Ʈ Ÿ  
*menuBar*redoInsertTable.labelString:		̺  
*menuBar*redoDeleteTable.labelString:		̺  
*menuBar*redoSetTableData.labelString:		̺ Ÿ  
*menuBar*redoInsertTableCaption.labelString:   
*menuBar*redoSetTableCaptionData.labelString:  Ÿ  
*menuBar*redoDeleteTableCaption.labelString:   
*menuBar*redoInsertTableRow.labelString:	  
*menuBar*redoSetTableRowData.labelString:	 Ÿ  
*menuBar*redoDeleteTableRow.labelString:	  
*menuBar*redoInsertTableColumn.labelString:   
*menuBar*redoSetTableCellData.labelString:	 Ÿ  
*menuBar*redoDeleteTableColumn.labelString:   
*menuBar*redoInsertTableCell.labelString:	  
*menuBar*redoDeleteTableCell.labelString:	  

*menuBar*deleteItem.labelString:		
*menuBar*deleteItem.mnemonic:			D
*menuBar*deleteItem.acceleratorText:		Alt+D

*menuBar*selectAll.labelString:			ü
*menuBar*selectAll.acceleratorText:		Alt+A
*menuBar*selectAll.mnemonic:		    S

*selectTable.labelString:                       ̺ 
*selectTable.mnemonic:                          T
*deleteTableMenu.labelString:                   ̺ 
*deleteTableMenu.mnemonic:		                L
*deleteTable.labelString:                       ̺
*deleteTable.mnemonic:                          T
*deleteRow.labelString:                         
*deleteRow.mnemonic:                            R
*deleteColumn.labelString:                      
*deleteColumn.mnemonic:                         O
*deleteCell.labelString:                        
*deleteCell.mnemonic:                           C

! View Menu
*Editor*menuBar*source.labelString:		         ҽ 
*Editor*menuBar*source.mnemonic:                S
*menuBar*editSource.labelString:		         ҽ 
*menuBar*editSource.mnemonic:		            E
*menuBar*paragraphMarks.labelString:		    ܶ ȣ ǥ
*menuBar*paragraphMarks.mnemonic:		        P
!*displayTableBoundaries.labelString:           ̺  ǥ
*displayTables.labelString:                     ̺ ǥ
*displayTables.mnemonic:                        T

! Insert Menu
*menuBar*insert.labelString:                    
*menuBar*insertLink.labelString:                ũ...
*menuBar*insertLink.mnemonic:                   L
*menuBar*insertTarget.labelString:               ̵ ǥ...
*menuBar*insertTarget.mnemonic:                 A
*menuBar*insertImage.labelString:               ̹...
*menuBar*insertImage.mnemonic:                  I
*menuBar*insertHorizontalLine.labelString:      ...
*menuBar*insertHorizontalLine.mnemonic:         O
*menuBar*insertHtmlTag.labelString:             HTML ±...
*menuBar*insertHtmlTag.mnemonic:                H
*insertTableMenu.labelString:                   ̺
*insertTableMenu.mnemonic:                      T
*menuBar*insertNewLineBreak.labelString:         
*menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
*menuBar*insertNewLineBreak.mnemonic:           N
*menuBar*insertBreakBelow.labelString:          ̹ Ʒ 
*menuBar*insertBreakBelow.mnemonic:             B
*menuBar*insertNonBreaking.labelString:          
*menuBar*insertNonBreaking.acceleratorText:     Shift+Space
*menuBar*insertNonBreaking.mnemonic:            S

! Insert/Tables pullaside.
*insertTable.labelString:                       ̺...
*insertTable.mnemonic:                          T
*insertRow.labelString:                         
*insertRow.mnemonic:                            R
*insertColumn.labelString:                      
*insertColumn.mnemonic:                         O
*insertCell.labelString:                        
*insertCell.mnemonic:                           C

! Properties Menu
*menuBar*properties.labelString:		Ӽ
*menuBar*textProperties.labelString:	ؽƮ...
*menuBar*textProperties.mnemonic:	    E
*menuBar*linkProperties.labelString:	ũ...
*menuBar*linkProperties.mnemonic:	    L
*menuBar*imageProperties.labelString:	̹...
*menuBar*imageProperties.mnemonic:	    I
*menuBar*targetProperties.labelString:	 ̵ ǥ...
*menuBar*targetProperties.mnemonic:	    A
*menuBar*tableProperties.labelString:	̺...
*menuBar*tableProperties.mnemonic:	    T
*menuBar*hruleProperties.labelString:	...
*menuBar*hruleProperties.mnemonic:	    O
*menuBar*tagProperties.labelString:		HTML ±...
*menuBar*tagProperties.mnemonic:		H
*menuBar*documentProperties.labelString: ...
*menuBar*documentProperties.mnemonic:   D

! Properties Character Pullaside
*charProperties.labelString:			
*charProperties.mnemonic:			    C
*charProperties.bold.labelString:		ü
*charProperties.bold.acceleratorText:	Alt+B
*charProperties.bold.mnemonic:	        B
*charProperties.underline.labelString:	
*charProperties.underline.acceleratorText:	Alt+U
*charProperties.underline.mnemonic:	    U
*charProperties.italic.labelString:		Ÿü
*charProperties.italic.acceleratorText:	Alt+I
*charProperties.italic.mnemonic:	    I
*charProperties.fixed.labelString:		
*charProperties.fixed.acceleratorText:	Alt+T
*charProperties.fixed.mnemonic:	        F
*charProperties.superscript.labelString: ÷
*charProperties.superscript.mnemonic:	P
*charProperties.subscript.labelString:  Ʒ÷
*charProperties.subscript.mnemonic:		S
*charProperties.strikethrough.labelString:	Ҽ
*charProperties.strikethrough.mnemonic:	T
*charProperties.blink.labelString:		
*charProperties.blink.mnemonic:         K
*charProperties.textColor.labelString:  ڻ...
*charProperties.textColor.mnemonic:		C
*charProperties.defaultColor.labelString:	⺻
*charProperties.defaultColor.mnemonic:	D
*charProperties.serverJavaScript.labelString:	ڹٽũƮ()
*charProperties.serverJavaScript.mnemonic: J
*charProperties.clientJavaScript.labelString:	ڹٽũƮ(Ŭ̾Ʈ)
*charProperties.clientJavaScript.mnemonic: V
*menuBar*charProperties.clearAllStyles.labelString:	 Ÿ 
*menuBar*charProperties.clearAllStyles.acceleratorText:	Alt+K
*menuBar*charProperties.clearAllStyles.mnemonic:	A
*menuBar*fontSize.labelString:			۲ ũ
*menuBar*fontSize.mnemonic:			    S
*menuBar*paragraphProperties.labelString:	ܶ
*menuBar*paragraphProperties.mnemonic:	    P
*menuBar*paragraphProperties.indent.labelString:		 ܰ 鿩
*menuBar*paragraphProperties.indent.acceleratorText:	Tab
*menuBar*paragraphProperties.indent.mnemonic:           I
*menuBar*paragraphProperties.outdent.labelString:		 ܰ 
*menuBar*paragraphProperties.outdent.acceleratorText:	Shift+Tab
*menuBar*paragraphProperties.outdent.mnemonic:          R

! Properties Font Size PullAside/Toolbar Font Size Popup.
*characterToolbar*fontSize.marginWidth:			0
*characterToolbar*fontSize.marginHeight:		0
*fontSize.XmPushButtonGadget.labelType: STRING
*fontSize.minusTwo.labelString:				-2
*fontSize.minusOne.labelString:				-1
*fontSize.plusZero.labelString:				+0
*fontSize.plusZero.mnemonic:                 0
*fontSize.plusOne.labelString:				+1
*fontSize.plusOne.mnemonic:                  1
*fontSize.plusTwo.labelString:				+2 
*fontSize.plusTwo.mnemonic:                  2
*fontSize.plusThree.labelString:			+3
*fontSize.plusThree.mnemonic:                3
*fontSize.plusFour.labelString:				+4
*fontSize.plusFour.mnemonic:				 4

! Properties Paragraph PullAside/Toolbar Properties Popup.
*paragraphToolbar*paragraphProperties.marginWidth:	0
*paragraphToolbar*paragraphProperties.marginHeight:	0
*paragraphProperties.XmPushButtonGadget.labelType:	STRING
*normal.labelString:			 <P>
*normal.mnemonic:			    N
*headingOne.labelString:		Ӹ 1 <H1>
*headingOne.mnemonic:		    1
*headingTwo.labelString:		Ӹ 2 <H2>
*headingTwo.mnemonic:		    2
*headingThree.labelString:		Ӹ 3 <H3>
*headingThree.mnemonic:		    3
*headingFour.labelString:		Ӹ 4 <H4>
*headingFour.mnemonic:		    4
*headingFive.labelString:		Ӹ 5 <H5>
*headingFive.mnemonic:		    5
*headingSix.labelString:		Ӹ 6 <H6>
*headingSix.mnemonic:		    6
*address.labelString:			ּ <ADDRESS>
*address.mnemonic:			    A
*formatted.labelString:			  <PRE>
*formatted.mnemonic:			F
*listItem.labelString:			Ʈ ׸ <LI>
*listItem.mnemonic:			    L
*descriptionItem.labelString:		  <DT>
*descriptionItem.mnemonic:		T
*descriptionText.labelString:		  <DD>
*descriptionText.mnemonic:		X

! Options Menu
*menuBar*editorPrefs.labelString:	 ȯ漳...
*menuBar*editorPrefs.mnemonic:	    E
*Editor*menuBar*showToolbar.labelString:	/  ǥ
*Editor*menuBar*showToolbar.mnemonic:	T
*menuBar*showCharacter.labelString:	  ǥ
*menuBar*showCharacter.mnemonic:	C
*menuBar*showParagraph.labelString:	ܶ  ǥ
*menuBar*showParagraph.mnemonic:	P

! Windows Menu
*menuBar*netBrowser.labelString:	Netscape 
*menuBar*siteManager.labelString:	Netscape Ʈ 

! Editor Popup Menu
*popup*textProperties.labelString:      ؽƮ Ӽ...
*popup*textProperties.mnemonic:         X
*popup*targetProperties.labelString:     ̵ ǥ Ӽ...
*popup*targetProperties.mnemonic:       A
*popup*imageProperties.labelString:     ̹ Ӽ...
*popup*imageProperties.mnemonic:        I
*popup*tableProperties.labelString:     ̺ Ӽ...
*popup*tableProperties.mnemonic:        T
*popup*hruleProperties.labelString:      Ӽ...
*popup*hruleProperties.mnemonic:        O
*popup*tagProperties.labelString:       HTML ± Ӽ...
*popup*tagProperties.mnemonic:          H
*popup*paragraphProperties.labelString: ܶ Ӽ...
*popup*paragraphProperties.mnemonic:    G
*popup*documentProperties.labelString:   Ӽ...
*popup*documentProperties.mnemonic:     D
*popup*insert.labelString:              
*popup*insert.mnemonic:                 S
*popup*delete.labelString:              
*popup*delete.mnemonic:                 L
*popup*insertLink.labelString:          ũ ...
*popup*insertLink.mnemonic:             N
*popup*linkProperties.labelString:      ũ Ӽ...
*popup*linkProperties.mnemonic:         N
*popup*browseLink.labelString:           ũ ...
*popup*browseLink.mnemonic:             W
*popup*editLink.labelString:            ⿡ ũ ...
*popup*editLink.mnemonic:               E
*popup*bookmarkLink.labelString:        åǿ ũ ߰
*popup*bookmarkLink.mnemonic:           B
*popup*copyLink.labelString:            ũ Ŭ忡 ߰
*popup*copyLink.mnemonic:               K
*popup*removeLink.labelString:          ũ 
*popup*removeLink.mnemonic:             R
*popup*cut.labelString:                 ߶󳻱
*popup*cut.mnemonic:                    U
*popup*cut.acceleratorText:             Alt+X
*popup*copy.labelString:                
*popup*copy.mnemonic:                   C
*popup*copy.acceleratorText:            Alt+C
*popup*paste.labelString:               ٿֱ
*popup*paste.mnemonic:                  P
*popup*paste.acceleratorText:           Alt+Y

!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor toolbar (text only).
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*toolBar.editDocument.labelString:      
*toolBar.editorNewBlank.labelString:    ű
*toolBar.editorOpenFile.labelString:    ...
*toolBar.save.labelString:              
*toolBar.editorBrowse.labelString:      
*toolBar.cut.labelString:		߶󳻱
*toolBar.copy.labelString:		
*toolBar.paste.labelString:		ٿֱ
*toolBar.publish.labelString:		...

!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor dialogs.
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*textPropertiesDialog_popup.title:			Netscape: Ӽ
*textPropertiesDialog.folder.XmForm.marginHeight:	10
*textPropertiesDialog.folder.XmForm.marginWidth:	10
*textPropertiesDialog*XmFrame.marginHeight:		2
*textPropertiesDialog*XmFrame.marginWidth:		2
*imagePropertiesDialog_popup.title:		       Netscape: Ӽ
*imagePropertiesDialog.folder.XmForm.marginHeight:	10
*imagePropertiesDialog.folder.XmForm.marginWidth:	10
*imagePropertiesDialog*XmFrame.marginHeight:		2
*imagePropertiesDialog*XmFrame.marginWidth:		2

! Properties/Link properties.
*linkProperties.tabLabelString:	ũ
*linkSourceTitle.labelString:	ũ Ӽ
*linkSourceLabel.labelString:		ũ ؽƮ Է:
*linkToTitle.labelString:		... ũ
*linkToLabel.labelString:		 ġ Ǵ Ͽ  ũ Է:
*browseFile.labelString:		 ã...
*removeLink.labelString:		ũ 
*removeLinks.labelString:		ũ 
*menuBar*removeLinks.mnemonic:      R
*linkTarget.labelString:		\
			  ̵ ǥ ũ(û)
*showTargets.labelString:		̵ ǥ :
*currentDocument.labelString:		 
*selectedFile.labelString:		õ 
*linkProperties*targetText.height:				100

! Properties/Character properties:
*characterProperties.tabLabelString:	
*colorTitle.labelString:				
*colorLabel.labelString:				 :
*default.labelString:				       ⺻ 
*custom.labelString:					  
*chooseColor.labelString:				 ...
*colorText.labelString:		ؽƮ   ǥõ˴ϴ.
*sizeTitle.labelString:					ũ
*sizeText.labelString:		 ܶ Ÿ ⺻ ũ⸦  ֽϴ.
*styleTitle.labelString:				Ÿ
*clearStyles.labelString:				Ÿ  
*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*client.labelString:				Ŭ̾Ʈ
*java*server.labelString:				
*clearAll.labelString:					  
*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: ܶ
*styleLabel.labelString:			ܶ Ÿ:
*additionalLabel.labelString:			߰ Ÿ:
*additional*default.labelString:		⺻
*additional*list.labelString:			Ʈ
*additional*blockQuote.labelString:		ο뱸
*listTitle.labelString:				Ʈ
*listLabel.labelString:				Ÿ:
*numbered.labelString:				ȣ ִ
*unnumbered.labelString:			ȣ 
*directory.labelString:				丮
*menu.labelString:				޴
*description.labelString:			
*automatic.labelString:				ڵ
*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:			 
*openCircle.labelString:			 
*openSquare.labelString:			 簢
*startLabel.labelString:			۹ȣ
*startText.columns:				4
*spaceAvailable.labelString:			  밡մϴ
*paragraphProperties*spaceAvailable.topOffset:	40
*paragraphProperties*spaceAvailable.leftOffset:	150

! Properties/Image properties:
*imageProperties.tabLabelString:	̹
*imageFileTitle.labelString:			̹  ̸
*browse.labelString:				...
*alternativeInfoLabel.labelString:	ü ǥ(û):
*alternativeImageLabel.labelString:		̹:
*alternativeTextLabel.labelString:		ؽƮ:
*alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
*alignmentTitle.labelString:			
*alignmentInfoLabel.labelString:	\
Ե ؽƮ ؼ,  â ̿Ͻÿ.
*heightLabel.labelString:			:
*widthLabel.labelString:			ʺ:
*imageSpaceTitle.labelString:			̹ ֺ :
*imageProperties.imageSpaceFrame.leftOffset:	10
*leftRightLabel.labelString:			¿:
*topBottomLabel.labelString:			:
*solidBorderLabel.labelString:			Ǽ ׵θ:
*originalSize.labelString:			 ũ
*copyImage.labelString:				̹  ġ 
*removeImageMap.labelString:			̹  
*editImage.labelString:				̹ 

! Horizontal Line Properties
*horizontalLineProperties_popup.title: Netscape: 
*dimensionsTitle.labelString:       
*horizontalLineProperties*XmFrame.marginWidth:  10
*horizontalLineProperties*XmFrame.marginHeight: 10
*heightLabel.labelString:           :
*heightText.columns:                4
*pixels.labelString:                ʼ
*widthLabel.labelString:            ʺ:
*widthText.columns:                 4
*percent.labelString:               % (â )
*alignTitle.labelString:            
*left.labelString:                  
*center.labelString:                
*right.labelString:                 
*threeDShading.labelString:         3 

! Document Properties & Editor Preferences/Appearance
*appearanceProperties.tabLabelString:				ܾ
*documentPropertiesDialog_popup.title:		Netscape:  Ӽ
*editorPreferencesDialog_popup.title:		Netscape:  ȯ漳
*folder*appearance.marginHeight:		10
*folder*appearance.marginWidth:			10
*folder*appearance*XmFrame.marginHeight:	2
*folder*appearance*XmFrame.marginWidth:		2
*appearance*custom.labelString:			   
*appearance*browser.labelString:		\
   
*schemesTitle.labelString:			ǥ
*save.labelString:					
*remove.labelString:				
*documentColorsTitle.labelString:	 
*documentPropertiesDialog*previewFrame.marginHeight:	0
*documentPropertiesDialog*previewFrame.marginWidth:	0
*appearance*normal.labelString:			Ϲ ؽƮ...
*appearance*link.labelString:			ũ ؽƮ...
*appearance*active.labelString:			Ȱ ũ...
*appearance*followed.labelString:		湮 ũ...
*appearance*background.labelString:		...
*appearance*backgroundInfo.labelString:		 ̹ ϸ   õ˴ϴ.
*appearance*preview.normal.labelString:		Ϲ ؽƮ
*appearance*preview.link.labelString:		ũ ؽƮ
*appearance*preview.active.labelString:		Ȱ ũ
*appearance*preview.followed.labelString:	湮 ũ
*appearance*preview*normalLabelString:		Ϲ ؽƮ
*appearance*preview*linkLabelString:		ũ ؽƮ
*appearance*preview*activeLabelString:		Ȱ ũ
*appearance*preview*followedLabelString:	湮 ũ
*backgroundImageTitle.labelString:			̹
*browseImageFile.labelString:				 ã...
*solid.labelString:				 
*useImage.labelString:				̹ 
*choose.labelString:				 ...
*documentPropertiesDialog*appearance*infoLabel.labelString:	\
    ˴ϴ.
*editorPreferencesDialog*appearance*infoLabel.labelString:	\
    ƴ    Դϴ.

! Document Properties/General
*generalProperties.tabLabelString:	Ϲ
*folder*general.marginHeight:			10
*folder*general.marginWidth:			10
*locationLabel.labelString:			ġ:
*titleLabel.labelString:			:
*authorLabel.labelString:			:
*descriptionLabel.labelString:			:
*createdLabel.labelString:			ۼ:
*updatedLabel.labelString:			 :
*otherAttributesTitle.labelString:		Ÿ Ӽ
*infoLabel.labelString:				\
 ܾ  ϱ ǥ Ͻÿ.
*keywordsLabel.labelString:			Ű:
*classificationLabel.labelString:		з:

! Document Properties/Advanced
*advanced.tabLabelString:			
*folder*advanced.marginHeight:		10
*folder*advanced.marginWidth:		10
*systemLabel.labelString:		Netscape ý  (HTTP-EQUIV):
*userLabel.labelString:			  (META):
*nameLabel.labelString:			̸:
*valueLabel.labelString:		:
*delete.labelString:			
*set.labelString:			
*new.labelString:			ű

! Target Properties
*targetPropertiesDialog_popup.title:	Netscape: ̵ ǥ Ӽ
*targetLabel.labelString:		 ̵ ǥĿ  ̸ ԷϽÿ

! Html Properties
*htmlPropertiesDialog_popup.title:	Netscape: HTML ±
*htmlPropertiesInfo.labelString:	\
	±׸ ±׿ Բ Ǵ Ӽ Ǵ Ű ԷϽÿ
*htmlPropertiesDialog.Apply.labelString:
*htmlPropertiesDialog.ApplyLabelString: 

! Editor Preferences/General
*generalPreferences.tabLabelString:	Ϲ
*authorTitle.labelString:		ڸ
*externalTitle.labelString:		ܺ 
*htmlLabel.labelString:			HTML ҽ:
*imageLabel.labelString:		̹:
*templateTitle.labelString:		  ø
*locationLabel.labelString:		ġ:
*templateInfo.labelString:		\
			޴ ϸ   ϴ:\n\
/ /ø 
*restoreDefault.labelString:		⺻ 
*autosaveTitle.labelString:		ڵ 
*autosaveEnable.labelString:	 ð  ڵ: 
*minutes.labelString:			

! Editor/Tables Properties&Create
*table.tabLabelString:			̺
*row.tabLabelString:			
*cell.tabLabelString:			
*tableCreateDialog_popup.title:				Netscape:  ̺ Ӽ
*tablePropertiesDialog_popup.title:		       Netscape: ̺ Ӽ
*tableRowsLabel.labelString:				 :
*tableColumnsLabel.labelString:				 :
*attributesTitle.labelString:				Ӽ
*tableAlignmentTitle.labelString:			̺ 
*borderLineWidthLabel.labelString:			׵θ β
*borderLineWidthUnits.labelString:			ȼ
*cellSpacingLabel.labelString:				 
*cellSpacingUnits.labelString:				ȼ
*cellPaddingLabel.labelString:				 
*cellPaddingUnits.labelString:			       ȼ
*tableWidthToggle.labelString:				̺ ʺ
*tableHeightToggle.labelString:				̺ ּ 
*tableColorToggle.labelString:				̺ 
*captionToggle.labelString:				 
*above.labelString:					̺ 
*below.labelString:					̺ Ʒ
*tableWidthUnits.marginWidth:				0
*tableWidthUnits.marginHeight:				0
*tableHeightUnits.marginWidth:				0
*tableHeightUnits.marginHeight:				0
*captionUnits.marginWidth:				0
*captionUnits.marginHeight:				0
*textAlignmentTitle.labelString:			ؽƮ 
*horizontalLabel.labelString:				
*verticalLabel.labelString:				
*textAlignment*default.labelString:			⺻
*textAlignment*left.labelString:			
*textAlignment*right.labelString:			
*textAlignment*center.labelString:			
*textAlignment*top.labelString:				
*textAlignment*bottom.labelString:			Ʒ
*textAlignment*baselines.labelString:			ؼ
*tableAlignmentBox*left.labelString:			
*tableAlignmentBox*right.labelString:			
*tableAlignmentBox*center.labelString:			
*rowColorToggle.labelString:				 
*textOtherTitle.labelString:				ؽƮ
*headerStyle.labelString:				Ӹ Ÿ
*wrapText.labelString:					ڵ ٹٲ
*cellRowsLabel.labelString:				 
*cellColumnsLabel.labelString:				
*cellColumnsUnits.labelString:				
*cellWidthToggle.labelString:				 ʺ
*cellHeightToggle.labelString:				 ּ 
*cellColorToggle.labelString:				 
*percentOfCell.labelString:				% (  )
*percentOfWindow.labelString:			% (â )
*cancel.cancelLabelString:              
*cancel.closeLabelString:               ݱ
*Cancel.cancelLabelString:              
*Cancel.closeLabelString:               ݱ

! Editor Preferences/Publish
*publishPreferences.tabLabelString:	
*folder*publish.marginHeight:		10
*folder*publish.marginWidth:		10
*linksAndImagesTitle.labelString:	ũ ̹
*linksAndImagesLabel.labelString:	\
	Ÿ    ũ ̹ Խ:
*linksToggle.labelString:		ũ 
*linksInfo.labelString:			\
	 Բ ۾  ֵ ũ  ( ũ   ũ\n\
  ũ ־ ).
*imagesToggle.labelString:		 ̹ 
*imagesInfo.labelString:		\
	̹ 纻  ġ մϴ.\n\
ũ    ǵǾ  ׻ ̹\n\
Ÿϴ.
*linksAndImagesTip.labelString:		\
		: Ÿ  Ϸ ΰ ɼ Ͻÿ
*publishTitle.labelString:		⺻  ġ
*publishLabel.labelString:		(FTP Ǵ HTTP):
*browseLabel.labelString:		(HTTP) :
*usernameLabel.labelString:		 :
*passwordLabel.labelString:		ȣ:
*savePassword.labelString:		ȣ 

! Publish Files dialog box
*publishFilesDialog_popup.title:	Netscape:  
*localFilesTitle.labelString:		 
*localFiles.publishLabel.labelString:	:
*includeLabel.labelString:		Ե :
*includeImages.labelString:		̹ 
*includeFiles.labelString:		Ե 
*selectNone.labelString:		þ
*selectAll.labelString:			ü
*publishLocationTitle.labelString:	 ġ
*publishLocation.publishLabel.labelString: \
				 ø ġ(FTP Ǵ HTTP):
*useDefault.labelString:		⺻ġ 

*hintDialog_popup.title:		Netscape: Ʈ
*dontDisplayAgain.labelString:	 ޽ ٽ ǥ ʽϴ.
*hintDialog.dontDisplayAgainRow.marginWidth: 9

!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor popups.
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Color Picker
*setColors_popup.title:					Netscape:  
*standardColorsTitle.labelString:	ǥػ

! 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: Ÿ  
*saveRemote*infoText.labelString:	\
  Ÿ  մϴ.\n\
  Ϸ 켱 \n\
Ͻÿ
*saveRemote*linksTitle.labelString:	ũ
*saveRemote*linksToggle.labelString:   Ÿ   ũ 
*saveRemote*linksText.labelString:	\
 ġ(丮) ϴ  ٸ \n\
ũ  ǵ Ŀ  Դϴ.\n\
\n\
Ÿ Ʈ ũ   ʽϴ.
*saveRemote*imagesTitle.labelString:	̹
*saveRemote*imagesToggle.labelString:	 Բ ̹ 
*saveRemote*imagesText.labelString:	\
̹   Ÿ Դϴ.
*saveRemote*save.labelString:		
*saveRemote*cancel.labelString:		
*saveRemote*help.labelString:		

! Confirm Save File(s) Dialog.
*confirmSaveFiles_popup.title:			Netscape:   Ȯ
*confirmSaveFiles.marginHeight:			0
*confirmSaveFiles.marginWidth:			0
*yes.labelString:		
*confirmSaveFiles*yesToAll.labelString:		, 
*no.labelString:		ƴϿ
*confirmSaveFiles*noToAll.labelString:		ƴϿ, 
*confirmSaveFiles*cancel.labelString:		
*confirmSaveFiles*help.labelString:		
*confirmSaveFiles*defaultButtonShadowThickness:	0

! Save/Upload files message dialogs.
*saveMessageDialog_popup.title:			 
*uploadMessageDialog_popup.title:		 ε
*imageLoadMessageDialog_popup.title:	̹ б
*saveMessageDialog.width:               400
*uploadMessageDialog.width:             400
*imageLoadMessageDialog.width:          400

!=============================================================================
! Mail/News column titles
!=============================================================================
*mailNewsColumns.folderlist.Name:	̸
*mailNewsColumns.folderlist.Unread:	  ޽ 
*mailNewsColumns.folderlist.Total:	Ѱ
*mailNewsColumns.messagelist.Thread:	
*mailNewsColumns.messagelist.Sender:	 
*mailNewsColumns.messagelist.Subject:	
*mailNewsColumns.messagelist.Date:	¥


!=============================================================================
*toolBar.back.labelString:		ڷ
*toolBar.forward.labelString:		
*toolBar.home.labelString:		Ȩ
*toolBar.reload.labelString:		ٽб
*toolBar*loadImages.labelString:	̹ б
*toolBar.openURL.labelString:		...
*toolBar.print.labelString:		μ...
*toolBar*find.labelString:		ã...
*toolBar*abort.labelString:		

*toolBar*spacer.marginWidth:		4
*urlBar*spacer.marginWidth:		4

*urlBar*whatsNew.labelString:		ֽ Ʈ
*urlBar*whatsCool.labelString:		   
*urlBar*inetIndex.labelString:		
*urlBar*inetSearch.labelString:		ͳ ˻
*urlBar*inetWhite.labelString:		
*urlBar*upgrade.labelString:		Ʈ
*urlBar*welcome.labelString:		ȯ
*urlBar*newsgroups.labelString:		 ׷

*toolBar.getNewMail.labelString:	 ޱ
*toolBar.deleteMessage.labelString:	
*toolBar.mailNew.labelString:		 ۼ
*toolBar.postNew.labelString:		New
*toolBar.replyToSender.labelString:	
*toolBar.replyToAll.labelString:	ο 
*toolBar.postReply.labelString:		 
*toolBar.postAndMailReply.labelString:	   
*toolBar.forwardMessage.labelString:	÷ 
*toolBar.previousUnreadMessage.labelString:
*toolBar.nextUnreadMessage.labelString:	
*toolBar.markThreadRead.labelString:	
*toolBar.markAllRead.labelString:	׷

!=============================================================================
! Toolbar for mail compose
*toolBar.SendOrSendLater.labelString:	
*toolBar.quoteMessage.labelString:	ο
*toolBar.attachFile.labelString:	÷
*toolBar.editAddressBook.labelString:	ּҷ

!=============================================================================
*noDocumentLoadedMessage:	 â  ε  .
*optionsSavedMessage:		ɼ ߽ϴ.
*clickToSaveMessage:		Ϸ ũ 콺 ư  ÿ.
*clickToSaveCancelledMessage:	ũ   ҵ.
*noPreviousURLMessage:		  .
*noNextURLMessage:		  .
*noHomeURLMessage:		 Ȩ  .
*notOverImageMessage:		̹ ȵ˴ϴ.
*notOverLinkMessage:		ũ ȵ˴ϴ.
*noSearchStringMessage:		˻  ϴ
*wrapSearchMessage:	      Դϴ. ó ұ?
*wrapSearchBackwardMessage:   Դϴ.  ұ?
*noAddressesMessage:	       ȵ.
*noFileMessage:		        ȵ.
*noPrintCommandMessage:	     μ   ʾҽϴ.
*overwriteFileMessage:	      ȭ %s() ?
*bookmarksChangedMessage:    å   ũ Ǿϴ. ?
*bookmarkConflictMessage:   \
			å    ʾҽϴ.\n\
ũ  ٽ ?
*bookmarksNoFormsMessage:	\
	      å Ͽ   ߰  ϴ.
*reallyQuitMessage:		ڽϱ?
*doubleInclusionMessage:	\n\
 ̹ οϿϴ.\n\
\n\
ٽ οұ?
*expireNowMessage:		\
		 ũ 湮   ǥմϴ.\nұ?
*clearMemCacheMessage:		\
    ޸ ĳÿ  ϵ մϴ.\nұ?
*clearDiskCacheMessage:		\
    ũ ĳÿ  ϵ մϴ.\nұ?

*createCacheDirErrorMessage: \
:  ĳ 丮   ϴ.\n\
\n\
	    %s: %s.\n\
\n\
ɼ ޴ ũũ ȯ漳 ̿Ͽ\n\
 ũ ĳ 丮 Ͻÿ.\n\

*createdCacheDirMessage: \
ũ ĳ÷   丮 ۼ߽ϴ.\n\
\n\
	    %s/\n\
\n\
ɼ ޴ ũũ ȯ漳 ̿Ͽ\n\
ũ ĳ 丮 ٲ  ֽϴ.\n\

*cacheNotDirMessage: \
: ũ ĳ÷  ̸ մϴ.\n\
 丮 ƴմϴ.\
\n\
	    %s\n\
\n\
ɼ ޴ ũũ ȯ漳 ̿Ͽ\n\
 ũ ĳ 丮 Ͻÿ.\n\

*cacheSuffixMessage: \
\n\
 ڿ ѳ ũ ĳð ־ մϴ.  \n\
丮( /tmp ) ϴ  ϴ.\
\n\
 Ǵ ִ ũ ĳô %d KBԴϴ.\n\
Ʈũ ȯ漳 ĳ ũ⸦ ٲ  ֽϴ.\n\
\n\
ũ ĳ   , ũ ĳ ũ⸦\n\
0  Ͻÿ. ̷ ϸ,  ޸ ĳ ũ⿡\n\
 ޸𸮿 ǰ, ũ  ʽϴ.\n\
, ĳ  Netscape  ǿ  \n\
̾ ʽϴ.

*cubeTooSmallMessage:		\
̹ (Dithering)  Ǵ ü\n\
%d  Ҵ  ֽϴ.   ̹\n\
ǰ ϴ.\n\
\n\
̹ ǰ ø  ִ    \n\
ϴ  α׷ ϰ Netscape()\n\
ٽ ϴ Դϴ.\n\
\n\
ٸ  Netscape() ɾ  ɼ `-install'\n\
ϴ Դϴ.  ɼ  ǥ ϵ\n\
մϴ.    ýۿ Ÿ \n\
ٸ  콺 ̵  ȭ ½ϸ鼭\n\
ǥ ٲ Դϴ.

*renameInitFilesMessage:		\
  Netscape ȯ漳  ֽϴ.\n\
  Netscape   մϴٸ\n\
 ̸ ٲϴ.   \n\
̸  ٲܱ?

*unsentMailMessage:			\
    ޽ ֽϴ. ޽  ʰ ұ?

*binaryDocumentMessage:			\
    Ÿ̹Ƿ ҽ   ϴ.

! For Helper App Editor - Delete
*helperAppDeleteMessage:			\
 MIME  ұ?    \n\
Netscape ÷̳  α׷ ̿Ͽ\n\
ó  ϴ.

!=============================================================================
!*preeditType:				root
!*Netscape.preeditType:			overthespot

! default titles for the TopLevelShell widgets.
! note that the title and icon title of Navigator windows are
! changed at runtime; these resources won't override that.
*title:					Netscape
*iconName:				Netscape
*Navigator.title:			Netscape Navigator 3.04
*Mail.title:				Netscape 
*Mail.iconName:				

*News.title:				Netscape 
*News.iconName:				

*Download.title:			Netscape ٿε
*Download.iconName:			ٿε
*Composition.title:			Netscape ޽ ۼ
*Composition.iconName:			޽ ۼ
*Bookmark.title:			Netscape: å
*Bookmark.iconName:			å
*AddressBook.title:			Netscape: ּҷ
*AddressBook.iconName:			ּҷ
*Editor.title:				Netscape: 
*Editor.iconName:			

*popup.title.labelString:		Netscape :
*popup.back.labelString:		ڷ
*popup.back.mnemonic:			B
*popup.forward.labelString:		
*popup.forward.mnemonic:		F
*popup.home.labelString:		Ȩ
*popup.showMenubar.labelString:		޴ ǥ
*popup.showMenubar.mnemonic:		M
*popup.openURL.labelString:		 ũ 
*popup.openURL.mnemonic:		O
*popup.addURLBookmark.labelString:	åǿ ũ ߰
*popup.addURLBookmark.mnemonic:		A
*popup.openURLNewWindow.labelString:	 ũ  â 
*popup.openURLNewWindow.mnemonic:	N
*popup.saveURL.labelString:		ũ ٸ ̸ ...
*popup.saveURL.mnemonic:		S
*popup.copyURLToClip.labelString:	ũ ġ Ŭ忡 
*popup.copyURLToClip.mnemonic:		C
*popup.openImage.labelString:		̹ 
*popup.openImage.mnemonic:		I
*popup.saveImage.labelString:		̹ ٸ ̸ ...
*popup.saveImage.mnemonic:		V
*popup.copyImageURLToClip.labelString:	̹ ġ 
*popup.copyImageURLToClip.mnemonic:	p
*popup.loadDelayedImage.labelString:	̹ б
*popup*back.acceleratorText:		Alt+Left
*popup*forward.acceleratorText:		Alt+Right
*popup*saveURL.acceleratorText:		Shift+Button1
*popup*openURL.acceleratorText:		Button1
*popup*openURLNewWindow.acceleratorText:Button2
*popup.XmPushButtonGadget.marginLeft:	5
*popup.XmPushButtonGadget.marginRight:	5
*popup.XmPushButtonGadget.alignment:	ALIGNMENT_BEGINNING
*popup.separator0.separatorType:	SHADOW_ETCHED_IN
*popup.separator1.separatorType:	SHADOW_ETCHED_IN
*popup.separator2.height:		5
*popup.separator2.separatorType:	NO_LINE
*popup.separator3.separatorType:	SHADOW_ETCHED_IN
*popup.separator4.separatorType:	SHADOW_ETCHED_IN
*popup.separator5.separatorType:	SHADOW_ETCHED_IN

!
! Convert from old version file formats
*convertQuestion_popup*OK.labelString:		   
*convertQuestion_popup*Cancel.labelString:	   

!
! Convert from old version file formats
*sendNow_popup*OK.labelString:		
*sendNow_popup*Cancel.labelString:	ƴϿ


! Mail/News popup menus
!
*Mail*popup.title.labelString:		Netscape 
*News*popup.title.labelString:		Netscape 

! News open News host dialog
!
*News*openNewsHost.title:	Netscape:    
*News*openNewsHost*selectionLabelString:	\
				   ̸ Ʈ Է:
*News*openNewsHost*hostLabel.labelString:	 :
*News*openNewsHost*hostLabel.alignment:		ALIGNMENT_END
*News*openNewsHost*portLabel.labelString:	Ʈ:
*News*openNewsHost*portLabel.leftOffset:	10
*News*openNewsHost*portLabel.alignment:		ALIGNMENT_END
*News*openNewsHost*secure.labelString:		
*News*openNewsHost*secure.topOffset:		10
*News*openNewsHost*portText.columns:		5

*history_popup.title:				Netscape: 湮 
*history_popup*listLabelString:			 湮 ...
*history_popup*OK.labelString:			ãư
*history_popup*OkLabelString:			ãư
*history_popup*Cancel.labelString:		ݱ
*history_popup*CancelLabelString:		ݱ
*history_popup*Apply.labelString:		å ۼ
*history_popup*ApplyLabelString:		å ۼ

*source_popup.title:				Netscape: ҽ 
*source_popup*save.labelString:			...
*source_popup*OK.labelString:			
*source_popup*text.editable:			False
*source_popup*text.cursorPositionVisible:	False
*source_popup*text.wordWrap:			True
*source_popup*text.scrollHorizontal:		False
*source_popup*urlLabel.labelString:		ġ:
*source_popup*titleLabel.labelString:		:
*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:  
*docinfo_popup*OK.labelString:	OK
*docinfo_popup*titleLabel.labelString:		:
*docinfo_popup*urlLabel.labelString:		ġ:
*docinfo_popup*modifiedLabel.labelString:	 :
*docinfo_popup*sourceLabel.labelString:		ҽ:
*docinfo_popup*charsetLabel.labelString:	ڵ:
*docinfo_popup*dpyLabel.labelString:		־:
*docinfo_popup*securityFrame.label.labelString:	 
*docinfo_popup*certificateLabel.labelString:	 :
*docinfo_popup*certificateText.columns:		60
*docinfo_popup*certificateText.rows:		6
*docinfo_popup*certificateText.wordWrap:	True
*docinfo_popup*certificateText.scrollHorizontal:False
*docinfo_popup*scrollBarDisplayPolicy:		AS_NEEDED
*docinfo_popup*scrollingPolicy:			AUTOMATIC
*docinfo_popup*securityText.wordWrap:		True
*docinfo_popup*securityText.scrollHorizontal:	False
*docinfo_popup*urlLabel.topOffset:		0
*docinfo_popup*urlLabel.leftOffset:		0
*docinfo_popup*urlLabel.rightOffset:		4
*docinfo_popup*urlLabel.alignment:		ALIGNMENT_END
*docinfo_popup*titleLabel.leftOffset:		0
*docinfo_popup*titleLabel.rightOffset:		4
*docinfo_popup*titleLabel.alignment:		ALIGNMENT_END
*docinfo_popup*modifiedLabel.topOffset:		0
*docinfo_popup*modifiedLabel.leftOffset:	0
*docinfo_popup*modifiedLabel.rightOffset:	4
*docinfo_popup*modifiedLabel.alignment:		ALIGNMENT_END
*docinfo_popup*charsetLabel.topOffset:		0
*docinfo_popup*charsetLabel.leftOffset:		0
*docinfo_popup*charsetLabel.rightOffset:	4
*docinfo_popup*charsetLabel.alignment:		ALIGNMENT_END
*docinfo_popup*sourceLabel.topOffset:		0
*docinfo_popup*sourceLabel.leftOffset:		0
*docinfo_popup*sourceLabel.rightOffset:		4
*docinfo_popup*sourceLabel.alignment:		ALIGNMENT_END
! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
*docinfo_popup*dpyLabel.topOffset:		5
*docinfo_popup*dpyLabel.leftOffset:		0
*docinfo_popup*dpyLabel.rightOffset:		4
*docinfo_popup*dpyLabel.alignment:		ALIGNMENT_END
*docinfo_popup*dpyText.rows:			3
*docinfo_popup*dpyText.columns:			48
*docinfo_popup*titleText.columns:		40
*docinfo_popup*securityFrame.topOffset:		10
*docinfo_popup*keyDescLabel.leftOffset:		14
*docinfo_popup*keyDescLabel.rightOffset:	14
*docinfo_popup*keyDescLabel.alignment:		ALIGNMENT_BEGINNING
*docinfo_popup*certificateLabel.leftOffset:	10
*docinfo_popup*certificateLabel.rightOffset:	10
*docinfo_popup*certificateLabel.alignment:	ALIGNMENT_BEGINNING
*docinfo_popup*securityLabel.leftOffset:	14
*docinfo_popup*securityLabel.rightOffset:	14
*docinfo_popup*securityLabel.alignment:		ALIGNMENT_BEGINNING
*docinfo_popup*XmScrolledWindow.leftOffset:	10
*docinfo_popup*XmScrolledWindow.rightOffset:	10

*docinfo*noSecurityMessage:\
  Netscape ȱ   ʽϴ.

*docinfo*securityLabel.labelString:\
ȱ  , ȣȭ    ȣ, ڷ Ἲ  Բ\n\
޾ƺ ͳ    ȣմϴ.   ´ \n\
(  Ȥ ) ǥ â  ִ Ȼ( Ķ \n\
ȸ Ҿ ³)    ֽϴ. ȳ ȼκ\n\
ڼ о      ֽϴ.


*bmPreferences_popup.title:				Netscape: å
*bmPreferences_popup*frame1label.labelString:		å ߰
*bmPreferences_popup*frame2label.labelString:		å ޴
*bmPreferences_popup*addbm_option.labelString:		\
						Ӹ  å ߰
*bmPreferences_popup*bmmenu_option.labelString:		\
					   Ӹ å ޴ 
*bmPreferences_popup*addbm_default.labelString: ֻ  ߰
*bmPreferences_popup*bmmenu_default.labelString: ֻ Ӹ

*bookmarksWhatsChanged*button_0.labelString:	 å
*bookmarksWhatsChanged*button_1.labelString:	 å
*bookmarksWhatsChanged*start.labelString:	
*bookmarksWhatsChanged*cancel.labelString:	
*bookmarksWhatsChanged*title.labelString:	 ?
*bookmarksWhatsChanged.width:			400
*bookmarksWhatsChanged.minWidth:		400
*bookmarksWhatsChanged.maxWidth:		400
*bookmarksWhatsChanged.height:			300
*bookmarksWhatsChanged.minHeight:		300
*bookmarksWhatsChanged.maxHeight:		300

*mailto_field*fromLabel.labelString:		߽(From):
*mailto_field*replyToLabel.labelString:		߽(Reply To):
*mailto_field*toLabel.labelString:		(Mail To):
*mailto_field*ccLabel.labelString:		(Mail CC):
*mailto_field*bccLabel.labelString:		 (Mail BCC):
*mailto_field*fccLabel.labelString:		 (File CC):
*mailto_field*newsgroupsLabel.labelString:	 ׷(Newsgroups):
*mailto_field*followupToLabel.labelString:	   ׷(Followup To):
*mailto_field*subjectLabel.labelString:		(Subject):
*mailto_field*attachmentsLabel.labelString:	÷(Attachment):
*mailto_field*attachButton.labelString:		÷
*mailto_field*browseButton.labelString:		ãư
*mailto_bodyText.wordWrap:			True
*mailto_bodyText.scrollHorizontal:		False
*mailto_field*attachButton.marginWidth:		10
*mailto_field*fromLabel.alignment:		ALIGNMENT_END
*mailto_field*replyToLabel.alignment:		ALIGNMENT_END
*mailto_field*toLabel.alignment:		ALIGNMENT_END
*mailto_field*ccLabel.alignment:		ALIGNMENT_END
*mailto_field*bccLabel.alignment:		ALIGNMENT_END
*mailto_field*fccLabel.alignment:		ALIGNMENT_END
*mailto_field*newsgroupsLabel.alignment:	ALIGNMENT_END
*mailto_field*followupToLabel.alignment:	ALIGNMENT_END
*mailto_field*subjectLabel.alignment:		ALIGNMENT_END
*mailto_field*attachmentsLabel.alignment:	ALIGNMENT_END

! This is 72 rather than 79 or 80 because the width of the window controls
! when word wrapping should occur; the Motif text area has no mechanism for
! wrapping at a column other than the last one.	 So, if we want a fill-column
! of N, the window must be N wide.  Note that wrapping must occur before 80:
! sending out lines with 80 characters on them is antisocial, as many programs
! and terminals (including emacs) can only display 79 characters without 
! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
! room for further followups to quote the lines with ">" without causing
! lines to wrap.
!
! Note that, in the composition window, lines beginning with ">" will not
! be wrapped at all, despite the appearance on the screen.  So just because
! it looks like the quoted text has been mangled, doesn't mean it has.
!
*mailto_bodyText.columns:			72
*mailto_bodyText.rows:				15


! Some people just aren't too hip.
!*defaultMailtoText:			Hey, check out this cool URL:\n\n

*attach_popup.title:				Netscape:  ÷
*attach_popup*attach.Cancel.labelString:	
*attach_popup*list.visibleItemCount:		10
*attach_popup*messagebox.bottomOffset:		50
*attach_popup*attachLocation.labelString:	ġ (URL) ÷...
*attach_popup*attachFile.labelString:		 ÷...
*attach_popup*delete.labelString:		
*attach_popup*label.labelString:		÷:
*attach_popup*sourceToggle.labelString:		״ 
*attach_popup*textToggle.labelString:		Ϲ ؽƮ ȯ
*attach_popup*postscriptToggle.labelString:	ƮũƮ ȯ
*attach_popup*XmLabelGadget.alignment:		ALIGNMENT_BEGINNING
*attach_popup*indicatorType:			ONE_OF_MANY
*attach_popup*attachLocation.bottomOffset:	10
*attach_popup*label.bottomOffset:		10
*attach_popup*sourceToggle.leftOffset:		10
*attach_popup*textToggle.leftOffset:		10
*attach_popup*postscriptToggle.leftOffset:	10

*location_popup.title:				Netscape: URL ÷
*location_popup*XmLabelGadget.alignment:	ALIGNMENT_BEGINNING
*location_popup*label.labelString:	÷ ġ:
*location_popup*locationLabel.labelString:	ġ (URL):
*location_popup*locationText.columns:		40
*location_popup*locationText.leftOffset:	20

*formatType*none.labelString:			÷ξ
*formatType*text.labelString:			ؽƮ
*formatType*formattedText.labelString:		ִ ؽƮ
*formatType*html.labelString:			ҽ
*formatType*tree.labelString:			ҽ  ̹
*formatType*ps.labelString:			ƮũƮ
*formatType*url.labelString:			URL 

! ============================== Preferences ================================

! Resources for top-level

*general_prefs_popup.title:			  Netscape: Ϲ ȯ漳
*general_prefs*OkLabelString:			  Ȯ
*general_prefs*Apply.labelString:		  
*general_prefs*ApplyLabelString:		  
*general_prefs*Cancel.labelString:		  ⺻
*general_prefs*CancelLabelString:		  ⺻
!*general_prefs_popup*preeditType:		  none

*mailnews_prefs_popup.title:			Netscape:    ȯ漳
*mailnews_prefs*OkLabelString:				Ȯ
*mailnews_prefs*Apply.labelString:			
*mailnews_prefs*ApplyLabelString:			
*mailnews_prefs*Cancel.labelString:			⺻
*mailnews_prefs*CancelLabelString:			⺻
!*mailnews_prefs_popup*preeditType:			none

*network_prefs_popup.title:			Netscape: Ʈũ ȯ漳
*network_prefs*OkLabelString:				Ȯ
*network_prefs*Apply.labelString:			
*network_prefs*ApplyLabelString:			
*network_prefs*Cancel.labelString:			⺻
*network_prefs*CancelLabelString:			⺻
!*network_prefs_popup*preeditType:			none

*security_prefs_popup.title:			Netscape:  ȯ漳
*security_prefs*OkLabelString:				Ȯ
*security_prefs*Apply.labelString:			
*security_prefs*ApplyLabelString:			
*security_prefs*Cancel.labelString:			⺻
*security_prefs*CancelLabelString:			⺻
!*security_prefs_popup*preeditType:			none

! Preferences: Applications
!
*general_prefs*appsFrame*appsBoxLabel.labelString:	 α׷
*general_prefs*appsFrame.topOffset:			10
*general_prefs*appsFrame.leftOffset:			10
*general_prefs*appsFrame.rightOffset:			10
*general_prefs*appsFrame.bottomOffset:			10
*general_prefs*appsFrame*telnetLabel.labelString:	Telnet α׷:
*general_prefs*appsFrame*tn3270Label.labelString:	TN3270 α׷:
*general_prefs*appsFrame*rloginLabel.labelString:	Rlogin α׷:
*general_prefs*appsFrame*rloginUserLabel.labelString:	Rlogin ڸ:
*general_prefs*appsFrame*appsFrame.topOffset:		10
*general_prefs*appsFrame*rloginUserText.bottomOffset:	10
*general_prefs*appsFrame*XmLabel.alignment:		ALIGNMENT_END
*general_prefs*appsFrame*XmLabelGadget.alignment:	ALIGNMENT_END
*general_prefs*appsFrame*telnetText.rightOffset:	10

*general_prefs*appsFrame*tmpLabel.labelString:		ӽ 丮:
*general_prefs*appsFrame*tmpBrowse.labelString:		ãƺ...
*general_prefs*appsFrame*tmpText.bottomOffset:		10
*general_prefs*appsFrame*tmpText.rightOffset:		10
*general_prefs*appsFrame*tmpBrowse.rightOffset:		10

! Preferences: Cache
!
*network_prefs*cacheFrame*cacheBoxLabel.labelString:	ĳ
*network_prefs*cacheFrame.topOffset:			10
*network_prefs*cacheFrame.leftOffset:			10
*network_prefs*cacheFrame.rightOffset:			10
*network_prefs*cacheFrame.bottomOffset:			10
*network_prefs*cacheFrame*memoryLabel.labelString:	޸ ĳ:
*network_prefs*cacheFrame*diskLabel.labelString:	ũ ĳ:
*network_prefs*cacheFrame*dirLabel.labelString:		ũ ĳ 丮:
*network_prefs*cacheFrame*verifyLabel.labelString:	 Ȯ:
*network_prefs*cacheFrame*onceToggle.labelString:	Ǵ ѹ
*network_prefs*cacheFrame*everyToggle.labelString:	׻
*network_prefs*cacheFrame*expiredToggle.labelString:	
*network_prefs*cacheFrame*cacheSSLToggle.labelString:	\
			SSL     ĳ 
*network_prefs*cacheFrame*cacheSSLToggle.indicatorType:	XmN_OF_MANY
*network_prefs*cacheFrame*browse.labelString:		ãƺ...
*network_prefs*cacheFrame*k.labelString:		ųιƮ
*network_prefs*cacheFrame*memClear.labelString:		޸ ĳ 
*network_prefs*cacheFrame*diskClear.labelString:	ũ ĳ 
*network_prefs*cacheFrame*memoryText.columns:		6
*network_prefs*cacheFrame*diskText.columns:		6
*network_prefs*cacheFrame*cacheDirText.columns:		15
*network_prefs*cacheFrame*alignment:			ALIGNMENT_BEGINNING
*network_prefs*cacheFrame*memoryLabel.alignment:	ALIGNMENT_END
*network_prefs*cacheFrame*diskLabel.alignment:		ALIGNMENT_END
*network_prefs*cacheFrame*dirLabel.alignment:		ALIGNMENT_END
*network_prefs*cacheFrame*verifyLabel.alignment:	ALIGNMENT_END
*network_prefs*cacheFrame*memClear.leftOffset:		25
*network_prefs*cacheFrame*diskClear.leftOffset:		25
*network_prefs*cacheFrame*browse.rightOffset:		10
*network_prefs*cacheFrame*browse.bottomOffset:		10
*network_prefs*cacheFrame*memoryText.bottomOffset:	10
*network_prefs*cacheFrame*onceToggle.bottomOffset:	10
*network_prefs*cacheFrame*cacheDirText.bottomOffset:	10
*network_prefs*cacheFrame*indicatorType:		ONE_OF_MANY
*network_prefs*cacheFrame*browse.marginWidth:		10
*network_prefs*cacheFrame*memClear.marginWidth:		10
*network_prefs*cacheFrame*diskClear.marginWidth:	10

! Preferences: Colors
!

! Preferences: Composition
!
*mailnews_prefs*XmFrame.XmLabel.leftOffset:			10
*mailnews_prefs*XmFrame.XmLabel.topOffset:			-4
*mailnews_prefs*XmFrame.topOffset:				10
*mailnews_prefs*XmFrame.leftOffset:				10
*mailnews_prefs*XmFrame.rightOffset:				10
*mailnews_prefs*XmFrame.bottomOffset:				10

*mailnews_prefs*composeFrame*composeBoxLabel.labelString:	\
					   ޽ ۼ
*mailnews_prefs*composeFrame*8bitLabel.labelString:		  ø:
*mailnews_prefs*composeFrame*8bitToggle.labelString:		8-Ʈ 
*mailnews_prefs*composeFrame*8bitToggle.bottomOffset:		4
*mailnews_prefs*composeFrame*qpToggle.labelString:\
					     MIME ؼ(Quoted Printable)
*mailnews_prefs*composeFrame*8bitToggle.indicatorType:		ONE_OF_MANY
*mailnews_prefs*composeFrame*qpToggle.indicatorType:		ONE_OF_MANY
*mailnews_prefs*composeFrame*deliverLabel.labelString:		 :
*mailnews_prefs*composeFrame*deliverAutoToggle.labelString:	ڵ
*mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType:	ONE_OF_MANY
*mailnews_prefs*composeFrame*deliverQToggle.labelString:	\
		   
*mailnews_prefs*composeFrame*deliverQToggle.indicatorType:	ONE_OF_MANY

*mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString:	\
		  ޽ ׻  ּҷ ѹ  :
*mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString:	 ޽:
*mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString:	ڽ
*mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString:	Ÿ ּ:
*mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString:	 ޽:
*mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString:	ڽ
*mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString:	Ÿ ּ:

*mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset:	10
*mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset:	10
*mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset:	10

*mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString:	\
		 ޽ ׻ Ͽ ߰:
*mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString:	 ޽:
*mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString:	 ޽:
*mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString:	ãƺ...
*mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString:	ãƺ...

*mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset:	10
*mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset:		10

*mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
*mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset:  10
*mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10

! Preferences: Servers
!
*mailnews_prefs*outMailFrame*outMailBoxLabel.labelString:  
*mailnews_prefs*outMailFrame.topOffset:			10
*mailnews_prefs*outMailFrame.leftOffset:		10
*mailnews_prefs*outMailFrame.rightOffset:		10
*mailnews_prefs*outMailFrame.bottomOffset:		10
*mailnews_prefs*outMailFrame*smtpText.topOffset:	10
*mailnews_prefs*outMailFrame*smtpText.rightOffset:	10
*mailnews_prefs*outMailFrame*smtpLabel.labelString:	SMTP :

*mailnews_prefs*inMailFrame*inMailBoxLabel.labelString:	޴ 
*mailnews_prefs*inMailFrame.topOffset:			10
*mailnews_prefs*inMailFrame.leftOffset:			10
*mailnews_prefs*inMailFrame.rightOffset:		10
*mailnews_prefs*inMailFrame.bottomOffset:		10
*mailnews_prefs*inMailFrame.mailFrame.topOffset:	10
*mailnews_prefs*inMailFrame*limitLabel.labelString:	ִ ޽ ũ:
*mailnews_prefs*inMailFrame*msgLabel.labelString:	 ::
*mailnews_prefs*inMailFrame*checkLabel.labelString:	 :
*mailnews_prefs*inMailFrame*movemailLabel.labelString:	Movemail α׷:
*mailnews_prefs*inMailFrame*movemailText.rightOffset:	10
*mailnews_prefs*inMailFrame*movemailText.bottomOffset:	10
*mailnews_prefs*inMailFrame*movemailBrowse.labelString:	ãƺ...
*mailnews_prefs*inMailFrame*userLabel.labelString:	ڸ:
*mailnews_prefs*inMailFrame*userText.rightOffset:	10
*mailnews_prefs*inMailFrame*srvrLabel.labelString:	:
*mailnews_prefs*inMailFrame*srvrText.topOffset:		10
*mailnews_prefs*inMailFrame*srvrText.rightOffset:	10
*mailnews_prefs*inMailFrame*sysLabel.labelString:	 ý:
*mailnews_prefs*inMailFrame*noLimit.labelString:	
*mailnews_prefs*inMailFrame*msgLimit.labelString:	ִ ޽ ũ: 
*mailnews_prefs*inMailFrame*limitSuffix.labelString:	Ʈ
*mailnews_prefs*inMailFrame*checkSuffix.labelString:	и
*mailnews_prefs*inMailFrame*msgRemove.labelString:	 
*mailnews_prefs*inMailFrame*msgLeave.labelString:	 
*mailnews_prefs*inMailFrame*checkEvery.labelString:	
*mailnews_prefs*inMailFrame*checkEvery.bottomOffset:	10
*mailnews_prefs*inMailFrame*checkNever.labelString:	 
*mailnews_prefs*inMailFrame*checkText.columns:		3
*mailnews_prefs*inMailFrame*mailDirLabel.labelString:	 丮:
*mailnews_prefs*inMailFrame*mailDirText.bottomOffset:	10
*mailnews_prefs*inMailFrame*mailDirBrowse.labelString:	ãƺ...
*mailnews_prefs*inMailFrame*limitText.columns:		5
*mailnews_prefs*inMailFrame*externalToggle.labelString: ܺ  Movemail:
*mailnews_prefs*inMailFrame*builtinToggle.labelString:	 Movemail
*mailnews_prefs*inMailFrame*popToggle.labelString:	POP3:
*mailnews_prefs*inMailFrame*popToggle.indicatorType:	ONE_OF_MANY
*mailnews_prefs*inMailFrame*moveToggle.indicatorType:	ONE_OF_MANY
*mailnews_prefs*inMailFrame*builtinToggle.indicatorType:  ONE_OF_MANY
*mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*inMailFrame*XmLabel.alignment:		ALIGNMENT_END
*mailnews_prefs*inMailFrame*XmLabelGadget.alignment:	ALIGNMENT_END
*mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
*mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
*mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
*mailnews_prefs*inMailFrame*indicatorType:		ONE_OF_MANY

!*mailnews_prefs*inMailFrame*tmpLabel.labelString:		
!*mailnews_prefs*inMailFrame*bookLabel.labelString:	

! Preferences: Fonts
!
*general_prefs*fontsFrame*fontsBoxLabel.labelString:	۲/ڵ
*general_prefs*fontsFrame.topOffset:			10
*general_prefs*fontsFrame.leftOffset:			10
*general_prefs*fontsFrame.rightOffset:			10
*general_prefs*fontsFrame.bottomOffset:			10
*general_prefs*fontsFrame*encodingLabel.labelString:	ڵ: 
*general_prefs*fontsFrame*proportionalLabel.labelString:	\
						 ۲ :
*general_prefs*fontsFrame*propSizeLabel.labelString:	ũ:
*general_prefs*fontsFrame*propSizeToggle.labelString:	Ȯ/ 
*general_prefs*fontsFrame*fixedLabel.labelString:	 ۲ :
*general_prefs*fontsFrame*fixedSizeLabel.labelString:	ũ:
*general_prefs*fontsFrame*fixedSizeToggle.labelString:	Ȯ/ 
*general_prefs*fontsFrame*0.labelString:		Any
*general_prefs*fontsFrame*encodingLabel.alignment:	ALIGNMENT_END
*general_prefs*fontsFrame*encodingLabel.topOffset:	10
*general_prefs*fontsFrame*proportionalLabel.alignment:	ALIGNMENT_END
*general_prefs*fontsFrame*propSizeField.columns:	5
*general_prefs*fontsFrame*propSizeField.rightOffset:	10
*general_prefs*fontsFrame*fixedLabel.alignment:		ALIGNMENT_END
*general_prefs*fontsFrame*fixedSizeField.columns:	5
*general_prefs*fontsFrame*fixedSizeField.rightOffset:	10

! Preferences: Appearance (Mail & News)
!
*mailnews_prefs*msgFrame*msgBoxLabel.labelString:	޽ ܾ
*mailnews_prefs*msgFrame.topOffset:			10
*mailnews_prefs*msgFrame.leftOffset:			10
*mailnews_prefs*msgFrame.rightOffset:			10
*mailnews_prefs*msgFrame.bottomOffset:			10
*mailnews_prefs*msgFrame*qstyleLabel.labelString:	ؽƮ Ÿ:
*mailnews_prefs*msgFrame*qsizeLabel.labelString:	ؽƮ ũ:
*mailnews_prefs*msgFrame*qcolorLabel.labelString:	ؽƮ :
*mailnews_prefs*msgFrame*quotedLabel.labelString:	\
	'> ' ϴ ؽƮ( οؽƮ)  Ư ϴ.
*mailnews_prefs*msgFrame*fixedLabel.labelString:	\
	޽  ̱
*mailnews_prefs*msgFrame*qstyleLabel.alignment:		ALIGNMENT_END
*mailnews_prefs*msgFrame*qsizeLabel.alignment:		ALIGNMENT_END
*mailnews_prefs*msgFrame*qcolorLabel.alignment:		ALIGNMENT_END
*mailnews_prefs*msgFrame*varMsgFont.labelString:	 ۲
*mailnews_prefs*msgFrame*fixedMsgFont.labelString:	 ۲
*mailnews_prefs*msgFrame*plain.labelString:		
*mailnews_prefs*msgFrame*normal.labelString:		Ϲ
*mailnews_prefs*msgFrame*bold.labelString:		
*mailnews_prefs*msgFrame*italic.labelString:		ڸ
*mailnews_prefs*msgFrame*boldItalic.labelString:	 ڸ
*mailnews_prefs*msgFrame*bigger.labelString:		 ũ
*mailnews_prefs*msgFrame*smaller.labelString:		 ۰
*mailnews_prefs*msgFrame*qcolorText.columns:		20
*mailnews_prefs*msgFrame*fixedMsgLabel.topOffset:	10
*mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset:	10
*mailnews_prefs*msgFrame*varMsgLabel.topOffset:		10
*mailnews_prefs*msgFrame*varMsgLabel.leftOffset:	10
*mailnews_prefs*msgFrame*plain.topOffset:		10
*mailnews_prefs*msgFrame*indicatorType:			ONE_OF_MANY
*mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset:	40
*mailnews_prefs*msgFrame*autoQuoteToggle.topOffset:	10
*mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType:	N_OF_MANY
*mailnews_prefs*autoQuoteToggle.labelString:			\
		 ڵ  ޽ ο

*mailnews_prefs*layoutFrame*layoutBoxLabel.labelString:	â 
!*mailnews_prefs*layoutFrame*topOffset:			10
!*mailnews_prefs*layoutFrame*leftOffset:		10
!*mailnews_prefs*layoutFrame*rightOffset:		10
!*mailnews_prefs*layoutFrame*bottomOffset:		10
*mailnews_prefs*layoutFrame*mPaneLabel.labelString:	:
*mailnews_prefs*layoutFrame*mHoriz.labelString:		 
*mailnews_prefs*layoutFrame*mVert.labelString:		 
*mailnews_prefs*layoutFrame*mStack.labelString:		
*mailnews_prefs*layoutFrame*nPaneLabel.labelString:	:
*mailnews_prefs*layoutFrame*nHoriz.labelString:		 
*mailnews_prefs*layoutFrame*nVert.labelString:		 
*mailnews_prefs*layoutFrame*nStack.labelString:		Stacked
*mailnews_prefs*layoutFrame*indicatorType:		ONE_OF_MANY

! Preferences: Helper Applications
!
*general_prefs*helperFrame*helperBoxLabel.labelString: MIME  
*general_prefs*helperFrame.topOffset:				   10
*general_prefs*helperFrame.leftOffset:				   10
*general_prefs*helperFrame.rightOffset:				   10
*general_prefs*helperFrame.bottomOffset:			   10
*general_prefs*helperFrame*globalMimeTypesLabel.labelString: ü MIME  :
*general_prefs*helperFrame*privateMimeTypesLabel.labelString:		\
							 MIME  :
*general_prefs*helperFrame*globalMailcapLabel.labelString:		\
							ü ĸ :
*general_prefs*helperFrame*privateMailcapLabel.labelString:		\
							 ĸ :
*general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString:  ãƺ...
*general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: ãƺ...
*general_prefs*helperFrame*globalMailcapBrowseButton.labelString:   ãƺ...
*general_prefs*helperFrame*privateMailcapBrowseButton.labelString:   ãƺ...
*general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
*general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
*general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth:   10
*general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth:   10
*general_prefs*helperFrame*XmLabel.rightOffset:			   4
*general_prefs*helperFrame*XmLabelGadget.rightOffset:		   4
*general_prefs*helperFrame*XmLabel.alignment:			  ALIGNMENT_END
*general_prefs*helperFrame*XmLabelGadget.alignment:		  ALIGNMENT_END
*general_prefs*helperFrame*XmTextField.columns:			   35
*general_prefs*helperFrame*globalMailcapText.topOffset:		   10
*general_prefs*helperFrame*privateMailcapText.bottomOffset:	   10
*general_prefs*helperFrame*XmPushButtonGadget.leftOffset:	   10
*general_prefs*helperFrame*XmPushButtonGadget.rightOffset:	   10

*general_prefs*helperFrame*commands.new.labelString:		ű...
*general_prefs*helperFrame*commands.edit.labelString:		...
*general_prefs*helperFrame*commands.delete.labelString:		...
*general_prefs*helperFrame*helperApp.cellBackground: white

! Helper Editor stuff
*helperEditor_popup.title:		Netscape  α׷
*helperEditor.width: 400
*helperEditor*mimeTypesDescriptionLabel.labelString: 
*helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
*helperEditor*mimeTypesLabel.labelString: Ÿ
*helperEditor*mimeTypesLabel.leftOffset: 3
*helperEditor*mimeTypesSuffixLabel.labelString: Ȯ
*helperEditor*mimeTypesSuffixLabel.leftOffset: 3
*helperEditor*helperEditForm.XmTextField.rightOffset: 3
*helperEditor*helperEditFrameLabel.labelString: ó
*helperEditor*helperEditNavigator.labelString: Navigator 
*helperEditor*helperEditPlugin.labelString: ÷
*helperEditor*helperEditApp.labelString: α׷
*helperEditor*helperEditSave.labelString: ũ 
*helperEditor*helperEditUnknown.labelString: Ȯ:  Ȯ
*helperEditor*helperEditAppBrowse.labelString: ãƺ...
*helperEditor*helperEditNavigator.leftOffset: 20
*helperEditor*helperEditAppText.columns: 40


! Preferences: Identity
!
*mailnews_prefs*identityFrame*identityBoxLabel.labelString:	ſ
*mailnews_prefs*identityFrame*identityBoxLabel.topOffset:	-4
*mailnews_prefs*identityFrame*identityBoxLabel.leftOffset:	10
*mailnews_prefs*identityFrame.topOffset:			10
*mailnews_prefs*identityFrame.leftOffset:			10
*mailnews_prefs*identityFrame.rightOffset:			10
*mailnews_prefs*identityFrame.bottomOffset:			10
*mailnews_prefs*identityFrame*nameLabel.labelString:		̸:
*mailnews_prefs*identityFrame*mailLabel.labelString:		ڿ ּ:
*mailnews_prefs*identityFrame*replyToLabel.labelString:	       ּ:
*mailnews_prefs*identityFrame*orgLabel.labelString:	     Ҽ:
*mailnews_prefs*identityFrame*sigLabel.labelString:		 :
*mailnews_prefs*identityFrame*sigBrowse.labelString:		ãƺ...
*mailnews_prefs*identityFrame*XmLabel.leftOffset:		4
*mailnews_prefs*identityFrame*XmLabelGadget.leftOffset:		4
*mailnews_prefs*identityFrame*XmTextField.rightOffset:		10
*mailnews_prefs*identityFrame*sigBrowse.rightOffset:		10
*mailnews_prefs*identityFrame*identityText.bottomOffset:	15
*mailnews_prefs*identityFrame*orgText.bottomOffset:		15
*mailnews_prefs*identityFrame*sigText.bottomOffset:		15
*mailnews_prefs*identityFrame*sigText.columns:			35
*mailnews_prefs*identityFrame*XmLabel.alignment:		ALIGNMENT_END
*mailnews_prefs*identityFrame*XmLabelGadget.alignment:		ALIGNMENT_END
*mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset:	8
*mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset:	8
*mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth:	10

! Preferences: Organization
!
*mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
	 ȣ
*mailnews_prefs*organizationFrame*trashToggle.labelString:\
	Netscape     
*mailnews_prefs*organizationFrame*passwordToggle.labelString:\
	 ȣ 
*mailnews_prefs*organizationFrame*trashToggle.leftOffset:	40
*mailnews_prefs*organizationFrame*passwordToggle.leftOffset:	40

*mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
	   
*mailnews_prefs*threadFrame*line1Label.labelString:\
	 ޽      ֽϴ.  
*mailnews_prefs*threadFrame*line2Label.labelString:\
	 ,   ޽  ٷ  ǥõǰ ϴ Դϴ.
*mailnews_prefs*threadFrame*threadMailToggle.labelString:\
	 ޽  
*mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
	 ޽  
*mailnews_prefs*threadFrame*threadMailToggle.leftOffset:	40
*mailnews_prefs*threadFrame*threadNewsToggle.leftOffset:	40

*mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString:		
*mailnews_prefs*mnSortFrame*mSortLabel.labelString:		  :
*mailnews_prefs*mnSortFrame*mSortDateToggle.labelString:	¥
*mailnews_prefs*mnSortFrame*mSortNumToggle.labelString:		޽ ȣ
*mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString:	
*mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString:	 
*mailnews_prefs*mnSortFrame*nSortLabel.labelString:		  :
*mailnews_prefs*mnSortFrame*nSortDateToggle.labelString:	¥
*mailnews_prefs*mnSortFrame*nSortNumToggle.labelString:		޽ ȣ
*mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString:	
*mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString:	 
*mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType:	ONE_OF_MANY

! Preferences: Images
!
*general_prefs*imagesFrame*imagesBoxLabel.labelString:	̹
*general_prefs*imagesFrame.topOffset:			10
*general_prefs*imagesFrame.leftOffset:			10
*general_prefs*imagesFrame.rightOffset:			10
*general_prefs*imagesFrame.bottomOffset:		10
*general_prefs*imagesFrame*colors.labelString:		 :
*general_prefs*imagesFrame*auto.labelString:		ڵ
*general_prefs*imagesFrame*dither.labelString:		(Dithering)
*general_prefs*imagesFrame*closest.labelString:		 ü
*general_prefs*imagesFrame*display.labelString:		̹ ǥ:
*general_prefs*imagesFrame*while.labelString:		鼭
*general_prefs*imagesFrame*after.labelString:		 Ŀ
*general_prefs*imagesFrame*imagesFrame.topOffset:	10
*general_prefs*imagesFrame*closest.rightOffset:		10
*general_prefs*imagesFrame*while.bottomOffset:		10
*general_prefs*imagesFrame*XmLabelGadget.alignment:	ALIGNMENT_END
*general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
*general_prefs*imagesFrame*indicatorType:		ONE_OF_MANY
*general_prefs*imagesFrame*after.bottomOffset:		10
*general_prefs*imagesFrame*display.leftOffset:		0
*general_prefs*imagesFrame*display.rightOffset:		0

! Preferences: Languages
!
*general_prefs*languagesFrame*languagesBoxLabel.labelString:	\
							/
*general_prefs*languagesFrame.topOffset:			10
*general_prefs*languagesFrame.leftOffset:			10
*general_prefs*languagesFrame.rightOffset:			10
*general_prefs*languagesFrame.bottomOffset:			10
*general_prefs*languagesFrame*list1.leftOffset:			10
*general_prefs*languagesFrame*others.labelString:		Ÿ:
*general_prefs*languagesFrame*langs.1:	Chinese [zh]
*general_prefs*languagesFrame*langs.2:	Chinese/China [zh-CN]
*general_prefs*languagesFrame*langs.3:	Chinese/Taiwan [zh-TW]
*general_prefs*languagesFrame*langs.4:	English [en]
*general_prefs*languagesFrame*langs.5:	English/United Kingdom [en-GB]
*general_prefs*languagesFrame*langs.6:	English/United States [en-US]
*general_prefs*languagesFrame*langs.7:	French [fr]
*general_prefs*languagesFrame*langs.8:	French/Canada [fr-CA]
*general_prefs*languagesFrame*langs.9:	French/France [fr-FR]
*general_prefs*languagesFrame*langs.10:	German [de]
*general_prefs*languagesFrame*langs.11:	Italian [it]
*general_prefs*languagesFrame*langs.12:	Japanese [ja]
*general_prefs*languagesFrame*langs.13:	Korean [ko]
*general_prefs*languagesFrame*langs.14:	Portuguese [pt]
*general_prefs*languagesFrame*langs.15:	Portuguese/Brazil [pt-BR]
*general_prefs*languagesFrame*langs.16:	Spanish [es]
*general_prefs*languagesFrame*langs.17:	Spanish/Spain [es-ES]

! Preferences: Mail
!
*mailnews_prefs*mailFrame*mailBoxLabel.labelString:	
*mailnews_prefs*mailFrame*mailBoxLabel.topOffset:	-4
*mailnews_prefs*mailFrame*mailBoxLabel.leftOffset:	10
*mailnews_prefs*mailFrame.topOffset:			10
*mailnews_prefs*mailFrame.leftOffset:			10
*mailnews_prefs*mailFrame.rightOffset:			10
*mailnews_prefs*mailFrame.bottomOffset:			10

! Preferences: Connections
!
*network_prefs*netFrame*netBoxLabel.labelString:	
*network_prefs*netFrame.topOffset:			10
*network_prefs*netFrame.leftOffset:			10
*network_prefs*netFrame.rightOffset:			10
*network_prefs*netFrame.bottomOffset:			10
*network_prefs*netFrame*bufExplain.labelString:		\
Ʈũ  ũ Ʈũ   ؼ   ִ\n\
 ũ⸦ մϴ.  ũⰡ ũ   ͸\n\
   ǻͿ  δ ְ ˴ϴ.
*network_prefs*netFrame*bufLabel.labelString:		Ʈũ  ũ:
*network_prefs*netFrame*connExplain.labelString:	\
Netscape ϳ ͳ  ϳ ̻    ֽϴ.\n\
 ؽƮ ̹ ÿ    ֽϴ.  \n\
 ÿ        ӵ ϴ.
*network_prefs*netFrame*connLabel.labelString:		:
*network_prefs*netFrame*connSuffix.labelString:	\
			(  ִ Ʈũ  )
*network_prefs*netFrame*k.labelString:			ųιƮ
*network_prefs*netFrame*connSuffix.rightOffset:		10
*network_prefs*netFrame*networkFrame.topOffset:		10
*network_prefs*netFrame*bufText.columns:		6
*network_prefs*netFrame*connText.columns:		6
*network_prefs*netFrame*alignment:			ALIGNMENT_BEGINNING
*network_prefs*netFrame*bufLabel.alignment:		ALIGNMENT_END
*network_prefs*netFrame*connLabel.alignment:		ALIGNMENT_END
*network_prefs*netFrame*bufText.bottomOffset:		10
*network_prefs*netFrame*connText.bottomOffset:		10
*network_prefs*netFrame*connExplain.leftOffset:		5
*network_prefs*netFrame*bufExplain.leftOffset:		5


! Preferences: Protocols
!
*network_prefs*alertsFrame*alertsBoxLabel.labelString:	 ǥ
*network_prefs*alertsFrame.topOffset:			10
*network_prefs*alertsFrame.leftOffset:			10
*network_prefs*alertsFrame.rightOffset:			10
*network_prefs*alertsFrame.bottomOffset:		10
*network_prefs*alertsFrame*cookieToggle.labelString:	Ű 
*network_prefs*alertsFrame*emailformToggle.labelString:	\
						ڿ   
*network_prefs*protocols*anonftpToggle.labelString:	\
				ڿ ּҸ anonymous FTP  ȣ 
*network_prefs*protocols*anonftpToggle.leftOffset:	10
*network_prefs*protocols*anonftpToggle.topOffset:	10

! Preferences: Languages
!
*network_prefs*javaFrame*javaBoxLabel.labelString:	 ڹ,ڹٽũƮ
*network_prefs*javaFrame.topOffset:			 10
*network_prefs*javaFrame.leftOffset:			 10
*network_prefs*javaFrame.rightOffset:			 10
*network_prefs*javaFrame.bottomOffset:			 10
*network_prefs*javaFrame*javaToggle.leftOffset:		 20
*network_prefs*javaFrame*javaToggle.labelString:	 ڹ 
*network_prefs*javaFrame*javascriptToggle.leftOffset:	 20
*network_prefs*javaFrame*javascriptToggle.labelString:	 ڹٽũƮ 


! Preferences: News
!
*mailnews_prefs*newsFrame*newsBoxLabel.labelString:	
*mailnews_prefs*newsFrame*newshostLabel.labelString:	(NNTP) :
*mailnews_prefs*newsFrame.topOffset:			10
*mailnews_prefs*newsFrame.leftOffset:			10
*mailnews_prefs*newsFrame.rightOffset:			10
*mailnews_prefs*newsFrame.bottomOffset:			10
*mailnews_prefs*newsFrame*newsrcLabel.labelString:	 丮:
*mailnews_prefs*newsFrame*newsrcBrowse.labelString:	ãƺ...
*mailnews_prefs*newsFrame*newsMaxLabel.labelString:	ޱ:
*mailnews_prefs*newsFrame*newsMaxSuffix.labelString:	\
				ѹ  ޽(ִ 3500)
*mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset:	0
*mailnews_prefs*newsFrame*newsMaxText.columns:		5
*mailnews_prefs*newsFrame*XmLabel.alignment:		ALIGNMENT_END
*mailnews_prefs*newsFrame*XmLabelGadget.alignment:	ALIGNMENT_END
*mailnews_prefs*newsFrame*newsMaxSuffix.alignment:	ALIGNMENT_BEGINNING
*mailnews_prefs*newsFrame*XmTextField.rightOffset:	10
*mailnews_prefs*newsFrame*XmLabel.leftOffset:		4
*mailnews_prefs*newsFrame*XmLabelGadget.leftOffset:	4
*mailnews_prefs*newsFrame*XmLabel.rightOffset:		4
*mailnews_prefs*newsFrame*XmLabelGadget.rightOffset:	4
*mailnews_prefs*newsFrame*newsMaxText.bottomOffset:	10
*mailnews_prefs*newsFrame.topOffset:			10
*mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
*mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
*mailnews_prefs*newsFrame*newsrcText.columns:		  35
*mailnews_prefs*newsFrame*newsrcText.bottomOffset:	  10

! Preferences: Proxies
!
*network_prefs*proxiesFrame*proxiesBoxLabel.labelString:븮
*network_prefs*proxiesFrame.topOffset:			10
*network_prefs*proxiesFrame.leftOffset:			10
*network_prefs*proxiesFrame.rightOffset:		10
*network_prefs*proxiesFrame.bottomOffset:		10
!*network_prefs*proxiesFrame*XmLabel.alignment:		ALIGNMENT_END
!*network_prefs*proxiesFrame*XmLabelGadget.alignment:	ALIGNMENT_END
*network_prefs*proxiesFrame*XmTextField.columns:	30
*network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset:	10
*network_prefs*proxiesFrame*proxiesBoxLabel.topOffset:	-4
!*network_prefs*proxiesFrame*XmLabel.leftOffset:	10
!*network_prefs*proxiesFrame*XmLabelGadget.leftOffset:	10

*network_prefs*proxiesFrame*proxiesBoxLabel.labelString:븮 
*network_prefs*proxiesFrame*proxiesLabel.alignment:	ALIGNMENT_BEGINNING
*network_prefs*proxiesFrame*proxiesLabel.labelString: \
Ʈũ 븮ڶ  ǻͿ ͳ  ̸ ȭ \n\
ͳ ϱ  ˴ϴ. ͳݰ  Ǿ  \n\
븮ڸ  ʿ䰡 ϴ.
*network_prefs*proxiesFrame*locationLabel.labelString:	ġ (URL):
*network_prefs*proxiesFrame*noProxiesToggle.labelString: 븮 
*network_prefs*proxiesFrame*manualToggle.labelString:	\
						븮  
*network_prefs*proxiesFrame*proxyReload.labelString:	ٽ б
*network_prefs*proxiesFrame*proxyReload.rightOffset:	10
*network_prefs*proxiesFrame*manualBrowse.labelString:	 ...
*network_prefs*proxiesFrame*autoToggle.labelString:	\
						븮 ڵ 
*network_prefs*proxiesFrame*autoText.rightOffset:	10
*network_prefs*proxiesFrame*autoText.bottomOffset:	10
*network_prefs*proxiesFrame*indicatorType:		ONE_OF_MANY


*proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString:	\
						븮  
*proxies_prefs*proxiesFrame*ftpLabel.labelString:	FTP 븮:
*proxies_prefs*proxiesFrame*gopherLabel.labelString:	 븮:
*proxies_prefs*proxiesFrame*httpLabel.labelString:	HTTP 븮:
*proxies_prefs*proxiesFrame*httpsLabel.labelString:	 븮:
*proxies_prefs*proxiesFrame*waisLabel.labelString:	WAIS 븮:
*proxies_prefs*proxiesFrame*noLabel.labelString:	븮ڸ  ʴ :
*proxies_prefs*proxiesFrame*socksLabel.labelString:	SOCKS ȣƮ:
*proxies_prefs*proxiesFrame*portLabel.labelString:	Ʈ:
*proxies_prefs*proxiesFrame*ftpPort.columns:		5
*proxies_prefs*proxiesFrame*ftpText.rightOffset:	10
*proxies_prefs*proxiesFrame*ftpPort.rightOffset:	10
*proxies_prefs*proxiesFrame*portLabel.leftOffset:	10
*proxies_prefs*proxiesFrame*noText.bottomOffset:	10
*proxies_prefs*proxiesFrame*socksText.topOffset:	15
*proxies_prefs*proxiesFrame*socksText.bottomOffset:	10

! Preferences: Site Certificates
!
*security_prefs*siteFrame*siteBoxLabel.labelString:	Ʈ 
*security_prefs*siteFrame.topOffset:			10
*security_prefs*siteFrame.leftOffset:			10
*security_prefs*siteFrame.rightOffset:			10
*security_prefs*siteFrame.bottomOffset:			10
*security_prefs*siteFrame*allLabel.labelString:		\
			  Ʈ :
*security_prefs*siteFrame*allEditCert.rightOffset:	10
*security_prefs*siteFrame*allEditCert.labelString:	 ...
*security_prefs*siteFrame*allDeleteCert.rightOffset:	10
*security_prefs*siteFrame*allDeleteCert.labelString:	 
*security_prefs*siteFrame*allList.bottomOffset:		10
*security_prefs*siteFrame*allCerts.labelString:		ü 
*security_prefs*siteFrame*siteCerts.labelString:	Ʈ 
*security_prefs*siteFrame*authCerts.labelString:	 

! Preferences: Personal Certificates
!
*security_prefs*personalFrame*personalBoxLabel.labelString: \
							 
*security_prefs*personalFrame.topOffset:		 10
*security_prefs*personalFrame.leftOffset:		 10
*security_prefs*personalFrame.rightOffset:		 10
*security_prefs*personalFrame.bottomOffset:		 10
*security_prefs*personalFrame*persLabel.labelString:	 \
					   Դϴ.
*security_prefs*personalFrame*persInfo.rightOffset:	 10
*security_prefs*personalFrame*persInfo.labelString:	 ߰ 
*security_prefs*personalFrame*persDeleteCert.rightOffset: 10
*security_prefs*personalFrame*persDeleteCert.labelString:  
*security_prefs*personalFrame*persNewCert.rightOffset:	 10
*security_prefs*personalFrame*persNewCert.labelString:	  ȹ
*security_prefs*personalFrame*siteDefault.labelString:	\
				Ʈ  ⺻ :
*security_prefs*personalFrame*siteText.bottomOffset:	10
*security_prefs*personalFrame*siteText.rightOffset:	10
*security_prefs*personalFrame*persList.leftOffset:	10

! Preferences: General Security
!
*security_prefs*securityFrame*securityBoxLabel.labelString:  
*security_prefs*securityFrame.topOffset:		 10
*security_prefs*securityFrame.leftOffset:		 10
*security_prefs*securityFrame.rightOffset:		 10
*security_prefs*securityFrame.bottomOffset:		 10
*security_prefs*securityFrame*alertLabel.labelString:	 ǥ
*security_prefs*securityFrame*enterToggle.labelString:	 \
				          ()
*security_prefs*securityFrame*leaveToggle.labelString:	 \
				            ()
*security_prefs*securityFrame*mixedToggle.labelString:	 \
				  /    
*security_prefs*securityFrame*alignment:		 ALIGNMENT_BEGINNING
*security_prefs*securityFrame*submitToggle.labelString:	 \
						    ̺ ·   
*security_prefs*securityFrame*alertLabel.topOffset:	 10
*security_prefs*securityFrame*alertLabel.leftOffset:	 10
*security_prefs*securityFrame*enterToggle.topOffset:	 10
*security_prefs*securityFrame*enterToggle.leftOffset:	 20
*security_prefs*securityFrame*submitToggle.bottomOffset: 10
*security_prefs*securityFrame*enterToggle.rightOffset:	 10
*security_prefs*securityFrame*leaveToggle.rightOffset:	 10
*security_prefs*securityFrame*mixedToggle.rightOffset:	 10
*security_prefs*securityFrame*submitToggle.rightOffset:	 10

*security_prefs*javaFrame*javaBoxLabel.labelString:	 ڹ
*security_prefs*javaFrame.topOffset:			 10
*security_prefs*javaFrame.leftOffset:			 10
*security_prefs*javaFrame.rightOffset:			 10
*security_prefs*javaFrame.bottomOffset:			 10
*security_prefs*javaFrame*javaToggle.leftOffset:	 20
*security_prefs*javaFrame*javaToggle.labelString:	 ڹ 
*security_prefs*javaFrame*javascriptToggle.leftOffset:	 20
*security_prefs*javaFrame*javascriptToggle.labelString:	 ڹٽũƮ 

*security_prefs*sslFrame*sslBoxLabel.labelString:	SSL
*security_prefs*sslFrame.topOffset:			10
*security_prefs*sslFrame.leftOffset:			10
*security_prefs*sslFrame.rightOffset:			10
*security_prefs*sslFrame.bottomOffset:			10
*security_prefs*sslFrame*ssl2Toggle.leftOffset:		20
*security_prefs*sslFrame*ssl2Toggle.labelString:	SSL v2 
*security_prefs*sslFrame*ssl3Toggle.leftOffset:		20
*security_prefs*sslFrame*ssl3Toggle.labelString:	SSL v3 
*security_prefs*sslFrame*configure.labelString:		
*security_prefs*sslFrame*configure.marginWidth:		10
  
! Preferences: Security Passwords
!
*security_prefs*passwordsFrame*passwordsBoxLabel.labelString: ȣ
*security_prefs*passwordsFrame.topOffset:		10
*security_prefs*passwordsFrame.leftOffset:		10
*security_prefs*passwordsFrame.rightOffset:		10
*security_prefs*passwordsFrame.bottomOffset:		10
*security_prefs*passwordsFrame*passLabel.labelString:	ȣ:
*security_prefs*passwordsFrame*passToggle.labelString:	ȣ 
*security_prefs*passwordsFrame*noPassToggle.labelString: ȣ  
*security_prefs*passwordsFrame*askLabel.labelString:	ȣ Ȯ:
*security_prefs*passwordsFrame*onceToggle.labelString:	Ǵ ѹ
*security_prefs*passwordsFrame*everyToggle.labelString:	ʿ 
*security_prefs*passwordsFrame*periodicToggle.labelString:  Է¾
*security_prefs*passwordsFrame*periodicText.columns:	3
*security_prefs*passwordsFrame*periodicLabel.labelString:  
*security_prefs*passwordsFrame*alignment:		ALIGNMENT_BEGINNING
*security_prefs*passwordsFrame*passLabel.leftOffset:	10
*security_prefs*passwordsFrame*indicatorType:		ONE_OF_MANY
*security_prefs*passwordsFrame*changePassword.topOffset:  10
*security_prefs*passwordsFrame*changePassword.leftOffset: 30
*security_prefs*passwordsFrame*bannerLabel.labelString: \
ٸ   ǻͿ    ȣ ؾ մϴ.


! Preferences: Styles1
!
*general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:
*general_prefs*toolbarsFrame.topOffset:			10
*general_prefs*toolbarsFrame.leftOffset:		10
*general_prefs*toolbarsFrame.rightOffset:		10
*general_prefs*toolbarsFrame.bottomOffset:		10
*general_prefs*toolbarsFrame*toolbarLabel.labelString:	 ǥ:
*general_prefs*toolbarsFrame*toolbarLabel.alignment:	ALIGNMENT_END
*general_prefs*toolbarsFrame*icons.labelString:		׸
*general_prefs*toolbarsFrame*text.labelString:		ؽƮ
*general_prefs*toolbarsFrame*both.labelString:		׸  ؽƮ
*general_prefs*toolbarsFrame*indicatorType:		ONE_OF_MANY
*general_prefs*toolbarsFrame*toolbarTipsLabel.labelString:  
*general_prefs*toolbarsFrame*toolbarTipsLabel.alignment:   ALIGNMENT_END
*general_prefs*toolbarsFrame*enabled.indicatorType:	N_OF_MANY
*general_prefs*toolbarsFrame*enabled.labelString:	밡
*general_prefs*toolbarsFrame*enabled.tipString:		  ȯ
*general_prefs*toolbarsFrame*enabled.documentationString: \
  ǥϰų  

*general_prefs*startupFrame*startupBoxLabel.labelString:
*general_prefs*startupFrame.topOffset:			10
*general_prefs*startupFrame.leftOffset:			10
*general_prefs*startupFrame.rightOffset:		10
*general_prefs*startupFrame.bottomOffset:		10
*general_prefs*startupFrame*startLabel.labelString:	 :
*general_prefs*startupFrame*startLabel.alignment:	ALIGNMENT_END
*general_prefs*startupFrame*blank.labelString:		 
*general_prefs*startupFrame*home.labelString:		Ȩ ġ:
*general_prefs*startupFrame*homeText.bottomOffset:	10
*general_prefs*startupFrame*homeText.rightOffset:	10
*general_prefs*startupFrame*indicatorType:		ONE_OF_MANY

*general_prefs*startupFrame*startupLabel.labelString:	۽ :
*general_prefs*startupFrame*browser.labelString:	Netscape 
*general_prefs*startupFrame*mail.labelString:		Netscape 
*general_prefs*startupFrame*news.labelString:		Netscape 

*general_prefs*linkFrame*linkBoxLabel.labelString:	ũŸ
*general_prefs*linkFrame.topOffset:			10
*general_prefs*linkFrame.leftOffset:			10
*general_prefs*linkFrame.rightOffset:			10
*general_prefs*linkFrame.bottomOffset:			10
*general_prefs*linkFrame*underlineLabel.labelString:	ũ ǥ:
*general_prefs*linkFrame*underlineLabel.alignment:	ALIGNMENT_END
*general_prefs*linkFrame*underline.labelString:		
*general_prefs*linkFrame*expireLabel.labelString:	湮 ũ ȿ Ⱓ:
*general_prefs*linkFrame*expireLabel.alignment:		ALIGNMENT_END
*general_prefs*linkFrame*expireNever.labelString:	
*general_prefs*linkFrame*expireAfter.labelString:	湮 
*general_prefs*linkFrame*expireDaysLabel.labelString:	
*general_prefs*linkFrame*expireDays.columns:		3
*general_prefs*linkFrame*expireNow.labelString:		 
*general_prefs*linkFrame*indicatorType:			ONE_OF_MANY
*general_prefs*linkFrame*underline.indicatorType:	N_OF_MANY
*general_prefs*linkFrame*expireDays.topOffset:		10
*general_prefs*linkFrame*expireDays.bottomOffset:	10
*general_prefs*linkFrame*expireNow.marginWidth:		10
*general_prefs*linkFrame*expireNow.marginHeight:	0
*general_prefs*linkFrame*underline.leftOffset:		10
*general_prefs*linkFrame*expireLabel.leftOffset:	10
*general_prefs*linkFrame*expireAfter.leftOffset:	10
*general_prefs*linkFrame*expireNow.leftOffset:		20


! Preferences: Styles 2
!


*enteringSecureDialog_popup.title:		Netscape:  
*enteringSecureDialog*toggle.labelString:	   ǥ
*enteringSecureDialog*toggle.alignment:		ALIGNMENT_BEGINNING
*enteringSecureDialog*toggle.leftOffset:	100
*enteringSecureDialog.selectionLabelString:\
   û߽ϴ.      \n\
ȣ  ȣ  մϴ. ȿ  ߰  ϸ\n\
-  ޴ Ͻÿ.

*leavingSecureDialog_popup.title:		Netscape:  
*leavingSecureDialog*toggle.labelString:	   ǥ
*leavingSecureDialog*toggle.alignment:		ALIGNMENT_BEGINNING
*leavingSecureDialog.OkLabelString:		б 
*leavingSecureDialog.CancelLabelString:		б 
*leavingSecureDialog*toggle.leftOffset:		100
*leavingSecureDialog.selectionLabelString:\
    û߽ϴ. ϴ  \n\
   ٸ    ֽϴ. ȿ \n\
߰  ϸ -  ޴ Ͻÿ.

*mixedSecurityDialog_popup.title:		Netscape:  
*mixedSecurityDialog*toggle.labelString:	   ǥ
*mixedSecurityDialog*toggle.alignment:		ALIGNMENT_BEGINNING
*mixedSecurityDialog*toggle.leftOffset:		100
*mixedSecurityDialog.selectionLabelString:\
    ִ   û߽ϴ.\n\
\n\
   ǥ ʽϴ. ȿ  ߰ \n\
ϸ -  ޴ Ͻÿ.

*redirectionToInsecureDialog_popup.title:	Netscape:  
*redirectionToInsecureDialog*toggle.labelString:    ǥ
*redirectionToInsecureDialog*toggle.alignment:	ALIGNMENT_BEGINNING
*redirectionToInsecureDialog.OkLabelString:	б 
*redirectionToInsecureDialog.CancelLabelString:	б 
*redirectionToInsecureDialog*toggle.leftOffset:	100
*redirectionToInsecureDialog.selectionLabelString:\
!    ,   \n\
û߽ϴ(  URL   URL ).\n\
     ٸ    ֽϴ.

*redirectionToSecureDialog_popup.title:	Netscape:  
*redirectionToSecureDialog*toggle.labelString:   ǥ
*redirectionToSecureDialog*toggle.alignment:	ALIGNMENT_BEGINNING
*redirectionToSecureDialog.OkLabelString:	б 
*redirectionToSecureDialog.CancelLabelString:	б 
*redirectionToSecureDialog*toggle.leftOffset:	100
*redirectionToSecureDialog.selectionLabelString:\
!  ٸ ġ Ǿϴ.\n\
 Ϸ ġ    ֽϴ.

*insecurePostFromSecureDocDialog_popup.title:	     Netscape:  
*insecurePostFromSecureDocDialog*toggle.labelString:    ǥ
*insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
*insecurePostFromSecureDocDialog.OkLabelString:	     б 
*insecurePostFromSecureDocDialog.CancelLabelString:  б 
*insecurePostFromSecureDocDialog*toggle.leftOffset:  100
*insecurePostFromSecureDocDialog.selectionLabelString:\
!   , ϴ   \n\
 ٸ    ֽϴ. ȣ, ſī ȣ \n\
 ʿ   ϴ  մϴ.

*insecurePostFromInsecureDocDialog_popup.title:	      Netscape:  
*insecurePostFromInsecureDocDialog.OkLabelString:     
*insecurePostFromInsecureDocDialog.CancelLabelString:  
*insecurePostFromInsecureDocDialog*toggle.labelString:   ǥ
*insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
*insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
*insecurePostFromInsecureDocDialog.selectionLabelString:\
ϴ      ٸ \n\
  ֽϴ. ȣ, ſī ȣ   ʿ \n\
 ϴ  մϴ.

*licenseDialog_popup.title:			Netscape:  
*licenseDialog*label1.labelString:\n\
 Netscape() ΰ ƮԴϴ. Netscape\n\
      ǿ ϴ.
*licenseDialog*label2.labelString:\n\
   ࿡ Ͻø `' ư ,\n\
 ׷  ` ' ư ÿ.\n
*licenseDialog*text.columns:			36
*licenseDialog*text.rows:			23
*licenseDialog*text.wordWrap:			True
*licenseDialog*text.scrollHorizontal:		False
*licenseDialog.accept.labelString:		
*licenseDialog.reject.labelString:		 

*printSetup_popup.title:			Netscape: μ
*printSetup*printToLabel.labelString:		 :
*printSetup*toPrinterToggle.labelString:	
*printSetup*toFileToggle.labelString:		
*printSetup*printCommandLabel.labelString:	μ :
*printSetup*fileNameLabel.labelString:		 ̸:
*printSetup*browseButton.labelString:		ãƺ...
*printSetup*printLabel.labelString:		μ:
*printSetup*firstFirstToggle.labelString:	ù ʺ
*printSetup*lastFirstToggle.labelString:	 ʺ
*printSetup*orientationLabel.labelString:	:
*printSetup*portraitToggle.labelString:		
*printSetup*landscapeToggle.labelString:	
*printSetup*printColorLabel.labelString:	μ:
*printSetup*greyscaleToggle.labelString:	
*printSetup*colorToggle.labelString:		Į
*printSetup*paperSizeLabel.labelString:		 ũ:
*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:			μ
*printSetup*OkLabelString:			μ
*printSetup*CancelLabelString:			
*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: ã
*findDialog*findInLabel.labelString:		ã :
*findDialog*msgHeaders.labelString:		 ִ ޽ Ӹ
*findDialog*msgBody.labelString:		޽ 
*findDialog*msgHeaders.indicatorType:		ONE_OF_MANY
*findDialog*msgBody.indicatorType:		ONE_OF_MANY
*findDialog*findLabel.labelString:		ã:
*findDialog*findLabel.alignment:		ALIGNMENT_END
*findDialog*caseSensitive.labelString:		ҹ 
*findDialog*backwards.labelString:		ڷ ã
*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:			ã
*findDialog*OkLabelString:			ã
*findDialog*Apply.labelString:			ٽ Է
*findDialog*ApplyLabelString:			ٽ Է
*findDialog*Cancel.labelString:			ݱ
*findDialog*CancelLabelString:			ݱ
!*findDialog_popup*preeditType:			overthespot
! Bookmark Find dialog shares resources with the main find dialog
! Extra resources specific to bookmark find dialog
*findDialog*lookinLabel.labelString:		ã :
*findDialog*nameToggle.labelString:		̸
*findDialog*locationToggle.labelString:		ġ
*findDialog*descriptionToggle.labelString:	
*findDialog*wordToggle.labelString:		ü ܾ
*findDialog*helptext.labelString:		ã  Ϸ ٽ ã⸦ Ͻÿ

! More resources for the Addressbook find dialog
*findDialog*nicknameToggle.labelString:		


*openURLDialog_popup.title:			Netscape: URL 
*openURLDialog*openURLLabel.labelString:	URL :
*openURLDialog*OK.labelString:		
*openURLDialog*OkLabelString:			
*openURLDialog*Apply.labelString:		
*openURLDialog*ApplyLabelString:		
*openURLDialog*Cancel.labelString:		
*openURLDialog*CancelLabelString:		
*openURLDialog*openURLLabel.alignment:	ALIGNMENT_END
*openURLDialog*urlText.columns:		45
*openURLDialog.width:				500
!*openURLDialog_popup*preeditType:		none
*openURLDialog*openInEditor.labelString:	⿡ 
*openURLDialog*openInBrowser.labelString:	 

*message_popup.title:			Netscape
*message_popup*OK.labelString:		Ȯ
*message_popup*OkLabelString:		Ȯ

*error_popup.title:			Netscape: 

*question_popup.title:			Netscape: 
*question_popup*OK.labelString:		Ȯ
*question_popup*Cancel.labelString:	

*prompt_popup.title:			Netscape: Ȯ prompt_popup.title
*password_popup.title:			Netscape: ȣ password_popup.title
*promptSubject_popup.title:		Netscape:  Ȯ
!do not translate, swchi
*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:		\nο...\n

*printing_popup.title:			Netscape
*printing_popup*messageString:		\nμ...\n

*deliveringMessage_popup.title:		Netscape
*deliveringMessage_popup*messageString:	\n޽ ...\n

*saving_popup.title:			Netscape
*saving_popup*messageString:		\nũ ...\n

*visual_popup.title:			Netscape: X ־ 
*visual_popup*listLabelString:		 ־::

*autoSaveNew.title:          Netscape:   ڵ 
*autoSaveNew*yes.labelString:      
*autoSaveNew*no.labelString:       ƴϿ

*saveFile_popup.title:          Netscape:  
*saveFile*yes.labelString:      
*saveFile*no.labelString:       ƴϿ


*saveNewFile_popup.title:       Netscape:   
*promptSubject_popup*messageString:	\
 ޽  Է ʾҽϴ.\n\
 ԷϷ,  ԷϽÿ.

*dialog*OK.labelString:			Ȯ
*dialog*clear.labelString:		
*dialog*Cancel.labelString:		
*dialog*userLabel.labelString:		ڸ:
*dialog*passwdLabel.labelString:	ȣ:
*dialog*userLabel.alignment:		ALIGNMENT_END
*dialog*passwdLabel.alignment:		ALIGNMENT_END

*clear.labelString:			
*cancel.labelString:			
*OK.labelString:			Ȯ

*citationQuery_popup.title:		ο Ÿ 
*citationQuery.selectionLabelString:	\n\
ü  `÷'ϴ  `ο'߽ϴ.\n\
\n\
װͺٴ    ó `>' ڰ\n\
 ޽ ǳ ÷  ֽϴ.\n\
   Ͽ   ֵ\n\
  ֽϴ. ׷ ޴  \n\
Ͽ ϱ ϴ.\n\
\n\
  ÷η ڽϱ?\n

*citationQuery*OK.labelString:		ؽƮ ÷η\n
*citationQuery*OkLabelString:		ؽƮ ÷η\n
*citationQuery*Apply.labelString:	ο\n
*citationQuery*ApplyLabelString:	ο\n
*citationQuery*Cancel.labelString:	
*citationQuery*CancelLabelString:	

*doubleCitationQuery_popup.title:	ο Ÿ 
*doubleCitationQuery.selectionLabelString:	\n\
  ι̳ Խ׽ϴ. ù° ο( ,\n\
  ó `>' մϴ), ι° ÷( ,\n\
÷ ޽  ޽  Ÿϴ)Դϴ.\n\
\n\
  ÷η ڽϱ? ο ڽϱ?

*doubleCitationQuery*OK.labelString:	ؽƮ ÷η\n
*doubleCitationQuery*OkLabelString:	ؽƮ ÷η\n
*doubleCitationQuery*Apply.labelString:	ο\n
*doubleCitationQuery*ApplyLabelString:	ο\n
*doubleCitationQuery*Cancel.labelString:
*doubleCitationQuery*CancelLabelString:	

*streamingAudioQuery_popup.title:	Ҹ Ÿ ó
*streamingAudioQuery.selectionLabelString:	\
Ҹ ͸ Ʈũ 鼭 ܺ α׷\n\
ϰڽϱ? ƴϸ Ͽ    ϰڽϱ?
*streamingAudioQuery*OK.labelString:	Ʈũ 鼭
*streamingAudioQuery*OkLabelString:	Ʈũ 鼭
*streamingAudioQuery*Apply.labelString:	Ͽ  
*streamingAudioQuery*ApplyLabelString:	Ͽ  
*streamingAudioQuery*Cancel.labelString:
*streamingAudioQuery*CancelLabelString:	

*fileSelector*filterLabelString:	
*fileSelector*dirListLabelString:	丮
*fileSelector*fileListLabelString:	
*fileSelector*OkLabelString:	Ȯ
*fileSelector*ApplyLabelString:	
*fileSelector*CancelLabelString:	
*fileSelector.Selection.labelString:	
*fileSelector.pattern:			*.html
*fileSelector*fileTypeMask:		FILE_ANY_TYPE
*fileSelector*saveTypeBox.orientation:	HORIZONTAL
*fileSelector*formatType.labelString:	  :
!*fileSelector_popup*preeditType:	overthespot

*fileBrowser_popup.title:		Netscape:  ã
*fileBrowser*filterLabelString:		
*fileBrowser*dirListLabelString:		丮
*fileBrowser*fileListLabelString:		
*fileBrowser*Selection.labelString:		
*fileBrowser*OkLabelString:		Ȯ
*fileBrowser*ApplyLabelString:		
*fileBrowser*CancelLabelString:		
*fileBrowser*HelpLabelString:		

*formSubmitButton.labelString:		
*formResetButton.labelString:		
*formButton.labelString:		Monkey Brains
*formFileBrowseButton.labelString:	ãƺ...

!
! The bookmarks window
!
*Bookmark.mainform.width:		300
*Bookmark.mainform.height:		400
*Bookmark*open.labelString:		
*Bookmark*open.mnemonic:		O
*Bookmark*selectAll.labelString:	ü
*Bookmark*selectAll.mnemonic:		S
*Bookmark*menuBar.Item.labelString:	׸
*Bookmark*properties.labelString:	Ӽ...
*Bookmark*properties.mnemonic:		P
*Bookmark*gotoBookmark.labelString:	åǷ ̵
*Bookmark*gotoBookmark.mnemonic:	G
*Bookmark*sortBookmarks.labelString:	å 
*Bookmark*sortBookmarks.mnemonic:	S
*Bookmark*insertBookmark.labelString:	å 
*Bookmark*insertBookmark.mnemonic:	B
*Bookmark*insertHeader.labelString:	 
*Bookmark*insertHeader.mnemonic:	F
*Bookmark*insertSeparator.labelString:	и 
*Bookmark*insertSeparator.mnemonic:	S
*Bookmark*makeAlias.labelString:	纻 
*Bookmark*makeAlias.mnemonic:		A
*Bookmark*newBmFolder.labelString:	 å  
*Bookmark*newBmFolder.mnemonic:		N
*Bookmark*bmMenuFolder.labelString:	å ޴  
*Bookmark*bmMenuFolder.mnemonic:	M

!*Bookmark*preeditType:			overthespot

! Bookmarks popup menu. It has the same name as the main popup menu
! and hence shares the rest of the resources.
*Bookmark*popup.title.labelString:		å
*titleSeparator.separatorType:			XmDOUBLE_LINE

! Bookmarks edit properties window.
!
*bookmarkProps_popup*title:			Netscape: å Ӽ
*bookmarkProps*nameLabel.labelString:		̸:
*bookmarkProps*nameLabel.alignment:		ALIGNMENT_END
*bookmarkProps*locationLabel.labelString:	ġ:
*bookmarkProps*locationLabel.alignment:		ALIGNMENT_END
*bookmarkProps*descriptionLabel.labelString:	:
*bookmarkProps*descriptionLabel.alignment:	ALIGNMENT_END
*bookmarkProps*lastvisitedLabel.labelString:	 湮:
*bookmarkProps*lastvisitedLabel.alignment:	ALIGNMENT_END
*bookmarkProps*addedonLabel.labelString:	 ¥:
*bookmarkProps*addedonLabel.alignment:		ALIGNMENT_END
*bookmarkProps*descriptionText.topOffset:	8
*bookmarkProps*descriptionText.columns:		40
*bookmarkProps*descriptionText.rows:		5
*bookmarkProps*aliasButton.labelString:		纻 

!
! Address Book
!
*AddressBook.mainform.width:			300
*AddressBook.mainform.height:			400
*AddressBook*selectAll.labelString:		ü
*AddressBook*selectAll.mnemonic:		S
*AddressBook*mailMessage.labelString:		  ۼ
*AddressBook*mailMessage.mnemonic:		N
*AddressBook*mailMessage.acceleratorText:	Alt+M
*AddressBook*menuBar.Item.labelString:		׸
*AddressBook*addUser.mnemonic:			U
*AddressBook*addUser.labelString:		 ߰...
*AddressBook*addUser.mnemonic:			U
*AddressBook*addList.labelString:		 ߰...
*AddressBook*addList.mnemonic:			L
*AddressBook*properties.labelString:		Ӽ...
*AddressBook*properties.mnemonic:		P

! Address Book properties window
!
*AddressBook*bookmarkProps_popup*title:		Netscape: ּҷ Ӽ
*AddressBook*bookmarkProps*nicknameLabel.labelString:	:
*AddressBook*bookmarkProps*nicknameLabel.alignment:	ALIGNMENT_END
*AddressBook*bookmarkProps*nameLabel.labelString:	̸:
*AddressBook*bookmarkProps*locationLabel.labelString:	ڿ:
*AddressBook*bookmarkProps*Cancel.labelString:	

! 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:			ּҷ
*AddressBook*popup.titleSeparator.separatorType:	XmDOUBLE_LINE


!
! Download
!
*download*downloadURLLabel.labelString:			ҽ:
*download*downloadFileLabel.labelString:		:
*download*cancel.labelString:				
*download*downloadURLLabel.alignment:			ALIGNMENT_END
*download*downloadFileLabel.alignment:			ALIGNMENT_END

*download*downloadURLLabel.topOffset:			10
*download*downloadURLLabel.leftOffset:			10
*download*downloadURLValue.columns:			45
*download*downloadURLValue.editable:			False
*download*downloadURLValue.cursorPositionVisible:	False
*download*downloadURLValue.leftOffset:			10
*download*downloadURLValue.rightOffset:			10

*download*downloadFileLabel.topOffset:			5
*download*downloadFileLabel.leftOffset:			10
*download*downloadFileLabel.bottomOffset:		15
*download*downloadFileValue.columns:			45
*download*downloadFileValue.editable:			False
*download*downloadFileValue.cursorPositionVisible:	False
*download*downloadFileValue.leftOffset:			10
*download*downloadFileValue.rightOffset:		10

*download*logo.topOffset:				10
*download*cancel.marginWidth:				15
*download*cancel.marginHeight:				10
*download*cancel.topOffset:				20
*download*cancel.bottomOffset:				10


! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
! On SGIs, not having the class will cause the default SGI colors to
! be used instead of the ones specified here.  With VUE, the behavior
! is even worse - if we're using a non-default visual (for example, if
! we have requested a 24-bit TrueColor visual instead of the default
! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
! the default visual, and give us colors allocated from the wrong
! colormap, resulting in lovely effects like brown-on-brown menubars!
!
Netscape*thermo.slider.foreground:	#0000BF
Netscape*thermo.slider.background:	#69B5B5
Netscape*power.LED.foreground:		#0000BF
Netscape*power.LED.background:		#69B5B5

! (Note: if you comment this stuff out in an attempt to let the current
! "scheme" override things, you'll find that the colors of the toolbar
! icons and the colors of form elements (like option menus) will get
! messed up.)
Netscape*foreground:			Black
Netscape*background:			#B2B2B2

Netscape*XmTextField.foreground:		Black
Netscape*XmText.foreground:		Black
Netscape*XmList.foreground:		Black
Netscape*XmTextField.background:		#D3B5B5
Netscape*XmText.background:		#D3B5B5
*textBackground:			#D3B5B5
Netscape*XmList.background:		#D3B5B5

! Colors of the outline lists used in mail and news windows.
Netscape*XmLGrid.foreground:		#000000
Netscape*XmLGrid.background:		#B2B2B2
Netscape*XmLGrid.selectBackground:	#FFFFCC

! Colors of the "Secure Document" bar.
*secureDocumentColor:			#0000BF
*insecureDocumentColor:			#B2B2B2

! Default for all buttons
Netscape*XmPushButton*shadowThickness:	2
Netscape*XmPushButtonGadget*shadowThickness: 2

! And for option menus:
Netscape*XmCascadeButton.shadowThickness: 2
Netscape*XmCascadeButtonGadget.shadowThickness: 2

! Various margin sizes
!
*topLeftArea.leftOffset:		0
*topLeftArea.rightOffset:		10
*topLeftArea.topOffset:			0
*topLeftArea.bottomOffset:		0
*urlText.topOffset:			4
*urlText.bottomOffset:			4
*urlText.leftOffset:			4
*urlText.rightOffset:			4
!*urlText.rightOffset:			10
! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
*urlLabel.topOffset:			9
*urlLabel.leftOffset:			10
*urlLabel.rightOffset:			10
*historyMenuBox.topOffset:		0
*historyMenuBox.bottomOffset:		4
*historyMenuBox.leftOffset:		4
*historyMenuBox.rightOffset:		4
*logo.topOffset:			4
*logo.bottomOffset:			4
*logo.leftOffset:			10
*logo.rightOffset:			10
*historyMenuBox.marginHeight:		0
*historyMenuBox.marginWidth:		0

*toolBar*XmPushButton.leftOffset:	2
*toolBar*XmPushButtonGadget.leftOffset:	2
*urlBar*XmPushButton.leftOffset:	2
*urlBar*XmPushButtonGadget.leftOffset:	2
*toolbarFrame.leftOffset:			10
*characterToolbarFrame.leftOffset:	2
*paragraphToolbarFrame.leftOffset:	2

*mouseDocumentation.rightOffset:	4
*toolBar.topOffset:			0
*toolBar.leftOffset:			10
*toolBar.rightOffset:			0
*toolBar.bottomOffset:			0

*urlBar.topOffset:			4
*urlBar.leftOffset:			10
*urlBar.rightOffset:			0
*urlBar.bottomOffset:			0

! Give it a default string to get it sized right...
*mouseDocumentation.labelString:	Mozilla
*mouseDocumentation.alignment:		ALIGNMENT_BEGINNING
*mouseDocumentation.leftOffset:		10

*docinfoLabel.leftOffset:		4

*dashboard.topOffset:			0
*dashboard.bottomOffset:		0
*dashboard.leftOffset:			0
*dashboard.rightOffset:			10
! To prevent the whole window from flickering when mouseDoc text changes...
*dashboard.resizable:			False

*thermo.leftOffset:			4
*thermo.rightOffset:			10
*thermo.topOffset:			4
*thermo.bottomOffset:			4
*thermo.shadowThickness:		2
*thermo.shadowType:			SHADOW_IN

*power.topOffset:			4
*power.bottomOffset:			4
*power.shadowThickness:			2
*power.shadowType:			SHADOW_IN

*thermo.slider.width:			200
*thermo.slider.height:			5

*power.LED.width:			15
*power.LED.height:			5

*securityBar.topOffset:			4
*securityBar.bottomOffset:		4
*securityBar.shadowThickness:		2
*securityBar.shadowType:		SHADOW_IN
*securityBar.LED.height:		2

*topPane.shadowThickness:		2
*bottomPane.shadowThickness:		2
*topPane.shadowType:			SHADOW_IN
*bottomPane.shadowType:			SHADOW_IN

! Go ahead, try and figure out why some of these need to be on the
! _popup version, and some need to be one level deeper.  I dare you.
!*dialog.width:				500
!*history.width:			500
!*mailto.width:				500
!*cache_popup.width:			500
*userConfig_popup.width:		500
*userConfig.width:			500
*fileSelector.width:			500
*fileBrowser.width:			500

! I had to hardcode this in the C code - doesn't work from here...
!*history_popup.allowShellResize:	False

! Get rid of all navigation; it's totally broken for Paned windows,
! and for the form widgets under the drawingArea.
*highlightThickness:			0
*navigationType:			NONE

! Uh, but turn it back on in the popups (really I'd like to turn it off
! in all non-popups, but I don't think there's a way to specify that...)
*XmDialogShell*highlightThickness:	2
*XmDialogShell*navigationType:		TAB_GROUP

! Mail compose needs TAB_GROUP
*Composition*form.navigationType:	TAB_GROUP

! Uh, and turn it on only in text fields of forms.
! But of course this doesn't work quite right.
*drawingArea*XmText.navigationType:	TAB_GROUP
*drawingArea*XmTextField.navigationType:TAB_GROUP

! Sorry, things don't display properly if you configure Netscape to put its
! scrollbars on the left or top of the document area.
Netscape*scroller.scrollBarPlacement:	BOTTOM_RIGHT

! Put scrollbars right next to text fields in forms (and lists).
*drawingArea*XmScrolledWindow.spacing:	0


! Do not under any circumstances change the following line:
Netscape.version:		3.04


! ============================================================================
! Fonts in the widgets.
! These fonts are all down in Motif land, and thus are not controlled by the
! font selector on the Preferences dialog.  That applies only to fonts in
! the document display area.
! ============================================================================
!
*fontList:\
	-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
!*fontList:			-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
!*XmTextField.fontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*XmText.fontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*XmList*fontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*XmTextField.fontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*XmText.fontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*XmList*fontList:		-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:

! SGI default:
!*menuBar*fontList:		-*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
! Sensible default:
!*menuBar*fontList:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
!*menuBar*historyTruncated.fontList:\
!			      -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
!*popup*fontList:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
*menuBar*fontList:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*menuBar*historyTruncated.fontList:\
				-*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*popup*fontList:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:

!*topArea*fontList:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
!*topArea*XmTextField.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*topArea*XmText.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*topArea*fontList:		-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*topArea*XmTextField.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*topArea*XmText.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:

!*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-*
*bookmark*fontList:	      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*bookmark*selectedLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*bookmark*XmText.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:

!*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
*mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:

!*licenseDialog*text.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*licenseDialog*text.fontList:	-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:


! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
! and Address Book windows.  (Note that there can't be any whitespace after
! the commas.)
!*XmLGrid*fontList:\
!-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
!-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
!-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
*XmLGrid*fontList:\
-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:,\
-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=BOLD,\
-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=ITALIC




! This is the default charset for documents without the charset parameter
! for MIME Content-type: text.	Valid values for *defaultCharset:
!	iso-8859-1
!	iso-8859-2
!	iso-2022-jp
!	shift_jis
!	x-euc-jp
!	big5
!	x-euc-tw
!	gb2312
!	euc-kr
!	iso-2022-kr
!	koi8-r
!	iso-8859-5
!	iso-8859-7
!	iso-8859-9
!*defaultCharset:	iso-8859-1
!*defaultCharset:	iso-8859-2
!*defaultCharset:	iso-2022-jp
!*defaultCharset:	shift_jis
!*defaultCharset:	x-euc-jp
!*defaultCharset:	big5
!*defaultCharset:	x-euc-tw
!*defaultCharset:	gb2312
*defaultCharset:	euc-kr
!*defaultCharset:	iso-2022-kr
!*defaultCharset:	koi8-r
!*defaultCharset:	iso-8859-5
!*defaultCharset:	iso-8859-7
!*defaultCharset:	iso-8859-9



! ============================================================================
! Fonts used in the display area.
! ============================================================================


! Default fonts for various charsets, prop(ortional) and fixed.
!
! Format is foundry-family-pointsize-scaling.
! Pointsize is in tenths of a point.
! Scaling is either "scale" or "noscale".
!
! These are only used the first time you start up.
! After that, the preferences file is used.
! The "Defaults" button in the Preferences dialog will revert to these.
!
*documentFonts.defaultFont*iso-8859-1.prop:	adobe-times-120-noscale
*documentFonts.defaultFont*iso-8859-1.fixed:	adobe-courier-100-noscale


! This table maps weight/slant pairs to bold/italic/boldItalic/normal
!
*documentFonts.face*-:			normal
*documentFonts.face*bold-i:		boldItalic
*documentFonts.face*bold-o:		boldItalic
*documentFonts.face*bold-r:		bold
*documentFonts.face*book-o:		italic
*documentFonts.face*book-r:		normal
*documentFonts.face*demi-i:		boldItalic
*documentFonts.face*demi-o:		boldItalic
*documentFonts.face*demi-r:		bold
*documentFonts.face*demibold-i:		boldItalic
*documentFonts.face*demibold-r:		bold
*documentFonts.face*light-i:		italic
*documentFonts.face*light-r:		normal
*documentFonts.face*medium-i:		italic
*documentFonts.face*medium-o:		italic
*documentFonts.face*medium-r:		normal
*documentFonts.face*medium-roman:	normal
*documentFonts.face*normal-i:		italic
*documentFonts.face*normal-r:		normal
*documentFonts.face*regular-i:		italic
*documentFonts.face*regular-r:		normal
*documentFonts.face*roman-r:		normal
*documentFonts.face*w3-r:		normal
*documentFonts.face*w3h-r:		normal
*documentFonts.face*w4-r:		normal
*documentFonts.face*w5-r:		normal
*documentFonts.face*w9-r:		normal


! This table maps XLFD family names to nice family names
!
*documentFonts.family*djb:			DJB
*documentFonts.family*haebfix:			Haeberli Fixed
*documentFonts.family*itc avant garde gothic:	ITC Avant Garde Gothic
*documentFonts.family*itc bookman:		ITC Bookman
*documentFonts.family*itc zapf chancery:	ITC Zapf Chancery
*documentFonts.family*itc zapf dingbats:	ITC Zapf Dingbats
*documentFonts.family*lucidatypewriter:		Lucida Typewriter


! This table maps XLFD foundry names to nice foundry names
!
*documentFonts.foundry*b&h:	B&H
*documentFonts.foundry*dec:	DEC
*documentFonts.foundry*hku:	HKU
*documentFonts.foundry*sgi:	SGI


! This table maps MIME charsets to language groups
!
*documentFonts.charsetlang*gb_2312-80:			Simplified Chinese
*documentFonts.charsetlang*iso-8859-1:			Western
*documentFonts.charsetlang*iso-8859-2:			Central European
*documentFonts.charsetlang*iso-8859-5:			Cyrillic
*documentFonts.charsetlang*iso-8859-7:			Greek
*documentFonts.charsetlang*iso-8859-9:			Turkish
*documentFonts.charsetlang*jis_x0201:			Japanese
*documentFonts.charsetlang*jis_x0208-1983:		Japanese
*documentFonts.charsetlang*jis_x0212-1990:		Japanese
*documentFonts.charsetlang*koi8-r:			Cyrillic
*documentFonts.charsetlang*ks_c_5601-1987:		Korean
*documentFonts.charsetlang*x-cns11643-1110:		Traditional Chinese
*documentFonts.charsetlang*x-cns11643-1:		Traditional Chinese
*documentFonts.charsetlang*x-cns11643-2:		Traditional Chinese
*documentFonts.charsetlang*x-gb2312-11:			Simplified Chinese
*documentFonts.charsetlang*x-jisx0208-11:		Japanese
*documentFonts.charsetlang*x-ksc5601-11:		Korean
*documentFonts.charsetlang*x-x-big5:			Traditional Chinese


! This table maps X11 font charsets to MIME charsets
!
*documentFonts.charset*-:					x-ignore
*documentFonts.charset*-ascii:					x-ignore
*documentFonts.charset*-dingbats:				x-ignore
*documentFonts.charset*-hiragana:				x-ignore
*documentFonts.charset*-ibm pc:					x-ignore
*documentFonts.charset*-katakana:				x-ignore
*documentFonts.charset*-roman:					x-ignore
*documentFonts.charset*-symbol:					x-ignore
*documentFonts.charset*78-h:					x-ignore
*documentFonts.charset*78.euc-h:				x-ignore
*documentFonts.charset*add-h:					x-ignore
*documentFonts.charset*adobe.cns1-0:				x-ignore
*documentFonts.charset*adobe.gb1-0:				x-ignore
*documentFonts.charset*adobe.japan1-0:				x-ignore
*documentFonts.charset*adobe.japan1-1:				x-ignore
*documentFonts.charset*adobe.japan1-2:				x-ignore
*documentFonts.charset*adobe.japan2-0:				x-ignore
*documentFonts.charset*adobe.korea1-0:				x-ignore
*documentFonts.charset*big5-0:					x-x-big5
*documentFonts.charset*big5.et-0:				x-x-big5
*documentFonts.charset*big5.et.ext-0:				x-x-big5
*documentFonts.charset*big5.etext-0:				x-x-big5
*documentFonts.charset*big5.hku-0:				x-x-big5
*documentFonts.charset*big5.hku-1:				x-x-big5
*documentFonts.charset*big5.pc-0:				x-x-big5
*documentFonts.charset*big5.shift-0:				x-x-big5
*documentFonts.charset*cmr.sun-fontspecific:			x-ignore
*documentFonts.charset*cns11643.1986-1:				x-cns11643-1
*documentFonts.charset*cns11643.1986-2:				x-cns11643-2
*documentFonts.charset*cns11643.1992-1:				x-cns11643-1
*documentFonts.charset*cns11643.1992-2:				x-cns11643-2
*documentFonts.charset*cns11643.1992.1-0:			x-cns11643-1
*documentFonts.charset*cns11643.1992.2-0:			x-cns11643-2
*documentFonts.charset*dec-decctrl:				x-ignore
*documentFonts.charset*dec-decksroman:				x-ignore
*documentFonts.charset*dec-decmath_extension:			x-ignore
*documentFonts.charset*dec-decmath_italic:			x-ignore
*documentFonts.charset*dec-decmath_symbol:			x-ignore
*documentFonts.charset*dec-decsuppl:				x-ignore
*documentFonts.charset*dec-dectech:				x-ignore
*documentFonts.charset*dec-drcs:				x-ignore
*documentFonts.charset*dec-fontspecific:			x-ignore
*documentFonts.charset*dec.cns11643.1986-2:			x-cns11643-1110
*documentFonts.charset*dec.cns11643.1986-udc:			x-ignore
*documentFonts.charset*dec.dtscs.1990-2:			x-ignore
*documentFonts.charset*euc-h:					x-ignore
*documentFonts.charset*ext-h:					x-ignore
*documentFonts.charset*gb2312.1980-0:				gb_2312-80
*documentFonts.charset*gb2312.1980-1:				x-gb2312-11
*documentFonts.charset*gb2312.1980-udc:				x-ignore
*documentFonts.charset*hojo-h:					x-ignore
*documentFonts.charset*hp-japanese15:				x-ignore
*documentFonts.charset*hp-japaneseeuc:				x-ignore
*documentFonts.charset*hp-roman8:				x-ignore
*documentFonts.charset*hpbig5-:					x-x-big5
*documentFonts.charset*ibm-850:					x-ignore
*documentFonts.charset*ibm-fontspecific:			x-ignore
*documentFonts.charset*ibm-ibmcs01007ext:			x-ignore
*documentFonts.charset*ibm-special:				x-ignore
*documentFonts.charset*ibm-udcjp:				x-ignore
*documentFonts.charset*iso646.1991-irv:				x-ignore
*documentFonts.charset*iso8859-1:				iso-8859-1
*documentFonts.charset*iso8859-2:				iso-8859-2
*documentFonts.charset*iso8859-3:				x-ignore
*documentFonts.charset*iso8859-4:				x-ignore
*documentFonts.charset*iso8859-5:				iso-8859-5
*documentFonts.charset*iso8859-6:				x-ignore
*documentFonts.charset*iso8859-7:				iso-8859-7
*documentFonts.charset*iso8859-8:				x-ignore
*documentFonts.charset*iso8859-9:				iso-8859-9
*documentFonts.charset*iso8859-adobe:				x-ignore
*documentFonts.charset*itc zapf dingbats.adobe-fontspecific:	x-ignore
*documentFonts.charset*itc zapfdingbats.sun-fontspecific:	x-ignore
*documentFonts.charset*jisx0201-romankana:			x-ignore
*documentFonts.charset*jisx0201.1976-0:				jis_x0201
*documentFonts.charset*jisx0201.1976-1:				jis_x0201
*documentFonts.charset*jisx0208-kanji00:			x-ignore
*documentFonts.charset*jisx0208-kanji11:			x-ignore
*documentFonts.charset*jisx0208.1983-0:				jis_x0208-1983
*documentFonts.charset*jisx0208.1983-1:				x-jisx0208-11
*documentFonts.charset*jisx0208.1990-0:				jis_x0208-1983
*documentFonts.charset*jisx0212.1990-0:				jis_x0212-1990
*documentFonts.charset*jisx0212.1990-ocmp.1992:			jis_x0212-1990
*documentFonts.charset*koi8-1:					koi8-r
*documentFonts.charset*koi8-r:					koi8-r
*documentFonts.charset*ks-roman:				x-ignore
*documentFonts.charset*ksc5601.1987-0:				ks_c_5601-1987
*documentFonts.charset*ksc5601.1987-1:				x-ksc5601-11
*documentFonts.charset*misc-fontspecific:			x-ignore
*documentFonts.charset*necjisx0208.1983-0:			x-ignore
*documentFonts.charset*novanet-1:				x-ignore
*documentFonts.charset*nwp-h:					x-ignore
*documentFonts.charset*pimai.adobe-fontspecific:		x-ignore
*documentFonts.charset*rksj-h:					x-ignore
*documentFonts.charset*screen.sun-fontspecific:			x-ignore
*documentFonts.charset*sgi-fontspecific:			x-ignore
*documentFonts.charset*shiftjis-0:				x-ignore
*documentFonts.charset*sunolcursor-1:				x-ignore
*documentFonts.charset*sunolglyph-1:				x-ignore
*documentFonts.charset*symbol.adobe-fontspecific:		x-ignore
*documentFonts.charset*symbol.sun-fontspecific:			x-ignore
*documentFonts.charset*tis620.2533-1:				x-ignore
*documentFonts.charset*wp-symbol:				x-ignore
*documentFonts.charset*zapfdingbats.adobe-fontspecific:		x-ignore


! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
! are based on this.  The default increment is 20%, which means that the 4
! is 20% larger than the 3, the 5 is 40% larger, and so on.
!
*documentFonts.sizeIncrement:	20


! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
! same fonts in their font path, and, to make matters even worse, they have
! the 75 before the 100 even if their monitor is around 100 DPI.  The
! following is provided so that these people can hack their fonts without
! having to correct their font path.
!
! To correct your font path, take a look at
!   http://home.netscape.com/assist/support/client/tn/unix/10305.html
! which is a Technical Note linked from Help->Frequently Asked Questions.
!
! The last part of the left hand side (iso-8859-1) is the MIME charset
! corresponding to the X11 font charset (see above).
!
! To use e.g. 100 DPI fonts, change the final "*" to "100".
!
*documentFonts.xResolution*iso-8859-1:	*
*documentFonts.yResolution*iso-8859-1:	*


! ============================================================================
! Fonts used for printing.
! ============================================================================
!
! psname  is the full PostScript font name
! pscode  is the character encoding used in the PostScript font
! pswidth is the PostScript width per character, only useful for "square"
!         fonts such as those found in East Asia

! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
! and cannot be changed.
!
!*documentFonts.latin1.variable.normal*psname:		Times-Roman
!*documentFonts.latin1.variable.bold*psname:		Times-Bold
!*documentFonts.latin1.variable.italic*psname:		Times-Italic
!*documentFonts.latin1.variable.boldItalic*psname:	Times-BoldItalic
!*documentFonts.latin1.fixed.normal*psname:		Courier
!*documentFonts.latin1.fixed.bold*psname:		Courier-Bold
!*documentFonts.latin1.fixed.italic*psname:		Courier-Oblique
!*documentFonts.latin1.fixed.boldItalic*psname:		Courier-BoldOblique
!*documentFonts.latin1*pscode:				iso-8859-1
!*documentFonts.latin1*pswidth:				*


! Netscape does not differentiate between variable and fixed, and between
! normal, bold, italic and boldItalic for the following East Asian fonts.
!
! The charset fields are the charset names corresponding to the available
! locales (e.g. for Japan, that would be x-euc-jp and shift_jis).
!
*documentFonts.x-euc-jp*psname:		Ryumin-Light-RKSJ-H
*documentFonts.x-euc-jp*pscode:		shift_jis
*documentFonts.x-euc-jp*pswidth:	1000
*documentFonts.shift_jis*psname:	Ryumin-Light-RKSJ-H
*documentFonts.shift_jis*pscode:	shift_jis
*documentFonts.shift_jis*pswidth:	1000

*documentFonts.euc-kr*psname:		SMgoJ
*documentFonts.euc-kr*pscode:		euc-kr
*documentFonts.euc-kr*pswidth:		1000

!*documentFonts.gb2312*psname:		???
!*documentFonts.gb2312*pscode:		???
!*documentFonts.gb2312*pswidth:		???

!*documentFonts.x-euc-tw*psname:	???
!*documentFonts.x-euc-tw*pscode:	???
!*documentFonts.x-euc-tw*pswidth:	???

!
! Navigator mouse documentation.
!
!*tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
Netscape*tipLabel.background:  #FFFFCC
Netscape*tipLabel.foreground:  Black
Netscape*tipShell.borderColor: Black
Netscape*tipShell.borderWidth: 1

!
! Browser documentation and tip strings
!
! Navigator/File menu
*openBrowser.documentationString:	 湮      
*editorNew.documentationString:		  ۼ
*editorNewBlank.documentationString: ִ   ۼ
*editorNewTemplate.documentationString:	\
ø    ۼ
*editorNewWizard.documentationString: \
Netscape Ȩ ִ   
*editDocument.documentationString:    쿡  
*openURL.documentationString:       Ʈũ  
*openFile.documentationString:      ũ  
*editorOpenFile.documentationString:   
*saveAs.documentationString:          
*uploadFile.documentationString:     FTP 丮  ø()
*mailNew.documentationString:         ۼ
*mailto.documentationString:          Ϸ 
*print.documentationString:           μ <Alt+P>
*delete.documentationString:         â ݱ
*quit.documentationString:           â ݰ Netscape 

! Navigator/Edit menu
*undo.documentationString:            
*redo.documentationString:             ǻ츮
*cut.documentationString:           \
 κ ߶ Ŭ忡 ֱ <Alt+X>
*copy.documentationString:          \
 κ  Ŭ忡 ֱ <Alt+C>
*paste.documentationString:			Ŭ   <Alt+Y>
*find.documentationString:          \
  ڿ ˻ <Alt+F>
*findAgain.documentationString:      ã ݺ...

! Navigator/View menu
*reload.documentationString:          ٽ б
*reloadFrame.documentationString:     ٽ б
*loadImages.documentationString:    ޽ ̹ б
*refresh.documentationString:         ٽ ׸
*source.documentationString:          ҽ 
*docInfo.documentationString:       \
 
*frameSource.documentationString:      ҽ 
*frameInfo.documentationString:      

! Navigator/Go menu
*back.documentationString:	        湮    ư
*forward.documentationString:	    \
湮    
*home.documentationString:	        \
Ȩ 
*abort.documentationString:	         

! Navigator/Bookmarks menu
*addBookmark.documentationString:   \
  å Ͽ ߰

! Navigator/Options menu
*generalPrefs.documentationString:  α׷ Ϲ ȯ漳 
*editorPrefs.documentationString:     
*mailNewsPrefs.documentationString:    ȯ漳 
*networkPrefs.documentationString:  Ʈũ ȯ漳 
*securityPrefs.documentationString:   ڹ ȯ漳 
*showMenubar.documentationString:   ޴ ǥ/߱
*showToolbar.documentationString:    ǥ/߱
*showURL.documentationString:       URL ǥ/߱
*showDirectoryButtons.documentationString: 丮 ư ǥ/߱
*showJavaConsole.documentationString: ڹ ܼ ǥ/߱
!*showSecurityBar.documentationString: Ƚĺ ǥ/߱
*autoLoadImages.documentationString: ζ ̹ ڵε
*docEncoding*documentationString:    ڵ
*saveOptions.documentationString:   ɼ 

! Navigator/Directory menu
*netscape.documentationString:      \
Netscape Ȩ
!*sgi.documentationString:		    Silicon Graphics, Inc. Home Page
!*adobe.documentationString:	 	Adobe Systems, Inc. Home Page
*whatsNew.documentationString:		ͳ ֽ Ʈ
*whatsCool.documentationString:		   
*galleria.documentationString:		Netscape 
*inetIndex.documentationString:		ͳ Ž
*inetSearch.documentationString:	ͳ ˻
*inetWhite.documentationString:		 
*inetAbout.documentationString:		ͳݿ Ͽ

! Navigator/Window menu
*openMail.documentationString:       â 
*openNews.documentationString:       â 
!*siteManager.documentationString:  Pop-up Site Manager window
*editAddressBook.documentationString: ּҷ 
*viewBookmark.documentationString:  å â 
*viewHistory.documentationString:   湮  
!*windowButton.documentationString: Switch to named document window

! Navigator/Help menu
*about.documentationString:         \
α׷  ǥ,   ۱
*aboutplugins.documentationString:  ÷ 
*registration.documentationString:  \
ǰ ϰ  
*upgrade.documentationString:       \
Netscape Ʈ ׷̵ 
!*webStarter.documentationString:   \
  ڸ  ڿ  ũ
*manual.documentationString:        ¶ ޴
*relnotes.documentationString:      \
ϰ ִ Netscape  
*faq.documentationString:           Ϲ   亯
*aboutSecurity.documentationString: Netscape  
*feedback.documentationString:      \
Netscape  ˸
*support.documentationString:       \
Netscape ޴ 
*howTo.documentationString:           ۼ

! Navigator/Toolbar (tip strings and special documentation strings)
*back.tipString:		            湮    ư
*forward.tipString:		            湮    
*home.tipString:                    Ȩ 
*editDocument.tipString:			 
*reload.tipString:                  ٽ б
*loadImages.tipString:              ̹ б
*openURL.tipString:                 ũũ  
*print.tipString:                     μ
*find.tipString:                      ڿ ˻
*abort.tipString:                    
! Same as Help/about menu item
*logo.documentationString:          \
Netscape Ȩ() 
*logo.tipString:                    Netscape Ȩ

! Navigatpr/Dashboard
*docinfoLabel.documentationString:  \
Ƚĺ, پ   
*docinfoLabel.tipString:            Ƚĺ
*biffButton.documentationString:     â    
*biffButton.tipString:               

! Editor/File menu (additonal items)
*Editor*editorNewBlank.documentationString: ִ   ۼ <Alt+N>
*editorBrowse.documentationString:     â 
*Editor*editorOpenFile.documentationString:    <Alt+O>
*Editor*save.documentationString:      <Alt+S>
*Editor*saveAs.documentationString:   ̸ 
*publish.documentationString:       \
  Ǵ 丮  ø

! Editor/Edit menu (additonal items)
*deleteItem.documentationString:      Ǵ  ׸ 
*selectAll.documentationString:      ü 
*selectTable.documentationString:   ̺ ü 
*deleteTable.documentationString:    Ŀġ ̺ 
*deleteRow.documentationString:     ̺  
*deleteColumn.documentationString:  ̺  
*deleteCell.documentationString:    ̺  
*removeLinks.documentationString:   \
Ŀ ġ Ǵ    ũ 

! Editor/View menu (additonal items)
*editSource.documentationString:    ܺ α׷   
*paragraphMarks.documentationString:  ܶ  ׷ ȣ ǥ
*displayTables.documentationString:   ̺ ǥ

! Editor/Insert menu (additonal menu)
*insertLink.documentationString:    \
 Ŀ ġ  ũ  Ȥ  ؽƮ ̹ ũ ۼ
*insertTarget.documentationString:  ̸  Ŀ(Named Anchor) θ ̵ ǥ 
*insertImage.documentationString:    Ŀ ġ ̹ 
*insertHorizontalLine.documentationString: \
 Ŀ ġ  
*insertHtmlTag.documentationString: \
Ŀ ġ  HTML ± 
*insertTable.documentationString:    Ŀ ġ ̺ 
*insertRow.documentationString:     ̺ ο  
*insertColumn.documentationString:  ̺ ο  
*insertCell.documentationString:    \
̺ ο  
*insertNewLineBreak.documentationString: ο ࿡ ؽƮ ϱ ٹٲ
*insertBreakBelow.documentationString: \
̹ ؿ ؽƮ ϱ ٹٲ
*insertNonBreaking.documentationString: \
Ŀ ġ    

! Editor/Properties menu (additonal menu)
*textProperties.documentationString: ,ܶ,۲ Ӽ 
*linkProperties.documentationString: ũ Ӽ 
*targetProperties.documentationString: ̸  Ŀ(Named Anchor) θ ̵ ǥ Ӽ 
*imageProperties.documentationString: ̹ Ӽ 
*tableProperties.documentationString: ̺, ,  Ӽ 
*hruleProperties.documentationString:  Ӽ 
*tagProperties.documentationString: HTML ± Ӽ 
*documentProperties.documentationString: \
 Ӽ 

*bold.documentationString:           ŸϷ  <Alt+B>
*italic.documentationString:        ڸü ŸϷ  <Alt+I>
*underline.documentationString:      ŸϷ  <Alt+U>
*fixed.documentationString:          Ÿ  <Alt+T>
*superscript.documentationString:   ÷ ŸϷ 
*subscript.documentationString:     Ʒ÷ ŸϷ 
*strikethrough.documentationString: Ҽ ŸϷ 
*blink.documentationString:          ŸϷ 
*textColor.documentationString:     ۲  
*defaultColor.documentationString:   ⺻ ۲û  
*serverJavaScript.documentationString:  ڹ ũƮ ǥ  Ÿ 
*clientJavaScript.documentationString: Ŭ̾Ʈ ڹ ũƮ ǥ  Ÿ 
*clearAllStyles.documentationString: \
  Ÿϰ ũ Ӽ  <Alt+K>
*fontSize*documentationString:      ۲ ũ 
*paragraphProperties.indent.documentationString: \
ܶ 鿩  ܰ 
*paragraphProperties.outdent.documentationString: \
ܶ 鿩  ܰ 
*paragraphProperties*documentationString: \
ܶ Ǵ Ӹ Ÿ 

! Editor/Options menu (additional items)
*Editor*showToolbar.documentationString: /  ǥ/߱
*showCharacter.documentationString:   ǥ/߱
*showParagraph.documentationString: ܶ  ǥ/߱

! Editor/Toolbar
*editorNewBlank.tipString:           
*editorOpenFile.tipString:           
*save.tipString:                    
*editorBrowse.tipString:             
*cut.tipString:                     ߶󳻱
*copy.tipString:                    
*paste.tipString:                   ٿֱ
*publish.tipString:                  

*charSizeShrink.documentationString: ۲ ũ 1 
*charSizeShrink.tipString:          ۲ ũ  
*charSizeGrow.documentationString:  ۲ ũ 1 
*charSizeGrow.tipString:            ۲ ũ 
*fontSize.documentationString:      ۲ ũ 
*fontSize.tipString:                ۲ ũ 
!*bold.documentationString:         Set the style to Bold <Alt+B>
*bold.tipString:                    
!*italic.documentationString:       Set the style to Italic <Alt+I>
*italic.tipString:                  ڸü
!*fixed.documentationString:        Set the style to Fixed Width <Alt+T>
*fixed.tipString:                   
!*textColor.documentationString:    Change or edit current font color
*textColor.tipString:               ۲û
*makeLink.documentationString:		\
 ǥõ ؽƮ ũ ,  ũ  Ȥ ο ũ 
*makeLink.tipString:				ũ 
*clearAllStyles.tipString:           Ÿ 
*insertTarget.documentationString:  ̸  Ŀ(Named Anchor) θ ̵ ǥ 
*insertTarget.tipString:            ̵ ǥ 
*insertImage.documentationString:    Ŀ ġ ̹ 
*insertImage.tipString:             ̹ 
*insertHorizontalLine.documentationString: \
 Ŀ ġ  
*insertHorizontalLine.tipString:     
!*insertTable.documentationString:   Ŀ ġ ̺ 
*insertTable.tipString:             ̺ 
*objectProperties.documentationString: \
Ŀ ġ ü Ӽ 
*objectProperties.tipString:        ü Ӽ

*paragraphProperties.documentationString: ܶ Ǵ Ӹ Ÿ 
*paragraphProperties.tipString:     ܶ Ÿ 
*insertBulleted.documentationString: \
ȣ  Ʈ , , 
*insertBulleted.tipString:          Ҹ Ʈ
*insertNumbered.documentationString: \
ȣ ִ Ʈ , , 
*insertNumbered.tipString:          ȣ ִ Ʈ
*indent.documentationString:        \
ܶ 鿩 Ѵܰ  <Tab>
*indent.tipString:                  鿩 
*outdent.documentationString:       \
ܶ 鿩⸦ Ѵܰ  <Shift+Tab>
*outdent.tipString:                 鿩 
*alignLeft.documentationString:      
*alignLeft.tipString:                
*alignCenter.documentationString:    
*alignCenter.tipString:              
*alignRight.documentationString:     
*alignRight.tipString:               

! Editor/Popups (additional items)
*browseLink.documentationString:     ũ 
*editLink.documentationString:        â ũ 
*bookmarkLink.documentationString:   ũ å Ͽ ߰
*copyLink.documentationString:       ũ Ŭ忡 
*removeLink.documentationString:    \
Ŀ ġ Ǵ    ũ 

! Mail/File menu (additional items)
*newFolder.documentationString:		  ۼ
*openFolder.documentationString:	  ߰
*saveMessageAs.documentationString: \
 ޽ 
!*deliverQueuedMessages.documentationString: Deliver any queued messages
*emptyTrash.documentationString:	(Trash)  ޽ 
*compressFolder.documentationString:   ޽ ¥ 

! Mail/Edit menu (additional items)
*deleteMessage.documentationString:	޽ (Trash) ű
*deleteFolder.documentationString:	õ  
*selectThread.documentationString:	\
   
*selectMarkedMessages.documentationString: \
 ǥõ  ޽ 
*selectAllMessages.documentationString:	 ޽ 

! Mail/View menu (additional items)
*reSort.documentationString:		
*threadMessages.documentationString: õ ޽ 
*sortBackward.documentationString:	\
  :  Ǵ 
*sortByDate.documentationString:	¥ 
*sortBySubject.documentationString:	 
*sortBySender.documentationString:	  
*sortByMessageNumber.documentationString: ޽ ȣ 
*rot13Message.documentationString:	ũ 
*wrapLongLines.documentationString:	ڵ ٹٲ
*attachmentsInline.documentationString: \
÷  ζ ü ǥ
*attachmentsAsLinks.documentationString: ÷θ ũ ǥ

! Mail/Message menu (additional items)
*replyToSender.documentationString:   
*replyToAll.documentationString:       Ͽ ο 
*forwardMessage.documentationString:  ޽ ÷η 
*forwardMessageQuoted.documentationString: \
 ޽ ο 
*markSelectedRead.documentationString:  ޽ 
*markSelectedUnread.documentationString:   ޽ 
*markSelectedMessages.documentationString: \
  ޽  ǥϱ
*unmarkSelectedMessages.documentationString: \
  ޽  ǥ
*editAddress.documentationString:	\
ּҷϿ ޽   ߰
*moveMessagesInto*documentationString: \
 ޽ ű
*copyMessagesInto*documentationString: \
 ޽ ϱ

! Mail/Go menu (additional items)
*nextMessage.documentationString:    ޽ 
*previousMessage.documentationString:  ޽ 
*firstUnreadMessage.documentationString:   ù° ޽ 
*nextUnreadMessage.documentationString: \
   ޽ 
*previousUnreadMessage.documentationString: \
   ޽ 
*firstMarkedMessage.documentationString:  ǥõ ù° ޽ 
*nextMarkedMessage.documentationString:  ǥõ  ޽ 
*previousMarkedMessage.documentationString:	 ǥõ  ޽ 

! Mail/Options menu (additional items)
*showAllMessages.documentationString:  ޽ ǥ
*showOnlyUnread.documentationString: \
   ޽ ǥ
*showAllHeaders.documentationString: \
޽ ǥ   Ӹ ǥ
*showSomeHeaders.documentationString: \
޽ ǥ  Ϻ Ӹ ǥ
*showMicroHeaders.documentationString: \
޽ ǥ  Ͽ Ӹ ǥ

! Mail/Toolbar
*getNewMail.documentationString:      
*getNewMail.tipString:               ޱ
*deleteMessage.tipString:           
*mailNew.tipString:                  ޽
*replyToSender.tipString:           
*replyToAll.tipString:              ο 
*forwardMessage.tipString:          ÷ 
*previousUnreadMessage.tipString:      ޽
*nextUnreadMessage.tipString:          ޽

! Composition/Edit menu (additional items)
*pasteQuote.documentationString:    Ŭ  ο 
*clear.documentationString:           
*clearAllText.documentationString:    
*selectAllText.documentationString: ü  
*rot13.documentationString:         ޽ ؽƮ 13  ̵()

! Composition/View menu (additional items)
*showFrom.documentationString:      ߽(From) 
*showReplyTo.documentationString:   ߽(Reply To)
*showTo.documentationString:        (Mail To)
*showCC.documentationString:        (Mail Cc)
*showBCC.documentationString:        (Mail Bcc)
*showFCC.documentationString:        (File Cc)
*showPostTo.documentationString:     ׷(Newstroups)
*showFollowupTo.documentationString:    ׷(Followup To)
*showSubject.documentationString:   (Subject)
*showAttachments.documentationString: ÷(Attachement)
*wrapLines.documentationString:		72ں   ڵ ٹٲ

! Composition/Options menu (additional items)
*deliverNow.documentationString:     
*deliverLater.documentationString:  ߿ 

! Compose/Toolbar
*sendOrSendLater.documentationString:  ޽ 
*sendOrSendLater.tipString:         ޽ 
*quoteMessage.documentationString:  \
  ο ٿֱ
*quoteMessage.tipString:             ο
*attachFile.documentationString:    \
 ޽  ÷
*attachFile.tipString:   ÷
!*editAddressBook.documentationString: ּҷ 
*editAddressBook.tipString:         ּҷ

! News/File menu (additional items)
*postNew.documentationString:		  ۼϿ ø
*openNewsHost.documentationString:    Ͽ   ߰
*deleteNewsHost.documentationString:   Ͽ  
*addNewsgroup.documentationString:    ׷ ߰
*getMoreMessages.documentationString: ޽  ޱ

! News/Edit menu (additional items)
*cancelMessage.documentationString: \
 ޽  ׷쿡 

! News/Message menu (additional items)
*postReply.documentationString:      ׷쿡 
*postAndMailReply.documentationString: \
   ø   
*replyToSender.documentationString: 
*markThreadRead.documentationString:   ǥ
*markAllRead.documentationString:      ǥ

! News/Options menu (additional items)
*showSubscribedNewsGroups.documentationString: \
  ׷ ǥ
*showActiveNewsGroups.documentationString: \
  ޽ ִ  ׷ ǥ
*showAllNewsGroups.documentationString: \
     ׷ ǥ
*checkNewNewsGroups.documentationString: \
     ׷ ǥ
*addFromNewest.documentationString: \
߰ ޽  , ֽ ޽ ޱ
*addFromOldest.documentationString: ߰ ޽  ,  ޽ ޱ

! News/Toolbar
*postNew.tipString:			          ø
*postReply.tipString:			     
*postAndMailReply.tipString:           
*markThreadRead.tipString:            ǥ
*markAllRead.tipString:                ǥ
!*fontList:\
!-adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
!-adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
!-adecw-screen-medium-r-normal--*-180-*-*-m-*:
!*fontList:\
!	-*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
!-*-*-medium-r-normal--*-120-*-*-*-*:
*preeditType: root

*versionLocale: ko 
 
*url.whats_new:   http://home.kr.netscape.com/ko/home/whats-new.html
*url.whats_cool:http://home.kr.netscape.com/ko/home/whats-cool.html
*url.directory:   http://home.kr.netscape.com/ko/home/internet-directory.html
*url.search:   http://home.kr.netscape.com/ko/home/internet-search.html
*url.white: http://home.kr.netscape.com/ko/home/internet-white-pages.html
*url.about: http://home.kr.netscape.com/ko/home/about-the-internet.html
*url.howto: http://home.kr.netscape.com/ko/home/how-to-create-web-services.html
*url.netscape: http://home.kr.netscape.com/ko/
*url.galleria: http://home.kr.netscape.com/ko/home/netscape-galleria.html
*url.rel_notes:   http://home.kr.netscape.com/ko/eng/mozilla/3.0/relnotes/unix-
*url.reg:   http://cgi.kr.netscape.com/ko/cgi-bin/reginfo.cgi
*url.manual:   http://home.kr.netscape.com/ko/eng/mozilla/3.0/handbook/
*url.faq:   http://home.kr.netscape.com/ko/eng/mozilla/3.0/faq.html
*url.security: http://home.kr.netscape.com/ko/info/security-doc.html
*url.feedback: http://cgi.kr.netscape.com/ko/cgi-bin/auto_bug.cgi
*url.support:  http://home.kr.netscape.com/ko/home/how-to-get-support.html
*url.software:  http://home.kr.netscape.com/ko/comprod/upgrades/index.html
*url.destinations: http://home.kr.netscape.com/ko/escapes/index.html


! This table maps the host's locale names to MIME charsets.
! Only some of these locales are supported.
!
*localeCharset*C:			iso-8859-1
*localeCharset*POSIX:			iso-8859-1
*localeCharset*cs_CZ.ISO8859-2:		iso-8859-2
*localeCharset*cs_CZ:			iso-8859-2
*localeCharset*da_DK.ISO8859-1:		iso-8859-1
*localeCharset*de_CH.ISO8859-1:		iso-8859-1
*localeCharset*de_DE.ISO8859-1:		iso-8859-1
*localeCharset*el_GR.ISO8859-7:		iso-8859-7
*localeCharset*en_GB.ISO8859-1:		iso-8859-1
*localeCharset*en_US.ISO8859-1:		iso-8859-1
*localeCharset*es_ES.ISO8859-1:		iso-8859-1
*localeCharset*fi_FI.ISO8859-1:		iso-8859-1
*localeCharset*fr_BE.ISO8859-1:		iso-8859-1
*localeCharset*fr_CA.ISO8859-1:		iso-8859-1
*localeCharset*fr_CH.ISO8859-1:		iso-8859-1
*localeCharset*fr_FR.ISO8859-1:		iso-8859-1
*localeCharset*hu_HU.ISO8859-2:		iso-8859-2
*localeCharset*hu_HU:			iso-8859-2
*localeCharset*is_IS.ISO8859-1:		iso-8859-1
*localeCharset*it_IT.ISO8859-1:		iso-8859-1
*localeCharset*iw_IL.ISO8859-8:		iso-8859-8
*localeCharset*iw_IL:			iso-8859-8
*localeCharset*ja_JP.SJIS:		shift_jis
*localeCharset*ja_JP.deckanji:		x-euc-jp
*localeCharset*ja_JP.eucJP:		x-euc-jp
*localeCharset*ja_JP.sdeckanji:		x-euc-jp
*localeCharset*ja_JP:			x-euc-jp
*localeCharset*ko_KR.deckorean:		euc-kr
*localeCharset*ko_KR.eucKR:		euc-kr
*localeCharset*ko_KR.EUC:		euc-kr
*localeCharset*ko_KR:			euc-kr
*localeCharset*nl_BE.ISO8859-1:		iso-8859-1
*localeCharset*nl_NL.ISO8859-1:		iso-8859-1
*localeCharset*no_NO.ISO8859-1:		iso-8859-1
*localeCharset*pl_PL.ISO8859-2:		iso-8859-2
*localeCharset*pl_PL:			iso-8859-2
*localeCharset*pt_PT.ISO8859-1:		iso-8859-1
*localeCharset*ru_RU.ISO8859-5:		iso-8859-5
*localeCharset*ru_RU:			iso-8859-5
*localeCharset*sk_SK.ISO8859-2:		iso-8859-2
*localeCharset*sk_SK:			iso-8859-2
*localeCharset*sv_SE.ISO8859-1:		iso-8859-1
*localeCharset*th_TH.TACTIS:		x-tactis
*localeCharset*th_TH:			x-tactis
*localeCharset*tr_TR.ISO8859-9:		iso-8859-9
*localeCharset*zh_CN.dechanzi:		gb2312
*localeCharset*zh_CN.dechanzi@pinyin:	gb2312
*localeCharset*zh_CN.dechanzi@radical:	gb2312
*localeCharset*zh_CN.dechanzi@stroke:	gb2312
*localeCharset*zh_CN:			gb2312
*localeCharset*zh_HK.big5:		big5
*localeCharset*zh_HK.dechanyu:		x-euc-tw
*localeCharset*zh_HK.dechanzi:		gb2312
*localeCharset*zh_HK.eucTW:		x-euc-tw
*localeCharset*zh_TW.big5:		big5
*localeCharset*zh_TW.big5@chuyin:	big5
*localeCharset*zh_TW.big5@radical:	big5
*localeCharset*zh_TW.big5@stroke:	big5
*localeCharset*zh_TW.dechanyu:		x-euc-tw
*localeCharset*zh_TW.dechanyu@chuyin:	x-euc-tw
*localeCharset*zh_TW.dechanyu@radical:	x-euc-tw
*localeCharset*zh_TW.dechanyu@stroke:	x-euc-tw
*localeCharset*zh_TW.eucTW:		x-euc-tw
*localeCharset*zh_TW.eucTW@chuyin:	x-euc-tw
*localeCharset*zh_TW.eucTW@radical:	x-euc-tw
*localeCharset*zh_TW.eucTW@stroke:	x-euc-tw
*localeCharset*zh_TW:			x-euc-tw


! OS-dependent font charset mappings
!
*documentFonts.charset*cns11643-0:				x-cns11643-1
*documentFonts.charset*cns11643-1:				x-cns11643-2
*documentFonts.charset*cns11643-2:				x-ignore


*strings.6796:  ߻߽ϴ.\n (TCP : %s)\n\nٽ  õϽʽÿ.

*strings.6795:    ϴ. ϰ\nϴ  ٿǾų ڰ  񽺸\n   Դϴ.\n\n߿ ٽ  õϽʽÿ.

*strings.6794:  ߻߽ϴ.\n (TCP : %s)\n\nٽ  õϽʽÿ.

*strings.6793:Netsacpe ޷θ մϴ.\n\nٸ  α׷ ϰų\nâ ʽÿ.

*strings.6791: ġ(URL) ν  ϴ:\n  %.200s\n\nġ Ȯ  ٽ õϽʽÿ.

*strings.6789:FTP нú 带   ϴ.

*strings.6788:Netscape   FTP  带\n  ϴ.   ٿε\n ϴ.\n\n ڿ ϰų ߿ ٽ\nõϽʽÿ.

*strings.6787:Netscape 丮  (CD) FTP   \nϴ.   ٸ 丮   ϴ.\n\n  ڿ ϰų ߿ õϽʽÿ.

*strings.6786:Netscape Ÿ   Ʈ(PORT) FTP\n   ϴ.\n\n ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6785:Netscape  ̳ 丮 ã  ϴ:\n  %.200s\n\n ̸ Ȯ  ٽ õϽʽÿ.

*strings.6784:  ߻߽ϴ:  NNTP  \n\n߿ ٽ õϽʽÿ.

*strings.6783:   ߻߽ϴ.\n\n     \nڿ Ͻʽÿ.

*strings.6782:  ϴ.  ٿǾų\n   Դϴ.\n\n ٽ õ ʽÿ.  ȵǸ,\n ڿ Ͻʽÿ.

*strings.6781:Netscape  ã  ϴ:\n  %.200s\n  DNS ׸   ʽϴ.\n\n URL ִ  ̸ Ȯ \nٽ õϽʽÿ.

*strings.6780:  ϴ. \n ٿǾų Ʈũ  \n ֽϴ.\n\n߿ ٽ  õϽʽÿ.

*strings.6779: 縦   ϴ. ȿⰣ  Դϴ.\n\nٸ 縦 õ ʽÿ.

*strings.6778:Netscape   (newsrc)   ϴ.\n\n ȯ  Ȯ  ٽ õϽʽÿ.

*strings.6777:Netscape     ϴ:\n  %.200s\n\n ̸ Ȯ  ٽ õϽʽÿ.

*strings.6764:Netscape ͸ ϴ \nƮũ  ߻߽ϴ.\n(Ʈũ : %s)\n\nٽ õϽʽÿ.

*strings.6771:    ߻߽ϴ:\nNetscape SMTP    ϴ.\n ٿǾų ȯ漳 ٸ  ʾҽϴ.\n\n ȯ漳 ٸ Ǿ Ȯ \nٽ õϽʽÿ.

*strings.6770:    ߻߽ϴ.\n  :\n  %s\n ȯ漳 ڿ ּҸ Ȯ \nٽ õϽʽÿ.

*strings.6769:    ߻߽ϴ. \n  :\n  %s\n޽ ڸ Ȯ  ٽ õϽʽÿ.

*strings.6768:   SMTP  ߻߽ϴ.\n : %s

*strings.6767:    ߻߽ϴ. \n  :\n  %s\n޽ Ȯ  ٽ õϽʽÿ.

*strings.6766:    ߻߽ϴ: SMTP  .\n :\n  %s\n ڿ Ͽ  ʽÿ.

*strings.6760:Ʈũ  ߻߽ϴ:\n   ϴ. (TCP : %s)\n ٿǾų  ã  ϴ.\n\n߿ ٽ  õϽʽÿ.

*strings.6759: ϴ.  ٿǾų\n  ʽϴ.\n\n߿ ٽ   \n ڿ Ͻʽÿ.

*strings.6758:Netscape Ʈũ    źεǾϴ.:\n  %.200s\n  ޾Ƶ ʰų\nڰ  񽺸    Դϴ.\n\n߿  ٽ õϽʽÿ.

*strings.6757:Netscape Ʈũ (socket)    ϴ.\ný ҽ  ϰų Ʈũ ٿ\nԴϴ. (: %s)\n\n߿ ٽ  õϰų Netscape Ͻʽÿ.

*strings.6755:Netscape     Ϸ  ϴ.\ný ҽ    ֽϴ.\n\n\nNetscape Ͻʽÿ.

*strings.6754:Netscape 븮    ϴ.\n ٿǾų ȯ漳 ùٸ ʽϴ.\n\n븮 ȯ漳 Ȯ \nٽ õϰų,  ڿ Ͻʽÿ.

*strings.6753:Netscape 븮    ϴ.\n ٿǾų ȯ漳 ùٸ ʽϴ.\n\n븮 ȯ漳 Ȯ \nٽ õϰų,  ڿ Ͻʽÿ.

*strings.6749:ִ Դϴ.

*strings.6748:Netscape ͸ ޴ \nƮũ  ߻߽ϴ.\n(Ʈũ : %s)\n\nٽ  õϽʽÿ.

*strings.6747:Netscape ӽ    ϴ:\n  %.200s\n\n`ӽ 丮'  Ȯ  ٽ õϽʽÿ.

*strings.6765:    ߻߽ϴ:\n  ּ(return address) ȿ ʽϴ.\n\n ȯ漳 ڿ ּҰ ùٸ Ȯ \nٽ õϽʽÿ.

*strings.6750:ũ  áϴ. Netscape   ߴϰ\n մϴ.\n\nٸ    ϰ ٽ õϽʽÿ.

*strings.6740: Ȯ  ߻߽ϴ:\n\n%s\n\n̸ ȣ ԷϽʽÿ.

*strings.6739:Netscape ϳ  ׷쿡 ִ 3500\n縦 ó  ֽϴ.   а\nٽ 湮Ͽ  縦 ʽÿ.

*strings.6734: (From) ĭ  ֽϴ.

*strings.6733: (To) ĭ  ֽϴ.

*strings.6732:(Subject) ĭ  ֽϴ.

*strings.6731:ӽ     ߻߽ϴ.

*strings.6725:MIME  Ƽ-Ʈ ޽Դϴ.

*strings.6722:μⰡ ߴܵǾϴ.  ޴  \n߻߽ϴ.  ߴܵǾų  ϱ\n  մϴ.\n\nӽ 丮   ˻ϰų\nNetscape ٽ Ͻʽÿ.

*strings.6721:(signature)   4  ѽϴ.

*strings.6720:    79 ڸ ѽϴ\n κп  ߷Ȱų \n߸ Ǿ  Դϴ.\n\n  80ڸ  ʵ  Ͻʽÿ.

*strings.6719:Ʈũ  ߻Ͽ\n       ϴ.\n ٿǾų ã  ϴ.\n\n߿ ٽ õϽʽÿ.

*strings.6699: Netscape ȿⰣ Ǿϴ.\nNevigator ο  ٿε޾Ƽ Ͻʽÿ.

*strings.6698: Netscape Navigator  īǺ ȿⰣ Ǿϴ.\nNevigator ο  ٿε޾Ƽ Ͻʽÿ.

*strings.6697:WAIS 븮ڰ Ǿ  ʽϴ.\n\n븮 ȯ漳 Ȯ  ٽ õϽʽÿ.

*strings.6696: (NNTP)  ߻߽ϴ:\n %.100s

*strings.6695:  ߻߽ϴ.   ׷ ˻簡 Ϸ ߽ϴ.\n ׷  ⸦ ٽ õϽʽÿ.

*strings.6694:Netscape (newsrc) ã  Ƿ\n ۼϰ ֽϴ.

*strings.6693:NNTP  Ǿ  ʽϴ.\n\n ȯ漳 Ȯ  ٽ õϽʽÿ.

*strings.6692:  (%d).

*strings.6691:븮(proxy)   Netscape   \n  ϴ.

*strings.6689:POP3   ߻߽ϴ.\n  ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6688: ̸ Է ʾұ  POP3 \n  ϴ. ȯ漳 ٽ õϽʽÿ.

*strings.6687:POP3 ȣ ޴   ߻߽ϴ.

*strings.6686:POP3   ̸    ߻߽ϴ.\n  ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6685:POP3  ȣ    ߻߽ϴ.\n  ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6684: ο ޽ ϴ.

*strings.6683:POP3  ޽ ϴ   ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6682:POP  ó ޽  \n ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6681:POP3 κ ޽ ޴   ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6680:POP3  ޽ ϴ   ߻߽ϴ.\n ڿ ϰų ߿ ٽ õϽʽÿ.

*strings.6679:POP3 κ   ũ  ϴ\n   ٽ Ͻʽÿ.\n (' '  ' '\n    ֽϴ.)

*strings.6678: ޽    ߻߽ϴ.

*strings.6675: ø  ϴ: %.80s.\n:\n  %.200s\n\n丮     ʽϴ.\n ˻  ٽ õϽʽÿ.

*strings.6674:Netscape Nevigator Ÿ   ¥ ȿ Ⱓ\n˴ϴ: %s.\nNetscape Nevigator ֽ (ȿⰣ ) \n ޴ Ʈ Ͻʽÿ

*strings.6673:   ϴ:\n        %s

*strings.6672:丮   ϴ:\n        %s

*strings.6671:̹ ϴ ̳ 丮  ̸\n丮 ۼ  ϴ:\n        %s

*strings.6670:丮 ۼ  ϴ:\n        %s

*strings.6669:ü 丮 ƴմϴ:\n        %s

*strings.6668: Ȯ 

*strings.6599:޽   ޽ űų   ϴ.

*strings.6598: (Outbox ) ޽   ϴ.\n    ޽ ϴ Դϴ.

*strings.6597:`Unsent drafts'  ޽   ϴ.\n  Ŀ   ޽ ϴ Դϴ.

*strings.6596: ۼ  ϴ!

*strings.6595: ̹ մϴ.

*strings.6594: ִ ޽ ϱ     ϴ.

*strings.6593: ִ ޽ ϱ     ϴ.

*strings.6592:⺻  (inbox) ۼ  ϴ!

*strings.6591:  丮 ۼ  ϴ.\n ۵  Դϴ!

*strings.6590:ȯ漳 POP3 ȣƮ Ǿ  ʽϴ.

*strings.6589:  ķ  ο  ׷\n߰ ʾҽϴ.

*strings.6588:  ķ    ο  ׷\n   ߰Ǿϴ.   ׷ Ϸ\n``'' üũ ڽ ÿ.

*strings.6587:  ķ  %d ο  ׷\n   ߰Ǿϴ.   ׷ Ϸ\n``'' üũ ڽ ÿ.

*strings.6586:޽ ҵǾϴ.

*strings.6585:(FCC)    ϴ.

*strings.6584:  ̻  ʽϱ?

*strings.6583:    ̻  ʽϱ?

*strings.6582:  ӽ     ϴ.

*strings.6581: ޽ ID   ʽϴ.

*strings.6580:newsrc  ϳ м  ϴ.

*strings.6579:ڿ ּҰ  ʾҽϴ.\n̳  ޽      ȯ漳\n޽ ݼ ּҸ Ͻʽÿ.

*strings.6577:ȯ漳   ݼ ּ: %s\n\n ݼ ּҰ  ʽϴ.(`@'  ȣƮ ̸\nϴ.) ȿ ڿ ּҴ `@ȣƮ' ,̸,\nڴ α ID̰, ȣƮ ǻ ̸Դϴ.

*strings.6576:ȯ漳   ݼ ּ: %s\n\n ݼ ּҰ  ʽϴ.(`@'  ȣƮ ̸\nϴ.) ȿ ڿ ּҴ `@ȣƮ' ,̸,\nڴ α ID̰, ȣƮ ǻ ̸Դϴ.

*strings.6575:   ȯ漳 SMTP ȣƮ Ǿ  ʽϴ.

*strings.6574: ޽ ϱ Ͻʴϱ?

*strings.6573: ޽ ϲ ۼ  ƴմϴ.\nϲ ۼ ޽   ֽϴ.

*strings.6572:޽   ϴ!

*strings.6571:޽ ҵ ʾҽϴ.

*strings.6570: !\n  : %.512s\n

*strings.6569:%.300s ()   ƴմϴ.\nб⸦ õұ?

*strings.6568:%.300s ()   ƴմϴ.\n õұ?

*strings.6567:newsrc     ߻߽ϴ!

*strings.6566:     ߻߽ϴ!

*strings.6565:  ũ  \nϰ ֽϴ.    ϸ,\n%ld ųιƮ ũ  Ȯ  ֽϴ.\nϴµ ð  ɸ Դϴ.\n\n  ұ?

*strings.6564:߰ߵ ʽϴ.

*strings.6563: ޽ ƹ͵ Էµ ʾ ÷ΰ ϴ.\n ޽  ðڽϱ?

*strings.6562:  ι Խ׽ϴ:\nù° ο (:  ۿ '>'),\nι° ÷η (: ο ؽƮ \n޽ ι° κ Ե).\n\n׷ ?

*strings.6561:1 ޽  \n\n ޽  (Outbox ) Ǿ ֽϴ.\n۵Ǳ   Ͻʽÿ.

*strings.6560:%d  ޽  \n\n ޽  (Outbox ) Ǿ ֽϴ.\n۵Ǳ   Ͻʽÿ.

*strings.-1192: Ȯ  I/O  ߻߽ϴ.\n ٽ õϽʽÿ.

*strings.-1191: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1190: ̺귯   ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1189: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1188: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1187: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1186: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1185: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1184: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1183: ̺귯 ϰ ˵ DER-encoded ޽\n߽߰ϴ.

*strings.-1182:   ȿ    ֽϴ.\n Ʈ ϰ   ϴ.

*strings.-1181:   Ǿϴ.\ný ¥ ð ȮϽʽÿ.

*strings.-1180:   ҵ   ֽϴ.\n Ʈ ϰ   ϴ.

*strings.-1179:Netscape      ϴ.\n ȿ Ǵ ȿ   ֽϴ.\n\nNetscape     ϴ.

*strings.-1178:  Ű ȿ ʽϴ.\n Ʈ ϰ   ϴ.

*strings.-1177:Էµ  ȣ ùٸ ʽϴ.

*strings.-1175: ̺귯  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1174: ̺귯 ͺ̽  ߽߰ϴ.\n Ʈ ϰ   ϴ.

*strings.-1173: ̺귯 ޸   ߽߰ϴ.\nٽ  õϽʽÿ.

*strings.-1172:    ڰ   ٰ\nǥ߽ϴ. Netscape  źմϴ.

*strings.-1171:  ڰ   ٰ\nǥ߽ϴ. Netscape  źմϴ.

*strings.-1170:ٿε  \n̹ ͺ̽ մϴ.

*strings.-1169:̹ ͺ̽ ִ  ̸ \n ٿεϰ ֽϴ.\n   ٿεϷ    Ͻʽÿ.

*strings.-1168:ͺ̽  ߰ 

*strings.-1167:  Ű  

*strings.-1166:   Ű Ű ͺ̽\n ã  ϴ.

*strings.-1165:  ȿմϴ.

*strings.-1164:  ȿ ʽϴ.

*strings.-1163: .

*strings.-1162:Ʈ     ȿⰣ\nǾϴ.\ný ¥ ð ˻Ͻʽÿ.

*strings.-892:%0%

*strings.-891:<head><title>%0%</title></head><body bgcolor="#bbbbbb"><form action=internal-dialog-handler method=post><input type="hidden" %-cont-%

*strings.-890:name="handle" value="%1%"><table border=0 cellspacing=0 cellpadding=0 width="100%%" height="90%%"><tr width="100%%" %-cont-%

*strings.-889:height="75%%" valign=top><td><font size=2>%2%

*strings.-888:</font></td></tr><tr width="100%%" height="15%%" valign="bottom"><td>%0%

*strings.-887:</td></tr></table></form></body>%0%

*strings.-886:<center><input type="submit" name="button" value="%cancel%"></center>%0%

*strings.-885:<center><input type="submit" name="button" value="%ok%"></center>%0%

*strings.-884:<center><input type="submit" name="button" value="%continue%"></center>%0%

*strings.-883:<center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" value="%cancel%"></center>%0%

*strings.-882:<center><input type="submit" name="button" value="%cancel%"><input type="submit" name="button" value="%continue%"></center>%0%

*strings.-881:<head><title>%0%</title></head><body bgcolor="#bbbbbb"><form action=internal-panel-handler method=post><input type="hidden" %-cont-%

*strings.-880:name="handle" value="%1%"><table border=0 cellspacing=0 cellpadding = 0 width="100%%" height="90%%"><tr width="100%%" height="75%%" %-cont-%

*strings.-879:valign=top><td colspan=3><font size=2>%2%

*strings.-878:</font></td></tr><tr width="100%%" height="15%%" valign="bottom"><td width="33%%"></td>%0%

*strings.-877:</tr></table></form></body>%0%

*strings.-876:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%

*strings.-875:type="submit" name="button" value="%next%"></td>%0%

*strings.-874:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%

*strings.-873:type="submit" name="button" value="%back%"><input type="submit" name="button" value="%next%"></td>%0%

*strings.-872:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%

*strings.-871:type="submit" name="button" value="%back%"><input type="submit" name="button" value="%finished%"></td>%0%

*strings.-870:%0%

*strings.-869:<title>%0%</title><b>%1%</b><hr>%2%<hr>%3%

*strings.-868:%0%%1%%2%

*strings.-867:%banner-sec%<b><font size=4>%0%() ۵Ǵ  ȣϱ  ȣ ϴ ƮԴϴ. %-cont-%

*strings.-866:׷ص Netscape      ʽϴ.</font></b><p> Netscape  %-cont-%

*strings.-865:  ʴ,  Ʈ ϰ  ȯϱ ؼ  ޾Ƶ ؾ մϴ.<p>%-cont-%

*strings.-864:   ޾Ƶ;  ϵ ݴϴ.%1%

*strings.-863:%banner-sec%⿡  ֽϴ: <hr><table><tr><td valign=top><font %-cont-%

*strings.-862:size=2> : <br>: <br>ȣȭ: </font></td><td valign=top><font size=2>%0%<br>%1%<br>%2%  (%3%/ %4%Ʈ %-cont-%

*strings.-861:Ű)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr> %-cont-%

*strings.-860:   ڰ    մϴ. ȣ  ڿ   Ʈ ȯ û %-cont-%

*strings.-859:  Ÿϴ.%5%

*strings.-858:%banner-sec% Ʈκ ȣȭ      %-cont-%

*strings.-857:Ͻðڽϱ?<p>Ѵٸ  Ʈ ãƴٴϰ   ϰ ȴٴ Ͱ %-cont-%

*strings.-856:   ȣ Ǿ ٸ   ϵ ȣǴ  ǹմϴ. <p><input type=radio name=accept value=session%0%> %-cont-%

*strings.-855:ID  ǿ  <br><input type=radio name=accept value=cancel%1%>  ID    .<br><input type=radio name=accept %-cont-%

*strings.-854:value=forever%2%>ID  (Ⱓ  )<br>%3%

*strings.-853:%banner-sec% ID ο   Ʈ  ȯ ȣȭ ˴ϴ.%-cont-%

*strings.-852:׷ص ȣȭ κ ȣ ʽϴ. <p> Ʈ ǽ Ǹ %-cont-%

*strings.-851:κ ȣϱ  ( ƯŻ , ſī ȣ ȣ)  Ʈ  ʽÿ. <p>%-cont-%

*strings.-850:ڱ ȣ , Netscape  ׿   ñ⿡ ˷帱  ֽϴ.<p><center><input type=checkbox name=postwarn value=yes %0%>%-cont-%

*strings.-849: Ʈ     </center><p>%1%

*strings.-848:%banner-sec%<b>    並 ƽϴ.<br>%0%</b><p> %-cont-%

*strings.-847:ڴ  ID źϱ ߽ϴ. Ȥ   ٲ۴ٸ  Ʈ ٽ 湮 ֽʽÿ.   ٽ Ÿϴ.%-cont-%

*strings.-846:<p> Ʈ ϱ   εǵư ħ ʽÿ.%1%

*strings.-845:%banner-sec%<b>    並 ƽϴ.<br>%0%</b><p> %-cont-%

*strings.-844: ID ϰ ڰ  Ʈ    Netscape Navigator ϵ û߽ϴ.<p>%-cont-%

*strings.-843:  ٲٷ,  ȯ漳  Ʈ  Ͻʽÿ.<p>  Ϸ ħ ʽÿ.%1%

*strings.-842:%banner-sec%<b>    並 ƽϴ.<br>%0%</b><p> %-cont-%

*strings.-841: ID Ͽ Netscape Navigator  Ʈ     ʵ ߽ϴ.<p> %-cont-%

*strings.-840:  ٲٷ,  ȯ漳  Ʈ  Ͻʽÿ.<p> %-cont-%

*strings.-839:  Ϸ ħ ʽÿ.%1%

*strings.-838:%banner-sec%'%0%' Ʈ   Ȯ Ʈ ̸ Ե ʾҽϴ. %-cont-%

*strings.-837:  Ʈ     ֽϴ. %-cont-%

*strings.-836:Ʒ ǥϴ  ϰ ִ Ʈ  ʴ´ٰ ǽɵǸ  ϰ Ʈ ڿ ˷ֽʽÿ. <p>%-cont-%

*strings.-835:   ֽϴ.<hr><table><tr><td valign=top><font size=2> : <br>: <br>ȣȭ: %-cont-%

*strings.-834:</font></td><td valign=top><font size=2>%1%<br>%2%<br>%3%  (%4% / %5%-Ʈ Ű)</font></td><td valign=bottom><input %-cont-%

*strings.-833:type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%6%

*strings.-832:%banner-sec% ȣ ԷϽʽÿ.   ȣ  ܾ   %-cont-%

*strings.-831: 8 ̻ ڿ  Դϴ. <p>ȣ: <input type=password name=password1><p>%-cont-%

*strings.-830:Ȯ  ٽ ȣ ԷϽʽÿ.<p>ȣ ٽ Է: <input type=password name=password2><p><b>ȣ ؾ ʽÿ! %-cont-%

*strings.-829:ȣ   ϴ. ȣ ؾ   ޾ƾ մϴ.</b> 

*strings.-828:%banner-sec%Է ȣ Ʋϴ. ٽ ԷϽʽÿ.<p>ȣ: <input %-cont-%

*strings.-827:type=password name=password1><p>Ȯ  ȣ ٽ ԷϽʽÿ.<p>ȣ ٽ Է: <input type=password name=password2><p>%-cont-%

*strings.-826:<b>ȣ ؾ ʽÿ! ؾ ȣ      ޾ƾ մϴ.</b> 

*strings.-825:%banner-sec%Netscape Navigator ũ ִ   Ű ȣϱ  ȣ մϴ. %-cont-%

*strings.-824:ȣ ٸ    ϴ  ư մϴ.<p>  %-cont-%

*strings.-823:ٸ   Ȥ Ʈũ  ǻͿ   ִ ȯ̶ ȣ ־ մϴ.<p>%-cont-%

*strings.-822:ٸ   ǻͿ    ȯ̶ ȣ  ˴ϴ.<p><input %-cont-%

*strings.-821:type=radio name=usepw value=true %0%> ٸ   ǻͿ   ֽϴ. ȣ 䱸մϴ( õ)<br><input type=radio %-cont-%

*strings.-820:name=usepw value=false %1%>  ǻʹ  ݸǾ ֽϴ; ȣ ʿϴ. 

*strings.-819:%banner-sec%Netscape Navigator ڰ    ȣ ˾ƾ մϴ%-cont-%

*strings.-818:(  ,   䱸 Ʈ  ).<p><input type=radio name=askpw value=once %0%> %-cont-%

*strings.-817:Ǹ ѹ ȣ û<br><input type=radio name=askpw value=every %1%>ʿ  ȣ û<br><input type=radio %-cont-%

*strings.-816:name=askpw value=inactive %2%> <input type=int size=4 name=interval value=%3%>  Ȱ ð  ȣ û.<p> %-cont-%

*strings.-815:   ȯ漳 ٲ  ֽϴ.<p> Netscape Navigator ǵư ħ ʽÿ.

*strings.-814:%banner-sec% ȣ Է߽ϴ. ȣ  , %-cont-%

*strings.-813:`ڷ'  "`ȣ ʿϴ' Ͻʽÿ". ٽ õϽʽÿ.<p>ȣ: <input type=password name=password1><p>Ȯ  ȣ ٽ ԷϽʽÿ. %-cont-%

*strings.-812:Ȯ:<p>ȣ ٽ Է: <input type=password name=password2><p><b>ȣ  ʽÿ! ȣ   ϴ. %-cont-%

*strings.-811:ȣ ,   ޾ƾ մϴ.</b> 

*strings.-810:%banner-sec%ȣ ϴ  ߽ϴ.<p>߿ %-cont-%

*strings.-809: Ű  ȣϱ  ȣ   ȯ漳 ȣ   ֽϴ.<p>%-cont-%

*strings.-808:Netscape Navigator ǵư ħ ʽÿ.

*strings.-807:%banner-sec% ȣԷϽʽÿ:<p> ȣ: <input type=password name=password>

*strings.-806:%banner-sec%Է ȣ Ʋϴ.  ٽ õϽʽÿ:<p> ȣ: %-cont-%

*strings.-805:<input type=password name=password>

*strings.-804:%banner-sec%:<p><input type=radio name=usepw value=true %0%> ȣ ٲ<br>%-cont-%

*strings.-803:<input type=radio name=usepw value=false %1%> ȣ 

*strings.-802:%banner-sec%ȣ Է ʾҽϴ. ȣ   `'  %-cont-%

*strings.-801:"ȣ " Ͻʽÿ. ٽ õϽʽÿ.<p>ȣ: <input type=password name=password1><p>Ȯ  ȣ ٽ ԷϽʽÿ. %-cont-%

*strings.-800:<p>ȣ ٽ Է: <input type=password name=password2><p><b>ȣ  ʽÿ!  ȣ   ϴ. %-cont-%

*strings.-799:ȣ ,   ޾ƾ մϴ.</b> 

*strings.-798:%banner-sec% ̻ ȣ 䱸 ϴ.

*strings.-797:%banner-sec%ȣ , , Ǵ   õ ߽ϴ.<p> %-cont-%

*strings.-796:Ű ͺ̽  Ұ( ̹ ٸ Navigator ̸ ߻) ̰ų ٸ   ϴ. %-cont-%

*strings.-795:<p>Ű ͺ̽  ߸  ϴ ̶, 纻  ʽÿ. %-cont-%

*strings.-794:  Ű ͺ̽ ϰ ο    մϴ.

*strings.-793:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%

*strings.-792:type="submit" name="button" value="%finished%"></td>%0%

*strings.-791:%banner-sec% Լ  ʾҽϴ.<br>%0%<br> ̸:<br>%1%

*strings.-790:%0%%1%

*strings.-789:   Ͻðڽϱ?<p>%0%

*strings.-788: Ʈ  Ͻðڽϱ?<p>%0%

*strings.-787:   Ͻðڽϱ?<p>%0%

*strings.-786:%0%<hr>   SSL   ֽϴ.<br><input type=radio name=allow value=yes %1%> Ʈ   <br>%-cont-%

*strings.-785:<input type=radio name=allow value=no %2%> Ʈ    <hr><input type=checkbox name=postwarn value=yes %3%>%-cont-%

*strings.-784: Ʈ Ÿ   ǥ

*strings.-783:%0%<hr>  Ư    ֽϴ <br><input type=radio name=allow value=yes %1%>   Ʈ  %-cont-%

*strings.-782:<br><input type=radio name=allow value=no %2%>    Ʈ   <hr><input %-cont-%

*strings.-781:type=checkbox name=postwarn value=yes %3%>   Ʈ Ÿ   ǥ

*strings.-780:%banner-sec%<b>: %0% Ʈ ȣȭ   մϴ.</b><p>%-cont-%

*strings.-779:  ǽ ٸ (Ư Ż , ſī ȣ, Ǵ ȣ)  ʴ   մϴ.%-cont-%

*strings.-778:<br>  Ʈ  ֽϴ.<hr><table><tr><td valign=top><font size=2> : <br>: %-cont-%

*strings.-777:<br>ȣȭ: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% (%4% / %5%-Ʈ  Ű)</font></td><td valign=bottom>%-cont-%

*strings.-776:<font size=2><input type="submit" name="button" value="%moreinfo%"></font></td></tr></table><hr><input type=radio name=action %-cont-%

*strings.-775:value=sendandwarn checked>    ٽ ǥ <br><input type=radio name=action value=send>   %-cont-%

*strings.-774:ٽ   <br><input type=radio name=action value=dontsend>    <br>%6%

*strings.-773:%banner-sec%    մϴ. %-cont-%

*strings.-772:  Netscape Ͽ ȣ  ȿ ϰ õǾ ֽϴ.     %-cont-%

*strings.-771: θ ϴµ   Դϴ.

*strings.-770:%banner-sec%  ͳݻ Ʈ ſ մϴ. %-cont-%

*strings.-769:   ϴ  Netscape Navigator ̳        Ʈ͵   ϴ Դϴ. %-cont-%

*strings.-768:<p>   źϸ,     Ʈ  Ǵ %-cont-%

*strings.-767:     Դϴ. 

*strings.-766:%banner-sec%     ֽϴ. Ǳ Ͻʽÿ. %-cont-%

*strings.-765:    ſ Ȯϴµ ˴ϴ. ̸ ؼ ٸ ҿ %-cont-%

*strings.-764:    Ͻʽÿ.<hr> <table><tr><td valign=top><font size=2> : <br>: </font></td>%-cont-%

*strings.-763:<td valign=top><font size=2>%0%<br>%1%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%

*strings.-762:"></font></td></tr></table><hr>

*strings.-761:%banner-sec%ٸ ͳ Ʈ ϱ     ϰڽϱ? %-cont-%

*strings.-760:<p>̰   ϴ Ʈ   ſ  ʴ  ǹմϴ %-cont-%

*strings.-759:.<p><input type=radio name=accept value=yes %0%>     <br><input type=radio name=accept value=no %1%>%-cont-%

*strings.-758:     <br>

*strings.-757:%banner-sec%   ϴ    Netscape Navigator%-cont-%

*strings.-756:  Ʈ͵ ϰ  ϰ մϴ. <p>Netscape Navigator ڰ ׷ Ʈ %-cont-%

*strings.-755:     ֽϴ.<p><input type=checkbox name=postwarn value=yes %0%>    Ʈ    %-cont-%

*strings.-754:.

*strings.-753:%banner-sec%   εǾϴ.    ĺϴµ Ǵ ̸ ؾ մϴ %-cont-%

*strings.-752:  <b>Mozilla's Certificate Shack</b>.<p≯: <font size=4><input type=text %-cont-%

*strings.-751:name=nickname></font>

*strings.-750:%banner-sec%   źϸ Netscape Navigator     Ʈ ϰų %-cont-%

*strings.-749:   մϴ.

*strings.-748:%0%

*strings.-747:%banner-sec%'%0%' Ʈ Ŭ̾Ʈ  û߽ϴ.<p>⿡ %-cont-%

*strings.-746:Ʈ  ֽϴ:<hr><table><tr><td valign=top><font size=2>  : <br>: <br>ȣȭ: </font></td><td valign=top><font %-cont-%

*strings.-745:size=2>%1%<br>%2%<br>%3% (%4% / %5%-Ʈ  Ű)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%

*strings.-744:"></td></tr></table><hr>  Ͻʽÿ:<select name=cert>%6%</select>%7%

*strings.-743:%banner-sec%'%0%' Ʈ Ŭ̾Ʈ  û ڸ    %-cont-%

*strings.-742:ϴ. Ʈ ̴    Դϴ. %1%

*strings.-741:%banner-sec%<B>û   ȣȭǾ ֽϴ.</B><p> %-cont-%

*strings.-740:̰   ϵ     ȣȭǾ   ǹմϴ. <p>  ȣȭ   λ %-cont-%

*strings.-739:  ʽÿ.<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%

*strings.-738:value="%showdocinfo%"></center>%0%

*strings.-737:<img src=about:security?banner-mixed><br clear=all><p><B> û   Ϻδ ȣȭǾϴ.</B><p>    Ϻδ %-cont-%

*strings.-736:    ȣȭǾ ϴ.  ȣȭ ʰ   ٸ    ֽϴ.<p> %-cont-%

*strings.-735:   ȣȭ ϰ ȣȭ  Ȯϰ ã  ֽϴ.<p> <center><input type="submit" name="button" %-cont-%

*strings.-734:value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%0%

*strings.-733:<img src=about:security?banner-insecure><br clear=all><p><B>û   ȣȭ ʾҽϴ.</B><p>ȣȭ   %-cont-%

*strings.-732:ٸ    ֽϴ.<p> <center><input type="submit" name="button" value="%ok%"></center>%0%

*strings.-731:<img src=about:security?banner-payment><br clear=all><p> Ÿ ϱ ؼ ſī  ʿմϴ. %-cont-%

*strings.-730:<p>   䱸  ξȣȭǾ <em>%0%</em> ؼ ȣص  ֽϴ.<hr>%-cont-%

*strings.-729:<table><tr><td><font size=2>%showcert%  <em>%1%</em>  ߰    ֽϴ.</font></td><td><input type="submit" %-cont-%

*strings.-728:name="button" value="%showcert%"></td></tr></table><hr> Ÿ ߴϷ Ҹ , Ϸ  ʽÿ.%2%

*strings.-727:<img src=about:security?banner-payment><br clear=all><p>Your purchase     ֹ:<p><font size=4><pre>%0%</pre></font>%-cont-%

*strings.-726:%1%

*strings.-725:<img src=about:security?banner-payment><br clear=all><p>%0%%1%%2% ¿  û Ѿ: %3%<hr><table><tr><td><font %-cont-%

*strings.-724:size=2> ֹ Ϸ %showorder% ʽÿ. </font></td><td><input type="submit" name="button" value="%showorder%"></td></tr>%-cont-%

*strings.-723:</table><hr>ϸ  , Ÿ ߴϷ Ҹ ʽÿ %4%

*strings.-721:<img src=about:security?banner-payment><br clear=all><p>    ԷϽʽÿ:<p> ȣ: <font size=4><input %-cont-%

*strings.-720:type=text name=pan size=20 maxlength=30 %0%></font><p>: <select name=expmonth>%1%</select>: %-cont-%

*strings.-719:<select name=expyear>%2%</select><p>Ÿ Ϸ  ʽÿ. %3%

*strings.-718:<img src=about:security?banner-payment><br clear=all><p> ſ Ȯϱ ,  %-cont-%

*strings.-717: ¿ Ǵ  ûּҸ ûմϴ.<p>Ÿ ּ: <font size=4><input type=text name=street size=30 %-cont-%

*strings.-716:maxlength=30></font><p>: <font size=4><input type=text name=city size=15 maxlength=15></font>: <font size=4><input type=text %-cont-%

*strings.-715:name=state size=2 maxlength=2></font> ȣ: <font size=4><input type=text name=zip size=9 maxlength=9></font><p>%0%

*strings.-714:<img src=about:security?banner-payment><br clear=all><p>ſ ʿ  ƽϴ. %-cont-%

*strings.-713:%0%   ¿ û Դϴ.<p> Ϸ ڷθ ʽÿ.<p>¿ û ϰ Ÿ ġ %-cont-%

*strings.-712:ħ ʽÿ.%1%

*strings.-711:%banner-sec%<h3> SSL ϱ  ȣ Ͻʽÿ. v%0%</h3><ul>%1%</ul>%2%

*strings.-710:%banner-sec%<p>%-cont-%

*strings.-709: %0%κ û    ٿεϰ ֽϴ.  ͳݻ Ʈ %-cont-%

*strings.-708:ڸ ĺϱ , ڰ  û  ϴ  Ű Բ  Դϴ. %-cont-%

*strings.-707:ͳ Ʈ ڸ ĺϱ    Ű ϴ    ̸ ȣ ξ  մϴ.%1%

*strings.-706:%banner-sec%⿡     ֽϴ.   λ  %-cont-%

*strings.-705:߰  ߸ ʽÿ. <hr><table><tr><td valign=top><font size=2> : <br>: </font></td><td valign=top>%-cont-%

*strings.-704:<font size=2>%0%<br>%1%</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%

*strings.-703:<hr>

*strings.-702:%banner-sec%    Netscape  ̸ ԷϽʽÿ.%-cont-%

*strings.-701: ̸ Ǵ  ǹִ ̸   ֽϴ.<p> ̸: <font size=2><input type=text size=60 name=nickname %-cont-%

*strings.-700:value="%0%"></font><p>%1%

*strings.-699:%banner-sec%   ġǾϴ.   ûϴ %-cont-%

*strings.-698:ͳ Ʈ ڸ ĺϴµ   ֽϴ.%0%

*strings.-697:%banner-sec%Netscape ڿ  Ű Ϸ մϴ.   Ű %-cont-%

*strings.-696:ͳ Ʈ ڸ ĺϱ  û  Բ ˴ϴ.   Ű ǻͿ  ʰ %-cont-%

*strings.-695:Netscape ȣ ȣ˴ϴ.  ȣ Ÿο ˸ ʴ  ߿մϴ. ׷ ͳݿ   Ű ٸ  ػǴ  ϱ Դϴ. %-cont-%

*strings.-694:<p>Ʒ Ȯ ߸  Netscape ڿ  Ű  Դϴ. ̰ %-cont-%

*strings.-693:   ġµ   ɸϴ    Netscape %-cont-%

*strings.-692:ߴϸ Ű  ʰ ٽ  ûؾ մϴ. %0%

*strings.-691:%banner-sec%%0%    ȣϱ  ȣȭ ϴ ƮԴϴ. %-cont-%

*strings.-690: Ʈ ĺϴ   ȿǾϴ.   ǻ ȿǾų  ǻ ¥ Ʋ Դϴ. %-cont-%

*strings.-689:<p> %1% ȿǾϴ.<p>  ǻ ¥ %2% ߾ ֽϴ.  ¥ Ʋ %-cont-%

*strings.-688: ǻ ¥ ؾ մϴ.<p>  ϰų   ֽϴ.%3%

*strings.-687:%banner-sec%%0% ۵  ȣϱ  ȣ ϴ ƮԴϴ. %-cont-%

*strings.-686: Ʈ ĺϴ    ȿ ʽϴ. Ʈ ڰ  ʹ  ġ߰ų %-cont-%

*strings.-685: ǻ ¥ Ʋ Դϴ.<p>  ȿ %1%  Դϴ.<p> ǻ ¥ %-cont-%

*strings.-684:%2% ߾ ֽϴ.   ¥ Ʋ  ǻ ¥ ؾ մϴ. <p>  ϰų   ֽϴ.%3%

*strings.-683:%banner-sec%%0%  ȣϱ  ȣȭ ϴ ƮԴϴ. %-cont-%

*strings.-682: Ʈ ĺϴ    ϳ ȿǾϴ.   ȿǾų %-cont-%

*strings.-681: ǻ ¥ Ʋȱ Դϴ. ȿ  λ  ߰  ߸ ʽÿ.<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%

*strings.-680:valign=top><font size=2> : <br> ¥: </font></td><td valign=top><font size=2>%1%<br>%2%</font></td><td %-cont-%

*strings.-679:valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr> ǻ ¥ %-cont-%

*strings.-678:%3% ġǾϴ.   ¥ Ʋ  ǻǳ¥ ؾ մϴ. <p>  ϰų   ֽϴ.

*strings.-677:%banner-sec%%0%  ȣϱ  ȣȭ ϴ ƮԴϴ. %-cont-%

*strings.-676: Ʈ ĺϴ    ϳ  ȿ ʽϴ.  Ʈ ڰ ʹ   ġ߰ų %-cont-%

*strings.-675: ǻ ¥ Ʋ Դϴ. ȿ    ߰  ߸ ʽÿ.<hr><table %-cont-%

*strings.-674:cellspacing=0 cellpadding=0><tr><td valign=top><font size=2> : <br> ȿ¥: </font></td><td valign=top><font %-cont-%

*strings.-673:size=2>%1%<br>%2%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%

*strings.-672:<hr> ǻ ¥ %3% ġǾϴ. ¥ Ʋ  ǻͿ ¥ ؾ մϴ. <p>  ϰų %-cont-%

*strings.-671:  ֽϴ.

*strings.-670:

*strings.-669:Ȯ

*strings.-668: 

*strings.-667:&gt;

*strings.-666:&lt;

*strings.-665:ħ

*strings.-664:߰ ...

*strings.-663:  

*strings.-662: 

*strings.-661:   

*strings.-660:>

*strings.-659:<

*strings.-658: ī尡 Ͽϴ - <em>

*strings.-657:</em>. Ϸ, Ҹ ֹ  ư ű⼭ Ͻʽÿ.<p>

*strings.-656:

*strings.-655:  

*strings.-654: ̸ ˻ 

*strings.-653: ȿ  

*strings.-652:  ȿ  

*strings.-651:  ȿ  

*strings.-650:   ȿ  

*strings.-649:ȣȭ 

*strings.-648:   

*strings.-647:   

*strings.-646:Ʈ   

*strings.-645:   

*strings.-644:Ʈ   

*strings.-643:   

*strings.-642:   

*strings.-641:  

*strings.-640:  

*strings.-639: Ű  

*strings.-638: Ʈ  

*strings.-637:   

*strings.-636:   

*strings.-635:  

*strings.-634: 

*strings.-633:Netscape ȣ ġ 

*strings.-632:Netscape ȣ  

*strings.-631:Netscape ȣ  

*strings.-630:ȣ  

*strings.-629:ȣ  

*strings.-628:%banner-sec%Ͻ  ȿǾ  źմϴ.  ų,   ߴϷ Ҹ ʽÿ.

*strings.-627:%banner-sec%<table><tr><td>   ȿǾ  źմϴ. %continue% ų %-cont-%

*strings.-626:ߴϷ %cancel% ʽÿ.  Ϸ %renew%߸ ʽÿ.</td><td><input type=submit name=button value=%renew%></td></tr></table>

*strings.-625: 

*strings.-624:%banner-sec%õ   ȿ ʾƼ  źմϴ.  ų,   ߴϷ Ҹ ʽÿ.

*strings.-623:  ȿ  

*strings.-622:Žð 

*strings.-621:Navigator ڵ   

*strings.-620:1024 ( )

*strings.-619: 768 (߰ )

*strings.-618: 512 ( )

*strings.-617: å  

*strings.-616:   

*strings.-615:128-Ʈ Ű RC4 ȣȭ 

*strings.-614:128-Ʈ Ű RC2 ȣȭ 

*strings.-613:168-Ʈ Ű Triple DES ȣȭ

*strings.-612:56-Ʈ Ű DES ȣȭ 

*strings.-611:40-Ʈ ŰRC4 ȣȭ 

*strings.-610:40-Ʈ ŰRC2 ȣȭ 

*strings.-609:128-Ʈ Ű RC4 ȣȭ MD5 MAC

*strings.-608:168-Ʈ Ű Triple DES ȣȭ SHA-1 MAC

*strings.-607:56-Ʈ ŰDES ȣȭ SHA-1 MAC

*strings.-606:40-Ʈ Ű RC4 ȣȭ MD5 MAC

*strings.-605:40-Ʈ Ű RC2 ȣȭ MD5 MAC

*strings.-604:MD5 MAC ȣȭ 

*strings.-5288:   ȣȭ  ʱ  Netscape\n Ʈ ϰ   ϴ.

*strings.-5287:   ȣȭ  ʿ ϱ \nNetscape  Ʈ ϰ   ϴ.\n\ṉ   Ģ  Netscape   ȣȭ\n ʽϴ.

*strings.-5286:Netscape    ȣȭ ˰ \nϰ   ϴ.

*strings.-5285:Netscape   ʿ  Ǵ Ű\nã  ϴ.

*strings.-5284:Netscape    ʾǷ \n Ʈ ϰ   ϴ.

*strings.-5282: Ŭ̾Ʈ   ߽߰ϴ.

*strings.-5281:Netscape    ߽߰ϴ.

*strings.-5280:Netscape   ʴ  ߽߰ϴ.\n\nο  Netscape   ذ  ֽϴ.

*strings.-5279:   ʴ   \nϰ ֽϴ. ο  Netscape\n\n  ذ  ֽϴ.

*strings.-5277:Ŭ̾Ʈ Ű ͺ̽  Ű Ŭ̾Ʈ\n ͺ̽  Ű   Ƿ \nŬ̾Ʈ Ȯ еǾϴ.

*strings.-5276:ϰ ϴ     ̸ \n޶ Netscape  Ʈ ϰ  \nϴ.

*strings.-5274: Ʈ SSL  2 մϴ.   ȯ гηκ\nSSL  2  ϰ   ֽϴ.

*strings.-5273:SSL Ȯ ޽ Ȯ ڵ带 ϰ ִ ڵ带 ޾ҽϴ.n̰ Ʈũ , \n߸   Ǵ   Ÿ  ֽϴ.

*strings.-5272:SSL Ȯ ޽ Ȯ ڵ带 Ÿ κ\n ޾ҽϴ. ̰ Ʈũ ,\n߸   Ǵ   Ÿ  ֽϴ.

*strings.-5271:   ĺ  ϴ.

*strings.-5270:   Ҹ ߽ϴ.

*strings.-5269:   ȿ  ߽ϴ.

*strings.7032: ջ

*strings.7061: ź

*strings.7022:߸ μ

*strings.7005:I/O 

*strings.7012:޸𸮰 մϴ.

*strings.7009: ȣ 

*strings.7035:۵ 

*strings.7056: ̹ Ǿ ֽϴ.

*strings.7060: ð 

*strings.7036: ۵  Դϴ.

*strings.7037:EALREADY

*strings.7048:̹ ּҰ Դϴ.

*strings.7004:ý  ߴ

*strings.7013: ź 

*strings.7049:û ּҸ   ϴ.

*strings.7050:Ʈũ ٿ

*strings.7051:Ʈũ  Ұ

*strings.7052:Ʈũ    ߴܵǾϴ.

*strings.7053: ߴ

*strings.7054:Ǿ   

*strings.7057:  ȵ

*strings.7064:ȣƮ ٿ

*strings.7065:ȣƮ Ʈ 

*strings.22001: (ν Ұ)

*strings.22002: (ڵ )

*strings.22003: (⺻)

*strings.22004: (ã  )

*strings.22010:%s ̹%dx%d ȼ

*strings.22011:̹ %dƮԴϴ - %d  Ҵ.

*strings.22012: ̹

*strings.22013: %dƮ ׷̽ ̹

*strings.22014: %dƮ Ʈ ̹

*strings.22020:˻  ִ Դϴ. ˻ ܾ ԷϽʽÿ: 

*strings.22031: ָƮ

*strings.22032:<!-- This is an automatically generated file.\n    It will be read and overwritten.\n	 Do Not Edit! -->\n

*strings.22033:---   ---\n

*strings.22040:: ȣƮ ˻ : %.256s...

*strings.22041:: ȣƮ  : %.256s...

*strings.22042::  ŷ   ϴ.

*strings.22043:ȣƮ ã   %.256s.

*strings.22044:ȣƮ ã   %.256s.

*strings.22045: д ...

*strings.22046: д ...  

*strings.22047:丮 д ...

*strings.22048: д ...Ϸ

*strings.22049:丮 д ...Ϸ

*strings.22050:FTP  ޴ 

*strings.22051:FTP 丮 ޴ 

*strings.22052: ޴ 

*strings.22053:%.256sκ  

*strings.22054:: ȣƮ %.256s .  ٸ ...

*strings.22055:: ٽ õ  (HTTP 0.9)...

*strings.22056::   ȣƮ .  ٸ  ()

*strings.22057:  

*strings.22058::  ׷ ޴ ...

*strings.22059::  ׷ ޴ ...

*strings.22060::  ޴ ...

*strings.22061::  ޴ ...

*strings.22062::  ׷  д 

*strings.22063::  ׷   б

*strings.22064::   ...

*strings.22101:  θ մϴ.

*strings.22102:븮ڴ  ʴ   ʿ մϴ.

*strings.22103:HTTP ε ƾ ޸   ߻߽ϴ!

*strings.22104:κ Ȯ  : %d!

*strings.22105:! ġ α׷ : NET_TotalNumberOfProcessingURLs < 0

*strings.22106:! ġ α׷ :NET_TotalNumberOfOpenConnections < 0

*strings.22107:URN   HTTP 븮  Ͻʽÿ: 

*strings.22108:â ߴ õ û

*strings.22109:޽ ȣ 

*strings.22110: ȣ  

*strings.22111: ڽ ε 

*strings.22113:SMTP ޽  .  : %.256s

*strings.22114:: ν ϴ ڵ: `

*strings.22115:! ȯ⳪ ڴ ã  ϴ.

*strings.22116: Ʈ    ߰  ϴ.

*strings.22130:: ̰   ִ `%.1024s' ũƮԴϴ!\n\n %.30s()  ǻͿ  ý  Ϸ մϴ.   ֽϴ.\n ũƮ    ϸ\n  ʽÿ.\n\nũƮ ұ?

*strings.22117:: HTTP 븮 ȣƮ Ǿ\n(%.2048s) Ȯε ȣƮԴϴ.\n\n̰ ܺ ȣƮ    մϴ.\n ̸     ֽϴ.\ný ڿ Ͻʽÿ.

*strings.22118:: SOCKS ȣƮ  (%.2048s)\nȮε ȣƮԴϴ.\n\n̰ ܺ ȣƮ    մϴ.\n\n ̸     ֽϴ.\n

*strings.22119:  Ʈ Ʈ ƴ ̸ \nؾ ϸ,  ̸  ã \n$SOCKS_NS ȯ  ˸° ؾ\nմϴ.  SOCKS ȣƮ ȯ漳 \nִ ȣƮ IP ̸ ̿ IP ּҷ \nʿ䰡 () Դϴ.\n

*strings.22120:ý ڿ Ͻʽÿ.

*strings.22121::  Ȯε ȣƮԴϴ:.

*strings.22122:: ȣƮ %.256s() Ȯε ȣƮԴϴ.\n

*strings.22123:\n̰ Ϻ Ǵ  ȣƮ    մϴ.\n\n̸     ֽϴ.\n

*strings.22124:SunOS 4 ýۿ DNS ϴ\nƮ YP/NIS ϴ  %s  \n ֽϴ.\n̰ DNS   ̶ θϴ.\nٸ  ؾ Ǵ?.

*strings.22125:SunOS 4 ýۿ DNS Ʈ\nYP/NIS Ʈ  %s  \n ֽϴ.\n̰ YP/NIS   ̶ θϴ.\nٸ  ؾ Ǵ?.

*strings.22131:Դϴ.

*strings.22132: 𸨴ϴ.

*strings.22133:Ȯ . ٽ õұ?

*strings.22134:븮 Ȯ .  ٽ õұ?

*strings.22135: ͸ ٽ ø?

*strings.22136:  ׷   Netscape\n ׷  մϴ.\n\nӵ  ̳  ϸ  \nɸ Դϴ.  ޴  â \n   ֽϴ.  ұ?

*strings.22137:  E-Ϸ ˴ϴ.\nE-   ϸ\nڿ E- ּҰ ǰ \n   ȣȭ   ͸  ˴ϴ\n

*strings.22139:ڴ    ϰų \n    𸨴ϴ. \n  ϰų   ֽϴ 

*strings.22138: ȭ ɼ ޴   ִ \nƮũ ȯ漳  ǿ \n    ֽϴ.

*strings.22151:޽: ߸  `%c'\n

*strings.22152:߰ ӽø 

*strings.22153:߰ XPStats 

*strings.22160:  ϱ   ̸ ԷϽʽÿ.

*strings.22161: %s ȣ Է:

*strings.22204:<TITLE> !</TITLE>\n<H1> !</H1>   : <b>%.256s</b><p>\n

*strings.22205:<b><p> ȿⰣ Ǿϴ.</b><p>\n

*strings.22218:<TITLE>FTP  </TITLE>\n<H1>FTP  </H1>\n<h2>FTP  α </h2>\n<PRE>

*strings.22219:<TITLE>FTP</TITLE>\n<H1>FTP</H1>\n<h2>FTP۽:</h2>\n<PRE>

*strings.22220:<TITLE>  %.256s</TITLE><H1>%.256s <BR> ˻</H1>\n̰ ˻  ִ  Դϴ.\n˻ ܾ  ˻  ԷϽʽÿ.\n<ISINDEX>

*strings.22221:<TITLE>CSO ˻ %.256s</TITLE><H1>%.256s CSO ˻</H1>\nCSO ͺ̽ 밳 ȭȣγ 丮  ֽϴ.\n˻ ܾ  ˻  ԷϽʽÿ.\n<ISINDEX>

*strings.22222:<TITLE>ø   </TITLE>\n<H1> </H1>\nø ۼ   ĳÿ ϴ.\n ߸ ,  ٽ ۼϱ   ͸ ٽ ø  ֽϴ.<b>ٽ ε</b> .\n

*strings.22250:RSA  Ű ȣ

*strings.22251:

*strings.22252:  ȣȭ   Ҿ    ʽϴ.

*strings.22253:<h3> ׷ </h3>

*strings.22256:%.200s - %.200s -   ̸ Է:

*strings.22257:Ͽ ߰  ׷ ԷϽʽÿ:

*strings.22260:̰ ߰  ȣȭ    ̱\nٸ    մϴ.

*strings.22261:̰   ȣȭ    ̱\n   ֽϴ.

*strings.22270:ũ åǰ Ǿ  ٽ εϴ Դϴ.

*strings.22271:ũ ּҷ Ǿ  ٽ εϴ Դϴ.

*strings.22272:ũ åǰ Ǿϴ.   ȵ   \nٽ εұ?

*strings.22273:ũ ּҷ Ǿϴ.  ȵ   \nٽ εұ?

*strings.22274:å   !

*strings.22275:ּҷ   !

*strings.22276:̰ ˻  ִ Դϴ. ˻ ܾ ԷϽʽÿ: 

*strings.22277:

*strings.22278: 

*strings.22279:<H3> εǴ   </H3>\n

*strings.22280:<LI>ڵ: 

*strings.22281:<b> %d:</b><UL>

*strings.22282:%ld ð 

*strings.22283:%ld  

*strings.22284:%ld 纻  %s ֽϴ.

*strings.22285:1 纻  %s ֽϴ.

*strings.22286: %s 纻 ϴ.

*strings.22287: ҹڿ ڷθ ϴ. \n   ʾҽϴ.

*strings.22288:  ̹ մϴ.\n   ʾҽϴ.

*strings.22289: ׸ %d 纻 ֽϴ.  纻 \nŵ Դϴ.

*strings.22290:Ϸ ׸ 纻   ̻ \n ֽϴ. 纻 \nŵ Դϴ.

*strings.22291:<!-- ̰ ڵ ۼ Դϴ.

*strings.22292:а ľϴ.

*strings.22293: ! -->

*strings.22294: 

*strings.22295: å

*strings.22296:ã  ϴ.

*strings.22297:å  

*strings.22298:å  ҷ

*strings.22299:å  

*strings.22300:ѽð  ̳

*strings.22301:ü  ͺ̽   ֽϴ.

*strings.22302:Ȯ

*strings.22303:ü  ͺ̽   ֽϴ.

*strings.22304:<BR>\n<TT>¥:</TT> %s<P>

*strings.22305:\n<HR>\n<TT>Է հ:</TT> %ld<P>

*strings.22306: å

*strings.22307:<!-- ̰ ڵ ۼ Դϴ.\nа ľϴ.\n Ұ! -->\n

*strings.22308:÷- ε

*strings.22309:ӵ: %ld Byte/Sec

*strings.22310:ӵ: %.1f KB/Sec

*strings.22311:ӵ: %.1f MB/Sec

*strings.22312:üƽϴ.

*strings.22313:%lu

*strings.22314:%luK

*strings.22315:%3.2fM

*strings.22316:%02ld:%02ld:%02ld 

*strings.22317:%02ld:%02ld 

*strings.22318:%ld %s 

*strings.22319:: 

*strings.22320:Ϸ ȣ: 

*strings.22321:: 

*strings.22322:: 

*strings.22323::  %s%sϷ ȣ:  %s%s:    %s%s: %s%s ȿ: %s%sĿ ȿ: %s%s

*strings.22324:Netscape ȣ ԷϽʽÿ:

*strings.22325:MIME Ÿ  ÷ %s\n ã  ϴ.

*strings.22326:÷ '%s'- MIME Ÿ '%s' - / ε  ϴ. \n\n ޸𸮸 Ȯϸ ÷ Ȯϰ ġ˴ϴ.

*strings.22335:: ȣƮ ȣ ԷϽʽÿ...

*strings.22336:븮ڴ  ʴ   ʿ մϴ.

*strings.22337:븮 ȿⰣ   ˴ϴ.\n̰ 븮   ̰ų\nȣ ߸ Է߱ Դϴ.\n ̸ ȣ ٽ ԷϽðڽϱ?

*strings.22338:Ȯ 븮 

*strings.22339:%.250s/ %.250s 븮  ʿ:

*strings.22340:: 븮 ȣ Է...

*strings.22341:븮 ڵ  Ű : %s.

*strings.22342:븮ڿ  ٽ õұ?

*strings.22343:SOCKS  ٽ õұ?

*strings.22344:븮/SOCKS  ٽ õұ?

*strings.22345:븮   ȵ\n\n븮 %s  ٽ õұ?

*strings.22346: 븮   ȵ\n\n%s  ٽ õұ?

*strings.22347:SOCKS  ȵ.  SOCKS %s  ٽ õұ?

*strings.22348:SOCKS 븮  ȵ. \n%s  ٽ õұ?

*strings.22349: 븮   ȵ.\n븮ڿ      \n븮ڸ ӽ÷ ұ?

*strings.22350:SOCKS  ȵ. SOCKS      \nSOCKS ӽ÷ ұ?

*strings.22351:븮ڿ SOCKS  ȵ. 븮ڿ SOCKS      \n븮ڿ SOCKS ӽ÷ ұ?

*strings.22352: 븮ڴ  ٿǾ ֽϴ.\n ұ?

*strings.22353:SOCKS  ٿǾ ֽϴ.\n\n ұ?

*strings.22354:SOCKS 븮ڴ  ٿǾ ֽϴ.\n\n ұ?

*strings.22355:븮 ڵ    ߽ϴ.\n\n븮ڴ  ʽϴ.

*strings.22356:븮 ڵ    ֽϴ.\n\n    %s\n\n   ؼ ұ.?

*strings.22357:븮 ڵ  Ͽ  ߻߽ϴ.\n\n        %s\n\n   ؼ ұ.?

*strings.22358:븮 ڵ  Ͽ  ߻߽ϴ.\n\n        %s\n\n븮ڴ  ʽϴ.

*strings.22359:븮 ڵ     Ʋϴ.\n\n        %s\n\napplication/x-ns-proxy-autoconfig MIME Ÿ ʿմϴ.\n\n   ؼ ұ.?

*strings.22360:븮 ڵ   ε  ϴ.\n\nȯ漳 븮 ڵ  URL ȮϽʽÿ.\n\n븮ڴ  ʽϴ.

*strings.22361:븮 ڵ   ε  ϴ.\n\nȯ漳 븮 ڵ  URL ȮϽʽÿ.\n\n   ؼ ұ.?

*strings.22362: 븮 ڵ  Ͽ  ߻߽ϴ.\n\n븮ڴ  ʽϴ.

*strings.22363:븮 ڵ  ε ҵǾϴ.\n\n븮ڴ  ʽϴ.

*strings.22364::\n\n û  븮 ڵ   Netscape ½ϴ.\n\n        %s\n\n  õ˴ϴ.

*strings.22365:븮 ڵ   ޴ ...

*strings.22366:ĳ : %d   ...

*strings.22367:õ ͺ̽ ȿϳ\n̸ ׸   \nͺ̽   ϴ.\n׳ ұ?

*strings.22368: ͺ̽:\n%.900s\n û ͺ̽:\n %.900s\n ׳ ұ?

*strings.22369: εϴ   ĳø\nû߽ϴ.  б   ĳø ϸ\nƮũ  о  ð   ֽϴ.\n\n  ĳð û ʾ,\n  ڿ "cancel" Ͻʽÿ.

*strings.22370:븮 ڵ    Ʋϴ:\n\n     %s\n\nMIME  α׷ ʿմϴ/x-ns-proxy-autoconfig.\n\n븮ڴ  ʽϴ.

*strings.22371:׸Ʈ д ...Ϸ

*strings.22372:<TITLE>%.1024s 丮 </TITLE>\n

*strings.22373:<H1>%.1024s 丮 </H1>\n<PRE>

*strings.22374:"> 丮</A><BR>

*strings.22375:FTP  α 

*strings.22376::  ҷŷ    ϴ.

*strings.22377: %.256s ø ...

*strings.22378:<TITLE>%.512s 丮</TITLE>\n <H2> 丮 %.512s Դϴ</H2>\n <PRE>

*strings.22379:%d URL   ٸ Դϴ. (Ѱ %d)\n

*strings.22380:%d URL   Ȱ URL ٸ Դϴ.\n

*strings.22381:%d  Ǿ \n

*strings.22382:%d Ȱ URL's\n

*strings.22383:\n\n ĳõ 纻 մϴ.

*strings.22384:   

*strings.22385:>\n<HR><H3> ߴ!</H3>\n

*strings.22386:\n\n ߴ!\n

*strings.22387::  %s д ...

*strings.22388:: ޽ д ...

*strings.22389::   ...

*strings.22390::  %s  ...

*strings.22391::  ޽  ...

*strings.22392:: ޽ д ...Ϸ

*strings.22393::  д ...Ϸ

*strings.22394::   ...Ϸ

*strings.22395::   ...Ϸ

*strings.22396::  ޽  ...Ϸ

*strings.22398::   .  ٸ ...

*strings.22399:  ϱ  ȣ ԷϽʽÿ.

*strings.22400:  ...

*strings.22401: 

*strings.22402:POP3 (%s) Netscape\n`` ''  ``ִ ޽ ũ'' ɼ ϱ \n ʿ UIDL  ʽϴ.\n\n  ٿεϷ    ȯ漳\n гο  ɼǵ ʽÿ.

*strings.22403:ޱ: ޽ %lu ( %lu)

*strings.22404:POP3 (%s) TOP \n ʽϴ.\n\n  ̴, ``ִ ޽ ũ''\nȯ漳   ϴ.  ɼ\n   ũ⿡  ޽\nٿε˴ϴ 

*strings.22405:POP3  α \n :\n\n  %s\n\nPOP3  %.100s@%.100s ο ȣ ԷϽʽÿ:

*strings.22406:: ȣƮ , α   ...

*strings.22407:޽  ...

*strings.22408:޽  ...Ϸ

*strings.22409:÷  ε ...

*strings.22410:÷  ε ...

*strings.22411:  ...

*strings.22412:  ...

*strings.22413:  ...ϼ

*strings.22414:  ...

*strings.22415:  ...ϼ

*strings.22416:   Ŀ ִ ...

*strings.22417:FCC Ϸ  ...

*strings.22418:   Ŀ ־ϴ.

*strings.22419:޽ ۼ

*strings.22421:%s %ldKB  (%ld%%)

*strings.22422:%s  %ld ޽ ε(%ld%%)

*strings.22423: ߰

*strings.22424: ߰...

*strings.22425:  ̸ ԷϽʽÿ.

*strings.22426:޽  

*strings.22427:޽  

*strings.22428:  ޱ

*strings.22429:(Outbox) ޽ 

*strings.22430: ...

*strings.22431:  

*strings.22432:  

*strings.22433:  ...

*strings.22434:  

*strings.22435:μ...

*strings.22436: 

*strings.22437: 

*strings.22438: ޽ 

*strings.22439:޽ 

*strings.22440: 

*strings.22441: ޽ 

*strings.22442:  

*strings.22443:

*strings.22444: 

*strings.22445: 

*strings.22446: ǥõ ޽ 

*strings.22447: ޽ 

*strings.22448: ޽  

*strings.22449: ǥϱ

*strings.22450: ǥ

*strings.22451:ݺ

*strings.22452:޽ 

*strings.22453:¥

*strings.22454:߽μ

*strings.22455:

*strings.22456:޽ ȣ

*strings.22457:ũ  (Rot13)

*strings.22458:ֱ ޽ ǥ

*strings.22459: ޽ ǥ

*strings.22460:߰ ޽ ޱ

*strings.22461: ޽ ޱ

*strings.22462:ּҷ

*strings.22463:ּҷ ׸ 

*strings.22464:ּҷϿ ߰

*strings.22465:  ۼ

*strings.22466: 

*strings.22467:   

*strings.22468:  ۼ

*strings.22469: 

*strings.22470:ο 

*strings.22471: ޽ 

*strings.22472:÷ 

*strings.22473: κ   ǥ

*strings.22474:  ǥ

*strings.22475: κ    ǥ

*strings.22476:   ǥ

*strings.22477: ޽  ǥ

*strings.22478: ޽ 

*strings.22479:

*strings.22480: ޽ ű

*strings.22481:ű

*strings.22482: ޽  ...

*strings.22483:ٸ ̸ ...

*strings.22484: ޽  ű...

*strings.22485: ޽  ű...

*strings.22486: ޽

*strings.22487: ޽

*strings.22488: ޽

*strings.22489:ٷ  ޽

*strings.22490:  ù° ޽

*strings.22491:   ޽

*strings.22492:   ޽

*strings.22493:   ޽

*strings.22494: ǥõ ù° ޽

*strings.22495: ǥõ  ޽

*strings.22496: ǥõ  ޽

*strings.22497: ǥõ  ޽

*strings.22498: 带   ǥ

*strings.22499:  ǥ

*strings.22500:  ׷ ǥ

*strings.22501:  ׷ ǥ

*strings.22502:Ȱ  ׷ ǥ

*strings.22503:  ׷ ǥ

*strings.22504:  ׷ ǥ

*strings.22505: ޽ ǥ

*strings.22506:  ޽ ǥ

*strings.22507: Ӹ ǥ

*strings.22508: ޽ ο

*strings.22509:߽(From)

*strings.22510: ּ(Reply To)

*strings.22511:(Mail To)

*strings.22512:(Mail Cc)

*strings.22513: (Mail Bcc)

*strings.22514: (File Cc)

*strings.22515: ׷(Newsgroup)

*strings.22516:  ׷(Followup To)

*strings.22517:(Subject)

*strings.22518:÷(Attachment)

*strings.22519:˵ ؽƮ 

*strings.22520:   

*strings.22521:ؽƮ ÷

*strings.22522: ǥϱ

*strings.22523: ǥ

*strings.22524:

*strings.22525:<P><CENTER>\n<TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n<TR><TD ALIGN=CENTER><FONT SIZE="+1">Truncated!</FONT><HR>\n

*strings.22526:<B> ޽ ȯ漳 ִ ޽ ũ⸦ ʰǷ\n   ó  ٸ ٿεǾϴ.<P>Click   <A HREF="

*strings.22527:"></A>  ޽ ٿεϱ  ʽÿ.</B></TD></TR></TABLE></CENTER>\n

*strings.22528:(Ӹ )

*strings.22529:( ȵ)

*strings.22530:Ų 

*strings.22531:丮 %s()  ʽϴ.  \n ۵  ϴ.\n\nۼұ?

*strings.22532:ڵ   :

*strings.22533: %s() ٸ α׷  Ǿϴ!\nľ?

*strings.22534:  

*strings.22535:news.announce.newusers

*strings.22536:news.newusers.questions

*strings.22537:news.answers

*strings.22538::  %s  ...

*strings.22539::  %s  ...Ϸ

*strings.22540: %s()   ϴ.

*strings.22541:BinHex ÷  ٸ ̸ 

*strings.22542:%lu Ʈ%s

*strings.22543:

*strings.22544:

*strings.22545:%s of %s (%s, %s)

*strings.22546:%s of %s (%s)

*strings.22547:%s of %s

*strings.22548:%s  (%s)

*strings.22549:%s 

*strings.22550:: ޽ ;  ٸ ...

*strings.22551:<TITLE>Netscape ü Ͽ  </TITLE>\n<h2>ü  Է </h2>\n<HR>

*strings.22552:%d%%

*strings.22553:%s ̹ %dx%d ȼ

*strings.22554:´ URL, ũ,   ã  ϴ.\nĳ:\n%s\n

*strings.22555:%d-Ʈ 

*strings.22556:1-Ʈ 

*strings.22557:%d-Ʈ ׷̽

*strings.22558:%d-Ʈ RGB Ʈ .

*strings.22559:ڵ&nbsp;ũ&nbsp;(Ʈ):

*strings.22560:%u&nbsp;x&nbsp;%u

*strings.22561: (%u&nbsp;x&nbsp;%u )

*strings.22562:̹&nbsp;ġ:

*strings.22563::

*strings.22564:%d 

*strings.22565:()

*strings.22566::

*strings.22567:,  ϰ 

*strings.22568:, ܻ  <tt>#%02x%02x%02x</tt>

*strings.22569:ƴϿ

*strings.22570::

*strings.22571:ڸƮ:

*strings.22572:Ȯ

*strings.22573:̹ ĳ  :\n%s() \n

*strings.22574: ׷ ߰...

*strings.22575:ٽ ã

*strings.22576:

*strings.22577:߿ 

*strings.22578:÷...

*strings.22579:ζ ÷

*strings.22580:ũ ÷

*strings.22581:ο 

*strings.22582:  %s()\n  ׷ Ͻðڽϱ?

*strings.22583: 

*strings.22584: (Outbox )    ޽\nϰ ֽϴ!

*strings.22585: (Outbox )    %d ޽\nϰ ֽϴ!

*strings.22586:\n\n̰ Netscape ̿ α׷\n  ޽ ߰ߴٴ Դϴ.\n

*strings.22587:`ƿڽ' Ư Դϴ. ̰ ߿ ޵\n޽  δ Դϴ.

*strings.22588:\n׷ `'    ϴ.\n\n   ȯ漳  ޽ \n´ ȮϽʽÿ.

*strings.22589:      ߻߽ϴ.\n\n%s\n   ұ?

*strings.22590:POP3  ȣ %.100s@%.100s:

*strings.22591:%s%s å%s

*strings.22592:%s å%s

*strings.22593:%s%s ּҷ%s

*strings.22594:%s ּҷ%s

*strings.22595:sock: %d   con_sock: %d   : %d\n

*strings.22596:ĳÿ URL ã մϴ: 

*strings.22597:κ ĳ ׸,   ɴϴ:\n

*strings.22598:ĳ Է Ȯϴ  ϰ ֽϴ\nδ force_reload Ǿ ֽϴ:\n

*strings.22599:ü ȿ , ٽ ε :\n

*strings.22600:ĳ Է Ȯϴ  ϰ ֽϴ:\n

*strings.22601:ĳ Է Ȯϴ  ϰ ֽϴ\nδ last_modified ϴ:\n

*strings.22602: Ʈ:

*strings.22603:ġ:

*strings.22604:&nbsp;MIME&nbsp;:

*strings.22605: Ȯ

*strings.22606:ҽ:

*strings.22607: ũ ĳÿ 

*strings.22608: ޸ ĳÿ 

*strings.22609:ĳ ȵ

*strings.22610:<H1>â Ȱ ° ƴմϴ.</H1>

*strings.22611: ĳ :

*strings.22612:

*strings.22613:%A, %d-%b-%y %H:%M:%S  ð

*strings.22614: :

*strings.22615:%A, %d-%b-%y %H:%M:%S GMT

*strings.22616: :

*strings.22617:¥ 

*strings.22618:ȿ:

*strings.22619: :

*strings.22620: :

*strings.22621:Charset:

*strings.22622: Ȯ

*strings.22623::

*strings.22624::

*strings.22625: 

*strings.22626:</b></FONT> ()    ֽϴ:<p><ul><li>

*strings.22627: 	

*strings.22630:

*strings.22631:

*strings.22632: %s  ȿ ޽ ֽϴ.\n   Ͻðڽϱ?

*strings.22633:븮 ڵ   ε  ϴ.\n\nڵ  url lockǾ ־\n븮ڸ    ϴ.\n ý ڿ  ûϽʽÿ.

*strings.22634: 븮 ڵ  ϵ ŵ ʾҽϴ.\n\nڵ  url lockǾ ־\n븮ڸ    ϴ.\n ý ڿ  ûϽʽÿ.

*strings.22635:븮 ڵ  ſ  ֽϴ.\nڵ  URL  lockǾ\n븮ڸ  ۿ ϴ.\n\n ý ڿ  ûϽʽÿ.

*strings.22636:ּҷ  ҷ

*strings.22637:ּҷ  

*strings.22638:å

*strings.22639:

*strings.22640:%ld 

*strings.22641:%ld 

*strings.22642:%ld ð %ld 

*strings.22643:ֿ å

*strings.22644:ּҷ

*strings.22645:  ڵ ٹٲ

*strings.22646:ڵ  %s

*strings.22647:HTML  ƴϸ   ϴ!

*strings.8000: 

*strings.8001:ü 

*strings.8003:ٸ ̸ ... ( %.90s, ڵ %.90s)

*strings.8004:ٸ ̸ ... ( %.90s)

*strings.8005:ٸ ̸ ... (ڵ %.90s)

*strings.8006:ٸ ̸ ...

*strings.8007:%.900s  :

*strings.8008:%.900s  :

*strings.8009:Ǹ, `%.900s' αմϴ

*strings.8010:޸  -- URL   ϴ

*strings.8011:  մϴ:\n%s

*strings.8012:%s\nٸ ҽ   ϴ!\n"%s"  ü ۲ մϴ.

*strings.8013:%s\nٸ ҽ   ϴ!\nü ۲ "%s"    ϴ!\nմϴ.

*strings.8014:ũ å  Ǿϴ. 泻 ұ?

*strings.8015:ũ å  Ǿϴ. ٽ ?

*strings.8016: ׸

*strings.8017: Ӹ

*strings.8018:"%.900s"    %d   ?

*strings.8019:"%.900s"    %d   ?

*strings.8020:å 

*strings.8021:å ҷ

*strings.8022:  %s  %s ̿Ͽ մϴ.

*strings.8023:ȱ Ȱ

*strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html

*strings.8025:: Ϸ.

*strings.8026: 

*strings.8027:%.900s   

*strings.8028::\n\n

*strings.8029:%s "%.255s"  ʽϴ.\n

*strings.8030:%s "%.255s" ()    Դϴ.\n

*strings.8031:%s  Ʈ ȣ  ʾҽϴ.\n

*strings.8032: 

*strings.8033: 

*strings.8034:News RC 丮

*strings.8035:ӽ 丮

*strings.8036:FTP 븮 

*strings.8037:Gopher 븮 

*strings.8038:HTTP 븮 

*strings.8039:HTTPS 븮 

*strings.8040:WAIS 븮 

*strings.8041:SOCKS 

*strings.8042: MIME Ÿ 

*strings.8043: MIME Ÿ 

*strings.8044: mailcap 

*strings.8045: mailcap 

*strings.8046:ֻ åǸ   ϴ

*strings.8047:ֻ åǸ ߶  ϴ

*strings.8048: åǿ  纻Դϴ:

*strings.8049: ...

*strings.8050:  μ  ʽϴ.

*strings.8051:ɼ  

*strings.8052:   %s ̽ ڵ %%%c:\n%%h = ȣƮ, %%p = Ʈ, %%u = 

*strings.8053:fork()   :

*strings.8054:%s: execvp(%s) 

*strings.8055: ٸ ̸ ...

*strings.8057: μ...

*strings.8058:μ...

*strings.8059: ٿε: %s

*strings.8060:ۼ: ( )

*strings.8061:ۼ: %s

*strings.8062:Netscape: < >

*strings.8063:Netscape: %s

*strings.8064:( )

*strings.8065:    ȣ %d

*strings.8066:ȿ  ÷ι.\n%s:  .\n

*strings.8067:ȿ  ÷ι.\n%s:    readable.\n

*strings.8068:ȿ  ÷ι.\n%s: 丮Դϴ.\n

*strings.8069:movemail ϱ fork()   ϴ

*strings.8070:%s()  ߻:

*strings.8071:%()  Ǿϴ:

*strings.8072:%.900s()   ϴ

*strings.8073:   \nԷϽÿ:\n\n    news://HOST, Ǵ\n    news://HOST:PORT,\n    snews://HOST,  Ǵ\n    snews://HOST:PORT\n\n

*strings.8074: movemail Ϸ,\n Ǯ 丮    ־ մϴ.  ýۿ\n   丮 带 01777 մϴ. ̷ ϴ \nҰϸ, setgid/setuid   ܺ movemail α׷ ؾ\nմϴ. ڼ  "ǰ  " ʽÿ.

*strings.8075:%.200s  ű  ϴ

*strings.8076:    ϴ.   %.200s մϴ.

*strings.8077:    ϴ.   %.200s  ϴ.

*strings.8078:    ϴ. ý  ߻߽ϴ.

*strings.8079: ű  ϴ. %.200s   ϴ.

*strings.8080: ű  ϴ. %.200s   ϴ.

*strings.8081: ű  ϴ. %s.200   ϴ.

*strings.8082: ű   ߻߽ϴ

*strings.8083: ű   ߻߽ϴ.   %d

*strings.8134:%s()  ߿  ߻߽ϴ.

*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

*strings.8154:       -share                    -install  Բ .  찡 \n                                 ǥ  ,  ǥ  .\n       -no-share                  찡  ǥ  .\n

*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

*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' ϴ 丮 ȮϽʽÿ.

*strings.8088:%s: ҽ ã  ϴ.n\n	 `%s'  app-defaults 丮\n	ġǾ ֽϴ. Ʒ ȯ溯 ȯ溯\n	ϴ 丮 ȮϽʽÿ:\n  $XAPPLRESDIR\n  $XFILESEARCHPATH\n  $XUSERFILESEARCHPATH\n\n	    Ȩ 丮 /usr/lib/. Ʒ\n	`app-defaults' ϴ 丮 ȮϽʽÿ.

*strings.8089:%s: ߸ ġ ũԴϴ.\n\n Ȯϰ "%s*geometry: %s" Ǵ "%s*geometry: %s"\n () ҽ Ͽϴ.  "*geometry" ϴ \n %s ( κ ٸ X α׷) () ̻ϰ ϵ\n մϴ. ׻ ".geometry" Ͻÿ.\n

*strings.8090:%s: "%s" ()    ɼ\n

*strings.8091:%s() %s \n߽߰ϴ.\n

*strings.8092:\n̰ ٸ ڰ %s() ̸\n %s ̿ȴٴ ϼ ֽϴ.\n

*strings.8093:\n%s 迡 μ ID %u ΰ ϴ.\n

*strings.8094:\n %s   ,\nũ ĳó  湮̳\n    ϴ.\n

*strings.8095:\n׷  ٸ %s Navigator ,\nȮϰ, %s  ϰ, %s ٽ\nϽÿ.\nҸ   ֽϴ.

*strings.8096:%s: %s() 丮 ƴմϴ.\n  %s ̸ ٲϴ!\n׸ 丮 ϳ Ǿϴ.\n\n

*strings.8097:%s: %s() 丮 ƴմϴ.\n ̸ ٲܼ ϴ.\n  Ͻʽÿ.\n\n

*strings.8098:%s: `%s' 丮  ϴ.\n%s\n 丮 ÿ.\n\n

*strings.8099:˼  

*strings.8100:%s()   

*strings.8101:%s   

*strings.8102:%s     ٸ ȯ漳  ̸ \nմϴ.     ϴ  ο ̸\n˴ϴ. ׷   ʿ信  ٽ ϴ.\n  ϵ ?

*strings.8103:\nũ ĳø   ϵ  ֽϴ.\n(ũ ĳô  ũ   )

*strings.8104: ϵ   ֽϴ.

*strings.8105:Ϲ

*strings.8106:ȣ

*strings.8107: 

*strings.8108:Ʈ 

*strings.8109:%s ˻ (%d )\n%d%% Ϸ)\n\n ð: %s\n( ð  Ʈ Ʈũ ŷ \nٸϴ.)

*strings.8110:˻ ... (%d )\n%d%% Ϸ)\n\n ð: %s\n( ð  Ʈ Ʈũ ŷ \nٸϴ.)

*strings.8111:Re: 

*strings.8112:%d  å ˻簡 ϴ.\n%d   ϴ.\n%d   Ǿ ǥõǾϴ.

*strings.8115:"%s"  %d · Ǿϴ

*strings.8116:%s: Ƽ keysym     ϴ.\n\n밳 XKeysymDB  ã   Դϴ.\nùٸ keysym  Ű $KEYSYMDB ȯ溯\n  ֽϴ.\n\nùٸ XKeysymDB    ޽ ǥõǰ,\nκ Ű Ű  ʽϴ.\n( XKeysymDB  %s ԵǾ ֽϴ.)\n\n

*strings.8117:%s: Ƽ keysym     ϴ.\n\n밳 XKeysymDB  ã   Դϴ.\nùٸ keysym  Ű $KEYSYMDB ȯ溯\n  ֽϴ.\n\nùٸ XKeysymDB    ޽ ǥõǰ,\nκ Ű Ű  ʽϴ.\n

*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  Ͻʽÿ.

*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  Ͻʽÿ.

*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  Ͻʽÿ.

*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  Ͻʽÿ.

*strings.8122:\nǥõ˴ϴ

*strings.8123: Ⱥ Դϴ

*strings.8124:ܾ

*strings.8125:å

*strings.8126:

*strings.8127:۲

*strings.8128:α׷

*strings.8155:α׷

*strings.8129:̹

*strings.8130:

*strings.8131:ĳ

*strings.8132:

*strings.8133:븮

*strings.8135:ۼ

*strings.8136:

*strings.8137:ſ

*strings.8138:

*strings.8139: Ϸ 

*strings.8140: Ϸ 

*strings.8141:Netscape 

*strings.8142:Netscape 

*strings.8143:ּҷ

*strings.8144:X ҽ  ġ ʾҽϴ!

*strings.8145:<<  >>

*strings.8146:ȣ  

*strings.8147:ȵ.

*strings.8148:%s: ȯ漳 Ͽ ~user/   ʽϴ. ~/  Ͻÿ\n

*strings.8149:%s: "%s" ()    ־Դϴ.\n

*strings.8150:%s: 0x%x ȣ ־ \n

*strings.8151:%s: %s Ŭ ־ \n

*strings.8152:\n\n<< ǥؿ ޽ ߰ ߷Ƚϴ >>

*strings.8153:  :

*strings.8156: (Outbox )   ޽\nֽϴ.  ?\n

*strings.8157: (Outbox ) %d  \n޽ ֽϴ.  ?\n

*strings.8158:`` '' ɼ POP3  \n˴ϴ.  ý  丮\n ʽϴ.  б ؼ \n   ȯ漳   \nɼ Ͻÿ.

*strings.8159:ڷ

*strings.8160:ӿ ڷ

*strings.8161:

*strings.8162:ӿ 

*strings.8163: ý   Ű $MAIL ȯ溯\nϽÿ

*strings.8164: ޽ ϴ.

*strings.8165: 

*strings.8166:Ÿ

*strings.8167:ܺη ޽   fork()   ϴ

*strings.8168:%s    ϴ.

*strings.8169:%s()  ʽϴ.

*strings.8170:%s() 丮Դϴ.

*strings.8171:  ã  ϴ.

*strings.8172: (Netscape.lock)   ϴ.

*strings.8173: (Netscape.lock) Ǿϴ.

*strings.8174:  ũⰡ Ǿϴ.

*strings.8175: (Netscape.lock) Ÿ   ϴ.

*strings.8176:ִϸ̼    ϴ.

*strings.8177:ִϸ̼  Ǿϴ.\n⺻  մϴ.

*strings.8178:ִϸ̼  ũ⸦   ϴ.\n⺻  մϴ.

*strings.8179:ִϸ̼     ϴ.\n⺻  մϴ.

*strings.8180:ִϸ̼    ϴ.\n⺻  մϴ.

*strings.8181:ִϸ̼    ϴ.\n⺻  մϴ.

*strings.8182:ִϸ̼   ִ  Ÿ մϴ.

*strings.8183:  ãϴ:

*strings.8184:

*strings.8185:ũ

*strings.8186:ܶ

*strings.8187:̹

*strings.8188: ٽ ׸

*strings.8189:ٽ ׸

*strings.8190:Netscape : %.900s

*strings.8191:Netscape : %.900s

*strings.8192:Netscape: %.900s

*strings.8193:

*strings.8194:

*strings.8195:ȣ 

*strings.8196:ȣ 

*strings.8197:÷ 

*strings.8198:Movemail 

*strings.8199:Movemail 

*strings.8200:Netscape %s\n%s/Inbox  ű մϴ.\n\n ű %s\n ̹  ٸ  α׷\n ų ֽϴ.

*strings.8201:   ǥմϴ

*strings.8202:Netscape : %.900s

*strings.8203:Netscape

*strings.8204:: ڿ Ȯ

*strings.8205:ũ 

*strings.8206:÷ : %s

*strings.8207:MIME Ÿ ؾ մϴ.

*strings.8208:|ó

*strings.8209:    ϴ:   %s() մϴ.

*strings.8210:%s ÷ ϴ. ũ  Ÿ ٲߴϴ.\n

*strings.8211:: %s\n%s ÷   ϴ. մϴ.\n

*strings.8212:÷ %s MIME ŸԿ  ٸ  Ǵ Ȯڸ  ֽϴ.\n\n     = "%s"\n    Ȯ = "%s"\n\n÷  ִ  Ÿ ̿ϰڽϱ?

*strings.8213:ɼ  

*strings.8214:   ϴ:

*strings.8215:   ϴ:

*strings.8216:1 100    ֽϴ.

*strings.8217:1 100    ֽϴ.

*strings.8218:ڸ β 0 10000 ȼ   ֽϴ.

*strings.8219:  0 10000ȼ   ֽϴ.

*strings.8220: ä⿡ 0 10000ȼ   ֽϴ.

*strings.8221: 1 10000ȼ ϰų,\n1 100%   ֽϴ.

*strings.8222:̴ 1 10000ȼ ϰų,\n1 100%   ֽϴ.

*strings.8223:̴ 1 10000ȼ   ֽϴ.

*strings.8224:̴ 1 10000ȼ   ֽϴ.

*strings.8225: 1 10000ȼ   ֽϴ.

*strings.8226:  ְ ٽ õϽÿ.

*strings.8227:  ְ ٽ õϽÿ.

*strings.8228:ũ ؽƮ Է:

*strings.8229:ũ ̹:

*strings.8230:ũ ؽƮ:

*strings.8231:  õ  ϴ

*strings.8232:  õ  ũ(û).

*strings.8233:  õ  ũ(û).

*strings.8234:ũ ұ?

*strings.8235:<Ȯ>

*strings.8236:  ±: '<' ־ մϴ

*strings.8237:  ±: '>' ־ մϴ

*strings.8238:±׿   ڿ ֽϴ. ݴ ǥ ʿմϴ

*strings.8239:±׸ ʹ  ݾҽϴ

*strings.8240:± ̸ ־ մϴ

*strings.8241:   ± 

*strings.8242:±״ Դϴ

*strings.8243:   ϰ ֽϴ.\n   ϴ    ϴ.

*strings.8244:  ǰ Դϴ.\n   ϴ.

*strings.8245:û ۾ ϱ  \nؾ մϴ.

*strings.8246: Ͽ   ұ?\n%.900s?

*strings.8247: ȣ = (%d).

*strings.8248: ϰų ߶󳻱⸦   ϴ.  ٽ ѹ õϽÿ.

*strings.8249:ƹ͵  ʾҽϴ.

*strings.8250:ó ̺  踦 մϴ.\n    ʽϴ.

*strings.8251:  ʾҽϴ!

*strings.8252: ȯ漳 HTML ⸦  ʾҽϴ.\n%f Ͽ Ͽ Ͻÿ. Netscape %f() Ȯ\n̸ ٲߴϴ.  ,\n             xgifedit %f\n  ȯ漳  Ϸϰڽϱ?

*strings.8253:ó `%s'   Դϴ

*strings.8254:ó `%s'   ʴ  ŸԴϴ.

*strings.8255:Netscape Navigator  ŰƮ .\n: %s\n ǰ: C

*strings.8256:ũ  MIME Ÿ (%s) Ǿϴ.  \n ϰ ٽ ?

*strings.8257:ũ  Mailcap (%s) Ǿϴ.  \n ϰ ٽ ?

*strings.8258:ũ  MIME Ÿ (%s) ǾǷ ٽ нϴ.

*strings.8259:ũ  Mailcap (%s) ǾǷ ٽ нϴ.

*strings.8260: ȯ漳 ̹ ⸦  ʾҽϴ.\n%f Ͽ Ͽ Ͻÿ. Netscape %f() Ȯ\n̸ ٲߴϴ.  ,\n             xgifedit %f\n  ȯ漳  Ϸϰڽϱ?

*strings.8261: Ÿ    ̹\nٿεϷ մϴ.\nǱ, ۱   Ǵ\n ̹ Ͽ 㰡 ޾ƾ߸ մϴ.

*strings.8262:ϱ Դϴ.

*strings.8263: ֽϴ. ߿ õϽÿ.

*strings.8264:߸  URLԴϴ.

*strings.8265:   .

*strings.8266:  .

*strings.8267:ӽ   ۼ .

*strings.8268:ӽ    .

*strings.8269:  ұ?

*strings.8270:    ߻߽ϴ.\n%.900s

*strings.8271:ø   ġ  ʾҽϴ.\n  ȯ漳  Ϸϰڽϱ?

*strings.8272:ڵ ݿ 0 600 л  ԷϽÿ.

*strings.8273:ãư ⺻ ġ  ʾҽϴ.\n  ȯ漳  Ϸϰڽϱ?

*strings.8274:Ǹ  "ftp://" or "http://" ̾ մϴ.\n  Էϰ ٽ õϽÿ.

*strings.8275:̹ Ÿ ġ ֽϴ.\nϱ ̹ ũ Ͻÿ.

*strings.8276:ǥ Ҵ  ϴ

*strings.8277:Ÿ ø  ̸:\n%.900s

*strings.8278: ũ :\n%.900s

*strings.8279:̹  б:\n%.900s

*strings.8280:%d ° ( %d)

*strings.8281:ҽ ã  ϴ.

*strings.8282:  ߿   \nڵ  Ϸ, Ҹ ÿ.

