!
!	AsWedit app-defaults file for asWedit program (ver. 1.1)
!       Copyright (C) A. Stochniol, 1994 - 1995.
!
!	Version details:
!	@(#) asWedit application defaults file; Version 1.1.1; 14 July 1995
!	@(#) en - English language version
!	@(#) Localization database: Ver. 2.0, 20 Jan 1995
!	@(#) HTML Localization database: Ver. 1.1.1, 14 July 1995
!
!
!	IMPORTANT: Resources in this file are grouped according to the
!	probability of them being changed by a user. For most users
!	parts 1, 2 and 3 are all they might ever want to change.
!	So if personal customization files are needed we recommend to
!	build them from these parts.
!
!	Note that option preferences set at run-time via menus are stored
!	(when saved) in the user's ~/.asWedit-prefs file and they override
!	any customization done via resources in this and any other
!	X-resource file.
!
!
!
!	Resources - Part 1 (the most likely to be customized by a user).
!	----------------------------------------------------------------
!
!-----------------------------------------------------------------------------
!
!   COLORS
!
!   Colors for menuBar (& all menus & most dialogs), help_dialog
!   and save_warning,  and main text area (i.e. all the rest)
!   NOTE: colors are done in rgb just in case your color database is 'weird'
!	  (or simply you use the program in your 'locale' and the color
!	   names are completely different)
!
*menuBar*background:            #bebebe
*QAccess_Popup*background:	#bebebe
!
*edit_text*background:          #c1adad
!
*help_dialog*background:        #c1c1c1
*background:               	#c1c1c1
*help_dialog*XmText*background: #c1c1c1
*readOnlyBackground:            #c1c1c1
*bottom_row*background:		#c1c1c1
!
*troughColor:                   #999999
*menuBar*XmList.background:	#999999
*menuBar*VkList.background:	#999999
!
*menuBar*XmText.background: 	#c7aaaa
*menuBar*XmTextField.background: #c7aaaa
!
!   colors for important warning/error messages
!   NOTE: colors are done in rgb ... (see above)
!
*save_warning*background:               #f8b39b
*menuBar*save_warning*background:       #f8b39b
*menuBar*error_message*background:      #f8b39b
!
!
!   Specify different color for the HTML required attribute entries
*menuBar*formR.XmText.background: grey67
!
!   Specify the preferred length for attribute editor text boxes (in characters)
*menuBar*form.XmText.columns:   25
*menuBar*formR.XmText.columns:  25
!
!
!
!   FONTS .....
!
!   Bold fonts (labels etc.)
*menuBar*fontList:            	-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*menuBar*XmText.fontList:       -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*menuBar*XmTextField.fontList:  -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*toolbar*fontList:            	-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*help_dialog*fontList:          -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*save_warning*fontList:         -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*QAccess_Popup*fontList:	-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
!
!   Fixed width fonts:
*XmText.fontList:             	-*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*menuBar*text_dialog*XmText.fontList:	-*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
!
!   Plain fixed width font:
*bottom_row*fontList:         	-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
!
!
!   Special symbol font for the greek labels...
!   (Note: on SGI when the fonts schemes are used the symbol fonts are NOT properly found!; workaround needed)
!   (See also the toolbar's greek fonts later in this file...)
*menuBar*Greek_PD*fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
!   Alternate fixed width fonts for the editor:
*smallFont:  			-*-courier-bold-r-normal-*-10-*-*-*-*-*-iso8859-1
*mediumFont: 			-*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
*largeFont:  			-*-courier-bold-r-normal-*-20-*-*-*-*-*-iso8859-1
*hugeFont:   			-*-courier-bold-r-normal-*-25-*-*-*-*-*-iso8859-1
!
!   OTHER DEFAULTS
!
!
!   Start up sizes of main text widget and hypertext text widget
!
*edit_text.rows:		24
*edit_text.columns:		80
!
*hypertext_text.rows:		20
*hypertext_text.columns: 	60
!
!
!   Setup for local printers/print queues ...
!
*print_dialog.listItems:                        lp \,lp -d hp \,lp -d hp2 \,qprt -da -Pps
!   the following line should contain the count from the above line (number of printers)!!!
*print_dialog.listItemCount:                    4
*print_dialog.listVisibleItemCount:             3
!
!   Define the default printing command (if you want one)
*print_dialog.textString:			lp
!
!   Define the default print range:
!   (Note: only _one_ of the two following should be set to True, i.e. uncommented:)
*print_dialog*selection.set:			True
!!!*print_dialog*complete.set:			True
!
!
!   default start-up Untitled file name  ('NoName')
*noname:			NoName
!
!
!   Redefinition of the system temporary directory (usually /tmp) is done by
!   specifying tmpDir resource (uncomment and edit the following line)
!*tmpDir:	/tmp
!
!   Redefinition of help directory (set during installation) is done by
!   specifying helpDir resource (uncomment and edit the following line)
!*helpDir:	/usr/lib/X11
!
!   Redefinition of help file name is done by specifying helpName resource
!   (uncomment and edit the following line)
!*helpName:	asWedit.hlp
!
!   Redefinition of backupFileSuffix is done by
!   specifying backupFileSuffix resource (edit the following line)
*backupFileSuffix:	.bak
!
!
!
!   	Part 2 - HTML related resources (likely to be customized)
!	---------------------------------------------------------
!
!-----------------------------------------------------------------------------
!
!
!   Definition of the standard HTML template
*htmlStdTemplOpen:	<HTML>\n<HEAD>\n <TITLE>
*htmlStdTemplClose:	</TITLE>\n</HEAD>\n\n<BODY>\n\n</BODY>\n</HTML>\n
!
!   To define permanently some 'unknown' tags uncomment and edit the 'learnTagNames' resource
!   Important: use **lower** case tag names and separate them with commas (as in an example).
!*learnTagNames: 	center, font
!
!   The tag and attribute names and some of the attribute values are case insensitive.
!   You can decide what case is used for each category. As default the attribute
!   and tag names are capitalized. You can change it. Simply uncomment and edit
!   the following definitions.
!*useLowerTags:		False
!*useLowerAttrNames:	False
!*useLowerAttrValues:	True
!
!   The optionally closing tags are inserted according to the following heuristic rule:
!	'when no text is selected insert only the opening tag'
!   If you don't like it define 'noSelOmitCtag' as False.
!
!
!   User definable entities (probaly just a German, French etc. from Latin1)
!   (if you use an entity for which a labelString is not defined, than
!   define the missing labelString yourself)
*userEntities:	&Auml;, &Euml;, &Ouml;, &Uuml;, &szlig;, &auml;, &euml;, &ouml;, &uuml;
!
!   Layout for the user entities sub-menu
*EntUser_PD.numColumns:	2
*EntUser_PD.packing:	XmPACK_COLUMN
!
!  Definition of HTML tags for which you want to insert the line feeds
!  as well. You can insert the line feed before and/or after the
!  opening tag. You can do the same for the closing tags. Use the
!  standard tag names (lower case) and separate them with a comma.
!
*lfBeforeOtags: body,p,hr
*lfAfterOtags:  body,html,head,p,ul,ol,dl,pre,address,hr
!
*lfBeforeCtags: address
*lfAfterCtags:  head,ul,ol,dl,li,dt,dd,pre,h1,h2,h3,h4,h5,h6,
!
!   If the temporary *.html files are deleted to quickly (so Netscape, or other program)
!   couldn't find them redefine the following resource (the default 'garbage collection'
!   time is set for 30 seconds; note that the value is specified in msec !)
!*unlinkDelay:	30000
!
!
!	Part 3 - User definable filters and commands
!	--------------------------------------------
!
!-----------------------------------------------------------------------------
!
!
!   FILTERS
!   Number of user defined filters ( *important* to specify right)
!
*filterNum:	5
!
!   User defined filters (items in Tools/Filters menu):
!
*Filter0.labelString:		Word count
*menuBar*Filter0.mnemonic: 	W
*filter0:			echo '     lines     words     bytes:' ; wc
*filterExt0:			TO_TEXT_DIALOG\, Word count\, \, \, \,USE_FILE_OR_SELECTION
!
*Filter1.labelString:		Compress blank lines
*menuBar*Filter1.mnemonic: 	C
*filter1:			sed 's/^[ 	]*$//' | sed '\n\
/^$/ {\n\
	N\n\
	/^\\n$/D\n\
     }'
!
*Filter2.labelString:		Delete blank lines
*menuBar*Filter2.mnemonic: 	D
*filter2:			sed  '/^[ 	]*$/d'
!
*Filter3.labelString:		Double Space
*menuBar*Filter3.mnemonic:	S
*filter3:			sed G
!
*Filter4.labelString:		Delete Extra spaces
*menuBar*Filter4.mnemonic:	E
*filter4:			sed 's/[ 	][ 	]*/ /g'
!
!
!   COMMANDS
!   Number of user defined commands ( *important* to specify right)
!
*cmdNum: 3
!
!
!   User defined commands (items in Tools/Commands menu):
!
!
*Cmd0.labelString:      Current directory
*menuBar*Cmd0.mnemonic: r
*cmdDef0:               pwd
!
*Cmd1.labelString:      Date
*menuBar*Cmd1.mnemonic: D
*cmdDef1:               date
!
*Cmd2.labelString:      Host name
*menuBar*Cmd2.mnemonic: H
*cmdDef2:               hostname
!
!    OTHERS
!
!    Select delimited text when found (when selectDelimitedText is True)
*selectDelimitedText:		True
!
!    Word separators definition (used when a user double clicks a word etc.)
*wordSeparators:	!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~
!
!    Default content of the toolbar (list of command buttons) when the
!    personal preferences file does not exist.
*toolbarContent:	Open,Save,Spacer,HtmlMode,Refresh,Spacer,standard,h1,h2,h3,Spacer,p,br,hr,em,strong,a
!
!
!**************************************************************************
!		**	NOTE	**	NOTE	**	NOTE	**
!
!   If you would like to have your personalized application defaults file
!   I recommend to copy ONLY the above parts of this file (it might
!   be all you would ever need).
!
!**************************************************************************
!
!
!
!
!
!
!	Part 4 - general & visual consistency resources;
!	------------------------------------------------
!
!-----------------------------------------------------------------------------
!
!
!	general appearance and behaviour defaults
!
*borderWidth:		0
*highlightThickness:	2
!
!
!	allow Tear off menus for Motif 1.2 (and higher)
*menuBar*tearOffModel: XmTEAR_OFF_ENABLED
!
!       make the text widgets in diallogs small (the size is dynamically calculated)
*columns:		3
*textColumns:		3
!
!	display all the toggles even when they are not on
!       color all radio and toggle buttons when they are selected
!       (note: lampColor, checkColor and radioColor resources are specific to SGI)
*visibleWhenOff:	true
*fillOnSelect:          True
*selectColor:           #ffff00
*checkColor:            #ff0000
*radioColor:            #0000ff
*lampColor:             #ffff00
!
!	specific defaults for asWedit
!
!   setting the same visual pleasing margin (8) for all buttons
!
*XmPushButton.marginWidth:      8
*XmCascadeButton.marginWidth:   8
!
!
!   setting offsets affecting the status row (form_bottom)
*form_bottom*topOffset:			2
*form_bottom*bottomOffset:		2
*form_bottom*leftOffset:		2
*form_bottom*rightOffset:		2
!
!   setting shadowType & shadowThickness for frame_bottom_row;
!   (to support SGI schemes mode)
*frame_bottom_row.shadowType:		SHADOW_IN
*frame_bottom_row.shadowThickness:	2
!
!   Symbol font for all toolbar's greek entity buttons (cannot be done shorter :-( )
*toolbar*&alpha;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&beta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&gamma;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&delta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&epsilon;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&zeta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&eta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&theta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&thetav;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&iota;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&kappa;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&lambda;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&mu;.fontList:		-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&nu;.fontList:		-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&xi;.fontList:		-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&omicron;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&pi;.fontList:		-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&varpi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&rho;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&sigma;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&vsigma;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&tau;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&upsilon;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&phi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&varphi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&chi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&psi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&omega;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Gamma;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Delta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Theta;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Lambda;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Xi;.fontList:		-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Pi;.fontList:		-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Sigma;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Upsilon;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Phi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Psi;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
*toolbar*&Omega;.fontList:	-*-symbol-*-r-normal-*-20-*-*-*-*-*-*-*
!
!
!
!
!	Part 5 - language dependent resources (to preserve consistency
!	any changes here *should* be reflected in the on-line help file !)
!	----------------------------------------------------------------
!
!-----------------------------------------------------------------------------
!
!   Menu bar & all menus resources:
!   All necessary resources for an international application are specified
!   here. This includes labels, mnemonics, accelerators and accelerator text.
!   Note: you may safely add/remove/change accelerators and mnemonics, but
!   be sure that the acceleratorText changes with accelerator. You may also
!   change the labelString values (but do NOT remove them).
!
!   Menu bar:
!
*File.labelString:		File
*File.mnemonic: 		F
*Edit.labelString: 		Edit
*Edit.mnemonic: 		E
*Search.labelString: 		Search
*Search.mnemonic: 		S
*Tools.labelString:		Tools
*Tools.mnemonic:		T
*View.labelString: 		View
*View.mnemonic: 		V
*Options.labelString: 		Options
*Options.mnemonic: 		O
*menuBar.Help.labelString: 	Help
*menuBar.Help.mnemonic: 	H
!
!
! General (standard) labels for buttons in the dialogs
!
*OK.labelString:		OK
*Apply.labelString:		Apply
*Cancel.labelString:		Cancel
*Help.labelString:		Help
!
!
!
!   File PullDown menu:
!
*Open.labelString:		Open...
*menuBar*Open.mnemonic:		O
*menuBar*Open.acceleratorText:  Ctrl+O
*menuBar*Open.accelerator:  	Ctrl <Key>o
!
*New.labelString:		New
*menuBar*New.mnemonic:  	N
*menuBar*New.acceleratorText: 	Ctrl+N
*menuBar*New.accelerator:     	Ctrl <Key>n
!
*Close.labelString:     	Close
*menuBar*Close.mnemonic: 	C
!
*Save.labelString:      	Save
*menuBar*Save.mnemonic: 	S
*menuBar*Save.acceleratorText:  Ctrl+S
*menuBar*Save.accelerator:      Ctrl <Key>s
!
*Save_As.labelString:   	Save As...
*menuBar*Save_As.mnemonic: 	A
!
*Insert.labelString:    	Insert...
*menuBar*Insert.mnemonic: 	I
!
*Print.labelString:     	Print...
*menuBar*Print.mnemonic: 	P
*menuBar*Print.acceleratorText: Ctrl+P
*menuBar*Print.accelerator:     Ctrl <Key>p
!
*Exit.labelString:      	Exit
*menuBar*Exit.mnemonic: 	x
!
!
!
!   Edit PullDown menu:
!
*Undo.labelString:      	Undo
*menuBar*Undo.mnemonic: 	U
*menuBar*Undo.acceleratorText:  Ctrl+Z
*menuBar*Undo.accelerator:      ~Shift Ctrl ~Meta ~Alt <Key>z
!
*Redo.labelString:      	Redo
*menuBar*Redo.mnemonic: 	R
*menuBar*Redo.acceleratorText:  Shift+Ctrl+Z
*menuBar*Redo.accelerator:	Shift Ctrl ~Meta ~Alt <Key>z
!
*Cut.labelString:       	Cut
*menuBar*Cut.mnemonic:  	t
*menuBar*Cut.acceleratorText:   Ctrl+X
*menuBar*Cut.accelerator:	~Shift Ctrl ~Meta ~Alt <Key>x
!
*Copy.labelString:      	Copy
*menuBar*Copy.mnemonic: 	C
*menuBar*Copy.acceleratorText:  Ctrl+C
*menuBar*Copy.accelerator:      ~Shift Ctrl ~Meta ~Alt <Key>c
!
*Paste.labelString:      	Paste
*menuBar*Paste.mnemonic: 	P
*menuBar*Paste.acceleratorText: Ctrl+V
*menuBar*Paste.accelerator:	~Shift Ctrl ~Meta ~Alt <Key>v
!
*Clear.labelString:      	Clear
*menuBar*Clear.mnemonic: 	e
*menuBar*Clear.acceleratorText: Del
!
!  Additions for editing HTML files
!
*EditTag.labelString:		Edit Tag...
*menuBar*EditTag.mnemonic:	a
*menuBar*EditTag.acceleratorText: Enter
!
*DeleteTag.labelString:		Delete Tag
*menuBar*DeleteTag.mnemonic:	D
!
!   Alt key problem:
!   if on your X server the sequence Alt+Del does not work
!   (most probably you are using Sun's X server) then try the 'Alt+Meta'
!   (on Sun's keyboards Meta is the Diamond key).
!   If Meta+Del works modify the text visible to the user (i.e. the next line)
!   (for more details see the 'Q&A HTML Editing' in the help or run 'xmodmap')
*menuBar*DeleteTag.acceleratorText:	Alt+Del
*menuBar*DeleteTag.accelerator:		~Shift ~Ctrl Meta  <Key>osfDelete
!
!
!
!   Search PullDown menu:
!
*Find.labelString:    		Find...
*menuBar*Find.mnemonic: 	F
*menuBar*Find.acceleratorText:	Ctrl+F
*menuBar*Find.accelerator:  	Ctrl <Key>f
!
*Repeat.labelString:  		Find Next
*menuBar*Repeat.mnemonic: 	N
*menuBar*Repeat.accelerator:  	Ctrl<Key>l
*menuBar*Repeat.acceleratorText: Ctrl+L
!
*Change.labelString:  		Change...
*menuBar*Change.mnemonic: 	C
*menuBar*Change.acceleratorText: Ctrl+H
*menuBar*Change.accelerator: 	Ctrl <Key>h
!
*Go_to.labelString:     	Go to Line...
*menuBar*Go_to.mnemonic:        G
*menuBar*Go_to.acceleratorText: Ctrl+G
*menuBar*Go_to.accelerator:	 Ctrl <Key>g
!
*Bookmark.labelString:   	Bookmark
*menuBar*Bookmark.mnemonic:     B
!
*Match.labelString:   		Match delimiter
*menuBar*Match.mnemonic:	M
!
!
!    Bookmark PullDown menu:
!
*SetAMark.labelString:   	Set
*menuBar*SetAMark.mnemonic:     S
!
*GoToMark.labelString:   	Go to
*menuBar*GoToMark.mnemonic:     G
!
!
!    Set & Go_to PullDown menu:
!    (note that an alternate set of hotkeys is supported using asedit-mark-*
!    text translations; this is mainly for asedit 1.2 backward compatibility)
!
*SetMark0.labelString:		0
*SetMark1.labelString:		1
*SetMark2.labelString:		2
*SetMark3.labelString:		3
*SetMark4.labelString:		4
*SetMark5.labelString:		5
*SetMark6.labelString:		6
*SetMark7.labelString:		7
*SetMark8.labelString:		8
*SetMark9.labelString:		9
!
*menuBar*SetMark0.acceleratorText:  Shift+Ctrl+0
*menuBar*SetMark1.acceleratorText:  Shift+Ctrl+1
*menuBar*SetMark2.acceleratorText:  Shift+Ctrl+2
*menuBar*SetMark3.acceleratorText:  Shift+Ctrl+3
*menuBar*SetMark4.acceleratorText:  Shift+Ctrl+4
*menuBar*SetMark5.acceleratorText:  Shift+Ctrl+5
*menuBar*SetMark6.acceleratorText:  Shift+Ctrl+6
*menuBar*SetMark7.acceleratorText:  Shift+Ctrl+7
*menuBar*SetMark8.acceleratorText:  Shift+Ctrl+8
*menuBar*SetMark9.acceleratorText:  Shift+Ctrl+9
!
*menuBar*SetMark0.accelerator:  Shift Ctrl <Key>0
*menuBar*SetMark1.accelerator:  Shift Ctrl <Key>1
*menuBar*SetMark2.accelerator:  Shift Ctrl <Key>2
*menuBar*SetMark3.accelerator:  Shift Ctrl <Key>3
*menuBar*SetMark4.accelerator:  Shift Ctrl <Key>4
*menuBar*SetMark5.accelerator:  Shift Ctrl <Key>5
*menuBar*SetMark6.accelerator:  Shift Ctrl <Key>6
*menuBar*SetMark7.accelerator:  Shift Ctrl <Key>7
*menuBar*SetMark8.accelerator:  Shift Ctrl <Key>8
*menuBar*SetMark9.accelerator:  Shift Ctrl <Key>9
!
*GoMark0.labelString:		0
*GoMark1.labelString:		1
*GoMark2.labelString:		2
*GoMark3.labelString:		3
*GoMark4.labelString:		4
*GoMark5.labelString:		5
*GoMark6.labelString:		6
*GoMark7.labelString:		7
*GoMark8.labelString:		8
*GoMark9.labelString:		9
!
*menuBar*GoMark0.acceleratorText:  Ctrl+0
*menuBar*GoMark1.acceleratorText:  Ctrl+1
*menuBar*GoMark2.acceleratorText:  Ctrl+2
*menuBar*GoMark3.acceleratorText:  Ctrl+3
*menuBar*GoMark4.acceleratorText:  Ctrl+4
*menuBar*GoMark5.acceleratorText:  Ctrl+5
*menuBar*GoMark6.acceleratorText:  Ctrl+6
*menuBar*GoMark7.acceleratorText:  Ctrl+7
*menuBar*GoMark8.acceleratorText:  Ctrl+8
*menuBar*GoMark9.acceleratorText:  Ctrl+9
!
*menuBar*GoMark0.accelerator:   ~Shift Ctrl <Key>0
*menuBar*GoMark1.accelerator:   ~Shift Ctrl <Key>1
*menuBar*GoMark2.accelerator:   ~Shift Ctrl <Key>2
*menuBar*GoMark3.accelerator:   ~Shift Ctrl <Key>3
*menuBar*GoMark4.accelerator:   ~Shift Ctrl <Key>4
*menuBar*GoMark5.accelerator:   ~Shift Ctrl <Key>5
*menuBar*GoMark6.accelerator:   ~Shift Ctrl <Key>6
*menuBar*GoMark7.accelerator:   ~Shift Ctrl <Key>7
*menuBar*GoMark8.accelerator:   ~Shift Ctrl <Key>8
*menuBar*GoMark9.accelerator:   ~Shift Ctrl <Key>9
!
!
!
!    Match PullDown menu:
!
!
!    Alt key problem:
!    if on your X server the sequences Alt+[ and Alt+] do not work
!    (most probably you are using Sun's X server) then try Meta instead
!    (on Sun's keyboards Meta is the Diamond key)
!    If Meta works modify the text visible to the user (i.e. acceleratorText lines)
!    (for more details see the Q&A in the help or run 'xmodmap')
*Forward.labelString:			Forward
*menuBar*Forward.mnemonic:     		F
*menuBar*Forward.accelerator:		Meta <Key>bracketleft
*menuBar*Forward.acceleratorText: 	Alt+[
!
*Backward.labelString: 			Backward
*menuBar*Backward.mnemonic:    		B
*menuBar*Backward.accelerator:		Meta <Key>bracketright
*menuBar*Backward.acceleratorText: 	Alt+]
!
!
!
!   View PullDown menu:
!
*Status.labelString:   		Status Line
*menuBar*Status.mnemonic:      	L
!
*Split.labelString:  		Split window
*menuBar*Split.mnemonic:     	S
!
*Wrap.labelString:  		Wrap words
*menuBar*Wrap.mnemonic:     	W
!
*Toolbar.labelString:  		Toolbar
*menuBar*Toolbar.mnemonic:     	T
!
!  Additions for previewing HTML files
!
*Refresh.labelString:  		Preview
*menuBar*Refresh.mnemonic:     	v
*menuBar*Refresh.accelerator:  	<Key>F5
*menuBar*Refresh.acceleratorText: F5
!
*Browser.labelString:  		Browser
*menuBar*Browser.mnemonic:     	B
!
!  HTML browser sub-menu
*Netscape.labelString:  	Netscape 1.1
*menuBar*Netscape.mnemonic:     N
*Mosaic.labelString:  		Mosaic 2.5
*menuBar*Mosaic.mnemonic:     	M
*Arena.labelString:  		Arena
*menuBar*Arena.mnemonic:     	A
*Lynx.labelString:  		Lynx
*menuBar*Lynx.mnemonic:     	L
!
!
!   Tools PullDown menu:
!
*Spell.labelString:		Spell
*menuBar*Spell.mnemonic:	S
*menuBar*Spell.acceleratorText: F7
*menuBar*Spell.accelerator:     <Key>F7
*spellCmd:			(cat; echo) | spell
*spellExt:			TO_TEXT_DIALOG,\ Misspelled words:\, Spell \, DIALOG_INFORMATION ,\ Spelled correctly!\,USE_FILE_OR_SELECTION
!
*Sort.labelString:		Sort
*menuBar*Sort.mnemonic:		t
*sortCmd:			sort
*sortExt:			TO_CURRENT
!
!
*Format.labelString:		Format
*menuBar*Format.mnemonic:	F
!
!  The default fmt command is as follows: 'fmt -%d'
!  If on your system this command is called differently uncomment and edit
!  the following line:
!*fmtCmd:			fmt -%d
!
!
*Case.labelString:		Change Case to
*menuBar*Case.mnemonic:		C
!
*Filters.labelString:		Filters
*menuBar*Filters.mnemonic:	i
!
*Commands.labelString:		Commands
*menuBar*Commands.mnemonic:	o
!
!
!
!   Format PullDown menu:
!
*MoveLeft.labelString:  	Move Left...
*menuBar*MoveLeft.mnemonic:	L
!
*MoveRight.labelString:		Move Right...
*menuBar*MoveRight.mnemonic:	R
!
*IndentWith.labelString: 	Indent with...
*menuBar*IndentWith.mnemonic:	I
!
*Reformat.labelString:		Reformat...
*menuBar*Reformat.mnemonic:	f
!
*Expand.labelString:		Expand tabs
*menuBar*Expand.mnemonic:	E
!
!  The default expand command (expandCmd) is set during compilation on a system
!  basis; if you want to change the default then uncomment one of the following
!  lines and edit it (NOTE the tabstop value is written into the command so
!  the '%d' field must exist). Note that we use:
!  'pr -t -e%d' on SGI computers (expand is not available there)
!*expandCmd:		expand -%d
!*expandCmd:		pr -t -e%d
!
!
*Unexpand.labelString: 		Unexpand
*menuBar*Unexpand.mnemonic:	U
!
!  See the note about expand on different systems above. As default we use
!  unexpand with the tabstop equal to 8. The default definitions used
!  for unexpand are commented out just after this line.
!*unexpandCmd:		unexpand
!*unexpandCmd:		pr -t
!
!  For systems that have 'pr' command you can use the following definition
!  to allow inserting tabs with the current tab interval:
!*unexpandCmd:		pr -t -i%d
!
!  For standard 'unexpand' only the leading spaces are converted to
!  tabs. If you want to insert tabs whenever possible, use the following
!  definition (note the Unix 'unexpand' does not allow inserting tabs
!  with the tab interval different than 8, so we don't use '-%d' field):
!*unexpandCmd:		unexpand -a
!
!
!
!   Case PullDown menu:
!
*Upper.labelString:		Upper
*menuBar*Upper.mnemonic:	U
*Lower.labelString:		Lower
*menuBar*Lower.mnemonic:	L
*Title.labelString:		Title
*menuBar*Title.mnemonic:	T
*Toggle.labelString:		Toggle
*menuBar*Toggle.mnemonic:	o
!
!
!
!   Filters PullDown menu:
!
*FilterNew.labelString:		New Filter...
*menuBar*FilterNew.mnemonic:	F
!
!
!
!   Commands PullDown menu
!
*CmdNew.labelString:		New Command...
*menuBar*CmdNew.mnemonic:	C
!
! Note that user definable entries in the Filters and Commands
! menus are defined in part 1 (section USER DEFINABLE ...).
!
!
!
!   Options PullDown menu:
!   (including the HTML extension)
!
*HtmlMode.labelString:			HTML mode
*menuBar*HtmlMode.mnemonic:		H
*menuBar*HtmlMode.acceleratorText:  	Ctrl+W
*menuBar*HtmlMode.accelerator:     	Ctrl <Key>w
!
*Autoindent.labelString:		Autoindent
*menuBar*Autoindent.mnemonic:		A
!
*InsertMode.labelString:		Insert mode
*menuBar*InsertMode.mnemonic:		I
*menuBar*InsertMode.acceleratorText:  	Ins
*menuBar*InsertMode.accelerator:     	<Key>osfInsert
!
*ToolIcons.labelString:		Icons in toolbar
*menuBar*ToolIcons.mnemonic:	c
!
*EditToolbar.labelString:	Edit toolbar...
*menuBar*EditToolbar.mnemonic:	E
!
*TabSize.labelString: 		Tab stops...
*menuBar*TabSize.mnemonic:     	T
!
*Font.labelString:  		Font size
*menuBar*Font.mnemonic:     	F
!
*SavePrefs.labelString:		Save preferences
*menuBar*SavePrefs.mnemonic:	S
!
!
!   Font PullDown menu:
!
*Default.labelString:   	Default
*menuBar*Default.mnemonic:      D
!
*Small.labelString:   		Small
*menuBar*Small.mnemonic:      	S
!
*Medium.labelString:   		Medium
*menuBar*Medium.mnemonic:      	M
!
*Large.labelString:   		Large
*menuBar*Large.mnemonic:      	L
!
*Huge.labelString:   		Huge
*menuBar*Huge.mnemonic:      	H
!
!
!
!   Help PullDown menu:
!
*On_Keys.labelString:   	On Keys
*menuBar*On_Keys.mnemonic:      K
!
*Index.labelString:     	Index
*menuBar*Index.mnemonic:        I
!
*On_Help.labelString:   	On Help
*menuBar*On_Help.mnemonic:      H
!
*On_Html.labelString:   	On HTML
*menuBar*On_Html.mnemonic:      M
!
*On_Tags.labelString:   	On Tags
*menuBar*On_Tags.mnemonic:      T
!
*License.labelString:     	License
*menuBar*License.mnemonic:      L
*About.labelString:     	About...
*menuBar*About.mnemonic:        A
!
!
!
!  Quick access popup menu extra definitions:
!  (labels are taken from the general pull-down menu definitions)
!
*QAccess_Popup.Undo.mnemonic:		U
!
*QAccess_Popup.Cut.mnemonic:		t
!
*QAccess_Popup.Copy.mnemonic:		C
!
*QAccess_Popup.Paste.mnemonic:		P
!
*QAccess_Popup.Repeat.mnemonic:		N
!
*QAccess_Popup.Open.mnemonic:		O
!
*QAccess_Popup.Save.mnemonic:		S
!
*QAccess_Popup.Exit.mnemonic:		x
!
!  Additions for editing HTML files
*QAccess_Popup*EditTag.mnemonic:	a
!
*QAccess_Popup*DeleteTag.mnemonic:	D
!
!
!
!
! DIALOG resources ......
!
!
! common resource for XmFileSelectionBox (to promote consistency)
!
*menuBar*fileListLabelString:		Files
*menuBar*filterLabelString:		Filter
*menuBar*dirListLabelString:		Directories
*menuBar*applyLabelString:		Filter
!
! help dialog:
*help_dialog.title:			asWedit - Help
*help_dialog*Follow.labelString:	Follow
*help_dialog*Back.labelString:		Back
*help_dialog*Index.labelString:		Index
*help_dialog*Close.labelString:		Close
*help_dialog*Help.labelString:		Help
!
! open dialog:
*open_dialog.dialogTitle: 		asWedit - Open a File
*open_dialog*Selection.labelString: 	Selection
*open_dialog*open_view_only.labelString: Open for view only
!    If you want to re-define the standard filter mask uncomment and edit the following line
!    (the default is '*' and in the example below we use '*.html')
!!*open_dialog.pattern:	*.html
!
!   replace dialog resources
!
*replace_dialog.okLabelString:			Find & Verify
*menuBar*replace_dialog.applyLabelString: 	Change All
*replace_dialog.cancelLabelString:		Close
*replace_dialog*text_to_find_title.labelString: Text to Find:
*replace_dialog*new_text_title.labelString:     Change To:
!
*replace_dialog*options_title.labelString:      Options
*replace_dialog*case_sensitive.labelString:	Case sensitive
*replace_dialog*whole_words.labelString:	Whole words only
!
*replace_dialog*direction_title.labelString:    Direction
*replace_dialog*Forward.labelString:    	Forward
*replace_dialog*Backward.labelString:		Backward
!
!   initial settings for the different replace/find options:
*replace_dialog*case_sensitive.set:		True
*replace_dialog*whole_words.set:		False
!   Note: only one of the following two should be set to True, i.e. uncommented:
*replace_dialog*Forward.set:			True
!!*replace_dialog*Backward.set:			True
!
!
*change_prompt.dialogTitle: 			asWedit - Change Prompt
*change_prompt.okLabelString:			Change
*menuBar*change_prompt.applyLabelString:	Skip
!
*continue_search_question.dialogTitle: 		asWedit - Search
*continue_search_question.okLabelString:	Yes
*continue_search_question.cancelLabelString:	No
!
*search_end_message.dialogTitle: 	asWedit - Change All
*search_end_message.cancelLabelString:	Close
!
*go_to_line.dialogTitle: 		asWedit - Go to Line
*go_to_line.selectionLabelString:	Enter new line number:
*go_to_line.cancelLabelString:		Close
!
!
!   overwrite question dialog
!
*overwrite_question.dialogTitle: 	asWedit - Overwrite ?
*overwrite_question.okLabelString:	Yes
*overwrite_question.cancelLabelString:	Cancel
!
!   error message dialog resources (cancel button used to dismiss dialog)
*error_message.dialogTitle: 		asWedit - Error!
*error_message.cancelLabelString:	OK
*error_message.messageString:		Error message
!
*save_dialog.dialogTitle: 		asWedit - Save As
*save_dialog.selectionLabelString:	Save File As
!
!
*print_dialog.dialogTitle:		asWedit - Print
*print_dialog.listLabelString: 		Printers
*print_dialog.selectionLabelString:	Print using:
*print_dialog.okLabelString:		Print
*print_dialog*range_title.labelString:  Range
*print_dialog*selection.labelString:	Selected text only
*print_dialog*complete.labelString:	Complete document
! NOTE: that part of the print_dialog was set up at the beginning of that file
!
*insert_dialog.dialogTitle:             asWedit - Insert a File
*insert_dialog*Selection.labelString:   Selection
!
!
*save_warning.dialogTitle: 		asWedit - File not Saved !
*save_warning.okLabelString:		Yes
*save_warning.applyLabelString:		No
!
*about.dialogTitle:			asWedit - About
*about.cancelLabelString:		Close
!
*bottom_row.line.labelString:		Line:
*bottom_row.column.labelString:		Col:
!
!
!
!   Dialogs from the Tools menu:
!
*filter_dialog.dialogTitle:		asWedit - New Filter
*filter_dialog.selectionLabelString:	Filter selection using:
!
*command_dialog.dialogTitle:		asWedit - New Command
*command_dialog.selectionLabelString:	Enter command to execute:
!
!   Common resources for filter_dialog and command_dialog:
!
*depot_title.labelString:		Direct output to:
*to_current.labelString:		Current window
*to_new.labelString:			New window
*to_dialog.labelString:			Text dialog
!
*moveLeft_dialog.dialogTitle:		asWedit - Move Left
*moveLeft_dialog.selectionLabelString:	Number of spaces to move left:
*moveLeft_dialog.cancelLabelString:	Close
*moveLeft_dialog.autoUnmanage:		False
!
*moveRight_dialog.dialogTitle:		asWedit - Move Right
*moveRight_dialog.selectionLabelString:	Number of spaces to move right:
*moveRight_dialog.cancelLabelString:	Close
*moveRight_dialog.autoUnmanage:		False
!
*indentWith_dialog.dialogTitle:		asWedit - Indent with
*indentWith_dialog.selectionLabelString: Enter the text to indent with:
*indentWith_dialog.cancelLabelString:	Close
*indentWith_dialog.textString:		> 
*indentWith_dialog.autoUnmanage:	False
!
*reformat_dialog.dialogTitle:				asWedit - Reformat
*reformat_dialog*left_margin_title.labelString:		New left margin:
*reformat_dialog*right_margin_title.labelString:	Right margin:
!
*reformat_dialog.cancelLabelString:	Close
*reformat_dialog.autoUnmanage:		False
!
*errorChild.dialogTitle:		Command error!
*errorChild.messageString:		Abnormal termination.\nDo you want to continue ?
*errorChild.okLabelString:              Continue anyway
*errorChild.cancelLabelString:          Cancel
!
*messageChild.dialogTitle:		Command message
*messageChild.messageString:		Do you want to continue ?
*messageChild.okLabelString:            Continue
*messageChild.cancelLabelString:        Cancel
!
*noOutDialog.dialogTitle:		No output
*noOutDialog.messageString:		. No output from the command.
*noOutDialog.cancelLabelString:         Close
!
*progress.dialogTitle:			Wait!
*progress.messageString:		Waiting for the command to finish.
!
!
!   Text dialog used for output of the child process:
!
!   (Note that we use, as default, the text_dialog in Spell and wc filters only;
!   in such configuration we don't expect long lines so scrollHorizontal is set
!   to False; you might like to change it to True or change wordWrap to True;
!   Note also that the deafult initial maximum size is 12 rows by 40 columns)
*text_dialog*scrollHorizontal: 		False
*text_dialog*wordWrap:			False
*text_dialog.dialogTitle:		Command output
*text_dialog.cancelLabelString:		Close
!
!    reduce the default margins from 10 to 4 pixels
*text_dialog.marginHeight:		4
*text_dialog.marginWidth:		4
!
!
!
!    Dialogs from the options menu:
!
*tabsize_dialog.dialogTitle:		asWedit - Tab stops
*tabsize_dialog.selectionLabelString:	Enter new tab stops interval:
!
!    Toolbar visual appearance options... (content is defined elsewhere)
!
*toolbar.marginHeight:	0
*toolbar.marginWidth:	2
!
!    Small border for toolbar icons...
!
*toolbar*marginWidth:	1
*toolbar*marginHeight:	1
*toolbar*shadowThickness: 2
*toolbar.Spacer.labelString:	:
!    editToolbar dialog:
*editToolbar_dialog.dialogTitle:		asWedit - Edit toolbar
*editToolbar_dialog.selectionLabelString: 	To Add a command to the toolbar, choose that command from \na pulldown menu.\n \nTo Delete a toolbar item, click on it.
*menuBar*editToolbar_dialog.applyLabelString:	Add Spacer
!
!
!   Language specific messages/questions etc....
!
!   fm_... file messages ...
!
*fm_unable_to_open:		Error: unable to open file:\n'%s'
*fm_unable_to_save:		Error: unable to save file:\n'%s'
*fm_not_closed:			\nFile not closed!
*fm_print_failed:		Print failed!
*fm_exit_aborted:		\nExit aborted!
*fm_not_printed:		\nFile not printed!
*fm_not_regular:		'%s'\n- not a regular file!
*fm_no_selection:		Cannot print selection. Text not selected!
*fm_no_printer:			Select or specify a printer, please!
*fm_no_filename:		Select or specify a file name, please!
*fm_cannot_edit_nul:		Cannot edit the file!\nIt contains nul character(s) (ASCII 0).\nYou can only view it!
*fm_cannot_insert_nul:		Cannot insert the file!\nIt contains nul character(s) (ASCII 0).
!
!   fq_... file questions ...
*fq_overwrite:			Overwrite existing file:\n'%s'
*fq_save_changes:		Do you want to save changes to:\n%s ?
!
!   labels for find/change buttons (shared widget)
*find_label:			Find
*find_next_label:		Find Next
*change_label:			Change
*find_n_verify_label: 		Find & Verify
!
!   titles for find/change dialogs (shared widget)
*find_dialogTitle:		asWedit - Find
*change_dialogTitle:  		asWedit - Change
!
!   sm_... search messages ...
*sm_have_to_enter:		You have to enter a string to search for!
*sm_not_found: 			Search string not found!
*sm_change_all_completed: 	Change All has been completed.\nNumber of items changed: %d.
*sm_line_range:			Line number is not within the existing range.\nThe range is:\n               1 - %ld
*sm_have_to_select:		To search for the next string select it in the edit area\nor enter it first in the Find dialog.
!
!   sq_... search questions ...
*sq_change:     		Change this occurrence ?
*sq_doc_end:			Reached end of document.\nContinue search at beginning ?
*sq_doc_beg:			Reached beginning of document.\nContinue search at end ?
!
!   string (character) to be shown for read-only files
*read_only_marker:		R
!   extra text (changeHint) to be shown in the title bar as a hint that file was changed
*changeHint:			(Changed)
*readOnlyHint:			(Read Only)
!
!   flt_... filter related messages
!
*flt_no_selection:	Cannot process selection. Text not selected !
*flt_no_filter:		Specify a command, please!
!
*flt_no_value:		Enter a value, please!
*flt_no_text:		Enter a text, please!
!
*flt_wrong_margins:	Wrong margin values!\nRight margin must be bigger than the left one.
*flt_missing_margins:	Missing margin values!\nYou have to specify at least right margin.
!
*cant_find_lf:		Can't find line feed!
!
!
!   text used in the ht_help.c (hypertext help)
*help_err_fopen:		Help ERROR. Can't open Help file '%s'.\n\
\n(If the help file is in different directory you might use the command option '-helpdir dir_name' to specify it)
*help_err_finc:			Help ERROR. Incorrect Help file '%s'.
*help_no_info:			SORRY. No help information for this item.
!
!   Other locale dependent messages:
*load_font_err:			Could not open font '%s'\n
*open_tmp_err:			Warning: unable to open temp file '%s', file not saved.\n
*close_tmp_err:			Warning: unable to close temp file '%s'.\n
*backup_file_err:		Warning: unable to create backup file '%s'.\nFile '%s' not saved.\n
*file_close_err:		Warning: unable to close file '%s'.\n
*file_move_err:			Warning: unable to move temp file. File '%s' not saved.\n
*open_tmp_print_err:		Warning: unable to open temp file '%s', text not printed.\n
!
!   syntax error messages
*wrong_syntax:			Unrecognized option '%s'\n
*syntax:                       Usage:  asWedit [options] [filename(s)]\nwhere available options include:\n \n\
  -bg  <COLOR>           sets background (page) color for all elements\n\
  -fg  <COLOR>           sets foreground (text) color\n\
  -fn  <FONT>            sets one font list for the whole program\n\
  -fnm <FONT>            sets font list for menu items and dialogs\n\
  -fnt <FONT>            sets font list for the edit text area\n\
  -helpdir  <DIR>        sets directory for the asWedit help file (asWedit.hlp)\n\
  -tab <N>               sets the tabstops to interval of N characters\n\
  +<N>                   after opening the file go to line <N>\n\
  -emacs                 turns on Emacs mode/shortcuts (AsWedit_em resources are required)\n\
  -/+ai                  turns on/off autoindent\n\
  -/+status              turns on/off status line\n\
  -/+wrapmenu            turns on/off the wrap menu\n\
  -/+wrap                turns on/off auto wraparound (*slow* before Motif 1.2)\n\
  -/+v                   turns on/off view only mode\n\
  .....          and all standard X-Window options including:\n\
  -display  <HOST:SCREEN> sets the display where the window will appear\n\
  -geometry <WIDTHxHEIGHT+X+Y> sets window size and position (in pixels)\n\
  -iconic                starts the program up iconified\n\
  -xrm  <RESOURCE>       sets additional X resource specification\n\
  =====>        '3-in-1' switches:\n\
  -html3                 allows HTML3 and text modes (default)\n\
  -html2                 allows HTML2 and text modes\n\
  -nohtml                allows text-only mode (no HTML extensions)\n
!
!
!
!	Part 5B - language dependent resources for HTML extensions
!	----------------------------------------------------------
!
!
!-----------------------------------------------------------------------------
!
!
!   Html menus in the top menu Bar
!
*Markup.labelString:			Markup
*menuBar*Markup.mnemonic:   		M
!
*Layout.labelString:			Layout
*menuBar*Layout.mnemonic:   		L
!
*Html3.labelString:			Html3
*menuBar*Html3.mnemonic:   		3
!
*Html2.labelString:			Html2
*menuBar*Html2.mnemonic:   		2
!
!   Markup menus (some)
!
*Phrase.labelString:			Phrase
*menuBar*Phrase.mnemonic:   		P
*HFont.labelString:			Font
*menuBar*HFont.mnemonic:   		F
*Misc.labelString:			Others
*menuBar*Misc.mnemonic:   		O
*Entities.labelString:			Entities
*menuBar*Entities.mnemonic:   		E
!
!   Entities sub-menu
*EntUser.labelString:			User's
*menuBar*EntUser.mnemonic:   		U
*EntSpecial.labelString:		Standard
*menuBar*EntSpecial.mnemonic:   	S
*Latin1.labelString:			Latin1
*menuBar*Latin1.mnemonic:   		L
*Greek.labelString:			Greek
*menuBar*Greek.mnemonic:   		G
*EntSpacing.labelString:		Spacing
*menuBar*EntSpacing.mnemonic:   	a
*EntDots.labelString:			Dots
*menuBar*EntDots.mnemonic:   		D
!
!  Html layout menu ...
!
*Document.labelString:			Document
*menuBar*Document.mnemonic:   		D
*Heading.labelString:			Heading
*menuBar*Heading.mnemonic:   		H
*Lists.labelString:			List
*menuBar*Lists.mnemonic:   		L
*L_extra.labelString:			Extra
*menuBar*L_extra.mnemonic:   		E
*standard.labelString:			Standard
*menuBar*standard.mnemonic:   		S
*Head.labelString:			Head
*menuBar*Head.mnemonic:   		H
*comment.labelString:			Comment
*menuBar*comment.mnemonic:   		C
*unknown.labelString:			Unknown tag
*menuBar*unknown.mnemonic:   		U
!  Html3  menu ...
!
*Forms.labelString:			Forms
*menuBar*Forms.mnemonic:   		F
*Figures.labelString:			Figures
*menuBar*Figures.mnemonic:   		s
*Tables.labelString:			Tables
*menuBar*Tables.mnemonic:   		T
*Maths.labelString:			Maths
*menuBar*Maths.mnemonic:   		M
!  Html tags menu entries ...
*a.labelString:			Hyperlink...
*menuBar*a.mnemonic:   		H
*abbrev.labelString:		Abbreviation
*menuBar*abbrev.mnemonic:   	b
*above.labelString:		Above
*menuBar*above.mnemonic:   	A
*acronym.labelString:		Acronym
*menuBar*acronym.mnemonic:   	m
*address.labelString:		Address
*menuBar*address.mnemonic:   	d
*row.labelString:		Row
*menuBar*row.mnemonic:   	w
*array.labelString:		Array
*menuBar*array.mnemonic:   	y
*atop.labelString:		No-line denominator
*menuBar*atop.mnemonic:   	N
*au.labelString:		Author
*menuBar*au.mnemonic:   	A
*b.labelString:			Bold
*menuBar*b.mnemonic:   		B
*banner.labelString:		Banner
*menuBar*banner.mnemonic:   	n
*base.labelString:		Base context...
*menuBar*XmRowColumn*base.mnemonic:   	B
*below.labelString:		Below
*menuBar*below.mnemonic:   	B
*big.labelString:		Big
*menuBar*big.mnemonic:   	B
*blockquote.labelString:	Quoted Passage (O)
*menuBar*blockquote.mnemonic:   Q
*body.labelString:		Body
*menuBar*body.mnemonic:   	B
*box.labelString:		Box items
*menuBar*box.mnemonic:   	B
*bq.labelString:		Quoted passage
*menuBar*bq.mnemonic:   	Q
*br.labelString:		Line break
*menuBar*br.mnemonic:   	b
*caption.labelString:		Caption
*menuBar*caption.mnemonic:   	C
*cite.labelString:		Citation
*menuBar*cite.mnemonic:   	C
*code.labelString:		Code
*menuBar*code.mnemonic:   	o
*credit.labelString:		Credits
*menuBar*credit.mnemonic:   	C
*dd.labelString:		Term definition
*menuBar*dd.mnemonic:   	d
*dfn.labelString:		Term definition
*menuBar*dfn.mnemonic:   	T
*dir.labelString:		Directory (O)
*menuBar*dir.mnemonic:   	e
*div.labelString:		Division
*menuBar*div.mnemonic:   	D
*dl.labelString:		Glossary
*menuBar*dl.mnemonic:   	G
*dt.labelString:		Term
*menuBar*dt.mnemonic:   	T
*em.labelString:		Emphasis
*menuBar*em.mnemonic:   	E
*fig.labelString:		Figure...
*menuBar*fig.mnemonic:   	F
*fn.labelString:		Footnote
*menuBar*fn.mnemonic:   	F
*form.labelString:		Form...
*menuBar*form.mnemonic:   	F
*h1.labelString:		H1
*menuBar*h1.mnemonic:   	1
*h2.labelString:		H2
*menuBar*h2.mnemonic:   	2
*h3.labelString:		H3
*menuBar*h3.mnemonic:   	3
*h4.labelString:		H4
*menuBar*h4.mnemonic:   	4
*h5.labelString:		H5
*menuBar*h5.mnemonic:   	5
*h6.labelString:		H6
*menuBar*h6.mnemonic:   	6
*head.labelString:		Head
*menuBar*head.mnemonic:   	H
*hr.labelString:		Horizontal rule
*menuBar*hr.mnemonic:   	r
*html.labelString:		HTML
*menuBar*html.mnemonic:   	T
*i.labelString:			Italic
*menuBar*i.mnemonic:   		I
*img.labelString:		Image...
*menuBar*img.mnemonic:   	I
*input.labelString:		Input element
*menuBar*input.mnemonic:   	I
*isindex.labelString:		Searchable index
*menuBar*isindex.mnemonic:   	i
*item.labelString:		Array item
*menuBar*item.mnemonic:   	i
*kbd.labelString:		Keyboard
*menuBar*kbd.mnemonic:   	K
*lang.labelString:		Language
*menuBar*XmRowColumn*lang.mnemonic:   	L
*left.labelString:		Left
*menuBar*left.mnemonic:   	L
*lh.labelString:		Header
*menuBar*lh.mnemonic:   	H
*li.labelString:		Item
*menuBar*li.mnemonic:   	I
*link.labelString:		Link from this document...
*menuBar*link.mnemonic:   	L
*math.labelString:		Math
*menuBar*math.mnemonic:   	M
*menu.labelString:		Menu (O)
*menuBar*menu.mnemonic:   	M
*meta.labelString:		Meta-information...
*menuBar*meta.mnemonic:   	M
*nextid.labelString:		Next ID (O)...
*menuBar*nextid.mnemonic:   	N
*note.labelString:		Note
*menuBar*note.mnemonic:   	N
*ol.labelString:		Ordered
*menuBar*ol.mnemonic:   	O
*option.labelString:		Option
*menuBar*option.mnemonic:   	O
*over.labelString:		Over
*menuBar*over.mnemonic:   	O
*overlay.labelString:		Overlay...
*menuBar*overlay.mnemonic:   	O
*p.labelString:			Paragraph
*menuBar*p.mnemonic:   		P
*person.labelString:		Person
*menuBar*person.mnemonic:   	P
*pre.labelString:		Preformatted
*menuBar*pre.mnemonic:   	P
*q.labelString:			Short quotation
*menuBar*q.mnemonic:   		q
*right.labelString:		Right
*menuBar*XmRowColumn*right.mnemonic:   	R
*root.labelString:		Root
*menuBar*root.mnemonic:   	o
*s.labelString:			Strike through
*menuBar*s.mnemonic:   		S
*samp.labelString:		Sample
*menuBar*samp.mnemonic:   	a
*select.labelString:		Selection of option(s)...
*menuBar*select.mnemonic:   	S
*small.labelString:		Small
*menuBar*small.mnemonic:   	S
*strong.labelString:		Strong
*menuBar*strong.mnemonic:   	S
*style.labelString:		Style
*menuBar*style.mnemonic:   	e
*sub.labelString:		Subscripts
*menuBar*sub.mnemonic:   	b
*sup.labelString:		Superscripts
*menuBar*sup.mnemonic:   	S
*tab.labelString:		Tab stop
*menuBar*tab.mnemonic:   	T
*table.labelString:		Table
*menuBar*table.mnemonic:   	T
*td.labelString:		Data cell
*menuBar*td.mnemonic:   	D
*textarea.labelString:		Text area...
*menuBar*textarea.mnemonic:   	T
*th.labelString:		Header cell
*menuBar*th.mnemonic:   	H
*title.labelString:		Title
*menuBar*XmRowColumn*title.mnemonic:   	T
*tr.labelString:		Row
*menuBar*tr.mnemonic:   	R
*tt.labelString:		Typewriter
*menuBar*tt.mnemonic:   	T
*u.labelString:			Underline
*menuBar*u.mnemonic:   		U
*ul.labelString:		Unordered
*menuBar*ul.mnemonic:   	U
*var.labelString:		Variable
*menuBar*var.mnemonic:   	V
!
*range.labelString:		Range...
*menuBar*range.mnemonic:   	R
*spot.labelString:		Spot...
*menuBar*spot.mnemonic:   	S
*ins.labelString:		Inserted
*menuBar*ins.mnemonic:   	I
*del.labelString:		Deleted
*menuBar*del.mnemonic:   	e
!
!   Maths specific entries ...
*Mathvec.labelString:		Accent above
*menuBar*Mathvec.mnemonic:   	v
*vec.labelString:		-->
*bar.labelString:		__
*dot.labelString:		.
*ddot.labelString:		..
*hat.labelString:		^
*tilde.labelString:		~
!
*Mathpos.labelString:		Position
*menuBar*Mathpos.mnemonic:   	P
*choose.labelString:		Choose
*menuBar*choose.mnemonic:   	C
*Symline.labelString:		Symbol line
*menuBar*Symline.mnemonic:   	l
!
*Roots.labelString:		Roots
*menuBar*Roots.mnemonic:   	R
*sqrt.labelString:		SQRT
*menuBar*sqrt.mnemonic:   	S
*of.labelString:		Of
*menuBar*of.mnemonic:   	O
!
*Mathface.labelString:		Font
*menuBar*Mathface.mnemonic:   	F
*t.labelString:			Upright
*menuBar*t.mnemonic:   		U
*bt.labelString:		Upright bold
*menuBar*bt.mnemonic:   	o
!
!
!   Latin1 entities: user visible labels...
!
*&AElig;.labelString:	
*&Aacute;.labelString:	
*&Acirc;.labelString:	
*&Agrave;.labelString:	
*&Aring;.labelString:	
*&Atilde;.labelString:	
*&Auml;.labelString:	
*&Ccedil;.labelString:	
*&ETH;.labelString:	
*&Eacute;.labelString:	
*&Ecirc;.labelString:	
*&Egrave;.labelString:	
*&Euml;.labelString:	
*&Iacute;.labelString:	
*&Icirc;.labelString:	
*&Igrave;.labelString:	
*&Iuml;.labelString:	
*&Ntilde;.labelString:	
*&Oacute;.labelString:	
*&Ocirc;.labelString:	
*&Ograve;.labelString:	
*&Oslash;.labelString:	
*&Otilde;.labelString:	
*&Ouml;.labelString:	
*&THORN;.labelString:	
*&Uacute;.labelString:	
*&Ucirc;.labelString:	
*&Ugrave;.labelString:	
*&Uuml;.labelString:	\334
*&Yacute;.labelString:	
*&aacute;.labelString:	
*&acirc;.labelString:	
*&aelig;.labelString:	
*&agrave;.labelString:	
*&aring;.labelString:	
*&atilde;.labelString:	
*&auml;.labelString:	
*&ccedil;.labelString:	
*&eacute;.labelString:	
*&ecirc;.labelString:	
*&egrave;.labelString:	
*&eth;.labelString:	
*&euml;.labelString:	
*&iacute;.labelString:	
*&icirc;.labelString:	
*&igrave;.labelString:	
*&iuml;.labelString:	
*&ntilde;.labelString:	
*&oacute;.labelString:	
*&ocirc;.labelString:	
*&ograve;.labelString:	
*&oslash;.labelString:	
*&otilde;.labelString:	
*&ouml;.labelString:	
*&szlig;.labelString:	
*&thorn;.labelString:	
*&uacute;.labelString:	
*&ucirc;.labelString:	
*&ugrave;.labelString:	
*&uuml;.labelString:	
*&yacute;.labelString:	
*&yuml;.labelString:	\377
!
!   Greek, dots, spacing, etc. entities: user visible labels...
!
*&alpha;.labelString:	a
*&beta;.labelString:	b
*&gamma;.labelString:	g
*&delta;.labelString:	d
*&vepsilon;.labelString: e
*&zeta;.labelString:	z
*&eta;.labelString:	h
*&theta;.labelString:	q
*&vtheta;.labelString:	J
*&iota;.labelString:	i
*&kappa;.labelString:	k
*&lambda;.labelString:	l
*&mu;.labelString:	m
*&nu;.labelString:	n
*&xi;.labelString:	x
*&omicron;.labelString:	o
*&pi;.labelString:	p
*&varpi;.labelString:	v
*&rho;.labelString:	r
*&sigma;.labelString:	s
*&vsigma;.labelString:	V
*&tau;.labelString:	t
*&upsilon;.labelString:	u
*&phi;.labelString:	f
*&varphi;.labelString:	j
*&chi;.labelString:	c
*&psi;.labelString:	y
*&omega;.labelString:	w
*&Gamma;.labelString:	G
*&Delta;.labelString:	D
*&Theta;.labelString:	Q
*&Lambda;.labelString:	L
*&Xi;.labelString:	X
*&Pi;.labelString:	P
*&Sigma;.labelString:	S
*&Upsilon;.labelString:	U
*&Phi;.labelString:	F
*&Psi;.labelString:	Y
*&Omega;.labelString:	W
!
!
*&ldots;.labelString:	... (baseline)
*&cdots;.labelString:	... (- level)
*&vdots;.labelString:	... (vertical)
*&ddots;.labelString:	diagonal
*&dotfill;.labelString:	fill array column
!
*&thinsp;.labelString:	Thin
*&sp;.labelString:	Medium
*&emsp;.labelString:	Thick
*&quad;.labelString:	Huge
!
*&lt;.labelString:	<
*&gt;.labelString:	>
*&amp;.labelString:	&
*&quot;.labelString:	"
*&copy;.labelString:	
*&trade;.labelString:	TM
*&reg;.labelString:	
*&emsp;.labelString:	em space
*&ensp;.labelString:	en space
*&mdash;.labelString:	em dash
*&ndash;.labelString:	en dash
*&nbsp;.labelString:	non breaking space
*&shy;.labelString:	 (soft)
!
!
!   Dingbat user visible names ...
!
*dingbat_PD.ftp.labelString: 		Ftp
*dingbat_PD.gopher.labelString: 	Gopher
*dingbat_PD.telnet.labelString: 	Telnet
*dingbat_PD.archive.labelString: 	Archive
!
*dingbat_PD.audio.labelString: 		Audio
*dingbat_PD.film.labelString: 		Film
*dingbat_PD.image.labelString: 		Image
*dingbat_PD.map.labelString: 		Map
*dingbat_PD.form.labelString: 		Form
!
*dingbat_PD.parent.labelString: 	Parent
*dingbat_PD.next.labelString: 		Next
*dingbat_PD.previous.labelString: 	Previous
*dingbat_PD.home.labelString: 		Home
*dingbat_PD.toc.labelString: 		TOC
*dingbat_PD.glossary.labelString: 	Glossary
*dingbat_PD.index.labelString: 		Index
*dingbat_PD.summary.labelString: 	Summary
*dingbat_PD.caution.labelString: 	Caution
!
*dingbat_PD.folder.labelString:			Folder
*dingbat_PD.filing_cabinet.labelString: 	Filing ca.
*dingbat_PD.document.labelString: 		Document
*dingbat_PD.unknown_document.labelString: 	? Document
*dingbat_PD.text_document.labelString: 		Text doc
*dingbat_PD.binary_document.labelString: 	Bin doc
*dingbat_PD.binhex_document.labelString: 	BinHex doc
*dingbat_PD.compressed_document.labelString: 	Compressed
*dingbat_PD.uuencoded_document.labelString: 	Uuencoded
!
*dingbat_PD.mail.labelString: 		Mail
*dingbat_PD.mail_in.labelString: 	Mail In
*dingbat_PD.mail_out.labelString: 	Mail Out
!
*dingbat_PD.calculator.labelString: 	Calculator
*dingbat_PD.clock.labelString: 		Clock
!
*dingbat_PD.display.labelString: 	Display
*dingbat_PD.diskette.labelString: 	Diskette
*dingbat_PD.mouse.labelString: 		Mouse
*dingbat_PD.printer.labelString: 	Printer
*dingbat_PD.trash.labelString: 		Trash
*dingbat_PD.tn3270.labelString: 	TN3270
*dingbat_PD.fax.labelString: 		Fax
*dingbat_PD.fixed_disk.labelString: 	Fixed Disk
*dingbat_PD.disk_drive.labelString: 	Disk Drive
!
!
!   Attribute labels ...
!
*accept.labelString:	Accept content:
*action.labelString:	Action's URL:
*action_html2.labelString:	Action's URL:
*align_item.labelString:	Align:
*align.labelString:	Align:
*align.labelString:	Align:
*align.labelString:	Align:
*alt.labelString:	Alternative text:
*axes.labelString:	Axes:
*axis.labelString:	Axis:
*background.labelString:	Background's URI:
*border.labelString:	Draw borders:
*checked.labelString:	Initial state:
*class.labelString:	Class:
*clear.labelString:	Clear flow:
*coldef.labelString:	Columns definition:
*cols.labelString:	Width:
*colspan.labelString:	Columns spanned:
*colspec.labelString:	Column specification:
*compact.labelString:	Compact style:
*content.labelString:	Content (HTTP response):
*continue.labelString:	Continue sequence number:
*dingbat.labelString:	Dingbat icon entity:
*disabled.labelString:	Disabled:
*dp.labelString:	Decimal point:
*error.labelString:	Error message:
*from.labelString:	Range start:
*until.labelString:	Range end:
*enctype.labelString:	Submitted data format:
*height.labelString:	Desired height:
*href.labelString:	Link destination:
*href_link.labelString:	Link address:
*href_base.labelString:	Base address:
*http-equiv.labelString:	HTTP response header:
*id.labelString:	Link end ID:
*id_tab.labelString:	Named tab ID:
*imagemap.labelString:	URI for image clicks:
*indent.labelString:	Indent by:
*ismap.labelString:	Sensitive Map:
*labels.labelString:	Array labels:
*ldelim.labelString:	Left delimiter:
*min.labelString:	Lower bound:
*max.labelString:	Upper bound:
*attr_edit*lang.labelString:	Language:
*maxlength.labelString:	Maximum length:
*md.labelString:	Message digest:
*method.labelString:	HTTP method:
*methods.labelString:	HTTP methods supported:
*multiple.labelString:	Multiple selections:
*n.labelString:		Next document number:
*name.labelString:	Named link end:
*name_select.labelString:	Formal name:
*name_input.labelString:	Name:
*noflow.labelString:	Flow around:
*notation.labelString:	Style notation:
*nowrap.labelString:	Wordwrap:
*plain.labelString:	Plain list:
*prompt.labelString:	Prompt message:
*rdelim.labelString:	Right delimiter:
*rel.labelString:	Link relationship(s):
*rev.labelString:	Reverse relationship(s):
*role.labelString:	Role:
*rows.labelString:	Height:
*rowspan.labelString:	Rows spanned:
*script.labelString:	Script's URI:
*selected.labelString:	Initially selected:
*seqnum.labelString:	Sequence number:
*shape.labelString:	Hotzone shape in image:
*size.labelString:	Size:
*size_html2.labelString:	Size:
*size_box.labelString:	Delimiters Size:
*skip.labelString:	Skip sequence by:
*src.labelString:	Custom image's URI:
*src_fig.labelString:	Graphics' URI:
*sym.labelString:	Symbol:
*attr_edit*title.labelString:	Title:
*to.labelString:	Tab name to move to:
*type.labelString:	Type of accepted data:
*type_html2.labelString:	Type of accepted data:
*units.labelString:	Units:
*units_colspec.labelString:	Units:
*urn.labelString:	Universal Resource Name:
*valign.labelString:	Vertical align:
*value.labelString:	Value:
*version.labelString:	DTD version:
*version_html2.labelString:	DTD version:
*width.labelString:	Width:
*wrap.labelString:	Multicolumn wrapping:
*x.labelString:		Left offset:
*y.labelString:		Top offset:
!
!
!
*attr_edit*XmRowColumn*IMPLIED.labelString:	(Implied)
*attr_edit*XmRowColumn*IMPLIED.mnemonic:	i
!
*align_PD.CENTER.labelString:		(Center)
*align_PD.CENTER.mnemonic:		e
*align_PD.bleedleft.labelString:	Flush left to window
*align_PD.bleedleft.mnemonic:		l
*align_PD.LEFT.labelString:		(Left)
*align_PD.LEFT.mnemonic:		e
*align_PD.left.labelString:		Left
*align_PD.left.mnemonic:		L
*align_PD.center.labelString:		Center
*align_PD.center.mnemonic:		C
*align_PD.decimal.labelString:		Decimal point
*align_PD.decimal.mnemonic:		D
*align_PD.right.labelString:		Right
*align_PD.right.mnemonic:		R
*align_PD.bleedright.labelString:	Flush right to window
*align_PD.bleedright.mnemonic:		w
*align_PD.justify.labelString:		Justify
*align_PD.justify.mnemonic:		J
*align_PD.TOP.labelString:		(Top)
*align_PD.TOP.mnemonic:			o
*align_PD.top.labelString:		Top
*align_PD.top.mnemonic:			T
*align_PD.baseline.labelString:		Base line
*align_PD.baseline.mnemonic:		a
*align_PD.bottom.labelString:		Bottom
*align_PD.bottom.mnemonic:		B
*align_PD.middle.labelString:		Middle
*align_PD.middle.mnemonic:		M
*align_PD.MIDDLE.labelString:		(Middle)
*align_PD.MIDDLE.mnemonic:		d
!
*border_PD.border.labelString:		Draw
*border_PD.border.mnemonic:		D
!
*center_PD.center.labelString:		Center
*center_PD.center.mnemonic:		C
!
*checked_PD.checked.labelString:	Checked
*checked_PD.checked.mnemonic:		C
!
*compact_PD.compact.labelString:	Compact
*compact_PD.compact.mnemonic:		C
!
*continue_PD.continue.labelString:	Continue
*continue_PD.continue.mnemonic:		C
!
*disabled_PD.disabled.labelString:	Disabled
*disabled_PD.disabled.mnemonic:		D
!
*inherit_PD.inherit.labelString:	Inherit
*inherit_PD.inherit.mnemonic:		I
!
*ismap_PD.ismap.labelString:		Map
*ismap_PD.ismap.mnemonic:		M
!
*labels_PD.labels.labelString:		Labels
*labels_PD.labels.mnemonic:		L
!
*method_PD.GET.labelString:		(Get)
*method_PD.GET.mnemonic:		e
*method_PD.get.labelString:		Get
*method_PD.get.mnemonic:		G
*method_PD.post.labelString:		Post
*method_PD.post.mnemonic:		P
!
*multiple_PD.multiple.labelString:	Multiple
*multiple_PD.multiple.mnemonic:		M
!
*noflow_PD.noflow.labelString:		No flow
*noflow_PD.noflow.mnemonic:		N
!
*nowrap_PD.nowrap.labelString:		Disable
*nowrap_PD.nowrap.mnemonic:		D
!
*plain_PD.plain.labelString:		Plain
*plain_PD.plain.mnemonic:		P
!
*position_PD.FLOAT.labelString:		(Float)
*position_PD.FLOAT.mnemonic:		o
*position_PD.left.labelString:		Left
*position_PD.left.mnemonic:		L
*position_PD.right.labelString:		Right
*position_PD.right.mnemonic:		R
*position_PD.top.labelString:		Top
*position_PD.top.mnemonic:		T
*position_PD.bottom.labelString:	Bottom
*position_PD.bottom.mnemonic:		B
*position_PD.float.labelString:		Float
*position_PD.float.mnemonic:		F
!
*right_PD.right.labelString:		Right
*right_PD.right.mnemonic:		R
!
*role_PD.SIMPLE.labelString:		(Simple)
*role_PD.SIMPLE.mnemonic:		i
*role_PD.simple.labelString:		Simple
*role_PD.simple.mnemonic:		S
*role_PD.note.labelString:		Note
*role_PD.note.mnemonic:			N
*role_PD.caution.labelString:		Caution
*role_PD.caution.mnemonic:		C
*role_PD.warning.labelString:		Warning
*role_PD.warning.mnemonic:		W
!
*selected_PD.selected.labelString:	Selected
*selected_PD.selected.mnemonic:		s
!
*size_PD.NORMAL.labelString:		(Normal)
*size_PD.NORMAL.mnemonic:		N
*size_PD.normal.labelString:		Normal
*size_PD.normal.mnemonic:		o
*size_PD.medium.labelString:		Medium
*size_PD.medium.mnemonic:		M
*size_PD.large.labelString:		Large
*size_PD.large.mnemonic:		L
*size_PD.huge.labelString:		Huge
*size_PD.huge.mnemonic:			H
!
*sym_PD.LINE.labelString:		(Line)
*sym_PD.LINE.mnemonic:			L
*sym_PD.line.labelString:		-----
*sym_PD.cub.labelString:		}
*sym_PD.larr.labelString:		<
*sym_PD.rarr.labelString:		>
*sym_PD.hat.labelString:		^
*sym_PD.tilde.labelString:		~
!
*type_PD.TEXT.labelString:		(Text)
*type_PD.TEXT.mnemonic:			e
*type_PD.text.labelString:		Text
*type_PD.text.mnemonic:			T
*type_PD.password.labelString:		Password
*type_PD.password.mnemonic:		P
*type_PD.checkbox.labelString:		Checkbox
*type_PD.checkbox.mnemonic:		C
*type_PD.radio.labelString:		Radio button
*type_PD.radio.mnemonic:		R
*type_PD.submit.labelString:		Submit
*type_PD.submit.mnemonic:		S
*type_PD.reset.labelString:		Reset
*type_PD.reset.mnemonic:		R
*type_PD.range.labelString:		Range control
*type_PD.range.mnemonic:		R
*type_PD.audio.labelString:		Audio
*type_PD.audio.mnemonic:		A
*type_PD.file.labelString:		File
*type_PD.file.mnemonic:			F
*type_PD.scribble.labelString:		Scribble
*type_PD.scribble.mnemonic:		b
*type_PD.hidden.labelString:		Hidden
*type_PD.hidden.mnemonic:		H
*type_PD.image.labelString:		Image
*type_PD.image.mnemonic:		I
!
*type_PD.arabic.labelString:		Arabic
*type_PD.arabic.mnemonic:		A
*type_PD.upperalpha.labelString:	Upper alpha
*type_PD.upperalpha.mnemonic:		U
*type_PD.loweralpha.labelString:	Lower alpha
*type_PD.loweralpha.mnemonic:		L
*type_PD.upperroman.labelString:	Upper roman
*type_PD.upperroman.mnemonic:		r
*type_PD.lowerroman.labelString:	Lower roman
*type_PD.lowerroman.mnemonic:		r
*type_PD.local.labelString:		Local
*type_PD.local.mnemonic:		L
!
*units_PD.PIXELS.labelString:		(Pixels)
*units_PD.PIXELS.mnemonic:		i
*units_PD.pixels.labelString:		Pixels
*units_PD.pixels.mnemonic:		P
*units_PD.en.labelString:		en
*units_PD.en.mnemonic:			n
*units_PD.EN.labelString:		(en)
*units_PD.EN.mnemonic:			e
*units_PD.relative.labelString:		Relative
*units_PD.relative.mnemonic:		R
!
!
*valign_PD.TOP.labelString:		(Top)
*valign_PD.TOP.mnemonic:		o
*valign_PD.top.labelString:		Top
*valign_PD.top.mnemonic:		T
*valign_PD.middle.labelString:		Middle
*valign_PD.middle.mnemonic:		M
*valign_PD.bottom.labelString:		Bottom
*valign_PD.bottom.mnemonic:		B
*wrap_PD.NONE.labelString:		(None)
*wrap_PD.NONE.mnemonic:			o
*wrap_PD.vert.labelString:		Vertical
*wrap_PD.vert.mnemonic:			V
*wrap_PD.horiz.labelString:		Horizontal
*wrap_PD.horiz.mnemonic:		H
*wrap_PD.none.labelString:		None
*wrap_PD.none.mnemonic:			N
!
!   Unknown attribute editor dialog ...
!
*unknown_attr_dlg.dialogTitle: 		asWedit - Unknown tag editor
*unknown_attr_dlg.selectionLabelString:	Edit the unknown tag:
*unknown_attr_dlg.listVisibleItemCount:	3
*unknown_attr_dlg.listLabelString:	Learned tags:
!
!   Attribute editors ...
!
*attribTitle:			asWedit - <%s> attribute editor
*moreAttrLabel:			More ...
*lessAttrLabel:			Less ...
!
!    htmlErrorDlg dialog:
*htmlErrorDlg.dialogTitle:	asWedit - HTML error
*htmlErrorDlg.okLabelString:	Delete
!
!    htmlUnTagErrDlg dialog:
*htmlUnTagErrDlg.dialogTitle:			asWedit - HTML error
*htmlUnTagErrDlg.okLabelString:			Delete
*menuBar*htmlUnTagErrDlg.applyLabelString:	Learn it
!
!    htmlMissCharDlg dialog:
!
*htmlMissCharDlg.dialogTitle: 	asWedit - Missing character error
*htmlMissCharDlg.okLabelString:	Insert
!
!    htmlMissCtagDlg dialog:
!
*htmlMissCtagDlg.dialogTitle: 	asWedit - Missing tag error
*htmlMissCtagDlg.okLabelString:	Insert
!
!    htmlShortRefDlg dialog:
!    (exists only for HTML 3)
!
*htmlShortRefDlg.dialogTitle: 			asWedit - Replace reference
*htmlShortRefDlg.okLabelString:			Replace
*menuBar*htmlShortRefDlg.applyLabelString:	Replace All
!
!   Errors for HTML tag parsing
*tagErrParse:	 Error parsing text!
*tagErrNull:	 Null text found during parsing a tag!
*tagErrNoOchar:	 Character  '<' expected but missing!
*tagErrNoCchar:	 Character  '>' expected but missing!
*tagErrUnsup:	 An unsupported tag '%s' found!
*tagErrObsolete: A deprecated or obsoleted tag '%s' found!
*tagErrNoSQuote: closing single quote
*tagErrNoDQuote: closing double quote
*tagErrName:	 Cannot get a valid tag name!
!   Context errors for HTML
*ctxErrAllow:	Tag <%1$s> is NOT allowed in the context of <%2$s> !
*ctxErrNesting:	Invalid nesting of elements! \n Tag expected: </%s>\n Tag found: </%s>
*ctxErrOptionalNesting:	Invalid nesting of elements! The optional\n closing tag </%s> cannot be there!
*ctxErrCtag:	Closing tag </%s> without an opening one is not allowed!
*ctxErrCtagMissing:	Closing required tag </%s> is missing!
*ctxErrTitle1:	Only one <%s> tag per document is allowed!
*ctxErrOnly1:	Only one <%1$s> tag is\nallowed in the <%2$s> context.
*ctxErrNotHere:	Caption tag <%1$s> must be the first inside <%2$s> tag.
*ctxErrInFront:	Tag <%1$s> is NOT allowed in front of <%2$s> tag !
*ctxErrFirst:	Tag <%s> cannot be THE first one!
*ctxErrLast:	No tag is allowed after the closing </HTML> tag!
*ctxErrSref:	Short reference '%c' is not supported by asWedit,\n you must use the full %s tag name instead.
!
    Attribute errors
*atrErrRequired:	You are required to define '%s' attribute!
*atrErrSgmlName:	Only name tokens are allowed here!\n(sequence of letters, digits, periods or hyphens)
*atrErrSet:		Cannot set attribute editor data for:\nattribute: '%s'\nvalue: '%s'
!
!   Other errors
*errOnlySpaces:	Only white spaces are allowed here!
*undoInvalidHtml:	Switching the HTML mode Off!\nHTML-invalid undo/redo action executed:
*errMarkupPaste:	Switching the HTML mode Off!\nHTML-invalid edit action executed:
*qDeleteTag:		Delete the wrong tag now ?\n
*qInsertCtag:		Insert the missing closing tag now ?\n
*qInsertChar:		Insert the missing character now ?
*qReplaceSref:		Replace short reference found ?\n
*errNoBrowser:		Cannot preview! Please select\nthe browser(s) to use first!
*errMosaicCCI:		Cannot contact Mosaic on CCI port!\nAre you running Mosaic 2.5 that listens on CCI port 2500 ?\nFor details see the following asWedit help topic:\nView|Browser|Mosaic 2.5
!
!
!   Do not allow tear off menus inside the attribute editors, modify gadget's margin
*menuBar*attr_edit*tearOffModel: XmTEAR_OFF_DISABLED
*attr_edit.form.XmRowColumn.marginWidth: 0
!
!
!
!   Layout for HTML multi-column option & pulldown menus
!
*dingbat_PD.numColumns:	3
!
!
*Greek_PD.numColumns:	6
*Greek_PD.packing:	XmPACK_COLUMN
!
*Latin1_PD.numColumns:	8
*Latin1_PD.packing:	XmPACK_COLUMN
!
!
!
!	Part 6  - keyboard bindings.
!	----------------------------
!
!-----------------------------------------------------------------------------
!
!	Keyboard bindings (do NOT change unless you really have to do that;
!	if you change anything there might be inconsistency with the
!	help file! )
!
!
! special bindings for hypertext Help widget and Emacs bindings
!
*hypertext_text.translations: #override\n\
	     <Btn1Down>:        move-destination()\n\
	     <Btn2Down>:        move-destination()\n\
	     <Btn1Up>(2):       activate()\n\
	     <Btn2Up>(2):       activate()\n\
	     <Key>Return:       activate()\n\
	Ctrl <Key>osfPageDown:   end-of-file()\n\
	Ctrl <Key>osfPageUp:     beginning-of-file()\n
!
!
!
*edit_text.translations: #override\n\
	Ctrl <Key>Return:			asedit-newline()\n\
	     <Key>Return:			asedit-newline-and-indent()\n\
	~Meta ~Alt <Key>osfBackSpace:           asedit-delete-previous-character()\n\
	~Shift ~Ctrl ~Meta ~Alt <Key>osfDelete: asedit-delete-next-character()\n\
	~Shift Ctrl ~Meta ~Alt <Key>osfDelete:  asedit-delete-to-end-of-line()\n\
	Shift ~Ctrl Meta <Key>osfBackSpace: 	asedit-redo()\n\
	Shift ~Ctrl Alt  <Key>osfBackSpace: 	asedit-redo()\n\
	~Shift ~Ctrl Meta <Key>osfBackSpace: 	asedit-undo()\n\
	~Shift ~Ctrl Alt <Key>osfBackSpace: 	asedit-undo()\n\
	Ctrl <Key>q, Ctrl <Key>[: 		asedit-forward-match()\n\
	Ctrl <Key>q, Ctrl <Key>]: 		asedit-backward-match()\n\
	Ctrl <Key>q, Ctrl <Key>f: 		asedit-find()\n\
	Ctrl <Key>q, Ctrl <Key>a: 		asedit-change()\n
!
!
! Some extra bindigs to enable Clipboard operations in all Text widgets
! with the user defined cut/copy/paste key shortcuts
!
*XmText.translations: #override\n\
	~Shift Ctrl ~Meta ~Alt <Key>x:		cut-clipboard()\n\
	~Shift Ctrl ~Meta ~Alt <Key>c:		copy-clipboard()\n\
	~Shift Ctrl ~Meta ~Alt <Key>v:		paste-clipboard()\n
!
!
! Some extra bindings for text widgets inside attribute editors ....
! (including translation of '"' and '>' into appropriate entities)
!
*attr_edit*XmText.translations: #override\n\
	~Shift Ctrl ~Meta ~Alt <Key>x:		cut-clipboard()\n\
	~Shift Ctrl ~Meta ~Alt <Key>c:		copy-clipboard()\n\
	~c ~m ~a s <Key>>: 	insert-string(&gt;)\n~c m s <Key>>: self-insert()\n~c a s <Key>>: self-insert()\n\
	~c ~m ~a s <Key>": 	insert-string(&quot;)\n~c m s <Key>": self-insert()\n~c a s <Key>": self-insert()\n\
	~Shift Ctrl ~Meta ~Alt <Key>v:		paste-clipboard()\n
!
!
!
!   Some consistency bindings for text widgets (or fields) inside selection
!   boxes
!
!
*textTranslations: #override\n\
	~Shift Ctrl ~Meta ~Alt <Key>x:		cut-clipboard()\n\
	~Shift Ctrl ~Meta ~Alt <Key>c:		copy-clipboard()\n\
	~Shift Ctrl ~Meta ~Alt <Key>v:		paste-clipboard()\n
!
!
!	Workaround for the Motif 1.2.2 FSB cursor visibility bug
*XmFileSelectionBox.XmTextField.width: 400
!
! Do NOT remove or alter the setting of allowShellResize (must be true)
*allowShellResize:      true
!
!
!
!       Part 7  - Version definitions.
!       -----------------------------
!
!-----------------------------------------------------------------------------
!
! appDefaultsVersion (Version number of ths file) should only be defined in the
! site-wide file!  Do NOT remove or alter this setting!
*appDefaultsVersion:	1101
!
!
*oldAppDefs:            Warning: Old 'AsWedit' application defaults file loaded!\n(version found: '%d', version required: '%d')\n
*errHelpVer:	ERROR: Incompatible help file '%s' found!\n(version found: '%d', version required: '%d')\n
!
!
!
!
!
!!!!!!!!!!     End of AsWedit application defaults file     !!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
