From 9e4a5dfca1d7f3520b7e70383299abf9d8214ad2 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 28 Aug 2012 15:41:23 -0700 Subject: [PATCH] cloudstack 3.0 UI - VPC widget - localize text (Reviewed-by: Brian) --- ui/scripts/ui-custom/vpc.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index 79be48ed026..d72659cf6a6 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -23,7 +23,7 @@ // Show ACL dialog if (isDialog) { $acl.dialog({ - title: 'Configure Network ACLs', + title: _l('label.configure.network.ACLs'), dialogClass: 'configure-acl', width: 900, height: 600, @@ -47,10 +47,10 @@ var gateways = args.gateways; var siteToSiteVPN = args.siteToSiteVPN; var links = { - 'ip-addresses': 'IP Addresses', - 'gateways': 'Private Gateway', - 'site-to-site-vpn': 'Site-to-site VPN', - 'network-acls': 'Network ACLs' + 'ip-addresses': _l('label.menu.ipaddresses'), + 'gateways': _l('label.private.Gateway'), + 'site-to-site-vpn': _l('label.site.to.site.VPN'), + 'network-acls': _l('label.network.ACLs') }; var $links = $('