Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E3617BC for ; Fri, 24 Aug 2012 21:55:01 +0000 (UTC) Received: (qmail 92631 invoked by uid 500); 24 Aug 2012 21:55:01 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 92616 invoked by uid 500); 24 Aug 2012 21:55:01 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 92606 invoked by uid 99); 24 Aug 2012 21:55:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 21:55:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E6F271FCF5; Fri, 24 Aug 2012 21:55:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jessicawang@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: cloudstack 3.0 UI - VPC feature - localize VPC labels in messages.properties for network.js (Reviewed-by: Brian) Message-Id: <20120824215500.E6F271FCF5@tyr.zones.apache.org> Date: Fri, 24 Aug 2012 21:55:00 +0000 (UTC) Updated Branches: refs/heads/master 726c4ed2b -> caae9f7e0 cloudstack 3.0 UI - VPC feature - localize VPC labels in messages.properties for network.js (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/caae9f7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/caae9f7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/caae9f7e Branch: refs/heads/master Commit: caae9f7e043cebca510a8b4bd7d287014e7c07ce Parents: 726c4ed Author: Jessica Wang Authored: Fri Aug 24 11:58:16 2012 -0700 Committer: Jessica Wang Committed: Fri Aug 24 14:54:38 2012 -0700 ---------------------------------------------------------------------- .../WEB-INF/classes/resources/messages.properties | 31 +++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/caae9f7e/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 899e3c0..7ee026d 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -63,6 +63,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) ************************************************************************************************