Author: adietish
Date: 2010-10-14 14:20:22 -0400 (Thu, 14 Oct 2010)
New Revision: 25836
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.properties
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml
Log:
[JBIDE-7329] internationalized plugin.xml and manifest
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.properties
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.properties 2010-10-14
17:04:20 UTC (rev 25835)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.properties 2010-10-14
18:20:22 UTC (rev 25836)
@@ -1,6 +1,3 @@
-Bundle-Vendor = Red Hat Inc.
-Bundle-Name = Deltacloud UI (Experimental)
-
DeltaCloudCategory=Deltacloud
CloudViewerName=Cloud Viewer
InstanceViewer.name=Instances
@@ -10,63 +7,51 @@
Advanced.label=Advanced
NewWizard.name=Cloud Connection
-
-command.label = New Connection
-command.tooltip = New Connection
-command.label.0 = Edit Connection
-command.tooltip.0 = Edit Conncetion
-command.label.1 = Disconnect Cloud
-command.tooltip.1 = Disconnect Cloud
-command.label.2 = Refresh Cloud
-command.tooltip.2 = Refresh Cloud
-command.label.3 = Launch Instance
-command.tooltip.3 = Launch Instance
-command.label.4 = Start
-command.tooltip.4 = Start
-command.label.5 = Stop
-command.tooltip.5 = Stop
-command.label.6 = Reboot
-command.tooltip.6 = Reboot
-command.label.7 = Destroy
-command.tooltip.7 = Destroy
-command.label.8 = Filter images...
-command.tooltip.8 = Filter Images...
-command.label.9 = Filter Instances...
-command.tooltip.9 = Filter Instances...
-command.label.10 = New Connection
-command.tooltip.10 = New Connection
-command.label.11 = Edit Connection
-command.tooltip.11 = Edit Conncetion
-command.label.12 = Disconnect Cloud
-command.tooltip.12 = Disconnect Cloud
-command.label.13 = Launch Instance
-command.tooltip.13 = Launch Instance
-command.label.14 = Start
-command.tooltip.14 = Start
-command.label.15 = Stop
-command.tooltip.15 = Stop
-command.label.16 = Reboot
-command.tooltip.16 = Reboot
-command.label.17 = Destroy
-command.tooltip.17 = Destroy
-command.label.18 = Filter Images...
-command.tooltip.18 = Filter Images...
-command.label.19 = Filter Instances...
-command.tooltip.19 = Filter Instances...
-command.description = Creates a new cloud connection
-command.name = New Connection
-command.name.0 = Edit Connection
-command.description.0 = Launches an instance
-command.name.1 = Launch Instance
-command.description.1 = Starts a cloud instance
-command.name.2 = Start
-command.description.2 = Stops a cloud instance
-command.name.3 = Stop
-command.description.3 = Reboots a cloud instance
-command.name.4 = Reboot
-command.description.4 = Stops a cloud instance
-command.name.5 = Destroy
-command.description.5 = Filters images
-command.name.6 = Filter Images...
-command.description.6 = Filters instances
-command.name.7 = Filter Instances...
\ No newline at end of file
+command.label = Start
+command.tooltip = Start
+command.stopinstance.label = Stop
+command.stopinstance.tooltip = Stop
+command.rebootinstance = Reboot
+command.rebootinstance = Reboot
+command.destroyinstance.label = Destroy
+command.destroyinstance.tooltip = Destroy
+command.disconnectcloud.label = Disconnect Cloud
+command.disconnectcloud.tooltip = Disconnect Cloud
+command.newconnection.label = New Connection
+command.newconnection.tooltip. = New Connection
+command.editconnection.label = Edit Connection
+command.editconnection.tooltip = Edit Conncetion
+command.refresh.label = Refresh Cloud
+command.refresh.tooltip = Refresh Cloud
+command.createinstance.label = Launch Instance
+command.createinstance.tooltip = Launch Instance
+command.filterimages.label = Filter images...
+command.filterimages.tooltip = Filter Images...
+command.filterinstances.label = Filter Instances...
+command.filterinstances.tooltip = Filter Instances...
+command.startinstance.label = Start
+command.startinstance.tooltip = Start
+command.stopinstance.label = Stop
+command.stopinstance.tooltip = Stop
+command.rebootinstance.label = Reboot
+command.rebootinstance.tooltip = Reboot
+command.newconnection.description = Creates a new cloud connection
+command.newconnection.name = New Connection
+command.editconnection.description = Edits a Connection
+command.editconnection.name = Edit Connection
+command.createinstance.description.0 = Launches an instance
+command.createinstance.name = Launch Instance
+command.startinstance.description = Starts a cloud instance
+command.startinstance.name = Start
+command.stopinstance.description = Stops a cloud instance
+command.stopinstance.name = Stop
+command.rebootinstance.description = Reboots a cloud instance
+command.rebootinstance.name = Reboot
+command.stopinstance.name = Stop
+command.stopinstance.description = Stops a cloud instance
+command.destroyinstance.name = Destroy
+command.destroyinstance.description = Destroys a cloud instance
+command.filterimages.description = Filters images
+command.filterimages.name = Filter Images...
+command.filterinstances.description = Filters instances
+command.filterinstancesname = Filter Instances...
\ No newline at end of file
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml 2010-10-14 17:04:20
UTC (rev 25835)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml 2010-10-14 18:20:22
UTC (rev 25836)
@@ -258,58 +258,14 @@
<menuContribution
allPopups="true"
locationURI="popup:org.jboss.tools.deltacloud.ui.views.DeltaCloudView">
- <!-- connection commands -->
- <command
- commandId="org.jboss.tools.deltacloud.ui.newconnection"
- label="%command.label"
- style="push"
- tooltip="%command.tooltip">
- </command>
- <command
- commandId="org.jboss.tools.deltacloud.ui.editconnection"
- label="%command.label.0"
- style="push"
- tooltip="%command.tooltip.0">
- </command>
- <command
- commandId="org.eclipse.ui.edit.delete"
- label="%command.label.1"
- style="push"
- tooltip="%command.tooltip.1">
- </command>
- <command
- commandId="org.eclipse.ui.file.refresh"
- label="%command.label.2"
- style="push"
- tooltip="%command.tooltip.2">
- </command>
- <!-- image commands -->
- <command
- commandId="org.jboss.tools.deltacloud.ui.createinstance"
- icon="icons/instance.gif"
- label="%command.label.3"
- style="push"
- tooltip="%command.tooltip.3">
- <visibleWhen
- checkEnabled="true">
- <with
- variable="selection">
- <iterate>
- <instanceof
-
value="org.jboss.tools.deltacloud.ui.views.CVImageElement">
- </instanceof>
- </iterate>
- </with>
- </visibleWhen>
- </command>
<!-- instance commands -->
<command
commandId="org.jboss.tools.deltacloud.ui.startinstance"
disabledIcon="icons/runningd.gif"
icon="icons/running.gif"
- label="%command.label.4"
+ label="%command.label"
style="push"
- tooltip="%command.tooltip.4">
+ tooltip="%command.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -326,9 +282,9 @@
commandId="org.jboss.tools.deltacloud.ui.stopinstance"
disabledIcon="icons/stoppedd.gif"
icon="icons/stopped.gif"
- label="%command.label.5"
+ label="%command.stopinstance.label"
style="push"
- tooltip="%command.tooltip.5">
+ tooltip="%command.stopinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -345,9 +301,9 @@
commandId="org.jboss.tools.deltacloud.ui.rebootinstance"
disabledIcon="icons/rebootd.gif"
icon="icons/reboot.gif"
- label="%command.label.6"
+ label="%command.rebootinstance.label"
style="push"
- tooltip="%command.tooltip.6">
+ tooltip="%command.rebootinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -362,9 +318,9 @@
</command>
<command
commandId="org.jboss.tools.deltacloud.ui.destroyinstance"
- label="%command.label.7"
+ label="%command.destroyinstance.label"
style="push"
- tooltip="%command.tooltip.7">
+ tooltip="%command.destroyinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -377,28 +333,59 @@
</with>
</visibleWhen>
</command>
+ <separator
+ name="additions"
+ visible="true">
+ </separator>
+ <!-- connection commands -->
<command
- commandId="org.jboss.tools.deltacloud.ui.filterimages"
- label="%command.label.8"
+ commandId="org.eclipse.ui.edit.delete"
+ label="%command.disconnectcloud.label"
style="push"
- tooltip="%command.tooltip.8">
+ tooltip="%command.disconnectcloud.tooltip">
+ </command>
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.newconnection"
+ label="%command.newconnection.label"
+ style="push"
+ tooltip="%command.newconnection.tooltip">
+ </command>
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.editconnection"
+ label="%command.editconnection.label"
+ style="push"
+ tooltip="%command.editconnection.tooltip">
+ </command>
+ <command
+ commandId="org.eclipse.ui.file.refresh"
+ label="%command.refresh.label"
+ style="push"
+ tooltip="%command.refresh.tooltip">
+ </command>
+ <!-- image commands -->
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.createinstance"
+ icon="icons/instance.gif"
+ label="%command.createinstance.label"
+ style="push"
+ tooltip="%command.createinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
variable="selection">
<iterate>
<instanceof
-
value="org.jboss.tools.deltacloud.ui.views.CloudViewElement">
+
value="org.jboss.tools.deltacloud.ui.views.CVImageElement">
</instanceof>
</iterate>
</with>
</visibleWhen>
</command>
<command
- commandId="org.jboss.tools.deltacloud.ui.filterinstances"
- label="%command.label.9"
+ commandId="org.jboss.tools.deltacloud.ui.filterimages"
+ label="%command.filterimages.label"
style="push"
- tooltip="%command.tooltip.9">
+ tooltip="%command.filterimages.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -411,57 +398,36 @@
</with>
</visibleWhen>
</command>
- </menuContribution>
- <!-- DeltaCloudView local menu ========================================= -->
- <menuContribution
- allPopups="true"
-
locationURI="menu:org.jboss.tools.deltacloud.ui.views.DeltaCloudView">
- <!-- connection commands -->
<command
- commandId="org.jboss.tools.deltacloud.ui.newconnection"
- label="%command.label.10"
+ commandId="org.jboss.tools.deltacloud.ui.filterinstances"
+ label="%command.filterinstances.label"
style="push"
- tooltip="%command.tooltip.10">
- </command>
- <command
- commandId="org.jboss.tools.deltacloud.ui.editconnection"
- label="%command.label.11"
- style="push"
- tooltip="%command.tooltip.11">
- </command>
- <command
- commandId="org.eclipse.ui.edit.delete"
- label="%command.label.12"
- style="push"
- tooltip="%command.tooltip.12">
- </command>
- <!-- image commands -->
- <command
- commandId="org.jboss.tools.deltacloud.ui.createinstance"
- icon="icons/instance.gif"
- label="%command.label.13"
- style="push"
- tooltip="%command.tooltip.13">
+ tooltip="%command.filterinstances.tooltip">
<visibleWhen
checkEnabled="true">
<with
variable="selection">
<iterate>
<instanceof
-
value="org.jboss.tools.deltacloud.ui.views.CVImageElement">
+
value="org.jboss.tools.deltacloud.ui.views.CloudViewElement">
</instanceof>
</iterate>
</with>
</visibleWhen>
</command>
+ </menuContribution>
+ <!-- DeltaCloudView local menu ========================================= -->
+ <menuContribution
+ allPopups="true"
+
locationURI="menu:org.jboss.tools.deltacloud.ui.views.DeltaCloudView">
<!-- instance commands -->
<command
commandId="org.jboss.tools.deltacloud.ui.startinstance"
disabledIcon="icons/runningd.gif"
icon="icons/running.gif"
- label="%command.label.14"
+ label="%command.startinstance.label"
style="push"
- tooltip="%command.tooltip.14">
+ tooltip="%command.startinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -478,9 +444,9 @@
commandId="org.jboss.tools.deltacloud.ui.stopinstance"
disabledIcon="icons/stoppedd.gif"
icon="icons/stopped.gif"
- label="%command.label.15"
+ label="%command.stopinstance.label"
style="push"
- tooltip="%command.tooltip.15">
+ tooltip="%command.stopinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -497,9 +463,9 @@
commandId="org.jboss.tools.deltacloud.ui.rebootinstance"
disabledIcon="icons/rebootd.gif"
icon="icons/reboot.gif"
- label="%command.label.16"
+ label="%command.rebootinstance.label"
style="push"
- tooltip="%command.tooltip.16">
+ tooltip="%command.rebootinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -514,9 +480,9 @@
</command>
<command
commandId="org.jboss.tools.deltacloud.ui.destroyinstance"
- label="%command.label.17"
+ label="%command.destroyinstance.label"
style="push"
- tooltip="%command.tooltip.17">
+ tooltip="%command.destroyinstance.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -529,11 +495,53 @@
</with>
</visibleWhen>
</command>
+ <separator
+ name="additions"
+ visible="true">
+ </separator>
+ <!-- connection commands -->
<command
+ commandId="org.eclipse.ui.edit.delete"
+ label="%command.disconnectcloud.label"
+ style="push"
+ tooltip="%command.disconnectcloud.tooltip">
+ </command>
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.newconnection"
+ label="%command.newconnection.label"
+ style="push"
+ tooltip="%command.newconnection.tooltip">
+ </command>
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.editconnection"
+ label="%command.editconnection.label"
+ style="push"
+ tooltip="%command.editconnection.tooltip">
+ </command>
+ <!-- image commands -->
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.createinstance"
+ icon="icons/instance.gif"
+ label="%command.createinstance.label"
+ style="push"
+ tooltip="%command.createinstance.tooltip">
+ <visibleWhen
+ checkEnabled="true">
+ <with
+ variable="selection">
+ <iterate>
+ <instanceof
+
value="org.jboss.tools.deltacloud.ui.views.CVImageElement">
+ </instanceof>
+ </iterate>
+ </with>
+ </visibleWhen>
+ </command>
+ <command
commandId="org.jboss.tools.deltacloud.ui.filterimages"
- label="%command.label.18"
+ label="%command.filterimages.label"
style="push"
- tooltip="%command.tooltip.18">
+ tooltip="%command.filterimages.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -548,9 +556,9 @@
</command>
<command
commandId="org.jboss.tools.deltacloud.ui.filterinstances"
- label="%command.label.19"
+ label="%command.filterinstances.label"
style="push"
- tooltip="%command.tooltip.19">
+ tooltip="%command.filterinstances.tooltip">
<visibleWhen
checkEnabled="true">
<with
@@ -569,51 +577,52 @@
<extension
point="org.eclipse.ui.commands">
<command
- description="%command.description"
+ description="%command.newconnection.description"
id="org.jboss.tools.deltacloud.ui.newconnection"
- name="%command.name">
+ name="%command.newconnection.name">
</command>
<command
+ description="%command.editconnection.description"
id="org.jboss.tools.deltacloud.ui.editconnection"
- name="%command.name.0">
+ name="%command.editconnection.name">
</command>
<!-- image commands -->
<command
- description="%command.description.0"
+ description="%command.createinstance.description"
id="org.jboss.tools.deltacloud.ui.createinstance"
- name="%command.name.1">
+ name="%command.createinstance.name">
</command>
<!-- instance commands -->
<command
- description="%command.description.1"
+ description="%command.startinstance.description"
id="org.jboss.tools.deltacloud.ui.startinstance"
- name="%command.name.2">
+ name="%command.startinstance.name">
</command>
<command
- description="%command.description.2"
+ description="%command.stopinstance.description"
id="org.jboss.tools.deltacloud.ui.stopinstance"
- name="%command.name.3">
+ name="%command.stopinstance.name">
</command>
<command
- description="%command.description.3"
+ description="%command.rebootinstance.description"
id="org.jboss.tools.deltacloud.ui.rebootinstance"
- name="%command.name.4">
+ name="%command.rebootinstance.name">
</command>
<command
- description="%command.description.4"
+ description="%command.destroyinstance.description"
id="org.jboss.tools.deltacloud.ui.destroyinstance"
- name="%command.name.5">
+ name="%command.destroyinstance.name">
</command>
<!-- filter commands -->
<command
- description="%command.description.5"
+ description="%command.filterimages.description"
id="org.jboss.tools.deltacloud.ui.filterimages"
- name="%command.name.6">
+ name="%command.filterimages.name">
</command>
<command
- description="%command.description.6"
+ description="%command.filterinstances.description"
id="org.jboss.tools.deltacloud.ui.filterinstances"
- name="%command.name.7">
+ name="%command.filterinstances.name">
</command>
</extension>
Show replies by date