Skip to main content
summaryrefslogtreecommitdiffstats
blob: aee4769caefc67729830015dc5f561c8b54ce5a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
# Copyright (c) 2011 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################

Boolean_True=True
Boolean_False=False

NoneSelected=<None>
DefaultEmpty=Default
DefaultWithOneParam=Default ({0})

AddRemovePane_AddButtonText=Add...
AddRemovePane_RemoveButtonText=Remove
ChooserPane_browseButton=Browse...
ClassChooserPane_dialogMessage=&Enter type name prefix or pattern (*, ?, or camel case):
ClassChooserPane_dialogTitle=Class Selection
PackageChooserPane_dialogTitle=Package Selection
PackageChooserPane_dialogMessage=&Enter package name prefix or pattern (* = any string, ? =  any character):
EnumComboViewer_default=Default ()
EnumComboViewer_defaultWithDefault=Default ({0})
NewNameStateObject_nameMustBeSpecified=A name must be specified.
NewNameStateObject_nameAlreadyExists=A query with this name already exists.

Back to the top