org.eclipse.swt.examples/src/examples_paint.properties

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Mon Feb 28 18:50:29 2005 UTC (4 years, 8 months ago) by veronika
Branch: MAIN
CVS Tags: v3550, v3551, v3552, v3553, v3554, v3555, v3556, v3557, v3125, v3124, v3419, v3138a, v3127, v3131, v3410, v3412, v3415, v3501b, v3501a, v3306, v3554a, v3303, v3554b, v3406, R3_3_1_1, v3309, v3448e, v3425, v3231, v3509c, v3509b, v3509a, R3_2_1, v3509e, v3509d, v3132, v3549b, v3549a, v3527, v3409, v3442a, v3523, v3529, v3317, v3314, BEFORE_COPYRIGHT_BASH_FOR_33RC3, v3310, v3555a, v3311, v3232g, v3422a, v3451, v3219, v3437, v3420, v3434, v3432, v3431, v3421, Root_R3_3_maintenance, v3439, v3207, v3536, v3537, v3534, v3535, v3532, v3533, v3530, v3531, v3536a, v3424, v3314c, v3536b, v3344d, v3538, v3539, v3129, v3321, v3327, v3426, v3325, v3556f, v3556e, v3556d, v3556c, v3556b, v3556a, v3126, v3448f, v3620a, v3448d, v3448c, v3544a, v3448a, v3604a, R3_4, R3_5, v3611d, v3611c, v3611b, v3611a, v3427, v3428, v3429, v3503, v3501, v3507, R3_4_1, v3314a, v3301, v3509, v3508, v3137b, v3223, v3235, v3138, v35178, v3526a, v3526b, v3547a, v3130, v3547b, v3330, v3137, v3415c, v3304, v3341, v3328, pre_R3_3, v3620, v3621, v3529a, v3308, v3451a, v3519, v3320c, v3514, v3515, v3516, v3510, v3511, v3512, v3513, v3226, v3227, v3225, Root_SSQ_build, v3221, v3550a, v3550b, Root_accessibility_work_R3_6, v3229, R3_1, v3137a, v3136, v3619, R3_5_1, v3617, v3616, v3615, v3614, v3613, v3612, v3611, v3610, R3_2, v3447, v3443, v3440, v3441, v3302, v3333b, v3333f, v3230, v3213, v3210, v3217, v3216, v3215, v3504a, v3551b, Root_DateTime_DROP_DOWN, v3551a, v3504b, R3_3, v3334, v3545a, R3_2_2, v3201a, v3608, v3609, v3337, AFTER_COPYRIGHT_BASH_FOR_33RC3, v3600, v3601, v3602, v3603, v3604, v3605, v3606, v3607, v3332, R3_1_2, v3448b, R3_1_1, v3205, v3206, v3618, v3201, v3201c, v3548h, v3552b, v3552a, v3214, R3_3_1, R3_3_2, v3548b, v3548c, v3548d, v3548e, v3548f, v3548g, v3545, v3544, v3543, v3542, v3541, v3540, v3232l, R3_4_2, v3549, v3548, v3232n, v3345a, v3209, v3534a, v3445c, v3420a, I20060605-1430, v3232m, v3423, v3416a, HEAD
Branch point for: R3_3_maintenance, SSQ_build, R3_2_maintenance, R3_3_1_maintenance, DateTime_DROP_DOWN, accessibility_work_R3_6, R3_4_maintenance, R3_5_maintenance
Changes since 1.2: +5 -5 lines
Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transition
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
error.CouldNotLoadResources = Unable to load resources
window.title = Paint

menu.Tools.label = Tools
menu.Options.label = Options

tool.Pencil.label = Pencil
tool.Pencil.tooltip = Pencil tool
tool.Pencil.image = tool_pencil.gif
tool.Pencil.description = Selects the Pencil tool.

tool.Airbrush.label = Airbrush
tool.Airbrush.tooltip = Airbrush tool
tool.Airbrush.image = tool_airbrush.gif
tool.Airbrush.description = Selects the Airbrush tool.

tool.Line.label = Line
tool.Line.tooltip = Line tool
tool.Line.image = tool_line.gif
tool.Line.description = Selects the Line tool.

tool.PolyLine.label = Polygon
tool.PolyLine.tooltip = Polygon tool
tool.PolyLine.image = tool_polyline.gif
tool.PolyLine.description = Selects the PolyLine tool.

tool.Rectangle.label = Rectangle
tool.Rectangle.tooltip = Rectangle tool
tool.Rectangle.image = tool_rectangle.gif
tool.Rectangle.description = Selects the Rectangle tool.

tool.Ellipse.label = Ellipse
tool.Ellipse.tooltip = Ellipse tool
tool.Ellipse.image = tool_ellipse.gif
tool.Ellipse.description = Selects the Ellipse tool.

tool.RoundedRectangle.label = Rounded Rectangle
tool.RoundedRectangle.tooltip = Rounded Rectangle tool
tool.RoundedRectangle.image = tool_roundedrectangle.gif
tool.RoundedRectangle.description = Selects the Rounded Rectangle tool.

tool.Text.label = Text
tool.Text.tooltip = Text tool
tool.Text.image = tool_text.gif
tool.Text.description = Selects the Text tool.
tool.Text.settings.defaulttext = Hello!
tool.Text.dialog.title = Text Tool Settings
tool.Text.dialog.message = Please enter the new text string to be painted.

tool.Null.label = <none>

fill.None.label = No Fill
fill.None.tooltip = No fill mode
fill.None.image = fill_none.gif
fill.None.description = Selects No Fill mode.

fill.Outline.label = Outline Fill
fill.Outline.tooltip = Outline fill mode
fill.Outline.image = fill_outline.gif
fill.Outline.description = Selects Outline Fill mode.

fill.Solid.label = Solid Fill
fill.Solid.tooltip = Solid fill mode
fill.Solid.image = fill_solid.gif
fill.Solid.description = Selects Solid Fill mode.

linestyle.Solid.label = Solid Line
linestyle.Solid.tooltip = Solid line style
linestyle.Solid.image = linestyle_solid.gif
linestyle.Solid.description = Select Solid Line style.

linestyle.Dot.label = Dotted Line
linestyle.Dot.tooltip = Dotted line style
linestyle.Dot.image = linestyle_dot.gif
linestyle.Dot.description = Select Dotted Line style.

linestyle.Dash.label = Dashed Line
linestyle.Dash.tooltip = Dashed line style
linestyle.Dash.image = linestyle_dash.gif
linestyle.Dash.description = Select Dashed Line style.

linestyle.DashDot.label = Dash-Dot Line
linestyle.DashDot.tooltip = Dash-Dot line style
linestyle.DashDot.image = linestyle_dashdot.gif
linestyle.DashDot.description = Select Dash-Dot Line style.

options.Font.label = Text Tool Font
options.Font.tooltip = Select Text Tool font
options.Font.image = options_font.gif
options.Font.description = Selects Text Tool font.
options.Font.dialog.title = Text Tool Font

settings.AirbrushRadius.text = Airbrush Radius
settings.AirbrushIntensity.text = Airbrush Intensity

session.Null.message = Select a tool...
session.ContinuousPaint.message = Click and drag to draw...
session.DragInteractivePaint.message = Click and drag to preview, release to draw, right-click to cancel...
session.SegmentedInteractivePaint.message.anchorMode = Click to set anchor...
session.SegmentedInteractivePaint.message.interactiveMode = Click to draw, double-click to close figure, right-click to cancel...
session.Text.message = Click to draw text, right-click to edit text...

status.Coord.format = ({0}, {1})
status.CoordRange.format = ({0}, {1}) - ({2}, {3})
status.Bar.format = {0} : {1}   {2}