home *** CD-ROM | disk | FTP | other *** search
- # @(#)Stylepad.properties 1.9 97/09/24
- #
- # Resource strings for Stylepad example
-
- Title=Stylepad
- ViewportBackingStore=true
-
- # menubar definition
- #
- # Each of the strings that follow form a key to be
- # used to the actual menu definition.
- menubar=file edit color font debug
-
- # Menu labels
- colorLabel=Color
- Red=Red
- Green=Green
- Blue=Blue
-
- boldLabel=Bold
- italicLabel=Italic
-
- # font menu
- font=family1 family2 family3 - size1 size2 size3 size4 - bold italic underline
- fontLabel=Font
- family1Label=Helvetica
- family1Action=font-family-Helvetica
- family2Label=Courier
- family2Action=font-family-Courier
- family3Label=Times Roman
- family3Action=font-family-TimesRoman
- size1Label=10
- size1Action=font-size-10
- size2Label=12
- size2Action=font-size-12
- size3Label=18
- size3Action=font-size-18
- size4Label=24
- size4Action=font-size-24
- boldLabel=Bold
- boldAction=font-bold
- italicLabel=Italic
- italicAction=font-italic
- underlineLabel=Underline
-
- #
- # debug Menu definition
- #
- debug=dump
- debugLabel=Debug
- dumpLabel=Dump model to System.err
- dumpAction=dump-model
-
- # toolbar definition
- #
- # Each of the strings that follow form a key to be
- # used as the basis of the tool definition. Actions
- # are of course sharable, and in this case are shared
- # with the menu items.
- toolbar=new open save - cut copy paste - bold italic underline - left center right
-
- boldImage=images/bold.gif
- boldTooltip=Bold
- italicImage=images/italic.gif
- italicTooltip=Italic
- underlineImage=images/underline.gif
- underlineTooltip=Underline
- foregroundImage=images/fg.gif
- leftImage=images/left.gif
- leftTooltip=Left Justify
- leftAction=left-justify
- centerImage=images/center.gif
- centerTooltip=Center Justify
- centerAction=center-justify
- rightImage=images/right.gif
- rightTooltip=Right Justify
- rightAction=right-justify
- bulletsImage=images/bullets.gif
-
- # wonderland example images
- aliceGif=images/alice.gif
- caterpillarGif=images/caterpillar.gif
- hatterGif=images/hatter.gif
-