]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/protected/Pages/ConfigurationWizard.page
baculum: Implement Polish language support
[bacula/bacula] / gui / baculum / protected / Pages / ConfigurationWizard.page
index 7cda83b63ae75c0bc2f01bb4414787cc9c562518..b15fdba38815aa1f957b9fa9846b80f4e8c7edbf 100644 (file)
                        </div>
                </prop:HeaderTemplate>
                <prop:StartNavigationTemplate>
-                               <com:TPanel CssClass="button-cancel" Visible="<%=$this->getPage()->firstRun === false%>"><com:Application.Portlets.BButton CommandName="Cancel" Text="<%[ Cancel ]%>" /></com:TPanel>
-                               <div <%=$this->getPage()->firstRun === false ? 'class="button-prev-next"' : ''%>><com:Application.Portlets.BButton CommandName="NextStep" Text="<%[ Next &raquo; ]%>" /></div>
+                               <com:TPanel CssClass="button-cancel" Visible="<%=$this->getPage()->firstRun === false%>"><com:BButton CommandName="Cancel" Text="<%[ Cancel ]%>" /></com:TPanel>
+                               <div <%=$this->getPage()->firstRun === false ? 'class="button-prev-next"' : ''%>><com:BButton CommandName="NextStep" Text="<%[ Next &raquo; ]%>" /></div>
                </prop:StartNavigationTemplate>
 
                <prop:StepNavigationTemplate>
-                       <com:TPanel CssClass="button-cancel" Visible="<%=$this->getPage()->firstRun === false%>"><com:Application.Portlets.BButton CommandName="Cancel" Text="<%[ Cancel ]%>" /></com:TPanel>
+                       <com:TPanel CssClass="button-cancel" Visible="<%=$this->getPage()->firstRun === false%>"><com:BButton CommandName="Cancel" Text="<%[ Cancel ]%>" /></com:TPanel>
                        <div <%=$this->getPage()->firstRun === false ? 'class="button-prev-next"' : ''%>>
-                               <com:Application.Portlets.BButton CausesValidation="False" CommandName="PreviousStep" Text="<%[ &laquo; Previous ]%>" />
-                               <com:Application.Portlets.BButton ID="NextButton" CommandName="NextStep" Text="<%[ Next &raquo; ]%>" />
+                               <com:BButton CausesValidation="False" CssClass="bbutton" CommandName="PreviousStep" Text="<%[ &laquo; Previous ]%>" />
+                               <com:BButton ID="NextButton" CommandName="NextStep" Text="<%[ Next &raquo; ]%>" />
                        </div>
                </prop:StepNavigationTemplate>
                 
                <prop:FinishNavigationTemplate>
-                       <com:TPanel CssClass="button-cancel" Visible="<%=$this->getPage()->firstRun === false%>"><com:Application.Portlets.BButton CommandName="Cancel" Text="<%[ Cancel ]%>" /></com:TPanel>
+                       <com:TPanel CssClass="button-cancel" Visible="<%=$this->getPage()->firstRun === false%>"><com:BButton CommandName="Cancel" Text="<%[ Cancel ]%>" /></com:TPanel>
                        <div <%=$this->getPage()->firstRun === false ? 'class="button-prev-next"' : ''%>>
-                               <com:Application.Portlets.BButton CausesValidation="False" CommandName="PreviousStep" Text="<%[ &laquo; Previous ]%>" />
-                               <com:Application.Portlets.BButton CommandName="Complete" Text="<%[ Save ]%>" />
+                               <com:BButton CausesValidation="False" CssClass="bbutton" CommandName="PreviousStep" Text="<%[ &laquo; Previous ]%>" />
+                               <com:BButton CommandName="Complete" Text="<%[ Save ]%>" />
                        </div>
                </prop:FinishNavigationTemplate>
                <com:TWizardStep ID="Step1" Title="<%[ Step 1 - select language ]%>" StepType="Auto">
@@ -59,7 +59,7 @@
                                <div class="field">
                                        <com:TActiveDropDownList ID="Lang" CssClass="textbox" Width="150px" OnTextChanged="setLang" CausesValidation="false">
                                                <com:TListItem Value="en" Text="<%[ English ]%>" />
-                                               <!--com:TListItem Value="pl" Text="<%[ Polish ]%>" /-->
+                                               <com:TListItem Value="pl" Text="<%[ Polish ]%>" />
                                        </com:TActiveDropDownList>
                                        <com:TCompareValidator CssClass="validator" Display="Dynamic" ControlToValidate="Lang" DataType="String" ValueToCompare="none" Operator="NotEqual" Text="<%[ Please select language. ]%>" />
                                </div>
                                </div>
                        </div>
                        <div class="line">
-                               <p><b><%[ NOTE! ]%></b><br /><em><%[ Above administration login and administration password should be the same as login params defined in Web Server authorization file. They are HTTP Basic authorization params by using which you have logged in to this wizard. ]%></em></p>
+                               <p><b><%[ NOTE! ]%></b><br /><em><%[ Above administration login and administration password will be used for login as administrator to Baculum WebGUI. They are your HTTP Basic authorization params by using which you will be logged in to Baculum. ]%></em></p>
+                               <p><b><%[ NOTE! ]%></b><br /><em><%[ In case when you use your selected HTTP Basic auth backend and in particular manual Baculum installation from source tar.gz archive, in above fields you need to provide your defined login and password which you used for access to this wizard. ]%></em></p>
                        </div>
                </com:TWizardStep>
                <com:TWizardStep ID="Step6" Title="<%[ Step 6 - Finish ]%>" StepType="Finish">
                        </fieldset>
                </com:TWizardStep>
        </com:TWizard>
-</com:TContent>
\ No newline at end of file
+</com:TContent>