plover-gtk/software-installation.ui
author J. Ali Harlow <ali@juiblex.co.uk>
Mon Aug 31 07:12:16 2020 +0100 (2020-08-31)
changeset 104 5cb36c12ac49
parent 24 2b9f54d14cc2
permissions -rw-r--r--
Prepare to release 0.6
     1 <?xml version="1.0"?>
     2 <interface>
     3   <requires lib="gtk+" version="2.16"/>
     4   <!-- interface-naming-policy project-wide -->
     5   <object class="GtkAssistant" id="SoftwareInstallation">
     6     <property name="border_width">12</property>
     7     <property name="title" translatable="yes">Software Installation</property>
     8     <signal name="delete_event" handler="gtk_main_quit"/>
     9     <child>
    10       <placeholder/>
    11     </child>
    12     <child>
    13       <placeholder/>
    14     </child>
    15     <child>
    16       <object class="GtkLabel" id="SIIntroduction">
    17         <property name="visible">True</property>
    18         <property name="xalign">0</property>
    19         <property name="yalign">0</property>
    20         <property name="xpad">16</property>
    21         <property name="ypad">16</property>
    22         <property name="label" translatable="yes">&lt;b&gt;Welcome to the Installation Assistant&lt;/b&gt;
    23 
    24 The Installation Assistant will make the changes to the
    25 software you have requested. To continue, click Forward.</property>
    26         <property name="use_markup">True</property>
    27       </object>
    28       <packing>
    29         <property name="page_type">intro</property>
    30         <property name="title" translatable="yes">Software Installation</property>
    31       </packing>
    32     </child>
    33     <child>
    34       <object class="GtkVBox" id="SIConfirm">
    35         <property name="visible">True</property>
    36         <property name="orientation">vertical</property>
    37         <child>
    38           <object class="GtkVBox" id="SIIncompatibleInstallation">
    39             <property name="orientation">vertical</property>
    40             <child>
    41               <object class="GtkLabel" id="SIIncompatibleInstallationLabel">
    42                 <property name="visible">True</property>
    43                 <property name="xalign">0</property>
    44                 <property name="yalign">0</property>
    45                 <property name="xpad">16</property>
    46                 <property name="ypad">16</property>
    47                 <property name="label" translatable="yes">&lt;b&gt;Incompatible Installation&lt;/b&gt;
    48 
    49 The existing installation is not from %s
    50 In order to continue, all the existing packages must be removed.</property>
    51                 <property name="use_markup">True</property>
    52               </object>
    53               <packing>
    54                 <property name="expand">False</property>
    55                 <property name="position">0</property>
    56               </packing>
    57             </child>
    58             <child>
    59               <object class="GtkAlignment" id="alignment4">
    60                 <property name="visible">True</property>
    61                 <property name="left_padding">16</property>
    62                 <property name="right_padding">16</property>
    63                 <child>
    64                   <object class="GtkCheckButton" id="SIRemoveExisting">
    65                     <property name="label" translatable="yes">Remove all existing packages</property>
    66                     <property name="visible">True</property>
    67                     <property name="can_focus">True</property>
    68                     <property name="receives_default">False</property>
    69                     <property name="draw_indicator">True</property>
    70                   </object>
    71                 </child>
    72               </object>
    73               <packing>
    74                 <property name="expand">False</property>
    75                 <property name="position">1</property>
    76               </packing>
    77             </child>
    78           </object>
    79           <packing>
    80             <property name="expand">False</property>
    81             <property name="position">0</property>
    82           </packing>
    83         </child>
    84         <child>
    85           <object class="GtkLabel" id="SISummaryOfWork">
    86             <property name="width_request">450</property>
    87             <property name="visible">True</property>
    88             <property name="xalign">0</property>
    89             <property name="yalign">0</property>
    90             <property name="xpad">16</property>
    91             <property name="ypad">16</property>
    92             <property name="label" translatable="yes">&lt;b&gt;Installation Summary&lt;/b&gt;
    93 
    94 Packages to be installed or updated: ... plus dependencies.</property>
    95             <property name="use_markup">True</property>
    96             <property name="wrap">True</property>
    97           </object>
    98           <packing>
    99             <property name="position">1</property>
   100           </packing>
   101         </child>
   102       </object>
   103       <packing>
   104         <property name="page_type">confirm</property>
   105         <property name="title" translatable="yes">Software Installation (2 of 4)</property>
   106       </packing>
   107     </child>
   108     <child>
   109       <object class="GtkVBox" id="SIProgress">
   110         <property name="visible">True</property>
   111         <property name="orientation">vertical</property>
   112         <child>
   113           <object class="GtkLabel" id="SIProgressLabel">
   114             <property name="visible">True</property>
   115             <property name="xalign">0</property>
   116             <property name="yalign">0</property>
   117             <property name="xpad">16</property>
   118             <property name="ypad">16</property>
   119             <property name="label" translatable="yes">&lt;b&gt;Installing the Software&lt;/b&gt;
   120 
   121 Please wait while the Installation Assistant installs the software.
   122 This may take several minutes.</property>
   123             <property name="use_markup">True</property>
   124           </object>
   125           <packing>
   126             <property name="expand">False</property>
   127             <property name="position">0</property>
   128           </packing>
   129         </child>
   130         <child>
   131           <object class="GtkAlignment" id="alignment2">
   132             <property name="visible">True</property>
   133             <property name="bottom_padding">16</property>
   134             <property name="left_padding">16</property>
   135             <property name="right_padding">16</property>
   136             <child>
   137               <object class="GtkProgressBar" id="SIProgressBar">
   138                 <property name="visible">True</property>
   139                 <property name="activity_mode">True</property>
   140                 <property name="show_text">True</property>
   141                 <property name="text" translatable="yes">Starting</property>
   142               </object>
   143             </child>
   144           </object>
   145           <packing>
   146             <property name="expand">False</property>
   147             <property name="position">1</property>
   148           </packing>
   149         </child>
   150       </object>
   151       <packing>
   152         <property name="page_type">progress</property>
   153         <property name="title" translatable="yes">Software Installation (3 of 4)</property>
   154       </packing>
   155     </child>
   156     <child>
   157       <object class="GtkLabel" id="SISummary">
   158         <property name="visible">True</property>
   159         <property name="xalign">0</property>
   160         <property name="yalign">0</property>
   161         <property name="xpad">16</property>
   162         <property name="ypad">16</property>
   163         <property name="label" translatable="yes">&lt;b&gt;Installation Assistant Completed&lt;/b&gt;
   164 
   165 The Installation Assistant has successfully completed.
   166 Click Close to exit the Assistant.</property>
   167         <property name="use_markup">True</property>
   168       </object>
   169       <packing>
   170         <property name="page_type">summary</property>
   171         <property name="title" translatable="yes">Software Installation (4 of 4)</property>
   172       </packing>
   173     </child>
   174   </object>
   175 </interface>