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