Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
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.wst.html.core
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.wst.html.core')
-rw-r--r--bundles/org.eclipse.wst.html.core/plugin.properties7
-rw-r--r--bundles/org.eclipse.wst.html.core/plugin.xml8
2 files changed, 9 insertions, 6 deletions
diff --git a/bundles/org.eclipse.wst.html.core/plugin.properties b/bundles/org.eclipse.wst.html.core/plugin.properties
index a7b7ef7f16..1d175e12c0 100644
--- a/bundles/org.eclipse.wst.html.core/plugin.properties
+++ b/bundles/org.eclipse.wst.html.core/plugin.properties
@@ -8,5 +8,8 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-Structured_Source_HTML_Model.name=Structured Source HTML Model
-Structured_Source_HTML_Model_NL_Support.name=Structured Source HTML Model NL Support
+providerName=Eclipse.org
+pluginName=Structured Source HTML Model
+nlFeatureName=Structured Source HTML Model NL Support
+Structured_HTML_Document_Factory_Extension.name=Structured HTML Document Factory Extension
+HTML_Content_Type_Extension_Element.name=HTML Content Type
diff --git a/bundles/org.eclipse.wst.html.core/plugin.xml b/bundles/org.eclipse.wst.html.core/plugin.xml
index 38087c7e14..930a51ca56 100644
--- a/bundles/org.eclipse.wst.html.core/plugin.xml
+++ b/bundles/org.eclipse.wst.html.core/plugin.xml
@@ -2,9 +2,9 @@
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.wst.html.core"
- name="%Structured_Source_HTML_Model.name"
+ name="%pluginName"
version="1.0.0"
- provider-name="Eclipse.org"
+ provider-name="%providerName"
class="org.eclipse.wst.html.core.HTMLCorePlugin">
<runtime>
@@ -51,7 +51,7 @@
</extension>
<extension point="org.eclipse.core.filebuffers.documentCreation"
id="org.eclipse.wst.html.core.documentfactories"
- name="Structured HTML Document Factory">
+ name="%Structured_HTML_Document_Factory_Extension.name">
<factory
contentTypeId="org.eclipse.wst.html.core.htmlsource"
class="org.eclipse.wst.sse.core.filebuffers.BasicStructuredDocumentFactory:org.eclipse.wst.html.core.htmlsource"/>
@@ -137,7 +137,7 @@
<content-type
file-extensions="html,htm,xhtml,htpl,wml,shtml,shtm"
priority="high"
- name="HTML Content Type"
+ name="%HTML_Content_Type_Extension_Element.name"
id="htmlsource"
base-type="org.eclipse.core.runtime.text">
<!-- note: no default-charset for HTML, should use 'platform' -->

Back to the top