Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-01-22 12:42:00 +0000
committerCamilo Bernal2013-01-22 16:30:01 +0000
commitc3c84b640be286618acaa4f55898f21d04a06be9 (patch)
tree13e7491698661cb137ea2d6b28f90c75b02ed33a /changelog/org.eclipse.linuxtools.changelog.core
parent7709c51e912c6d9112b46a35df27593700f0856c (diff)
downloadorg.eclipse.linuxtools-c3c84b640be286618acaa4f55898f21d04a06be9.tar.gz
org.eclipse.linuxtools-c3c84b640be286618acaa4f55898f21d04a06be9.tar.xz
org.eclipse.linuxtools-c3c84b640be286618acaa4f55898f21d04a06be9.zip
Externalize strings.
Change-Id: I9f856fa61c2b0b28cb891c4d498162adc422bfde Reviewed-on: https://git.eclipse.org/r/9829 Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF2
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/plugin.properties19
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/plugin.xml34
3 files changed, 37 insertions, 18 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF b/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
index b10f1171d4..aecab12132 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
+++ b/changelog/org.eclipse.linuxtools.changelog.core/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ChangeLog Core Functionality
+Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.linuxtools.changelog.core;singleton:=true
Bundle-Version: 2.8.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.changelog.core.ChangelogPlugin
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/plugin.properties b/changelog/org.eclipse.linuxtools.changelog.core/plugin.properties
index 983cf7744c..9e15727032 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/plugin.properties
+++ b/changelog/org.eclipse.linuxtools.changelog.core/plugin.properties
@@ -17,3 +17,22 @@ prepSVNChangeLog=Prepare ChangeLog
insertCLEntry=Insert ChangeLog entry
insertCLEntryDesc=Insert a ChangeLog entry
prefTitle=ChangeLog
+
+Bundle-Name = ChangeLog Core Functionality
+category.description = Changelog key bindings
+category.name = Changelog
+command.description = Prepares Changelog
+command.name = Prepare Changelog
+command.description.0 = Copies latest changelog entry to clipboard
+command.name.0 = Prepare Commit
+command.description.1 = Formats ChangeLog
+command.name.1 = Format ChangeLog
+command.description.2 = Prepares ChangeLog in an editor
+command.name.2 = Prepare Changelog In Editor
+editor.name = ChangeLog Editor
+scheme.name = default
+target.name = Changelog Editor
+hyperlinkDetector.name = Changelog Detector
+extension-point.name = Changelog Language Parser Contribution
+extension-point.name.0 = Changelog Format Contribution
+extension-point.name.1 = ChangeLog Editor Contribution \ No newline at end of file
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
index e3b6103b56..c711bd0d17 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
@@ -13,17 +13,17 @@
<plugin>
<extension-point id="parserContribution"
- name="Changelog Language Parser Contribution"
+ name="%extension-point.name"
schema="schema/parserContribution.exsd"/>
- <extension-point id="formatterContribution" name="Changelog Format Contribution" schema="schema/formatterContribution.exsd"/>
- <extension-point id="editorContribution" name="ChangeLog Editor Contribution" schema="schema/editorContribution.exsd"/>
+ <extension-point id="formatterContribution" name="%extension-point.name.0" schema="schema/formatterContribution.exsd"/>
+ <extension-point id="editorContribution" name="%extension-point.name.1" schema="schema/editorContribution.exsd"/>
<extension
point="org.eclipse.ui.commands">
<category
- name="Changelog"
- description="Changelog key bindings"
+ name="%category.name"
+ description="%category.description"
id="org.eclipse.linuxtools.changelog">
</category>
@@ -35,24 +35,24 @@
</command>
<command
categoryId="org.eclipse.linuxtools.changelog"
- description="Prepares Changelog"
+ description="%command.description"
id="org.eclipse.linuxtools.changelog.core.preparechangelog"
- name="Prepare Changelog"/>
+ name="%command.name"/>
<command
categoryId="org.eclipse.linuxtools.changelog"
- description="Copies latest changelog entry to clipboard"
+ description="%command.description.0"
id="org.eclipse.linuxtools.changelog.core.prepareCommit"
- name="Prepare Commit"/>
+ name="%command.name.0"/>
<command
categoryId="org.eclipse.linuxtools.changelog"
- description="Formats ChangeLog"
+ description="%command.description.1"
id="org.eclipse.linuxtools.changelog.core.formatChangeLog"
- name="Format ChangeLog"/>
+ name="%command.name.1"/>
<command
categoryId="org.eclipse.linuxtools.changelog"
- description="Prepares ChangeLog in an editor"
+ description="%command.description.2"
id="org.eclipse.linuxtools.changelog.core.preparechangelog2"
- name="Prepare Changelog In Editor">
+ name="%command.name.2">
</command>
</extension>
@@ -85,7 +85,7 @@
filenames="ChangeLog"
icon="icons/file_obj.gif"
id="org.eclipse.linuxtools.changelog.core.editor6"
- name="ChangeLog Editor"/>
+ name="%editor.name"/>
</extension>
<extension
point="org.eclipse.linuxtools.changelog.core.editorContribution">
@@ -126,7 +126,7 @@
sequence="Ctrl+Alt+C"/>
<scheme
id="org.eclipse.linuxtools.changelog.keyscheme.default"
- name="default"/>
+ name="%scheme.name"/>
<key
commandId="org.eclipse.linuxtools.changelog.core.preparechangelog"
contextId="org.eclipse.ui.contexts.window"
@@ -187,7 +187,7 @@
<extension
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets">
<target id="org.eclipse.changelog.editor.target"
- name="Changelog Editor">
+ name="%target.name">
<context type="org.eclipse.ui.texteditor.ITextEditor"/>
</target>
</extension>
@@ -199,7 +199,7 @@
id="org.eclipse.linuxtools.changelog.GNUHyperlinkDetector"
targetId="org.eclipse.changelog.editor.target"
class="org.eclipse.linuxtools.internal.changelog.core.editors.GNUHyperlinkDetector"
- name="Changelog Detector">
+ name="%hyperlinkDetector.name">
</hyperlinkDetector>
</extension>
<extension point="org.eclipse.ui.menus">

Back to the top