saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
1
X11/Sessions/Xfce
Symbolic link
1
X11/Sessions/Xfce
Symbolic link
@@ -0,0 +1 @@
|
||||
Xfce4
|
||||
1
X11/Sessions/Xfce4
Executable file
1
X11/Sessions/Xfce4
Executable file
@@ -0,0 +1 @@
|
||||
startxfce4
|
||||
107
X11/Sessions/Xsession
Executable file
107
X11/Sessions/Xsession
Executable file
@@ -0,0 +1,107 @@
|
||||
#!/bin/sh
|
||||
# $XConsortium: Xsession /main/10 1995/12/18 18:21:28 gildea $
|
||||
|
||||
case $# in
|
||||
1)
|
||||
case $1 in
|
||||
failsafe)
|
||||
exec xterm -geometry 80x24-0-0
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
# redirect errors to a file in user's home directory if we can
|
||||
for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER"
|
||||
do
|
||||
if ( cp /dev/null "$errfile" 2> /dev/null )
|
||||
then
|
||||
chmod 600 "$errfile"
|
||||
exec > "$errfile" 2>&1
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
# clean up after xbanner
|
||||
if which freetemp 2> /dev/null ; then
|
||||
freetemp
|
||||
fi
|
||||
|
||||
startup=$HOME/.xsession
|
||||
|
||||
userresources=$HOME/.Xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
userxkbmap=$HOME/.Xkbmap
|
||||
|
||||
sysresources=/etc/X11/Xresources
|
||||
sysmodmap=/etc/X11/Xmodmap
|
||||
sysxkbmap=/etc/X11/Xkbmap
|
||||
|
||||
rh6sysresources=/etc/X11/xinit/Xresources
|
||||
rh6sysmodmap=/etc/X11/xinit/Xmodmap
|
||||
|
||||
|
||||
# merge in defaults
|
||||
if [ -f "$rh6sysresources" ]; then
|
||||
xrdb -merge "$rh6sysresources"
|
||||
fi
|
||||
|
||||
if [ -f "$sysresources" ]; then
|
||||
xrdb -merge "$sysresources"
|
||||
fi
|
||||
|
||||
if [ -f "$userresources" ]; then
|
||||
xrdb -merge "$userresources"
|
||||
fi
|
||||
|
||||
# merge in keymaps
|
||||
if [ -f "$sysxkbmap" ]; then
|
||||
setxkbmap `cat "$sysxkbmap"`
|
||||
XKB_IN_USE=yes
|
||||
fi
|
||||
|
||||
if [ -f "$userxkbmap" ]; then
|
||||
setxkbmap `cat "$userxkbmap"`
|
||||
XKB_IN_USE=yes
|
||||
fi
|
||||
|
||||
#
|
||||
# Eeek, this seems like too much magic here
|
||||
#
|
||||
if [ -z "$XKB_IN_USE" -a ! -L /etc/X11/X ]; then
|
||||
if grep '^exec.*/Xsun' /etc/X11/X > /dev/null 2>&1 && [ -f /etc/X11/XF86Config ]; then
|
||||
xkbsymbols=`sed -n -e 's/^[ ]*XkbSymbols[ ]*"\(.*\)".*$/\1/p' /etc/X11/XF86Config`
|
||||
if [ -n "$xkbsymbols" ]; then
|
||||
setxkbmap -symbols "$xkbsymbols"
|
||||
XKB_IN_USE=yes
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
# xkb and xmodmap don't play nice together
|
||||
if [ -z "$XKB_IN_USE" ]; then
|
||||
if [ -f "$rh6sysmodmap" ]; then
|
||||
xmodmap "$rh6sysmodmap"
|
||||
fi
|
||||
|
||||
if [ -f "$sysmodmap" ]; then
|
||||
xmodmap "$sysmodmap"
|
||||
fi
|
||||
|
||||
if [ -f "$usermodmap" ]; then
|
||||
xmodmap "$usermodmap"
|
||||
fi
|
||||
fi
|
||||
|
||||
unset XKB_IN_USE
|
||||
|
||||
if [ -x "$startup" ]; then
|
||||
exec "$startup"
|
||||
elif [ -x "$HOME/.Xclients" ]; then
|
||||
exec "$HOME/.Xclients"
|
||||
elif [ -x /etc/X11/xinit/Xclients ]; then
|
||||
exec /etc/X11/xinit/Xclients
|
||||
elif [ -x /etc/X11/Xclients ]; then
|
||||
exec /etc/X11/Xclients
|
||||
else
|
||||
exec xsm
|
||||
fi
|
||||
2
X11/Sessions/i3wm
Executable file
2
X11/Sessions/i3wm
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /usr/bin/i3
|
||||
190
X11/app-defaults/NetHack
Normal file
190
X11/app-defaults/NetHack
Normal file
@@ -0,0 +1,190 @@
|
||||
! The display_file, tombstone, and menu windows are all formatted assuming
|
||||
! a fixed width font. Text windows may or may not be formatted as above.
|
||||
! The rip window applies if the GRAPHIC_TOMBSTONE option is turned on, and
|
||||
! requires a 12 pixel font for correct appearance.
|
||||
!
|
||||
NetHack*font: variable
|
||||
NetHack*display_file*font: fixed
|
||||
NetHack*tombstone*font: fixed
|
||||
NetHack*text*rip*font: -*-times-medium-r-*-*-12-*-*-*-*-*-*-*
|
||||
NetHack*menu*font: fixed
|
||||
NetHack*text*font: fixed
|
||||
NetHack*map*font: nh10
|
||||
|
||||
! To use full-color tiles for the map, uncomment the tile file name.
|
||||
! If you use a 100dpi (or greater) monitor you may wish to double the
|
||||
! tile size so you can see the figures. If NetHack was compiled to
|
||||
! use XPM (USE_XPM in config.h), the tile_file is a standard XPM file.
|
||||
! Otherwise, it is a custom format. double_tile_size only applies to
|
||||
! the custom format - to enlarge an XPM file, use processing tools
|
||||
! such as XV or preferably PBMplus.
|
||||
!
|
||||
NetHack.tile_file: x11tiles
|
||||
!NetHack.double_tile_size: True
|
||||
!
|
||||
! The annotation of pets.
|
||||
!NetHack.pet_mark_bitmap: pet_mark.xbm
|
||||
!NetHack.pet_mark_color: Red
|
||||
|
||||
! Tombstone
|
||||
! The image file
|
||||
!NetHack.tombstone: rip.xpm
|
||||
! Text starts at (tombtext_x, tombtext_y) and subsequent lines
|
||||
! are displaced by (tombtext_dx, tombtext_dy) pixels. If you
|
||||
!NetHack.tombtext_x: 155
|
||||
!NetHack.tombtext_y: 78
|
||||
!NetHack.tombtext_dx: 0
|
||||
!NetHack.tombtext_dy: 13
|
||||
! The color to use for the text on the hero's tombstone
|
||||
NetHack*rip*foreground: black
|
||||
|
||||
! Translation tables. There are currently several actions in nethack, but
|
||||
! the only one you should be using is "input()", which, with no parameters,
|
||||
! uses XLookupString to translate your keypress into a command. You
|
||||
! can optionally give it parameters to change the behavior, see the example
|
||||
! below. Note that you have to specify the translations in every appropriate
|
||||
! window.
|
||||
NetHack*message*translations: <KeyPress>: input()
|
||||
!
|
||||
! Example extra translations for the map window.
|
||||
!
|
||||
!NetHack*map*translations: #override \
|
||||
! !<Key>Left: input(h) \n\
|
||||
! !<Key>Right: input(l) \n\
|
||||
! !<Key>Up: input(k) \n\
|
||||
! !<Key>Down: input(j)
|
||||
!
|
||||
! The icon to use; supported values are nh72, nh56, and nh32; nh72 is the
|
||||
! default. Some window managers may not support the larger icon sizes.
|
||||
! It is not guaranteed that the window manager will honor the icon selection.
|
||||
!NetHack*icon: nh56
|
||||
!
|
||||
! If True, the default, a popup for single character prompts such as y/n
|
||||
! questions is _not_ used.
|
||||
NetHack*slow: True
|
||||
|
||||
! The number of lines the message window will show without scrolling.
|
||||
!NetHack*message_lines: 12
|
||||
!
|
||||
! If True, the message window has a line that seperates old and new messages.
|
||||
!NetHack*message_line: True
|
||||
!
|
||||
! If True, force keyboard to attach to popup windows. Some window managers
|
||||
! enforce a click-to-focus-keyboard policy (e.g. the DECwindows wm). NetHack
|
||||
! has a lot of popups and is almost unplayable without some kind of autofocus.
|
||||
!NetHack*autofocus: True
|
||||
!
|
||||
! Specify the number of rows and columns of the map window. The default
|
||||
! is the standard 80x21 window. Note: this _does_not_ change nethack's
|
||||
! level size, only what you see of it.
|
||||
!NetHack*map*rows: 21
|
||||
!NetHack*map*columns: 80
|
||||
|
||||
! Parts of the fancy status display.
|
||||
!
|
||||
NetHack*status_condition.borderWidth: 0
|
||||
NetHack*status_info*borderWidth: 0
|
||||
|
||||
! Sample color screen entries.
|
||||
!
|
||||
NetHack*nethack.background: wheat
|
||||
NetHack*map*yellow: gold
|
||||
NetHack*map*brown: tan
|
||||
NetHack*map*gray: grey85
|
||||
NetHack*map*foreground: wheat
|
||||
NetHack*map*background: grey40
|
||||
|
||||
NetHack*fancy_status.skipAdjust: True
|
||||
NetHack*fancy_status.background: wheat
|
||||
NetHack*status_info*foreground: Sienna
|
||||
NetHack*status_info*background: wheat
|
||||
NetHack*status_info.background: wheat
|
||||
NetHack*status_attributes*foreground: black
|
||||
NetHack*status_attributes*background: white
|
||||
NetHack*status_condition*foreground: red
|
||||
NetHack*status_condition*background: wheat
|
||||
NetHack*Scrollbar*foreground: Sienna
|
||||
NetHack*Scrollbar*background: wheat
|
||||
NetHack*status_info*showGrip: False
|
||||
NetHack*status_attributes*showGrip: False
|
||||
|
||||
NetHack*player_selection*random.borderColor: blue
|
||||
NetHack*player_selection*random.borderWidth: 2
|
||||
NetHack*player_selection*random.foreground: blue
|
||||
NetHack*player_selection*random.accelerators: #override\n\
|
||||
<Key>Return: set() notify() unset()
|
||||
NetHack*player_selection*quit.borderColor: blue
|
||||
NetHack*player_selection*quit.foreground: blue
|
||||
NetHack*player_selection*Command.borderColor: red
|
||||
NetHack*player_selection*Command.foreground: red
|
||||
NetHack*player_selection*quit.accelerators: #override\n\
|
||||
<Key>Escape: set() notify() unset()
|
||||
|
||||
NetHack*race_selection*random.borderColor: blue
|
||||
NetHack*race_selection*random.borderWidth: 2
|
||||
NetHack*race_selection*random.foreground: blue
|
||||
NetHack*race_selection*random.accelerators: #override\n\
|
||||
<Key>Return: set() notify() unset()
|
||||
NetHack*race_selection*quit.borderColor: blue
|
||||
NetHack*race_selection*quit.foreground: blue
|
||||
NetHack*race_selection*Command.borderColor: red
|
||||
NetHack*race_selection*Command.foreground: red
|
||||
NetHack*race_selection*quit.accelerators: #override\n\
|
||||
<Key>Escape: set() notify() unset()
|
||||
|
||||
NetHack*gender_selection*random.borderColor: blue
|
||||
NetHack*gender_selection*random.borderWidth: 2
|
||||
NetHack*gender_selection*random.foreground: blue
|
||||
NetHack*gender_selection*random.accelerators: #override\n\
|
||||
<Key>Return: set() notify() unset()
|
||||
NetHack*gender_selection*quit.borderColor: blue
|
||||
NetHack*gender_selection*quit.foreground: blue
|
||||
NetHack*gender_selection*Command.borderColor: red
|
||||
NetHack*gender_selection*Command.foreground: red
|
||||
NetHack*gender_selection*quit.accelerators: #override\n\
|
||||
<Key>Escape: set() notify() unset()
|
||||
|
||||
NetHack*alignment_selection*random.borderColor: blue
|
||||
NetHack*alignment_selection*random.borderWidth: 2
|
||||
NetHack*alignment_selection*random.foreground: blue
|
||||
NetHack*alignment_selection*random.accelerators: #override\n\
|
||||
<Key>Return: set() notify() unset()
|
||||
NetHack*alignment_selection*quit.borderColor: blue
|
||||
NetHack*alignment_selection*quit.foreground: blue
|
||||
NetHack*alignment_selection*Command.borderColor: red
|
||||
NetHack*alignment_selection*Command.foreground: red
|
||||
NetHack*alignment_selection*quit.accelerators: #override\n\
|
||||
<Key>Escape: set() notify() unset()
|
||||
|
||||
NetHack*extended_commands*dismiss.borderColor: blue
|
||||
NetHack*extended_commands*dismiss.foreground: blue
|
||||
NetHack*extended_commands*help.borderColor: blue
|
||||
NetHack*extended_commands*help.foreground: blue
|
||||
NetHack*extended_commands*Command.borderColor: red
|
||||
NetHack*extended_commands*Command.foreground: red
|
||||
NetHack*extended_commands*help.accelerators: #override\n\
|
||||
:<Key>?: set() notify() unset()
|
||||
NetHack*extended_commands*dismiss.accelerators: #override\n\
|
||||
<Key>Escape: set() notify() unset()
|
||||
!
|
||||
!
|
||||
! The following are the default 15 colors that the nethack map uses.
|
||||
! If they don't look good on your screen, change them.
|
||||
!
|
||||
! The foreground color is used as "no color".
|
||||
!
|
||||
!NetHack*map*black: black
|
||||
!NetHack*map*red: red
|
||||
!NetHack*map*green: pale green
|
||||
!NetHack*map*brown: brown
|
||||
!NetHack*map*blue: blue
|
||||
!NetHack*map*magenta: magenta
|
||||
!NetHack*map*cyan: light cyan
|
||||
!NetHack*map*gray: gray
|
||||
!NetHack*map*orange: orange
|
||||
!NetHack*map*bright_green: green
|
||||
!NetHack*map*yellow: yellow
|
||||
!NetHack*map*bright_blue: royal blue
|
||||
!NetHack*map*bright_magenta: violet
|
||||
!NetHack*map*bright_cyan: cyan
|
||||
!NetHack*map*white: white
|
||||
958
X11/app-defaults/XPaint
Normal file
958
X11/app-defaults/XPaint
Normal 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.2 Help & Information
|
||||
xpaint*helpDialog*textTitle.width: 560
|
||||
xpaint*helpDialog*textText.width: 560
|
||||
xpaint*helpDialog*textText.height: 356
|
||||
xpaint*helpDialog*topicPort.width: 250
|
||||
xpaint*helpDialog*topicPort.height: 380
|
||||
xpaint*helpDialog*done.label: Done
|
||||
xpaint*helpDialog*next.label: Next
|
||||
xpaint*helpDialog*prev.label: Previous
|
||||
xpaint*helpDialog*down.label: Pg Down
|
||||
xpaint*helpDialog*up.label: Pg Up
|
||||
|
||||
xpaint*magnifier.title: XPaint / Magnifier
|
||||
xpaint*magnifier*rotate.label: Rotation
|
||||
xpaint*magnifier*symmetry.label: symmeTry
|
||||
xpaint*magnifier*freeze.label: Freeze
|
||||
xpaint*magnifier*smooth.label: Smooth
|
||||
xpaint*magnifier*info.label: Info
|
||||
xpaint*magnifier*memory.label: Memory
|
||||
xpaint*magnifier*canvas.label: Canvas
|
||||
xpaint*magnifier*exit.label: Quit
|
||||
|
||||
xpaint*filebrowser*dpi.label: DPI
|
||||
xpaint*filebrowser*page.label: Page
|
||||
xpaint*filebrowser*zoom.label: Zoom
|
||||
xpaint*filebrowser*refresh.label: Refresh
|
||||
xpaint*filebrowser*delete.label: Delete
|
||||
xpaint*filebrowser*edit.label: Edit
|
||||
xpaint*filebrowser*create.label: Create LXP
|
||||
|
||||
955
X11/app-defaults/XPaint_es
Normal file
955
X11/app-defaults/XPaint_es
Normal 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.2, 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
|
||||
950
X11/app-defaults/XPaint_fr
Normal file
950
X11/app-defaults/XPaint_fr
Normal 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.2, 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
|
||||
52
X11/chooser.sh
Executable file
52
X11/chooser.sh
Executable file
@@ -0,0 +1,52 @@
|
||||
#!/bin/sh
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License, v2
|
||||
# Author: Martin Schlemmer <azarah@gentoo.org>
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/chooser.sh,v 1.5 2009/11/14 14:18:43 scarabeus Exp $
|
||||
|
||||
# Find a match for $XSESSION in /etc/X11/Sessions
|
||||
GENTOO_SESSION=""
|
||||
for x in /etc/X11/Sessions/* ; do
|
||||
if [ "`echo ${x##*/} | awk '{ print toupper($1) }'`" \
|
||||
= "`echo ${XSESSION} | awk '{ print toupper($1) }'`" ]; then
|
||||
GENTOO_SESSION=${x}
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
GENTOO_EXEC=""
|
||||
|
||||
if [ -n "${XSESSION}" ]; then
|
||||
if [ -f /etc/X11/Sessions/${XSESSION} ]; then
|
||||
if [ -x /etc/X11/Sessions/${XSESSION} ]; then
|
||||
GENTOO_EXEC="/etc/X11/Sessions/${XSESSION}"
|
||||
else
|
||||
GENTOO_EXEC="/bin/sh /etc/X11/Sessions/${XSESSION}"
|
||||
fi
|
||||
elif [ -n "${GENTOO_SESSION}" ]; then
|
||||
if [ -x "${GENTOO_SESSION}" ]; then
|
||||
GENTOO_EXEC="${GENTOO_SESSION}"
|
||||
else
|
||||
GENTOO_EXEC="/bin/sh ${GENTOO_SESSION}"
|
||||
fi
|
||||
else
|
||||
x=""
|
||||
y=""
|
||||
|
||||
for x in "${XSESSION}" \
|
||||
"`echo ${XSESSION} | awk '{ print toupper($1) }'`" \
|
||||
"`echo ${XSESSION} | awk '{ print tolower($1) }'`"
|
||||
do
|
||||
# Fall through ...
|
||||
if [ -x "`which ${x} 2>/dev/null`" ]; then
|
||||
GENTOO_EXEC="`which ${x} 2>/dev/null`"
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "${GENTOO_EXEC}"
|
||||
|
||||
|
||||
# vim:ts=4
|
||||
143
X11/mwm/system.mwmrc
Normal file
143
X11/mwm/system.mwmrc
Normal file
@@ -0,0 +1,143 @@
|
||||
!
|
||||
! Motif
|
||||
!
|
||||
! Copyright (c) 1987-2012, The Open Group. All rights reserved.
|
||||
!
|
||||
! These libraries and programs are free software; you can
|
||||
! redistribute them and/or modify them under the terms of the GNU
|
||||
! Lesser General Public License as published by the Free Software
|
||||
! Foundation; either version 2 of the License, or (at your option)
|
||||
! any later version.
|
||||
!
|
||||
! These libraries and programs are distributed in the hope that
|
||||
! they will be useful, but WITHOUT ANY WARRANTY; without even the
|
||||
! implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
! PURPOSE. See the GNU Lesser General Public License for more
|
||||
! details.
|
||||
!
|
||||
! You should have received a copy of the GNU Lesser General Public
|
||||
! License along with these librararies and programs; if not, write
|
||||
! to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
|
||||
! Floor, Boston, MA 02110-1301 USA
|
||||
!
|
||||
! $XConsortium: system.mwmrc /main/9 1996/10/25 11:45:42 drk $
|
||||
!
|
||||
! HISTORY
|
||||
!
|
||||
|
||||
!!
|
||||
!! DEFAULT Mwm RESOURCE DESCRIPTION FILE (system.mwmrc)
|
||||
!!
|
||||
!! NOTE: To personalize this file, copy this file before editing it.
|
||||
!! Personalize copies of the Mwm resource file typically
|
||||
!! reside as:
|
||||
!!
|
||||
!! $HOME/.mwmrc
|
||||
!!
|
||||
|
||||
!!
|
||||
!! Root Menu Description (this menu must be explicitly posted via f.menu)
|
||||
!!
|
||||
|
||||
Menu DefaultRootMenu
|
||||
{
|
||||
"Root Menu" f.title
|
||||
"New Window" f.exec "xterm &"
|
||||
"Shuffle Up" f.circle_up
|
||||
"Shuffle Down" f.circle_down
|
||||
"Refresh" f.refresh
|
||||
"Pack Icons" f.pack_icons
|
||||
! "Toggle Behavior..." f.set_behavior
|
||||
no-label f.separator
|
||||
"Restart..." f.restart
|
||||
"Quit..." f.quit_mwm
|
||||
|
||||
}
|
||||
|
||||
Menu RootMenu_1.1
|
||||
{
|
||||
"Root Menu" f.title
|
||||
"New Window" f.exec "xterm &"
|
||||
"Shuffle Up" f.circle_up
|
||||
"Shuffle Down" f.circle_down
|
||||
"Refresh" f.refresh
|
||||
! "Pack Icons" f.pack_icons
|
||||
! "Toggle Behavior" f.set_behavior
|
||||
no-label f.separator
|
||||
"Restart..." f.restart
|
||||
}
|
||||
|
||||
!!
|
||||
!! Default Window Menu Description
|
||||
!!
|
||||
|
||||
Menu DefaultWindowMenu
|
||||
{
|
||||
Restore _R Alt<Key>F5 f.restore
|
||||
Move _M Alt<Key>F7 f.move
|
||||
Size _S Alt<Key>F8 f.resize
|
||||
Minimize _n Alt<Key>F9 f.minimize
|
||||
Maximize _x Alt<Key>F10 f.maximize
|
||||
Lower _L Alt<Key>F3 f.lower
|
||||
no-label f.separator
|
||||
Close _C Alt<Key>F4 f.kill
|
||||
}
|
||||
|
||||
|
||||
!!
|
||||
!! Key Binding Description
|
||||
!!
|
||||
|
||||
Keys DefaultKeyBindings
|
||||
{
|
||||
Shift<Key>Escape window|icon f.post_wmenu
|
||||
Alt<Key>space window|icon f.post_wmenu
|
||||
Alt<Key>Tab root|icon|window f.next_key
|
||||
Alt Shift<Key>Tab root|icon|window f.prev_key
|
||||
Alt<Key>Escape root|icon|window f.circle_down
|
||||
Alt Shift<Key>Escape root|icon|window f.circle_up
|
||||
Alt Shift Ctrl<Key>exclam root|icon|window f.set_behavior
|
||||
Alt<Key>F6 window f.next_key transient
|
||||
Alt Shift<Key>F6 window f.prev_key transient
|
||||
Shift<Key>F10 icon f.post_wmenu
|
||||
! Alt Shift<Key>Delete root|icon|window f.restart
|
||||
}
|
||||
|
||||
!!
|
||||
!! Button Binding Description(s)
|
||||
!!
|
||||
|
||||
Buttons DefaultButtonBindings
|
||||
{
|
||||
<Btn1Down> icon|frame f.raise
|
||||
<Btn3Down> icon|frame f.post_wmenu
|
||||
<Btn3Down> root f.menu DefaultRootMenu
|
||||
}
|
||||
|
||||
Buttons ExplicitButtonBindings
|
||||
{
|
||||
<Btn1Down> frame|icon f.raise
|
||||
<Btn3Down> frame|icon f.post_wmenu
|
||||
<Btn3Down> root f.menu DefaultRootMenu
|
||||
! <Btn1Up> icon f.restore
|
||||
Alt<Btn1Down> window|icon f.lower
|
||||
! Alt<Btn2Down> window|icon f.resize
|
||||
! Alt<Btn3Down> window|icon f.move
|
||||
|
||||
}
|
||||
|
||||
Buttons PointerButtonBindings
|
||||
{
|
||||
<Btn1Down> frame|icon f.raise
|
||||
<Btn3Down> frame|icon f.post_wmenu
|
||||
<Btn3Down> root f.menu DefaultRootMenu
|
||||
<Btn1Down> window f.raise
|
||||
! <Btn1Up> icon f.restore
|
||||
Alt<Btn1Down> window|icon f.lower
|
||||
! Alt<Btn2Down> window|icon f.resize
|
||||
! Alt<Btn3Down> window|icon f.move
|
||||
}
|
||||
|
||||
!!
|
||||
!! END OF mwm RESOURCE DESCRIPTION FILE
|
||||
!!
|
||||
31
X11/startDM.sh
Executable file
31
X11/startDM.sh
Executable file
@@ -0,0 +1,31 @@
|
||||
#!/bin/sh
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License, v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/startDM.sh,v 1.5 2011/01/22 15:35:49 lxnay Exp $
|
||||
|
||||
# We need to source /etc/profile for stuff like $LANG to work
|
||||
# bug #10190.
|
||||
. /etc/profile
|
||||
|
||||
. /etc/init.d/functions.sh
|
||||
|
||||
# baselayout-1 compat
|
||||
if ! type get_options >/dev/null 2>/dev/null ; then
|
||||
[ -r "${svclib}"/sh/rc-services.sh ] && . "${svclib}"/sh/rc-services.sh
|
||||
fi
|
||||
|
||||
# Great new Gnome2 feature, AA
|
||||
# We enable this by default
|
||||
export GDK_USE_XFT=1
|
||||
|
||||
export SVCNAME=xdm
|
||||
EXEC="$(get_options service)"
|
||||
NAME="$(get_options name)"
|
||||
PIDFILE="$(get_options pidfile)"
|
||||
START_STOP_ARGS="$(get_options start_stop_args)"
|
||||
|
||||
start-stop-daemon --start --exec ${EXEC} \
|
||||
${NAME:+--name} ${NAME} ${PIDFILE:+--pidfile} ${PIDFILE} ${START_STOP_ARGS} || \
|
||||
eerror "ERROR: could not start the Display Manager"
|
||||
|
||||
# vim:ts=4
|
||||
16
X11/xinit.d/libcanberra-gtk-module.sh
Normal file
16
X11/xinit.d/libcanberra-gtk-module.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
# to be sourced
|
||||
|
||||
case "$SESSION" in
|
||||
GNOME)
|
||||
# Done by gnome-settings-daemon
|
||||
;;
|
||||
*)
|
||||
if [ -z "$GTK_MODULES" ] ; then
|
||||
GTK_MODULES="canberra-gtk-module"
|
||||
else
|
||||
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
|
||||
fi
|
||||
export GTK_MODULES
|
||||
;;
|
||||
esac
|
||||
109
X11/xinit/._cfg0000_xinitrc
Normal file
109
X11/xinit/._cfg0000_xinitrc
Normal file
@@ -0,0 +1,109 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
userresources=$HOME/.Xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
sysresources=/etc/X11/xinit/Xresources
|
||||
sysmodmap=/etc/X11/xinit/Xmodmap
|
||||
|
||||
# merge in defaults and keymaps
|
||||
|
||||
if [ -f $sysresources ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge $sysresources
|
||||
|
||||
fi
|
||||
|
||||
if [ -f $sysmodmap ]; then
|
||||
xmodmap $sysmodmap
|
||||
fi
|
||||
|
||||
if [ -f "$userresources" ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge "$userresources"
|
||||
|
||||
fi
|
||||
|
||||
if [ -f "$usermodmap" ]; then
|
||||
xmodmap "$usermodmap"
|
||||
fi
|
||||
|
||||
# start some nice programs
|
||||
|
||||
|
||||
if [ -n "`/etc/X11/chooser.sh`" ]; then
|
||||
command="`/etc/X11/chooser.sh`"
|
||||
else
|
||||
failsafe="yes"
|
||||
fi
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/?* ; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
||||
if [ -n "$failsafe" ]; then
|
||||
twm &
|
||||
xclock -geometry 50x50-1+1 &
|
||||
xterm -geometry 80x50+494+51 &
|
||||
xterm -geometry 80x20+494-0 &
|
||||
exec xterm -geometry 80x66+0+0 -name login
|
||||
else
|
||||
exec $command
|
||||
fi
|
||||
6
X11/xinit/._cfg0000_xserverrc
Executable file
6
X11/xinit/._cfg0000_xserverrc
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ -z "$XDG_VTNR" ]; then
|
||||
exec /usr/bin/X -nolisten tcp "$@"
|
||||
else
|
||||
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
|
||||
fi
|
||||
66
X11/xinit/xinitrc
Normal file
66
X11/xinit/xinitrc
Normal file
@@ -0,0 +1,66 @@
|
||||
#!/bin/sh
|
||||
|
||||
userresources=$HOME/.Xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
sysresources=/etc/X11/xinit/Xresources
|
||||
sysmodmap=/etc/X11/xinit/Xmodmap
|
||||
|
||||
# merge in defaults and keymaps
|
||||
|
||||
if [ -f $sysresources ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge $sysresources
|
||||
|
||||
fi
|
||||
|
||||
if [ -f $sysmodmap ]; then
|
||||
xmodmap $sysmodmap
|
||||
fi
|
||||
|
||||
if [ -f "$userresources" ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge "$userresources"
|
||||
|
||||
fi
|
||||
|
||||
if [ -f "$usermodmap" ]; then
|
||||
xmodmap "$usermodmap"
|
||||
fi
|
||||
|
||||
# start some nice programs
|
||||
|
||||
|
||||
if [ -n "`/etc/X11/chooser.sh`" ]; then
|
||||
command="`/etc/X11/chooser.sh`"
|
||||
else
|
||||
failsafe="yes"
|
||||
fi
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/?* ; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
||||
if [ -n "$failsafe" ]; then
|
||||
twm &
|
||||
xclock -geometry 50x50-1+1 &
|
||||
xterm -geometry 80x50+494+51 &
|
||||
xterm -geometry 80x20+494-0 &
|
||||
exec xterm -geometry 80x66+0+0 -name login
|
||||
else
|
||||
exec $command
|
||||
fi
|
||||
7
X11/xinit/xinitrc.d/00-xhost
Executable file
7
X11/xinit/xinitrc.d/00-xhost
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Allow all local connections from the current UID
|
||||
# This fixes issues with hostname changes (usually by dhcp clients)
|
||||
# see bug 287498 for more info
|
||||
|
||||
[ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] &&
|
||||
xhost +si:localuser:`id -un` > /dev/null 2>&1
|
||||
5
X11/xinit/xinitrc.d/11-xdg-menu-kde-4
Executable file
5
X11/xinit/xinitrc.d/11-xdg-menu-kde-4
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "${XDG_MENU_PREFIX}" ] && [ "${DESKTOP_SESSION}" = "KDE-4" ]; then
|
||||
export XDG_MENU_PREFIX="kde-4-"
|
||||
fi
|
||||
16
X11/xinit/xinitrc.d/40-libcanberra-gtk-module
Executable file
16
X11/xinit/xinitrc.d/40-libcanberra-gtk-module
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
# to be sourced
|
||||
|
||||
case "$SESSION" in
|
||||
GNOME)
|
||||
# Done by gnome-settings-daemon
|
||||
;;
|
||||
*)
|
||||
if [ -z "$GTK_MODULES" ] ; then
|
||||
GTK_MODULES="canberra-gtk-module"
|
||||
else
|
||||
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
|
||||
fi
|
||||
export GTK_MODULES
|
||||
;;
|
||||
esac
|
||||
13
X11/xinit/xinitrc.d/80-dbus
Executable file
13
X11/xinit/xinitrc.d/80-dbus
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# launches a session dbus instance
|
||||
|
||||
dbuslaunch="`which dbus-launch 2>/dev/null`"
|
||||
if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
||||
if [ -n "$command" ]; then
|
||||
command="$dbuslaunch --exit-with-session $command"
|
||||
else
|
||||
eval `$dbuslaunch --sh-syntax --exit-with-session`
|
||||
fi
|
||||
fi
|
||||
|
||||
32
X11/xinit/xinitrc.d/90-consolekit
Executable file
32
X11/xinit/xinitrc.d/90-consolekit
Executable file
@@ -0,0 +1,32 @@
|
||||
# -*- sh -*-
|
||||
# Xsession.d script for ck-launch-session.
|
||||
#
|
||||
#
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
CK_LAUNCH_SESSION=/usr/bin/ck-launch-session
|
||||
|
||||
is_on_console() {
|
||||
session=$(dbus-send --system --dest=org.freedesktop.ConsoleKit \
|
||||
--type=method_call --print-reply --reply-timeout=2000 \
|
||||
/org/freedesktop/ConsoleKit/Manager \
|
||||
org.freedesktop.ConsoleKit.Manager.GetCurrentSession \
|
||||
| grep path | awk '{print $3}' | sed s/\"//g)
|
||||
x11_display=$(dbus-send --system --dest=org.freedesktop.ConsoleKit \
|
||||
--type=method_call --print-reply --reply-timeout=2000 \
|
||||
$session org.freedesktop.ConsoleKit.Session.GetX11Display \
|
||||
| grep string | awk '{print $2}' | sed s/\"//g)
|
||||
|
||||
if [ -z "$x11_display" ] ; then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
# gdm already creates a CK session for us, so do not run the expensive D-Bus
|
||||
# calls if we have $GDMSESSION
|
||||
if [ -z "$GDMSESSION" ] && [ -x "$CK_LAUNCH_SESSION" ] && \
|
||||
( [ -z "$XDG_SESSION_COOKIE" ] || is_on_console ) ; then
|
||||
command="$CK_LAUNCH_SESSION $command"
|
||||
fi
|
||||
2
X11/xinit/xinitrc.d/95-nvidia-settings
Executable file
2
X11/xinit/xinitrc.d/95-nvidia-settings
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/opt/bin/nvidia-settings --load-config-only
|
||||
2
X11/xinit/xserverrc
Executable file
2
X11/xinit/xserverrc
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /usr/bin/X -nolisten tcp "$@"
|
||||
123
X11/xorg.conf
Normal file
123
X11/xorg.conf
Normal file
@@ -0,0 +1,123 @@
|
||||
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
|
||||
# nvidia-xconfig: version 275.09.07 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Wed Jun 8 14:38:32 PDT 2011
|
||||
|
||||
Section "ServerLayout"
|
||||
Identifier "Layout0"
|
||||
Screen 0 "Screen0" 0 0
|
||||
# Screen 1 "Screen1" RightOf "Screen0"
|
||||
InputDevice "Keyboard0" "CoreKeyboard"
|
||||
InputDevice "Mouse0" "CorePointer"
|
||||
Option "Xinerama" "0"
|
||||
EndSection
|
||||
|
||||
Section "Files"
|
||||
FontPath "/usr/share/fonts/urw-fonts/"
|
||||
FontPath "/usr/share/fonts/unifont/"
|
||||
FontPath "/usr/share/fonts/truetype/"
|
||||
FontPath "/usr/share/fonts/dejavu/"
|
||||
FontPath "/usr/share/fonts/corefonts"
|
||||
FontPath "/usr/share/fonts/75dpi/"
|
||||
FontPath "/usr/share/fonts/100dpi"
|
||||
FontPath "/usr/share/fonts/own/"
|
||||
FontPath "/usr/share/fonts/freefont-ttf"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
# generated from data in "/etc/conf.d/gpm"
|
||||
Identifier "Mouse0"
|
||||
Driver "mouse"
|
||||
Option "Protocol"
|
||||
Option "Device" "/dev/input/mice"
|
||||
Option "Emulate3Buttons" "no"
|
||||
Option "ZAxisMapping" "4 5"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
# generated from default
|
||||
Identifier "Keyboard0"
|
||||
Driver "kbd"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
Identifier "Joystick0"
|
||||
Driver "joystick"
|
||||
Option "Device" "/dev/input/js0"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "keyboard-layout"
|
||||
Driver "evdev"
|
||||
Option "XkbModel" "pc105"
|
||||
Option "XkbLayout" "de"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "joystick catchall"
|
||||
MatchIsJoystick "on"
|
||||
MatchDevicePath "/dev/input/js0"
|
||||
Driver "evdev"
|
||||
Option "StartKeysEnabled" "False"
|
||||
Option "StartMouseEnabled" "False"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Monitor0"
|
||||
VendorName "Asus"
|
||||
ModelName "PB248"
|
||||
# DisplaySize 518 324
|
||||
# HorizSync 24.0 - 80.0
|
||||
# VertRefresh 59.0 - 61.0
|
||||
Option "DPMS"
|
||||
# Option "DPI" "90x87"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Monitor1"
|
||||
VendorName "Asus"
|
||||
ModelName "PB248"
|
||||
# DisplaySize 518 324
|
||||
# HorizSync 24.0 - 80.0
|
||||
# VertRefresh 59.0 - 61.0
|
||||
Option "DPMS"
|
||||
# Option "DPI" "90x87"
|
||||
EndSection
|
||||
|
||||
# Section "Device"
|
||||
# Identifier "Device0"
|
||||
# Driver "nouveau"
|
||||
# Driver "nvidia"
|
||||
# VendorName "NVIDIA Corporation"
|
||||
# BoardName "GeForce GTX 460"
|
||||
# BusID "PCI:2:0:0"
|
||||
# # Option "UseEdidDpi" "False"
|
||||
# Option "XvmcUsesTextures" "true"
|
||||
# Option "Coolbits" "4"
|
||||
# EndSection
|
||||
|
||||
Section "Device"
|
||||
Identifier "Device0"
|
||||
# Driver "nouveau"
|
||||
Driver "nvidia"
|
||||
VendorName "NVIDIA Corporation"
|
||||
BoardName "GeForce GTX 460"
|
||||
BusID "PCI:2:0:0"
|
||||
# Option "UseEdidDpi" "False"
|
||||
# Option "XvmcUsesTextures" "true"
|
||||
# Option "Coolbits" "4"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Device0"
|
||||
Monitor "Monitor0"
|
||||
DefaultDepth 24
|
||||
Option "Stereo" "0"
|
||||
# Option "nvidiaXineramaInfoOrder" "DFP-0"
|
||||
# Option "metamodes" "DVI-I-1: nvidia-auto-select +0+0, DVI-I-2: nvidia-auto-select +1920+0"
|
||||
Option "SLI" "Off"
|
||||
Option "MultiGPU" "Off"
|
||||
Option "BaseMosaic" "off"
|
||||
SubSectionSub "Display"
|
||||
Depth 24
|
||||
EndSubSection
|
||||
EndSection
|
||||
9
X11/xorg.conf.d/90-custom-kbd.conf
Normal file
9
X11/xorg.conf.d/90-custom-kbd.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
Section "InputClass"
|
||||
Identifier "Keyboard0"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbModel" "pc105"
|
||||
Option "XkbLayout" "de,us"
|
||||
Option "XkbVariant" "qwertz,"
|
||||
Option "XkbRules" "xorg"
|
||||
EndSection
|
||||
|
||||
Reference in New Issue
Block a user