fixed some malformed messages

This commit is contained in:
WolverinDEV 2019-10-19 18:03:48 +02:00
parent ebdf14b119
commit f98e4127fc

View file

@ -637,8 +637,7 @@
<div class="form-group container-select-profile"> <div class="form-group container-select-profile">
<label for="select-connect-profile">{{tr "Connect Profile" /}}</label> <label for="select-connect-profile">{{tr "Connect Profile" /}}</label>
<select class="form-control" id="select-connect-profile"> </select> <select class="form-control" id="select-connect-profile"> </select>
<div class="invalid-feedback">{{tr "Selected profile is invalid. Select another one or fix <div class="invalid-feedback">{{tr "Selected profile is invalid. Select another one or fix the profile." /}}
the profile." /}}
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
@ -758,8 +757,7 @@
<div class="container-codec"> <div class="container-codec">
<a>{{tr "Channel Codec"/}}</a> <a>{{tr "Channel Codec"/}}</a>
<select name="voice_template" class="input-boxed channel-codec"> <select name="voice_template" class="input-boxed channel-codec">
<option name="voice_template" value="custom" style="display: none">{{tr "Custom <option name="voice_template" value="custom" style="display: none">{{tr "Custom (Advanced)" /}}
(Advanced)" /}}
</option> </option>
<option name="voice_template" value="voice_mobile">{{tr "Mobile" /}}</option> <option name="voice_template" value="voice_mobile">{{tr "Mobile" /}}</option>
<option name="voice_template" value="voice_desktop">{{tr "Voice" /}}</option> <option name="voice_template" value="voice_desktop">{{tr "Voice" /}}</option>
@ -1243,8 +1241,7 @@
<div class="container-tooltip tooltip-misc-delete-delay"> <div class="container-tooltip tooltip-misc-delete-delay">
<img src="img/icon_tooltip.svg"/> <img src="img/icon_tooltip.svg"/>
<div class="tooltip"> <div class="tooltip">
<a>{{tr "Time in seconds before the channel gets deleted when <a>{{tr "Time in seconds before the channel gets deleted when its empty." /}}</a>
its empty." /}}</a>
</div> </div>
</div> </div>
</div> </div>
@ -2276,8 +2273,7 @@
{{tr "You're using your forum account as identification" /}} {{tr "You're using your forum account as identification" /}}
</div> </div>
<div class="container-invalid"> <div class="container-invalid">
<a>{{tr "You cant use your TeaSpeak forum account. You're not connected with <a>{{tr "You cant use your TeaSpeak forum account. You're not connected with your forum Account!" /}}</a>
your forum Account!" /}}</a>
<button class="btn btn-success button-setup">{{tr "Setup your connection" /}} <button class="btn btn-success button-setup">{{tr "Setup your connection" /}}
</button> </button>
</div> </div>
@ -2286,8 +2282,7 @@
<div class="form-group"> <div class="form-group">
<label>{{tr "Nickname" /}}</label> <label>{{tr "Nickname" /}}</label>
<input class="form-control nickname"> <input class="form-control nickname">
<div class="invalid-feedback">{{tr "Invalid nickname. Name must be at least 5 <div class="invalid-feedback">{{tr "Invalid nickname. Name must be at least 5 characters" /}}
characters" /}}
</div> </div>
</div> </div>
<div class="invalid-feedback"></div> <div class="invalid-feedback"></div>
@ -3331,8 +3326,7 @@
<div class="help-tip tip-center tip-small"> <div class="help-tip tip-center tip-small">
<p> <p>
{{tr "Global bans are bans which apply instance wide.<br>" + {{tr "Global bans are bans which apply instance wide.<br>" +
"This means that (if this rule apply to a victim) cant join <b>any</b> virtual "This means that (if this rule apply to a victim) cant join <b>any</b> virtualserver!<br>" +
server!<br>" +
"Global bans are by default shown to every server admin group,<br>" + "Global bans are by default shown to every server admin group,<br>" +
"but could only be created with query rights"/}} "but could only be created with query rights"/}}
</p> </p>
@ -3713,8 +3707,7 @@
{{:property_virtualserver_clientsonline}}/{{:property_virtualserver_maxclients}} {{:property_virtualserver_clientsonline}}/{{:property_virtualserver_maxclients}}
{{if property_virtualserver_reserved_slots > 0}} {{if property_virtualserver_reserved_slots > 0}}
( (
<div class="reserved-slots">-{{:property_virtualserver_reserved_slots}} {{tr "Slots <div class="reserved-slots">-{{:property_virtualserver_reserved_slots}} {{tr "Slots reserved" /}}
reserved" /}}
</div> </div>
) )
{{/if}} {{/if}}