msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-07-25 20:53+0200\n"
+"POT-Creation-Date: 2012-07-25 21:10+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
+#: models.py:356 templates/teleforma/course_media.html:27
+#: templates/teleforma/course_media.html:79
+#: templates/teleforma/inc/media_list.html:43
 msgid "published"
 msgstr "publié"
 
 msgid "Message"
 msgstr "Messages"
 
-#: templates/postman/view.html:25 templates/teleforma/course_media.html:79
-#: templates/teleforma/inc/media_list.html:45
+#: templates/postman/view.html:25
+#, fuzzy
 msgid "Rejected"
-msgstr "Rejeté"
+msgstr "rejeté"
 
 #: templates/postman/view.html:25
 msgid ":"
 msgid "Record and stream"
 msgstr "Enregistrer et diffuser"
 
-#: templates/teleforma/course_media.html:27
-msgid "Reject"
-msgstr "Rejeter"
-
 #: templates/teleforma/course_media.html:34
-msgid "Publish"
-msgstr "Publier"
+#: templates/teleforma/course_media.html:79
+#: templates/teleforma/inc/media_list.html:45
+msgid "rejected"
+msgstr "rejeté"
 
 #: templates/teleforma/course_media.html:62
 #: templates/teleforma/inc/document_list.html:22
 msgid "Download"
 msgstr "Télécharger"
 
-#: templates/teleforma/course_media.html:79
-#: templates/teleforma/inc/media_list.html:43
-msgid "Published"
-msgstr "Publié"
-
 #: templates/teleforma/course_media.html:123
 msgid "Begin date"
 msgstr "Date de début"
 msgid "No"
 msgstr ""
 
+#~ msgid "Reject"
+#~ msgstr "Rejeter"
+
+#~ msgid "Publish"
+#~ msgstr "Publier"
+
 #~ msgid "is live"
 #~ msgstr "en direct"
 
 
             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 }}">