For the recored,the error correction

This commit is contained in:
hugang
2010-10-15 16:06:50 +08:00
parent dfd55b58e9
commit 4db9f7c1dd
7 changed files with 81 additions and 57 deletions

View File

@@ -722,7 +722,6 @@ row 4 | |
</widget>
</widget>
<message_box name='check_old_conf' type='askokcancel' title='check old config' message='#check-old-config'/>
<message_box name='next' type='askokcancel' title='install sequence' message='#installation-confirmation'/>
<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'/>
@@ -832,25 +831,25 @@ row 4 | |
-->
<widget type='Frame' name='install_information'>
<widget type='Frame' name='prepar_installation'>
<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='install_information.scroll.v' scrolled='install_information.list'/>
<scroll scrolling='install_information.scroll.h' scrolled='install_information.list'/>
<scroll scrolling='prepar_installation.scroll.v' scrolled='prepar_installation.text'/>
<scroll scrolling='prepar_installation.scroll.h' scrolled='prepar_installation.text'/>
</action>
<widget type='Text' name='install_information.list'>
<widget type='Text' name='prepar_installation.text'>
<grid_location row='0' column='0' padx='30' pady='30' sticky='NSWE'/>
<action init='install_information_init'/>
<action init='prepar_installation_init'/>
</widget>
<widget type='Scrollbar' name='install_information.scroll.v'>
<widget type='Scrollbar' name='prepar_installation.scroll.v'>
<widget_attribute orient='vertical'/>
<grid_location row='0' column='1' pady='30' sticky='NS'/>
</widget>
<widget type='Scrollbar' name='install_information.scroll.h'>
<widget type='Scrollbar' name='prepar_installation.scroll.h'>
<widget_attribute orient='horizontal'/>
<grid_location row='1' column='0' padx='30' sticky='WE'/>
</widget>
@@ -875,7 +874,7 @@ row 4 | |
<Chinese>您已到达第一步。</Chinese>
</text>
<text key='#install_information.help'>
<text key='#prepar_installation.help'>
<English>
Installation information recorded the process which the users choose operations during installation. Including: record the operation of the physical hard disk, choose the software packages which use to install and server to start system.
</English>
@@ -1031,11 +1030,6 @@ row 4 | |
<English>installation Configuration is completed, press the OK button to start the installation</English>
<Chinese>安装配置完成,按确定键开始安装</Chinese>
</text>
<text key='#check-old-config'>
<English>The system detects the presence of the last installation to retain the configuration file, whether to use</English>
<Chinese>系统检测到存在上次安装保留的配置文件,是否使用它</Chinese>
</text>
<text>
<English>Active</English>
@@ -1108,7 +1102,7 @@ row 4 | |
</text>
<text>
<English>install_information</English>
<English>prepar_installation</English>
<Chinese>安装信息</Chinese>
</text>
@@ -1256,6 +1250,6 @@ row 4 | |
<widget name='software group'/>
<widget name='dependency'/>
<widget name='service'/>
<widget name='install_information'/>
<widget name='prepar_installation'/>
</sequence>
</interface>