Localize Templates/ISOs

This commit is contained in:
Brian Federle 2012-02-13 11:33:36 -08:00
parent d5532d7de0
commit 446ba7a5ec
3 changed files with 272 additions and 297 deletions

View File

@ -1,3 +1,10 @@
message.action.download.iso=Please confirm that you want to download this ISO.
message.action.download.template=Please confirm that you want to download this template.
label.destination.zone=Destination Zone
label.keyboard.type=Keyboard type
label.nic.adapter.type=NIC adapter type
label.root.disk.controller=Root disk controller
label.community=Community
label.remove.egress.rule=Remove egress rule
label.add.egress.rule=Add egress rule
label.egress.rule=Egress rule

View File

@ -1599,6 +1599,13 @@
<script language="javascript">
dictionary = {
'message.action.download.iso': '<fmt:message key="message.action.download.iso"/>',
'message.action.download.template': '<fmt:message key="message.action.download.template"/>',
'label.destination.zone': '<fmt:message key="label.destination.zone"/>',
'label.nic.adapter.type': '<fmt:message key="label.nic.adapter.type"/>',
'label.keyboard.type': '<fmt:message key="label.keyboard.type"/>',
'label.root.disk.controller': '<fmt:message key="label.root.disk.controller"/>',
'label.community': '<fmt:message key="label.community"/>',
'label.remove.egress.rule': '<fmt:message key="label.remove.egress.rule"/>',
'label.add.egress.rule': '<fmt:message key="label.add.egress.rule"/>',
'label.egress.rule': '<fmt:message key="label.egress.rule"/>',

File diff suppressed because it is too large Load Diff