From ef6e0daddb7760cbfe50ff44e5a0382a056c75dc Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 10 Feb 2012 12:30:31 -0800 Subject: [PATCH] Add all existing messages codes to index.jsp dictionary --- .../classes/resources/messages.properties | 6 +- ui/index.jsp | 1166 +++++++++++++---- 2 files changed, 925 insertions(+), 247 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 10d5b0f8495..b1ca15cd2a0 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -167,7 +167,7 @@ force.remove=Force Remove force.remove.host.warning=Warning: Choosing this option will cause CloudStack to forcefully stop all running virtual machines before removing this host from the cluster. force.stop=Force Stop -force.stop.instance.warning=Warning: Forcing a stop on this instance should be your last option. It can lead to data loss as well as inconsistent behavior of the virtual machine's state. +force.stop.instance.warning=Warning: Forcing a stop on this instance should be your last option. It can lead to data loss as well as inconsistent behavior of the virtual machine state. label.PreSetup=PreSetup label.SR.name = SR Name-Label @@ -910,7 +910,7 @@ message.disable.vpn.access=Please confirm that you want to disable VPN Access. message.download.ISO=Please click 00000 to download ISO message.download.template=Please click 00000 to download template message.download.volume=Please click 00000 to download volume -message.edit.confirm=Please confirm that your changes before clicking 'Save'. +message.edit.confirm=Please confirm that your changes before clicking "Save". message.edit.limits=Please specify limits to the following resources. A "-1" indicates no limit to the amount of resources create. message.enable.account=Please confirm that you want to enable this account. message.enable.vpn.access=VPN is currently disabled for this IP Address. Would you like to enable VPN access? @@ -921,7 +921,7 @@ message.launch.vm.on.private.network=Do you wish to launch your instance on your message.lock.account=Please confirm that you want to lock this account. By locking the account, all users for this account will no longer be able to manage their cloud resources. Existing resources can still be accessed. message.migrate.instance.confirm=Please confirm the host you wish to migrate the virtual instance to. message.new.user=Specify the following to add a new user to the account -message.no.network.support.configuration.not.true=You don't have any zone that has security group enabled. Thus, no additional network features. Please continue to step 5. +message.no.network.support.configuration.not.true=You do not have any zone that has security group enabled. Thus, no additional network features. Please continue to step 5. message.no.network.support=Your selected hypervisor, vSphere, does not have any additional network features. Please continue to step 5. message.number.clusters=

# of Clusters

message.number.hosts=

# of Hosts

diff --git a/ui/index.jsp b/ui/index.jsp index 19dab16aed6..24a677838ee 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1598,248 +1598,926 @@