mirror of https://github.com/apache/cloudstack.git
Localize Templates/ISOs
This commit is contained in:
parent
d5532d7de0
commit
446ba7a5ec
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue