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/29 00:59:31 UTC

git commit: cloudstack 3.0 UI - add translation labels for VPC widget. (Reviewed-by: Brian)

Updated Branches:
  refs/heads/master 8643e2c9a -> 5b556e202


cloudstack 3.0 UI - add translation labels for VPC widget. (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/5b556e20
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5b556e20
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5b556e20

Branch: refs/heads/master
Commit: 5b556e202ed02218c644b0538d4fa6a01bd86625
Parents: 8643e2c
Author: Jessica Wang <je...@citrix.com>
Authored: Tue Aug 28 15:40:46 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Tue Aug 28 15:59:13 2012 -0700

----------------------------------------------------------------------
 .../WEB-INF/classes/resources/messages.properties  |    8 ++++++--
 .../classes/resources/messages_ja.properties       |    8 ++++++--
 .../classes/resources/messages_zh_CN.properties    |    8 ++++++--
 ui/dictionary.jsp                                  |    8 +++++++-
 4 files changed, 25 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5b556e20/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 1395903..9bcca01 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -17,8 +17,12 @@
 
 
 #new labels (begin) **********************************************************************************************
-
-
+label.configure.network.ACLs=Configure Network ACLs
+label.network.ACLs=Network ACLs
+label.add.network.ACL=Add network ACL
+label.private.Gateway=Private Gateway
+label.VPC.router.details=VPC router details
+label.VMs.in.tier=VMs in tier
 #new labels (end) ************************************************************************************************
 
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5b556e20/client/WEB-INF/classes/resources/messages_ja.properties
----------------------------------------------------------------------
diff --git a/client/WEB-INF/classes/resources/messages_ja.properties b/client/WEB-INF/classes/resources/messages_ja.properties
index 633171a..f62652b 100644
--- a/client/WEB-INF/classes/resources/messages_ja.properties
+++ b/client/WEB-INF/classes/resources/messages_ja.properties
@@ -17,8 +17,12 @@
 
 
 #new labels (begin) **********************************************************************************************
-
-
+label.configure.network.ACLs=Configure Network ACLs
+label.network.ACLs=Network ACLs
+label.add.network.ACL=Add network ACL
+label.private.Gateway=プライベートゲートウェイ
+label.VPC.router.details=VPC router details
+label.VMs.in.tier=VMs in tier
 #new labels (end) ************************************************************************************************
 
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5b556e20/client/WEB-INF/classes/resources/messages_zh_CN.properties
----------------------------------------------------------------------
diff --git a/client/WEB-INF/classes/resources/messages_zh_CN.properties b/client/WEB-INF/classes/resources/messages_zh_CN.properties
index 2d4b71f..38177b8 100644
--- a/client/WEB-INF/classes/resources/messages_zh_CN.properties
+++ b/client/WEB-INF/classes/resources/messages_zh_CN.properties
@@ -17,8 +17,12 @@
 
 
 #new labels (begin) **********************************************************************************************
-
-
+label.configure.network.ACLs=Configure Network ACLs
+label.network.ACLs=Network ACLs
+label.add.network.ACL=Add network ACL
+label.private.Gateway=私人网关
+label.VPC.router.details=VPC router details
+label.VMs.in.tier=VMs in tier
 #new labels (end) ************************************************************************************************
 
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5b556e20/ui/dictionary.jsp
----------------------------------------------------------------------
diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp
index e4c7ca3..c149ff3 100644
--- a/ui/dictionary.jsp
+++ b/ui/dictionary.jsp
@@ -1379,6 +1379,12 @@ dictionary = {
 '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" />'
+'message.delete.VPN.customer.gateway': '<fmt:message key="message.delete.VPN.customer.gateway" />',
+'label.configure.network.ACLs': '<fmt:message key="label.configure.network.ACLs" />',
+'label.network.ACLs': '<fmt:message key="label.network.ACLs" />',
+'label.add.network.ACL': '<fmt:message key="label.add.network.ACL" />',
+'label.private.Gateway': '<fmt:message key="label.private.Gateway" />',
+'label.VPC.router.details': '<fmt:message key="label.VPC.router.details" />',
+'label.VMs.in.tier': '<fmt:message key="label.VMs.in.tier" />'
 };
 </script>