mirror of
https://github.com/unraid/webgui.git
synced 2026-03-07 01:30:59 -06:00
Merge pull request #639 from bergware/mutli-language
Multi-language support
This commit is contained in:
@@ -926,6 +926,8 @@ _(Privileged)_:
|
||||
> For more information, see this link: <a href="https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities" target="_blank">https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities</a>
|
||||
:end
|
||||
|
||||
<div id="configLocation"></div>
|
||||
|
||||
|
||||
: <span id="readmore_toggle" class="readmore_collapsed"><a onclick="toggleReadmore()" style="cursor:pointer"><i class="fa fa-fw fa-chevron-down"></i> _(Show more settings)_ ...</a></span><div id="configLocationAdvanced" style="display:none"></div>
|
||||
|
||||
|
||||
@@ -63,20 +63,20 @@ input[type=email]{margin-top:8px;float:left}
|
||||
<div id="thanks_panel" class="allpanels"></div>
|
||||
<div id="onlinepoll_panel" class="allpanels"></div>
|
||||
<div id="featurerequest_panel" class="allpanels">
|
||||
<textarea id="featureDescription" placeholder="Please summarize your suggestion here."></textarea>
|
||||
<textarea id="featureDescription" placeholder="<?=_('Please summarize your suggestion here')?>."></textarea>
|
||||
<br>
|
||||
<input type="email" id="featureEmail" placeholder="Contact Email Address (optional)" /><input type="button" id="featureSubmit" value="Submit"/>
|
||||
<input type="email" id="featureEmail" placeholder="<?=_('Contact Email Address')?> (<?=_('optional')?>)" /><input type="button" id="featureSubmit" value="<?=_('Submit')?>"/>
|
||||
</div>
|
||||
<div id="bugreport_panel" class="allpanels">
|
||||
<textarea id="bugDescription"></textarea>
|
||||
<p style="line-height:14px;margin-top:0;font-size:1.1rem"><b><?=_('NOTE')?>:</b> <i><?=_('Submission of this bug report will automatically send your system diagnostics to Lime Technology')?>.</i></p>
|
||||
<label for="anonymize" style="line-height:12px"><input type="checkbox" id="anonymize" value="1" /> <?=_('Anonymize diagnostics (may make troubleshooting more difficult)')?></label>
|
||||
<input type="email" id="bugEmail" placeholder="Contact Email Address (optional)" /><input type="button" id="bugSubmit" value="Submit"/>
|
||||
<label for="anonymize" style="line-height:12px"><input type="checkbox" id="anonymize" value="1" /><?=_('Anonymize diagnostics (may make troubleshooting more difficult)')?></label>
|
||||
<input type="email" id="bugEmail" placeholder="<?=_('Contact Email Address')?> (<?=_('optional')?>)" /><input type="button" id="bugSubmit" value="<?=_('Submit')?>"/>
|
||||
</div>
|
||||
<div id="comment_panel" class="allpanels">
|
||||
<textarea id="commentDescription" placeholder="Type your question or comment to Lime Technology here."></textarea>
|
||||
<textarea id="commentDescription" placeholder="<?=_('Type your question or comment to Lime Technology here')?>."></textarea>
|
||||
<br>
|
||||
<input type="email" id="commentEmail" placeholder="Contact Email Address (optional)" /><input type="button" id="commentSubmit" value="Submit"/>
|
||||
<input type="email" id="commentEmail" placeholder="<?=_('Contact Email Address')?> (<?=_('optional')?>)" /><input type="button" id="commentSubmit" value="<?=_('Submit')?>"/>
|
||||
</div>
|
||||
<div id="spinner_image"><img src="/webGui/images/loading.gif"/></div>
|
||||
<div id="footer_panel">
|
||||
|
||||
Reference in New Issue
Block a user