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)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:28
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:29
|
||||
msgid "to"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:36
|
||||
msgid "See all supported websites"
|
||||
msgstr ""
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
{t}Audio only (MP3){/t}
|
||||
</label>
|
||||
<div class="seekOptions">
|
||||
From <input type="text" placeholder="00:00:00" value="" name="from" />
|
||||
to <input type="text" placeholder="00:22:30" value="" name="to" />
|
||||
{t}From{/t} <input type="text" placeholder="00:00:00" value="" name="from" />
|
||||
{t}to{/t} <input type="text" placeholder="00:22:30" value="" name="to" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue