chore: Missing translations

This commit is contained in:
Pierre Rudloff 2018-07-03 20:16:37 +02:00
parent f22538eb9b
commit 2efe969212
2 changed files with 10 additions and 2 deletions

View File

@ -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 ""

View File

@ -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>