Finish preparing pot file
This commit is contained in:
parent
124e6782dc
commit
e9351d09e0
10 changed files with 257 additions and 35 deletions
|
@ -2,9 +2,9 @@
|
|||
<div class="wrapper">
|
||||
<div class="main">
|
||||
{include file="inc/logo.tpl"}
|
||||
<p>Videos extracted from the {if isset($video->title)}<i>
|
||||
<p>{t}Videos extracted from the{/t} {if isset($video->title)}<i>
|
||||
<a href="{$video->webpage_url}">
|
||||
{$video->title}</a></i>{/if} playlist:
|
||||
{$video->title}</a></i>{/if} {t}playlist:{/t}
|
||||
</p>
|
||||
{foreach $video->entries as $video}
|
||||
<div class="playlist-entry">
|
||||
|
@ -20,8 +20,8 @@
|
|||
{$video->title}
|
||||
{/if}
|
||||
</a></h3>
|
||||
<a target="_blank" class="downloadBtn" href="{path_for name="redirect"}?url={$video->url}">Download</a>
|
||||
<a target="_blank" href="{path_for name="video"}?url={$video->url}">More options</a>
|
||||
<a target="_blank" class="downloadBtn" href="{path_for name="redirect"}?url={$video->url}">{t}Download{/t}</a>
|
||||
<a target="_blank" href="{path_for name="video"}?url={$video->url}">{t}More options{/t}</a>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue