msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-07-25 21:10+0200\n"
+"POT-Creation-Date: 2012-07-25 21:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "date added"
msgstr "date d'ajout"
-#: models.py:356 templates/teleforma/course_media.html:27
-#: templates/teleforma/course_media.html:79
-#: templates/teleforma/inc/media_list.html:43
+#: models.py:356
+#, fuzzy
msgid "published"
msgstr "publié"
msgid "Record and stream"
msgstr "Enregistrer et diffuser"
+#: templates/teleforma/course_media.html:27
+#: templates/teleforma/course_media.html:79
+#: templates/teleforma/inc/media_list.html:43
+msgid " published"
+msgstr "publié"
+
#: templates/teleforma/course_media.html:34
#: templates/teleforma/course_media.html:79
#: templates/teleforma/inc/media_list.html:45
-msgid "rejected"
+msgid " rejected"
msgstr "rejeté"
#: templates/teleforma/course_media.html:62
var p = jQuery('#publish');
json([id],'teleforma.publish_media',function(){
p.removeClass('icon_delete').addClass('icon_ok')
- p.html('{% trans "published" %}')
+ p.html('{% trans " published" %}')
});
},
unpublish : function(id){
var p = jQuery('#publish');
json([id],'teleforma.unpublish_media',function(){
p.removeClass('icon_ok').addClass('icon_delete')
- p.html('{% trans "rejected" %}')
+ p.html('{% trans " rejected" %}')
});
}
}
<a href="{% url teleforma-media-detail media|get_video_id %}" class="component_icon button icon_clap"> {% trans "Video" %}</a>
{% endif %}
{% if user.is_staff %}
- <a id="publish" href="#" class="{% if media.is_published %}component_icon button icon_ok{% else %}component_icon button icon_delete{% endif %}">{% if media.is_published %}{% trans "published" %}{% else %}{% trans "rejected" %}{% endif %}</a>
+ <a id="publish" href="#" class="{% if media.is_published %}component_icon button icon_ok{% else %}component_icon button icon_delete{% endif %}">{% if media.is_published %}{% trans " published" %}{% else %}{% trans " rejected" %}{% endif %}</a>
{% endif %}
</div>
</td>
<td {% if forloop.first %}class="border-top"{% endif %} width="10%" align="center">
{% if media.is_published and user.is_staff %}
- <img src="{{ STATIC_URL }}telemeta/images/ok.png" style="vertical-align:middle" alt="" title="{% trans 'published' %}" />
+ <img src="{{ STATIC_URL }}telemeta/images/ok.png" style="vertical-align:middle" alt="" title="{% trans ' published' %}" />
{% elif not media.is_published and user.is_staff %}
- <img src="{{ STATIC_URL }}telemeta/images/delete.png" style="vertical-align:middle" alt="" title="{% trans 'rejected' %}" />
+ <img src="{{ STATIC_URL }}telemeta/images/delete.png" style="vertical-align:middle" alt="" title="{% trans ' rejected' %}" />
{% endif %}
{% if media.item.file %}
<a href="{{ MEDIA_URL }}{{ media.item.file }}">