blob: 63f8aed68a179094234e8e1062ca9da83bd44c03 [file] [log] [blame]
nitindb0f7b262004-11-23 19:12:23 +00001###############################################################################
2# Copyright (c) 2004 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11SSE_JSP_Source_Editor.name=SSE JSP Source Editor
12SSE_JSP_Source_Editor_NL_Support.name=SSE JSP Source Editor NL Support
13JSP_Source_Page_Editor.name=JSP Source Page Editor
14JSP_Files.name=JSP Files
15JSP_Templates.name=JSP Templates
16JSP_Styles.name=JSP Styles
17JSP_Annotations.name=JSP Annotations
18
19# Snippets contributions for helping with JSP syntax
20jsp_scriptlet=<%..%> scriptlet
21jsp_scr_content=<% %>
22jsp_hidden_comment=<%--..--%> comment
23jsp_hidden_comment_content=<%-- --%>
24jsp_declaration=<%!..%> declaration
25jsp_declaration_content=<%! %>
26jsp_expression=<%=..%> expression
27jsp_expression_content=<%= %>
28jsp_include_directive=include directive
29jsp_include_directive_content=<%@ include file="" %>
30jsp_page_directive=page directive
31jsp_page_directive_content=<%@ page contentType="text/html; charset=" %>
32jsp_taglib_directive=taglib directive
33jsp_taglib_directive_content=<%@ taglib uri="${uri}" prefix="${prefix}" %>
34jsp_taglib_directive_uri=URI to the containing JAR file or taglib descriptor (.tld)
35jsp_taglib_directive_prefix=Namespace prefix for tags from this library
36JSPFragmentContentSettings.name=JSP Fragment
37command.jsp.refactor.rename.name=Rename
38command.jsp.refactor.rename.description=Rename a Java Element
39command.jsp.refactor.move.name=Move
40command.jsp.refactor.move.description=Move a Java Element to another package
41scope.structured.text.editor.jsp.name=Editing JSP Source
42scope.structured.text.editor.jsp.description=Editing JSP Source