blob: 69287de2e3b5f5f824e78478670e93634e295595 [file] [log] [blame]
###############################################################################
# Copyright (c) 2004 IBM Corporation and others.
# 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:
# IBM Corporation - initial API and implementation
###############################################################################
Templates.jspscriptlet.name=Scriptlet JSP
Templates.jspscriptlet.desc=Scriptlet JSP <%..%>
Templates.jspscriptlet.content=<% ${cursor} %>
Templates.jsphiddencomment.name=Coment\u00e1rio oculto JSP
Templates.jsphiddencomment.desc=Coment\u00e1rio oculto JSP <%-- --%>
Templates.jsphiddencomment.content=<%-- ${cursor} --%>
Templates.jspdeclaration.name=Declara\u00e7\u00e3o(\u00e7\u00f5es) JSP
Templates.jspdeclaration.desc=Declara\u00e7\u00e3o(\u00e7\u00f5es) JSP <%!..%>
Templates.jspdeclaration.content=<%! ${cursor} %>
Templates.jspexpression.name=Express\u00e3o JSP
Templates.jspexpression.desc=Express\u00e3o JSP <%=..%>
Templates.jspexpression.content=<%= ${cursor} %>
Templates.jspincludedirective.name=Diretiva de inclus\u00e3o JSP
Templates.jspincludedirective.desc=Diretiva de inclus\u00e3o JSP
Templates.jspincludedirective.content=<%@ include file="${cursor}" %>
Templates.jsppagedirective.name=Diretiva de p\u00e1gina JSP
Templates.jsppagedirective.desc=Diretiva de p\u00e1gina JSP
Templates.jsppagedirective.content=<%@ page contentType="text/html; charset=${encoding}" ${cursor}%>
Templates.jsptaglibdirective.name=Diretiva de taglib JSP
Templates.jsptaglibdirective.desc=Diretiva de taglib JSP
Templates.jsptaglibdirective.content=<%@ taglib uri="" prefix="${cursor}" %>
Templates.jspcomment.name=Coment\u00e1rio JSP
Templates.jspcomment.desc=Coment\u00e1rio JSP <!-- -->
Templates.jspcomment.content=<!-- ${cursor} -->