More translateable strings, #1354

This commit is contained in:
Alexey Sokolov
2017-10-30 22:56:36 +00:00
parent cfadadb5d3
commit a80074712a
15 changed files with 365 additions and 331 deletions
+4 -3
View File
@@ -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>