PHRAS-2824 #comment add translation

This commit is contained in:
Harrys Ravalomanana
2019-11-15 11:15:32 +04:00
parent 06dc8aa8df
commit f9d3075559
9 changed files with 71 additions and 71 deletions

View File

@@ -193,7 +193,7 @@
<td>
<label for="gui_editable" class="checkbox">
<input id="gui_editable" type="checkbox" <%= field.gui_editable ? "checked='checked'" : "" %> />
{% trans %}gui_editable{% endtrans %}
{% trans %}Gui-editable{% endtrans %}
</label>
</td>
</tr>
@@ -201,7 +201,7 @@
<td>
<label for="gui_visible" class="checkbox">
<input id="gui_visible" type="checkbox" <%= field.gui_visible ? "checked='checked'" : "" %> />
{% trans %}gui_visible{% endtrans %}
{% trans %}Gui-visible{% endtrans %}
</label>
</td>
</tr>
@@ -264,7 +264,7 @@
<td><input id="tbranch" type="text" value="<%= field.tbranch %>"/></td>
</tr>
<tr>
<td><label for="generate_cterms" class="checkbox">{% trans %}generate_cterms{% endtrans %}</label></td>
<td><label for="generate_cterms" class="checkbox">{% trans %}Generate-cterms{% endtrans %}</label></td>
<td><input id="generate_cterms" type="checkbox" <%= field.generate_cterms ? "checked='checked'" : "" %> /></td>
</tr>
</table>