mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
More translateable strings, #1354
This commit is contained in:
@@ -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