nitind | b0f7b26 | 2004-11-23 19:12:23 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | ############################################################################### |
| 11 | SSE_JSP_Source_Editor.name=SSE JSP Source Editor |
| 12 | SSE_JSP_Source_Editor_NL_Support.name=SSE JSP Source Editor NL Support |
| 13 | JSP_Source_Page_Editor.name=JSP Source Page Editor |
| 14 | JSP_Files.name=JSP Files |
| 15 | JSP_Templates.name=JSP Templates |
| 16 | JSP_Styles.name=JSP Styles |
| 17 | JSP_Annotations.name=JSP Annotations |
| 18 | |
| 19 | # Snippets contributions for helping with JSP syntax |
| 20 | jsp_scriptlet=<%..%> scriptlet |
| 21 | jsp_scr_content=<% %> |
| 22 | jsp_hidden_comment=<%--..--%> comment |
| 23 | jsp_hidden_comment_content=<%-- --%> |
| 24 | jsp_declaration=<%!..%> declaration |
| 25 | jsp_declaration_content=<%! %> |
| 26 | jsp_expression=<%=..%> expression |
| 27 | jsp_expression_content=<%= %> |
| 28 | jsp_include_directive=include directive |
| 29 | jsp_include_directive_content=<%@ include file="" %> |
| 30 | jsp_page_directive=page directive |
| 31 | jsp_page_directive_content=<%@ page contentType="text/html; charset=" %> |
| 32 | jsp_taglib_directive=taglib directive |
| 33 | jsp_taglib_directive_content=<%@ taglib uri="${uri}" prefix="${prefix}" %> |
| 34 | jsp_taglib_directive_uri=URI to the containing JAR file or taglib descriptor (.tld) |
| 35 | jsp_taglib_directive_prefix=Namespace prefix for tags from this library |
| 36 | JSPFragmentContentSettings.name=JSP Fragment |
| 37 | command.jsp.refactor.rename.name=Rename |
| 38 | command.jsp.refactor.rename.description=Rename a Java Element |
| 39 | command.jsp.refactor.move.name=Move |
| 40 | command.jsp.refactor.move.description=Move a Java Element to another package |
| 41 | scope.structured.text.editor.jsp.name=Editing JSP Source |
| 42 | scope.structured.text.editor.jsp.description=Editing JSP Source |