Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2004-12-06 05:51:11 +0000
committernitind2004-12-06 05:51:11 +0000
commit237398959db7c8519f6caf24d9dbf58859d031f2 (patch)
treee60e0dd94f09dcbfcb8834ae782032267853ab64 /bundles/org.eclipse.jst.jsp.ui
parentc8f08ce1cbce0d7c578f32b18eccf717884b6f7f (diff)
downloadwebtools.sourceediting-237398959db7c8519f6caf24d9dbf58859d031f2.tar.gz
webtools.sourceediting-237398959db7c8519f6caf24d9dbf58859d031f2.tar.xz
webtools.sourceediting-237398959db7c8519f6caf24d9dbf58859d031f2.zip
[79733] externalize all translatable strings in plugin.xml
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.ui')
-rw-r--r--bundles/org.eclipse.jst.jsp.ui/plugin.properties15
-rw-r--r--bundles/org.eclipse.jst.jsp.ui/plugin.xml24
2 files changed, 25 insertions, 14 deletions
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.properties b/bundles/org.eclipse.jst.jsp.ui/plugin.properties
index 63f8aed68a..2388dc68b7 100644
--- a/bundles/org.eclipse.jst.jsp.ui/plugin.properties
+++ b/bundles/org.eclipse.jst.jsp.ui/plugin.properties
@@ -8,8 +8,9 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-SSE_JSP_Source_Editor.name=SSE JSP Source Editor
-SSE_JSP_Source_Editor_NL_Support.name=SSE JSP Source Editor NL Support
+providerName=Eclipse.org
+pluginName=SSE JSP Source Editor
+nlFeatureName=SSE JSP Source Editor NL Support
JSP_Source_Page_Editor.name=JSP Source Page Editor
JSP_Files.name=JSP Files
JSP_Templates.name=JSP Templates
@@ -40,3 +41,13 @@ command.jsp.refactor.move.name=Move
command.jsp.refactor.move.description=Move a Java Element to another package
scope.structured.text.editor.jsp.name=Editing JSP Source
scope.structured.text.editor.jsp.description=Editing JSP Source
+JSP_Type_Rename_Participant_Extension_Element.name=JSP Type Rename Participant
+JSP_Method_Rename_Participant_Extension_Element.name=JSP Method Rename Participant
+JSP_Package_Rename_Participant_Extension_Element.name=JSP Package Rename Participant
+JSP_Type_Move_Participant_Extension_Element.name=JSP Type Move Participant
+All_JSP_context_type_Extension_Element.name=All JSP context type
+JSP_Tag_context_type_Extension_Element.name=JSP Tag context type
+JSP_Attribute_context_type_Extension_Element.name=JSP Attribute context type
+JSP_Attribute_value_context_type_Extension_Element.name=JSP Attribute value context type
+JSP_Query_Participant_Extension_Element.name=JSP Query Participant
+JSP_Extension_Element.label=JSP
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.xml b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
index c32a882e63..6c35366974 100644
--- a/bundles/org.eclipse.jst.jsp.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
@@ -2,9 +2,9 @@
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.jst.jsp.ui"
- name="%SSE_JSP_Source_Editor.name"
+ name="%pluginName"
version="1.0.0"
- provider-name="Eclipse.org"
+ provider-name="%providerName"
class="org.eclipse.jst.jsp.ui.JSPEditorPlugin">
<runtime>
@@ -134,7 +134,7 @@
<extension
point="org.eclipse.ltk.core.refactoring.renameParticipants">
<renameParticipant
- name="JSP Type Rename Participant"
+ name="%JSP_Type_Rename_Participant_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPTypeRenameParticipant"
id="org.eclipse.jst.jsp.ui.java.refactoring.JSPTypeRenameParticipant">
<enablement>
@@ -157,7 +157,7 @@
</renameParticipant>
<renameParticipant
- name="JSP Method Rename Participant"
+ name="%JSP_Method_Rename_Participant_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPMethodRenameParticipant"
id="org.eclipse.jst.jsp.ui.java.refactoring.JSPMethodRenameParticipant">
<enablement>
@@ -180,7 +180,7 @@
</renameParticipant>
<renameParticipant
- name="JSP Package Rename Participant"
+ name="%JSP_Package_Rename_Participant_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPPackageRenameParticipant"
id="org.eclipse.jst.jsp.ui.java.refactoring.JSPPackageRenameParticipant">
<enablement>
@@ -211,7 +211,7 @@
<moveParticipant
id="org.eclipse.jst.jsp.ui.java.refactoring.JSPTypeMoveParticipant"
- name="JSP Type Move Participant"
+ name="%JSP_Type_Move_Participant_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPTypeMoveParticipant">
<enablement>
<with variable="affectedNatures">
@@ -256,7 +256,7 @@
<extension
point="org.eclipse.wst.sse.snippets.SnippetContributions">
<category
- label="JSP"
+ label="%JSP_Extension_Element.label"
icon="icons/snippets/tag-jsp.gif"
id="org.eclipse.jst.jsp.ui.category0"
contenttypes="org.eclipse.jst.jsp.core.jspsource"/>
@@ -437,22 +437,22 @@
<extension
point="org.eclipse.ui.editors.templates">
<contextType
- name="All JSP context type"
+ name="%All_JSP_context_type_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.templates.TemplateContextTypeJSP"
id="jsp_all">
</contextType>
<contextType
- name="JSP Tag context type"
+ name="%JSP_Tag_context_type_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.templates.TemplateContextTypeJSPTag"
id="jsp_tag">
</contextType>
<contextType
- name="JSP Attribute context type"
+ name="%JSP_Attribute_context_type_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.templates.TemplateContextTypeJSPAttribute"
id="jsp_attribute">
</contextType>
<contextType
- name="JSP Attribute value context type"
+ name="%JSP_Attribute_value_context_type_Extension_Element.name"
class="org.eclipse.jst.jsp.ui.templates.TemplateContextTypeJSPAttributeValue"
id="jsp_attribute_value">
</contextType>
@@ -468,7 +468,7 @@
<extension
point="org.eclipse.jdt.ui.queryParticipants">
<queryParticipant
- name="JSP Query Participant"
+ name="%JSP_Query_Participant_Extension_Element.name"
nature="org.eclipse.jdt.core.javanature"
class="org.eclipse.jst.jsp.ui.internal.java.search.ui.JSPQueryParticipant"
id="org.eclipse.jst.jsp.ui.java.search.ui.JSPQueryParticipant">

Back to the top