mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC feature - localize VPC labels in messages.properties for network.js (Reviewed-by: Brian)
This commit is contained in:
parent
c401ff913d
commit
ab117bae6f
|
|
@ -46,6 +46,37 @@ message.delete.VPN.connection=Please confirm that you want to delete VPN connect
|
|||
label.add.new.tier=Add new tier
|
||||
label.add.VM.to.tier=Add VM to tier
|
||||
label.remove.tier=Remove tier
|
||||
|
||||
label.local.storage.enabled=Local Storage Enabled
|
||||
label.associated.network=Associated Network
|
||||
label.add.port.forwarding.rule=Add port forwarding rule
|
||||
label.dns=DNS
|
||||
|
||||
label.vpc=VPC
|
||||
label.vpc.id=VPC ID
|
||||
label.tier=Tier
|
||||
label.add.vpc=Add VPC
|
||||
label.super.cidr.for.guest.networks=Super CIDR for Guest Networks
|
||||
label.DNS.domain.for.guest.networks=DNS domain for Guest Networks
|
||||
label.configure.vpc=Configure VPC
|
||||
label.edit.vpc=Edit VPC
|
||||
label.restart.vpc=restart VPC
|
||||
message.restart.vpc=Please confirm that you want to restart the VPC
|
||||
label.remove.vpc=remove VPC
|
||||
message.remove.vpc=Please confirm that you want to remove the VPC
|
||||
label.vpn.customer.gateway=VPN Customer Gateway
|
||||
label.add.vpn.customer.gateway=Add VPN Customer Gateway
|
||||
label.IKE.encryption=IKE Encryption
|
||||
label.IKE.hash=IKE Hash
|
||||
label.IKE.DH=IKE DH
|
||||
label.ESP.encryption=ESP Encryption
|
||||
label.ESP.hash=ESP Hash
|
||||
label.perfect.forward.secrecy=Perfect Forward Secrecy
|
||||
label.IKE.lifetime=IKE lifetime (second)
|
||||
label.ESP.lifetime=ESP Lifetime (second)
|
||||
label.dead.peer.detection=Dead Peer Detection
|
||||
label.delete.VPN.customer.gateway=delete VPN Customer Gateway
|
||||
message.delete.VPN.customer.gateway=Please confirm that you want to delete this VPN Customer Gateway
|
||||
#new labels (end) ************************************************************************************************
|
||||
|
||||
|
||||
|
|
@ -1064,7 +1095,6 @@ label.linklocal.ip=Link Local IP Adddress
|
|||
label.load.balancer=Load Balancer
|
||||
label.loading=Loading
|
||||
label.local=Local
|
||||
label.local.storage.enabled=Local Storage Enabled
|
||||
label.login=Login
|
||||
label.logout=Logout
|
||||
label.lun=LUN
|
||||
|
|
|
|||
Loading…
Reference in New Issue