]> git.parisson.com Git - teleforma.git/commitdiff
fix titles & trans
authoryomguy <yomguy@parisson.com>
Mon, 4 Jun 2012 23:54:09 +0000 (01:54 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 4 Jun 2012 23:54:09 +0000 (01:54 +0200)
teleforma/locale/fr/LC_MESSAGES/django.mo
teleforma/locale/fr/LC_MESSAGES/django.po
teleforma/models.py
teleforma/templates/teleforma/inc/conference_list.html
teleforma/templates/teleforma/inc/media_list.html

index 0da4f16bed4fc9c8d974fc1fc7822986f6742e92..72e50c32077a837d7648637df3571ae89be1cda3 100644 (file)
Binary files a/teleforma/locale/fr/LC_MESSAGES/django.mo and b/teleforma/locale/fr/LC_MESSAGES/django.mo differ
index aa1c02bba1e520d2740d101bde8664ed09348512..c19dbf411ed268ae2d90da5a6943e8a517961c3e 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-05 01:45+0200\n"
+"POT-Creation-Date: 2012-06-05 01:53+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"
@@ -132,17 +132,13 @@ msgstr ""
 msgid "admin password"
 msgstr ""
 
-#: models.py:228
+#: models.py:228 models.py:238
 msgid "streaming server"
 msgstr "serveur de diffusion"
 
-#: models.py:238
-msgid "streaming_server"
-msgstr ""
-
 #: models.py:239
 msgid "Streaming type"
-msgstr ""
+msgstr "Type de flux"
 
 #: models.py:258
 msgid "live stream"
@@ -558,7 +554,6 @@ msgid "End"
 msgstr "Fin"
 
 #: templates/teleforma/course_conference.html:38
-#: templates/teleforma/inc/conference_list.html:6
 msgid "Live"
 msgstr "Direct"
 
@@ -593,6 +588,11 @@ msgstr "Mes notes"
 msgid "New note"
 msgstr "Nouvelle note"
 
+#: templates/teleforma/inc/conference_list.html:6
+#, fuzzy
+msgid "Live conferences"
+msgstr "Conférence en direct"
+
 #: templates/teleforma/inc/conference_list.html:11
 #: templates/telemeta/lists.html:70
 #: templates/telemeta/inc/module_revisions.html:18
@@ -621,8 +621,8 @@ msgid "Download"
 msgstr "Télécharger"
 
 #: templates/teleforma/inc/media_list.html:6
-msgid "Differed"
-msgstr "Différé"
+msgid "Passed conferences"
+msgstr "Conférences passées"
 
 #: templates/telemeta/base.html:68
 msgid "Desk"
@@ -876,8 +876,8 @@ msgstr "Tweeter local"
 msgid "me"
 msgstr "moi"
 
-#~ msgid "Live conferences"
-#~ msgstr "Conférences en direct"
+#~ msgid "Differed"
+#~ msgstr "Différé"
 
 #~ msgid "category"
 #~ msgstr "catégorie"
index 2dc732087b61aa24545f1d7412d82dfe90710bd3..60f75d7598b9ba1b96c6e4350611c79d89367821 100755 (executable)
@@ -235,7 +235,7 @@ class LiveStream(Model):
     conference = ForeignKey('Conference', related_name='livestream',
                                 verbose_name=_('conference'))
     server     = ForeignKey('StreamingServer', related_name='livestream',
-                                verbose_name=_('streaming_server'))
+                                verbose_name=_('streaming server'))
     stream_type = CharField(_('Streaming type'), choices=streaming_choices, max_length=32)
 
     @property
index cdf711575da29c2b1d7bb90eae15979389b8af59..661b062ab007e20fd0e9880768e8262937841687 100644 (file)
@@ -3,7 +3,7 @@
 {% if course.conference.all %}
 <div class="course_content">
 <div class="course_subtitle">
-    <h3><img src="{% url telemeta-images "item_title.png" %}" style="vertical-align:middle" /> {% trans "Live"%}</h3>
+    <h3><img src="{% url telemeta-images "item_title.png" %}" style="vertical-align:middle" /> {% trans "Live conferences"%}</h3>
 </div>
     <table class="listing" width="100%">
     <thead>
index b8ca6f32872709b64278001cde4e953dac327d6e..37fade82b7df0bebe1d62b0a326ae8ab5add62b0 100644 (file)
@@ -3,7 +3,7 @@
 {% if course.media.all %}
 <div class="course_content">
 <div class="course_subtitle">
-    <h3><img src="{% url telemeta-images "item_title.png" %}" style="vertical-align:middle" /> {% trans "Differed"%}</h3>
+    <h3><img src="{% url telemeta-images "item_title.png" %}" style="vertical-align:middle" /> {% trans "Passed conferences"%}</h3>
 </div>
     <table class="listing" width="100%">
     <thead>