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:"
|
msgid "Convert into a custom format:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/video.tpl:92
|
||||||
|
msgid "with"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/video.tpl:94
|
#: templates/video.tpl:94
|
||||||
msgid "kbit/s audio"
|
msgid "kbit/s audio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
<option>{$format}</option>
|
<option>{$format}</option>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</select>
|
</select>
|
||||||
with
|
{t}with{/t}
|
||||||
<input type="number" value="{$config->audioBitrate}" title="Custom bitrate" class="customBitrate"name="customBitrate" id="customBitrate" />
|
<input type="number" value="{$config->audioBitrate}" title="Custom bitrate" class="customBitrate"name="customBitrate" id="customBitrate" />
|
||||||
<label for="customBitrate">{t}kbit/s audio{/t}</label>
|
<label for="customBitrate">{t}kbit/s audio{/t}</label>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
Loading…
Reference in a new issue