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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (download) (annotate)
Thu Sep 4 15:57:01 2008 UTC (14 months, 3 weeks ago) by ggayed
Branch: MAIN
CVS Tags: v3509c, v3509b, v3509a, v3509e, v3509d, R3_5, v3507, v3509, v3508, Root_accessibility_work_R3_6, v3619, v3617, v3616, v3615, v3614, v3613, v3612, v3611, v3610, v3545, v3544, v3543, v3542, v3541, v3540, v3549, v3548, v3519, v3536a, v3536b, v3556f, v3556e, v3556d, v3556c, v3556b, v3556a, v3544a, v3513, v3514, v3515, v3516, v3510, v3511, v3512, v3608, v3609, v3600, v3601, v3602, v3603, v3604, v3605, v3606, v3607, v3548h, v3552b, v3552a, v3548b, v3548c, v3548d, v3548e, v3548f, v3548g, v3550, v3551, v3552, v3553, v3554, v3555, v3556, v3557, v3620a, v3527, v3523, v3529, v3555a, v3611d, v3611c, v3611b, v3611a, v35178, v3529a, v3551b, v3551a, v3547a, v3545a, v3547b, v3554b, v3549b, v3549a, v3536, v3537, v3534, v3535, v3532, v3533, v3530, v3531, v3538, v3539, v3604a, v3526a, v3526b, v3620, v3621, v3550a, v3550b, R3_5_1, Root_DateTime_DROP_DOWN, v3618, v3534a, HEAD
Branch point for: accessibility_work_R3_6, DateTime_DROP_DOWN, R3_5_maintenance
Changes since 1.6: +3 -3 lines
make tooltip text correct for all platforms
###############################################################################
# Copyright (c) 2000, 2003 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 : {0}

ToolItem.text = ToolItem {0}
ToolItem.tooltip = Tooltip for {0}. Try pressing {1} on me.
ToolItem.help = Help text for {0}.

TableItem.text = TableItem {0}
TableItem.tooltip = Tooltip for {0}. Try pressing {1} on me.
TableItem.help = Help text for {0}.

TreeItem.text = TreeItem {0}
TreeItem.tooltip = Tooltip for {0}. Try pressing {1} on me.
TreeItem.help = Help text for {0}.

Hello.text = Hello
Hello.tooltip = Greetings!