added translation tags to html5 wwarning
authorKaren Rustad <karen.rustad@gmail.com>
Thu, 22 Dec 2011 23:45:20 +0000 (15:45 -0800)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 23 Dec 2011 16:28:31 +0000 (17:28 +0100)
mediagoblin/templates/mediagoblin/media_displays/video.html

index d7046039dfc9f1b439d69886f771d42d72673ac1..ada50e28dfe331cf12125c199044525386b5722c 100644 (file)
                   media['media_files']['webm_640']) }}" 
              type="video/webm; codecs=&quot;vp8, vorbis&quot;" />
          <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>