| ############################################################################### |
| # 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 |