modified: ri_tk_cmd.py
add two showwarning messagebox for active devices that must be more than
two
This commit is contained in:
@@ -727,7 +727,8 @@ row 4 | |
|
||||
<message_box name='previous' type='showinfo' title='install sequence' message='#first-step'/>
|
||||
<message_box name='raid_add_warning' type='showwarning' title='raid adding' message='#raid-add-warning'/>
|
||||
<message_box name='raid_delete_warning' type='showwarning' title='raid deleting' message='#raid-delete-warning'/>
|
||||
<message_box name='raid_add_active_warning' type='showwarning' title='active' message='#raid-add-active-warning'/>
|
||||
<message_box name='raid_add_active_numbers' type='showwarning' title='number' message='#raid-add-active-numbers'/>
|
||||
<message_box name='raid_add_active_2numbers' type='showwarning' title='number' message='#raid-add-active-2numbers'/>
|
||||
<!--
|
||||
column 0 column 1
|
||||
________________________________________________
|
||||
@@ -928,16 +929,23 @@ row 4 | |
|
||||
<Chinese>磐石 4.2</Chinese>
|
||||
</text>
|
||||
|
||||
<text key='#raid-add-warning'>
|
||||
<English>When adding a raid device, active list can not be null, and one raid level must be selected</English>
|
||||
<Chinese>当添加raid设备时,活动设备列表不能为空,并且必须选定一个raid级别。</Chinese>
|
||||
<text key='#raid-add-active-numbers'>
|
||||
<English>When make a raid0 or raid1, the partitions on the active display frame, must be more than one!</English>
|
||||
<Chinese>当制作raid0或raid1时,硬盘分区必须两个或两个以上。</Chinese>
|
||||
</text>
|
||||
|
||||
<text key='#raid-add-active-warning'>
|
||||
<English>Active display frame can not be empty</English>
|
||||
<Chinese>活动框不能为空</Chinese>
|
||||
<text key='#raid-add-active-2numbers'>
|
||||
<English>When make a raid5, the partitions on the active display frame, must be more than two!</English>
|
||||
<Chinese>当制作raid5的时,硬盘分区必须三个或三个以上。</Chinese>
|
||||
</text>
|
||||
|
||||
<text key='#raid-add-warning'>
|
||||
<English>When adding a raid device, active list can not be null, and one raid level must be selected!</English>
|
||||
<Chinese>当添加raid设备时,使用设备列表不能为空,并且必须选定一个raid级别。</Chinese>
|
||||
</text>
|
||||
|
||||
|
||||
|
||||
<text key='#raid-delete-warning'>
|
||||
<English>You can not delete an existing raid, which is not made by I (install program)!</English>
|
||||
<Chinese>对于一个早已存在的raid设备(不是由安装程序创建的),你不能把它删除。</Chinese>
|
||||
@@ -1039,7 +1047,7 @@ row 4 | |
|
||||
|
||||
<text>
|
||||
<English>Active</English>
|
||||
<Chinese>活动</Chinese>
|
||||
<Chinese>使用</Chinese>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
@@ -1229,7 +1237,7 @@ row 4 | |
|
||||
|
||||
<text>
|
||||
<English>Spare</English>
|
||||
<Chinese>空闲</Chinese>
|
||||
<Chinese>备用</Chinese>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
|
||||
Reference in New Issue
Block a user