fix: Missing translatable string
This commit is contained in:
parent
4972c8ab8e
commit
ae1bb4d3f9
2 changed files with 5 additions and 1 deletions
|
@ -74,6 +74,10 @@ msgstr ""
|
|||
msgid "Convert into a custom format:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:92
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: templates/video.tpl:94
|
||||
msgid "kbit/s audio"
|
||||
msgstr ""
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<option>{$format}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
with
|
||||
{t}with{/t}
|
||||
<input type="number" value="{$config->audioBitrate}" title="Custom bitrate" class="customBitrate"name="customBitrate" id="customBitrate" />
|
||||
<label for="customBitrate">{t}kbit/s audio{/t}</label>
|
||||
<br/><br/>
|
||||
|
|
Loading…
Reference in a new issue