saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-16 16:52:59 +02:00 committed by Hans Wurst
parent 3a139f015e
commit a8450c09bb
3 changed files with 2863 additions and 0 deletions

View File

@ -0,0 +1,958 @@
! $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.3 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

View File

@ -0,0 +1,955 @@
! $Id: XPaint_es.ad.in,v 1.3 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_es
xpaint*msgFile: messages/Messages_es
! 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*Box.background: grey91
xpaint*textSink*foreground: black
xpaint*foreground: black
xpaint*vport*files*background: #f7f7f0
Canvas*vport*files*background: #f7f7f0
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: Aceptar
*stopit.label: Cancelar
*cancel.label: Terminar
*close.label: Cerrar
*apply.label: Aplicar
*hidden.label: Archivos Escondidos
*quality.label: Calidad JPEG
*ongoing.label: Continuo
*alert.title: Atención
Canvas*fatbits.title: XPaint / Editor de Detalles
Canvas*fatbits.iconName: XPaint Detalles
Canvas*fatbits*done.label: Terminar
Canvas*fatbits*refresh.label: Renovar
xpaint*xleft.label: <
xpaint*xright.label: >
xpaint*xxleft.label: «
xpaint*xxright.label: »
!
! Font Selector
!
xpaint*fontSelect.title: XPaint / Selección de Fuentes
xpaint*fontSelect.iconName: XPaint Fuentes
xpaint*fontSelect*vport.height: 280
xpaint*fontSelect*text.width: 620
xpaint*fontSelect*text.height: 70
xpaint*fontSelect*spacing.width: 180
xpaint*fontSelect*edittoggle.label: Editar
xpaint*fontSelect*apply.label: Aplicar
xpaint*fontSelect*done.label: Cerrar
xpaint*fontSelect*spacingLabel.label: Espacio
xpaint*fontSelect*familyLabel.label: Tipos de Fuentes
xpaint*fontSelect*weightLabel.label: Peso/Estilo
xpaint*fontSelect*pointSelectLabel.label: Puntos
xpaint*fontSelect*rotationLabel.label: Rotación
xpaint*fontSelect*inclinationLabel.label: Inclinación
xpaint*fontSelect*dilationLabel.label: Dilación
xpaint*fontSelect*linespacingLabel.label: Interlinear
xpaint*fontSelect*xftNameLabel.label: Nombre Freetype
xpaint*fontSelect*fontNameLabel.label: Nombre Tipo X
xpaint*fontSelect*fontName.width: 450
xpaint*fontSelect*text_file.label: Archivo
xpaint*fontSelect*text_fileMenu*load.label: Cargar archivo
xpaint*fontSelect*text_fileMenu*save.label: Guardar
xpaint*fontSelect*text_fileMenu*saveas.label: Guardar como...
xpaint*fontSelect*text_fileMenu*editor.label: Editor externo...
xpaint*fontSelect*text_sample.label: Texto
xpaint*fontSelect*text_sampleMenu*default.label: Por Defecto
xpaint*fontSelect*text_sampleMenu*erase.label: Borrar Totalmente
xpaint*fontSelect*text_sampleMenu*record.label: Registrar
!
! The Pattern Editor
!
xpaint*pattern.title: XPaint / Selector de Colores y Motivos
xpaint*pattern*paint.zoom: 6
xpaint*pattern*palette.label: Paleta
xpaint*pattern*palette*saveconfig.label: Guardar la Paleta...
xpaint*pattern*palette*loadconfig.label: Cargar una Paleta...
xpaint*pattern*palette*markselected.label: Marcar Motivo Seleccionado
xpaint*pattern*palette*unmark.label: Quitar la Marca
xpaint*pattern*palette*loadmarked.label: Cargar Motivo Marcado
xpaint*pattern*palette*delete.label: Suprimir Motivo Marcado
xpaint*pattern*canvas.label: Archivo
xpaint*pattern*canvas*read.label: Cargar Imagen
xpaint*pattern*canvas*save.label: Guardar como...
xpaint*pattern*canvas*close.label: Cerrar
xpaint*pattern*edit.label: Editar
xpaint*pattern*edit*undo.label: Deshacer
xpaint*pattern*edit*cut.label: Cortar
xpaint*pattern*edit*copy.label: Copiar
xpaint*pattern*edit*paste.label: Pegar
xpaint*pattern*edit*clear.label: Borrar
xpaint*pattern*edit*dup.label: Duplicar
xpaint*pattern*edit*all.label: Seleccionar Todo
xpaint*pattern*popup-menu*select.label: Seleccionar...
xpaint*pattern*line.label: Trazo
xpaint*pattern*line*linestyle.label: Tipos de Líneas...
xpaint*pattern*lookup.label: Coger
xpaint*pattern*grab.label: Capturar
xpaint*pattern*select.label: Guardar
xpaint*pattern*asbg.label: Color de Fondo
xpaint*pattern*asbrush.label: como Pincel
xpaint*pattern*size.label: Tamaño
xpaint*pattern*size*other.label: Seleccionar...
xpaint*pattern*image.label: Imagen
xpaint*pattern*image*grid.label: Cuadrícula Visible
xpaint*pattern*image*grid_param.label: Parámetros de Cuadrícula...
xpaint*pattern*image*zoom.label: Escala/Zoom
xpaint*pattern*image*background.label: Color de Fondo...
xpaint*pattern*help.label: Ayuda
xpaint*pattern*help*help.label: Ayuda...
xpaint*pattern*viewport*vertical.thickness: 14
xpaint*patternRackForm*popup-menu.label: Motivo
xpaint*patternRackForm*popup-menu.mark.label: Señalar
xpaint*patternRackForm*popup-menu.unmark.label: Quitar Señal
xpaint*patternRackForm*popup-menu.loadpattern.label: Cargar
xpaint*patternRackForm*popup-menu.edit.label: Editar
xpaint*patternRackForm*popup-menu.remove.label: Suprimir
xpaint*patternRackForm*popup-menu.help.label: Ayuda
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: Archivo
xpaint*toolbox*canvas*open.label: Abrir Imagen...
xpaint*toolbox*canvas*loaded.label: Archivos Cargados...
xpaint*toolbox*canvas*new.label: Nuevo Lienzo
xpaint*toolbox*canvas*new-size.label: Lienzo de dimensiones específicas...
xpaint*toolbox*canvas*magnifier.label: Lupa...
xpaint*toolbox*canvas*screenshot.label: Captura de Pantalla...
xpaint*toolbox*canvas*about.label: Respecto a...
xpaint*toolbox*canvas*quit.label: Cerrar XPaint
xpaint*toolbox*other.label: Pincel
xpaint*toolbox*other*brushSelect.label: Seleccionar Pincel
xpaint*toolbox*other*sprayEdit.label: Modo Pulverizador
xpaint*toolbox*help.label: Ayude
xpaint*toolbox*help*intro.label: Introdución
xpaint*toolbox*help*tools.label: Caja de Herramientas
xpaint*toolbox*help*canvas.label: Lienzos
xpaint*toolbox*help*about.label: Respecto a
xpaint*toolbox*help*copyright.label: Licencia
xpaint*toolbox*help*tooltips.label: Sugerencias
!
! Operation popup menus
!
xpaint*toolbox*pencil.popup-menu.label: Lápiz
xpaint*toolbox*dotPencil.popup-menu.label: Lápiz difuso
xpaint*toolbox*dynpencil.popup-menu.label: Lápiz dinámico
xpaint*toolbox*dynpencil.popup-menu.autofinish.label: Auto-Acabado
xpaint*toolbox*dynpencil.popup-menu.select.label: Parámetros...
xpaint*toolbox*brush.popup-menu.label: Pincel
xpaint*toolbox*brush.popup-menu.opaque.label: Opaco
xpaint*toolbox*brush.popup-menu.transparent.label: Transparente
xpaint*toolbox*brush.popup-menu.stain.label: Sobreimpresión
xpaint*toolbox*brush.popup-menu.select.label: Seleccionar Pincel...
xpaint*toolbox*brush.popup-menu.parmam.label: Parámetros...
xpaint*toolbox*erase.popup-menu.label: Goma
xpaint*toolbox*erase.popup-menu.original.label: Normal
xpaint*toolbox*erase.popup-menu.select.label: Seleccionar Brocha...
xpaint*toolbox*spray.popup-menu.label: Pulverizador
xpaint*toolbox*spray.popup-menu.gauss.label: Gauss
xpaint*toolbox*spray.popup-menu.select.label: Cambiar Parámetros...
xpaint*toolbox*smear.popup-menu.label: Difusor
xpaint*toolbox*smear.popup-menu.select.label: Seleccionar Brocha...
xpaint*toolbox*line.popup-menu.label: Línea Recta
xpaint*toolbox*arc.popup-menu.label: Arco
xpaint*toolbox*arc.popup-menu*connect.label: Arco de círculo
xpaint*toolbox*arc.popup-menu*quadrant.label: Cuarto de elipse
xpaint*toolbox*arc.popup-menu*centered.label: Arco de elipse centrada
xpaint*toolbox*arc.popup-menu*boxed.label: Arco de elipse encuadrada
xpaint*toolbox*arrow.popup-menu*boxed.label: Punta de flecha
xpaint*toolbox*arrow.popup-menu*head_only.label: Punta sola
xpaint*toolbox*arrow.popup-menu*param.label: Parámetros...
xpaint*toolbox*popup-menu*center.label: Centro
xpaint*toolbox*line.popup-menu*multi.label: Gavilla
xpaint*toolbox*line.popup-menu*vector.label: Vector
xpaint*toolbox*line.popup-menu*param.label: Parámetros de la flecha...
xpaint*toolbox*fill.popup-menu.label: Relleno
xpaint*toolbox*gradientFill.popup-menu.label: Relleno Degradado
xpaint*toolbox*gradientFill.popup-menu.param.label: Parámetros...
xpaint*toolbox*fractalFill.popup-menu.label: Relleno Fractal
xpaint*toolbox*fractalFill.popup-menu.param.label: Seleccionar Densidad...
xpaint*toolbox*fractalFill.popup-menu.plasma.label: Plasma
xpaint*toolbox*fractalFill.popup-menu.clouds.label: Nubes
xpaint*toolbox*fractalFill.popup-menu.landscape.label: Tierra/Mar
! Next 3 lines are common for all fill operators
xpaint*toolbox*popup-menu.fill.label: Relleno de Zona
xpaint*toolbox*popup-menu.fill_color.label: Relleno de Color
xpaint*toolbox*popup-menu.fill_range.label: Relleno de Gama de Colores
xpaint*toolbox*popup-menu.radial.label: Radial
xpaint*toolbox*popup-menu.linear.label: Lineal
xpaint*toolbox*popup-menu.conical.label: Cónica
xpaint*toolbox*popup-menu.square.label: Cuadrada
xpaint*toolbox*box.popup-menu.rectangle.label: Rectángulo
xpaint*toolbox*box.popup-menu.round.label: Esquinas rondas
xpaint*toolbox*box.popup-menu.param.label: Parámetros...
xpaint*toolbox*popup-menu.ellipse.label: Elipse
xpaint*toolbox*text.popup-menu.label: Texto
xpaint*toolbox*text.popup-menu.select.label: Seleccionar Fuente...
xpaint*toolbox*selectBox.popup-menu.label: Región Rectangular
xpaint*toolbox*selectBox.popup-menu.round.label: Esquinas rondas
xpaint*toolbox*selectBox.popup-menu.param.label: Parámetros...
xpaint*toolbox*selectEllipse.popup-menu.label: Región Elíptica
xpaint*toolbox*popup-menu.arbitrary.label: Polígono arbitrario
xpaint*toolbox*popup-menu.regular.label: Polígono regular
xpaint*toolbox*popup-menu.starlike.label: Polígono estrellado
xpaint*toolbox*selectPolygon.popup-menu.label: Región Poligonal
xpaint*toolbox*selectPolygon.popup-menu.param.label: Parámetros...
xpaint*toolbox*selectFreehand.popup-menu.label: Región de Forma libre
xpaint*toolbox*selectSpline.popup-menu.label: Región Spline
xpaint*toolbox*selectSpline.popup-menu.open.label: Abierta
xpaint*toolbox*selectSpline.popup-menu.closed.label: Cerrada
xpaint*toolbox*selectSpline.popup-menu.closed_up.label: Acabada
! Next 3 lines are common for all select operators
xpaint*toolbox*popup-menu.shape.label: Todos los Colores
xpaint*toolbox*popup-menu.not_color.label: Omitir Intervalo de Colores
xpaint*toolbox*popup-menu.only_color.label: Capturar Intervalo de Colores
! Next line is common for all fill and select operators
xpaint*toolbox*popup-menu.select.label: Selección Intervalo...
xpaint*toolbox*box.popup-menu.label: Rectángulo
xpaint*toolbox*filledBox.popup-menu.label: Rectángulo Relleno
xpaint*toolbox*filledBox.popup-menu.round.label: Esquinas rondas
xpaint*toolbox*filledBox.popup-menu.param.label: Parámetros...
xpaint*toolbox*ellipse.popup-menu.label: Elipse
xpaint*toolbox*filledEllipse.popup-menu.label: Elipse Rellena
xpaint*toolbox*brokenline.popup-menu.label: Línea Poligonal
xpaint*toolbox*spline.popup-menu.label: Curva Spline
xpaint*toolbox*spline.popup-menu.open.label: Abierta
xpaint*toolbox*spline.popup-menu.closed.label: Cerrada
xpaint*toolbox*spline.popup-menu.closed_up.label: Acabada
xpaint*toolbox*filledSpline.popup-menu.label: Curva Spline Rellena
xpaint*toolbox*filledSpline.popup-menu.open.label: Abierta
xpaint*toolbox*filledSpline.popup-menu.closed.label: Cerrada
xpaint*toolbox*filledSpline.popup-menu.closed_up.label: Acabada
xpaint*toolbox*polygon.popup-menu.label: Polígono
xpaint*toolbox*polygon.popup-menu.param.label: Parámetros...
xpaint*toolbox*filledPolygon.popup-menu.label: Polígono Relleno
xpaint*toolbox*filledPolygon.popup-menu.param.label: Parámetros...
xpaint*toolbox*freehand.popup-menu.label: Forma Libre
xpaint*toolbox*freehand.popup-menu.open.label: Abierta
xpaint*toolbox*freehand.popup-menu.closed.label: Cerrada
xpaint*toolbox*filledFreehand.popup-menu.label: Forme Libre Rellena
xpaint*script_files.label: Archivo
xpaint*script_files*load.label: Cargar
xpaint*script_files*save.label: Guardar
xpaint*script_files*saveas.label: Guardar como...
xpaint*script_files*editor.label: Editor externo...
xpaint*script_files*close.label: Cerrar
xpaint*script_predef.label: Ejemplos
xpaint*script_predef*filters.label: Filtros
xpaint*script_predef*images.label: Imágenes
xpaint*script_predef*3d_curves.label: Curvas 3D
xpaint*script_predef*3d_surfaces.label: Superficie 3D
xpaint*script_predef*layers.label: Copias
xpaint*script_predef*procedures.label: Procedimientos
xpaint*script_predef*batch.label: Batch
xpaint*script_predef*help.label: Ayuda
xpaint*compile.label: Compilar
!
! Canvas area menu pulldowns
!
Canvas*menu*file.label: Archivo
Canvas*menu*file*open.label: Abrir Imagen...
Canvas*menu*file*save.label: Guardar
Canvas*menu*file*saveas.label: Guardar como...
Canvas*menu*file*saveregion.label: Guardar Región...
Canvas*menu*file*load-mem.label: Cargar el Portapapeles...
Canvas*menu*file*saveconfig.label: Guardar Paleta...
Canvas*menu*file*loadconfig.label: Cargar Paleta...
Canvas*menu*file*revert.label: Versión anterior...
Canvas*menu*file*loaded.label: Archivos Cargados...
Canvas*menu*file*print.label: Imprimir...
Canvas*menu*file*extern.label: Visualizador Externo...
Canvas*menu*file*close.label: Cerrar
Canvas.print*title: Administrador de impresión
Canvas.print*form*menu*format.label: Formato
Canvas.print*form*portraitlabel.label: Retrato
Canvas.print*form*portraittoggle.label: X
Canvas.print*form*landscapelabel.label: Paisaje
Canvas.print*form*landscapelabel.horizDistance: 157
Canvas.print*form*landscapetoggle.label: X
Canvas.print*form*graylabel.label: Gris
Canvas.print*form*graytoggle.label: X
Canvas.print*form*compresslabel.label: Comprimir
Canvas.print*form*compresslabel.horizDistance: 35
Canvas.print*form*compresstoggle.label: X
Canvas.print*form*pdflabel.label: PDF
Canvas.print*form*pdflabel.horizDistance: 63
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: Dimensiones del dibujo
Canvas.print*form*positionlabel.label: Posición del dibujo
Canvas.print*form*samplinglabel.label: Ajuste Subdivisión
Canvas.print*form*printlabel.label: Comando Impresión
Canvas.print*form*filelabel.label: Archivo a Escribir
Canvas.print*form*psviewlabel.label: Visualizador PS
Canvas.print*form*resultlabel*label: Resultado
Canvas.print*form*portraittoggle*horizDistance: 90
Canvas.print*form*landscapelabel*horizDistance: 150
Canvas.print*form*landscapetoggle*horizDistance: 206
Canvas.print*form*graylabel*horizDistance: 288
Canvas.print*form*graytoggle*horizDistance: 322
Canvas.print*form*formattype*string: A4
Canvas.print*form*formattype*horizDistance: 10
Canvas.print*form*sizevalue*string: 100%
Canvas.print*form*sizevalue*horizDistance: 168
Canvas.print*form*positionvalue*horizDistance: 168
Canvas.print*form*samplingvalue*string: 1 x 1
Canvas.print*form*samplingvalue*horizDistance: 168
Canvas.print*form*printcmd*string: lpr
Canvas.print*form*printcmd*horizDistance: 168
Canvas.print*form*printtoggle.label: X
Canvas.print*form*filetoggle.label: X
Canvas.print*form*filename*horizDistance: 168
Canvas.print*form*psviewcmd*horizDistance: 168
Canvas.print*form*printresult.width: 240
Canvas.print*form*printresult*foreground: Red
Canvas.print*form*print*horizDistance: 40
Canvas.print*form*print.label: Imprimir
Canvas.print*form*preview.label: Visualizar
Canvas.print*form*cancel.label: Cerrar
Canvas.print*form*psviewcmd*string: gv
Canvas.extern*form*extviewcmd*string: display
Canvas.extern*title: Visualizador externo
Canvas.extern*form*format.label: Formato de cambio
Canvas.extern*form*formatlabel*label: PPM
Canvas.extern*form*extviewlabel*label: Comando
Canvas.extern*form*view*label: Visualizar
Canvas.extern*form*cancel*label: Cerrar
Canvas*menu*edit.label: Editar
Canvas*menu*edit*undo.label: Deshacer
Canvas*menu*edit*redo.label: Rehacer
Canvas*menu*edit*undosize.label: Nivel Memoria...
Canvas*menu*edit*refresh.label: Renovar
Canvas*menu*edit*cut.label: Cortar
Canvas*menu*edit*copy.label: Copiar
Canvas*menu*edit*paste.label: Pegar
Canvas*menu*edit*clear.label: Borrar
Canvas*menu*edit*all.label: Seleccionar Todo
Canvas*menu*edit*unselect.label: Quitar Selección
Canvas*menu*edit*dup.label: Duplicar
Canvas*menu*edit*erase.label: Borrar Totalmente
Canvas*menu*edit*clone_canvas.label: Clon de Lienzo
Canvas*menu*edit*clonezoom_canvas.label: Clon con Zoom
Canvas*menu*edit*screenshot.label: Capturar...
Canvas*menu*line.label: Trazo
Canvas*menu*line*linestyle.label: Tipos de Líneas...
Canvas*menu*text.label: Texto
Canvas*menu*text*select.label: Selección de Fuentes...
Canvas*menu*text*write.label: Escribir Texto
Canvas*menu*region.label: Región
Canvas*menu*region*flipX.label: Simetría axial X
Canvas*menu*region*flipY.label: Simetría axial Y
Canvas*menu*region*rotateTo.label: Rotación del ángulo
Canvas*menu*rotateTo-right.label: Ángulo
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: Rotación...
Canvas*menu*region*linear.label: Transformación Lineal...
Canvas*menu*region*reset.label: Restablecer Geometría
Canvas*menu*region*expand.label: Dilatar...
Canvas*menu*region*downscale.label: Reducir...
Canvas*menu*region*edit.label: Editar la Región
Canvas*menu*region*crop.label: Disminuir en la Región...
Canvas*menu*region*autocrop.label: Auto-Disminución
Canvas*menu*region*complement.label: Complementar Región
Canvas*menu*region*delimit.label: Delimitar una Región
Canvas*menu*delimit-right.label: Delimitar
Canvas*menu*delimit-right*delimit1.label: Región Conectada Monocolor
Canvas*menu*delimit-right*delimit2.label: Complemento de Región Conectada Monocolor
Canvas*menu*delimit-right*delimit3.label: Región MultiConectada Monocolor
Canvas*menu*delimit-right*delimit4.label: Complemento de Región MultiConectada Monocolor
Canvas*menu*delimit-right*delimit5.label: Región de Gama de Colores
Canvas*menu*delimit-right*delimit6.label: Complemento de Región de Gama de Colores
Canvas*menu*delimit-right*delimit7.label: Cancelar
Canvas*menu*region*ocr.label: OCR
Canvas*menu*filter.label: Filtros
Canvas*menu*filter*invert.label: Invertir Colores
Canvas*menu*filter*to_grey.label: Conversión a Grises
Canvas*menu*filter*contrast.label: Normalizar Contraste...
Canvas*menu*filter*gamma.label: Transformación RVA/Gamma...
Canvas*menu*filter*floyd_steinberg.label: Filtro de Floyd-Steinberg...
Canvas*menu*filter*quantize.label: Cuantificar Colores...
Canvas*menu*filter*solarize.label: Iluminar...
Canvas*menu*filter*sharpen.label: Endurecer Contraste
Canvas*menu*filter*merge.label: Combinar la región...
Canvas*menu*filter*smooth.label: Efecto Degradado Borroso...
Canvas*menu*filter*dirfilt.label: Degradado Borroso Direccional
Canvas*menu*filter*edge.label: Detectar Bordes
Canvas*menu*filter*oil.label: Pintura al Óleo...
Canvas*menu*filter*noise.label: Ruido en el Color...
Canvas*menu*filter*spread.label: Dispersión de Píxeles...
Canvas*menu*filter*pixelize.label: Pixelar...
Canvas*menu*filter*emboss.label: Relieve...
Canvas*menu*filter*despeckle.label: Suprimir Granulosidad...
Canvas*menu*filter*distort.label: Distorsión...
Canvas*menu*filter*perspective.label: Perspectiva...
Canvas*menu*filter*blend.label: Mezcla Radial
Canvas*menu*filter*userdef.label: Filtro Programable...
Canvas*menu*filter*last.label: Repetir Último Filtro
Canvas*menu*filter*undo.label: Deshacer Último Filtro
Canvas*menu*selector.label: Opción
Canvas*menu*selector*patterns.label: Editor Colores y Motivos...
Canvas*menu*selector*background.label: Color de Fondo...
Canvas*menu*selector*chroma.label: Variante Cromática...
Canvas*menu*selector*fatbits.label: Editor Detalles...
Canvas*menu*selector*tools.label: Caja de Herramientas...
Canvas*menu*selector*brush.label: Selector de Pinceles...
Canvas*menu*selector*font.label: Selector de Fuentes...
Canvas*menu*selector*magnifier.label: Lupa...
Canvas*menu*selector*c_script.label: Editor de scripts C...
Canvas*menu*selector*size.label: Cargar Dimensiones Lienzos...
Canvas*menu*selector*zoom.label: Cargar Zoom...
Canvas*menu*selector*size_zoom_defs.label: Dimensiones y Zoom por Defecto...
Canvas*menu*selector*snap.label: Movimientos cuantificados
Canvas*menu*selector*snap_spacing.label: Espacio cuantificado...
Canvas*menu*selector*grid.label: Cuadrícula Visible
Canvas*menu*selector*grid_param.label: Parámetros de Cuadrícula...
Canvas*menu*selector*transparent.label: Regiones intermitentes
Canvas*menu*selector*interpolation.label: Interpolación por reducción
Canvas*menu*selector*simple.label: Menú Flotante Simplificado
Canvas*menu*selector*hide_menubar.label: Ocultar Barra de Menús
Canvas*menu*selector*left_sb.label: Banda de enrollamiento a la Izquierda
Canvas*menu*selector*top_sb.label: Banda de enrollamiento por Encima
Canvas*menu*selector*help.label: Ayuda
Canvas*menu*alpha.label: α
Canvas*menu*alpha*mode0.label: Modo: RVA
Canvas*menu*alpha*mode1.label: Modo: RVA+transparencia
Canvas*menu*alpha*mode2.label: Modo: RVA+alfa
Canvas*menu*alpha*mode3.label: Modo: alfa
Canvas*menu*alpha*rgbedit.label: Editar canales RVA+transp. ...
Canvas*menu*alpha*params.label: Parámetros canal Alfa...
Canvas*menu*alpha*create.label: Crear canal alfa
Canvas*menu*alpha*set.label: Establecer como canal alfa
Canvas*menu*alpha*edit.label: Editar canal alfa
Canvas*menu*alpha*memory.label: Memorizar canal alfa
Canvas*menu*alpha*delete.label: Suprimir canal alf
Canvas*menu*help.label: Ayuda
Canvas*menu*help*intro.label: Introducción
Canvas*menu*help*tools.label: Caja de Herramientas
Canvas*menu*help*canvas.label: Lienzo gráfico
Canvas*menu*help*about.label: En relación a
Canvas*menu*help*copyright.label: Licencia
Canvas*memory*popup-menu.label: Administrador de Memoria
Canvas*memory*stack.label: Memorizar Región/Lienzo
Canvas*memory*recall.label: Devolver Objeto Marcado
Canvas*memory*edit.label: Editar Objeto Marcado
Canvas*memory*discard.label: Borrar Objeto Marcado
Canvas*memory*scroll.label: Arrollar
Canvas*memory*erase.label: Borrar Toda Memoria
Canvas*memory*origin.label: Reengastar Origen de la Región
Canvas*memory*to_alpha.label: Región -> Canal Alfa
Canvas*memory*to_mask.label: Región -> Máscara Blanco y Negro
Canvas*memory*to_rgba.label: Región -> Componentes RVAα
Canvas*memory*merge_rgba.label: Combinar canales RVAα en Memoria...
!!!! This starts the Canvas Popup Menu
*paintBox*popup-menu.label: Menú General
!Popup File Menu
*paintBox*popup-menu.File.label: Archivo
*paintBox*popup-menu.File-right.label: Archivo
*paintBox*popup-menu.File-right.open.label: Abrir Imagen...
*paintBox*popup-menu.File-right.save.label: Guardar
*paintBox*popup-menu.File-right.saveas.label: Guardar como...
*paintBox*popup-menu.File-right.saveregion.label: Guardar Región...
*paintBox*popup-menu.File-right.load-mem.label: Cargar el Portapapeles...
*paintBox*popup-menu.File-right.revert.label: Versión anterior...
*paintBox*popup-menu.File-right.loaded.label: Archivos Cargados...
*paintBox*popup-menu.File-right.print.label: Imprimir...
*paintBox*popup-menu.File-right.extern.label: Visualizador Externo...
*paintBox*popup-menu.File-right.close.label: Cerrar
!Popup Edit Menu
*paintBox*popup-menu.Edit.label: Editar
*paintBox*popup-menu.Edit-right.label: Editar
*paintBox*popup-menu.Edit-right.undo.label: Deshacer
*paintBox*popup-menu.Edit-right.redo.label: Rehacer
*paintBox*popup-menu.Edit-right.undosize.label: Nivel Memoria...
*paintBox*popup-menu.Edit-right.refresh.label: Refrescar
*paintBox*popup-menu.Edit-right.cut.label: Cortar
*paintBox*popup-menu.Edit-right.copy.label: Copiar
*paintBox*popup-menu.Edit-right.paste.label: Pegar
*paintBox*popup-menu.Edit-right.clear.label: Borrar
*paintBox*popup-menu.Edit-right.all.label: Seleccionar Todo
*paintBox*popup-menu.Edit-right.unselect.label: Quitar Selección
*paintBox*popup-menu.Edit-right.dup.label: Duplicar
*paintBox*popup-menu.Edit-right.erase.label: Borrar Totalmente
*paintBox*popup-menu.Edit-right.clone_canvas.label: Clon de Lienzo
*paintBox*popup-menu.Edit-right.clonezoom_canvas.label: Clon con Zoom
*paintBox*popup-menu.Edit-right.screenshot.label: Capturar...
! popup Line Menu
*paintBox*popup-menu.Line.label: Trazo
*paintBox*popup-menu.Line-right.label: Trazo
*paintBox*popup-menu.Line-right.linestyle.label: Tipos de Líneas...
! popup Font Menu
*paintBox*popup-menu.Text.label: Texto
*paintBox*popup-menu.Text-right.label: Texto
*paintBox*popup-menu.Text-right.select.label: Selección de Fuentes...
*paintBox*popup-menu.Text-right.write.label: Escribir Texto
!Popup Region Menu
*paintBox*popup-menu.Region.label: Región
*paintBox*popup-menu.Region-right.label: Región
*paintBox*popup-menu.Region-right.flipX.label: Simetría axial X
*paintBox*popup-menu.Region-right.flipY.label: Simetría axial Y
*paintBox*popup-menu.Region-right.rotateTo.label: Rotación Ángular
*paintBox*popup-menu.Region-right.rotate.label: Rotación...
*paintBox*popup-menu.Region-right.rotateTo-right.label: Ángulo
*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: Transformación Lineal...
*paintBox*popup-menu.Region-right.reset.label: Restablecer Geometría
*paintBox*popup-menu.Region-right.expand.label: Dilatar...
*paintBox*popup-menu.Region-right.downscale.label: Reducir...
*paintBox*popup-menu.Region-right.crop.label: Disminuir la Región...
*paintBox*popup-menu.Region-right.autocrop.label: Auto-Disminución
*paintBox*popup-menu.Region-right.complement.label: Complementar Región
*paintBox*popup-menu.Region-right.delimit.label: Delimitar la Región
*paintBox*popup-menu.Region-right.delimit-right.label: Delimitar
*paintBox*popup-menu.Region-right.delimit-right*delimit1.label: Región Conectada Monocolor
*paintBox*popup-menu.Region-right.delimit-right*delimit2.label: Complemento de Región Conectada Monocolor
*paintBox*popup-menu.Region-right.delimit-right*delimit3.label: Región MultiConectada Monocolor
*paintBox*popup-menu.Region-right.delimit-right*delimit4.label: Complemento de Región MultiConectada Monocolor
*paintBox*popup-menu.Region-right.delimit-right*delimit5.label: Región de Gama de Colores
*paintBox*popup-menu.Region-right.delimit-right*delimit6.label: Complemento de Región de Gama de Colores
*paintBox*popup-menu.Region-right.delimit-right*delimit7.label: Cancelar
*paintBox*popup-menu.Region-right.ocr.label: OCR
*paintBox*popup-menu.Region-right.edit.label: Editar la Región
!Popup Filter Menu
*paintBox*popup-menu.Filters.label: Filtros
*paintBox*popup-menu.Filters-right.label: Filtros
*paintBox*popup-menu.Filters-right.invert.label: Invertir Colores
*paintBox*popup-menu.Filters-right.to_grey.label: Conversión a Grises
*paintBox*popup-menu.Filters-right.contrast.label: Normalizar Contraste...
*paintBox*popup-menu.Filters-right.gamma.label: Transformación RVA/Gamma...
*paintBox*popup-menu.Filters-right.floyd_steinberg.label: Filtro de Floyd-Steinberg...
*paintBox*popup-menu.Filters-right.quantize.label: Cuantificar Colores...
*paintBox*popup-menu.Filters-right.solarize.label: Iluminar...
*paintBox*popup-menu.Filters-right.sharpen.label: Aumentar Contraste
*paintBox*popup-menu.Filters-right.merge.label: Combinar la Región...
*paintBox*popup-menu.Filters-right.smooth.label: Efecto Degradado Borroso...
*paintBox*popup-menu.Filters-right.dirfilt.label: Degradado Borroso Direccional
*paintBox*popup-menu.Filters-right.edge.label: Detectar Bordes
*paintBox*popup-menu.Filters-right.oil.label: Pintura al Óleo...
*paintBox*popup-menu.Filters-right.noise.label: Ruido en el Color...
*paintBox*popup-menu.Filters-right.spread.label: Dispersión de Píxeles...
*paintBox*popup-menu.Filters-right.pixelize.label: Pixelar...
*paintBox*popup-menu.Filters-right.emboss.label: Relieve...
*paintBox*popup-menu.Filters-right.despeckle.label: Suprimir Granulosidad...
*paintBox*popup-menu.Filters-right.distort.label: Distorsión...
*paintBox*popup-menu.Filters-right.perspective.label: Perspectiva...
*paintBox*popup-menu.Filters-right.blend.label: Mezcla Radial
*paintBox*popup-menu.Filters-right.userdef.label: Filtro Programable...
*paintBox*popup-menu.Filters-right.last.label: Repetir Último Filtro
*paintBox*popup-menu.Filters-right.undo.label: Deshacer Último Filtro
!Popup Selectors Menu
*paintBox*popup-menu.Selectors.label: Selector
*paintBox*popup-menu.Selectors-right.label: Selectores
*paintBox*popup-menu.Selectors-right*patterns.label: Editor Colores y Motivos...
*paintBox*popup-menu.Selectors-right*background.label: Color de Fondo...
*paintBox*popup-menu.Selectors-right*chroma.label: Variante Cromática...
*paintBox*popup-menu.Selectors-right*fatbits.label: Editor de Detalles...
*paintBox*popup-menu.Selectors-right*tools.label: Caja de Herramientas...
*paintBox*popup-menu.Selectors-right*brush.label: Selector de Pinceles...
*paintBox*popup-menu.Selectors-right*font.label: Selector de Fuentes...
*paintBox*popup-menu.Selectors-right*magnifier.label: Lupa...
*paintBox*popup-menu.Selectors-right*c_script.label: Editor de scripts C...
*paintBox*popup-menu.Selectors-right*size.label: Cambiar Dimensiones Lienzo...
*paintBox*popup-menu.Selectors-right*zoom.label: Cambiar Zoom...
*paintBox*popup-menu.Selectors-right*size_zoom_defs.label: Dimensiones y Zoom por Defecto...
*paintBox*popup-menu.Selectors-right*snap.label: Movimientos cuantificados
*paintBox*popup-menu.Selectors-right*snap_spacing.label: Espacio cuantificado...
*paintBox*popup-menu.Selectors-right*grid.label: Cuadrícula Visible
*paintBox*popup-menu.Selectors-right*grid_param.label: Parámetros de Cuadrícula
*paintBox*popup-menu.Selectors-right*transparent.label: Regiones intermitentes
*paintBox*popup-menu.Selectors-right*interpolation.label: Interpolación por reducción
*paintBox*popup-menu.Selectors-right.hide_menubar.label: Ocular Barra de Menús
*paintBox*popup-menu.Selectors-right.show_menubar.label: Mostrar Barra de Menús
*paintBox*popup-menu.Selectors-right.left_sb.label: Banda de enrollamiento a la Izquierda
*paintBox*popup-menu.Selectors-right.top_sb.label: Banda de enrollamiento por Encima
*paintBox*popup-menu.Selectors-right*help.label: Ayuda
*paintBox*popup-menu.Alpha.label: Alfa
*paintBox*popup-menu.Alpha-right.label: Canal Alfa
*paintBox*popup-menu.Alpha-right*mode0.label: Modo: RVA
*paintBox*popup-menu.Alpha-right*mode1.label: Modo: RVA+transparencia
*paintBox*popup-menu.Alpha-right*mode2.label: Modo: RVA+alfa
*paintBox*popup-menu.Alpha-right*mode3.label: Mode: alfa
*paintBox*popup-menu.Alpha-right*rgbedit.label: Editar canales RVA+tr...
*paintBox*popup-menu.Alpha-right*params.label: Parámetros canal Alfa...
*paintBox*popup-menu.Alpha-right*create.label: Crear canal alfa
*paintBox*popup-menu.Alpha-right*set.label: Establecer como canal alfa
*paintBox*popup-menu.Alpha-right*edit.label: Editar canal alfa
*paintBox*popup-menu.Alpha-right*memory.label: Memorizar canal alfa
*paintBox*popup-menu.Alpha-right*delete.label: Suprimir canal alfa
*paintBox*popup-menu.Memory.label: Memoria
*paintBox*popup-menu.Memory-right.label: Administrador de Memoria
*paintBox*popup-menu.Memory-right*stack.label: Memorizar Región/Lienzo
*paintBox*popup-menu.Memory-right*recall.label: Devolver Objeto
*paintBox*popup-menu.Memory-right*edit.label: Editar Objeto
*paintBox*popup-menu.Memory-right*discard.label: Borrar Objeto
*paintBox*popup-menu.Memory-right*erase.label: Borrar Toda Memoria
*paintBox*popup-menu.Memory-right*origin.label: Reengastar Origen de la Región
*paintBox*popup-menu.Memory-right*to_alpha.label: Región -> Canal Alfa
*paintBox*popup-menu.Memory-right*to_mask.label: Región -> Máscara Blanco y Negro
*paintBox*popup-menu.Memory-right*to_rgba.label: Región -> Componentes RVAα
*paintBox*popup-menu.Memory-right*merge_rgba.label: Combinar canales RVAα en Memoria...
!
! Filebrowser defaults
!
*filebrowser.title: XPaint / Selector de Archivos
*filebrowser*text.width: 400
xpaint*brush*box.width: 328
xpaint*brush.title: XPaint / Pinceles
xpaint*brush.iconName: XPaint Pinceles
!
! Color picker
!
*colorPicker*match.label: Coger
*colorPicker*form.Label.width: 50
*colorPicker*Scrollbar.height: 16
*chroma.title: XPaint / Variante Cromática
*chroma.iconName: XPaint Croma
*chroma*varianceLabel.width: 120
*chroma*varianceBar.length: 140
*chroma*delta.label: Delta Pixel
*chroma*selectModeLabel.label: Modo de Selección
*chroma*mode0.label: Todos Tintes
*chroma*mode1.label: Omitir Variante Tinte
*chroma*mode2.label: Variante de Tinte
*chroma*Label.justify: left
xpaint*popup-dialog-form*label.justify: left
Canvas*popup-dialog-form*label.justify: left
*colorEditDialog.title: XPaint / Selector de Colores
xpaint*helpDialog.title: XPaint / Navigador de Ayuda
xpaint*helpDialog.iconName: XPaint Ayuda
xpaint*helpDialog.form.title.label: XPaint 2.9.10.3, Ayuda e Información
xpaint*helpDialog*textTitle.width: 560
xpaint*helpDialog*textText.width: 560
xpaint*helpDialog*textText.height: 356
xpaint*helpDialog*topicPort.width: 280
xpaint*helpDialog*topicPort.height: 380
xpaint*helpDialog*done.label: Cerrar
xpaint*helpDialog*next.label: Siguiente
xpaint*helpDialog*prev.label: Anterior
xpaint*helpDialog*down.label: Página siguiente
xpaint*helpDialog*up.label: Página anterior
xpaint*magnifier.title: XPaint / Lupa
xpaint*magnifier*rotate.label: Rotación
xpaint*magnifier*symmetry.label: Simetría
xpaint*magnifier*freeze.label: F/Congelar
xpaint*magnifier*smooth.label: S/Alisar
xpaint*magnifier*info.label: Info
xpaint*magnifier*memory.label: Memoria
xpaint*magnifier*canvas.label: C/Lienzo
xpaint*magnifier*exit.label: Q/Cerrar
xpaint*filebrowser*dpi.label: DPI
xpaint*filebrowser*page.label: Página
xpaint*filebrowser*zoom.label: Zoom
xpaint*filebrowser*refresh.label: Refrescar
xpaint*filebrowser*delete.label: Suprimir
xpaint*filebrowser*edit.label: Editar
xpaint*filebrowser*create.label: Crear LXP

View File

@ -0,0 +1,950 @@
! $Id: XPaint_fr.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_fr
xpaint*msgFile: messages/Messages_fr
! 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: #f7f7f0
Canvas*Viewport.borderColor: #f7f7f0
! 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*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
!
! 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*Box.background: grey91
xpaint*textSink*foreground: black
xpaint*foreground: black
xpaint*vport*files*background: #f7f7f0
Canvas*vport*files*background: #f7f7f0
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: #f7f7f0
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: #f7f7f0
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: Annuler
*cancel.label: Terminer
*close.label: Fermer
*apply.label: Appliquer
*hidden.label: Fichiers cachés
*quality.label: Qualité JPEG
*ongoing.label: Continu
*alert.title: Attention
Canvas*fatbits.title: XPaint / Editeur de Détails
Canvas*fatbits.iconName: XPaint Détails
Canvas*fatbits*done.label: Terminer
Canvas*fatbits*refresh.label: Rafraîchir
xpaint*xleft.label: <
xpaint*xright.label: >
xpaint*xxleft.label: «
xpaint*xxright.label: »
!
! Font Selector
!
xpaint*fontSelect.title: XPaint / Sélection de Polices
xpaint*fontSelect.iconName: XPaint Polices
xpaint*fontSelect*vport.height: 280
xpaint*fontSelect*text.width: 620
xpaint*fontSelect*text.height: 70
xpaint*fontSelect*edittoggle.label: Editer
xpaint*fontSelect*apply.label: Appliquer
xpaint*fontSelect*done.label: Fermer
xpaint*fontSelect*familyLabel.label: Famille de Police
xpaint*fontSelect*weightLabel.label: Style
xpaint*fontSelect*pointSelectLabel.label: Nombre de Points
xpaint*fontSelect*rotationLabel.label: Rotation
xpaint*fontSelect*inclinationLabel.label: Inclinaison
xpaint*fontSelect*dilationLabel.label: Dilatation
xpaint*fontSelect*linespacingLabel.label: Interligne
xpaint*fontSelect*text_file.label: Fichier
xpaint*fontSelect*text_fileMenu*load.label: Charger fichier
xpaint*fontSelect*text_fileMenu*save.label: Sauvegarder
xpaint*fontSelect*text_fileMenu*saveas.label: Sauvegarder sous...
xpaint*fontSelect*text_fileMenu*editor.label: Editeur externe...
xpaint*fontSelect*text_sample.label: Texte
xpaint*fontSelect*text_sampleMenu*default.label: Par défaut
xpaint*fontSelect*text_sampleMenu*erase.label: Effacer
xpaint*fontSelect*text_sampleMenu*record.label: Enregistrer
!
! The Pattern Editor
!
xpaint*pattern.title: XPaint / Sélecteur de Couleurs et Motifs
xpaint*pattern*paint.zoom: 6
xpaint*pattern*palette.label: Palette
xpaint*pattern*palette*saveconfig.label: Sauvegarder la Palette...
xpaint*pattern*palette*loadconfig.label: Charger une Palette...
xpaint*pattern*palette*markselected.label: Marquer Motif Sélectionné
xpaint*pattern*palette*unmark.label: Enlever la Marque
xpaint*pattern*palette*loadmarked.label: Charger Motif Marqué
xpaint*pattern*palette*delete.label: Supprimer Motif Marqué
xpaint*pattern*canvas.label: Fichier
xpaint*pattern*canvas*read.label: Charger Image
xpaint*pattern*canvas*save.label: Sauvegarder sous...
xpaint*pattern*canvas*close.label: Fermer
xpaint*pattern*edit.label: Editer
xpaint*pattern*edit*undo.label: Défaire
xpaint*pattern*edit*cut.label: Couper
xpaint*pattern*edit*copy.label: Copier
xpaint*pattern*edit*paste.label: Coller
xpaint*pattern*edit*clear.label: Effacer
xpaint*pattern*edit*dup.label: Dupliquer
xpaint*pattern*edit*all.label: Tout Sélectionner
xpaint*pattern*popup-menu*select.label: Sélectionner...
xpaint*pattern*line.label: Trait
xpaint*pattern*line*linestyle.label: Style de ligne...
xpaint*pattern*lookup.label: Saisir
xpaint*pattern*grab.label: Capturer
xpaint*pattern*select.label: Enregistrer
xpaint*pattern*asbg.label: Couleur de fond
xpaint*pattern*asbrush.label: comme Pinceau
xpaint*pattern*size.label: Taille
xpaint*pattern*size*other.label: Sélectionner...
xpaint*pattern*image.label: Image
xpaint*pattern*image*grid.label: Grille Visible
xpaint*pattern*image*grid_param.label: Paramètres Grille...
xpaint*pattern*image*zoom.label: Facteur de Zoom
xpaint*pattern*image*background.label: Couleur de Fond...
xpaint*pattern*help.label: Aide
xpaint*pattern*help*help.label: Aide...
xpaint*pattern*viewport*vertical.thickness: 14
xpaint*patternRackForm*popup-menu.label: Motif
xpaint*patternRackForm*popup-menu.mark.label: Marquer
xpaint*patternRackForm*popup-menu.unmark.label: Enlever Marque
xpaint*patternRackForm*popup-menu.loadpattern.label: Charger
xpaint*patternRackForm*popup-menu.edit.label: Editer
xpaint*patternRackForm*popup-menu.remove.label: Supprimer
xpaint*patternRackForm*popup-menu.help.label: Aide
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: Fichier
xpaint*toolbox*canvas*open.label: Ouvrir Image...
xpaint*toolbox*canvas*loaded.label: Fichiers déjà chargés...
xpaint*toolbox*canvas*new.label: Nouveau Canevas
xpaint*toolbox*canvas*new-size.label: Canevas de taille spécifiée...
xpaint*toolbox*canvas*magnifier.label: Loupe...
xpaint*toolbox*canvas*screenshot.label: Capture d'Ecran...
xpaint*toolbox*canvas*about.label: A Propos...
xpaint*toolbox*canvas*quit.label: Quitter XPaint
xpaint*toolbox*other.label: Pinceau
xpaint*toolbox*other*brushSelect.label: Sélectionner Pinceau
xpaint*toolbox*other*sprayEdit.label: Mode Pulvérisateur
xpaint*toolbox*help.label: Aide
xpaint*toolbox*help*intro.label: Introduction
xpaint*toolbox*help*tools.label: Boîte à Outils
xpaint*toolbox*help*canvas.label: Canevas
xpaint*toolbox*help*about.label: A Propos
xpaint*toolbox*help*copyright.label: Licence
xpaint*toolbox*help*tooltips.label: Bulles d'Aide
!
! Operation popup menus
!
xpaint*toolbox*pencil.popup-menu.label: Crayon
xpaint*toolbox*dotPencil.popup-menu.label: Crayon diffus
xpaint*toolbox*dynpencil.popup-menu.label: Crayon dynamique
xpaint*toolbox*dynpencil.popup-menu.autofinish.label: Auto-Finition
xpaint*toolbox*dynpencil.popup-menu.select.label: Paramètres...
xpaint*toolbox*brush.popup-menu.label: Pinceau
xpaint*toolbox*brush.popup-menu.opaque.label: Opaque
xpaint*toolbox*brush.popup-menu.transparent.label: Transparent
xpaint*toolbox*brush.popup-menu.stain.label: Surimpression
xpaint*toolbox*brush.popup-menu.select.label: Sélectionner Pinceau...
xpaint*toolbox*brush.popup-menu.param.label: Paramètres...
xpaint*toolbox*erase.popup-menu.label: Gomme
xpaint*toolbox*erase.popup-menu.original.label: Normale
xpaint*toolbox*erase.popup-menu.select.label: Sélectionner Embout...
xpaint*toolbox*spray.popup-menu.label: Pulvérisateur
xpaint*toolbox*spray.popup-menu.gauss.label: Gauss
xpaint*toolbox*spray.popup-menu.select.label: Paramètres...
xpaint*toolbox*smear.popup-menu.label: Diffuseur
xpaint*toolbox*smear.popup-menu.select.label: Sélectionner Embout...
xpaint*toolbox*line.popup-menu.label: Segment
xpaint*toolbox*arc.popup-menu.label: Arc
xpaint*toolbox*arc.popup-menu*connect.label: Arc de cercle
xpaint*toolbox*arc.popup-menu*quadrant.label: Quart d'ellipse
xpaint*toolbox*arc.popup-menu*centered.label: Arc d'ellipse centré
xpaint*toolbox*arc.popup-menu*boxed.label: Arc d'ellipse encadré
xpaint*toolbox*arrow.popup-menu.label: Flèche
xpaint*toolbox*arrow.popup-menu*head_only.label: Tête seule
xpaint*toolbox*arrow.popup-menu*param.label: Paramètres...
xpaint*toolbox*popup-menu*center.label: Centre
xpaint*toolbox*line.popup-menu*multi.label: Gerbe
xpaint*toolbox*line.popup-menu*vector.label: Vecteur
xpaint*toolbox*line.popup-menu*param.label: Paramètres flèche...
xpaint*toolbox*fill.popup-menu.label: Remplissage
xpaint*toolbox*gradientFill.popup-menu.label: Remplissage avec Dégradé
xpaint*toolbox*gradientFill.popup-menu.param.label: Paramètres...
xpaint*toolbox*fractalFill.popup-menu.label: Remplissage Fractal
xpaint*toolbox*fractalFill.popup-menu.param.label: Sélectionner Densité...
xpaint*toolbox*fractalFill.popup-menu.plasma.label: Plasma
xpaint*toolbox*fractalFill.popup-menu.clouds.label: Nuages
xpaint*toolbox*fractalFill.popup-menu.landscape.label: Terre/Mer
! Next 3 lines are common for all fill operators
xpaint*toolbox*popup-menu.fill.label: Remplissage de Zone
xpaint*toolbox*popup-menu.fill_color.label: Remplissage de Couleur
xpaint*toolbox*popup-menu.fill_range.label: Remplissage Intervalle Chromatique
xpaint*toolbox*gradientFill.popup-menu.radial.label: Radial
xpaint*toolbox*gradientFill.popup-menu.linear.label: Linéaire
xpaint*toolbox*gradientFill.popup-menu.conical.label: Conique
xpaint*toolbox*gradientFill.popup-menu.square.label: Carré
xpaint*toolbox*popup-menu.rectangle.label: Rectangle
xpaint*toolbox*popup-menu.ellipse.label: Ellipse
xpaint*toolbox*text.popup-menu.label: Texte
xpaint*toolbox*text.popup-menu.select.label: Sélectionner Police...
xpaint*toolbox*popup-menu.arbitrary.label: Polygone quelconque
xpaint*toolbox*popup-menu.regular.label: Polygone régulier
xpaint*toolbox*popup-menu.starlike.label: Polygone étoilé
xpaint*toolbox*selectBox.popup-menu.label: Région Rectangulaire
xpaint*toolbox*selectBox.popup-menu.round.label: Coins arrondis
xpaint*toolbox*selectBox.popup-menu.param.label: Paramètres...
xpaint*toolbox*selectEllipse.popup-menu.label: Région Elliptique
xpaint*toolbox*selectPolygon.popup-menu.label: Région Polygonale
xpaint*toolbox*selectPolygon.popup-menu.param.label: Paramètres...
xpaint*toolbox*selectFreehand.popup-menu.label: Région de Forme libre
xpaint*toolbox*selectSpline.popup-menu.label: Région à Contour Spline
xpaint*toolbox*selectSpline.popup-menu.open.label: Ouverte
xpaint*toolbox*selectSpline.popup-menu.closed.label: Fermée
xpaint*toolbox*selectSpline.popup-menu.closed_up.label: Achevée
! Next 3 lines are common for all select operators
xpaint*toolbox*popup-menu.shape.label: Toutes Couleurs
xpaint*toolbox*popup-menu.not_color.label: Omettre Intervalle de Couleurs
xpaint*toolbox*popup-menu.only_color.label: Capturer Intervalle de Couleurs
! Next line is common for all fill and select operators
xpaint*toolbox*popup-menu.select.label: Sélection Intervalle...
xpaint*toolbox*box.popup-menu.label: Rectangle
xpaint*toolbox*box.popup-menu.round.label: Coins arrondis
xpaint*toolbox*box.popup-menu.param.label: Paramètres...
xpaint*toolbox*filledBox.popup-menu.label: Rectangle Rempli
xpaint*toolbox*filledBox.popup-menu.round.label: Coins arrondis
xpaint*toolbox*filledBox.popup-menu.param.label: Paramètres...
xpaint*toolbox*ellipse.popup-menu.label: Ellipse
xpaint*toolbox*filledEllipse.popup-menu.label: Ellipse Rempli
xpaint*toolbox*brokenline.popup-menu.label: Ligne Polygonale
xpaint*toolbox*spline.popup-menu.label: Courbe Spline
xpaint*toolbox*spline.popup-menu.open.label: Ouverte
xpaint*toolbox*spline.popup-menu.closed.label: Fermée
xpaint*toolbox*spline.popup-menu.closed_up.label: Achevée
xpaint*toolbox*filledSpline.popup-menu.label: Courbe Spline Remplie
xpaint*toolbox*filledSpline.popup-menu.open.label: Ouverte
xpaint*toolbox*filledSpline.popup-menu.closed.label: Fermée
xpaint*toolbox*filledSpline.popup-menu.closed_up.label: Achevée
xpaint*toolbox*polygon.popup-menu.label: Polygone
xpaint*toolbox*polygon.popup-menu.param.label: Paramètres...
xpaint*toolbox*filledPolygon.popup-menu.label: Polygone Rempli
xpaint*toolbox*filledPolygon.popup-menu.param.label: Paramètres...
xpaint*toolbox*freehand.popup-menu.label: Forme Libre
xpaint*toolbox*freehand.popup-menu.open.label: Ouverte
xpaint*toolbox*freehand.popup-menu.closed.label: Fermée
xpaint*toolbox*filledFreehand.popup-menu.label: Forme Libre Remplie
xpaint*script_files.label: Fichier
xpaint*script_files*load.label: Charger
xpaint*script_files*save.label: Sauvegarder
xpaint*script_files*saveas.label: Sauvegarder sous...
xpaint*script_files*editor.label: Editeur externe...
xpaint*script_files*close.label: Fermer
xpaint*script_predef.label: Exemples
xpaint*script_predef*filters.label: Filtres
xpaint*script_predef*images.label: Images
xpaint*script_predef*3d_curves.label: Courbes 3D
xpaint*script_predef*3d_surfaces.label: Surfaces 3D
xpaint*script_predef*layers.label: Calques
xpaint*script_predef*procedures.label: Procédures
xpaint*script_predef*batch.label: Batch
xpaint*script_predef*help.label: Aide
xpaint*compile.label: Compiler
!xpaint*menuLabel.font: *-times-bold-r-normal--17-*
!Canvas*menuLabel.font: *-times-bold-r-normal--17-*
!
! Canvas area menu pulldowns
!
Canvas*menu*file.label: Fichier
Canvas*menu*file*open.label: Ouvrir Image...
Canvas*menu*file*save.label: Sauvegarder
Canvas*menu*file*saveas.label: Sauvegarder sous...
Canvas*menu*file*saveregion.label: Sauvegarder Région...
Canvas*menu*file*load-mem.label: Mettre en Mémoire...
Canvas*menu*file*saveconfig.label: Sauvegarder Palette...
Canvas*menu*file*loadconfig.label: Charger Palette...
Canvas*menu*file*revert.label: Recharger l'image...
Canvas*menu*file*loaded.label: Fichiers chargés...
Canvas*menu*file*print.label: Imprimer...
Canvas*menu*file*extern.label: Visualiseur Externe...
Canvas*menu*file*close.label: Fermer
Canvas.print*title: Utilitaire d'impression
Canvas.print*form*menu*format.label: Format
Canvas.print*form*portraitlabel.label: Portrait
Canvas.print*form*portraittoggle.label: X
Canvas.print*form*landscapelabel.label: Paysage
Canvas.print*form*landscapelabel.horizDistance: 149
Canvas.print*form*landscapetoggle.label: X
Canvas.print*form*graylabel.label: Gris
Canvas.print*form*graytoggle.label: X
Canvas.print*form*compresslabel.label: Compresser
Canvas.print*form*compresslabel.horizDistance: 35
Canvas.print*form*compresstoggle.label: X
Canvas.print*form*pdflabel.label: PDF
Canvas.print*form*pdflabel.horizDistance: 52
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: Taille du dessin
Canvas.print*form*positionlabel.label: Position du dessin
Canvas.print*form*samplinglabel.label: Finesse Subdivision
Canvas.print*form*printlabel.label: Action Impression
Canvas.print*form*filelabel.label: Fichier à écrire
Canvas.print*form*psviewlabel.label: Visualiseur PS
Canvas.print*form*resultlabel*label: Résultat
Canvas.print*form*formattype*string: A4
Canvas.print*form*formattype*horizDistance: 10
Canvas.print*form*sizevalue*string: 100%
Canvas.print*form*sizevalue*horizDistance: 168
Canvas.print*form*positionvalue*horizDistance: 168
Canvas.print*form*samplingvalue*string: 1 x 1
Canvas.print*form*samplingvalue*horizDistance: 168
Canvas.print*form*printcmd*string: lpr
Canvas.print*form*printcmd*horizDistance: 168
Canvas.print*form*printtoggle.label: X
Canvas.print*form*filetoggle.label: X
Canvas.print*form*filename*horizDistance: 168
Canvas.print*form*psviewcmd*horizDistance: 168
Canvas.print*form*printresult.width: 250
Canvas.print*form*printresult*foreground: Red
Canvas.print*form*print*horizDistance: 40
Canvas.print*form*print.label: Imprimer
Canvas.print*form*preview.label: Visionner
Canvas.print*form*cancel.label: Fermer
Canvas.print*form*psviewcmd*string: gv
Canvas.extern*form*extviewcmd*string: display
Canvas.extern*title: Visualiseur externe
Canvas.extern*form*format.label: Format d'échange
Canvas.extern*form*formatlabel*label: PPM
Canvas.extern*form*extviewlabel*label: Commande
Canvas.extern*form*view*label: Visualiser
Canvas.extern*form*cancel*label: Fermer
Canvas*menu*edit.label: Editer
Canvas*menu*edit*undo.label: Défaire
Canvas*menu*edit*redo.label: Refaire
Canvas*menu*edit*undosize.label: Niveau Mémoire...
Canvas*menu*edit*refresh.label: Rafraîchir
Canvas*menu*edit*cut.label: Découper
Canvas*menu*edit*copy.label: Copier
Canvas*menu*edit*paste.label: Coller
Canvas*menu*edit*clear.label: Effacer
Canvas*menu*edit*all.label: Sélectionner Tout
Canvas*menu*edit*unselect.label: Désélectionner
Canvas*menu*edit*dup.label: Dupliquer
Canvas*menu*edit*erase.label: Effacer en Totalité
Canvas*menu*edit*clone_canvas.label: Cloner le Canevas
Canvas*menu*edit*clonezoom_canvas.label: Cloner avec Zoom
Canvas*menu*edit*screenshot.label: Capturer...
Canvas*menu*line.label: Trait
Canvas*menu*line*linestyle.label: Style de Ligne...
Canvas*menu*text.label: Texte
Canvas*menu*text*select.label: Navigateur de Polices...
Canvas*menu*text*write.label: Ecrire Texte
Canvas*menu*region.label: Région
Canvas*menu*region*flipX.label: Symétrie axiale X
Canvas*menu*region*flipY.label: Symétrie axiale Y
Canvas*menu*region*rotateTo.label: Rotation d'angle
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: Rotation...
Canvas*menu*region*linear.label: Transformation Linéaire...
Canvas*menu*region*reset.label: Rétablir Géométrie
Canvas*menu*region*expand.label: Agrandir...
Canvas*menu*region*downscale.label: Réduire...
Canvas*menu*region*edit.label: Editer la Région
Canvas*menu*region*crop.label: Rétrécir sur la Région...
Canvas*menu*region*autocrop.label: Auto-Rétrécissement
Canvas*menu*region*complement.label: Complémentaire Région
Canvas*menu*region*delimit.label: Délimiter une Région
Canvas*menu*delimit-right.label: Délimiter
Canvas*menu*delimit-right*delimit1.label: Zone Connexe Monocolore
Canvas*menu*delimit-right*delimit2.label: Complémentaire Zone Connexe
Canvas*menu*delimit-right*delimit3.label: Zone Multiconnexe Monocolore
Canvas*menu*delimit-right*delimit4.label: Complémentaire Zone Multiconnexe
Canvas*menu*delimit-right*delimit5.label: Zone Intervalle de Couleurs
Canvas*menu*delimit-right*delimit6.label: Complémentaire Zone Intervalle de Couleurs
Canvas*menu*delimit-right*delimit7.label: Annuler
Canvas*menu*region*ocr.label: OCR
Canvas*menu*filter.label: Filtres
Canvas*menu*filter*invert.label: Inverser Couleurs
Canvas*menu*filter*to_grey.label: Conversion échelle de Gris
Canvas*menu*filter*contrast.label: Normaliser Contraste...
Canvas*menu*filter*gamma.label: Transformation RVB/Gamma...
Canvas*menu*filter*floyd_steinberg.label: Filtre de Floyd-Steinberg...
Canvas*menu*filter*quantize.label: Quantifier Couleurs...
Canvas*menu*filter*solarize.label: Solariser...
Canvas*menu*filter*merge.label: Fusionner Région...
Canvas*menu*filter*sharpen.label: Durcir Contraste
Canvas*menu*filter*smooth.label: Effet de Dégradé Flou...
Canvas*menu*filter*dirfilt.label: Dégradé Flou Directionnel
Canvas*menu*filter*edge.label: Détection Bords
Canvas*menu*filter*oil.label: Peinture Huile...
Canvas*menu*filter*noise.label: Bruitage Aléatoire...
Canvas*menu*filter*spread.label: Disperser Pixels...
Canvas*menu*filter*pixelize.label: Pixeliser...
Canvas*menu*filter*emboss.label: Embosser...
Canvas*menu*filter*despeckle.label: Supprimer Granularités...
Canvas*menu*filter*distort.label: Distorsion...
Canvas*menu*filter*perspective.label: Perspective...
Canvas*menu*filter*blend.label: Fondu Radial
Canvas*menu*filter*userdef.label: Filtre Programmable...
Canvas*menu*filter*last.label: Répéter Dernier Filtre
Canvas*menu*filter*undo.label: Défaire Dernier Filtre
Canvas*menu*selector.label: Options
Canvas*menu*selector*patterns.label: Editeur Couleurs et Motifs...
Canvas*menu*selector*background.label: Couleur de Fond...
Canvas*menu*selector*chroma.label: Variance Chromatique...
Canvas*menu*selector*fatbits.label: Editeur de Détails...
Canvas*menu*selector*tools.label: Boîte à Outils...
Canvas*menu*selector*brush.label: Sélecteur de Pinceaux...
Canvas*menu*selector*font.label: Sélecteur de Polices...
Canvas*menu*selector*magnifier.label: Loupe...
Canvas*menu*selector*c_script.label: Editeur de scripts C...
Canvas*menu*selector*size.label: Changer Taille Canevas...
Canvas*menu*selector*zoom.label: Changer Zoom...
Canvas*menu*selector*size_zoom_defs.label: Taille et Zoom par Défaut...
Canvas*menu*selector*snap.label: Déplacements sur maillage
Canvas*menu*selector*snap_spacing.label: Espacement du maillage...
Canvas*menu*selector*grid.label: Maillage Visible
Canvas*menu*selector*transparent.label: Régions clignotantes
Canvas*menu*selector*interpolation.label: Interpolation en réduction
Canvas*menu*selector*grid_param.label: Paramètres Maillage...
Canvas*menu*selector*simple.label: Menu Flottant Simplifié
Canvas*menu*selector*hide_menubar.label: Cacher Barre de Menu
Canvas*menu*selector*left_sb.label: Barre défilement à gauche
Canvas*menu*selector*top_sb.label: Barre défilement en haut
Canvas*menu*selector*help.label: Aide
Canvas*menu*alpha.label: α
Canvas*menu*alpha*mode0.label: Mode: RVB
Canvas*menu*alpha*mode1.label: Mode: RVB+transparence
Canvas*menu*alpha*mode2.label: Mode: RVB+alpha
Canvas*menu*alpha*mode3.label: Mode: alpha
Canvas*menu*alpha*rgbedit.label: Editer canaux RVB+transp. ...
Canvas*menu*alpha*params.label: Paramètres alpha...
Canvas*menu*alpha*create.label: Créer canal alpha
Canvas*menu*alpha*set.label: Affecter canal alpha
Canvas*menu*alpha*edit.label: Editer canal alpha
Canvas*menu*alpha*memory.label: Mémoriser canal alpha
Canvas*menu*alpha*delete.label: Supprimer canal alpha
Canvas*menu*help.label: Aide
Canvas*menu*help*intro.label: Introduction
Canvas*menu*help*tools.label: Boîte à outils
Canvas*menu*help*canvas.label: Canevas graphique
Canvas*menu*help*about.label: A propos
Canvas*menu*help*copyright.label: Licence
Canvas*memory*popup-menu.label: Gestionnaire Mémoire
Canvas*memory*stack.label: Mémoriser Région/Canevas
Canvas*memory*recall.label: Rappeler Item Marqué
Canvas*memory*edit.label: Editer Item Marqué
Canvas*memory*discard.label: Supprimer Item Marqué
Canvas*memory*scroll.label: Faire Dérouler
Canvas*memory*erase.label: Effacer Entièrement
Canvas*memory*origin.label: Réinitialiser Origine de la Région
Canvas*memory*to_alpha.label: Région -> Canal alpha
Canvas*memory*to_mask.label: Région -> Masque Noir & Blanc
Canvas*memory*to_rgba.label: Région -> Composantes RVBα
Canvas*memory*merge_rgba.label: Combiner canaux RVBα en Mémoire...
!!!! This starts the Canvas Popup Menu
*paintBox*popup-menu.label: Menu Général
!Popup File Menu
*paintBox*popup-menu.File.label: Fichier
*paintBox*popup-menu.File-right.label: Fichier
*paintBox*popup-menu.File-right.open.label: Ouvrir Image...
*paintBox*popup-menu.File-right.save.label: Sauvegarder
*paintBox*popup-menu.File-right.saveas.label: Sauvegarder sous...
*paintBox*popup-menu.File-right.saveregion.label: Sauvegarder Région...
*paintBox*popup-menu.File-right.load-mem.label: Mettre en Mémoire...
*paintBox*popup-menu.File-right.revert.label: Recharger l'image...
*paintBox*popup-menu.File-right.loaded.label: Fichiers chargés...
*paintBox*popup-menu.File-right.print.label: Imprimer...
*paintBox*popup-menu.File-right.extern.label: Visualiseur Externe...
*paintBox*popup-menu.File-right.close.label: Fermer
!Popup Edit Menu
*paintBox*popup-menu.Edit.label: Editer
*paintBox*popup-menu.Edit-right.label: Editer
*paintBox*popup-menu.Edit-right.undo.label: Défaire
*paintBox*popup-menu.Edit-right.redo.label: Refaire
*paintBox*popup-menu.Edit-right.undosize.label: Niveau Mémoire...
*paintBox*popup-menu.Edit-right.refresh.label: Rafraîchir
*paintBox*popup-menu.Edit-right.cut.label: Découper
*paintBox*popup-menu.Edit-right.copy.label: Copier
*paintBox*popup-menu.Edit-right.paste.label: Coller
*paintBox*popup-menu.Edit-right.clear.label: Effacer
*paintBox*popup-menu.Edit-right.all.label: Sélectionner Tout
*paintBox*popup-menu.Edit-right.unselect.label: Désélectionner
*paintBox*popup-menu.Edit-right.dup.label: Dupliquer
*paintBox*popup-menu.Edit-right.erase.label: Effacer en Totalité
*paintBox*popup-menu.Edit-right.clone_canvas.label: Cloner le Canevas
*paintBox*popup-menu.Edit-right.clonezoom_canvas.label: Cloner avec Zoom
*paintBox*popup-menu.Edit-right.screenshot.label: Capturer...
! popup Line Menu
*paintBox*popup-menu.Line.label: Trait
*paintBox*popup-menu.Line-right.label: Trait
*paintBox*popup-menu.Line-right.linestyle.label: Style de ligne...
! popup Font Menu
*paintBox*popup-menu.Text.label: Texte
*paintBox*popup-menu.Text-right.label: Texte
*paintBox*popup-menu.Text-right.select.label: Navigateur de Polices...
*paintBox*popup-menu.Text-right.write.label: Ecrire Texte
!Popup Region Menu
*paintBox*popup-menu.Region.label: Région
*paintBox*popup-menu.Region-right.label: Région
*paintBox*popup-menu.Region-right.flipX.label: Symétrie axiale X
*paintBox*popup-menu.Region-right.flipY.label: Symétrie axiale Y
*paintBox*popup-menu.Region-right.rotateTo.label: Rotation d'angle
*paintBox*popup-menu.Region-right.rotate.label: Rotation...
*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: Transformation Linéaire...
*paintBox*popup-menu.Region-right.reset.label: Rétablir Géométrie
*paintBox*popup-menu.Region-right.expand.label: Agrandir...
*paintBox*popup-menu.Region-right.downscale.label: Réduire...
*paintBox*popup-menu.Region-right.reset.label: Rétablir Géométrie
*paintBox*popup-menu.Region-right.edit.label: Editer la Région
*paintBox*popup-menu.Region-right.crop.label: Rétrécir sur la Région...
*paintBox*popup-menu.Region-right.autocrop.label: Auto-Rétrécissement
*paintBox*popup-menu.Region-right.complement.label: Complémentaire Région
*paintBox*popup-menu.Region-right.delimit.label: Délimiter la Région
*paintBox*popup-menu.Region-right.delimit-right.label: Délimiter
*paintBox*popup-menu.Region-right.delimit-right*delimit1.label: Zone Connexe Monocolore
*paintBox*popup-menu.Region-right.delimit-right*delimit2.label: Complémentaire Zone Connexe
*paintBox*popup-menu.Region-right.delimit-right*delimit3.label: Zone Multiconnexe Monocolore
*paintBox*popup-menu.Region-right.delimit-right*delimit4.label: Complémentaire Zone Multiconnexe
*paintBox*popup-menu.Region-right.delimit-right*delimit5.label: Zone Intervalle de Couleurs
*paintBox*popup-menu.Region-right.delimit-right*delimit6.label: Complémentaire Zone Intervalle de Couleurs
*paintBox*popup-menu.Region-right.delimit-right*delimit7.label: Annuler
*paintBox*popup-menu.Region-right.ocr.label: OCR
!Popup Filter Menu
*paintBox*popup-menu.Filters.label: Filtres
*paintBox*popup-menu.Filters-right.label: Filtres
*paintBox*popup-menu.Filters-right.invert.label: Inverser Couleurs
*paintBox*popup-menu.Filters-right.to_grey.label: Conversion échelle de Gris
*paintBox*popup-menu.Filters-right.contrast.label: Normaliser Contraste...
*paintBox*popup-menu.Filters-right.gamma.label: Transformation RVB/Gamma...
*paintBox*popup-menu.Filters-right.floyd_steinberg.label: Filtre de Floyd-Steinberg...
*paintBox*popup-menu.Filters-right.quantize.label: Quantifier Couleurs...
*paintBox*popup-menu.Filters-right.solarize.label: Solariser...
*paintBox*popup-menu.Filters-right.merge.label: Fusionner Région...
*paintBox*popup-menu.Filters-right.sharpen.label: Durcir Contraste
*paintBox*popup-menu.Filters-right.smooth.label: Effet de Dégradé Flou...
*paintBox*popup-menu.Filters-right.dirfilt.label: Dégradé Flou Directionnel
*paintBox*popup-menu.Filters-right.edge.label: Détection Bords
*paintBox*popup-menu.Filters-right.oil.label: Peinture Huile...
*paintBox*popup-menu.Filters-right.noise.label: Bruitage Aléatoire...
*paintBox*popup-menu.Filters-right.spread.label: Disperser Pixels...
*paintBox*popup-menu.Filters-right.pixelize.label: Pixeliser...
*paintBox*popup-menu.Filters-right.emboss.label: Embosser...
*paintBox*popup-menu.Filters-right.despeckle.label: Supprimer Granularités...
*paintBox*popup-menu.Filters-right.distort.label: Distorsion...
*paintBox*popup-menu.Filters-right.perspective.label: Perspective...
*paintBox*popup-menu.Filters-right.blend.label: Fondu Radial
*paintBox*popup-menu.Filters-right.userdef.label: Filtre Programmable...
*paintBox*popup-menu.Filters-right.last.label: Répéter Dernier Filtre
*paintBox*popup-menu.Filters-right.undo.label: Défaire Dernier Filtre
!Popup Selectors Menu
*paintBox*popup-menu.Selectors.label: Sélecteurs
*paintBox*popup-menu.Selectors-right.label: Sélecteurs
*paintBox*popup-menu.Selectors-right*patterns.label: Editeur Couleurs et Motifs...
*paintBox*popup-menu.Selectors-right*background.label: Couleur de Fond...
*paintBox*popup-menu.Selectors-right*chroma.label: Variance Chromatique...
*paintBox*popup-menu.Selectors-right*fatbits.label: Editeur de Détails...
*paintBox*popup-menu.Selectors-right*tools.label: Boîte à Outils...
*paintBox*popup-menu.Selectors-right*brush.label: Sélecteur de Pinceaux...
*paintBox*popup-menu.Selectors-right*font.label: Sélecteur de Polices...
*paintBox*popup-menu.Selectors-right*magnifier.label: Loupe...
*paintBox*popup-menu.Selectors-right*c_script.label: Editeur de scripts C...
*paintBox*popup-menu.Selectors-right*size.label: Changer Taille Canevas...
*paintBox*popup-menu.Selectors-right*zoom.label: Changer Zoom...
*paintBox*popup-menu.Selectors-right*size_zoom_defs.label: Taille et Zoom par Défaut...
*paintBox*popup-menu.Selectors-right*snap.label: Déplacements sur maillage
*paintBox*popup-menu.Selectors-right*snap_spacing.label: Espacement du maillage...
*paintBox*popup-menu.Selectors-right*grid.label: Maillage Visible
*paintBox*popup-menu.Selectors-right*grid_param.label: Paramètres Maillage
*paintBox*popup-menu.Selectors-right*transparent.label: Régions clignotantes
*paintBox*popup-menu.Selectors-right*interpolation.label: Interpolation en réduction
*paintBox*popup-menu.Selectors-right.hide_menubar.label: Cacher Barre de Menu
*paintBox*popup-menu.Selectors-right.show_menubar.label: Montrer Barre de Menu
*paintBox*popup-menu.Selectors-right.left_sb.label: Barre défilement à gauche
*paintBox*popup-menu.Selectors-right.top_sb.label: Barre défilement en haut
*paintBox*popup-menu.Selectors-right*help.label: Aide
*paintBox*popup-menu.Alpha.label: Alpha
*paintBox*popup-menu.Alpha-right.label: Canal Alpha
*paintBox*popup-menu.Alpha-right*mode0.label: Mode: RVB
*paintBox*popup-menu.Alpha-right*mode1.label: Mode: RVB+transparence
*paintBox*popup-menu.Alpha-right*mode2.label: Mode: RVB+alpha
*paintBox*popup-menu.Alpha-right*mode3.label: Mode: alpha
*paintBox*popup-menu.Alpha-right*rgbedit.label: Editer canaux RVB+tr...
*paintBox*popup-menu.Alpha-right*params.label: Paramètres alpha...
*paintBox*popup-menu.Alpha-right*create.label: Créer canal alpha
*paintBox*popup-menu.Alpha-right*set.label: Affecter canal alpha
*paintBox*popup-menu.Alpha-right*edit.label: Editer canal alpha
*paintBox*popup-menu.Alpha-right*memory.label: Mémoriser canal alpha
*paintBox*popup-menu.Alpha-right*delete.label: Supprimer canal alpha
*paintBox*popup-menu.Memory.label: Mémoire
*paintBox*popup-menu.Memory-right.label: Gestionnaire Mémoire
*paintBox*popup-menu.Memory-right*stack.label: Mémoriser Région/Canevas
*paintBox*popup-menu.Memory-right*recall.label: Rappeler Item
*paintBox*popup-menu.Memory-right*recall.label: Editer Item
*paintBox*popup-menu.Memory-right*discard.label: Supprimer Item
*paintBox*popup-menu.Memory-right*erase.label: Effacer Entièrement
*paintBox*popup-menu.Memory-right*origin.label: Réinitialiser Origine de la Région
*paintBox*popup-menu.Memory-right*to_alpha.label: Région -> Canal alpha
*paintBox*popup-menu.Memory-right*to_mask.label: Région -> Masque Noir & Blanc
*paintBox*popup-menu.Memory-right*to_rgba.label: Région -> Composantes RVBα
*paintBox*popup-menu.Memory-right*merge_rgba.label: Combiner canaux RVBα en Mémoire...
!
! Filebrowser defaults
!
*filebrowser.title: XPaint / Sélecteur de Fichiers
*filebrowser*text.width: 400
xpaint*brush*box.width: 328
xpaint*brush.title: XPaint / Pinceaux
xpaint*brush.iconName: XPaint Pinceaux
!
! Color picker
!
*colorPicker*match.label: Saisie
*colorPicker*form.Label.width: 50
*colorPicker*Scrollbar.height: 16
*chroma.title: XPaint / Variance Chromatique
*chroma.iconName: XPaint Chroma
*chroma*varianceLabel.width: 120
*chroma*varianceBar.length: 140
*chroma*delta.label: Delta Pixel
*chroma*selectModeLabel.label: Mode de Sélection
*chroma*mode0.label: Toutes Teintes
*chroma*mode1.label: Omettre Variance Teinte
*chroma*mode2.label: Variance de Teinte
*chroma*Label.justify: left
xpaint*popup-dialog-form*label.justify: left
Canvas*popup-dialog-form*label.justify: left
*colorEditDialog.title: XPaint / Sélecteur de Couleurs
xpaint*helpDialog.title: XPaint / Navigateur d'Aide
xpaint*helpDialog.iconName: XPaint Aide
!xpaint*helpDialog.form.title.font: *-times-bold-r-normal--17-*
xpaint*helpDialog.form.title.label: XPaint 2.9.10.3, Aide & Information
!xpaint*helpDialog.form.form.font: *-times-medium-r-normal--14-*
xpaint*helpDialog*textTitle.width: 560
xpaint*helpDialog*textText.width: 560
xpaint*helpDialog*textText.height: 356
xpaint*helpDialog*topicPort.width: 280
xpaint*helpDialog*topicPort.height: 380
xpaint*helpDialog*done.label: Fermer
xpaint*helpDialog*next.label: Suiv.
xpaint*helpDialog*prev.label: Préc.
xpaint*helpDialog*down.label: Page suivante
xpaint*helpDialog*up.label: Page précéd.
xpaint*magnifier.title: XPaint / Loupe
xpaint*magnifier*rotate.label: Rotation
xpaint*magnifier*symmetry.label: syméTrie
xpaint*magnifier*freeze.label: F/Geler
xpaint*magnifier*smooth.label: liSser
xpaint*magnifier*info.label: Info
xpaint*magnifier*memory.label: Mémoriser
xpaint*magnifier*canvas.label: Canevas
xpaint*magnifier*exit.label: Quitter
xpaint*filebrowser*dpi.label: DPI
xpaint*filebrowser*page.label: Page
xpaint*filebrowser*zoom.label: Zoom
xpaint*filebrowser*alpha.label: Alpha
xpaint*filebrowser*refresh.label: Recharger
xpaint*filebrowser*delete.label: Supprimer
xpaint*filebrowser*edit.label: Editer
xpaint*filebrowser*create.label: Créer LXP