Files
new_install/xml/interface.xml
2010-08-18 09:40:02 +07:59

1001 lines
33 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<interface base_widget='main' sequence='main'>
<!--
column 0 column 1 column 2
____________________________________________________________
row 0 | logo step_name version |
row 1 |____________________________________________________________|
row 2 | __________ |
|| | |
|| text | |
||__________| |
row 3 | copyright information |
row 4 | quit previous next |
|____________________________________________________________|
-->
<widget type='Frame' name='main'>
<grid_management rows='5' columns='3'>
<configure row='2' weight='1'/>
<configure column='1' weight='3'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='0' column='0' sticky='NSWE'/>
<variable name='main.step_name' type='StringVar' />
<widget type='Label'>
<widget_attribute image='linxlogo.gif'/>
<grid_location row='0' column='0' sticky='W' padx='5' pady='5'/>
</widget>
<widget type='Label'>
<widget_attribute textvariable='main.step_name'/>
<grid_location row='0' column='1' />
</widget>
<widget type='Label'>
<widget_attribute text='#os-name'/>
<grid_location row='0' column='2' sticky='E'/>
</widget>
<widget type='Frame'>
<widget_attribute height='3' background='black'/>
<grid_location row='1' column='0' columnspan='3' sticky='WE'/>
</widget>
<widget type='Text'>
<widget_attribute width='30' state='disabled'/>
<grid_location row='2' column='0' padx='10' pady='10' sticky='NSWE'/>
</widget>
<widget type='Label'>
<widget_attribute text='#Copyright'/>
<grid_location row='3' column='0' columnspan='3' pady='20'/>
</widget>
<widget type='Button'>
<widget_attribute text='quit' command='quit'/>
<grid_location row='4' column='0'/>
</widget>
<widget type='Button'>
<widget_attribute text='previous' command='previous'/>
<grid_location row='4' column='1'/>
</widget>
<widget type='Button'>
<widget_attribute text='next' command='next'/>
<grid_location row='4' column='2' pady='20'/>
</widget>
</widget>
<!--
column 0 column 1 column 2
____________________________________________________________
row 0 | |
row 1 | |
row 2 | Welcome |
row 3 | |
row 4 | |
|____________________________________________________________|
-->
<widget type='Label' name='welcome'>
<widget_attribute text='#Welcome'/>
<grid_location row='2' column='1' columnspan='2'/>
</widget>
<!--
column 0 column 1 column 2
____________________________________________________________
row 0 | |
row 1 | |
row 2 | _________________ |
| | serial number | |
| | ______________ | |
| || | | |
| ||______________| | |
| |_________________| |
row 3 | |
row 4 | |
|____________________________________________________________|
-->
<widget type='Frame' name='serial number'>
<grid_management rows='1' columns='1'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<widget type='Frame'>
<grid_location row='0' column='0'/>
<widget type='Label'>
<widget_attribute text='serial number'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
<widget type='Entry'>
<widget_attribute width='12' textvariable='serial_no.number'/>
<grid_location row='1' column='0' sticky='W'/>
<variable name='serial_no.number' type='StringVar' value='123456789012'/>
<action init='serial_no_init' quit='serial_no_quit'/>
</widget>
</widget>
</widget>
<!--
column 0 column 1 column 2
____________________________________________________________
row 0 | |
row 1 | |
row 2 | |
| ___________________________ |
| | _________ | |
| |device: |_________| | |
| |___________________________| |
| _______________________________ |
| | __________________________ | |
| || | ^ | |
| || | | | |
| || | | | |
| || | | | |
| ||__________________________| v | |
| | | |
| | new edit delete reset | |
| |_______________________________| |
row 3 | |
row 4 | |
|____________________________________________________________|
-->
<!--
partition is currently unused
-->
<widget type='Frame' name='partition'>
<grid_management rows='2' columns='1'>
<configure row='0' weight='1'/>
<configure row='1' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<widget type='Frame'>
<grid_location row='0' column='0' sticky='WS' pady='10'/>
<widget type='Label'>
<widget_attribute text='device'/>
<grid_location row='0' column='0' />
</widget>
<widget type='Listbox'>
<widget_attribute width='20' height='10'/>
<grid_location row='0' column='1' padx='10'/>
</widget>
</widget>
<widget type='Frame'>
<grid_management rows='2' columns='5'>
<configure column='3' weight='1'/>
</grid_management>
<grid_location row='1' column='0' sticky='NW'/>
<action>
<scroll scrolling='partition.scroll' scrolled='partition.list'/>
</action>
<widget type='Listbox' name='partition.list'>
<widget_attribute width='60'/>
<grid_location row='0' column='0' columnspan='4' sticky='NWS' pady='10'/>
</widget>
<widget type='Scrollbar' name='partition.scroll'>
<widget_attribute orient='vertical'/>
<grid_location row='0' column='4' sticky='NS' pady='10'/>
</widget>
<widget type='Button'>
<widget_attribute text='new'/>
<grid_location row='1' column='0' sticky='W'/>
</widget>
<widget type='Button'>
<widget_attribute text='edit'/>
<grid_location row='1' column='1' padx='10'/>
</widget>
<widget type='Button'>
<widget_attribute text='delete'/>
<grid_location row='1' column='2' padx='10'/>
</widget>
<widget type='Button'>
<widget_attribute text='reset'/>
<grid_location row='1' column='3' sticky='E'/>
</widget>
</widget>
</widget>
<!--
column 0 column 1 column 2
____________________________________________________________
row 0 | |
row 1 | |
row 2 | |
| __________________________ |
| | __________________ | |
| || | ^ | |
| || | | | |
| || | | | |
| || | | | |
| ||__________________| v | |
| |< - - - - - - - - -> | |
| |__________________________| |
| |
| |
row 3 | |
row 4 | |
|____________________________________________________________|
-->
<widget type='Frame' name='mount'>
<grid_management rows='1' columns='1'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<widget type='Frame'>
<grid_management rows='2' columns='2'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='0' column='0' columnspan='2' padx='20' pady='20' sticky='NSWE'/>
<action>
<scroll scrolling='mount.scroll.v' scrolled='mount.list'/>
<scroll scrolling='mount.scroll.h' scrolled='mount.list'/>
</action>
<widget type='Listbox' name='mount.list'>
<widget_attribute listvariable='mount.list'/>
<grid_location row='0' column='0' sticky='NSWE'/>
<variable name='mount.list' type='StringVar'/>
<action init='mount_list_init'/>
<binding sequence='ListboxSelect' function='mount_list_modify' wrap='double'/>
</widget>
<widget type='Scrollbar' name='mount.scroll.v'>
<widget_attribute orient='vertical'/>
<grid_location row='0' column='1' sticky='NS'/>
</widget>
<widget type='Scrollbar' name='mount.scroll.h'>
<widget_attribute orient='horizontal'/>
<grid_location row='1' column='0' sticky='WE'/>
</widget>
</widget>
</widget>
<!--
column 1 column 2 column 3
________________________________________________________________________
| __________ ________ |
| host name |__________| domain name |________| |
| _ IP |________| |
| NCM |_| dynamic Subnet mask |________| |
| _ Gateway |________| |
| |_| static Primary DNS |________| |
| Secondary DNS|________| |
|________________________________________________________________________|
-->
<widget type='Frame' name='network'>
<grid_management rows='1' columns='2'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<action init='network_init' quit='network_quit'/>
<widget type='Frame'>
<grid_location row='0' column='0'/>
<variable name='network_config_method' type='StringVar'/>
<widget type='Label'>
<widget_attribute text='host name'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
<widget type='Entry'>
<widget_attribute width='12' textvariable='network_host_name'/>
<grid_location row='0' column='1' sticky='W'/>
<variable name='network_host_name' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='#NCM'/>
<grid_location row='1' column='0' rowspan='2' sticky='W'/>
</widget>
<widget type='Radiobutton' name='network_config_dynamic'>
<widget_attribute text='dynamic' variable='network_config_method' value='dynamic' command='ncm_dynamic'/>
<grid_location row='1' column='1' sticky='W'/>
</widget>
<widget type='Radiobutton' name='network_config_static'>
<widget_attribute text='static' variable='network_config_method' value='static' command='ncm_static'/>
<grid_location row='2' column='1' sticky='W'/>
</widget>
</widget>
<widget type='Frame'>
<grid_location row='0' column='1'/>
<widget type='Label'>
<widget_attribute text='Domain name'/>
<grid_location row='0' column='0'/>
</widget>
<widget type='Entry' name='network_domain_name'>
<widget_attribute width='16' textvariable='network_domain_name'/>
<grid_location row='0' column='1' pady='2'/>
<variable name='network_domain_name' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='IP'/>
<grid_location row='1' column='0'/>
</widget>
<widget type='Entry' name='network_ip'>
<widget_attribute width='16' textvariable='network_ip'/>
<grid_location row='1' column='1' pady='2'/>
<variable name='network_ip' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='Subnet mask'/>
<grid_location row='2' column='0'/>
</widget>
<widget type='Entry' name='network_subnet_mask'>
<widget_attribute width='16' textvariable='network_subnet_mask'/>
<grid_location row='2' column='1' pady='2'/>
<variable name='network_subnet_mask' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='Gateway'/>
<grid_location row='3' column='0'/>
</widget>
<widget type='Entry' name='network_gateway'>
<widget_attribute width='16' textvariable='network_gateway'/>
<grid_location row='3' column='1' pady='2'/>
<variable name='network_gateway' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='Primary DNS'/>
<grid_location row='4' column='0'/>
</widget>
<widget type='Entry' name='network_primary_dns'>
<widget_attribute width='16' textvariable='network_primary_dns'/>
<grid_location row='4' column='1' pady='2'/>
<variable name='network_primary_dns' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='Secondary DNS'/>
<grid_location row='5' column='0'/>
</widget>
<widget type='Entry' name='network_secondary_dns'>
<widget_attribute width='16' textvariable='network_secondary_dns'/>
<grid_location row='5' column='1' pady='2'/>
<variable name='network_secondary_dns' type='StringVar'/>
</widget>
</widget>
</widget>
<!--
column 1 column 2 column 3
________________________________________________________________________
| Mandatory |
| ___________________________________________ |
| | ___________________ __________________ | |
| || mandatory group 1 | | mandatory group2 | | |
| ||___________________| |__________________| | |
| |___________________________________________| |
| |
| Optional |
| _____________________________________________ |
| | _ _ _ | |
| | |_| optional 1 |_| optional 2 |_| optional 3| |
| |_____________________________________________| |
|________________________________________________________________________|
-->
<widget type='Frame' name='software group'>
<grid_management rows='4' columns='1'>
<configure row='1' weight='1'/>
<configure row='3' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<widget type='Label'>
<widget_attribute text='Mandatory'/>
<grid_location row='0' column='0' />
</widget>
<widget type='Frame' construct='software_group_mandatory_construct'>
<grid_management rows='x' columns='3'>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='1' column='0'/>
<!-- a template for software group mandatory item -->
<widget type='Button' >
<widget_attribute text='' command='software_group_mandatory_item'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
</widget>
<widget type='Label'>
<widget_attribute text='Optional'/>
<grid_location row='2' column='0'/>
</widget>
<widget type='Frame' construct='software_group_optional_construct'>
<grid_management rows='x' columns='3'>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='3' column='0'/>
<action quit='software_group_optional_quit'/>
<!-- a template for software group optional item -->
<widget type='Checkbutton'>
<widget_attribute text='' variable='' command='' onvalue='yes' offvalue='no'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
</widget>
</widget>
<!--
column1 column2 column3
_____________________________________________________
| |
| ____________________ |
| | | ^ |
| | | | |
| | | | |
| | | | |
| |____________________| v |
| <- - - - - - - - - - -> |
|_____________________________________________________|
-->
<widget type='Frame' name='dependency'>
<grid_management rows='2' columns='2'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<action>
<scroll scrolling='dependency.scroll.v' scrolled='dependency.list'/>
<scroll scrolling='dependency.scroll.h' scrolled='dependency.list'/>
</action>
<widget type='Listbox' name='dependency.list'>
<widget_attribute listvariable='dependency.list'/>
<grid_location row='0' column='0' padx='30' pady='30' sticky='NSWE'/>
<variable name='dependency.list' type='StringVar'/>
<action init='dependency_list_init'/>
</widget>
<widget type='Scrollbar' name='dependency.scroll.v'>
<widget_attribute orient='vertical'/>
<grid_location row='0' column='1' pady='30' sticky='NS'/>
</widget>
<widget type='Scrollbar' name='dependency.scroll.h'>
<widget_attribute orient='horizontal'/>
<grid_location row='1' column='0' padx='30' sticky='WE'/>
</widget>
</widget>
<!--
column1 column2 column3
_____________________________________________
| _ _ _ |
| |_|service 1 |_|service 2 |_|service 3 |
| ...... |
|_____________________________________________|
-->
<widget type='Frame' name='service' construct='service_construct'>
<grid_management rows='x' columns='3'>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<action quit='service_quit'/>
<!-- a template for service item -->
<widget type='Checkbutton' name='service-item'>
<widget_attribute text='' variable='' onvalue='yes' offvalue='no'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
</widget>
<message_box name='previous' type='info' title='install sequence' message='#first-step'/>
<message_box name='next' type='info' title='install sequence' message='#last-step'/>
<!--
column 0 column 1
________________________________________________
row 0 | Device /dev/xxx |
row 1 | Size xxx |
| _____________ |
row 2 | Directory |_____________| |
| _ _ |
row 3 | |_| Format |_| Not-Format |
| ___________________ |
row 4 | | | |
| filesystem | | |
| | | |
| |___________________| |
| |
row 5 | OK Cancel |
|________________________________________________|
-->
<top_window name='mount_list_modify'>
<grid_management rows='1' columns='1'>
<configure row='0' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<widget type='Frame'>
<grid_location row='0' column='0'/>
<variable name='mp_top_format' type='StringVar'/>
<action init='mp_top_init'/>
<widget type='Label'>
<widget_attribute text='Device'/>
<grid_location row='0' column='0' padx='10' sticky='W'/>
</widget>
<widget type='Label'>
<widget_attribute textvariable='mp_top_dev'/>
<grid_location row='0' column='1' sticky='W'/>
<variable name='mp_top_dev' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='Size'/>
<grid_location row='1' column='0' padx='10' sticky='W'/>
</widget>
<widget type='Label'>
<widget_attribute textvariable='mp_top_size'/>
<grid_location row='1' column='1' sticky='W'/>
<variable name='mp_top_size' type='StringVar'/>
</widget>
<widget type='Label'>
<widget_attribute text='Directory'/>
<grid_location row='2' column='0' padx='10' sticky='W'/>
</widget>
<widget type='Entry'>
<widget_attribute width='10' textvariable='mp_top_dir'/>
<grid_location row='2' column='1' sticky='W'/>
<variable name='mp_top_dir' type='StringVar'/>
</widget>
<widget type='Radiobutton' name='mp_top_format'>
<widget_attribute text='Format' variable='mp_top_format' value='yes'/>
<grid_location row='3' column='0'/>
</widget>
<widget type='Radiobutton' name='mp_top_not_format'>
<widget_attribute text='Not-Format' variable='mp_top_format' value='no'/>
<grid_location row='3' column='1'/>
</widget>
<widget type='Label'>
<widget_attribute text='Filesystem'/>
<grid_location row='4' column='0' sticky='W'/>
</widget>
<widget type='Listbox' name='mp_top_fs'>
<widget_attribute listvariable='mp_top_fs'/>
<grid_location row='4' column='1' sticky='W'/>
<variable name='mp_top_fs' type='StringVar' value='ext2 ext3 reiserfs xfs jfs'/>
</widget>
<widget type='Button'>
<widget_attribute text='OK' command='mp_top_ok'/>
<grid_location row='5' column='0'/>
</widget>
<widget type='Button'>
<widget_attribute text='Cancel' command='mp_top_cancel'/>
<grid_location row='5' column='1'/>
</widget>
</widget>
</top_window>
<widget type='Frame' name='raid'>
<grid_management rows='3' columns='3'>
<configure row='0' weight='1'/>
<configure row='1' weight='1'/>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='2' column='1' columnspan='2' sticky='NSWE'/>
<widget type='Frame'>
<grid_management rows='2' columns='2'>
<configure row='1' weight='1'/>
<configure column='0' weight='1'/>
</grid_management>
<grid_location row='0' column='0' rowspan='3' sticky='NSWE'/>
<action>
<scroll scrolling='raid_raw.scroll' scrolled='raid_raw.list'/>
</action>
<widget type='Label'>
<widget_attribute text='Raw'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
<widget type='Listbox' name='raid_raw.list'>
<widget_attribute listvariable='raid_raw_devs'/>
<grid_location row='1' column='0' sticky='NWES'/>
<variable name='raid_raw_devs' type='StringVar'/>
</widget>
<widget type='Scrollbar' name='raid_raw.scroll'>
<widget_attribute orient='vertical'/>
<grid_location row='1' column='1' sticky='NS'/>
</widget>
</widget>
<!-- active dev list -->
<widget type='Frame'>
<grid_management rows='3' columns='2'>
<configure row='1' weight='1'/>
<configure row='2' weight='1'/>
<configure column='1' weight='1'/>
</grid_management>
<grid_location row='0' column='1' sticky='NWES'/>
<widget type='Label'>
<widget_attribute text='Active'/>
<grid_location row='0' column='1' sticky='W'/>
</widget>
<widget type='Button'>
<widget_attribute text='-&gt;'/>
<grid_location row='1' column='0' sticky='S'/>
</widget>
<widget type='Button'>
<widget_attribute text='&lt;-'/>
<grid_location row='2' column='0' sticky='N'/>
</widget>
<widget type='Listbox' name='raid_active.list'>
<widget_attribute listvariable='raid_active_devs'/>
<grid_location row='1' column='1' rowspan='2' sticky='NWES'/>
<variable name='raid_active_devs' type='StringVar'/>
</widget>
</widget>
<!-- spare dev list -->
<widget type='Frame'>
<grid_management rows='3' columns='2'>
<configure row='1' weight='1'/>
<configure row='2' weight='1'/>
<configure column='1' weight='1'/>
</grid_management>
<grid_location row='1' column='1' sticky='NWES'/>
<widget type='Label'>
<widget_attribute text='Spare'/>
<grid_location row='0' column='1' sticky='W'/>
</widget>
<widget type='Button'>
<widget_attribute text='-&gt;'/>
<grid_location row='1' column='0' sticky='S'/>
</widget>
<widget type='Button'>
<widget_attribute text='&lt;-'/>
<grid_location row='2' column='0' sticky='N'/>
</widget>
<widget type='Listbox' name='raid_spare.list'>
<widget_attribute listvariable='raid_spare_devs'/>
<grid_location row='1' column='1' rowspan='2' sticky='NWES'/>
<variable name='raid_spare_devs' type='StringVar'/>
</widget>
</widget>
<!-- radio button for raid level -->
<widget type='Frame'>
<grid_location row='2' column='1' />
<variable name='raid_level' type='StringVar'/>
<widget type='Label'>
<widget_attribute text='Level'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
<widget type='Radiobutton' name='raid_level_0'>
<widget_attribute text='Raid 0' variable='raid_level' value='0'/>
<grid_location row='1' column='0'/>
</widget>
<widget type='Radiobutton' name='raid_level_1'>
<widget_attribute text='Raid 1' variable='raid_level' value='1'/>
<grid_location row='2' column='0'/>
</widget>
<widget type='Radiobutton' name='raid_level_5'>
<widget_attribute text='Raid 5' variable='raid_level' value='5'/>
<grid_location row='3' column='0'/>
</widget>
</widget>
<!-- raid partitions -->
<widget type='Frame'>
<grid_management rows='3' columns='2'>
<configure row='1' weight='1'/>
<configure row='2' weight='1'/>
<configure column='1' weight='1'/>
</grid_management>
<grid_location row='0' column='2' rowspan='2'/>
<widget type='Label'>
<widget_attribute text='Device'/>
<grid_location row='0' column='1' sticky='W'/>
</widget>
<widget type='Button'>
<widget_attribute text='-&gt;'/>
<grid_location row='1' column='0' sticky='S'/>
</widget>
<widget type='Button'>
<widget_attribute text='&lt;-'/>
<grid_location row='2' column='0' sticky='N'/>
</widget>
<widget type='Listbox'>
<widget_attribute listvariable='raid_dev.list'/>
<grid_location row='1' column='1' rowspan='2'/>
<variable name='raid_dev.list' type='StringVar'/>
</widget>
</widget>
</widget>
<text key='#Copyright'>
<English>Copyright 2001-2010 Linx Technology Co., Ltd.</English>
<Chinese>北京凝思科技有限公司 版权所有</Chinese>
</text>
<text key='#first-step'>
<English>You have already been in the first step.</English>
<Chinese>您已到达第一步。</Chinese>
</text>
<text key='#last-step'>
<English>You have already been in the last step.</English>
<Chinese>您已到达最后一步。</Chinese>
</text>
<text key='#NCM'>
<English>Network Configuration Management:</English>
<Chinese>网络配置方式</Chinese>
</text>
<text key='#os-name'>
<English>Rocky 4.2</English>
<Chinese>磐石 4.2</Chinese>
</text>
<text key='#Welcome'>
<English>Welcome to use
Linx Rocky Secure Operating System v4.2</English>
<Chinese>欢迎使用
凝思磐石安全操作系统 v4.2</Chinese>
</text>
<text>
<English>Active</English>
<Chinese>活动</Chinese>
</text>
<text>
<English>Cancel</English>
<Chinese>取消</Chinese>
</text>
<text>
<English>Copyright</English>
<Chinese>版权</Chinese>
</text>
<text>
<English>delete</English>
<Chinese>删除</Chinese>
</text>
<text>
<English>dependency</English>
<Chinese>软件依赖</Chinese>
</text>
<text>
<English>Device</English>
<Chinese>设备</Chinese>
</text>
<text>
<English>Directory</English>
<Chinese>目录</Chinese>
</text>
<text>
<English>Domain name</English>
<Chinese>域名</Chinese>
</text>
<text>
<English>dynamic</English>
<Chinese>动态</Chinese>
</text>
<text>
<English>edit</English>
<Chinese>编辑</Chinese>
</text>
<text>
<English>Filesystem</English>
<Chinese>文件系统</Chinese>
</text>
<text>
<English>Format</English>
<Chinese>格式化</Chinese>
</text>
<text>
<English>Gateway</English>
<Chinese>网关</Chinese>
</text>
<text>
<English>host name</English>
<Chinese>主机名</Chinese>
</text>
<text>
<English>install sequence</English>
<Chinese>安装顺序</Chinese>
</text>
<text>
<English>IP</English>
<Chinese>IP</Chinese>
</text>
<text>
<English>Level</English>
<Chinese>级别</Chinese>
</text>
<text>
<English>Linx</English>
<Chinese>凝思</Chinese>
</text>
<text>
<English>Mandatory</English>
<Chinese>必选</Chinese>
</text>
<text>
<English>mount</English>
<Chinese>挂载硬盘</Chinese>
</text>
<text>
<English>new</English>
<Chinese>新建</Chinese>
</text>
<text>
<English>Not-Format</English>
<Chinese>不格式化</Chinese>
</text>
<text>
<English>network</English>
<Chinese>网络</Chinese>
</text>
<text>
<English>next</English>
<Chinese>下一步</Chinese>
</text>
<text>
<English>OK</English>
<Chinese>确定</Chinese>
</text>
<text>
<English>Optional</English>
<Chinese>可选</Chinese>
</text>
<text>
<English>previous</English>
<Chinese>上一步</Chinese>
</text>
<text>
<English>Primary DNS</English>
<Chinese>首选DNS</Chinese>
</text>
<text>
<English>quit</English>
<Chinese>退出</Chinese>
</text>
<text>
<English>Raw</English>
<Chinese>原始</Chinese>
</text>
<text>
<English>reset</English>
<Chinese>重置</Chinese>
</text>
<text>
<English>Secondary DNS</English>
<Chinese>备用DNS</Chinese>
</text>
<text>
<English>Select all</English>
<Chinese>全选</Chinese>
</text>
<text>
<English>serial number</English>
<Chinese>序列号</Chinese>
</text>
<text>
<English>service</English>
<Chinese>服务</Chinese>
</text>
<text>
<English>Size</English>
<Chinese>大小</Chinese>
</text>
<text>
<English>software group</English>
<Chinese>软件组</Chinese>
</text>
<text>
<English>Spare</English>
<Chinese>空闲</Chinese>
</text>
<text>
<English>Subnet mask</English>
<Chinese>子网掩码</Chinese>
</text>
<text>
<English>static</English>
<Chinese>静态</Chinese>
</text>
<text>
<English>welcome</English>
<Chinese>欢迎</Chinese>
</text>
<sequence name='main'>
<widget name='welcome'/>
<widget name='serial number'/>
<widget name='raid'/>
<widget name='mount'/>
<widget name='network'/>
<widget name='software group'/>
<widget name='dependency'/>
<widget name='service'/>
</sequence>
</interface>