From 57f0f20dca460e37a4ce395d4ba0d84e221d0f81 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 24 Aug 2012 11:59:12 -0700 Subject: [PATCH] cloudstack 3.0 UI - VPC feature - add VPC localization labels for network.js in dictionary.jsp (Reviewed-by: Brian) --- ui/dictionary.jsp | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index fffd4617ac6..e4c7ca3e11c 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -1350,6 +1350,35 @@ dictionary = { 'message.delete.VPN.connection': '', 'label.add.new.tier': '', 'label.add.VM.to.tier': '', -'label.remove.tier': '' +'label.remove.tier': '', +'label.local.storage.enabled=Local Storage Enabled': '', +'label.associated.network': '', +'label.add.port.forwarding.rule': '', +'label.dns': '', +'label.vpc': '', +'label.vpc.id': '', +'label.tier': '', +'label.add.vpc': '', +'label.super.cidr.for.guest.networks': '', +'label.DNS.domain.for.guest.networks': '', +'label.configure.vpc': '', +'label.edit.vpc': '', +'label.restart.vpc': '', +'message.restart.vpc': '', +'label.remove.vpc': '', +'message.remove.vpc': '', +'label.vpn.customer.gateway': '', +'label.add.vpn.customer.gateway': '', +'label.IKE.encryption': '', +'label.IKE.hash': '', +'label.IKE.DH': '', +'label.ESP.encryption': '', +'label.ESP.hash': '', +'label.perfect.forward.secrecy': '', +'label.IKE.lifetime': '', +'label.ESP.lifetime': '', +'label.dead.peer.detection': '', +'label.delete.VPN.customer.gateway': '', +'message.delete.VPN.customer.gateway': '' };