fix CLOUDSTACK-8187 and CLOUDSTACK-8232: missing UI labels

This commit is contained in:
Pierre-Luc Dion 2015-02-19 21:00:33 -05:00
parent 070813a106
commit 34c75f296b
4 changed files with 7 additions and 3 deletions

View File

@ -312,6 +312,7 @@ label.add.egress.rule=Add egress rule
label.add.F5.device=Add F5 device
label.add.firewall=Add firewall rule
label.add.guest.network=Add guest network
label.add.isolated.guest.network=Add Isolated Guest Network
label.add.host=Add Host
label.add.ingress.rule=Add Ingress Rule
label.add.intermediate.certificate=Add intermediate certificate
@ -845,6 +846,7 @@ label.move.up.row=Move up one row
label.my.account=My Account
label.my.network=My network
label.my.templates=My templates
label.na=N/A
label.name.optional=Name (Optional)
label.name=Name
label.nat.port.range=NAT Port Range

View File

@ -975,7 +975,8 @@ label.move.up.row=Monter d\\'un cran
label.my.account=Mon compte
label.my.network=Mon r\u00e9seau
label.my.templates=Mes mod\u00e8les
label.name.lower=name
label.na=N/D
label.name.lower=nom
label.name=Nom
label.name.optional=Nom (optionnel)
label.nat.port.range=Plage de port NAT

View File

@ -822,6 +822,7 @@ $.extend(dictionary, {
'label.health.check': '<fmt:message key="label.health.check" />',
'label.public.load.balancer.provider': '<fmt:message key="label.public.load.balancer.provider" />',
'label.add.isolated.network': '<fmt:message key="label.add.isolated.network" />',
'label.add.isolated.guest.network': '<fmt:message key="label.add.isolated.guest.network" />',
'label.secondary.isolated.vlan.id': '<fmt:message key="label.secondary.isolated.vlan.id" />',
'label.ipv4.netmask': '<fmt:message key="label.ipv4.netmask" />',
'label.custom': '<fmt:message key="label.custom" />',

View File

@ -1252,7 +1252,7 @@
if (args != null)
return args;
else
return 'label.na';
return _l('label.na');
}
},
@ -1862,7 +1862,7 @@
},
messages: {
notification: function(args) {
return 'label.acquire.new.secondary.ip';
return _l('label.acquire.new.secondary.ip');
}
},
action: function(args) {