Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5e170e4bbc5dcd0eb3b9d5ce8eb8114c8da5d2ac (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
29
30
31
32
33
34
plugin.facet.extension.name=Facelet
plugin.facet.description=Facelet (XHTML) support
Facelet_1_0_Project=Facelet 1.0 Project
Facelet_1_0_PresetDesc=Configures a Dynamic Web application for Facelet 1.0, JSF v1.2 using Web Module v2.5 and Java v1.5.  

Bundle-Name.0 = JSF Facelets Tools - WTP Incubator Project
tagRegistry.description.0 = Facelet Tag Registry
pluginName = AdditionalTagMetadata Model
providerName = Eclipse.org
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.

_UI_PropertyDescriptor_description = The {0} of the {1}

_UI_ElementData_type = Element Data
_UI_AttributeData_type = Attribute Data
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_ElementData_name_feature = Name
_UI_ElementData_attributes_feature = Attributes
_UI_AttributeData_name_feature = Name
_UI_AttributeData_usage_feature = Usage
_UI_Unknown_feature = Unspecified

_UI_AttributeUsage_OPTIONAL_literal = OPTIONAL
_UI_AttributeUsage_REQUIRED_literal = REQUIRED
_UI_AttributeUsage_FIXED_literal = FIXED
_UI_AttributeUsage_PROHIBITED_literal = PROHIBITED
_UI_AttributeData_description_feature = Description

extension-point.name = testProjectTaglibDescriptorFactory

componentCoreQueryFactory-ext-pt = componentCoreQueryFactory

Back to the top