959 lines
		
	
	
		
			40 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			959 lines
		
	
	
		
			40 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ! $Id: XPaint.ad.in,v 1.15 2005/03/20 20:15:34 demailly Exp $
 | ||
| 
 | ||
| !
 | ||
| ! These 2 files need to be appropriately set and translated in case
 | ||
| ! XPaint is translated to a new language. Translate also the
 | ||
| ! label/title section
 | ||
| !
 | ||
| 
 | ||
| xpaint*helpFile:  help/Help
 | ||
| xpaint*msgFile:  messages/Messages
 | ||
| 
 | ||
| ! Menu font (throughout)
 | ||
| xpaint*menufont: Liberation Sans-9
 | ||
| 
 | ||
| ! Xpaint share directory
 | ||
| xpaint*shareDir: /usr/share/xpaint
 | ||
| 
 | ||
| !  This fixes Xpaint's startup features
 | ||
| !xpaint*horizontal: True
 | ||
| !xpaint*popped: True
 | ||
| !xpaint*nomenubar: True
 | ||
| xpaint*fullpopup: False
 | ||
| 
 | ||
| ! Increase this if you have a lot of memory
 | ||
| Canvas*paint.undoSize:		2
 | ||
| 
 | ||
| !   This maybe needed for Xaw95 widgets
 | ||
| !*vertical*borderWidth:          0
 | ||
| !*horizontal*borderWidth:        0
 | ||
| 
 | ||
| ! Highlight thichness of buttons  (2 is Xaw3d default)
 | ||
| xpaint*highlightThickness:      1
 | ||
| Canvas*highlightThickness:      1
 | ||
| xpaint*Viewport.borderColor:       grey91
 | ||
| Canvas*Viewport.borderColor:       grey91
 | ||
| 
 | ||
| ! Non intrusive shadowWidth
 | ||
| *vertical*shadowWidth:          1
 | ||
| *horizontal*shadowWidth:        1
 | ||
| *valueBar*shadowWidth:          1
 | ||
| *varianceBar*shadowWidth:       1
 | ||
| *pointBar*shadowWidth:          1
 | ||
| *valueBar*shadowWidth:          1
 | ||
| *Text*shadowWidth:	        1
 | ||
| *SimpleMenu*shadowWidth:	2
 | ||
| *SimpleMenu*SmeBSB*shadowWidth: 0
 | ||
| *SimpleMenu*foreground:   black
 | ||
| *Text*foreground:	black
 | ||
| 
 | ||
| xpaint*fontSelect*List.translations:	<Btn1Down>: Set() Notify()
 | ||
| 
 | ||
| ! This describes the new sophisticated behaviour of menu popups
 | ||
| ! Change at your own risk !
 | ||
| 
 | ||
| xpaint*MenuButton.SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
| 	<Motion>: highlight-child()\n\
 | ||
|         <Btn1Up>: notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Up>: notify() unhighlight()\n\
 | ||
|         <Btn1Down>: highlight-child()\n\
 | ||
|         <Btn2Down>: highlight-child()\n\
 | ||
|         <Btn3Down>: highlight-child()
 | ||
| 
 | ||
| xpaint*Toggle.SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
| 	<Enter>: highlight-child()\n\
 | ||
| 	<Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight-child()\n\
 | ||
|         <Btn1Up>: unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: highlight-child()\n\
 | ||
|         <Btn3Up>: highlight-child()\n\
 | ||
|         <Btn1Down>: highlight-child() notify()\n\
 | ||
|         <Btn2Down>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Down>: highlight-child() notify()
 | ||
| 
 | ||
| xpaint*paintBox*paint.SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight-child() popdown-child()\n\
 | ||
|         <Btn1Up>: notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-child()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn2Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn3Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <BtnMotion>: highlight-child()
 | ||
| 
 | ||
| xpaint*paintBox*paint.SimpleMenu*SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight-child() popdown-child()\n\
 | ||
|         <Btn1Up>: notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-child()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn2Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn3Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <BtnMotion>: highlight-child()
 | ||
| 
 | ||
| Canvas*menu*SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn1Up>: check-notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn2Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn3Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <BtnMotion>: highlight-child() popup-menu-pullright()
 | ||
| 
 | ||
| Canvas*pane*SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight-child()\n\
 | ||
|         <Btn1Up>: check-notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn2Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn3Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <BtnMotion>: highlight-child() popup-menu-pullright()
 | ||
| 
 | ||
| Canvas*print*SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight-child()\n\
 | ||
|         <Btn1Up>: check-notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: check-notify() highlight-child()\n\
 | ||
|         <Btn2Down>: highlight-child()\n\
 | ||
|         <Btn3Down>: check-notify() highlight-child()\n\
 | ||
|         <BtnMotion>: highlight-child()
 | ||
| 
 | ||
| Canvas*paint*SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight() popdown-child()\n\
 | ||
|         <Btn1Up>: check-notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn2Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn3Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <BtnMotion>: highlight-child() popup-menu-pullright()
 | ||
| 
 | ||
| Canvas*paint*SimpleMenu.SimpleMenu.translations: #override \
 | ||
|         <Key>Escape: escape()\n\
 | ||
|         <Enter>: highlight-child()\n\
 | ||
|         <Leave>: unhighlight()\n\
 | ||
|         <Motion>: highlight() popdown-child()\n\
 | ||
|         <Btn1Up>: check-notify() unhighlight() popdown-child()\n\
 | ||
|         <Btn2Up>: unhighlight() popdown-all()\n\
 | ||
|         <Btn3Up>: unhighlight()\n\
 | ||
|         <Btn1Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn2Down>: highlight-child() popup-menu-pullright()\n\
 | ||
|         <Btn3Down>: check-notify() highlight-child() popup-menu-pullright()\n\
 | ||
|         <BtnMotion>: highlight-child() popup-menu-pullright()
 | ||
| 
 | ||
| !
 | ||
| !  paint.zoom must equal the value on button3
 | ||
| !  No zoom value must exceed MAXZOOM
 | ||
| !
 | ||
| Canvas*fatbits*paint.zoom:		6
 | ||
| Canvas*fatbits*zoomButton1.label:	2:1
 | ||
| Canvas*fatbits*zoomButton2.label:	4:1
 | ||
| Canvas*fatbits*zoomButton3.label:	6:1
 | ||
| Canvas*fatbits*zoomButton4.label:	8:1
 | ||
| Canvas*fatbits*zoomButton5.label:	16:1
 | ||
| 
 | ||
| !
 | ||
| !  Black and white resources
 | ||
| !
 | ||
| 
 | ||
| !Canvas*background:	white
 | ||
| Canvas*textSink*foreground:	black
 | ||
| Canvas*foreground:	black
 | ||
| 
 | ||
| !
 | ||
| !  Test Color resources
 | ||
| !
 | ||
| 
 | ||
| Canvas*background:		#dcdad5
 | ||
| Canvas*paint*background:	white
 | ||
| Canvas*paint*popup-menu*background: #dcdad5
 | ||
| 
 | ||
| xpaint*helpDialog*topic*background:	thistle1
 | ||
| xpaint*background:		#dcdad5
 | ||
| xpaint*textSink*foreground:	black
 | ||
| xpaint*foreground:		black
 | ||
| xpaint*vport*files*background:	   #f7f7f0
 | ||
| Canvas*vport*files*background:	   #f7f7f0
 | ||
| xpaint*Box.background:		grey91
 | ||
| Canvas*Box.background:		grey91
 | ||
| Canvas*pane*menu.zoom.background:	pink1
 | ||
| Canvas*pane*menu.alpha.background:	pink1
 | ||
| Canvas*pane*resize.background:	pink1
 | ||
| Canvas*foreground:		black
 | ||
| 
 | ||
| xpaint*Toggle.background:	#dcdad5
 | ||
| Canvas*Toggle.background:	#dcdad5
 | ||
| 
 | ||
| xpaint*Text.background:		white
 | ||
| xpaint*textSink.background:	white
 | ||
| xpaint*HTML.background:		white
 | ||
| Canvas*Text.background:		white
 | ||
| Canvas*textSink.background:	white
 | ||
| 
 | ||
| xpaint*filebrowser*Label.background:	grey91
 | ||
| xpaint*filebrowser*Toggle.background:	#dcdad5
 | ||
| xpaint*filebrowser*name*background:	white
 | ||
| xpaint*filebrowser*title.background:	#dcdad5
 | ||
| xpaint*filebrowser*cwd.foreground:      #0022cc
 | ||
| xpaint*filebrowser*info.background:     #dcdad5
 | ||
| 
 | ||
| Canvas*filebrowser*Label.background:	grey91
 | ||
| Canvas*filebrowser*Toggle.background:	#dcdad5
 | ||
| Canvas*filebrowser*name*background:	white
 | ||
| Canvas*filebrowser*title.background:	#dcdad5
 | ||
| Canvas*filebrowser*cwd.foreground:      #0022cc
 | ||
| Canvas*filebrowser*info.background:     #dcdad5
 | ||
| 
 | ||
| xpaint*Command.background:		#dcdad5
 | ||
| Canvas*Command.background:		#dcdad5
 | ||
| 
 | ||
| Canvas.pane.background:		black
 | ||
| 
 | ||
| ! Nice buttons with Xaw3d
 | ||
| *beNiceToColormap: false
 | ||
| xpaint*MenuButton.height:		22
 | ||
| Canvas*MenuButton.height:		22
 | ||
| xpaint*Command.height:		22
 | ||
| Canvas*Command.height:		22
 | ||
| 
 | ||
| !
 | ||
| ! Start of the label/title section
 | ||
| ! This is the place where localization should occur in the main menus
 | ||
| !
 | ||
| 
 | ||
| *ok.label:			Ok
 | ||
| *stopit.label:			Cancel
 | ||
| *cancel.label:			Cancel
 | ||
| *close.label:			Close
 | ||
| *apply.label:			Apply
 | ||
| *hidden.label:			Hidden Files
 | ||
| *quality.label:			Quality JPEG
 | ||
| *ongoing.label:                 Ongoing
 | ||
| *alert.title:			Alert
 | ||
| 
 | ||
| Canvas*fatbits.title:			XPaint / Fat Bits
 | ||
| Canvas*fatbits.iconName:		XPaint Fat Bits
 | ||
| Canvas*fatbits*done.label:		Done
 | ||
| Canvas*fatbits*refresh.label:		Refresh
 | ||
| 
 | ||
| xpaint*xleft.label:	<
 | ||
| xpaint*xright.label:	>
 | ||
| xpaint*xxleft.label:	«
 | ||
| xpaint*xxright.label:	»
 | ||
| 
 | ||
| !
 | ||
| !  Font Selector
 | ||
| !
 | ||
| 
 | ||
| xpaint*fontSelect.title:		XPaint / Browse and Select a Font
 | ||
| xpaint*fontSelect.iconName:		XPaint Font Browser
 | ||
| xpaint*fontSelect*vport.height:		280
 | ||
| xpaint*fontSelect*text.width:		620
 | ||
| xpaint*fontSelect*text.height:		70
 | ||
| xpaint*fontSelect*edittoggle.label:	Edit
 | ||
| xpaint*fontSelect*apply.label:		Apply
 | ||
| xpaint*fontSelect*done.label:		Close
 | ||
| xpaint*fontSelect*spacingLabel.label:	Spacing
 | ||
| xpaint*fontSelect*familyLabel.label:	Font Family
 | ||
| xpaint*fontSelect*weightLabel.label:	Weight/Style
 | ||
| xpaint*fontSelect*pointSelectLabel.label:	Point Size
 | ||
| xpaint*fontSelect*rotationLabel.label:	Rotation
 | ||
| xpaint*fontSelect*inclinationLabel.label:	Inclination
 | ||
| xpaint*fontSelect*dilationLabel.label:	Dilation
 | ||
| xpaint*fontSelect*linespacingLabel.label:	Linespacing
 | ||
| xpaint*fontSelect*xftNameLabel.label:	Freetype Font Name
 | ||
| xpaint*fontSelect*fontNameLabel.label:	X Font Name
 | ||
| xpaint*fontSelect*fontName.width:	450
 | ||
| xpaint*fontSelect*text_file.label:	File
 | ||
| xpaint*fontSelect*text_fileMenu*load.label:	Load file
 | ||
| xpaint*fontSelect*text_fileMenu*save.label:	Save
 | ||
| xpaint*fontSelect*text_fileMenu*saveas.label:	Save as...
 | ||
| xpaint*fontSelect*text_fileMenu*editor.label:	External Editor...
 | ||
| xpaint*fontSelect*text_sample.label:	Text
 | ||
| xpaint*fontSelect*text_sampleMenu*default.label:	Default
 | ||
| xpaint*fontSelect*text_sampleMenu*erase.label:	Erase
 | ||
| xpaint*fontSelect*text_sampleMenu*record.label: Record
 | ||
| 
 | ||
| !
 | ||
| !  The Color and Pattern Editor
 | ||
| !
 | ||
| 
 | ||
| xpaint*pattern.title:			XPaint / Color and Pattern Selector
 | ||
| xpaint*pattern*paint.zoom:		6
 | ||
| xpaint*pattern*palette.label:		Palette
 | ||
| xpaint*pattern*palette*saveconfig.label:	Save Palette Config...
 | ||
| xpaint*pattern*palette*loadconfig.label:	Load New Palette...
 | ||
| xpaint*pattern*palette*markselected.label:	Mark Selected Pattern
 | ||
| xpaint*pattern*palette*unmark.label:		Unmark Pattern
 | ||
| xpaint*pattern*palette*loadmarked.label:	Load Marked Pattern
 | ||
| xpaint*pattern*palette*delete.label:	Remove Selected Pattern
 | ||
| xpaint*pattern*canvas.label:		File
 | ||
| xpaint*pattern*canvas*read.label:	Load
 | ||
| xpaint*pattern*canvas*save.label:	Save As...
 | ||
| xpaint*pattern*canvas*close.label:	Close
 | ||
| xpaint*pattern*edit.label:		Edit
 | ||
| xpaint*pattern*edit*undo.label:		Undo
 | ||
| xpaint*pattern*edit*cut.label:		Cut
 | ||
| xpaint*pattern*edit*copy.label:		Copy
 | ||
| xpaint*pattern*edit*paste.label:	Paste
 | ||
| xpaint*pattern*edit*clear.label:	Clear
 | ||
| xpaint*pattern*edit*dup.label:		Duplicate
 | ||
| xpaint*pattern*edit*all.label:		Select All
 | ||
| xpaint*pattern*popup-menu*select.label: Select...
 | ||
| xpaint*pattern*line.label:		Line
 | ||
| xpaint*pattern*line*linestyle.label:	Line Style...
 | ||
| xpaint*pattern*lookup.label:		Lookup
 | ||
| xpaint*pattern*grab.label:		Grab
 | ||
| xpaint*pattern*select.label:		Record
 | ||
| xpaint*pattern*asbg.label:		Background color
 | ||
| xpaint*pattern*asbrush.label:		New Brush
 | ||
| xpaint*pattern*size.label:		Size
 | ||
| xpaint*pattern*size*other.label:	Select...
 | ||
| xpaint*pattern*image.label:		Image
 | ||
| xpaint*pattern*image*grid.label:	Visible Grid
 | ||
| xpaint*pattern*image*grid_param.label:	Grid Parameters...
 | ||
| xpaint*pattern*image*zoom.label:	Zoom Factor
 | ||
| xpaint*pattern*image*background.label:	Background Color...
 | ||
| xpaint*pattern*help.label:		Help
 | ||
| xpaint*pattern*help*help.label:		Help...
 | ||
| xpaint*pattern*viewport*vertical.thickness: 14
 | ||
| xpaint*patternRackForm*popup-menu.label:	Pattern
 | ||
| xpaint*patternRackForm*popup-menu.mark.label:	Mark
 | ||
| xpaint*patternRackForm*popup-menu.unmark.label:	Unmark
 | ||
| xpaint*patternRackForm*popup-menu.loadpattern.label:	Load
 | ||
| xpaint*patternRackForm*popup-menu.edit.label:	Edit
 | ||
| xpaint*patternRackForm*popup-menu.remove.label:	Remove
 | ||
| xpaint*patternRackForm*popup-menu.help.label:	Help
 | ||
| xpaint*patternRackForm.vport.height:		100
 | ||
| xpaint*patternRackForm*viewport2*vertical.thickness:		14
 | ||
| xpaint*patternRackForm*viewport2.width:		604
 | ||
| xpaint*patternRackForm*viewport2.height:	194
 | ||
| 
 | ||
| !
 | ||
| !  The top level operation/toolbox menu
 | ||
| !
 | ||
| !xpaint*toolbox*vport.width:			493
 | ||
| !xpaint*toolbox*vport.height:			157
 | ||
| xpaint*toolbox*vport*vertDistance:		2
 | ||
| xpaint*toolbox*box*vertDistance:		0
 | ||
| xpaint*toolbox*canvas.label:			File
 | ||
| xpaint*toolbox*canvas*open.label:		Open Image...
 | ||
| xpaint*toolbox*canvas*loaded.label:		List of Loaded Files...
 | ||
| xpaint*toolbox*canvas*new.label:		New Canvas
 | ||
| xpaint*toolbox*canvas*new-size.label:		New With Size...
 | ||
| xpaint*toolbox*canvas*magnifier.label:		Magnifier...
 | ||
| xpaint*toolbox*canvas*screenshot.label:		Take Screenshot...
 | ||
| xpaint*toolbox*canvas*about.label:		About...
 | ||
| xpaint*toolbox*canvas*quit.label:		Quit XPaint
 | ||
| xpaint*toolbox*other.label:			Brush
 | ||
| xpaint*toolbox*other*brushSelect.label:		Select Brush Style
 | ||
| xpaint*toolbox*other*sprayEdit.label:		Edit Spray Pattern
 | ||
| xpaint*toolbox*help.label:			Help
 | ||
| xpaint*toolbox*help*intro.label:		Introduction
 | ||
| xpaint*toolbox*help*tools.label:		Toolbox
 | ||
| xpaint*toolbox*help*canvas.label:		Canvas
 | ||
| xpaint*toolbox*help*about.label:		About
 | ||
| xpaint*toolbox*help*copyright.label:		Copyright
 | ||
| xpaint*toolbox*help*tooltips.label:		Tooltips
 | ||
| 
 | ||
| !
 | ||
| ! Operation popup menus
 | ||
| !
 | ||
| 
 | ||
| xpaint*toolbox*pencil.popup-menu.label:		Pencil
 | ||
| xpaint*toolbox*dotPencil.popup-menu.label:	Dot Pencil
 | ||
| xpaint*toolbox*dynpencil.popup-menu.label:	DynPencil
 | ||
| xpaint*toolbox*dynpencil.popup-menu.autofinish.label:	AutoFinish
 | ||
| xpaint*toolbox*dynpencil.popup-menu.select.label:	Parameters...
 | ||
| xpaint*toolbox*brush.popup-menu.label:		Brush
 | ||
| xpaint*toolbox*brush.popup-menu.opaque.label:	Opaque
 | ||
| xpaint*toolbox*brush.popup-menu.transparent.label:	Transparent
 | ||
| xpaint*toolbox*brush.popup-menu.stain.label:	Stain
 | ||
| xpaint*toolbox*brush.popup-menu.select.label:	Select Brush...
 | ||
| xpaint*toolbox*brush.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*erase.popup-menu.label:		Erase
 | ||
| xpaint*toolbox*erase.popup-menu.original.label:	Original
 | ||
| xpaint*toolbox*erase.popup-menu.select.label:	Select Brush...
 | ||
| xpaint*toolbox*spray.popup-menu.label:		Spray
 | ||
| xpaint*toolbox*spray.popup-menu.gauss.label:	Gauss
 | ||
| xpaint*toolbox*spray.popup-menu.select.label:	Parameters...
 | ||
| xpaint*toolbox*smear.popup-menu.label:		Smear
 | ||
| xpaint*toolbox*smear.popup-menu.select.label:	Select Brush...
 | ||
| xpaint*toolbox*line.popup-menu.label:		Segment
 | ||
| xpaint*toolbox*arc.popup-menu.label:		Arc
 | ||
| xpaint*toolbox*arc.popup-menu*connect.label:	Circle Arc
 | ||
| xpaint*toolbox*arc.popup-menu*quadrant.label:	Elliptic Quadrant
 | ||
| xpaint*toolbox*arc.popup-menu*centered.label:	Centered Ellipse Arc
 | ||
| xpaint*toolbox*arc.popup-menu*boxed.label:	Boxed Ellipse Arc
 | ||
| xpaint*toolbox*arrow.popup-menu.label:		Arrow
 | ||
| xpaint*toolbox*arrow.popup-menu*head_only.label:	Head only
 | ||
| xpaint*toolbox*arrow.popup-menu*param.label:	Parameters...
 | ||
| xpaint*toolbox*popup-menu*center.label:		Center
 | ||
| xpaint*toolbox*line.popup-menu*multi.label:	Sheaf
 | ||
| xpaint*toolbox*line.popup-menu*vector.label:	Vector
 | ||
| xpaint*toolbox*line.popup-menu*param.label:	Arrowhead parameters...
 | ||
| xpaint*toolbox*fill.popup-menu.label:		Fill
 | ||
| xpaint*toolbox*gradientFill.popup-menu.label:		Gradient Fill
 | ||
| xpaint*toolbox*gradientFill.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*fractalFill.popup-menu.label:		Fractal Fill
 | ||
| xpaint*toolbox*fractalFill.popup-menu.param.label:	Set Density...
 | ||
| xpaint*toolbox*fractalFill.popup-menu.plasma.label:	Plasma
 | ||
| xpaint*toolbox*fractalFill.popup-menu.clouds.label:	Clouds
 | ||
| xpaint*toolbox*fractalFill.popup-menu.landscape.label:	Land/Sea
 | ||
| ! Next 3 lines are common for all fill operators
 | ||
| xpaint*toolbox*popup-menu.fill.label:		Fill
 | ||
| xpaint*toolbox*popup-menu.fill_color.label:	Fill Color
 | ||
| xpaint*toolbox*popup-menu.fill_range.label:	Fill Chromatic Range
 | ||
| xpaint*toolbox*popup-menu.radial.label:		Radial
 | ||
| xpaint*toolbox*popup-menu.linear.label:		Linear
 | ||
| xpaint*toolbox*popup-menu.conical.label:	Conical
 | ||
| xpaint*toolbox*popup-menu.square.label:		Square
 | ||
| xpaint*toolbox*box.popup-menu.rectangle.label:	Rectangle
 | ||
| xpaint*toolbox*box.popup-menu.round.label:	Round corners
 | ||
| xpaint*toolbox*box.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*popup-menu.ellipse.label:	Ellipse
 | ||
| xpaint*toolbox*text.popup-menu.label:		Text
 | ||
| xpaint*toolbox*text.popup-menu.select.label:	Select Font...
 | ||
| xpaint*toolbox*selectBox.popup-menu.label:	Select Box
 | ||
| xpaint*toolbox*selectBox.popup-menu.round.label:	Round corners
 | ||
| xpaint*toolbox*selectBox.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*selectEllipse.popup-menu.label:	Select Ellipse
 | ||
| xpaint*toolbox*popup-menu.arbitrary.label:	Arbitrary polygon
 | ||
| xpaint*toolbox*popup-menu.regular.label:	Regular polygon
 | ||
| xpaint*toolbox*popup-menu.starlike.label:	Starlike polygon
 | ||
| xpaint*toolbox*selectPolygon.popup-menu.label:	Select Polygon
 | ||
| xpaint*toolbox*selectPolygon.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*selectFreehand.popup-menu.label:	Select Freehand
 | ||
| xpaint*toolbox*selectSpline.popup-menu.label:	Select Spline
 | ||
| xpaint*toolbox*selectSpline.popup-menu.open.label:	Open
 | ||
| xpaint*toolbox*selectSpline.popup-menu.closed.label:	Closed
 | ||
| xpaint*toolbox*selectSpline.popup-menu.closed_up.label:	Closed up
 | ||
| ! Next 3 lines are common for all select operators
 | ||
| xpaint*toolbox*popup-menu.shape.label:		All Colors
 | ||
| xpaint*toolbox*popup-menu.not_color.label:	Omit Color Range
 | ||
| xpaint*toolbox*popup-menu.only_color.label:	Only Color Range
 | ||
| ! Next line is common for all fill and select operators 
 | ||
| xpaint*toolbox*popup-menu.select.label:		Select Range...
 | ||
| xpaint*toolbox*box.popup-menu.label:		Box
 | ||
| xpaint*toolbox*filledBox.popup-menu.label:		Filled Box
 | ||
| xpaint*toolbox*filledBox.popup-menu.round.label:	Round corners
 | ||
| xpaint*toolbox*filledBox.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*ellipse.popup-menu.label:		Ellipse
 | ||
| xpaint*toolbox*filledEllipse.popup-menu.label:		Filled Ellipse
 | ||
| xpaint*toolbox*brokenline.popup-menu.label:		Connected Line
 | ||
| xpaint*toolbox*spline.popup-menu.label:		Spline Curve
 | ||
| xpaint*toolbox*spline.popup-menu.open.label:	Open
 | ||
| xpaint*toolbox*spline.popup-menu.closed.label:	Closed
 | ||
| xpaint*toolbox*spline.popup-menu.closed_up.label:	Closed up
 | ||
| xpaint*toolbox*filledSpline.popup-menu.label:		Filled Spline Curve
 | ||
| xpaint*toolbox*filledSpline.popup-menu.open.label:	Open
 | ||
| xpaint*toolbox*filledSpline.popup-menu.closed.label:	Closed
 | ||
| xpaint*toolbox*filledSpline.popup-menu.closed_up.label:	Closed up
 | ||
| xpaint*toolbox*polygon.popup-menu.label:	Polygon
 | ||
| xpaint*toolbox*polygon.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*filledPolygon.popup-menu.label:	Filled Polygon
 | ||
| xpaint*toolbox*filledPolygon.popup-menu.param.label:	Parameters...
 | ||
| xpaint*toolbox*freehand.popup-menu.label:	Shape
 | ||
| xpaint*toolbox*freehand.popup-menu.open.label:	Open
 | ||
| xpaint*toolbox*freehand.popup-menu.closed.label:	Closed
 | ||
| xpaint*toolbox*filledFreehand.popup-menu.label:	Filled Shape
 | ||
| 
 | ||
| xpaint*script_files.label:		File
 | ||
| xpaint*script_files*load.label:		Load
 | ||
| xpaint*script_files*save.label:		Save
 | ||
| xpaint*script_files*saveas.label:	Save as...
 | ||
| xpaint*script_files*editor.label:	External editor...
 | ||
| xpaint*script_files*close.label:	Close
 | ||
| xpaint*script_predef.label:		Templates
 | ||
| xpaint*script_predef*filters.label:	Filters
 | ||
| xpaint*script_predef*images.label:	Images
 | ||
| xpaint*script_predef*3d_curves.label:	3D Curves
 | ||
| xpaint*script_predef*3d_surfaces.label:	3D Surfaces
 | ||
| xpaint*script_predef*layers.label:	Layers
 | ||
| xpaint*script_predef*procedures.label:	Procedures
 | ||
| xpaint*script_predef*batch.label:	Batch
 | ||
| xpaint*script_predef*help.label:	Help
 | ||
| xpaint*compile.label:			Compile
 | ||
| 
 | ||
| !xpaint*menuLabel.font:		*-times-bold-r-normal--17-*
 | ||
| !Canvas*menuLabel.font:		*-times-bold-r-normal--17-*
 | ||
| 
 | ||
| 
 | ||
| !
 | ||
| !  Canvas area menu pulldowns
 | ||
| !
 | ||
| Canvas*menu*file.label:			File
 | ||
| Canvas*menu*file*open.label:		Open Image...
 | ||
| Canvas*menu*file*save.label:		Save
 | ||
| Canvas*menu*file*saveas.label:		Save As...
 | ||
| Canvas*menu*file*saveregion.label:	Save Region...
 | ||
| Canvas*menu*file*load-mem.label:	Load Clipboard...
 | ||
| Canvas*menu*file*saveconfig.label:	Save Palette...
 | ||
| Canvas*menu*file*loadconfig.label:	Load Palette...
 | ||
| Canvas*menu*file*revert.label:		Revert...
 | ||
| Canvas*menu*file*loaded.label:		Loaded files...
 | ||
| Canvas*menu*file*print.label:		Print...
 | ||
| Canvas*menu*file*extern.label:		External viewer...
 | ||
| Canvas*menu*file*close.label:		Close
 | ||
| 
 | ||
| Canvas.print*title:	Print Utility
 | ||
| Canvas.print*form*menu*format.label:		Format
 | ||
| Canvas.print*form*portraitlabel.label:	Portrait
 | ||
| Canvas.print*form*portraittoggle.label:	X
 | ||
| Canvas.print*form*landscapelabel.label:	Landscape
 | ||
| Canvas.print*form*landscapelabel.horizDistance:	104
 | ||
| Canvas.print*form*landscapetoggle.label:	X
 | ||
| Canvas.print*form*graylabel.label:	Gray
 | ||
| Canvas.print*form*graytoggle.label:	X
 | ||
| Canvas.print*form*compresslabel.label:	Compress
 | ||
| Canvas.print*form*compresslabel.horizDistance:	25
 | ||
| Canvas.print*form*compresstoggle.label:	X
 | ||
| Canvas.print*form*pdflabel.label:	PDF
 | ||
| Canvas.print*form*pdflabel.horizDistance:	36
 | ||
| Canvas.print*form*pdftoggle.label:	X
 | ||
| Canvas.print*form*wcenter.label:	0
 | ||
| Canvas.print*form*wplus.label:	>
 | ||
| Canvas.print*form*wminus.label:	<
 | ||
| Canvas.print*form*wpplus.label:	»
 | ||
| Canvas.print*form*wmminus.label:	«
 | ||
| Canvas.print*form*hcenter.label:	0
 | ||
| Canvas.print*form*hplus.label:	>
 | ||
| Canvas.print*form*hminus.label:	<
 | ||
| Canvas.print*form*hpplus.label:	»
 | ||
| Canvas.print*form*hmminus.label:	«
 | ||
| Canvas.print*form*equal.label:	X
 | ||
| Canvas.print*form*synchro.horizDistance:	60
 | ||
| 
 | ||
| Canvas.print*form*sizelabel.label:		Size of image
 | ||
| Canvas.print*form*positionlabel.label:	Image position
 | ||
| Canvas.print*form*samplinglabel.label:	Sub sampling
 | ||
| Canvas.print*form*printlabel.label:		Printer command
 | ||
| Canvas.print*form*filelabel.label:		Write to file
 | ||
| Canvas.print*form*psviewlabel.label:	PostScript viewer
 | ||
| Canvas.print*form*resultlabel*label:    Result
 | ||
| 
 | ||
| Canvas.print*form*portraittoggle*horizDistance:	86
 | ||
| Canvas.print*form*landscapelabel*horizDistance:	124
 | ||
| Canvas.print*form*landscapetoggle*horizDistance:	200
 | ||
| Canvas.print*form*graylabel*horizDistance:	248
 | ||
| Canvas.print*form*graytoggle*horizDistance:	290
 | ||
| Canvas.print*form*formattype*string:		A4
 | ||
| Canvas.print*form*formattype*horizDistance:	10
 | ||
| Canvas.print*form*sizevalue*string:		100%
 | ||
| Canvas.print*form*sizevalue*horizDistance:		136
 | ||
| Canvas.print*form*positionvalue*horizDistance:	136
 | ||
| Canvas.print*form*samplingvalue*string:	1 x 1
 | ||
| Canvas.print*form*samplingvalue*horizDistance:	136
 | ||
| Canvas.print*form*printcmd*string:	lpr
 | ||
| Canvas.print*form*printcmd*horizDistance:	136
 | ||
| Canvas.print*form*printtoggle.label:	X
 | ||
| Canvas.print*form*filetoggle.label:	X
 | ||
| Canvas.print*form*filename*horizDistance:	136
 | ||
| Canvas.print*form*psviewcmd*horizDistance:	136
 | ||
| Canvas.print*form*printresult.width:    228
 | ||
| Canvas.print*form*printresult*foreground:       Red
 | ||
| Canvas.print*form*print*horizDistance:	40
 | ||
| 
 | ||
| Canvas.print*form*print.label:	Print
 | ||
| Canvas.print*form*preview.label:	Preview
 | ||
| Canvas.print*form*cancel.label:	Close
 | ||
| 
 | ||
| Canvas.print*form*psviewcmd*string:	gv
 | ||
| Canvas.extern*form*extviewcmd*string:	display
 | ||
| 
 | ||
| Canvas.extern*title:	External Image Viewer
 | ||
| Canvas.extern*form*format.label:		Exchange Format
 | ||
| Canvas.extern*form*formatlabel*label:		PPM
 | ||
| Canvas.extern*form*extviewlabel*label:	Viewer command
 | ||
| Canvas.extern*form*view*label:	View
 | ||
| Canvas.extern*form*cancel*label:	Close
 | ||
| 
 | ||
| Canvas*menu*edit.label:		Edit
 | ||
| Canvas*menu*edit*undo.label:		Undo
 | ||
| Canvas*menu*edit*redo.label:		Redo
 | ||
| Canvas*menu*edit*undosize.label:	Undo Levels...
 | ||
| Canvas*menu*edit*refresh.label:		Refresh
 | ||
| Canvas*menu*edit*cut.label:		Cut
 | ||
| Canvas*menu*edit*copy.label:		Copy
 | ||
| Canvas*menu*edit*paste.label:		Paste
 | ||
| Canvas*menu*edit*clear.label:		Clear
 | ||
| Canvas*menu*edit*all.label:		Select All
 | ||
| Canvas*menu*edit*unselect.label:	Unselect
 | ||
| Canvas*menu*edit*dup.label:		Duplicate
 | ||
| Canvas*menu*edit*erase.label:		Erase All
 | ||
| Canvas*menu*edit*clone_canvas.label:    Clone Canvas
 | ||
| Canvas*menu*edit*clonezoom_canvas.label:   Clone with Zoom
 | ||
| Canvas*menu*edit*screenshot.label:	Screenshot
 | ||
| 
 | ||
| Canvas*menu*line.label:		Line
 | ||
| Canvas*menu*line*linestyle.label:	Line Style...
 | ||
| Canvas*menu*text.label:		Text
 | ||
| Canvas*menu*text*select.label:		Font Browser...
 | ||
| Canvas*menu*text*write.label:		Write text
 | ||
| 
 | ||
| Canvas*menu*region.label:	Region
 | ||
| Canvas*menu*region*flipX.label:		Flip X Axis
 | ||
| Canvas*menu*region*flipY.label:		Flip Y Axis
 | ||
| Canvas*menu*region*rotateTo.label:	Rotate By
 | ||
| Canvas*menu*rotateTo-right.label:	Angle
 | ||
| Canvas*menu*rotateTo-right*rotate1.label:	+90
 | ||
| Canvas*menu*rotateTo-right*rotate2.label:	+45
 | ||
| Canvas*menu*rotateTo-right*rotate3.label:	-45
 | ||
| Canvas*menu*rotateTo-right*rotate4.label:	-90
 | ||
| Canvas*menu*rotateTo-right*rotate5.label:	+180
 | ||
| Canvas*menu*region*rotate.label:	Rotate...
 | ||
| Canvas*menu*region*linear.label:	Linear Transformation...
 | ||
| Canvas*menu*region*reset.label:		Reset
 | ||
| Canvas*menu*region*expand.label:	Expand...
 | ||
| Canvas*menu*region*downscale.label:	Downscale...
 | ||
| Canvas*menu*region*edit.label:		Edit Region
 | ||
| Canvas*menu*region*crop.label:		Crop to Region...
 | ||
| Canvas*menu*region*autocrop.label:	Autocrop...
 | ||
| Canvas*menu*region*complement.label:	Complement Region
 | ||
| Canvas*menu*region*delimit.label:	Delimit Region
 | ||
| Canvas*menu*delimit-right.label:	Delimit
 | ||
| Canvas*menu*delimit-right*delimit1.label:	Monocolor Connected Region
 | ||
| Canvas*menu*delimit-right*delimit2.label:	Complementary of Connected Region
 | ||
| Canvas*menu*delimit-right*delimit3.label:	Monocolor MultiConnected Region
 | ||
| Canvas*menu*delimit-right*delimit4.label:	Complementary of Multiconnected Region
 | ||
| Canvas*menu*delimit-right*delimit5.label:	Color Range Region
 | ||
| Canvas*menu*delimit-right*delimit6.label:	Complementary of Color Range Region
 | ||
| Canvas*menu*delimit-right*delimit7.label:	Cancel
 | ||
| Canvas*menu*region*ocr.label:		OCR
 | ||
| 
 | ||
| 
 | ||
| Canvas*menu*filter.label:	Filters
 | ||
| Canvas*menu*filter*invert.label:	Invert
 | ||
| Canvas*menu*filter*to_grey.label:	Turn into Greyscale
 | ||
| Canvas*menu*filter*contrast.label:	Normalize Contrast...
 | ||
| Canvas*menu*filter*gamma.label:		Transformation RGB/Gamma...
 | ||
| Canvas*menu*filter*floyd_steinberg.label:	Floyd-Steinberg Filter...
 | ||
| Canvas*menu*filter*quantize.label:	Quantize Colors...
 | ||
| Canvas*menu*filter*solarize.label:	Solarize...
 | ||
| Canvas*menu*filter*sharpen.label:	Sharpen
 | ||
| Canvas*menu*filter*merge.label:		Merge...
 | ||
| Canvas*menu*filter*smooth.label:	Smooth...
 | ||
| Canvas*menu*filter*dirfilt.label:	Directional Smooth
 | ||
| Canvas*menu*filter*edge.label:		Edge Detect
 | ||
| Canvas*menu*filter*oil.label:		Oil Paint...
 | ||
| Canvas*menu*filter*noise.label:		Add Noise...
 | ||
| Canvas*menu*filter*spread.label:	Spread...
 | ||
| Canvas*menu*filter*pixelize.label:	Pixelize...
 | ||
| Canvas*menu*filter*emboss.label:	Emboss...
 | ||
| Canvas*menu*filter*despeckle.label:	Despeckle...
 | ||
| Canvas*menu*filter*distort.label:	Distortion...
 | ||
| Canvas*menu*filter*perspective.label:	Perspective...
 | ||
| Canvas*menu*filter*blend.label:		Blend
 | ||
| Canvas*menu*filter*userdef.label:	User Defined Filter
 | ||
| Canvas*menu*filter*last.label:		Repeat Last
 | ||
| Canvas*menu*filter*undo.label:		Undo Last
 | ||
| 
 | ||
| Canvas*menu*selector.label:	Options
 | ||
| Canvas*menu*selector*patterns.label:    Color and Pattern Editor...
 | ||
| Canvas*menu*selector*background.label:  Change Background Color...
 | ||
| Canvas*menu*selector*chroma.label:	Select Color Range...
 | ||
| Canvas*menu*selector*fatbits.label:	Fat Bits Editor...
 | ||
| Canvas*menu*selector*tools.label:	Toolbox...
 | ||
| Canvas*menu*selector*brush.label:	Brush Selector...
 | ||
| Canvas*menu*selector*font.label:	Font Selector...
 | ||
| Canvas*menu*selector*magnifier.label:	Magnifier...
 | ||
| Canvas*menu*selector*c_script.label:	C script Editor...
 | ||
| Canvas*menu*selector*size.label:	Change Size...
 | ||
| Canvas*menu*selector*zoom.label:	Change Zoom...
 | ||
| Canvas*menu*selector*size_zoom_defs.label:	Default Size and Zoom...
 | ||
| Canvas*menu*selector*snap.label:	Snap
 | ||
| Canvas*menu*selector*snap_spacing.label:	Snap Spacing...
 | ||
| Canvas*menu*selector*grid.label:	Visible Grid
 | ||
| Canvas*menu*selector*grid_param.label:	Grid Parameters...
 | ||
| Canvas*menu*selector*transparent.label:	Blinking regions
 | ||
| Canvas*menu*selector*interpolation.label:	Interpolation for reduction
 | ||
| Canvas*menu*selector*simple.label:	Simplified Floating Menu
 | ||
| Canvas*menu*selector*hide_menubar.label:	Hide Menu Bar
 | ||
| Canvas*menu*selector*left_sb.label:	Left Scrollbar
 | ||
| Canvas*menu*selector*top_sb.label:	Top Scrollbar
 | ||
| Canvas*menu*selector*help.label:	Help
 | ||
| 
 | ||
| Canvas*menu*alpha.label:		α
 | ||
| Canvas*menu*alpha*mode0.label:		Mode: RGB
 | ||
| Canvas*menu*alpha*mode1.label:		Mode: RGB+transparency
 | ||
| Canvas*menu*alpha*mode2.label:		Mode: RGB+alpha
 | ||
| Canvas*menu*alpha*mode3.label:		Mode: alpha
 | ||
| Canvas*menu*alpha*rgbedit.label:	Edit RGB+transp. channels...
 | ||
| Canvas*menu*alpha*params.label:		Alpha Parameters...
 | ||
| Canvas*menu*alpha*create.label:		Create alpha channel
 | ||
| Canvas*menu*alpha*set.label:		Set as alpha channel
 | ||
| Canvas*menu*alpha*edit.label:		Edit alpha channel
 | ||
| Canvas*menu*alpha*memory.label:		Memorize alpha channel
 | ||
| Canvas*menu*alpha*delete.label:		Erase alpha channel
 | ||
| 
 | ||
| Canvas*menu*help.label:			Help
 | ||
| Canvas*menu*help*intro.label:		Introduction
 | ||
| Canvas*menu*help*tools.label:		Toolbox
 | ||
| Canvas*menu*help*canvas.label:		Canvas
 | ||
| Canvas*menu*help*about.label:		About
 | ||
| Canvas*menu*help*copyright.label:	Copyright
 | ||
| 
 | ||
| Canvas*memory*popup-menu.label:	Memory Manager
 | ||
| Canvas*memory*stack.label:	Store Region/Canvas
 | ||
| Canvas*memory*recall.label:	Recall Marked Item
 | ||
| Canvas*memory*edit.label:	Edit Marked Item
 | ||
| Canvas*memory*discard.label:	Delete Marked Item
 | ||
| Canvas*memory*scroll.label:	Scroll
 | ||
| Canvas*memory*erase.label:	Erase All
 | ||
| Canvas*memory*origin.label:	Reset Region Origin
 | ||
| Canvas*memory*to_alpha.label:	Region -> Alpha Channel
 | ||
| Canvas*memory*to_mask.label:	Region -> Black&White Mask
 | ||
| Canvas*memory*to_rgba.label:	Region -> RGBα Components
 | ||
| Canvas*memory*merge_rgba.label:	Merge RGBα Channels from Memory...
 | ||
| 
 | ||
| !!!! This starts the Canvas Popup Menu
 | ||
| *paintBox*popup-menu.label:		General Menu
 | ||
| !Popup File Menu
 | ||
| *paintBox*popup-menu.File.label:		File
 | ||
| *paintBox*popup-menu.File-right.label:		File
 | ||
| *paintBox*popup-menu.File-right*open.label:		Open Image...
 | ||
| *paintBox*popup-menu.File-right*save.label:		Save
 | ||
| *paintBox*popup-menu.File-right*saveas.label:		Save As...
 | ||
| *paintBox*popup-menu.File-right*saveregion.label:	Save Region...
 | ||
| *paintBox*popup-menu.File-right*load-mem.label:		Load Clipboard...
 | ||
| *paintBox*popup-menu.File-right*saveconfig.label:	Save Palette...
 | ||
| *paintBox*popup-menu.File-right*loadconfig.label:	Load Palette...
 | ||
| *paintBox*popup-menu.File-right*revert.label:		Revert...
 | ||
| *paintBox*popup-menu.File-right*loaded.label:		Loaded files...
 | ||
| *paintBox*popup-menu.File-right*print.label:		Print...
 | ||
| *paintBox*popup-menu.File-right*extern.label:		External viewer...
 | ||
| *paintBox*popup-menu.File-right*close.label:		Close
 | ||
| !Popup Edit Menu
 | ||
| *paintBox*popup-menu*Edit.label:		Edit
 | ||
| *paintBox*popup-menu.Edit-right.label:		Edit
 | ||
| *paintBox*popup-menu.Edit-right*undo.label:		Undo
 | ||
| *paintBox*popup-menu.Edit-right*redo.label:		Redo
 | ||
| *paintBox*popup-menu.Edit-right.undosize.label:		Undo Levels...
 | ||
| *paintBox*popup-menu.Edit-right*refresh.label:		Refresh
 | ||
| *paintBox*popup-menu.Edit-right*cut.label:		Cut
 | ||
| *paintBox*popup-menu.Edit-right*copy.label:		Copy
 | ||
| *paintBox*popup-menu.Edit-right*paste.label:		Paste
 | ||
| *paintBox*popup-menu.Edit-right*clear.label:		Clear
 | ||
| *paintBox*popup-menu.Edit-right*all.label:		Select All
 | ||
| *paintBox*popup-menu.Edit-right*unselect.label:		Unselect
 | ||
| *paintBox*popup-menu.Edit-right*dup.label:		Duplicate
 | ||
| *paintBox*popup-menu.Edit-right*erase.label:		Erase All
 | ||
| *paintBox*popup-menu.Edit-right.clone_canvas.label:     Clone Canvas
 | ||
| *paintBox*popup-menu.Edit-right.clonezoom_canvas.label:    Clone with Zoom
 | ||
| *paintBox*popup-menu.Edit-right*screenshot.label:	Screenshot
 | ||
| 
 | ||
| ! popup Line Menu
 | ||
| *paintBox*popup-menu.Line.label:	Line
 | ||
| *paintBox*popup-menu.Line-right.label:	Line
 | ||
| *paintBox*popup-menu.Line-right.linestyle.label:	Line Style...
 | ||
| ! popup Font Menu
 | ||
| *paintBox*popup-menu.Text.label:	Text
 | ||
| *paintBox*popup-menu.Text-right.label:	Text
 | ||
| *paintBox*popup-menu.Text-right.select.label:	Font Browser...
 | ||
| *paintBox*popup-menu.Text-right.write.label:	Write Text
 | ||
| !Popup Region Menu
 | ||
| *paintBox*popup-menu.Region.label:		Region
 | ||
| *paintBox*popup-menu.Region-right.label:		Region
 | ||
| *paintBox*popup-menu.Region-right.flipX.label:		Flip X Axis
 | ||
| *paintBox*popup-menu.Region-right.flipY.label:		Flip Y Axis
 | ||
| *paintBox*popup-menu.Region-right.rotateTo.label:	Rotate By
 | ||
| *paintBox*popup-menu.Region-right.rotate.label:	Rotate...
 | ||
| *paintBox*popup-menu.Region-right.rotateTo-right.label:	Angle
 | ||
| *paintBox*popup-menu.Region-right.rotateTo-right*rotate1.label:	+90
 | ||
| *paintBox*popup-menu.Region-right.rotateTo-right*rotate2.label:	+45
 | ||
| *paintBox*popup-menu.Region-right.rotateTo-right*rotate3.label:	-45
 | ||
| *paintBox*popup-menu.Region-right.rotateTo-right*rotate4.label:	-90
 | ||
| *paintBox*popup-menu.Region-right.rotateTo-right*rotate5.label:	+180
 | ||
| *paintBox*popup-menu.Region-right.linear.label:	Linear Transformation...
 | ||
| *paintBox*popup-menu.Region-right.reset.label:	Reset
 | ||
| *paintBox*popup-menu.Region-right.expand.label:	Expand...
 | ||
| *paintBox*popup-menu.Region-right.downscale.label:	Downscale...
 | ||
| *paintBox*popup-menu.Region-right*edit.label:	Edit Region
 | ||
| *paintBox*popup-menu.Region-right.crop.label:	Crop to Region...
 | ||
| *paintBox*popup-menu.Region-right.autocrop.label:	Autocrop
 | ||
| *paintBox*popup-menu.Region-right.complement.label:	Complement Region
 | ||
| *paintBox*popup-menu.Region-right.delimit.label:	Delimitate Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right.delimit:	Delimit
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit1.label:	Monocolor & Connected Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit2.label:	Complement of Connected Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit3.label:	Monocolor & MultiConnected Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit4.label:	Complement of MultiConnected Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit5.label:	Color Range Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit6.label:	Complement of Color Range Region
 | ||
| *paintBox*popup-menu.Region-right.*delimit-right*delimit7.label:	Cancel
 | ||
| *paintBox*popup-menu.Region-right.ocr.label:	OCR
 | ||
| !Popup Filter Menu
 | ||
| *paintBox*popup-menu.Filters.label:		Filters
 | ||
| *paintBox*popup-menu.Filters-right.label:	Filters
 | ||
| *paintBox*popup-menu.Filters-right.invert.label:	Invert
 | ||
| *paintBox*popup-menu.Filters-right.to_grey.label:	Turn into Greyscale
 | ||
| *paintBox*popup-menu.Filters-right.contrast.label:	Normalize Contrast...
 | ||
| *paintBox*popup-menu.Filters-right.gamma.label:		Transformation RGB/Gamma...
 | ||
| *paintBox*popup-menu.Filters-right.floyd_steinberg.label:	Floyd-Steinberg Filter...
 | ||
| *paintBox*popup-menu.Filters-right.quantize.label:	Quantize Colors...
 | ||
| *paintBox*popup-menu.Filters-right.solarize.label:	Solarize...
 | ||
| *paintBox*popup-menu.Filters-right.sharpen.label:	Sharpen
 | ||
| *paintBox*popup-menu.Filters-right.merge.label:		Merge...
 | ||
| *paintBox*popup-menu.Filters-right.smooth.label:	Smooth...
 | ||
| *paintBox*popup-menu.Filters-right.dirfilt.label:	Directional Smooth
 | ||
| *paintBox*popup-menu.Filters-right.edge.label:		Edge Detect
 | ||
| *paintBox*popup-menu.Filters-right.oil.label:		Oil Paint...
 | ||
| *paintBox*popup-menu.Filters-right.noise.label:		Add Noise...
 | ||
| *paintBox*popup-menu.Filters-right.spread.label:	Spread...
 | ||
| *paintBox*popup-menu.Filters-right.pixelize.label:	Pixelize...
 | ||
| *paintBox*popup-menu.Filters-right.emboss.label:	Emboss...
 | ||
| *paintBox*popup-menu.Filters-right.despeckle.label:	Despeckle...
 | ||
| *paintBox*popup-menu.Filters-right.distort.label:	Distortion...
 | ||
| *paintBox*popup-menu.Filters-right.perspective.label:	Perspective...
 | ||
| *paintBox*popup-menu.Filters-right.blend.label:		Blend
 | ||
| *paintBox*popup-menu.Filters-right.userdef.label:	User Defined Filter...
 | ||
| *paintBox*popup-menu.Filters-right.last.label:		Repeat Last
 | ||
| *paintBox*popup-menu.Filters-right.undo.label:		Undo Last
 | ||
| !Popup Selector Menu
 | ||
| *paintBox*popup-menu.Selectors.label:	Selectors
 | ||
| *paintBox*popup-menu.Selectors-right.label:	Selectors
 | ||
| *paintBox*popup-menu.Selectors-right*patterns.label:    Color and Pattern Editor...
 | ||
| *paintBox*popup-menu.Selectors-right*background.label:  Change Background Color...
 | ||
| *paintBox*popup-menu.Selectors-right*chroma.label:	Select Color Range...
 | ||
| *paintBox*popup-menu.Selectors-right*fatbits.label:	Fat Bits Editor...
 | ||
| *paintBox*popup-menu.Selectors-right*tools.label:	Toolbox...
 | ||
| *paintBox*popup-menu.Selectors-right*brush.label:	Brush Selector...
 | ||
| *paintBox*popup-menu.Selectors-right*font.label:	Font Selector...
 | ||
| *paintBox*popup-menu.Selectors-right*magnifier.label:	Magnifier...
 | ||
| *paintBox*popup-menu.Selectors-right*c_script.label:	C script Editor...
 | ||
| *paintBox*popup-menu.Selectors-right*size.label:	Change Size...
 | ||
| *paintBox*popup-menu.Selectors-right*zoom.label:	Change Zoom...
 | ||
| *paintBox*popup-menu.Selectors-right*size_zoom_defs.label:	Default Size and Zoom...
 | ||
| *paintBox*popup-menu.Selectors-right*snap.label:	Snap
 | ||
| *paintBox*popup-menu.Selectors-right*snap_spacing.label:	Snap Spacing...
 | ||
| *paintBox*popup-menu.Selectors-right*grid.label:	Visible Grid
 | ||
| *paintBox*popup-menu.Selectors-right*grid_param.label:	Grid Parameters
 | ||
| *paintBox*popup-menu.Selectors-right*transparent.label:	Blinking regions
 | ||
| *paintBox*popup-menu.Selectors-right*interpolation.label:	Interpolation for reduction
 | ||
| *paintBox*popup-menu.Selectors-right.hide_menubar.label:	Hide Menu Bar
 | ||
| *paintBox*popup-menu.Selectors-right.show_menubar.label:	Show Menu Bar
 | ||
| *paintBox*popup-menu.Selectors-right.left_sb.label:	Left Scrollbar
 | ||
| *paintBox*popup-menu.Selectors-right.top_sb.label:	Top Scrollbar
 | ||
| *paintBox*popup-menu.Selectors-right*help.label:	Help
 | ||
| 
 | ||
| *paintBox*popup-menu.Alpha.label:		Alpha
 | ||
| *paintBox*popup-menu.Alpha-right.label:		Alpha Channel
 | ||
| *paintBox*popup-menu.Alpha-right*mode0.label:		Mode: RGB
 | ||
| *paintBox*popup-menu.Alpha-right*mode1.label:		Mode: RGB+transparence
 | ||
| *paintBox*popup-menu.Alpha-right*mode2.label:		Mode: RGB+alpha
 | ||
| *paintBox*popup-menu.Alpha-right*mode3.label:		Mode: alpha
 | ||
| *paintBox*popup-menu.Alpha-right*rgbedit.label:		Edit RGB+tr channels...
 | ||
| *paintBox*popup-menu.Alpha-right*params.label:		Alpha Parameters...
 | ||
| *paintBox*popup-menu.Alpha-right*create.label:		Create alpha channel
 | ||
| *paintBox*popup-menu.Alpha-right*set.label:		Set as alpha channel
 | ||
| *paintBox*popup-menu.Alpha-right*edit.label:		Edit alpha channel
 | ||
| *paintBox*popup-menu.Alpha-right*memory.label:		Memorize alpha channel
 | ||
| *paintBox*popup-menu.Alpha-right*delete.label:		Erase alpha channel
 | ||
| 
 | ||
| *paintBox*popup-menu.Memory.label:	Memory
 | ||
| *paintBox*popup-menu.Memory-right.label:	Memory Manager
 | ||
| *paintBox*popup-menu.Memory-right*stack.label:	Stack Region/Canvas
 | ||
| *paintBox*popup-menu.Memory-right*recall.label:	Recall Item
 | ||
| *paintBox*popup-menu.Memory-right*edit.label:	Edit Item
 | ||
| *paintBox*popup-menu.Memory-right*discard.label:	Delete Item
 | ||
| *paintBox*popup-menu.Memory-right*erase.label:	Erase All
 | ||
| *paintBox*popup-menu.Memory-right*origin.label:	Reset Region Origin
 | ||
| *paintBox*popup-menu.Memory-right*to_alpha.label:	Region -> Alpha Channel
 | ||
| *paintBox*popup-menu.Memory-right*to_mask.label:		Region -> Black&White Mask
 | ||
| *paintBox*popup-menu.Memory-right*to_rgba.label:		Region -> RGBα Components
 | ||
| *paintBox*popup-menu.Memory-right*merge_rgba.label:	Merge RGBα Channels from Memory...
 | ||
| 
 | ||
| !
 | ||
| !  Filebrowser defaults
 | ||
| !
 | ||
| 
 | ||
| *filebrowser.title:		XPaint / File Browser
 | ||
| *filebrowser*text.width:		400
 | ||
| 
 | ||
| xpaint*brush*box.width: 328
 | ||
| xpaint*brush.title:			XPaint / Brush Selector
 | ||
| xpaint*brush.iconName:			XPaint Brush Selector
 | ||
| 
 | ||
| !
 | ||
| !  Color picker
 | ||
| !
 | ||
| *colorPicker*match.label:		Lookup
 | ||
| *colorPicker*form.Label.width:	50
 | ||
| *colorPicker*Scrollbar.height:	16
 | ||
| 
 | ||
| *chroma.title:			XPaint / Color Range Selection
 | ||
| *chroma.iconName:			XPaint Chroma 
 | ||
| *chroma*varianceLabel.width:	120
 | ||
| *chroma*varianceBar.length:	140
 | ||
| *chroma*delta.label:		Pixel Delta
 | ||
| *chroma*selectModeLabel.label:	Selection Mode
 | ||
| *chroma*mode0.label:		All Hues
 | ||
| *chroma*mode1.label:		Omit Hue Range
 | ||
| *chroma*mode2.label:		Hue Range
 | ||
| *chroma*Label.justify:		left
 | ||
| 
 | ||
| xpaint*popup-dialog-form*label.justify:		left
 | ||
| Canvas*popup-dialog-form*label.justify: 	left
 | ||
| 
 | ||
| *colorEditDialog.title:		XPaint / Color Selector
 | ||
| 
 | ||
| 
 | ||
| xpaint*helpDialog.title:		XPaint / Help Browser
 | ||
| xpaint*helpDialog.iconName:		XPaint Help
 | ||
| xpaint*helpDialog.form.title.label:	XPaint 2.9.10.2 Help & Information
 | ||
| xpaint*helpDialog*textTitle.width:	560
 | ||
| xpaint*helpDialog*textText.width:	560
 | ||
| xpaint*helpDialog*textText.height:	356
 | ||
| xpaint*helpDialog*topicPort.width:	250
 | ||
| xpaint*helpDialog*topicPort.height:	380
 | ||
| xpaint*helpDialog*done.label:		Done
 | ||
| xpaint*helpDialog*next.label:		Next
 | ||
| xpaint*helpDialog*prev.label:		Previous
 | ||
| xpaint*helpDialog*down.label:		Pg Down
 | ||
| xpaint*helpDialog*up.label:		Pg Up
 | ||
| 
 | ||
| xpaint*magnifier.title:			XPaint / Magnifier
 | ||
| xpaint*magnifier*rotate.label:		Rotation
 | ||
| xpaint*magnifier*symmetry.label:	symmeTry
 | ||
| xpaint*magnifier*freeze.label:		Freeze
 | ||
| xpaint*magnifier*smooth.label:		Smooth
 | ||
| xpaint*magnifier*info.label:		Info
 | ||
| xpaint*magnifier*memory.label:		Memory
 | ||
| xpaint*magnifier*canvas.label:		Canvas
 | ||
| xpaint*magnifier*exit.label:		Quit
 | ||
| 
 | ||
| xpaint*filebrowser*dpi.label:		DPI
 | ||
| xpaint*filebrowser*page.label:		Page
 | ||
| xpaint*filebrowser*zoom.label:		Zoom
 | ||
| xpaint*filebrowser*refresh.label:	Refresh
 | ||
| xpaint*filebrowser*delete.label:	Delete
 | ||
| xpaint*filebrowser*edit.label:		Edit
 | ||
| xpaint*filebrowser*create.label:	Create LXP
 | ||
| 
 |