msgstr "<p>Moose users give presentations at conferences and local Perl Mongers group meetings.</p>"
"<p>If you know of a presentation that you think should be included, <a href='support.html'>let us know via <acronym title='Internet relay chat'>IRC</acronym> or the mailing list</a> and we will add it here.</p>"
+msgid "presentations video label"
+msgstr "video"
+
+msgid "presentations podcast label"
+msgstr "podcast"
+
# footer
msgid "footer copyright"
[% FOREACH presentation IN item.presentations %]
<li class="presentation">
<a href="[% presentation.url %]">[% presentation.title.$locale %]</a>
- [% IF presentation.video %] (<a href="[% presentation.video %]">video</a>)[% END %]
- [% IF presentation.podcast %] (<a href="[% presentation.podcast %]">podcast</a>)[% END %]
+ [% IF presentation.video %] (<a href="[% presentation.video %]">[% loc('presentations video label') %]</a>)[% END %]
+ [% IF presentation.podcast %] (<a href="[% presentation.podcast %]">[% loc('presentations podcast label') %]</a>)[% END %]
</li>
[% END %]
</ul>