mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
More translateable strings, #1354
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
<? I18N znc-sasl ?>
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
<form action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>" method="post">
|
||||
<? INC _csrf_check.tmpl ?>
|
||||
<div class="section">
|
||||
<h3>SASL</h3>
|
||||
<h3><? FORMAT "SASL" ?></h3>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Username:</div>
|
||||
<div class="inputlabel"><? FORMAT "Username:" ?></div>
|
||||
<input type="text" name="username" value="<? VAR Username ?>" class="half" maxlength="128"
|
||||
title="Please enter a username." />
|
||||
title="<? FORMAT "Please enter a username." ?>" />
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Password:</div>
|
||||
<div class="inputlabel"><? FORMAT "Password:" ?></div>
|
||||
<input type="password" name="password" class="half"
|
||||
title="Please enter a password." autocomplete="off" />
|
||||
title="<? FORMAT "Please enter a password." ?>" autocomplete="off" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Options</h3>
|
||||
<h3><? FORMAT "Options" ?></h3>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody lotsofcheckboxes">
|
||||
<span class="checkboxandlabel" title="Connect only if SASL authentication succeeds.">
|
||||
<span class="checkboxandlabel" title="<? FORMAT "Connect only if SASL authentication succeeds." ?>">
|
||||
<input type="checkbox" name="require_auth" id="opt_require_auth" value="1"<? IF RequireAuth ?> checked="checked"<? ENDIF ?> />
|
||||
<label for="opt_require_auth">Require authentication</label>
|
||||
<label for="opt_require_auth"><? FORMAT "Require authentication" ?></label>
|
||||
</span>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
@@ -31,15 +32,15 @@
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h3>Mechanisms</h3>
|
||||
<h3><? FORMAT "Mechanisms" ?></h3>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
<table class="data">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
<th><? FORMAT "Name" ?></th>
|
||||
<th><? FORMAT "Description" ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -53,7 +54,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Selected mechanisms and their order:</div>
|
||||
<div class="inputlabel"><? FORMAT "Selected mechanisms and their order:" ?></div>
|
||||
<input type="text" name="mechanisms" id="mechanisms" value="<? VAR Mechanisms ?>" class="half"/>
|
||||
<script>
|
||||
$("#mechanisms").selectize({
|
||||
@@ -70,7 +71,7 @@
|
||||
|
||||
<div class="submitline">
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
<input type="submit" value="Save" />
|
||||
<input type="submit" value="<? FORMAT "Save" ?>" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<? I18N znc-send_raw ?>
|
||||
<? ADDROW JSLoop HREF=/modfiles/user/send_raw/select.js ?>
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
@@ -5,17 +6,17 @@
|
||||
<? INC _csrf_check.tmpl ?>
|
||||
|
||||
<div class="section">
|
||||
<h3>Send a raw IRC line</h3>
|
||||
<h3><? FORMAT "Send a raw IRC line" ?></h3>
|
||||
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection third" id="userblock" style="display:none">
|
||||
<div class="inputlabel">User:</div>
|
||||
<input id="user" type="text" disabled="disabled" title="To change user, click to Network selector"/>
|
||||
<div class="inputlabel"><? FORMAT "User:" ?></div>
|
||||
<input id="user" type="text" disabled="disabled" title="<? FORMAT "To change user, click to Network selector" ?>"/>
|
||||
</div>
|
||||
|
||||
<div class="subsection third">
|
||||
<div class="inputlabel" id="networklabel">User/Network:</div>
|
||||
<div class="inputlabel" id="networklabel"><? FORMAT "User/Network:" ?></div>
|
||||
<select name="network" id="selectnetwork" onchange="javascript:updateUser()">
|
||||
<? LOOP UserLoop ?>
|
||||
<optgroup label="<? VAR Username ?>">
|
||||
@@ -28,20 +29,20 @@
|
||||
</div>
|
||||
|
||||
<div class="subsection third">
|
||||
<div class="inputlabel">Send to:</div>
|
||||
<div class="inputlabel"><? FORMAT "Send to:" ?></div>
|
||||
<select name="send_to">
|
||||
<option value="client"<? IF to_client ?> selected="yes"<? ENDIF ?>>Client</option>
|
||||
<option value="server"<? IF to_server ?> selected="yes"<? ENDIF ?>>Server</option>
|
||||
<option value="client"<? IF to_client ?> selected="yes"<? ENDIF ?>><? FORMAT "Client" ?></option>
|
||||
<option value="server"<? IF to_server ?> selected="yes"<? ENDIF ?>><? FORMAT "Server" ?></option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="subsection full">
|
||||
<div class="inputlabel">Line:</div>
|
||||
<div class="inputlabel"><? FORMAT "Line:" ?></div>
|
||||
<input type="text" name="line" value="<? VAR line ?>" />
|
||||
</div>
|
||||
|
||||
<div class="subsection submitline">
|
||||
<input type="submit" value="Send"/>
|
||||
<input type="submit" value="<? FORMAT "Send" ?>"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<? I18N znc-stickychan ?>
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
<form method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>">
|
||||
@@ -5,8 +6,8 @@
|
||||
<table class="data">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Sticky</th>
|
||||
<th><? FORMAT "Name" ?></th>
|
||||
<th><? FORMAT "Sticky" ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -21,7 +22,7 @@
|
||||
|
||||
<div class="submitline">
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
<input type="submit" value="Save" />
|
||||
<input type="submit" value="<? FORMAT "Save" ?>" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<? I18N znc-stickychan ?>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<div class="subsection">
|
||||
<input type="hidden" name="embed_stickychan_presented" value="1">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" name="embed_stickychan_sticky" id="opt_embed_stickychan_sticky" value="1"<? IF Sticky ?> checked="checked"<? ENDIF ?> />
|
||||
<label for="opt_embed_stickychan_sticky">Channel is sticky</label>
|
||||
<label for="opt_embed_stickychan_sticky"><? FORMAT "Channel is sticky" ?></label>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
|
||||
Reference in New Issue
Block a user