added translation tags to html5 wwarning

This commit is contained in:
Karen Rustad 2011-12-22 15:45:20 -08:00 committed by Elrond
parent 6c191eb3de
commit db425022dd

View File

@ -12,8 +12,12 @@
media['media_files']['webm_640']) }}"
type="video/webm; codecs="vp8, vorbis"" />
<div class="no_html5">
Sorry, this video will not work because your web browser does not support HTML5 video.<br/>
You can get a modern web browser that can play this video at <a href="http://getfirefox.com">http://getfirefox.com</a>!
{%- trans -%}Sorry, this video will not work because
your web browser does not support HTML5
video.{%- endtrans -%}<br/>
{%- trans -%}You can get a modern web browser that
can play this video at <a href="http://getfirefox.com">
http://getfirefox.com</a>!{%- endtrans -%}
</div>
</video>
</div>