Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37491949
en ru br
ALT Linux repos
S:0.2.8.5-alt2
D:0.2.8.4-alt1.1
5.0: 0.2.8.5-alt1
4.1: 0.2.8.4-alt1
4.0: 0.2.8.4-alt1
3.0: 0.2.8.1-alt2

Group :: System/Internationalization
RPM: app-defaults

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

app-defaults-0.2.8.4/000075500000000000000000000000001071174144000142455ustar00rootroot00000000000000app-defaults-0.2.8.4/Makefile000064400000000000000000000015431071174144000157100ustar00rootroot00000000000000LOCALES = ru_RU.CP1251 ru_RU.KOI8-R uk_UA.CP1251 uk_UA.KOI8-U be_BY.CP1251
LOCALES_APP = $(LOCALES) ru_RU.UTF-8 uk_UA.UTF-8 be_BY.UTF-8

X11X11DIR = $(RPM_BUILD_ROOT)/usr/share/X11
CONFDIR = $(RPM_BUILD_ROOT)/etc
X11CONFDIR = $(CONFDIR)/X11

NAME = app-defaults

all:
@echo Do make install


install:
#Locales
for lang in $(LOCALES_APP); do\
(cd $$lang && install -d $(X11X11DIR)/$$lang/$(NAME) && cp -pf * $(X11X11DIR)/$$lang/$(NAME)/);\
done
#General
for lang in $(LOCALES_APP); do\
(cd common && cp -pf * $(X11X11DIR)/$$lang/$(NAME)/);\
done
#Xresources
install -d $(X11CONFDIR)
(cd Xresourses &&\
for lang in $(LOCALES); do\
(cd $$lang && cp -pf Xresources $(X11CONFDIR)/Xresources.$$lang && touch $(X11CONFDIR)/Xresources-site.$$lang);\
done)
#install main Xresources
cp -pf Xresourses/Xresources $(X11CONFDIR)
touch $(X11CONFDIR)/Xresources-site
app-defaults-0.2.8.4/Xresourses/000075500000000000000000000000001071174144000164275ustar00rootroot00000000000000app-defaults-0.2.8.4/Xresourses/Xresources000064400000000000000000000107031071174144000205150ustar00rootroot00000000000000! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
!
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
!
! Modifications for ALT Linux by ALT Linux Team <devel@altlinux.ru>
! (C) 2002-2004, ALT Linux Team <devel@altlinux.ru>
!
! You may use this file as specified under the GNU General Public License


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)

! If true, overrides the mapping of C1 controls (codes 128-159) to make
! them be treated as if they were printable characters. Although this
! corresponds to no particular standard, some users insist it is a VT100.
! The default is "false".
*VT100.allowC1Printable: true

! Specifies whether or not recognition of ANSI (ISO 6429) color change
! escape sequences should be enabled.
! The default is "true".
!*VT100*colorMode: true

! Specifies whether characters with the bold attribute should be
! displayed in color or as bold characters. Note that setting
! colorMode off disables all colors, including bold.
*VT100*colorBDMode: true

! This specifies the color to use to display bold characters if the
! "colorBDMode" resource is enabled.
*VT100*colorBD: blue

! Specifies whether characters with the underline attribute should be
! displayed in color or as underlined characters. Note that setting
! colorMode off disables all colors, including underlining.
*VT100*colorULMode: true

! This specifies the color to use to display underlined characters if the
! "colorULMode" resource is enabled.
*VT100*colorUL: magenta

! Specifies whether or not escape sequences to change colors assigned to
! different attributes are recognized.
*VT100*dynamicColors: true

! If "true", Meta characters input from the keyboard are presented as
! a single character with the eighth bit turned on. The terminal is
! put into 8-bit mode. If "false", Meta characters are converted into
! a two-character sequence with the character itself preceded by ESC.
! The terminal is put into 7-bit mode. The metaSendsEscape resource may
! override this.
! The default is "true".
*VT100.eightBitInput: false

*VT100*fontMenu*fontdefault*Label:Default

! If "false", selecting with the mouse highlights all positions on the
! screen between the beginning of the selection and the current position.
! If "true", xterm highlights only the positions that contain text that
! can be selected.
! The default is "false".
*VT100*highlightSelection: true

! Specifies the number of lines to save beyond the top of the screen when
! a scrollbar is turned on. The default is 64.
*VT100*saveLines: 9999
Aterm*saveLines: 9999
Rxvt*saveLines: 9999

! Specifies whether or not the scrollbar should be displayed.
! The default is "false".
*VT100*scrollBar: true
Aterm*scrollBar: true
Rxvt*scrollBar: true

! Specifies whether or not pressing a key should automatically cause the
! scrollbar to go to the bottom of the scrolling region.
! The default is "false".
*VT100*scrollKey: true
Aterm*scrollKey: true
Rxvt*scrollKey: true

! Specifies whether or not output to the terminal should automatically
! cause the scrollbar to go to the bottom of the scrolling region.
! The default is "true".
*VT100*scrollTtyOutput: false
Aterm*scrollTtyOutput: false
Rxvt*scrollTtyOutput: false

! This resource specifies whether or not to ignore the 'alternate screen'
! of applications such as less and vi. When it is off, these applications
! will restore the contents of the screen when they are exited to what they
! were before they were started. When it is on, the contents of view will
! remain on the screen after the program is quit.
*VT100*titeInhibit: false
Aterm*titeInhibit: false
Rxvt*titeInhibit: false

! This specifies whether or not text with the underline attribute should
! be underlined. It may be desirable to disable underlining when color
! is being used for the underline attribute.
*VT100*underLine: false

! Specifies whether or not a visible bell (i.e., flashing) should be used
! instead of an audible bell when Control-G is received.
! The default is "false".
*VT100*visualBell: false

! Specifies whether or not reverse-wraparound should be enabled.
! The default is "false".
*VT100*reverseWrap: true

! Second part of hack for kbs vs. Emacs: xterm will use escape sequence from terminfo database
*backarrowKeyIsErase:true

! Wheel mouse support for netscape.
Netscape*globalTranslations: #override\
<Btn5Up>: LineDown()\n\
<Btn4Up>: LineUp()

Scrollbar.JumpCursor: true

! Default Xcursor theme
Xcursor.theme: jimmac

#include "/etc/X11/Xresources-site"
app-defaults-0.2.8.4/Xresourses/be_BY.CP1251/000075500000000000000000000000001071174144000202215ustar00rootroot00000000000000app-defaults-0.2.8.4/Xresourses/be_BY.CP1251/Xresources000064400000000000000000000011741071174144000223110ustar00rootroot00000000000000! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
! Modification for Mandrake RE by AEN <aen@logic.ru>
! Modifications for ALT Linux by ALT Linux Team.
! You may use this file as specified under the GNU General Public License

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)
XTerm*VT100*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251
Aterm*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251
Rxvt*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251

#include "/etc/X11/Xresources-site.be_BY.CP1251"
app-defaults-0.2.8.4/Xresourses/ru_RU.CP1251/000075500000000000000000000000001071174144000202755ustar00rootroot00000000000000app-defaults-0.2.8.4/Xresourses/ru_RU.CP1251/Xresources000064400000000000000000000011741071174144000223650ustar00rootroot00000000000000! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
! Modification for Mandrake RE by AEN <aen@logic.ru>
! Modifications for ALT Linux by ALT Linux Team.
! You may use this file as specified under the GNU General Public License

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)
XTerm*VT100*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251
Aterm*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251
Rxvt*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251

#include "/etc/X11/Xresources-site.ru_RU.CP1251"
app-defaults-0.2.8.4/Xresourses/ru_RU.KOI8-R/000075500000000000000000000000001071174144000203735ustar00rootroot00000000000000app-defaults-0.2.8.4/Xresourses/ru_RU.KOI8-R/Xresources000064400000000000000000000011361071174144000224610ustar00rootroot00000000000000! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
! Modification for Mandrake RE by AEN <aen@logic.ru>
! Modifications for ALT Linux by ALT Linux Team.
! You may use this file as specified under the GNU General Public License

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)
XTerm*VT100*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-koi8-r
Aterm*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-koi8-r
Rxvt*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-koi8-r

#include "/etc/X11/Xresources-site.ru_RU.KOI8-R"
app-defaults-0.2.8.4/Xresourses/uk_UA.CP1251/000075500000000000000000000000001071174144000202455ustar00rootroot00000000000000app-defaults-0.2.8.4/Xresourses/uk_UA.CP1251/Xresources000064400000000000000000000011751071174144000223360ustar00rootroot00000000000000! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
! Modifications for Mandrake RE by AEN <aen@logic.ru>
! Modifications for ALT Linux by ALT Linux Team.
! You may use this file as specified under the GNU General Public License

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)
XTerm*VT100*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251
Aterm*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251
Rxvt*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-microsoft-cp1251

#include "/etc/X11/Xresources-site.uk_UA.CP1251"
app-defaults-0.2.8.4/Xresourses/uk_UA.KOI8-U/000075500000000000000000000000001071174144000203465ustar00rootroot00000000000000app-defaults-0.2.8.4/Xresourses/uk_UA.KOI8-U/Xresources000064400000000000000000000013141071174144000224320ustar00rootroot00000000000000! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
! Modification for Mandrake RE by AEN <aen@logic.ru>
! Modifications for ALT Linux by ALT Linux Team.
! You may use this file as specified under the GNU General Public License
!
! 14 April 2002: s/koi8-ub/koi8-u/g -- we have koi8-u fonts in the
! cyr_rfx subpackage. (imz@altlinux.ru)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)
XTerm*VT100*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-koi8-u
Aterm*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-koi8-u
Rxvt*font: -misc-fixed-medium-r-normal--15-*-*-*-*-*-koi8-u

#include "/etc/X11/Xresources-site.uk_UA.KOI8-U"
app-defaults-0.2.8.4/be_BY.CP1251/000075500000000000000000000000001071174144000160375ustar00rootroot00000000000000app-defaults-0.2.8.4/be_BY.CP1251/XClipboard000064400000000000000000000070121071174144000200110ustar00rootroot00000000000000! $XConsortium: XClipboard.ad,v 1.13 94/02/09 19:43:59 gildea Exp $
*Command*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-microsoft-cp1251
*Label*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-microsoft-cp1251
*Text*Font: -*-courier-medium-r-normal--*-120-*-*-*-*-microsoft-cp1251

*quit.label: Quit
*quit.top: ChainTop
*quit.bottom: ChainTop
*quit.left: ChainLeft
*quit.right: ChainLeft
*quit.translations: #override \n\
<Btn1Down>,<Btn1Up>:Quit() unset()

*delete.label: Delete
*delete.fromHoriz: quit
*delete.top: ChainTop
*delete.bottom: ChainTop
*delete.left: ChainLeft
*delete.right: ChainLeft
*delete.translations: #override \n\
<Btn1Down>,<Btn1Up>:DeleteClip() unset()

*new.label: New
*new.fromHoriz: delete
*new.top: ChainTop
*new.bottom: ChainTop
*new.left: ChainLeft
*new.right: ChainLeft
*new.translations: #override \n\
<Btn1Down>,<Btn1Up>:NewClip() unset()

*save.label: Save
*save.fromHoriz: new
*save.top: ChainTop
*save.bottom: ChainTop
*save.left: ChainLeft
*save.right: ChainLeft
*save.translations: #override \n\
<Btn1Down>,<Btn1Up>:Save() unset()

*next.label: Next
*next.fromHoriz: save
*next.top: ChainTop
*next.bottom: ChainTop
*next.left: ChainLeft
*next.right: ChainLeft
*next.translations: #override \n\
<Btn1Down>,<Btn1Up>:NextClip() unset()

*prev.label: Prev
*prev.fromHoriz: next
*prev.top: ChainTop
*prev.bottom: ChainTop
*prev.left: ChainLeft
*prev.right: ChainLeft
*prev.translations: #override \n\
<Btn1Down>,<Btn1Up>:PrevClip() unset()

*index.fromHoriz: prev
*index.top: ChainTop
*index.bottom: ChainTop
*index.left: ChainLeft
*index.right: ChainLeft
*index.resizable: true

*text.scrollVertical: WhenNeeded
*text.scrollHorizontal: WhenNeeded
*text.autoFill: on

*text.fromVert: quit
*text.top: ChainTop
*text.bottom: ChainBottom
*text.left: ChainLeft
*text.right: ChainRight
*text.resizable: true
*text.width: 300

XClipboard.geometry: 300x200
*ShapeStyle: oval
XClipboard.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n
*TransientShell.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n

*fileDialog.label: Save to file:
*fileDialogShell.allowShellResize: true
*fileDialogShell.title: File Save

*fileDialog*accept.label: Accept
*fileDialog*accept.translations: #override\
<BtnUp>: AcceptSave() unset()
*fileDialog*value.translations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
*fileDialog*value.baseTranslations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)

*fileDialog*cancel.label: Cancel
*fileDialog*cancel.translations: #override\
<BtnUp>:CancelSave() unset()

*failDialog*Label.resizable: true
*failDialog.label: Can't write file
*failDialogShell.title: Error
*failDialogShell.allowShellResize: true

*failDialog*continue.label: Continue
*failDialog*continue.translations: #override\
<BtnUp>:FailContinue() unset()

*failDialog*value.translations: #override\
<Key>Return: FailContinue() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
app-defaults-0.2.8.4/be_BY.CP1251/XXkb000064400000000000000000000012061071174144000166350ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ru48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ru15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/be_BY.CP1251/Xman000064400000000000000000000124151071174144000166700ustar00rootroot00000000000000*input: TRUE
!*background: grey
*Text*background: white
*Manpage_Vpane.manualPage.background: white

! Just for fun.
!*topBox*ShapeStyle: Oval

*topBox.Title: Xman
*topBox.IconName: Xman

*manualBrowser.Title: Manual Page
*manualBrowser.IconName: Manual Page

*SimpleMenu*Font: -*-*-medium-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu*labelFont: -*-*-bold-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu.BackingStore: Always
*SimpleMenu.SaveUnder: Off

*manualFontNormal: -*-courier-medium-r-normal--10-100-*-*-*-*-microsoft-cp1251
*manualFontBold: -*-courier-bold-r-normal--10-100-*-*-*-*-microsoft-cp1251
*manualFontItalic: -*-courier-medium-o-normal--10-100-*-*-*-*-microsoft-cp1251

*horizPane.orientation: horizontal
*horizPane*showGrip: False
*horizPane.max: 15
*topLabel.BorderWidth: 0
*search*label.BorderWidth: 0

*search*dialog*value: xman

*optionMenu.Label: Xman Options
*sectionMenu.Label: Xman Sections

*horizPane*options.Label: Options
*horizPane*sections.Label: Sections

*helpButton.Label: Help
*quitButton.Label: Quit
*manpageButton.Label: Manual Page
*manualBrowser.Label: Manual Browser
*topLabel.Label: Manual Browser

*SimpleMenu*menuLabel*vertSpace: 100
*SimpleMenu*menuLabel*leftMargin: 20

*displayDirectory.Label: Display Directory
*displayManualPage.Label: Display Manual Page
*help.Label: Help
*search.Label: Search
*removeThisManpage.Label: Remove This Manpage
*help*removeThisManpage.Label: Remove Help
*openNewManpage.Label: Open New Manpage
*showVersion.Label: Show Version
*quit.Label: Quit

*pleaseStandBy*Label: Formatting Manual Page, Please Stand By...

*search*dialog.Label: Type string to search for:
*search*apropos.Label: Apropos
*search*manualPage.Label: Manual Page
*search*cancel.Label: Cancel

*likeToSave*dialog.Label: Would you like to save this formatted Manual Page?
*likeToSave*yes.Label: Yes
*likeToSave*no.Label: No

*translations: #override \
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>s: PopupSearch()

*help*Paned.manualPage.translations:#override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion()

*manualBrowser*manualPage.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*directory.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage) reset()

*manualBrowser*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos) reset()

*manualBrowser*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel) reset()

*manualBrowser*search*value*translations: #override \
<Key>Return: Search(Manpage) \n\
Ctrl<Key>m: Search(Manpage)

*topBox*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()

*topBox*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()

*topBox*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()

*topBox*search*value*translations: #override \
<Key>Return: Search(Manpage, Open) \n\
Ctrl<Key>m: Search(Manpage, Open)

*manualBrowser*likeToSave*yes.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*no.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*translations: #override \
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*helpButton.translations: #augment \
<Btn1Down>,<Btn1Up>: PopupHelp() reset()

*quitButton.translations: #augment \
<Btn1Down>,<Btn1Up>: Quit() reset()

*manpageButton.translations: #augment \
<Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
app-defaults-0.2.8.4/be_BY.UTF-8/000075500000000000000000000000001071174144000160275ustar00rootroot00000000000000app-defaults-0.2.8.4/be_BY.UTF-8/XXkb000064400000000000000000000012061071174144000166250ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ru48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ru15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/common/000075500000000000000000000000001071174144000155355ustar00rootroot00000000000000app-defaults-0.2.8.4/common/Xmessage000064400000000000000000000003411071174144000172320ustar00rootroot00000000000000! $XConsortium: Xmessage.ad,v 1.3 94/07/26 20:23:17 gildea Exp $
*baseTranslations: #override :<Key>Return: default-exit()
*message.Scroll: whenNeeded
*Command.shapeStyle: oval
*Command.highlightThickness: 1
*font: fixedapp-defaults-0.2.8.4/ru_RU.CP1251/000075500000000000000000000000001071174144000161135ustar00rootroot00000000000000app-defaults-0.2.8.4/ru_RU.CP1251/XClipboard000064400000000000000000000070121071174144000200650ustar00rootroot00000000000000! $XConsortium: XClipboard.ad,v 1.13 94/02/09 19:43:59 gildea Exp $
*Command*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-microsoft-cp1251
*Label*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-microsoft-cp1251
*Text*Font: -*-courier-medium-r-normal--*-120-*-*-*-*-microsoft-cp1251

*quit.label: Quit
*quit.top: ChainTop
*quit.bottom: ChainTop
*quit.left: ChainLeft
*quit.right: ChainLeft
*quit.translations: #override \n\
<Btn1Down>,<Btn1Up>:Quit() unset()

*delete.label: Delete
*delete.fromHoriz: quit
*delete.top: ChainTop
*delete.bottom: ChainTop
*delete.left: ChainLeft
*delete.right: ChainLeft
*delete.translations: #override \n\
<Btn1Down>,<Btn1Up>:DeleteClip() unset()

*new.label: New
*new.fromHoriz: delete
*new.top: ChainTop
*new.bottom: ChainTop
*new.left: ChainLeft
*new.right: ChainLeft
*new.translations: #override \n\
<Btn1Down>,<Btn1Up>:NewClip() unset()

*save.label: Save
*save.fromHoriz: new
*save.top: ChainTop
*save.bottom: ChainTop
*save.left: ChainLeft
*save.right: ChainLeft
*save.translations: #override \n\
<Btn1Down>,<Btn1Up>:Save() unset()

*next.label: Next
*next.fromHoriz: save
*next.top: ChainTop
*next.bottom: ChainTop
*next.left: ChainLeft
*next.right: ChainLeft
*next.translations: #override \n\
<Btn1Down>,<Btn1Up>:NextClip() unset()

*prev.label: Prev
*prev.fromHoriz: next
*prev.top: ChainTop
*prev.bottom: ChainTop
*prev.left: ChainLeft
*prev.right: ChainLeft
*prev.translations: #override \n\
<Btn1Down>,<Btn1Up>:PrevClip() unset()

*index.fromHoriz: prev
*index.top: ChainTop
*index.bottom: ChainTop
*index.left: ChainLeft
*index.right: ChainLeft
*index.resizable: true

*text.scrollVertical: WhenNeeded
*text.scrollHorizontal: WhenNeeded
*text.autoFill: on

*text.fromVert: quit
*text.top: ChainTop
*text.bottom: ChainBottom
*text.left: ChainLeft
*text.right: ChainRight
*text.resizable: true
*text.width: 300

XClipboard.geometry: 300x200
*ShapeStyle: oval
XClipboard.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n
*TransientShell.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n

*fileDialog.label: Save to file:
*fileDialogShell.allowShellResize: true
*fileDialogShell.title: File Save

*fileDialog*accept.label: Accept
*fileDialog*accept.translations: #override\
<BtnUp>: AcceptSave() unset()
*fileDialog*value.translations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
*fileDialog*value.baseTranslations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)

*fileDialog*cancel.label: Cancel
*fileDialog*cancel.translations: #override\
<BtnUp>:CancelSave() unset()

*failDialog*Label.resizable: true
*failDialog.label: Can't write file
*failDialogShell.title: Error
*failDialogShell.allowShellResize: true

*failDialog*continue.label: Continue
*failDialog*continue.translations: #override\
<BtnUp>:FailContinue() unset()

*failDialog*value.translations: #override\
<Key>Return: FailContinue() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
app-defaults-0.2.8.4/ru_RU.CP1251/XXkb000064400000000000000000000012061071174144000167110ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ru48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ru15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/ru_RU.CP1251/Xman000064400000000000000000000124151071174144000167440ustar00rootroot00000000000000*input: TRUE
!*background: grey
*Text*background: white
*Manpage_Vpane.manualPage.background: white

! Just for fun.
!*topBox*ShapeStyle: Oval

*topBox.Title: Xman
*topBox.IconName: Xman

*manualBrowser.Title: Manual Page
*manualBrowser.IconName: Manual Page

*SimpleMenu*Font: -*-*-medium-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu*labelFont: -*-*-bold-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu.BackingStore: Always
*SimpleMenu.SaveUnder: Off

*manualFontNormal: -*-courier-medium-r-normal--10-100-*-*-*-*-microsoft-cp1251
*manualFontBold: -*-courier-bold-r-normal--10-100-*-*-*-*-microsoft-cp1251
*manualFontItalic: -*-courier-medium-o-normal--10-100-*-*-*-*-microsoft-cp1251

*horizPane.orientation: horizontal
*horizPane*showGrip: False
*horizPane.max: 15
*topLabel.BorderWidth: 0
*search*label.BorderWidth: 0

*search*dialog*value: xman

*optionMenu.Label: Xman Options
*sectionMenu.Label: Xman Sections

*horizPane*options.Label: Options
*horizPane*sections.Label: Sections

*helpButton.Label: Help
*quitButton.Label: Quit
*manpageButton.Label: Manual Page
*manualBrowser.Label: Manual Browser
*topLabel.Label: Manual Browser

*SimpleMenu*menuLabel*vertSpace: 100
*SimpleMenu*menuLabel*leftMargin: 20

*displayDirectory.Label: Display Directory
*displayManualPage.Label: Display Manual Page
*help.Label: Help
*search.Label: Search
*removeThisManpage.Label: Remove This Manpage
*help*removeThisManpage.Label: Remove Help
*openNewManpage.Label: Open New Manpage
*showVersion.Label: Show Version
*quit.Label: Quit

*pleaseStandBy*Label: Formatting Manual Page, Please Stand By...

*search*dialog.Label: Type string to search for:
*search*apropos.Label: Apropos
*search*manualPage.Label: Manual Page
*search*cancel.Label: Cancel

*likeToSave*dialog.Label: Would you like to save this formatted Manual Page?
*likeToSave*yes.Label: Yes
*likeToSave*no.Label: No

*translations: #override \
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>s: PopupSearch()

*help*Paned.manualPage.translations:#override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion()

*manualBrowser*manualPage.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*directory.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage) reset()

*manualBrowser*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos) reset()

*manualBrowser*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel) reset()

*manualBrowser*search*value*translations: #override \
<Key>Return: Search(Manpage) \n\
Ctrl<Key>m: Search(Manpage)

*topBox*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()

*topBox*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()

*topBox*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()

*topBox*search*value*translations: #override \
<Key>Return: Search(Manpage, Open) \n\
Ctrl<Key>m: Search(Manpage, Open)

*manualBrowser*likeToSave*yes.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*no.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*translations: #override \
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*helpButton.translations: #augment \
<Btn1Down>,<Btn1Up>: PopupHelp() reset()

*quitButton.translations: #augment \
<Btn1Down>,<Btn1Up>: Quit() reset()

*manpageButton.translations: #augment \
<Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
app-defaults-0.2.8.4/ru_RU.KOI8-R/000075500000000000000000000000001071174144000162115ustar00rootroot00000000000000app-defaults-0.2.8.4/ru_RU.KOI8-R/XClipboard000064400000000000000000000067541071174144000201770ustar00rootroot00000000000000! $XConsortium: XClipboard.ad,v 1.13 94/02/09 19:43:59 gildea Exp $
*Command*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-koi8-r
*Label*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-koi8-r
*Text*Font: -*-courier-medium-r-normal--*-120-*-*-*-*-koi8-r

*quit.label: Quit
*quit.top: ChainTop
*quit.bottom: ChainTop
*quit.left: ChainLeft
*quit.right: ChainLeft
*quit.translations: #override \n\
<Btn1Down>,<Btn1Up>:Quit() unset()

*delete.label: Delete
*delete.fromHoriz: quit
*delete.top: ChainTop
*delete.bottom: ChainTop
*delete.left: ChainLeft
*delete.right: ChainLeft
*delete.translations: #override \n\
<Btn1Down>,<Btn1Up>:DeleteClip() unset()

*new.label: New
*new.fromHoriz: delete
*new.top: ChainTop
*new.bottom: ChainTop
*new.left: ChainLeft
*new.right: ChainLeft
*new.translations: #override \n\
<Btn1Down>,<Btn1Up>:NewClip() unset()

*save.label: Save
*save.fromHoriz: new
*save.top: ChainTop
*save.bottom: ChainTop
*save.left: ChainLeft
*save.right: ChainLeft
*save.translations: #override \n\
<Btn1Down>,<Btn1Up>:Save() unset()

*next.label: Next
*next.fromHoriz: save
*next.top: ChainTop
*next.bottom: ChainTop
*next.left: ChainLeft
*next.right: ChainLeft
*next.translations: #override \n\
<Btn1Down>,<Btn1Up>:NextClip() unset()

*prev.label: Prev
*prev.fromHoriz: next
*prev.top: ChainTop
*prev.bottom: ChainTop
*prev.left: ChainLeft
*prev.right: ChainLeft
*prev.translations: #override \n\
<Btn1Down>,<Btn1Up>:PrevClip() unset()

*index.fromHoriz: prev
*index.top: ChainTop
*index.bottom: ChainTop
*index.left: ChainLeft
*index.right: ChainLeft
*index.resizable: true

*text.scrollVertical: WhenNeeded
*text.scrollHorizontal: WhenNeeded
*text.autoFill: on

*text.fromVert: quit
*text.top: ChainTop
*text.bottom: ChainBottom
*text.left: ChainLeft
*text.right: ChainRight
*text.resizable: true
*text.width: 300

XClipboard.geometry: 300x200
*ShapeStyle: oval
XClipboard.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n
*TransientShell.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n

*fileDialog.label: Save to file:
*fileDialogShell.allowShellResize: true
*fileDialogShell.title: File Save

*fileDialog*accept.label: Accept
*fileDialog*accept.translations: #override\
<BtnUp>: AcceptSave() unset()
*fileDialog*value.translations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
*fileDialog*value.baseTranslations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)

*fileDialog*cancel.label: Cancel
*fileDialog*cancel.translations: #override\
<BtnUp>:CancelSave() unset()

*failDialog*Label.resizable: true
*failDialog.label: Can't write file
*failDialogShell.title: Error
*failDialogShell.allowShellResize: true

*failDialog*continue.label: Continue
*failDialog*continue.translations: #override\
<BtnUp>:FailContinue() unset()

*failDialog*value.translations: #override\
<Key>Return: FailContinue() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
app-defaults-0.2.8.4/ru_RU.KOI8-R/XXkb000064400000000000000000000012061071174144000170070ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ru48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ru15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/ru_RU.KOI8-R/Xman000064400000000000000000000123571071174144000170470ustar00rootroot00000000000000*input: TRUE
!*background: grey
*Text*background: white
*Manpage_Vpane.manualPage.background: white

! Just for fun.
!*topBox*ShapeStyle: Oval

*topBox.Title: Xman
*topBox.IconName: Xman

*manualBrowser.Title: Manual Page
*manualBrowser.IconName: Manual Page

*SimpleMenu*Font: -*-*-medium-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu*labelFont: -*-*-bold-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu.BackingStore: Always
*SimpleMenu.SaveUnder: Off

*manualFontNormal: -*-courier-medium-r-normal--10-100-*-*-*-*-koi8-*
*manualFontBold: -*-courier-bold-r-normal--10-100-*-*-*-*-koi8-*
*manualFontItalic: -*-courier-medium-o-normal--10-100-*-*-*-*-koi8-*

*horizPane.orientation: horizontal
*horizPane*showGrip: False
*horizPane.max: 15
*topLabel.BorderWidth: 0
*search*label.BorderWidth: 0

*search*dialog*value: xman

*optionMenu.Label: Xman Options
*sectionMenu.Label: Xman Sections

*horizPane*options.Label: Options
*horizPane*sections.Label: Sections

*helpButton.Label: Help
*quitButton.Label: Quit
*manpageButton.Label: Manual Page
*manualBrowser.Label: Manual Browser
*topLabel.Label: Manual Browser

*SimpleMenu*menuLabel*vertSpace: 100
*SimpleMenu*menuLabel*leftMargin: 20

*displayDirectory.Label: Display Directory
*displayManualPage.Label: Display Manual Page
*help.Label: Help
*search.Label: Search
*removeThisManpage.Label: Remove This Manpage
*help*removeThisManpage.Label: Remove Help
*openNewManpage.Label: Open New Manpage
*showVersion.Label: Show Version
*quit.Label: Quit

*pleaseStandBy*Label: Formatting Manual Page, Please Stand By...

*search*dialog.Label: Type string to search for:
*search*apropos.Label: Apropos
*search*manualPage.Label: Manual Page
*search*cancel.Label: Cancel

*likeToSave*dialog.Label: Would you like to save this formatted Manual Page?
*likeToSave*yes.Label: Yes
*likeToSave*no.Label: No

*translations: #override \
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>s: PopupSearch()

*help*Paned.manualPage.translations:#override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion()

*manualBrowser*manualPage.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*directory.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage) reset()

*manualBrowser*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos) reset()

*manualBrowser*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel) reset()

*manualBrowser*search*value*translations: #override \
<Key>Return: Search(Manpage) \n\
Ctrl<Key>m: Search(Manpage)

*topBox*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()

*topBox*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()

*topBox*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()

*topBox*search*value*translations: #override \
<Key>Return: Search(Manpage, Open) \n\
Ctrl<Key>m: Search(Manpage, Open)

*manualBrowser*likeToSave*yes.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*no.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*translations: #override \
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*helpButton.translations: #augment \
<Btn1Down>,<Btn1Up>: PopupHelp() reset()

*quitButton.translations: #augment \
<Btn1Down>,<Btn1Up>: Quit() reset()

*manpageButton.translations: #augment \
<Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
app-defaults-0.2.8.4/ru_RU.UTF-8/000075500000000000000000000000001071174144000161035ustar00rootroot00000000000000app-defaults-0.2.8.4/ru_RU.UTF-8/XXkb000064400000000000000000000012061071174144000167010ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ru48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ru15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/uk_UA.CP1251/000075500000000000000000000000001071174144000160635ustar00rootroot00000000000000app-defaults-0.2.8.4/uk_UA.CP1251/XClipboard000064400000000000000000000070121071174144000200350ustar00rootroot00000000000000! $XConsortium: XClipboard.ad,v 1.13 94/02/09 19:43:59 gildea Exp $
*Command*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-microsoft-cp1251
*Label*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-microsoft-cp1251
*Text*Font: -*-courier-medium-r-normal--*-120-*-*-*-*-microsoft-cp1251

*quit.label: Quit
*quit.top: ChainTop
*quit.bottom: ChainTop
*quit.left: ChainLeft
*quit.right: ChainLeft
*quit.translations: #override \n\
<Btn1Down>,<Btn1Up>:Quit() unset()

*delete.label: Delete
*delete.fromHoriz: quit
*delete.top: ChainTop
*delete.bottom: ChainTop
*delete.left: ChainLeft
*delete.right: ChainLeft
*delete.translations: #override \n\
<Btn1Down>,<Btn1Up>:DeleteClip() unset()

*new.label: New
*new.fromHoriz: delete
*new.top: ChainTop
*new.bottom: ChainTop
*new.left: ChainLeft
*new.right: ChainLeft
*new.translations: #override \n\
<Btn1Down>,<Btn1Up>:NewClip() unset()

*save.label: Save
*save.fromHoriz: new
*save.top: ChainTop
*save.bottom: ChainTop
*save.left: ChainLeft
*save.right: ChainLeft
*save.translations: #override \n\
<Btn1Down>,<Btn1Up>:Save() unset()

*next.label: Next
*next.fromHoriz: save
*next.top: ChainTop
*next.bottom: ChainTop
*next.left: ChainLeft
*next.right: ChainLeft
*next.translations: #override \n\
<Btn1Down>,<Btn1Up>:NextClip() unset()

*prev.label: Prev
*prev.fromHoriz: next
*prev.top: ChainTop
*prev.bottom: ChainTop
*prev.left: ChainLeft
*prev.right: ChainLeft
*prev.translations: #override \n\
<Btn1Down>,<Btn1Up>:PrevClip() unset()

*index.fromHoriz: prev
*index.top: ChainTop
*index.bottom: ChainTop
*index.left: ChainLeft
*index.right: ChainLeft
*index.resizable: true

*text.scrollVertical: WhenNeeded
*text.scrollHorizontal: WhenNeeded
*text.autoFill: on

*text.fromVert: quit
*text.top: ChainTop
*text.bottom: ChainBottom
*text.left: ChainLeft
*text.right: ChainRight
*text.resizable: true
*text.width: 300

XClipboard.geometry: 300x200
*ShapeStyle: oval
XClipboard.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n
*TransientShell.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n

*fileDialog.label: Save to file:
*fileDialogShell.allowShellResize: true
*fileDialogShell.title: File Save

*fileDialog*accept.label: Accept
*fileDialog*accept.translations: #override\
<BtnUp>: AcceptSave() unset()
*fileDialog*value.translations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
*fileDialog*value.baseTranslations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)

*fileDialog*cancel.label: Cancel
*fileDialog*cancel.translations: #override\
<BtnUp>:CancelSave() unset()

*failDialog*Label.resizable: true
*failDialog.label: Can't write file
*failDialogShell.title: Error
*failDialogShell.allowShellResize: true

*failDialog*continue.label: Continue
*failDialog*continue.translations: #override\
<BtnUp>:FailContinue() unset()

*failDialog*value.translations: #override\
<Key>Return: FailContinue() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
app-defaults-0.2.8.4/uk_UA.CP1251/XXkb000064400000000000000000000012061071174144000166610ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ua48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ua15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/uk_UA.CP1251/Xman000064400000000000000000000124151071174144000167140ustar00rootroot00000000000000*input: TRUE
!*background: grey
*Text*background: white
*Manpage_Vpane.manualPage.background: white

! Just for fun.
!*topBox*ShapeStyle: Oval

*topBox.Title: Xman
*topBox.IconName: Xman

*manualBrowser.Title: Manual Page
*manualBrowser.IconName: Manual Page

*SimpleMenu*Font: -*-*-medium-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu*labelFont: -*-*-bold-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu.BackingStore: Always
*SimpleMenu.SaveUnder: Off

*manualFontNormal: -*-courier-medium-r-normal--10-100-*-*-*-*-microsoft-cp1251
*manualFontBold: -*-courier-bold-r-normal--10-100-*-*-*-*-microsoft-cp1251
*manualFontItalic: -*-courier-medium-o-normal--10-100-*-*-*-*-microsoft-cp1251

*horizPane.orientation: horizontal
*horizPane*showGrip: False
*horizPane.max: 15
*topLabel.BorderWidth: 0
*search*label.BorderWidth: 0

*search*dialog*value: xman

*optionMenu.Label: Xman Options
*sectionMenu.Label: Xman Sections

*horizPane*options.Label: Options
*horizPane*sections.Label: Sections

*helpButton.Label: Help
*quitButton.Label: Quit
*manpageButton.Label: Manual Page
*manualBrowser.Label: Manual Browser
*topLabel.Label: Manual Browser

*SimpleMenu*menuLabel*vertSpace: 100
*SimpleMenu*menuLabel*leftMargin: 20

*displayDirectory.Label: Display Directory
*displayManualPage.Label: Display Manual Page
*help.Label: Help
*search.Label: Search
*removeThisManpage.Label: Remove This Manpage
*help*removeThisManpage.Label: Remove Help
*openNewManpage.Label: Open New Manpage
*showVersion.Label: Show Version
*quit.Label: Quit

*pleaseStandBy*Label: Formatting Manual Page, Please Stand By...

*search*dialog.Label: Type string to search for:
*search*apropos.Label: Apropos
*search*manualPage.Label: Manual Page
*search*cancel.Label: Cancel

*likeToSave*dialog.Label: Would you like to save this formatted Manual Page?
*likeToSave*yes.Label: Yes
*likeToSave*no.Label: No

*translations: #override \
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>s: PopupSearch()

*help*Paned.manualPage.translations:#override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion()

*manualBrowser*manualPage.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*directory.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage) reset()

*manualBrowser*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos) reset()

*manualBrowser*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel) reset()

*manualBrowser*search*value*translations: #override \
<Key>Return: Search(Manpage) \n\
Ctrl<Key>m: Search(Manpage)

*topBox*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()

*topBox*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()

*topBox*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()

*topBox*search*value*translations: #override \
<Key>Return: Search(Manpage, Open) \n\
Ctrl<Key>m: Search(Manpage, Open)

*manualBrowser*likeToSave*yes.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*no.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*translations: #override \
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*helpButton.translations: #augment \
<Btn1Down>,<Btn1Up>: PopupHelp() reset()

*quitButton.translations: #augment \
<Btn1Down>,<Btn1Up>: Quit() reset()

*manpageButton.translations: #augment \
<Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
app-defaults-0.2.8.4/uk_UA.KOI8-U/000075500000000000000000000000001071174144000161645ustar00rootroot00000000000000app-defaults-0.2.8.4/uk_UA.KOI8-U/XClipboard000064400000000000000000000067541071174144000201520ustar00rootroot00000000000000! $XConsortium: XClipboard.ad,v 1.13 94/02/09 19:43:59 gildea Exp $
*Command*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-koi8-u
*Label*Font: -*-helvetica-bold-r-normal--*-120-*-*-*-*-koi8-u
*Text*Font: -*-courier-medium-r-normal--*-120-*-*-*-*-koi8-u

*quit.label: Quit
*quit.top: ChainTop
*quit.bottom: ChainTop
*quit.left: ChainLeft
*quit.right: ChainLeft
*quit.translations: #override \n\
<Btn1Down>,<Btn1Up>:Quit() unset()

*delete.label: Delete
*delete.fromHoriz: quit
*delete.top: ChainTop
*delete.bottom: ChainTop
*delete.left: ChainLeft
*delete.right: ChainLeft
*delete.translations: #override \n\
<Btn1Down>,<Btn1Up>:DeleteClip() unset()

*new.label: New
*new.fromHoriz: delete
*new.top: ChainTop
*new.bottom: ChainTop
*new.left: ChainLeft
*new.right: ChainLeft
*new.translations: #override \n\
<Btn1Down>,<Btn1Up>:NewClip() unset()

*save.label: Save
*save.fromHoriz: new
*save.top: ChainTop
*save.bottom: ChainTop
*save.left: ChainLeft
*save.right: ChainLeft
*save.translations: #override \n\
<Btn1Down>,<Btn1Up>:Save() unset()

*next.label: Next
*next.fromHoriz: save
*next.top: ChainTop
*next.bottom: ChainTop
*next.left: ChainLeft
*next.right: ChainLeft
*next.translations: #override \n\
<Btn1Down>,<Btn1Up>:NextClip() unset()

*prev.label: Prev
*prev.fromHoriz: next
*prev.top: ChainTop
*prev.bottom: ChainTop
*prev.left: ChainLeft
*prev.right: ChainLeft
*prev.translations: #override \n\
<Btn1Down>,<Btn1Up>:PrevClip() unset()

*index.fromHoriz: prev
*index.top: ChainTop
*index.bottom: ChainTop
*index.left: ChainLeft
*index.right: ChainLeft
*index.resizable: true

*text.scrollVertical: WhenNeeded
*text.scrollHorizontal: WhenNeeded
*text.autoFill: on

*text.fromVert: quit
*text.top: ChainTop
*text.bottom: ChainBottom
*text.left: ChainLeft
*text.right: ChainRight
*text.resizable: true
*text.width: 300

XClipboard.geometry: 300x200
*ShapeStyle: oval
XClipboard.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n
*TransientShell.baseTranslations: #augment\n\
<Message>WM_PROTOCOLS: WMProtocols()\n

*fileDialog.label: Save to file:
*fileDialogShell.allowShellResize: true
*fileDialogShell.title: File Save

*fileDialog*accept.label: Accept
*fileDialog*accept.translations: #override\
<BtnUp>: AcceptSave() unset()
*fileDialog*value.translations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
*fileDialog*value.baseTranslations: #override\
<Key>Return: AcceptSave() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)

*fileDialog*cancel.label: Cancel
*fileDialog*cancel.translations: #override\
<BtnUp>:CancelSave() unset()

*failDialog*Label.resizable: true
*failDialog.label: Can't write file
*failDialogShell.title: Error
*failDialogShell.allowShellResize: true

*failDialog*continue.label: Continue
*failDialog*continue.translations: #override\
<BtnUp>:FailContinue() unset()

*failDialog*value.translations: #override\
<Key>Return: FailContinue() \n\
Ctrl<Key>S: no-op(ring-bell) \n\
Ctrl<Key>R: no-op(ring-bell) \n\
Ctrl<Key>M: no-op(ring-bell) \n\
Ctrl<Key>J: no-op(ring-bell) \n\
Meta<Key>I: no-op(ring-bell)
app-defaults-0.2.8.4/uk_UA.KOI8-U/XXkb000064400000000000000000000012061071174144000167620ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ua48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ua15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
app-defaults-0.2.8.4/uk_UA.KOI8-U/Xman000064400000000000000000000123571071174144000170220ustar00rootroot00000000000000*input: TRUE
!*background: grey
*Text*background: white
*Manpage_Vpane.manualPage.background: white

! Just for fun.
!*topBox*ShapeStyle: Oval

*topBox.Title: Xman
*topBox.IconName: Xman

*manualBrowser.Title: Manual Page
*manualBrowser.IconName: Manual Page

*SimpleMenu*Font: -*-*-medium-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu*labelFont: -*-*-bold-r-normal--*-100-*-*-*-*-*-*
*SimpleMenu.BackingStore: Always
*SimpleMenu.SaveUnder: Off

*manualFontNormal: -*-courier-medium-r-normal--10-100-*-*-*-*-koi8-*
*manualFontBold: -*-courier-bold-r-normal--10-100-*-*-*-*-koi8-*
*manualFontItalic: -*-courier-medium-o-normal--10-100-*-*-*-*-koi8-*

*horizPane.orientation: horizontal
*horizPane*showGrip: False
*horizPane.max: 15
*topLabel.BorderWidth: 0
*search*label.BorderWidth: 0

*search*dialog*value: xman

*optionMenu.Label: Xman Options
*sectionMenu.Label: Xman Sections

*horizPane*options.Label: Options
*horizPane*sections.Label: Sections

*helpButton.Label: Help
*quitButton.Label: Quit
*manpageButton.Label: Manual Page
*manualBrowser.Label: Manual Browser
*topLabel.Label: Manual Browser

*SimpleMenu*menuLabel*vertSpace: 100
*SimpleMenu*menuLabel*leftMargin: 20

*displayDirectory.Label: Display Directory
*displayManualPage.Label: Display Manual Page
*help.Label: Help
*search.Label: Search
*removeThisManpage.Label: Remove This Manpage
*help*removeThisManpage.Label: Remove Help
*openNewManpage.Label: Open New Manpage
*showVersion.Label: Show Version
*quit.Label: Quit

*pleaseStandBy*Label: Formatting Manual Page, Please Stand By...

*search*dialog.Label: Type string to search for:
*search*apropos.Label: Apropos
*search*manualPage.Label: Manual Page
*search*cancel.Label: Cancel

*likeToSave*dialog.Label: Would you like to save this formatted Manual Page?
*likeToSave*yes.Label: Yes
*likeToSave*no.Label: No

*translations: #override \
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>s: PopupSearch()

*help*Paned.manualPage.translations:#override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion()

*manualBrowser*manualPage.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*directory.translations: #override \
Ctrl<Btn1Down>: \
XawPositionSimpleMenu(optionMenu) \
MenuPopup(optionMenu) \n\
Ctrl<Btn2Down>: \
XawPositionSimpleMenu(sectionMenu) \
MenuPopup(sectionMenu) \n\
Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
Ctrl<Key>q: Quit() \n\
Ctrl<Key>c: Quit() \n\
Ctrl<Key>r: RemoveThisManpage() \n\
Ctrl<Key>n: CreateNewManpage() \n\
Ctrl<Key>h: PopupHelp() \n\
Ctrl<Key>d: GotoPage(Directory) \n\
Ctrl<Key>m: GotoPage(ManualPage) \n\
Ctrl<Key>v: ShowVersion() \n\
Ctrl<Key>s: PopupSearch()

*manualBrowser*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage) reset()

*manualBrowser*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos) reset()

*manualBrowser*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel) reset()

*manualBrowser*search*value*translations: #override \
<Key>Return: Search(Manpage) \n\
Ctrl<Key>m: Search(Manpage)

*topBox*search*manualPage.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()

*topBox*search*apropos.translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()

*topBox*search*cancel*translations: #augment \
<Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()

*topBox*search*value*translations: #override \
<Key>Return: Search(Manpage, Open) \n\
Ctrl<Key>m: Search(Manpage, Open)

*manualBrowser*likeToSave*yes.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*no.translations: #override \
<Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*manualBrowser*likeToSave*translations: #override \
<Key>y: SaveFormattedPage(Save) \n\
<Key>n: SaveFormattedPage(Cancel)

*helpButton.translations: #augment \
<Btn1Down>,<Btn1Up>: PopupHelp() reset()

*quitButton.translations: #augment \
<Btn1Down>,<Btn1Up>: Quit() reset()

*manpageButton.translations: #augment \
<Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
app-defaults-0.2.8.4/uk_UA.UTF-8/000075500000000000000000000000001071174144000160535ustar00rootroot00000000000000app-defaults-0.2.8.4/uk_UA.UTF-8/XXkb000064400000000000000000000012061071174144000166510ustar00rootroot00000000000000
XXkb.xpm.path: /usr/share/xxkb

XXkb.group.base: 1
XXkb.group.alt: 2

XXkb.mainwindow.enable: no
XXkb.mainwindow.appicon: no
XXkb.mainwindow.geometry: 48x48
XXkb.mainwindow.xpm.1: en48.xpm
XXkb.mainwindow.xpm.2: ua48.xpm
XXkb.mainwindow.xpm.3:
XXkb.mainwindow.xpm.4:

XXkb.button.enable: yes
XXkb.button.geometry: 15x15-75+7
XXkb.button.gravity: NorthEast
XXkb.button.xpm.1: en15.xpm
XXkb.button.xpm.2: ua15.xpm
XXkb.button.xpm.3:
XXkb.button.xpm.4:

XXkb.controls.add_when_start: yes
XXkb.controls.add_when_create: yes
XXkb.controls.add_when_change: no
XXkb.controls.focusout: no
XXkb.controls.two_state: yes
XXkb.controls.button_delete: yes
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin