update translations
This commit is contained in:
parent
9a59fa6f70
commit
9ee76d4555
21 changed files with 127 additions and 101 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="dlnasettings.html" data-role="button">${TabSettings}</a>
|
||||
<a href="dlnaprofiles.html" data-role="button" class="ui-btn-active">Profiles</a>
|
||||
<a href="dlnaprofiles.html" data-role="button" class="ui-btn-active">${TabProfiles}</a>
|
||||
</div>
|
||||
|
||||
<form class="dlnaProfileForm" style="max-width: 650px;">
|
||||
|
@ -365,7 +365,7 @@
|
|||
<div style="margin: 1em 0;">
|
||||
<label for="txtCodecProfileCodec">Codecs:</label>
|
||||
<input type="text" id="txtCodecProfileCodec" data-mini="true" />
|
||||
<div>Separated by comma. This can be left empty to apply to all containers</div>
|
||||
<div>Separated by comma. This can be left empty to apply to all codecs</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -407,13 +407,13 @@
|
|||
<div id="fldResponseProfileVideoCodec" style="margin: 1em 0;">
|
||||
<label for="txtResponseProfileVideoCodec">Video codecs:</label>
|
||||
<input type="text" id="txtResponseProfileVideoCodec" data-mini="true" />
|
||||
<div>Separated by comma. This can be left empty to apply to all containers</div>
|
||||
<div>Separated by comma. This can be left empty to apply to all codecs</div>
|
||||
</div>
|
||||
|
||||
<div id="fldResponseProfileAudioCodec" style="margin: 1em 0 2em;">
|
||||
<label for="txtResponseProfileAudioCodec">Audio codecs:</label>
|
||||
<input type="text" id="txtResponseProfileAudioCodec" data-mini="true" />
|
||||
<div>Separated by comma. This can be left empty to apply to all containers</div>
|
||||
<div>Separated by comma. This can be left empty to apply to all codecs</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue