msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-04-12 12:29+0200\n"
+"POT-Creation-Date: 2016-04-13 09:41+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"
msgstr ""
#: festival/templates/festival/artist_detail.html:27
+#: festival/templates/festival/video_detail.html:27
#: templates/agenda/event_detail.html:157
msgid "Also discover"
msgstr "À découvrir aussi"
#: festival/templates/festival/artist_list.html:6
-#: templates/agenda/event_detail.html:160
msgid "Artists"
msgstr "Artistes"
msgid "Play the video"
msgstr "Jouer la vidéo"
-#: festival/templates/festival/video_detail.html:27
-msgid "Related event"
-msgstr "Événement associé"
-
#: festival/templates/festival/video_list.html:6
-#: templates/agenda/event_detail.html:169
msgid "Videos"
msgstr "Vidéos"
msgid "Next event"
msgstr "Évenement suivant"
-#: templates/agenda/event_detail.html:184
-msgid "Subscribe to all events in"
-msgstr "Abonnez-vous à tous les événements dans"
-
#: templates/agenda/event_list.html:4
msgid "Events"
msgstr "Événements"
msgstr ""
#: templates/agenda/event_list.html:51
+#: templates/agenda/includes/event_location.html:14
msgid "Viewing events for the location"
msgstr "Les événements du lieu"
msgid "Locations"
msgstr "Lieux"
-#: templates/agenda/includes/event_location.html:13
+#: templates/agenda/includes/event_location.html:12
msgid "Click to get the interactive map"
msgstr "Cliquer pour voir la carte interactive"
msgstr "À la une"
#: templates/index.html:34 templates/index.html.py:42
-msgid "All"
-msgstr "Tous les"
+msgctxt "apos"
+msgid "More"
+msgstr "Plus d'"
#: templates/index.html:34
msgid "articles"
msgstr "articles"
#: templates/index.html:50
-msgctxt "fem"
-msgid "All"
-msgstr "Toutes les"
+msgid "More"
+msgstr "Plus de"
#: templates/pages/form.html:24
msgid "Submit"
msgid "Recent Tweets"
msgstr "Tweets récents"
+#~ msgid "Related event"
+#~ msgstr "Événement associé"
+
+#~ msgid "Subscribe to all events in"
+#~ msgstr "Abonnez-vous à tous les événements dans"
+
+#~ msgid "All"
+#~ msgstr "Tous les"
+
+#~ msgctxt "fem"
+#~ msgid "All"
+#~ msgstr "Toutes les"
+
#~ msgid "Edito"
#~ msgstr "Édito"
<div class="last__media__entry msry__item">
{# <span>{% trans "Article" %}</span>#}
{% include 'blog/includes/post_card.html' %}
- <a href="{% url 'blog_post_list' %}" class="btn btn-full">{% trans "All" %} {% trans "articles" %}</a>
+ <a href="{% url 'blog_post_list' %}" class="btn btn-full">{% trans "More" context "apos" %} {% trans "articles" %}</a>
</div>
{% endfor %}
<div class="last__media__entry msry__item">
{# <span>{% trans "Artist" %}</span>#}
{% include "festival/inc/artist_card.html" %}
- <a href="{% url 'festival-artist-list' %}" class="btn btn-full">{% trans "All" %} {% trans "artists" %}</a>
+ <a href="{% url 'festival-artist-list' %}" class="btn btn-full">{% trans "More" context "apos" %} {% trans "artists" %}</a>
</div>
{% endfor %}
<div class="last__media__entry msry__item">
{# <span>{% trans "Video" %}</span>#}
{% include 'festival/inc/video_card.html' %}
- <a href="{% url 'festival-video-list' %}" class="btn btn-full">{% trans "All" context "fem" %} {% trans "videos" %}</a>
+ <a href="{% url 'festival-video-list' %}" class="btn btn-full">{% trans "More" %} {% trans "videos" %}</a>
</div>
{% endfor %}