chore: Missing translations
This commit is contained in:
parent
f22538eb9b
commit
2efe969212
2 changed files with 10 additions and 2 deletions
|
@ -127,6 +127,14 @@ msgstr ""
|
||||||
msgid "Audio only (MP3)"
|
msgid "Audio only (MP3)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.tpl:28
|
||||||
|
msgid "From"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.tpl:29
|
||||||
|
msgid "to"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:36
|
#: templates/index.tpl:36
|
||||||
msgid "See all supported websites"
|
msgid "See all supported websites"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
{t}Audio only (MP3){/t}
|
{t}Audio only (MP3){/t}
|
||||||
</label>
|
</label>
|
||||||
<div class="seekOptions">
|
<div class="seekOptions">
|
||||||
From <input type="text" placeholder="00:00:00" value="" name="from" />
|
{t}From{/t} <input type="text" placeholder="00:00:00" value="" name="from" />
|
||||||
to <input type="text" placeholder="00:22:30" value="" name="to" />
|
{t}to{/t} <input type="text" placeholder="00:22:30" value="" name="to" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue