You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2012/08/24 23:57:11 UTC

git commit: cloudstack 3.0 UI - VPC feature - add VPC localization labels for network.js in dictionary.jsp (Reviewed-by: Brian)

Updated Branches:
  refs/heads/master 6807da63b -> 57f0f20dc


cloudstack 3.0 UI - VPC feature - add VPC localization labels for network.js in dictionary.jsp (Reviewed-by: Brian)


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/57f0f20d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/57f0f20d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/57f0f20d

Branch: refs/heads/master
Commit: 57f0f20dca460e37a4ce395d4ba0d84e221d0f81
Parents: 6807da6
Author: Jessica Wang <je...@citrix.com>
Authored: Fri Aug 24 11:59:12 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Fri Aug 24 14:56:54 2012 -0700

----------------------------------------------------------------------
 ui/dictionary.jsp |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/57f0f20d/ui/dictionary.jsp
----------------------------------------------------------------------
diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp
index fffd461..e4c7ca3 100644
--- a/ui/dictionary.jsp
+++ b/ui/dictionary.jsp
@@ -1350,6 +1350,35 @@ dictionary = {
 'message.delete.VPN.connection': '<fmt:message key="message.delete.VPN.connection" />',
 'label.add.new.tier': '<fmt:message key="label.add.new.tier" />',
 'label.add.VM.to.tier': '<fmt:message key="label.add.VM.to.tier" />',
-'label.remove.tier': '<fmt:message key="label.remove.tier" />'
+'label.remove.tier': '<fmt:message key="label.remove.tier" />',
+'label.local.storage.enabled=Local Storage Enabled': '<fmt:message key="label.local.storage.enabled=Local Storage Enabled" />',
+'label.associated.network': '<fmt:message key="label.associated.network" />',
+'label.add.port.forwarding.rule': '<fmt:message key="label.add.port.forwarding.rule" />',
+'label.dns': '<fmt:message key="label.dns" />',
+'label.vpc': '<fmt:message key="label.vpc" />',
+'label.vpc.id': '<fmt:message key="label.vpc.id" />',
+'label.tier': '<fmt:message key="label.tier" />',
+'label.add.vpc': '<fmt:message key="label.add.vpc" />',
+'label.super.cidr.for.guest.networks': '<fmt:message key="label.super.cidr.for.guest.networks" />',
+'label.DNS.domain.for.guest.networks': '<fmt:message key="label.DNS.domain.for.guest.networks" />',
+'label.configure.vpc': '<fmt:message key="label.configure.vpc" />',
+'label.edit.vpc': '<fmt:message key="label.edit.vpc" />',
+'label.restart.vpc': '<fmt:message key="label.restart.vpc" />',
+'message.restart.vpc': '<fmt:message key="message.restart.vpc" />',
+'label.remove.vpc': '<fmt:message key="label.remove.vpc" />',
+'message.remove.vpc': '<fmt:message key="message.remove.vpc" />',
+'label.vpn.customer.gateway': '<fmt:message key="label.vpn.customer.gateway" />',
+'label.add.vpn.customer.gateway': '<fmt:message key="label.add.vpn.customer.gateway" />',
+'label.IKE.encryption': '<fmt:message key="label.IKE.encryption" />',
+'label.IKE.hash': '<fmt:message key="label.IKE.hash" />',
+'label.IKE.DH': '<fmt:message key="label.IKE.DH" />',
+'label.ESP.encryption': '<fmt:message key="label.ESP.encryption" />',
+'label.ESP.hash': '<fmt:message key="label.ESP.hash" />',
+'label.perfect.forward.secrecy': '<fmt:message key="label.perfect.forward.secrecy" />',
+'label.IKE.lifetime': '<fmt:message key="label.IKE.lifetime" />',
+'label.ESP.lifetime': '<fmt:message key="label.ESP.lifetime" />',
+'label.dead.peer.detection': '<fmt:message key="label.dead.peer.detection" />',
+'label.delete.VPN.customer.gateway': '<fmt:message key="label.delete.VPN.customer.gateway" />',
+'message.delete.VPN.customer.gateway': '<fmt:message key="message.delete.VPN.customer.gateway" />'
 };
 </script>