mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
9a59fa6f70
commit
9ee76d4555
21 changed files with 127 additions and 101 deletions
|
@ -11,26 +11,26 @@
|
|||
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="dlnasettings.html" data-role="button">${TabSettings}</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">Profiles</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabProfiles}</a>
|
||||
</div>
|
||||
|
||||
<div class="readOnlyContent">
|
||||
|
||||
<div style="position: relative;">
|
||||
<h2>Custom Profiles</h2>
|
||||
<h2>${HeaderCustomDlnaProfiles}</h2>
|
||||
<div style="position: absolute; right: 0; top: -12px;">
|
||||
<a data-role="button" data-icon="plus" data-mini="true" href="dlnaprofile.html">New</a>
|
||||
<a data-role="button" data-icon="plus" data-mini="true" href="dlnaprofile.html">${ButtonNew}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Create a custom profile to target a new device or override a system profile.</p>
|
||||
<p>${CustomDlnaProfilesHelp}</p>
|
||||
|
||||
<div class="customProfiles"></div>
|
||||
|
||||
<br />
|
||||
<h2>System Profiles</h2>
|
||||
<h2>${HeaderSystemDlnaProfiles}</h2>
|
||||
|
||||
<p>System profiles are read-only. To override a system profile, create a custom profile targeting the same device.</p>
|
||||
<p>${SystemDlnaProfilesHelp}</p>
|
||||
|
||||
<div class="systemProfiles"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue