Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f31e5260cc62c1644d17f8c0b827f70ce0eaf2ff (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
35
36
37
38
39
40
41
42
43
44
###############################################################################
# Copyright (c) 2005, 2006 Oracle Corporation.
# 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:
#    Gerry Kessler - initial API and implementation
###############################################################################
plugin.name=JavaServer Faces Tools - UI
plugin.provider=Eclipse.org
EL_Hyperlinkdetector_name=JSP EL Hyperlink Detector

jsf.library.reference=JSF Library References
jsf.library.wizard.name=JSF Library

preferencepage.jsfvalidation.name=Validation
preferencepage.jsf.name=JavaServer Faces Tools

jsf.ui.views.category.name=JavaServer Faces

jsf.ui.views.componentview.name=JSF Component Tree
jsf.ui.views.jsftagregistry.name=Tag Registry

JSFNonELAttributeValueValidator=JSF View Validator
JSFAppConfigValidator=JSF Application Configuration Validator
JSPSemanticsValidatorMarker=JSF Problem

View_Preference_Root=Views
JSP_Tag_Registry_Preferences=JSP Tag Registry

NewJSFPage_html=New JavaServer Faces (JSF) Page (html)
NewJSFPage_xhtml=New JavaServer Faces (JSF) Page (xhtml)
NewJSFPage_xhtml_xmlsyntax=New JavaServer Faces (JSF) Page (xhtml, xml syntax)

NewJSFPage_html_description=JSP with html markup and default view setup
NewJSFPage_xhtml_description=JSP with xhtml markup and default view setup
NewJSFPage_xhtml_xmlsyntax_description=JSP with xhtml markup, xml style syntax and default view setup

NewELExpression=New JSF EL Expression
NewELExpression_description=Create a new attribute value with #{}

jsf.library.property.page = Java Server Faces

Back to the top