Wording for front and french translations updated.
--- a/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Thu Mar 08 23:53:40 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/front/front_all_contents.html Tue Mar 13 12:56:12 2012 +0100
@@ -32,7 +32,7 @@
{% block body %}
{{block.super}}
<!-- Last annotated contents -->
-{% if front_tags|length > 0 %}<p class="tag_link">{% trans 'Filter the medias' %} : {% for t in front_tags %}<a href="{% url ldt.ldt_utils.views.front.all_contents %}?tag={{t}}">{{t}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}
+{% if front_tags|length > 0 %}<p class="tag_link">{% trans 'Filter the medias by category' %} : {% for t in front_tags %}<a href="{% url ldt.ldt_utils.views.front.all_contents %}?tag={{t}}">{{t}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}
<ul class="floatlist full_width" id="derniers_medias">
<li class="li_h2">
{% if tag_label %}<h2><a href="{% url ldt.ldt_utils.views.front.all_contents %}">{% trans 'All medias' %}</a>{% if tag_label %}<span class="pink"> > {{tag_label}}</span>{% endif %}</h2>
@@ -60,7 +60,7 @@
</li>
{% endfor %}
</ul>
-{% if tag_cloud|length > 0 %}<p class="left tag_link">{% trans 'All tags' %} : {% for t in tag_cloud %}<a href="{% url ldt.ldt_utils.views.front.all_contents %}?tag={{t.name}}">
+{% if tag_cloud|length > 0 %}<p class="left tag_link">{% trans 'All categories of medias' %} : {% for t in tag_cloud %}<a href="{% url ldt.ldt_utils.views.front.all_contents %}?tag={{t.name}}">
<span style="font-size:{{t.font_size|add:"10"}}px;">{{t.name}}</span>
</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>
{% endif %}
--- a/src/ldt/ldt/ldt_utils/templates/front/front_home.html Thu Mar 08 23:53:40 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/front/front_home.html Tue Mar 13 12:56:12 2012 +0100
@@ -24,7 +24,7 @@
{% block body %}
{{block.super}}
<!-- Last annotated contents -->
-{% if front_tags|length > 0 %}<p class="tag_link">{% trans 'Filter the medias' %} : {% for t in front_tags %}<a href="{% url ldt.ldt_utils.views.front.all_contents %}?tag={{t}}">{{t}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}
+{% if front_tags|length > 0 %}<p class="tag_link">{% trans 'Filter the medias by category' %} : {% for t in front_tags %}<a href="{% url ldt.ldt_utils.views.front.all_contents %}?tag={{t}}">{{t}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}
<ul class="floatlist full_width" id="derniers_medias">
<li class="li_h2">
<ul class="title_ul">
--- a/src/ldt/ldt/locale/en/LC_MESSAGES/django.po Thu Mar 08 23:53:40 2012 +0100
+++ b/src/ldt/ldt/locale/en/LC_MESSAGES/django.po Tue Mar 13 12:56:12 2012 +0100
@@ -7,1546 +7,885 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-02 14:07+0100\n"
+"POT-Creation-Date: 2012-03-13 12:32+0100\n"
"PO-Revision-Date: 2010-02-17 03:53+0100\n"
"Last-Translator: Yves-Marie Haussonne <ymh.work@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
-#: .\forms\widgets.py:17
+#: forms/widgets.py:17
msgid "Date"
msgstr "Date"
-#: .\forms\widgets.py:17
+#: forms/widgets.py:17
msgid "Time"
msgstr "Time"
-#: .\ldt_utils\forms.py:32 .\ldt_utils\templates\front\front_base.html.py:34
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:52
+#: ldt_utils/forms.py:32
+#: ldt_utils/templates/front/front_base.html:52
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:53
msgid "Search"
msgstr "search"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "all"
msgstr "all"
-#: .\ldt_utils\forms.py:33 .\ldt_utils\models.py:52
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:69
+#: ldt_utils/forms.py:33
+#: ldt_utils/models.py:54
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:69
msgid "title"
msgstr "title"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "resume"
msgstr "resume"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "tags"
msgstr "tags"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "Fields"
msgstr "Fields"
-#: .\ldt_utils\forms.py:34
+#: ldt_utils/forms.py:34
msgid "Display the results in Lignes De Temps"
msgstr "Display the results in Lignes De Temps"
-#: .\ldt_utils\forms.py:50 .\ldt_utils\models.py:130
+#: ldt_utils/forms.py:36
+msgid "Content Tag"
+msgstr "Content category"
+
+#: ldt_utils/forms.py:52
+#: ldt_utils/models.py:132
msgid "content.content_creation_date"
msgstr "content creation date"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "content.media_input_type"
msgstr "Media source type"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "file_upload"
msgstr "file upload"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "url"
msgstr "url"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "existing_media"
msgstr "existing media"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "create_media"
msgstr "create media"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "none_media"
msgstr "no media"
-#: .\ldt_utils\forms.py:54
+#: ldt_utils/forms.py:56
msgid "content.front_project"
msgstr "front project"
-#: .\ldt_utils\models.py:41
+#: ldt_utils/models.py:43
msgid "media.external_id"
msgstr "external id"
-#: .\ldt_utils\models.py:42
+#: ldt_utils/models.py:44
msgid "media.external_permalink"
msgstr "media permalink"
-#: .\ldt_utils\models.py:43
+#: ldt_utils/models.py:45
msgid "media.external_publication_url"
msgstr "media publication url"
-#: .\ldt_utils\models.py:44
+#: ldt_utils/models.py:46
msgid "media.external_src_url"
msgstr "media external source url"
-#: .\ldt_utils\models.py:45
+#: ldt_utils/models.py:47
msgid "media.creation_date"
msgstr "media object creation date"
-#: .\ldt_utils\models.py:46
+#: ldt_utils/models.py:48
msgid "media.media_creation_date"
msgstr "media creation date"
-#: .\ldt_utils\models.py:47
+#: ldt_utils/models.py:49
msgid "media.update_date"
msgstr "update date"
-#: .\ldt_utils\models.py:48
+#: ldt_utils/models.py:50
msgid "media.videopath"
msgstr "videopath"
-#: .\ldt_utils\models.py:49
+#: ldt_utils/models.py:51
msgid "media.duration"
msgstr "duration (ms)"
-#: .\ldt_utils\models.py:50
+#: ldt_utils/models.py:52
msgid "media.creator"
msgstr "media creator"
-#: .\ldt_utils\models.py:51
+#: ldt_utils/models.py:53
msgid "description"
msgstr "description"
-#: .\ldt_utils\models.py:53
+#: ldt_utils/models.py:55
msgid "media.src"
msgstr "media source"
-#: .\ldt_utils\models.py:54
+#: ldt_utils/models.py:56
msgid "media.mimetype"
msgstr "mimetype"
-#: .\ldt_utils\models.py:122
+#: ldt_utils/models.py:124
msgid "content.iri_id"
msgstr "iri id"
-#: .\ldt_utils\models.py:123
+#: ldt_utils/models.py:125
msgid "content.iriurl"
msgstr "iri url"
-#: .\ldt_utils\models.py:124
+#: ldt_utils/models.py:126
msgid "content.creation_date"
msgstr "content creation date"
-#: .\ldt_utils\models.py:125
+#: ldt_utils/models.py:127
msgid "content.update_date"
msgstr "content update date"
-#: .\ldt_utils\models.py:126
+#: ldt_utils/models.py:128
msgid "content.title"
msgstr "title"
-#: .\ldt_utils\models.py:127
+#: ldt_utils/models.py:129
msgid "content.description"
msgstr "description"
-#: .\ldt_utils\models.py:128
+#: ldt_utils/models.py:130
msgid "content.authors"
msgstr "authors"
-#: .\ldt_utils\models.py:129
+#: ldt_utils/models.py:131
msgid "content.duration"
msgstr "duration (ms)"
-#: .\ldt_utils\models.py:134
-msgid "content.stat_annotation"
+#: ldt_utils/models.py:445
+#, fuzzy
+msgid "content_stat.content"
msgstr "annotation distribution"
-#: .\ldt_utils\models.py:135
+#: ldt_utils/models.py:446
+#, fuzzy
+msgid "content_stat.annotations_volume"
+msgstr "annotation distribution"
+
+#: ldt_utils/models.py:447
+msgid "content_stat.polemics_volume"
+msgstr ""
+
+#: ldt_utils/models.py:448
msgid "content.nb_annotation"
msgstr "annotation number"
-#: .\ldt_utils\models.py:136
+#: ldt_utils/models.py:449
msgid "content.last_annotated"
msgstr "last updated"
-#: .\ldt_utils\models.py:461
+#: ldt_utils/models.py:504
msgid "created by"
msgstr "created by"
-#: .\ldt_utils\models.py:462
+#: ldt_utils/models.py:505
msgid "changed by"
msgstr "changed by"
-#: .\ldt_utils\utils.py:208 .\ldt_utils\utils.py:391
+#: ldt_utils/utils.py:208
+#: ldt_utils/utils.py:390
msgid "Personal cutting"
msgstr "Personal cutting"
-#: .\ldt_utils\templates\admin\ldt_utils\app_action.html.py:4
-#: .\templates\admin\cms_change_list.html.py:7
-#: .\templates\admin\page_app_index.html.py:8
-#: .\templates\admin\page_change_form.html.py:17
-#: .\templates\admin\page_change_list.html.py:25
-#: .\user\templates\registration\logged_out.html.py:4
+#: ldt_utils/templates/admin/ldt_utils/app_action.html:4
+#: templates/admin/cms_change_list.html:7
+#: templates/admin/page_app_index.html:8
+#: templates/admin/page_change_form.html:17
+#: templates/admin/page_change_list.html:25
+#: user/templates/registration/logged_out.html:4
msgid "Home"
msgstr "Home"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:9
+#: ldt_utils/templates/front/front_all_contents.html:9
#, python-format
msgid "Lignes de temps : %(tag_label)s"
msgstr "Lignes de temps : %(tag_label)s"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:11
+#: ldt_utils/templates/front/front_all_contents.html:11
msgid "Lignes de temps : all medias"
msgstr "Lignes de temps : all medias"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:32
-#: .\ldt_utils\templates\front\front_home.html.py:24
-msgid "Filter the medias"
-msgstr "Filter the medias"
+#: ldt_utils/templates/front/front_all_contents.html:35
+#: ldt_utils/templates/front/front_home.html:27
+msgid "Filter the medias by category"
+msgstr "Filter the medias by category"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:35
-#: .\ldt_utils\templates\front\front_all_contents.html.py:36
-#: .\ldt_utils\templates\front\front_home.html.py:30
-#: .\ldt_utils\templates\front\front_home.html.py:61
+#: ldt_utils/templates/front/front_all_contents.html:38
+#: ldt_utils/templates/front/front_all_contents.html:39
+#: ldt_utils/templates/front/front_home.html:33
+#: ldt_utils/templates/front/front_home.html:64
msgid "All medias"
msgstr "All medias"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:42
-#: .\ldt_utils\templates\front\front_group.html.py:22
-#: .\ldt_utils\templates\front\front_group.html.py:24
-#: .\ldt_utils\templates\front\front_home.html.py:38
-#: .\ldt_utils\templates\front\front_home.html.py:49
-#: .\ldt_utils\templates\front\front_home.html.py:69
-#: .\ldt_utils\templates\front\front_home.html.py:78
+#: ldt_utils/templates/front/front_all_contents.html:45
+#: ldt_utils/templates/front/front_all_contents.html:58
+#: ldt_utils/templates/front/front_group.html:26
+#: ldt_utils/templates/front/front_group.html:28
+#: ldt_utils/templates/front/front_home.html:41
+#: ldt_utils/templates/front/front_home.html:52
+#: ldt_utils/templates/front/front_home.html:72
+#: ldt_utils/templates/front/front_home.html:81
msgid "open this media"
msgstr "Play this media"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:54
-#: .\ldt_utils\templates\front\front_group.html.py:23
-#: .\ldt_utils\templates\front\front_home.html.py:48
-#: .\ldt_utils\templates\front\front_home.html.py:77
+#: ldt_utils/templates/front/front_all_contents.html:57
+#: ldt_utils/templates/front/front_group.html:27
+#: ldt_utils/templates/front/front_home.html:51
+#: ldt_utils/templates/front/front_home.html:80
#, python-format
msgid "%(nb)s annotation on this media"
msgid_plural "%(nb)s annotations on this media"
msgstr[0] "%(nb)s annotation on this media"
msgstr[1] "%(nb)s annotations on this media"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:56
-#: .\ldt_utils\templates\front\front_group.html.py:25
-#: .\ldt_utils\templates\front\front_home.html.py:50
-#: .\ldt_utils\templates\front\front_home.html.py:79
+#: ldt_utils/templates/front/front_all_contents.html:59
+#: ldt_utils/templates/front/front_group.html:29
+#: ldt_utils/templates/front/front_home.html:53
+#: ldt_utils/templates/front/front_home.html:82
msgid "by"
msgstr "by"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:60
-msgid "All tags"
-msgstr "All tags"
+#: ldt_utils/templates/front/front_all_contents.html:63
+msgid "All categories of medias"
+msgstr "All categories of medias"
-#: .\ldt_utils\templates\front\front_base.html.py:26
+#: ldt_utils/templates/front/front_base.html:44
msgid "homepage"
msgstr "Home page"
-#: .\ldt_utils\templates\front\front_base.html.py:26
+#: ldt_utils/templates/front/front_base.html:44
msgid "<b>Lignes</b> de temps"
msgstr "<b>Lignes</b> de temps"
-#: .\ldt_utils\templates\front\front_base.html.py:39
-#: .\ldt_utils\templates\front\front_base.html.py:61
-msgid "link IRI"
-msgstr "IRI's website"
+#: ldt_utils/templates/front/front_base.html:59
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:66
+msgid "My projects"
+msgstr "My projects"
-#: .\ldt_utils\templates\front\front_base.html.py:42
-#: .\ldt_utils\templates\front\front_player.html.py:5
+#: ldt_utils/templates/front/front_base.html:62
+#: ldt_utils/templates/front/front_player.html:5
msgid "Annotate"
msgstr "Annotate"
-#: .\ldt_utils\templates\front\front_base.html.py:47
-#: .\templates\cms\admin\cms\page\change_form.html.py:11
-#: .\templates\ldt\ldt_base.html.py:97
-#: .\user\templates\ldt\user\login_form.html.py:34
+#: ldt_utils/templates/front/front_base.html:69
+#: templates/cms/admin/cms/page/change_form.html:11
+#: templates/ldt/ldt_base.html:97
+#: user/templates/ldt/user/login_form.html:34
msgid "Log out"
msgstr "Log out"
-#: .\ldt_utils\templates\front\front_base.html.py:49
-#: .\templates\admin\page_login.html.py:32
-#: .\user\templates\ldt\user\login_form.html.py:37
-#: .\user\templates\ldt\user\login_form.html.py:45
-#: .\user\templates\registration\login.html.py:21
-#: .\user\templates\registration\password_reset_complete.html.py:14
+#: ldt_utils/templates/front/front_base.html:71
+#: templates/admin/page_login.html:32
+#: user/templates/ldt/user/login_form.html:37
+#: user/templates/ldt/user/login_form.html:45
+#: user/templates/registration/login.html:21
+#: user/templates/registration/password_reset_complete.html:14
msgid "Log in"
msgstr "Log in"
-#: .\ldt_utils\templates\front\front_base.html.py:58
+#: ldt_utils/templates/front/front_base.html:80
#, python-format
msgid "%(WEB_VERSION)s | %(VERSION)s"
msgstr "v%(WEB_VERSION)s | v%(VERSION)s"
-#: .\ldt_utils\templates\front\front_base.html.py:61
+#: ldt_utils/templates/front/front_base.html:83
+msgid "link IRI"
+msgstr "IRI's website"
+
+#: ldt_utils/templates/front/front_base.html:83
msgid "about"
msgstr "about"
-#: .\ldt_utils\templates\front\front_group.html.py:18
+#: ldt_utils/templates/front/front_group.html:22
msgid "Medias annotated by the group"
msgstr "Medias annotated by the group"
-#: .\ldt_utils\templates\front\front_group.html.py:34
+#: ldt_utils/templates/front/front_group.html:38
msgid "About the group"
msgstr "About the group"
-#: .\ldt_utils\templates\front\front_group.html.py:43
+#: ldt_utils/templates/front/front_group.html:47
msgid "Members"
msgstr "Members"
-#: .\ldt_utils\templates\front\front_group.html.py:50
+#: ldt_utils/templates/front/front_group.html:54
msgid "active since"
msgstr "active since"
-#: .\ldt_utils\templates\front\front_home.html.py:7
+#: ldt_utils/templates/front/front_home.html:7
msgid "front.home"
msgstr ""
-#: .\ldt_utils\templates\front\front_home.html.py:28
+#: ldt_utils/templates/front/front_home.html:31
msgid "Last annotated medias"
msgstr "Last annotated medias"
-#: .\ldt_utils\templates\front\front_home.html.py:30
-#: .\ldt_utils\templates\front\front_home.html.py:61
+#: ldt_utils/templates/front/front_home.html:33
+#: ldt_utils/templates/front/front_home.html:64
msgid "view all medias"
msgstr "view all medias"
-#: .\ldt_utils\templates\front\front_home.html.py:59
+#: ldt_utils/templates/front/front_home.html:62
msgid "Most annotated medias"
msgstr "Most annotated medias"
-#: .\ldt_utils\templates\front\front_home.html.py:86
+#: ldt_utils/templates/front/front_home.html:89
msgid "Active groups"
msgstr "Active groups"
-#: .\ldt_utils\templates\front\front_home.html.py:91
+#: ldt_utils/templates/front/front_home.html:94
msgid "group picture"
msgstr "group picture"
-#: .\ldt_utils\templates\front\front_home.html.py:91
-#: .\ldt_utils\templates\front\front_home.html.py:95
+#: ldt_utils/templates/front/front_home.html:94
+#: ldt_utils/templates/front/front_home.html:98
msgid "view more infos on this group"
msgstr "View more information on this group"
-#: .\ldt_utils\templates\front\front_home.html.py:94
+#: ldt_utils/templates/front/front_home.html:97
#, python-format
msgid "%(nb)s user in this group"
msgid_plural "%(nb)s users in this group"
msgstr[0] "%(nb)s user in this group"
msgstr[1] "%(nb)s users in this group"
-#: .\ldt_utils\templates\front\front_player.html.py:87
+#: ldt_utils/templates/front/front_player.html:96
msgid "All annotations on the media"
msgstr "All annotations on the media"
-#: .\ldt_utils\templates\front\front_search_results.html.py:6
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:100
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:112
-#: .\ldt_utils\templates\ldt\ldt_utils\ldt_list.html.py:79
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:70
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:56
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:68
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:121
-#: .\templates\ldt\ldt_base.html.py:127
+#: ldt_utils/templates/front/front_search_results.html:6
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:101
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:113
+#: ldt_utils/templates/ldt/ldt_utils/ldt_list.html:80
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:70
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:57
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:69
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:121
+#: templates/ldt/ldt_base.html:127
msgid "search"
msgstr "search"
-#: .\ldt_utils\templates\front\front_search_results.html.py:50
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:58
+#: ldt_utils/templates/front/front_search_results.html:54
+#, python-format
+msgid ""
+" No results for <b>%(search)s</b> with the medias tagged <span class=\"pink"
+"\">%(tag_label)s</span>"
+msgstr ""
+
+#: ldt_utils/templates/front/front_search_results.html:55
+msgid "See for all medias"
+msgstr "See for all medias"
+
+#: ldt_utils/templates/front/front_search_results.html:57
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:59
#, python-format
msgid " No results for <b>%(search)s</b>."
msgstr "No results for <b>%(search)s</b>."
-#: .\ldt_utils\templates\front\front_search_results.html.py:62
+#: ldt_utils/templates/front/front_search_results.html:72
+#: ldt_utils/templates/front/front_search_results.html:74
msgid "Search results for "
msgstr "Search results for"
-#: .\ldt_utils\templates\front\front_search_results.html.py:65
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:61
+#: ldt_utils/templates/front/front_search_results.html:79
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:62
msgid "Result"
msgstr "Result"
-#: .\ldt_utils\templates\front\front_search_results.html.py:84
+#: ldt_utils/templates/front/front_search_results.html:98
msgid "annotation distribution"
msgstr "annotation distribution"
-#: .\ldt_utils\templates\front\front_search_results.html.py:98
-#: .\ldt_utils\templates\front\front_search_results.html.py:103
+#: ldt_utils/templates/front/front_search_results.html:112
+#: ldt_utils/templates/front/front_search_results.html:117
msgid "view this annotation in the player"
msgstr "view this annotation in the player"
-#: .\ldt_utils\templates\front\front_search_results.html.py:99
-#: .\ldt_utils\templates\front\front_search_results.html.py:104
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:79
+#: ldt_utils/templates/front/front_search_results.html:113
+#: ldt_utils/templates/front/front_search_results.html:118
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:80
msgid "No title"
msgstr "No title"
-#: .\ldt_utils\templates\front\front_search_results.html.py:100
+#: ldt_utils/templates/front/front_search_results.html:114
msgid "Begin"
msgstr "Begin"
-#: .\ldt_utils\templates\front\front_search_results.html.py:100
+#: ldt_utils/templates/front/front_search_results.html:114
msgid "duration"
msgstr "duration"
-#: .\ldt_utils\templates\front\front_search_results.html.py:122
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:100
+#: ldt_utils/templates/front/front_search_results.html:136
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:101
msgid "previous"
msgstr "Previous"
-#: .\ldt_utils\templates\front\front_search_results.html.py:142
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:110
+#: ldt_utils/templates/front/front_search_results.html:156
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:111
msgid "next"
msgstr "Next"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:55
-#: .\templates\admin\page_base.html.py:19
-#: .\user\templates\ldt\user\login_form.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:55
+#: templates/admin/page_base.html:19
+#: user/templates/ldt/user/login_form.html:33
msgid "Space"
msgstr "Space"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:56
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:56
msgid "Ldt Project"
msgstr "Ldt Project"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:59
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:59
msgid "Contents"
msgstr "Contents"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:63
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:63
msgid "Create new content"
msgstr "Create new content"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:66
msgid "Content"
msgstr "Content"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:70
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:77
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:11
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:70
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:77
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:11
msgid "create project"
msgstr "Create new project"
-#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:12
+#: ldt_utils/templates/ldt/ldt_utils/copy_ldt.html:12
msgid "Copy your project"
msgstr "Copy your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:17
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:87
+#: ldt_utils/templates/ldt/ldt_utils/copy_ldt.html:17
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:88
msgid "Title"
msgstr "Title"
-#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:21
+#: ldt_utils/templates/ldt/ldt_utils/copy_ldt.html:21
msgid "Copy"
msgstr "Copy"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:41
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:40
msgid "Browse"
msgstr "Browse"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:42
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:41
msgid "File uploaded"
msgstr "File uploaded"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:43
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:42
msgid "Please wait, the upload is not finished yet"
msgstr "Please wait, the upload is not finished yet"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:44
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:43
msgid "Cancel upload"
msgstr "Cancel upload"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:53
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:47
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:52
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:48
msgid "more options"
msgstr ""
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:57
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:51
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:56
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:52
msgid "hide"
msgstr "hide"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:71
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:70
msgid ""
"The operation could not be performed because one or more error(s) occurred."
"<br />Please resubmit the media form after making the following changes:"
-msgstr ""
-"The operation could not be performed because one or more error(s) occurred."
+msgstr "The operation could not be performed because one or more error(s) occurred."
"<br />Please resubmit the media form after making the following changes:"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:85
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:54
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:84
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:55
msgid "Create content"
msgstr "Create content"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:126
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:127
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:125
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:128
msgid "More options"
msgstr "More options"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:141
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:141
msgid "media file is being processed please wait."
msgstr "media file is being processed please wait."
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:145
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:100
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:136
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:52
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:145
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:101
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:137
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:53
msgid "close_cancel"
msgstr "Close"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:146
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:146
msgid "delete"
msgstr "Approve delete"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:147
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:147
msgid "write"
msgstr "Write"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:56
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:57
msgid "Do you really want to delete this group ?"
msgstr "Do you really want to delete this group ?"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:77
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:78
msgid "Update a group"
msgstr "Update a group"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:77
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:78
msgid "Create a group"
msgstr "Create a group"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:84
-#: .\user\templates\ldt\user\change_profile.html.py:62
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:85
+#: user/templates/ldt/user/change_profile.html:62
msgid "Name"
msgstr "Name"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:90
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:91
msgid "Description"
msgstr "Description"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:102
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:103
msgid "update_group"
msgstr "update the group"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:104
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:105
msgid "delete_group"
msgstr "delete project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:107
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:108
msgid "create_group"
msgstr "Create a group"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:81
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:82
msgid "Update your project"
msgstr "Create your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:81
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:82
msgid "Create your project"
msgstr "Create your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:92
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:93
msgid "Description :"
msgstr "description :"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:97
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:98
msgid "List of contents"
msgstr "List of contents"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:111
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:4
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:4
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:4
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:112
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:4
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:4
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:4
msgid "name"
msgstr "name"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:138
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:139
msgid "delete_project"
msgstr "delete project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:139
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:140
msgid "update_project"
msgstr "update project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:141
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:142
msgid "create_project"
msgstr "Create new project"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:56
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:57
msgid "project id"
msgstr "project id"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:57
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:58
msgid "copy to clipboard"
msgstr "copy to clipboard"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_player"
msgstr "player"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_seo_body"
msgstr "seo"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_seo_meta"
msgstr "meta"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_links"
msgstr "links"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:80
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:81
msgid "clik here to see the project content"
msgstr "clik here to see the project content"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:34
msgid "error"
msgstr "Error"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:34
msgid "confirm"
msgstr "Confirm deletion"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:48
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:49
msgid "close_error"
msgstr "Close"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:53
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:54
msgid "do_delete"
msgstr "Approve delete"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:67
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:68
msgid "Do you want to leave this group ?"
msgstr "Do you want to leave this group ?"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:92
-#: .\templates\ldt\ldt_base.html.py:115
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:93
+#: templates/ldt/ldt_base.html:115
msgid "My groups"
msgstr "My groups"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:94
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:95
msgid "Create group"
msgstr "Create a new group"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:110
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:111
msgid "The group's projects"
msgstr "The group's project"
-#: .\ldt_utils\templates\ldt\ldt_utils\init_ldt_full.html.py:16
+#: ldt_utils/templates/ldt/ldt_utils/init_ldt_full.html:16
msgid ""
"Your current work is modified. Click Cancel and save it one last time before "
"leaving. Click OK to leave without saving."
-msgstr ""
-"Your current work is modified. Click Cancel and save it one last time before "
+msgstr "Your current work is modified. Click Cancel and save it one last time before "
"leaving. Click OK to leave without saving."
-#: .\ldt_utils\templates\ldt\ldt_utils\ldt_list.html.py:77
+#: ldt_utils/templates/ldt/ldt_utils/ldt_list.html:78
msgid "project list"
msgstr "Projects"
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:62
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:62
msgid "Submit"
msgstr "Submit"
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:67
-#: .\templates\ldt\ldt_base.html.py:116
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:67
+#: templates/ldt/ldt_base.html:116
msgid "Published projects"
msgstr "Published projects"
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:68
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:68
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:67
msgid "Create project"
msgstr "Create new project"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_form.html.py:10
+#: ldt_utils/templates/ldt/ldt_utils/search_form.html:10
msgid "The search field can not be empty."
msgstr "The search field can not be empty."
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:61
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:62
msgid "Results for "
msgstr "Results for"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:75
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:16
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:18
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:24
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:26
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:13
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:15
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:76
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:16
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:18
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:24
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:26
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:13
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:15
msgid "open ldt"
msgstr "open ldt"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:86
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:87
msgid "Tags"
msgstr "Tags"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:105
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:106
#, python-format
msgid "Page %(number)s of %(num_pages)s"
msgstr "Page %(number)s of %(num_pages)s"
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:53
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:54
msgid "content list"
msgstr "Contents"
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:65
-msgid "My projects"
-msgstr "My projects"
-
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:12
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:12
msgid "preview media"
msgstr "preview media"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:14
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:14
msgid "You can't edit this content"
msgstr "You can not edit this content"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:22
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:22
msgid "Click on the line to see the group's projects"
msgstr "Click on the line to see the group's projects"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:33
msgid "Change this group"
msgstr "Edit this group"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:40
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:40
msgid "You are not allowed to edit this group"
msgstr "You are not allowed to change this group"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:55
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:55
msgid "Projects shared with me only"
msgstr "Projects shared with me only"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:47
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:74
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:163
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:47
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:74
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:163
msgid "share.eye"
msgstr "click to give to permission to edit this object"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:55
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:161
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:55
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:161
msgid "share.pencil"
msgstr "click to remove the right to edit this project"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:105
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:105
msgid "share"
msgstr "share with other users"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:114
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:114
msgid "publish for everyone"
msgstr "publish for everyone"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:120
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:120
msgid "User and group list"
msgstr "Users and groups list"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:131
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:131
msgid "select all displayed elements"
msgstr "add all displayed elements"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:136
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:136
msgid "select users"
msgstr "select users"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:137
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:137
msgid "remove users"
msgstr "remove users"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:142
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:142
msgid "Members list"
msgstr "Members list"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:152
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\sharewith.html.py:7
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:152
+#: ldt_utils/templates/ldt/ldt_utils/partial/sharewith.html:7
msgid "user"
msgstr "user"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:154
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\sharewith.html.py:9
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:154
+#: ldt_utils/templates/ldt/ldt_utils/partial/sharewith.html:9
msgid "group"
msgstr "group"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:174
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:174
msgid "remove all"
msgstr "remove all"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:16
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:17
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:16
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:17
msgid "choose a profile image"
msgstr "choose a profile image"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:24
-#: .\user\templates\ldt\user\change_profile.html.py:154
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:24
+#: user/templates/ldt/user/change_profile.html:154
msgid "Current profile picture"
msgstr "Current profile picture"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:32
-#: .\user\templates\ldt\user\change_profile.html.py:162
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:32
+#: user/templates/ldt/user/change_profile.html:162
msgid "Upload a new picture"
msgstr "Upload a new picture"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:32
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:32
msgid "copy project"
msgstr "Copy your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:33
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:18
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:33
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:18
msgid "link json by id"
msgstr "link json by id"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:36
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:36
msgid "Project published, click to unpublish"
msgstr "Project published, click to unpublish"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:36
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:38
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:49
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:36
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:38
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:49
msgid "You are not allowed to change this project"
msgstr "You are not allowed to change this project"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:38
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:38
msgid "Project not published, click to publish"
msgstr "Project not published, click to publish"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:17
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:17
msgid "copy the project"
msgstr "Copy your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:20
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:20
msgid "Project published"
msgstr " published"
-#: .\ldt_utils\views\content.py:164
+#: ldt_utils/views/content.py:165
msgid "Problem when downloading file from url : "
msgstr "Problem when downloading file from url: "
-#: .\ldt_utils\views\content.py:167
+#: ldt_utils/views/content.py:168
msgid "Problem when uploading file : "
msgstr "Problem when uploading file: "
-#: .\ldt_utils\views\content.py:269
+#: ldt_utils/views/content.py:275
#, python-format
msgid "There is %(count)d error when deleting content"
msgid_plural "There are %(count)d errors when deleting content"
msgstr[0] "There is %(count)d error when deleting content"
msgstr[1] "There are %(count)d errors when deleting content"
-#: .\ldt_utils\views\content.py:270
+#: ldt_utils/views/content.py:276
msgid "title error deleting content"
msgstr "Error when deleting content"
-#: .\ldt_utils\views\content.py:272
+#: ldt_utils/views/content.py:278
#, python-format
msgid "Confirm delete content %(titles)s"
msgstr "Confirm delete content %(titles)s"
-#: .\ldt_utils\views\content.py:273
+#: ldt_utils/views/content.py:279
msgid "confirm delete content"
msgstr "Confirm delete content"
-#: .\ldt_utils\views\content.py:315
-#, python-format
-msgid ""
-"Content '%(title)s' is referenced by this project : %(project_titles)s. "
-"Please delete it beforehand."
-msgid_plural ""
-"Content '%(title)s' is referenced by %(count)d projects: %(project_titles)s. "
-"Please delete them beforehand."
-msgstr[0] ""
-"Content '%(title)s' is referenced by this project : %(project_titles)s. "
-"Please delete it beforehand."
-msgstr[1] ""
-"Content '%(title)s' is referenced by %(count)d projects: %(project_titles)s. "
-"Please delete them beforehand."
-
-#: .\ldt_utils\views\json.py:34 .\ldt_utils\views\rdf.py:15
-#: .\ldt_utils\views\workspace.py:109
-msgid "You can not access this project"
-msgstr "You can not access this project"
-
-#: .\ldt_utils\views\project.py:110
-#, python-format
-msgid "the project %(title)s is published. please unpublish before deleting."
-msgstr "the project %(title)s is published. please unpublish before deleting."
-
-#: .\ldt_utils\views\project.py:111 .\ldt_utils\views\project.py:115
-msgid "can not delete the project. Please correct the following error"
-msgstr "can not delete the project. Please correct the following error"
-
-#: .\ldt_utils\views\project.py:112 .\ldt_utils\views\project.py:116
-msgid "title error deleting project"
-msgstr "Error when deleting project"
-
-#: .\ldt_utils\views\project.py:114
-#, python-format
-msgid ""
-"the project %(title)s is the front project of %(content)s. please delete "
-"this content first."
-msgstr ""
-"the project %(title)s is the front project of %(content)s. please delete "
-"this content beforehand."
-
-#: .\ldt_utils\views\project.py:118
-#, python-format
-msgid "please confirm deleting project %(title)s"
-msgstr "Please confirm deleting project %(title)s"
-
-#: .\ldt_utils\views\project.py:119
-msgid "confirm deletion"
-msgstr "Confirm deletion"
-
-#: .\templates\admin\cms_change_form.html.py:30
-msgid "Approve page deletion"
-msgstr "Approve page deletion"
-
-#: .\templates\admin\cms_change_form.html.py:36
-#, python-format
-msgid "(requires approvement at %(moderation_level)s level)"
-msgstr "(requires approvement at %(moderation_level)s level)"
-
-#: .\templates\admin\cms_change_form.html.py:37
-msgid "(you can perform actions on this page directly)"
-msgstr "(you can perform actions on this page directly)"
-
-#: .\templates\admin\cms_change_form.html.py:50
-msgid "Remove delete request"
-msgstr "Remove delete request"
-
-#: .\templates\admin\cms_change_form.html.py:52
-msgid "Approve delete"
-msgstr "Approve delete"
-
-#: .\templates\admin\cms_change_form.html.py:52
-msgid "Approve"
-msgstr "Approve"
-
-#: .\templates\admin\cms_change_form.html.py:52
-#: .\templates\admin\cms_change_form.html.py:53
-msgid "draft"
-msgstr "draft"
-
-#: .\templates\admin\cms_change_form.html.py:53
-msgid "Preview"
-msgstr "Preview"
-
-#: .\templates\admin\cms_change_form.html.py:56
-#: .\templates\admin\page_change_form.html.py:27
-msgid "History"
-msgstr "History"
-
-#: .\templates\admin\cms_change_form.html.py:57
-#: .\templates\admin\page_change_form.html.py:28
-msgid "View on site"
-msgstr "View on site"
-
-#: .\templates\admin\cms_change_form.html.py:87
-#: .\templates\admin\page_change_form.html.py:38
-#: .\templates\admin\page_change_list.html.py:54
-#: .\templates\cms\admin\cms\page\change_form.html.py:24
-msgid "Please correct the error below."
-msgid_plural "Please correct the errors below."
-msgstr[0] "Please correct the error below."
-msgstr[1] "Please correct the errors below."
-
-#: .\templates\admin\cms_change_form.html.py:107
-msgid "All permissions"
-msgstr "All permissions"
-
-#: .\templates\admin\cms_change_form.html.py:108
-#: .\templates\admin\cms_change_form.html.py:120
-msgid "Loading..."
-msgstr "Loading..."
-
-#: .\templates\admin\cms_change_form.html.py:119
-msgid "Page states"
-msgstr "Page states"
-
-#: .\templates\admin\cms_change_form.html.py:142
-#, python-format
-msgid ""
-"This page must be moderated at level %(moderation_level)s, post a message "
-"for moderator."
-msgstr ""
-"This page must be moderated at level %(moderation_level)s, post a message "
-"for moderator."
-
-#: .\templates\admin\cms_change_form.html.py:144
-msgid "Request approvemet"
-msgstr "Request approvemet"
-
-#: .\templates\admin\cms_change_form.html.py:234
-#: .\user\templates\registration\registration_form.html.py:16
-msgid "Save"
-msgstr "Save"
-
-#: .\templates\admin\cms_change_form.html.py:235
-msgid "Save and continue editing"
-msgstr "Save and continue editing"
-
-#: .\templates\admin\cms_change_list.html.py:51
-msgid "Successfully moved"
-msgstr "Successfully moved"
-
-#: .\templates\admin\cms_change_list.html.py:76
-#, python-format
-msgid "Recover deleted %(name)s"
-msgstr "Recover deleted %(name)s"
-
-#: .\templates\admin\cms_change_list.html.py:79
-#: .\templates\admin\page_change_list.html.py:46
-#, python-format
-msgid "Add %(name)s"
-msgstr "Add %(name)s"
-
-#: .\templates\admin\cms_change_list.html.py:91
-msgid "Pages on:"
-msgstr "Pages on:"
-
-#: .\templates\admin\cms_change_list.html.py:108
-msgid "on"
-msgstr "on"
-
-#: .\templates\admin\cms_change_list.html.py:108
-msgid "off"
-msgstr "off"
-
-#: .\templates\admin\cms_change_list.html.py:110
-#: .\templates\admin\page_change_list.html.py:65
-msgid "Filter"
-msgstr "Filter"
-
-#: .\templates\admin\index.html.py:18 .\templates\admin\page_index.html.py:18
-#, python-format
-msgid "Models available in the %(name)s application."
-msgstr "Models available in the %(name)s application."
-
-#: .\templates\admin\index.html.py:19
-#: .\templates\admin\page_app_index.html.py:10
-#: .\templates\admin\page_index.html.py:19
-#, python-format
-msgid "%(name)s"
-msgstr "%(name)s"
-
-#: .\templates\admin\index.html.py:29
-#: .\templates\admin\page_change_form.html.py:20
-#: .\templates\admin\page_index.html.py:29
-msgid "Add"
-msgstr "Add"
-
-#: .\templates\admin\index.html.py:35 .\templates\admin\page_index.html.py:35
-msgid "Change"
-msgstr "changed by"
-
-#: .\templates\admin\index.html.py:64 .\templates\admin\page_index.html.py:45
-msgid "You don't have permission to edit anything."
-msgstr "You don't have permission to edit anything."
-
-#: .\templates\admin\index.html.py:72 .\templates\admin\page_index.html.py:53
-msgid "Recent Actions"
-msgstr "Recent Actions"
-
-#: .\templates\admin\index.html.py:73 .\templates\admin\page_index.html.py:54
-msgid "My Actions"
-msgstr "My Actions"
-
-#: .\templates\admin\index.html.py:77 .\templates\admin\page_index.html.py:58
-msgid "None available"
-msgstr "None available"
-
-#: .\templates\admin\index.html.py:91 .\templates\admin\page_index.html.py:72
-msgid "Unknown content"
-msgstr "Unknown content"
-
-#: .\templates\admin\page_base.html.py:20
-#: .\templates\admin\page_index.html.py:11
-msgid "Pages"
-msgstr "Pages"
-
-#: .\templates\admin\page_base_site.html.py:7
-msgid "Django administration"
-msgstr "Django administration"
-
-#: .\templates\admin\page_login.html.py:8
-msgid "Connexion"
-msgstr "Login"
-
-#: .\templates\admin\page_login.html.py:20
-msgid "Username:"
-msgstr "Username:"
-
-#: .\templates\admin\page_login.html.py:24
-msgid "Password:"
-msgstr "Password:"
-
-#: .\templates\admin\page_login.html.py:29
-#: .\user\templates\registration\login.html.py:39
-msgid "Create an account"
-msgstr "Create an account"
-
-#: .\templates\admin\page_login.html.py:30
-#: .\user\templates\registration\login.html.py:40
-msgid "Forget password?"
-msgstr "Forget password?"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:11
-msgid "Documentation"
-msgstr "Documentation"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:11
-msgid "Change password"
-msgstr "Change password"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:42
-msgid "Ordering"
-msgstr "Ordering"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:45
-msgid "Order:"
-msgstr "Order:"
-
-#: .\templates\ldt\ldt_base.html.py:86
-msgid "header_title"
-msgstr "Ldt Platform"
-
-#: .\templates\ldt\ldt_base.html.py:90
-msgid "Link to admin"
-msgstr "link to administration pages"
-
-#: .\templates\ldt\ldt_base.html.py:90
-msgid "Staff"
-msgstr "admin"
-
-#: .\templates\ldt\ldt_base.html.py:93
-msgid "front link"
-msgstr "front"
-
-#: .\templates\ldt\ldt_base.html.py:94
-#: .\user\templates\ldt\user\change_profile.html.py:95
-msgid "Profile change"
-msgstr "Profile change"
-
-#: .\templates\ldt\ldt_base.html.py:114 .\templates\ldt\ldt_base.html.py:115
-msgid "home"
-msgstr "home"
-
-#: .\templates\ldt\ldt_base.html.py:149
-msgid "Version number"
-msgstr "Version number"
-
-#: .\templates\ldt\ldt_base.html.py:149
-#, python-format
-msgid " web %(WEB_VERSION)s | platform %(VERSION)s"
-msgstr "web v%(WEB_VERSION)s | platform v%(VERSION)s"
-
-#: .\templates\ldt\ldt_raw_base.html.py:13
-msgid "page_title"
-msgstr "Ldt Platform"
-
-#: .\templates\ldt\ldt_raw_base.html.py:18
-msgid "check all"
-msgstr "check all"
-
-#: .\templates\ldt\ldt_raw_base.html.py:19
-msgid "uncheck all"
-msgstr "uncheck all"
-
-#: .\text\models.py:17
-msgid "annotation.external_id"
-msgstr "external id"
-
-#: .\text\models.py:18
-msgid "annotation.uri"
-msgstr "uri"
-
-#: .\text\models.py:19
-msgid "annotation.tags"
-msgstr "tags"
-
-#: .\text\models.py:20
-msgid "annotation.title"
-msgstr "title"
-
-#: .\text\models.py:21
-msgid "annotation.description"
-msgstr "description"
-
-#: .\text\models.py:22
-msgid "annotation.text"
-msgstr "text"
-
-#: .\text\models.py:23
-msgid "annotation.color"
-msgstr "color"
-
-#: .\text\models.py:24
-msgid "creator.title"
-msgstr "title"
-
-#: .\text\models.py:25
-msgid "contributor.title"
-msgstr "title"
-
-#: .\text\models.py:26
-msgid "annotation.creation_date"
-msgstr "creation date"
-
-#: .\text\models.py:27
-msgid "annotation.update_date"
-msgstr "update date"
-
-#: .\user\admin.py:27
-msgid "User details"
-msgstr "User details"
-
-#: .\user\admin.py:28
-msgid "Groups"
-msgstr "Groups"
-
-#: .\user\admin.py:29
-msgid "Permissions"
-msgstr "Permissions"
-
-#: .\user\admin.py:40 .\user\templates\ldt\user\change_profile.html.py:105
-#: .\user\templates\ldt\user\login_form.html.py:61
-msgid "Password"
-msgstr "Password"
-
-#: .\user\forms.py:27 .\user\templates\ldt\user\change_password.html.py:40
-#: .\user\templates\ldt\user\change_profile.html.py:118
-msgid "New password"
-msgstr "New password"
-
-#: .\user\forms.py:29 .\user\templates\ldt\user\change_password.html.py:50
-#: .\user\templates\ldt\user\change_profile.html.py:131
-msgid "New password confirmation"
-msgstr "New password confirmation"
-
-#: .\user\forms.py:58 .\user\forms.py:59
-msgid "E-mail"
-msgstr "E-mail"
-
-#: .\user\forms.py:70
-msgid "The two emails didn't match."
-msgstr "The two emails didn't match."
-
-#: .\user\forms.py:81 .\user\templates\ldt\user\change_profile.html.py:54
-msgid "First name"
-msgstr "First name"
-
-#: .\user\forms.py:82
-msgid "Last name"
-msgstr "Last name"
-
-#: .\user\forms.py:109 .\user\templates\ldt\user\change_profile.html.py:83
-msgid "Language"
-msgstr "Language"
-
-#: .\user\forms.py:123
-msgid "Profile picture"
-msgstr "Profile picture"
-
-#: .\user\forms.py:133
-#, python-format
-msgid "Image size is limited to %s"
-msgstr "Image size is limited to %s"
-
-#: .\user\views.py:28
-msgid "Your profile has been updated."
-msgstr "Your profile has been changed."
-
-#: .\user\views.py:52
-msgid "Your password has been updated."
-msgstr "Your password has been updated."
-
-#: .\user\views.py:76
-msgid "Your profile picture has been updated."
-msgstr "Your profile picture has been changed."
-
-#: .\user\views.py:98 .\user\templates\registration\login.html.py:24
-msgid "Sorry, that's not a valid username or password."
-msgstr "Sorry, that's not a valid username or password."
-
-#: .\user\templates\ldt\user\change_password.html.py:31
-msgid "Old password"
-msgstr "Old password:"
-
-#: .\user\templates\ldt\user\change_password.html.py:44
-msgid "passwords don't match"
-msgstr "passwords don't match"
-
-#: .\user\templates\ldt\user\change_password.html.py:57
-#: .\user\templates\ldt\user\change_profile.html.py:144
-#: .\user\templates\registration\password_change_form.html.py:14
-#: .\user\templates\registration\password_change_form.html.py:17
-msgid "Password change"
-msgstr "Password change"
-
-#: .\user\templates\ldt\user\change_password.html.py:61
-msgid "Your new password has been saved."
-msgstr "Your password has been changed."
-
-#: .\user\templates\ldt\user\change_profile.html.py:19
-msgid "Invalid extension ! Your file has to be JPG, JPEG or PNG."
-msgstr ""
-
-#: .\user\templates\ldt\user\change_profile.html.py:43
-msgid "Username"
-msgstr "Username:"
-
-#: .\user\templates\ldt\user\change_profile.html.py:70
-msgid "Email"
-msgstr "E-mail"
-
-#: .\user\templates\ldt\user\change_profile.html.py:175
-msgid "Profile picture change"
-msgstr "Profile picture change"
-
-#: .\user\templates\ldt\user\login_form.html.py:32
-#: .\user\templates\registration\password_change_done.html.py:7
-#: .\user\templates\registration\password_change_form.html.py:13
-msgid "Profiles"
-msgstr "Profiles"
-
-#: .\user\templates\ldt\user\login_form.html.py:50
-msgid "create account"
-msgstr "create account"
-
-#: .\user\templates\ldt\user\login_form.html.py:54
-msgid "Pseudo"
-msgstr "Username"
-
-#: .\user\templates\ldt\user\login_form.html.py:57
-#: .\user\templates\ldt\user\login_form.html.py:64
-msgid "this field is compulsory"
-msgstr "this field is compulsory"
-
-#: .\user\templates\ldt\user\login_form.html.py:68
-msgid "reset password"
-msgstr "reset password"
-
-#: .\user\templates\ldt\user\login_form.html.py:71
-msgid "Connection"
-msgstr "Login"
-
-#: .\user\templates\registration\activate.html.py:6
-#: .\user\templates\registration\activate.html.py:9
-msgid "Activate account"
-msgstr "Activate account"
-
-#: .\user\templates\registration\activate.html.py:12
-msgid "You have activated your account"
-msgstr "You have activated your account"
-
-#: .\user\templates\registration\activate.html.py:13
-msgid "Go back to login page"
-msgstr "Go back to login page"
-
-#: .\user\templates\registration\activation_complete.html.py:4
-#: .\user\templates\registration\registration_complete.html.py:8
-msgid "Sign up successfully"
-msgstr "Sign up successfully"
-
-#: .\user\templates\registration\activation_complete.html.py:6
-msgid "activation completed"
-msgstr "activation completed"
-
-#: .\user\templates\registration\logged_out.html.py:8
-msgid "Thanks for spending some quality time with the Web site today."
-msgstr "Thanks for spending some quality time with the Web site today."
-
-#: .\user\templates\registration\logged_out.html.py:10
-msgid "Log in again"
-msgstr "Log in again"
-
-#: .\user\templates\registration\login.html.py:46
-msgid "login"
-msgstr "login"
-
-#: .\user\templates\registration\password_change_done.html.py:3
-#: .\user\templates\registration\password_change_done.html.py:11
-msgid "password change successful"
-msgstr "password change successful"
-
-#: .\user\templates\registration\password_change_done.html.py:8
-msgid "password change"
-msgstr "password change"
-
-#: .\user\templates\registration\password_change_done.html.py:14
-msgid "Your password has been changed."
-msgstr "Your password has been changed."
-
-#: .\user\templates\registration\password_change_done.html.py:15
-msgid "Go back to profiles"
-msgstr "Go back to profiles"
-
-#: .\user\templates\registration\password_change_form.html.py:20
-msgid ""
-"Please enter your old password, for security's sake, and then enter your new "
-"password twice so we can verify you typed it in correctly."
-msgstr ""
-"Please enter your old password, for security's sake, and then enter your new "
-"password twice so we can verify you typed it in correctly."
-
-#: .\user\templates\registration\password_change_form.html.py:26
-msgid "Old password:"
-msgstr "Old password:"
-
-#: .\user\templates\registration\password_change_form.html.py:32
-#: .\user\templates\registration\password_reset_confirm.html.py:19
-msgid "New password:"
-msgstr "New password:"
-
-#: .\user\templates\registration\password_change_form.html.py:38
-#: .\user\templates\registration\password_reset_confirm.html.py:21
-msgid "Confirm password:"
-msgstr "Confirm password:"
-
-#: .\user\templates\registration\password_change_form.html.py:44
-#: .\user\templates\registration\password_reset_confirm.html.py:22
-msgid "Change my password"
-msgstr "Change my password"
-
-#: .\user\templates\registration\password_reset_complete.html.py:6
-#: .\user\templates\registration\password_reset_confirm.html.py:6
-#: .\user\templates\registration\password_reset_confirm.html.py:9
-#: .\user\templates\registration\password_reset_done.html.py:6
-#: .\user\templates\registration\password_reset_form.html.py:13
-#: .\user\templates\registration\password_reset_form.html.py:15
-#: .\user\templates\registration\password_reset_form.html.py:18
-msgid "Password reset"
-msgstr "Password reset"
-
-#: .\user\templates\registration\password_reset_complete.html.py:9
-msgid "Password reset complete"
-msgstr "Password reset complete"
-
-#: .\user\templates\registration\password_reset_complete.html.py:12
-msgid "Your password has been set. You may go ahead and log in now."
-msgstr "Your password has been set. You may go ahead and log in now."
-
-#: .\user\templates\registration\password_reset_confirm.html.py:15
-msgid ""
-"Please enter your new password twice so we can verify you typed it in "
-"correctly."
-msgstr ""
-"Please enter your new password twice so we can verify you typed it in "
-"correctly."
-
-#: .\user\templates\registration\password_reset_confirm.html.py:27
-msgid "Password reset unsuccessful"
-msgstr "Password reset unsuccessful"
-
-#: .\user\templates\registration\password_reset_confirm.html.py:29
-msgid ""
-"The password reset link was invalid, possibly because it has already been "
-"used. Please request a new password reset."
-msgstr ""
-"The password reset link was invalid, possibly because it has already been "
-"used. Please request a new password reset."
-
-#: .\user\templates\registration\password_reset_done.html.py:8
-msgid "Password reset successful"
-msgstr "Password reset successful"
-
-#: .\user\templates\registration\password_reset_done.html.py:12
-msgid ""
-"We've e-mailed you instructions for setting your password to the e-mail "
-"address you submitted. You should be receiving it shortly."
-msgstr ""
-"We've e-mailed you instructions for setting your password to the e-mail "
-"address you submitted. You should be receiving it shortly."
-
-#: .\user\templates\registration\password_reset_email.html.py:2
-msgid "You're receiving this e-mail because you requested a password reset"
-msgstr "You're receiving this e-mail because you requested a password reset"
-
-#: .\user\templates\registration\password_reset_email.html.py:3
-#, python-format
-msgid "for your user account at %(site_name)s"
-msgstr "for your user account at %(site_name)s"
-
-#: .\user\templates\registration\password_reset_email.html.py:5
-msgid "Please go to the following page and choose a new password:"
-msgstr "Please go to the following page and choose a new password:"
-
-#: .\user\templates\registration\password_reset_email.html.py:9
-msgid "Your username, in case you've forgotten:"
-msgstr "Your username, in case you've forgotten:"
-
-#: .\user\templates\registration\password_reset_email.html.py:11
-msgid "Thanks for using our site!"
-msgstr "Thanks for using our site!"
-
-#: .\user\templates\registration\password_reset_email.html.py:13
-#, python-format
-msgid "The %(site_name)s team"
-msgstr "The %(site_name)s team"
-
-#: .\user\templates\registration\password_reset_form.html.py:22
-msgid ""
-"Forgotten your password? Enter your e-mail address below, and we'll e-mail "
-"instructions for setting a new one."
-msgstr ""
-"Forgotten your password? Enter your e-mail address below, and we'll e-mail "
-"instructions for setting a new one."
-
-#: .\user\templates\registration\password_reset_form.html.py:27
-#, fuzzy
-msgid "Adresse émail"
-msgstr "E-mail"
-
-#: .\user\templates\registration\password_reset_form.html.py:32
-msgid "Reset my password"
-msgstr "Reset my password"
-
-#: .\user\templates\registration\registration_active.html.py:5
-#: .\user\templates\registration\registration_active.html.py:7
-msgid "Activate the account"
-msgstr "Activate the account"
-
-#: .\user\templates\registration\registration_active.html.py:9
-#, fuzzy
-msgid ""
-"Vous avez bien activé votre compte, vous pouvez accedez à votre espace "
-"personnel."
-msgstr "Your account is now activated. You can now access your profile."
-
-#: .\user\templates\registration\registration_active.html.py:10
-#, fuzzy
-msgid "retourner à la page de connexion"
-msgstr "go back to login page"
-
-#: .\user\templates\registration\registration_complete.html.py:6
-#: .\user\templates\registration\registration_form.html.py:11
-msgid "Sign up"
-msgstr "Sign up"
-
-#: .\user\templates\registration\registration_complete.html.py:10
-msgid ""
-"We've e-mailed you instructions for activate your account to the e-mail "
-"address you submitted. You should be receiving it shortly."
-msgstr ""
-"We've e-mailed you instructions for activate your account to the e-mail "
-"address you submitted. You should be receiving it shortly."
-
-#~ msgid "back link"
-#~ msgstr "platform"
-
-#~ msgid "connection"
-#~ msgstr "Login"
--- a/src/ldt/ldt/locale/fr/LC_MESSAGES/django.po Thu Mar 08 23:53:40 2012 +0100
+++ b/src/ldt/ldt/locale/fr/LC_MESSAGES/django.po Tue Mar 13 12:56:12 2012 +0100
@@ -7,1555 +7,883 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-02 14:07+0100\n"
+"POT-Creation-Date: 2012-03-13 12:32+0100\n"
"PO-Revision-Date: 2010-03-09 15:52+0100\n"
"Last-Translator: Yves-Marie Haussonne <ymh.work@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
-#: .\forms\widgets.py:17
+#: forms/widgets.py:17
msgid "Date"
msgstr "Date"
-#: .\forms\widgets.py:17
+#: forms/widgets.py:17
msgid "Time"
msgstr "Heure"
-#: .\ldt_utils\forms.py:32 .\ldt_utils\templates\front\front_base.html.py:34
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:52
+#: ldt_utils/forms.py:32
+#: ldt_utils/templates/front/front_base.html:52
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:53
msgid "Search"
msgstr "Recherche"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "all"
msgstr "tous"
-#: .\ldt_utils\forms.py:33 .\ldt_utils\models.py:52
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:69
+#: ldt_utils/forms.py:33
+#: ldt_utils/models.py:54
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:69
msgid "title"
msgstr "titre"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "resume"
msgstr "description"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "tags"
msgstr "tags"
-#: .\ldt_utils\forms.py:33
+#: ldt_utils/forms.py:33
msgid "Fields"
msgstr "Champs"
-#: .\ldt_utils\forms.py:34
+#: ldt_utils/forms.py:34
msgid "Display the results in Lignes De Temps"
msgstr "Afficher les résultats dans Lignes De Temps"
-#: .\ldt_utils\forms.py:50 .\ldt_utils\models.py:130
+#: ldt_utils/forms.py:36
+msgid "Content Tag"
+msgstr "Catégorie de contenu"
+
+#: ldt_utils/forms.py:52
+#: ldt_utils/models.py:132
msgid "content.content_creation_date"
msgstr "Date de création du contenu"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "content.media_input_type"
msgstr "Source du média"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "file_upload"
msgstr "upload fichier"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "url"
msgstr "url"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "existing_media"
msgstr "média existant"
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "create_media"
msgstr "source externe : fichier streamé, statique, url youtube..."
-#: .\ldt_utils\forms.py:51
+#: ldt_utils/forms.py:53
msgid "none_media"
msgstr "Aucun"
-#: .\ldt_utils\forms.py:54
+#: ldt_utils/forms.py:56
msgid "content.front_project"
msgstr "Choisir le front project"
-#: .\ldt_utils\models.py:41
+#: ldt_utils/models.py:43
msgid "media.external_id"
msgstr "id externe"
-#: .\ldt_utils\models.py:42
+#: ldt_utils/models.py:44
msgid "media.external_permalink"
msgstr "permalien externe"
-#: .\ldt_utils\models.py:43
+#: ldt_utils/models.py:45
msgid "media.external_publication_url"
msgstr "url de publication externe"
-#: .\ldt_utils\models.py:44
+#: ldt_utils/models.py:46
msgid "media.external_src_url"
msgstr "url source"
-#: .\ldt_utils\models.py:45
+#: ldt_utils/models.py:47
msgid "media.creation_date"
msgstr "Date de création"
-#: .\ldt_utils\models.py:46
+#: ldt_utils/models.py:48
msgid "media.media_creation_date"
msgstr "Date de création du média"
-#: .\ldt_utils\models.py:47
+#: ldt_utils/models.py:49
msgid "media.update_date"
msgstr "Date de maj"
-#: .\ldt_utils\models.py:48
+#: ldt_utils/models.py:50
msgid "media.videopath"
msgstr "videopath"
-#: .\ldt_utils\models.py:49
+#: ldt_utils/models.py:51
msgid "media.duration"
msgstr "Durée du contenu (ms)"
-#: .\ldt_utils\models.py:50
+#: ldt_utils/models.py:52
msgid "media.creator"
msgstr "Créateur"
-#: .\ldt_utils\models.py:51
+#: ldt_utils/models.py:53
msgid "description"
msgstr "description"
-#: .\ldt_utils\models.py:53
+#: ldt_utils/models.py:55
msgid "media.src"
msgstr "Sources"
-#: .\ldt_utils\models.py:54
+#: ldt_utils/models.py:56
msgid "media.mimetype"
msgstr "mimetype"
-#: .\ldt_utils\models.py:122
+#: ldt_utils/models.py:124
msgid "content.iri_id"
msgstr "iri id"
-#: .\ldt_utils\models.py:123
+#: ldt_utils/models.py:125
msgid "content.iriurl"
msgstr "iri url"
-#: .\ldt_utils\models.py:124
+#: ldt_utils/models.py:126
msgid "content.creation_date"
msgstr "date de création"
-#: .\ldt_utils\models.py:125
+#: ldt_utils/models.py:127
msgid "content.update_date"
msgstr "Date de maj"
-#: .\ldt_utils\models.py:126
+#: ldt_utils/models.py:128
msgid "content.title"
msgstr "titre"
-#: .\ldt_utils\models.py:127
+#: ldt_utils/models.py:129
msgid "content.description"
msgstr "Description"
-#: .\ldt_utils\models.py:128
+#: ldt_utils/models.py:130
msgid "content.authors"
msgstr "Auteurs"
-#: .\ldt_utils\models.py:129
+#: ldt_utils/models.py:131
msgid "content.duration"
msgstr "Durée (ms)"
-#: .\ldt_utils\models.py:134
-msgid "content.stat_annotation"
+#: ldt_utils/models.py:445
+msgid "content_stat.content"
msgstr "statistiques d'annotation"
-#: .\ldt_utils\models.py:135
+#: ldt_utils/models.py:446
+msgid "content_stat.annotations_volume"
+msgstr "Volume d'annotations"
+
+#: ldt_utils/models.py:447
+msgid "content_stat.polemics_volume"
+msgstr "Volume d'annotations"
+
+#: ldt_utils/models.py:448
msgid "content.nb_annotation"
msgstr "nombre d'annotations"
-#: .\ldt_utils\models.py:136
+#: ldt_utils/models.py:449
msgid "content.last_annotated"
msgstr "annoté pour la dernière foiss"
-#: .\ldt_utils\models.py:461
+#: ldt_utils/models.py:504
msgid "created by"
msgstr "créé par"
-#: .\ldt_utils\models.py:462
+#: ldt_utils/models.py:505
msgid "changed by"
msgstr "modifié par"
-#: .\ldt_utils\utils.py:208 .\ldt_utils\utils.py:391
+#: ldt_utils/utils.py:208
+#: ldt_utils/utils.py:390
msgid "Personal cutting"
msgstr "Découpages personnels"
-#: .\ldt_utils\templates\admin\ldt_utils\app_action.html.py:4
-#: .\templates\admin\cms_change_list.html.py:7
-#: .\templates\admin\page_app_index.html.py:8
-#: .\templates\admin\page_change_form.html.py:17
-#: .\templates\admin\page_change_list.html.py:25
-#: .\user\templates\registration\logged_out.html.py:4
+#: ldt_utils/templates/admin/ldt_utils/app_action.html:4
+#: templates/admin/cms_change_list.html:7
+#: templates/admin/page_app_index.html:8
+#: templates/admin/page_change_form.html:17
+#: templates/admin/page_change_list.html:25
+#: user/templates/registration/logged_out.html:4
msgid "Home"
msgstr "Accueil"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:9
+#: ldt_utils/templates/front/front_all_contents.html:9
#, python-format
msgid "Lignes de temps : %(tag_label)s"
msgstr "Lignes de temps : %(tag_label)s"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:11
+#: ldt_utils/templates/front/front_all_contents.html:11
msgid "Lignes de temps : all medias"
msgstr "Lignes de temps : tous les médias"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:32
-#: .\ldt_utils\templates\front\front_home.html.py:24
-msgid "Filter the medias"
-msgstr "Filtrer les médias"
+#: ldt_utils/templates/front/front_all_contents.html:35
+#: ldt_utils/templates/front/front_home.html:27
+msgid "Filter the medias by category"
+msgstr "Filtrer les médias par catégorie"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:35
-#: .\ldt_utils\templates\front\front_all_contents.html.py:36
-#: .\ldt_utils\templates\front\front_home.html.py:30
-#: .\ldt_utils\templates\front\front_home.html.py:61
+#: ldt_utils/templates/front/front_all_contents.html:38
+#: ldt_utils/templates/front/front_all_contents.html:39
+#: ldt_utils/templates/front/front_home.html:33
+#: ldt_utils/templates/front/front_home.html:64
msgid "All medias"
msgstr "Tous les médias"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:42
-#: .\ldt_utils\templates\front\front_group.html.py:22
-#: .\ldt_utils\templates\front\front_group.html.py:24
-#: .\ldt_utils\templates\front\front_home.html.py:38
-#: .\ldt_utils\templates\front\front_home.html.py:49
-#: .\ldt_utils\templates\front\front_home.html.py:69
-#: .\ldt_utils\templates\front\front_home.html.py:78
+#: ldt_utils/templates/front/front_all_contents.html:45
+#: ldt_utils/templates/front/front_all_contents.html:58
+#: ldt_utils/templates/front/front_group.html:26
+#: ldt_utils/templates/front/front_group.html:28
+#: ldt_utils/templates/front/front_home.html:41
+#: ldt_utils/templates/front/front_home.html:52
+#: ldt_utils/templates/front/front_home.html:72
+#: ldt_utils/templates/front/front_home.html:81
msgid "open this media"
msgstr "voir ce média"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:54
-#: .\ldt_utils\templates\front\front_group.html.py:23
-#: .\ldt_utils\templates\front\front_home.html.py:48
-#: .\ldt_utils\templates\front\front_home.html.py:77
+#: ldt_utils/templates/front/front_all_contents.html:57
+#: ldt_utils/templates/front/front_group.html:27
+#: ldt_utils/templates/front/front_home.html:51
+#: ldt_utils/templates/front/front_home.html:80
#, python-format
msgid "%(nb)s annotation on this media"
msgid_plural "%(nb)s annotations on this media"
msgstr[0] "%(nb)s annotation sur ce média"
msgstr[1] "%(nb)s annotations sur ce média"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:56
-#: .\ldt_utils\templates\front\front_group.html.py:25
-#: .\ldt_utils\templates\front\front_home.html.py:50
-#: .\ldt_utils\templates\front\front_home.html.py:79
+#: ldt_utils/templates/front/front_all_contents.html:59
+#: ldt_utils/templates/front/front_group.html:29
+#: ldt_utils/templates/front/front_home.html:53
+#: ldt_utils/templates/front/front_home.html:82
msgid "by"
msgstr "par"
-#: .\ldt_utils\templates\front\front_all_contents.html.py:60
-msgid "All tags"
-msgstr "Tous les tags"
+#: ldt_utils/templates/front/front_all_contents.html:63
+msgid "All categories of medias"
+msgstr "Toutes les catégories de médias"
-#: .\ldt_utils\templates\front\front_base.html.py:26
+#: ldt_utils/templates/front/front_base.html:44
msgid "homepage"
msgstr "Accueil"
-#: .\ldt_utils\templates\front\front_base.html.py:26
+#: ldt_utils/templates/front/front_base.html:44
msgid "<b>Lignes</b> de temps"
msgstr "<b>Lignes</b> de temps"
-#: .\ldt_utils\templates\front\front_base.html.py:39
-#: .\ldt_utils\templates\front\front_base.html.py:61
-msgid "link IRI"
-msgstr "Site de l'IRI"
+#: ldt_utils/templates/front/front_base.html:59
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:66
+msgid "My projects"
+msgstr "Mes projets"
-#: .\ldt_utils\templates\front\front_base.html.py:42
-#: .\ldt_utils\templates\front\front_player.html.py:5
+#: ldt_utils/templates/front/front_base.html:62
+#: ldt_utils/templates/front/front_player.html:5
msgid "Annotate"
msgstr "Annoter"
-#: .\ldt_utils\templates\front\front_base.html.py:47
-#: .\templates\cms\admin\cms\page\change_form.html.py:11
-#: .\templates\ldt\ldt_base.html.py:97
-#: .\user\templates\ldt\user\login_form.html.py:34
+#: ldt_utils/templates/front/front_base.html:69
+#: templates/cms/admin/cms/page/change_form.html:11
+#: templates/ldt/ldt_base.html:97
+#: user/templates/ldt/user/login_form.html:34
msgid "Log out"
msgstr "Déconnexion"
-#: .\ldt_utils\templates\front\front_base.html.py:49
-#: .\templates\admin\page_login.html.py:32
-#: .\user\templates\ldt\user\login_form.html.py:37
-#: .\user\templates\ldt\user\login_form.html.py:45
-#: .\user\templates\registration\login.html.py:21
-#: .\user\templates\registration\password_reset_complete.html.py:14
+#: ldt_utils/templates/front/front_base.html:71
+#: templates/admin/page_login.html:32
+#: user/templates/ldt/user/login_form.html:37
+#: user/templates/ldt/user/login_form.html:45
+#: user/templates/registration/login.html:21
+#: user/templates/registration/password_reset_complete.html:14
msgid "Log in"
msgstr "Connexion"
-#: .\ldt_utils\templates\front\front_base.html.py:58
+#: ldt_utils/templates/front/front_base.html:80
#, python-format
msgid "%(WEB_VERSION)s | %(VERSION)s"
msgstr "v%(WEB_VERSION)s | v%(VERSION)s "
-#: .\ldt_utils\templates\front\front_base.html.py:61
+#: ldt_utils/templates/front/front_base.html:83
+msgid "link IRI"
+msgstr "Site de l'IRI"
+
+#: ldt_utils/templates/front/front_base.html:83
msgid "about"
msgstr "A propos"
-#: .\ldt_utils\templates\front\front_group.html.py:18
+#: ldt_utils/templates/front/front_group.html:22
msgid "Medias annotated by the group"
msgstr "Médias annotés par le groupe"
-#: .\ldt_utils\templates\front\front_group.html.py:34
+#: ldt_utils/templates/front/front_group.html:38
msgid "About the group"
msgstr "A propos du groupe"
-#: .\ldt_utils\templates\front\front_group.html.py:43
+#: ldt_utils/templates/front/front_group.html:47
msgid "Members"
msgstr "liste des membres"
-#: .\ldt_utils\templates\front\front_group.html.py:50
+#: ldt_utils/templates/front/front_group.html:54
msgid "active since"
msgstr "actif depuis"
-#: .\ldt_utils\templates\front\front_home.html.py:7
+#: ldt_utils/templates/front/front_home.html:7
msgid "front.home"
msgstr "Plateforme ligne de temps"
-#: .\ldt_utils\templates\front\front_home.html.py:28
+#: ldt_utils/templates/front/front_home.html:31
msgid "Last annotated medias"
msgstr "Derniers médias annotés"
-#: .\ldt_utils\templates\front\front_home.html.py:30
-#: .\ldt_utils\templates\front\front_home.html.py:61
+#: ldt_utils/templates/front/front_home.html:33
+#: ldt_utils/templates/front/front_home.html:64
msgid "view all medias"
msgstr "Voir tous les médias"
-#: .\ldt_utils\templates\front\front_home.html.py:59
+#: ldt_utils/templates/front/front_home.html:62
msgid "Most annotated medias"
msgstr "Médias les plus annotés"
-#: .\ldt_utils\templates\front\front_home.html.py:86
+#: ldt_utils/templates/front/front_home.html:89
msgid "Active groups"
msgstr "Groupes actifs"
-#: .\ldt_utils\templates\front\front_home.html.py:91
+#: ldt_utils/templates/front/front_home.html:94
msgid "group picture"
msgstr "image du groupe"
-#: .\ldt_utils\templates\front\front_home.html.py:91
-#: .\ldt_utils\templates\front\front_home.html.py:95
+#: ldt_utils/templates/front/front_home.html:94
+#: ldt_utils/templates/front/front_home.html:98
msgid "view more infos on this group"
msgstr "Voir plus d'informations sur ce groupe"
-#: .\ldt_utils\templates\front\front_home.html.py:94
+#: ldt_utils/templates/front/front_home.html:97
#, python-format
msgid "%(nb)s user in this group"
msgid_plural "%(nb)s users in this group"
msgstr[0] "%(nb)s utilisateur dans ce groupe"
msgstr[1] "%(nb)s utilisateurs dans ce groupe"
-#: .\ldt_utils\templates\front\front_player.html.py:87
+#: ldt_utils/templates/front/front_player.html:96
msgid "All annotations on the media"
msgstr "Toutes les annotations sur le média"
-#: .\ldt_utils\templates\front\front_search_results.html.py:6
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:100
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:112
-#: .\ldt_utils\templates\ldt\ldt_utils\ldt_list.html.py:79
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:70
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:56
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:68
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:121
-#: .\templates\ldt\ldt_base.html.py:127
+#: ldt_utils/templates/front/front_search_results.html:6
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:101
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:113
+#: ldt_utils/templates/ldt/ldt_utils/ldt_list.html:80
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:70
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:57
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:69
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:121
+#: templates/ldt/ldt_base.html:127
msgid "search"
msgstr "Recherche"
-#: .\ldt_utils\templates\front\front_search_results.html.py:50
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:58
+#: ldt_utils/templates/front/front_search_results.html:54
+#, python-format
+msgid ""
+" No results for <b>%(search)s</b> with the medias tagged <span class=\"pink"
+"\">%(tag_label)s</span>"
+msgstr "Aucun résultat pour <b>%(search)s</b> avec les médias taggués <span class=\"pink\">%(tag_label)s</span>"
+
+#: ldt_utils/templates/front/front_search_results.html:55
+msgid "See for all medias"
+msgstr "Voir pour tous les médias"
+
+#: ldt_utils/templates/front/front_search_results.html:57
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:59
#, python-format
msgid " No results for <b>%(search)s</b>."
msgstr "Aucun résultat pour <b>%(search)s</b>."
-#: .\ldt_utils\templates\front\front_search_results.html.py:62
+#: ldt_utils/templates/front/front_search_results.html:72
+#: ldt_utils/templates/front/front_search_results.html:74
msgid "Search results for "
msgstr "Résultats de recherche pour "
-#: .\ldt_utils\templates\front\front_search_results.html.py:65
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:61
+#: ldt_utils/templates/front/front_search_results.html:79
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:62
msgid "Result"
msgstr "Résultat"
-#: .\ldt_utils\templates\front\front_search_results.html.py:84
+#: ldt_utils/templates/front/front_search_results.html:98
msgid "annotation distribution"
msgstr "Répartition des annotations"
-#: .\ldt_utils\templates\front\front_search_results.html.py:98
-#: .\ldt_utils\templates\front\front_search_results.html.py:103
+#: ldt_utils/templates/front/front_search_results.html:112
+#: ldt_utils/templates/front/front_search_results.html:117
msgid "view this annotation in the player"
msgstr "Visionner cette annotation"
-#: .\ldt_utils\templates\front\front_search_results.html.py:99
-#: .\ldt_utils\templates\front\front_search_results.html.py:104
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:79
+#: ldt_utils/templates/front/front_search_results.html:113
+#: ldt_utils/templates/front/front_search_results.html:118
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:80
msgid "No title"
msgstr "Sans titre"
-#: .\ldt_utils\templates\front\front_search_results.html.py:100
+#: ldt_utils/templates/front/front_search_results.html:114
msgid "Begin"
msgstr "Début"
-#: .\ldt_utils\templates\front\front_search_results.html.py:100
+#: ldt_utils/templates/front/front_search_results.html:114
msgid "duration"
msgstr "durée"
-#: .\ldt_utils\templates\front\front_search_results.html.py:122
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:100
+#: ldt_utils/templates/front/front_search_results.html:136
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:101
msgid "previous"
msgstr "Précedent"
-#: .\ldt_utils\templates\front\front_search_results.html.py:142
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:110
+#: ldt_utils/templates/front/front_search_results.html:156
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:111
msgid "next"
msgstr "Suivant"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:55
-#: .\templates\admin\page_base.html.py:19
-#: .\user\templates\ldt\user\login_form.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:55
+#: templates/admin/page_base.html:19
+#: user/templates/ldt/user/login_form.html:33
msgid "Space"
msgstr "Esp. perso"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:56
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:56
msgid "Ldt Project"
msgstr "Projet lignes de temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:59
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:59
msgid "Contents"
msgstr "Liste des contenus"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:63
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:63
msgid "Create new content"
msgstr "Créer un nouveau contenu"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:66
msgid "Content"
msgstr "Contenu"
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:70
-#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:77
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:11
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:70
+#: ldt_utils/templates/ldt/ldt_utils/content_list.html:77
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:11
msgid "create project"
msgstr "Créer un nouveau projet d'indexation"
-#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:12
+#: ldt_utils/templates/ldt/ldt_utils/copy_ldt.html:12
msgid "Copy your project"
msgstr "Copier votre projet"
-#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:17
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:87
+#: ldt_utils/templates/ldt/ldt_utils/copy_ldt.html:17
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:88
msgid "Title"
msgstr "Titre"
-#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:21
+#: ldt_utils/templates/ldt/ldt_utils/copy_ldt.html:21
msgid "Copy"
msgstr "Copier"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:41
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:40
msgid "Browse"
msgstr "Parcourir"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:42
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:41
msgid "File uploaded"
msgstr "Fichier téléversé"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:43
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:42
msgid "Please wait, the upload is not finished yet"
msgstr "Veuillez patienter, le téléversement est en cours"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:44
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:43
msgid "Cancel upload"
msgstr "Annuler le téléversement"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:53
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:47
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:52
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:48
msgid "more options"
-msgstr ""
+msgstr "Plus d'options"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:57
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:51
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:56
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:52
msgid "hide"
msgstr "Réduire"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:71
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:70
msgid ""
"The operation could not be performed because one or more error(s) occurred."
"<br />Please resubmit the media form after making the following changes:"
-msgstr ""
-"opération impossible à cause d'une ou plusieurs erreurs.<br />Veuillez "
+msgstr "opération impossible à cause d'une ou plusieurs erreurs.<br />Veuillez "
"resoumettre le formulaire media après avoir fait les changements suivants:"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:85
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:54
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:84
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:55
msgid "Create content"
msgstr "Créer un contenu"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:126
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:127
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:125
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:128
msgid "More options"
msgstr "Plus d'options"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:141
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:141
msgid "media file is being processed please wait."
msgstr "Le fichier média est en cours de traitement. Veuillez patienter."
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:145
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:100
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:136
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:52
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:145
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:101
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:137
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:53
msgid "close_cancel"
msgstr "Fermer"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:146
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:146
msgid "delete"
msgstr "Effacer"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:147
+#: ldt_utils/templates/ldt/ldt_utils/create_content.html:147
msgid "write"
msgstr "Enregistrer"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:56
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:57
msgid "Do you really want to delete this group ?"
msgstr "Voulez-vous quitter ce groupe ?"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:77
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:78
msgid "Update a group"
msgstr "Mettre à jour votre groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:77
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:78
msgid "Create a group"
msgstr "Créer un groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:84
-#: .\user\templates\ldt\user\change_profile.html.py:62
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:85
+#: user/templates/ldt/user/change_profile.html:62
msgid "Name"
msgstr "Nom"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:90
-#, fuzzy
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:91
msgid "Description"
-msgstr "Description :"
+msgstr "Description"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:102
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:103
msgid "update_group"
msgstr "Mettre à jour le groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:104
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:105
msgid "delete_group"
msgstr "Effacer le groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_group.html.py:107
+#: ldt_utils/templates/ldt/ldt_utils/create_group.html:108
msgid "create_group"
msgstr "Créer un nouveau groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:81
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:82
msgid "Update your project"
msgstr "Mettre à jour votre projet Lignes de Temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:81
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:82
msgid "Create your project"
msgstr "Créer votre projet Lignes de Temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:92
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:93
msgid "Description :"
msgstr "Description :"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:97
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:98
msgid "List of contents"
msgstr "Liste de contenus"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:111
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:4
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:4
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:4
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:112
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:4
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:4
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:4
msgid "name"
msgstr "Nom"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:138
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:139
msgid "delete_project"
msgstr "Effacer"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:139
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:140
msgid "update_project"
msgstr "Mettre à jour"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:141
+#: ldt_utils/templates/ldt/ldt_utils/create_ldt.html:142
msgid "create_project"
msgstr "Créer un nouveau projet Ligne de Temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:56
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:57
msgid "project id"
msgstr "Identifiant du projet "
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:57
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:58
msgid "copy to clipboard"
msgstr "Copier l'id dans le presse-papiers"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_player"
msgstr "Code Lecteur métadata"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_seo_body"
msgstr "Code SEO"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_seo_meta"
msgstr "Code balise meta en-tête"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:67
msgid "popup_links"
msgstr "Liste de liens"
-#: .\ldt_utils\templates\ldt\ldt_utils\embed_popup.html.py:80
+#: ldt_utils/templates/ldt/ldt_utils/embed_popup.html:81
msgid "clik here to see the project content"
msgstr "cliquer ici pour voir le contenu du projet"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:34
msgid "error"
msgstr "Erreur"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:34
msgid "confirm"
msgstr "Confirmation d'effacement"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:48
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:49
msgid "close_error"
msgstr "Fermer"
-#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:53
+#: ldt_utils/templates/ldt/ldt_utils/error_confirm.html:54
msgid "do_delete"
msgstr "Effacer"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:67
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:68
msgid "Do you want to leave this group ?"
msgstr "Voulez-vous quitter ce groupe ?"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:92
-#: .\templates\ldt\ldt_base.html.py:115
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:93
+#: templates/ldt/ldt_base.html:115
msgid "My groups"
msgstr "Groupes"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:94
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:95
msgid "Create group"
msgstr "Créer un nouveau groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:110
+#: ldt_utils/templates/ldt/ldt_utils/groups.html:111
msgid "The group's projects"
msgstr "projets du groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\init_ldt_full.html.py:16
+#: ldt_utils/templates/ldt/ldt_utils/init_ldt_full.html:16
msgid ""
"Your current work is modified. Click Cancel and save it one last time before "
"leaving. Click OK to leave without saving."
-msgstr ""
-"Vous avez un travail en cours. Cliquez sur Annuler et sauvegardez votre "
+msgstr "Vous avez un travail en cours. Cliquez sur Annuler et sauvegardez votre "
"travail une dernière fois. Cliquez sur OK pour quitter sans sauvegarder."
-#: .\ldt_utils\templates\ldt\ldt_utils\ldt_list.html.py:77
+#: ldt_utils/templates/ldt/ldt_utils/ldt_list.html:78
msgid "project list"
msgstr "Liste des projets"
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:62
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:62
msgid "Submit"
msgstr "Chercher"
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:67
-#: .\templates\ldt\ldt_base.html.py:116
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:67
+#: templates/ldt/ldt_base.html:116
msgid "Published projects"
msgstr "Projets publiés"
-#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:68
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:66
+#: ldt_utils/templates/ldt/ldt_utils/published_projects.html:68
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:67
msgid "Create project"
msgstr "Créer un nouveau projet d'indexation"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_form.html.py:10
+#: ldt_utils/templates/ldt/ldt_utils/search_form.html:10
msgid "The search field can not be empty."
msgstr "Le champ de recherche ne peut pas être vide."
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:61
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:62
msgid "Results for "
msgstr "Résultats pour "
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:75
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:16
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:18
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:24
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:26
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:13
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:15
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:76
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:16
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:18
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:24
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:26
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:13
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:15
msgid "open ldt"
msgstr "Ouvrir sous Lignes de Temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:86
-#, fuzzy
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:87
msgid "Tags"
-msgstr "tags"
+msgstr "Tags"
-#: .\ldt_utils\templates\ldt\ldt_utils\search_results.html.py:105
+#: ldt_utils/templates/ldt/ldt_utils/search_results.html:106
#, python-format
msgid "Page %(number)s of %(num_pages)s"
msgstr "Page %(number)s de %(num_pages)s"
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:53
+#: ldt_utils/templates/ldt/ldt_utils/workspace_base.html:54
msgid "content list"
msgstr "Liste des contenus"
-#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:65
-msgid "My projects"
-msgstr "Mes projets"
-
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:12
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:12
msgid "preview media"
msgstr "Aperçu"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:14
+#: ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html:14
msgid "You can't edit this content"
msgstr "Vous n'avez pas l'autorisation d'éditer ce contenu"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:22
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:22
msgid "Click on the line to see the group's projects"
msgstr "cliquer ici pour voir les projets du groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:33
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:33
msgid "Change this group"
msgstr "Modifier ce groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:40
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:40
msgid "You are not allowed to edit this group"
msgstr "vous n'avez pas l'autorisation de modifier ce groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\groupslist.html.py:55
+#: ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html:55
msgid "Projects shared with me only"
msgstr "Projets partagés avec moi uniquement"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:47
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:74
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:163
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:47
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:74
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:163
msgid "share.eye"
msgstr "Cet utilisateur ou ce groupe a le droit de voir cet élement"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:55
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:161
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:55
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:161
msgid "share.pencil"
msgstr "cet utilisateur ou ce groupe a le droit de modifier cet élement"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:105
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:105
msgid "share"
msgstr "partager avec d'autres utilisateurs"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:114
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:114
msgid "publish for everyone"
msgstr "publier pour tout le monde"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:120
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:120
msgid "User and group list"
msgstr "Liste des groupes et des utilisateurs"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:131
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:131
msgid "select all displayed elements"
msgstr "ajouter tous les élements affichés"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:136
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:136
msgid "select users"
msgstr "choisir des utilisateurs"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:137
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:137
msgid "remove users"
msgstr "enlever des utilisateurs"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:142
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:142
msgid "Members list"
msgstr "liste des membres"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:152
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\sharewith.html.py:7
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:152
+#: ldt_utils/templates/ldt/ldt_utils/partial/sharewith.html:7
msgid "user"
msgstr "utilisateur"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:154
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\sharewith.html.py:9
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:154
+#: ldt_utils/templates/ldt/ldt_utils/partial/sharewith.html:9
msgid "group"
msgstr "groupe"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\permissions.html.py:174
+#: ldt_utils/templates/ldt/ldt_utils/partial/permissions.html:174
msgid "remove all"
msgstr "tout enlever"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:16
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:17
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:16
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:17
msgid "choose a profile image"
msgstr "choisir une image de profil"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:24
-#: .\user\templates\ldt\user\change_profile.html.py:154
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:24
+#: user/templates/ldt/user/change_profile.html:154
msgid "Current profile picture"
msgstr "Image de profil"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\picture.html.py:32
-#: .\user\templates\ldt\user\change_profile.html.py:162
+#: ldt_utils/templates/ldt/ldt_utils/partial/picture.html:32
+#: user/templates/ldt/user/change_profile.html:162
msgid "Upload a new picture"
msgstr "Téléverser une nouvelle image"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:32
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:32
msgid "copy project"
msgstr "Copier votre projet"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:33
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:18
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:33
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:18
msgid "link json by id"
msgstr "Ouvrir le lecteur de métadata"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:36
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:36
msgid "Project published, click to unpublish"
msgstr "Projet publié, cliquer pour de-publier"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:36
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:38
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:49
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:36
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:38
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:49
msgid "You are not allowed to change this project"
msgstr "vous n'avez pas l'autorisation de modifier ce projet"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:38
+#: ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html:38
msgid "Project not published, click to publish"
msgstr "Projet non publié, cliquer pour publier"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:17
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:17
msgid "copy the project"
msgstr "Copier le projet"
-#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:20
+#: ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html:20
msgid "Project published"
msgstr "Projet publié"
-#: .\ldt_utils\views\content.py:164
+#: ldt_utils/views/content.py:165
msgid "Problem when downloading file from url : "
msgstr "Problème lors du téléchargement du fichier : "
-#: .\ldt_utils\views\content.py:167
+#: ldt_utils/views/content.py:168
msgid "Problem when uploading file : "
msgstr "Problème lors de l'upload du fichier : "
-#: .\ldt_utils\views\content.py:269
+#: ldt_utils/views/content.py:275
#, python-format
msgid "There is %(count)d error when deleting content"
msgid_plural "There are %(count)d errors when deleting content"
msgstr[0] "Il y a %(count)d erreur lors de l'effacement du contenu"
msgstr[1] "Il y a %(count)d erreurs lors de l'effacement du contenu"
-#: .\ldt_utils\views\content.py:270
+#: ldt_utils/views/content.py:276
msgid "title error deleting content"
msgstr "Erreur lors de l'effacement du contenu"
-#: .\ldt_utils\views\content.py:272
+#: ldt_utils/views/content.py:278
#, python-format
msgid "Confirm delete content %(titles)s"
msgstr "Veuillez confirmer l'effacement du contenu %(titles)s"
-#: .\ldt_utils\views\content.py:273
+#: ldt_utils/views/content.py:279
msgid "confirm delete content"
msgstr "Confirmation effacement contenu"
-#: .\ldt_utils\views\content.py:315
-#, python-format
-msgid ""
-"Content '%(title)s' is referenced by this project : %(project_titles)s. "
-"Please delete it beforehand."
-msgid_plural ""
-"Content '%(title)s' is referenced by %(count)d projects: %(project_titles)s. "
-"Please delete them beforehand."
-msgstr[0] ""
-"Le contenu '%(title)s' est référencé par le projet '%(project_titles)s'."
-"Veuillez l'effacer préalablement."
-msgstr[1] ""
-"Le contenu '%(title)s' est référencé par les projets suivants : '%"
-"(project_titles)s'.Veuillez les effacer préalablement."
-
-#: .\ldt_utils\views\json.py:34 .\ldt_utils\views\rdf.py:15
-#: .\ldt_utils\views\workspace.py:109
-msgid "You can not access this project"
-msgstr "vous n'avez pas l'autorisation d'accéder à ce projet"
-
-#: .\ldt_utils\views\project.py:110
-#, python-format
-msgid "the project %(title)s is published. please unpublish before deleting."
-msgstr "Le projet %(title)s est publié. Déplublier le avant de l'effacer."
-
-#: .\ldt_utils\views\project.py:111 .\ldt_utils\views\project.py:115
-msgid "can not delete the project. Please correct the following error"
-msgstr ""
-"Le projet ne peut pas être effacé. Veuillez corriger les erreurs suivantes."
-
-#: .\ldt_utils\views\project.py:112 .\ldt_utils\views\project.py:116
-msgid "title error deleting project"
-msgstr "Erreur lors de l'effacement du projet"
-
-#: .\ldt_utils\views\project.py:114
-#, python-format
-msgid ""
-"the project %(title)s is the front project of %(content)s. please delete "
-"this content first."
-msgstr ""
-"Le projet %(title)s est référencé par le contenu '%(content)s'.Veuillez "
-"l'effacer préalablement."
-
-#: .\ldt_utils\views\project.py:118
-#, python-format
-msgid "please confirm deleting project %(title)s"
-msgstr "Confirmer l'effacement du projet intitulé %(title)s"
-
-#: .\ldt_utils\views\project.py:119
-msgid "confirm deletion"
-msgstr "Confirmation d'effacement"
-
-#: .\templates\admin\cms_change_form.html.py:30
-msgid "Approve page deletion"
-msgstr "Accepter l'effacement de la page"
-
-#: .\templates\admin\cms_change_form.html.py:36
-#, python-format
-msgid "(requires approvement at %(moderation_level)s level)"
-msgstr "(Demande l'approbation au niveau %(moderation_level)s)"
-
-#: .\templates\admin\cms_change_form.html.py:37
-msgid "(you can perform actions on this page directly)"
-msgstr "(Vous pouvez agir sur cette page directement)"
-
-#: .\templates\admin\cms_change_form.html.py:50
-msgid "Remove delete request"
-msgstr "Effacer la requête d'affacement"
-
-#: .\templates\admin\cms_change_form.html.py:52
-msgid "Approve delete"
-msgstr "Accepter l'effacement"
-
-#: .\templates\admin\cms_change_form.html.py:52
-msgid "Approve"
-msgstr "Accepter"
-
-#: .\templates\admin\cms_change_form.html.py:52
-#: .\templates\admin\cms_change_form.html.py:53
-msgid "draft"
-msgstr "brouillon"
-
-#: .\templates\admin\cms_change_form.html.py:53
-msgid "Preview"
-msgstr "Aperçu"
-
-#: .\templates\admin\cms_change_form.html.py:56
-#: .\templates\admin\page_change_form.html.py:27
-msgid "History"
-msgstr "Histoire"
-
-#: .\templates\admin\cms_change_form.html.py:57
-#: .\templates\admin\page_change_form.html.py:28
-msgid "View on site"
-msgstr "Voir sur le site"
-
-#: .\templates\admin\cms_change_form.html.py:87
-#: .\templates\admin\page_change_form.html.py:38
-#: .\templates\admin\page_change_list.html.py:54
-#: .\templates\cms\admin\cms\page\change_form.html.py:24
-msgid "Please correct the error below."
-msgid_plural "Please correct the errors below."
-msgstr[0] "Veuillez corriger l'erreur ci-dessous"
-msgstr[1] "Veuillez corriger les erreurs ci-dessous"
-
-#: .\templates\admin\cms_change_form.html.py:107
-msgid "All permissions"
-msgstr "Toutes le parmissions"
-
-#: .\templates\admin\cms_change_form.html.py:108
-#: .\templates\admin\cms_change_form.html.py:120
-msgid "Loading..."
-msgstr "Chargement..."
-
-#: .\templates\admin\cms_change_form.html.py:119
-msgid "Page states"
-msgstr "Etat de la page"
-
-#: .\templates\admin\cms_change_form.html.py:142
-#, python-format
-msgid ""
-"This page must be moderated at level %(moderation_level)s, post a message "
-"for moderator."
-msgstr ""
-"Le niveau nécessaire pour modérer cette page est le niveau %"
-"(moderation_level)s, laisser un message pour le modérateur"
-
-#: .\templates\admin\cms_change_form.html.py:144
-msgid "Request approvemet"
-msgstr "Demander l'approbation"
-
-#: .\templates\admin\cms_change_form.html.py:234
-#: .\user\templates\registration\registration_form.html.py:16
-msgid "Save"
-msgstr "Enregistrer"
-
-#: .\templates\admin\cms_change_form.html.py:235
-msgid "Save and continue editing"
-msgstr "Sauver et continuer l'édition"
-
-#: .\templates\admin\cms_change_list.html.py:51
-msgid "Successfully moved"
-msgstr "Déplacement réussi"
-
-#: .\templates\admin\cms_change_list.html.py:76
-#, python-format
-msgid "Recover deleted %(name)s"
-msgstr "Récupérer %(name)s effacé"
-
-#: .\templates\admin\cms_change_list.html.py:79
-#: .\templates\admin\page_change_list.html.py:46
-#, python-format
-msgid "Add %(name)s"
-msgstr "Ajouter %(name)s"
-
-#: .\templates\admin\cms_change_list.html.py:91
-msgid "Pages on:"
-msgstr "Pages sur:"
-
-#: .\templates\admin\cms_change_list.html.py:108
-msgid "on"
-msgstr "on"
-
-#: .\templates\admin\cms_change_list.html.py:108
-msgid "off"
-msgstr "off"
-
-#: .\templates\admin\cms_change_list.html.py:110
-#: .\templates\admin\page_change_list.html.py:65
-msgid "Filter"
-msgstr "Filtre"
-
-#: .\templates\admin\index.html.py:18 .\templates\admin\page_index.html.py:18
-#, python-format
-msgid "Models available in the %(name)s application."
-msgstr "Le modèle disponible dans l'application %(name)s."
-
-#: .\templates\admin\index.html.py:19
-#: .\templates\admin\page_app_index.html.py:10
-#: .\templates\admin\page_index.html.py:19
-#, python-format
-msgid "%(name)s"
-msgstr "%(name)s"
-
-#: .\templates\admin\index.html.py:29
-#: .\templates\admin\page_change_form.html.py:20
-#: .\templates\admin\page_index.html.py:29
-msgid "Add"
-msgstr "Ajouter"
-
-#: .\templates\admin\index.html.py:35 .\templates\admin\page_index.html.py:35
-msgid "Change"
-msgstr "modifié par"
-
-#: .\templates\admin\index.html.py:64 .\templates\admin\page_index.html.py:45
-msgid "You don't have permission to edit anything."
-msgstr "Vous n'aver pas l'autorisation d'éditer quoi que ce soit."
-
-#: .\templates\admin\index.html.py:72 .\templates\admin\page_index.html.py:53
-msgid "Recent Actions"
-msgstr "Actions récentes"
-
-#: .\templates\admin\index.html.py:73 .\templates\admin\page_index.html.py:54
-msgid "My Actions"
-msgstr "Mes actions"
-
-#: .\templates\admin\index.html.py:77 .\templates\admin\page_index.html.py:58
-msgid "None available"
-msgstr "Aucune disponible"
-
-#: .\templates\admin\index.html.py:91 .\templates\admin\page_index.html.py:72
-msgid "Unknown content"
-msgstr "Contenu inconnu"
-
-#: .\templates\admin\page_base.html.py:20
-#: .\templates\admin\page_index.html.py:11
-msgid "Pages"
-msgstr "Pages"
-
-#: .\templates\admin\page_base_site.html.py:7
-msgid "Django administration"
-msgstr "Administration de Django"
-
-#: .\templates\admin\page_login.html.py:8
-msgid "Connexion"
-msgstr "Connexion"
-
-#: .\templates\admin\page_login.html.py:20
-msgid "Username:"
-msgstr "Nom de utilisateur :"
-
-#: .\templates\admin\page_login.html.py:24
-msgid "Password:"
-msgstr "Mot de passe :"
-
-#: .\templates\admin\page_login.html.py:29
-#: .\user\templates\registration\login.html.py:39
-msgid "Create an account"
-msgstr "Créer un compte"
-
-#: .\templates\admin\page_login.html.py:30
-#: .\user\templates\registration\login.html.py:40
-msgid "Forget password?"
-msgstr "Oubliez le mot de passe?"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:11
-msgid "Documentation"
-msgstr "Documentation"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:11
-msgid "Change password"
-msgstr "Modifier le mot de passe"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:42
-msgid "Ordering"
-msgstr "Ordre"
-
-#: .\templates\cms\admin\cms\page\change_form.html.py:45
-msgid "Order:"
-msgstr "Ordre :"
-
-#: .\templates\ldt\ldt_base.html.py:86
-msgid "header_title"
-msgstr "Plateforme Ldt"
-
-#: .\templates\ldt\ldt_base.html.py:90
-msgid "Link to admin"
-msgstr "Administration"
-
-#: .\templates\ldt\ldt_base.html.py:90
-msgid "Staff"
-msgstr "admin"
-
-#: .\templates\ldt\ldt_base.html.py:93
-msgid "front link"
-msgstr "front"
-
-#: .\templates\ldt\ldt_base.html.py:94
-#: .\user\templates\ldt\user\change_profile.html.py:95
-msgid "Profile change"
-msgstr "Modification du profil"
-
-#: .\templates\ldt\ldt_base.html.py:114 .\templates\ldt\ldt_base.html.py:115
-msgid "home"
-msgstr "accueil"
-
-#: .\templates\ldt\ldt_base.html.py:149
-msgid "Version number"
-msgstr "Numéro de version"
-
-#: .\templates\ldt\ldt_base.html.py:149
-#, python-format
-msgid " web %(WEB_VERSION)s | platform %(VERSION)s"
-msgstr "web v%(WEB_VERSION)s | platform v%(VERSION)s "
-
-#: .\templates\ldt\ldt_raw_base.html.py:13
-msgid "page_title"
-msgstr "Plateforme Ldt"
-
-#: .\templates\ldt\ldt_raw_base.html.py:18
-msgid "check all"
-msgstr "Tout cocher"
-
-#: .\templates\ldt\ldt_raw_base.html.py:19
-msgid "uncheck all"
-msgstr "Tout décocher"
-
-#: .\text\models.py:17
-msgid "annotation.external_id"
-msgstr "id externe"
-
-#: .\text\models.py:18
-msgid "annotation.uri"
-msgstr "uri"
-
-#: .\text\models.py:19
-msgid "annotation.tags"
-msgstr "tags"
-
-#: .\text\models.py:20
-msgid "annotation.title"
-msgstr "titre"
-
-#: .\text\models.py:21
-msgid "annotation.description"
-msgstr "Description"
-
-#: .\text\models.py:22
-msgid "annotation.text"
-msgstr "texte d'annotation"
-
-#: .\text\models.py:23
-msgid "annotation.color"
-msgstr "couleur d'annotation"
-
-#: .\text\models.py:24
-msgid "creator.title"
-msgstr "titre"
-
-#: .\text\models.py:25
-msgid "contributor.title"
-msgstr "titre"
-
-#: .\text\models.py:26
-msgid "annotation.creation_date"
-msgstr "date de création"
-
-#: .\text\models.py:27
-msgid "annotation.update_date"
-msgstr "Date de maj"
-
-#: .\user\admin.py:27
-msgid "User details"
-msgstr "Détail utilisateur"
-
-#: .\user\admin.py:28
-msgid "Groups"
-msgstr "Groupes"
-
-#: .\user\admin.py:29
-msgid "Permissions"
-msgstr "Permissions"
-
-#: .\user\admin.py:40 .\user\templates\ldt\user\change_profile.html.py:105
-#: .\user\templates\ldt\user\login_form.html.py:61
-msgid "Password"
-msgstr "Mot de passe"
-
-#: .\user\forms.py:27 .\user\templates\ldt\user\change_password.html.py:40
-#: .\user\templates\ldt\user\change_profile.html.py:118
-msgid "New password"
-msgstr "Nouveau mot de passe"
-
-#: .\user\forms.py:29 .\user\templates\ldt\user\change_password.html.py:50
-#: .\user\templates\ldt\user\change_profile.html.py:131
-msgid "New password confirmation"
-msgstr "Confirmation du nouveau mot de passe"
-
-#: .\user\forms.py:58 .\user\forms.py:59
-msgid "E-mail"
-msgstr "E-mail"
-
-#: .\user\forms.py:70
-msgid "The two emails didn't match."
-msgstr "les deux emails ne correspondent pas"
-
-#: .\user\forms.py:81 .\user\templates\ldt\user\change_profile.html.py:54
-msgid "First name"
-msgstr "Prénom"
-
-#: .\user\forms.py:82
-msgid "Last name"
-msgstr "Nom :"
-
-#: .\user\forms.py:109 .\user\templates\ldt\user\change_profile.html.py:83
-msgid "Language"
-msgstr "Langue"
-
-#: .\user\forms.py:123
-msgid "Profile picture"
-msgstr "Image de profil"
-
-#: .\user\forms.py:133
-#, python-format
-msgid "Image size is limited to %s"
-msgstr "La taille de l'image est limitée à %s"
-
-#: .\user\views.py:28
-msgid "Your profile has been updated."
-msgstr "Votre profil a été modifié"
-
-#: .\user\views.py:52
-msgid "Your password has been updated."
-msgstr "Votre mot de passe a été changeé."
-
-#: .\user\views.py:76
-msgid "Your profile picture has been updated."
-msgstr "Votre image de profil a été modifiée"
-
-#: .\user\views.py:98 .\user\templates\registration\login.html.py:24
-msgid "Sorry, that's not a valid username or password."
-msgstr "Saisissez un nom d'utilisateur et un mot de passe valide."
-
-#: .\user\templates\ldt\user\change_password.html.py:31
-msgid "Old password"
-msgstr "Ancien mot de passe"
-
-#: .\user\templates\ldt\user\change_password.html.py:44
-msgid "passwords don't match"
-msgstr "Changement de mot de passe"
-
-#: .\user\templates\ldt\user\change_password.html.py:57
-#: .\user\templates\ldt\user\change_profile.html.py:144
-#: .\user\templates\registration\password_change_form.html.py:14
-#: .\user\templates\registration\password_change_form.html.py:17
-msgid "Password change"
-msgstr "Modification du mot de passe"
-
-#: .\user\templates\ldt\user\change_password.html.py:61
-msgid "Your new password has been saved."
-msgstr "Votre mot de passe a été changeé."
-
-#: .\user\templates\ldt\user\change_profile.html.py:19
-msgid "Invalid extension ! Your file has to be JPG, JPEG or PNG."
-msgstr ""
-
-#: .\user\templates\ldt\user\change_profile.html.py:43
-msgid "Username"
-msgstr "Nom d'utilisateur :"
-
-#: .\user\templates\ldt\user\change_profile.html.py:70
-#, fuzzy
-msgid "Email"
-msgstr "E-mail"
-
-#: .\user\templates\ldt\user\change_profile.html.py:175
-msgid "Profile picture change"
-msgstr "Modification de l'image de profil"
-
-#: .\user\templates\ldt\user\login_form.html.py:32
-#: .\user\templates\registration\password_change_done.html.py:7
-#: .\user\templates\registration\password_change_form.html.py:13
-msgid "Profiles"
-msgstr "Mon profil"
-
-#: .\user\templates\ldt\user\login_form.html.py:50
-msgid "create account"
-msgstr "Créer un compte"
-
-#: .\user\templates\ldt\user\login_form.html.py:54
-msgid "Pseudo"
-msgstr "Pseudo"
-
-#: .\user\templates\ldt\user\login_form.html.py:57
-#: .\user\templates\ldt\user\login_form.html.py:64
-msgid "this field is compulsory"
-msgstr "Ce champs est obligatoire"
-
-#: .\user\templates\ldt\user\login_form.html.py:68
-msgid "reset password"
-msgstr "Réinitialiser le mot de passe"
-
-#: .\user\templates\ldt\user\login_form.html.py:71
-msgid "Connection"
-msgstr "Connexion"
-
-#: .\user\templates\registration\activate.html.py:6
-#: .\user\templates\registration\activate.html.py:9
-msgid "Activate account"
-msgstr "Activer le compte"
-
-#: .\user\templates\registration\activate.html.py:12
-msgid "You have activated your account"
-msgstr "Vous avez bien activé votre compte."
-
-#: .\user\templates\registration\activate.html.py:13
-msgid "Go back to login page"
-msgstr "Retourner à la page de connexion"
-
-#: .\user\templates\registration\activation_complete.html.py:4
-#: .\user\templates\registration\registration_complete.html.py:8
-msgid "Sign up successfully"
-msgstr "Création de compte avec succès"
-
-#: .\user\templates\registration\activation_complete.html.py:6
-msgid "activation completed"
-msgstr "Activation terminée"
-
-#: .\user\templates\registration\logged_out.html.py:8
-msgid "Thanks for spending some quality time with the Web site today."
-msgstr "Merci de votre visite."
-
-#: .\user\templates\registration\logged_out.html.py:10
-msgid "Log in again"
-msgstr "Se reconnecter"
-
-#: .\user\templates\registration\login.html.py:46
-msgid "login"
-msgstr "Connexion"
-
-#: .\user\templates\registration\password_change_done.html.py:3
-#: .\user\templates\registration\password_change_done.html.py:11
-msgid "password change successful"
-msgstr "Changement de mot de passe réussi"
-
-#: .\user\templates\registration\password_change_done.html.py:8
-msgid "password change"
-msgstr "Changement de mot de passe"
-
-#: .\user\templates\registration\password_change_done.html.py:14
-msgid "Your password has been changed."
-msgstr "Votre mot de passe a été changeé."
-
-#: .\user\templates\registration\password_change_done.html.py:15
-msgid "Go back to profiles"
-msgstr "Retourner à la page de mon profil"
-
-#: .\user\templates\registration\password_change_form.html.py:20
-msgid ""
-"Please enter your old password, for security's sake, and then enter your new "
-"password twice so we can verify you typed it in correctly."
-msgstr ""
-"Par sécurité, veuillez enter votre ancien mot de passe puis le nouveau a "
-"deux reprise afin de savoir si vous l'avez taper correctement "
-
-#: .\user\templates\registration\password_change_form.html.py:26
-msgid "Old password:"
-msgstr "Ancien mot de passe :"
-
-#: .\user\templates\registration\password_change_form.html.py:32
-#: .\user\templates\registration\password_reset_confirm.html.py:19
-msgid "New password:"
-msgstr "Nouveau mot de passe :"
-
-#: .\user\templates\registration\password_change_form.html.py:38
-#: .\user\templates\registration\password_reset_confirm.html.py:21
-msgid "Confirm password:"
-msgstr "Confirmer le mot de passe :"
-
-#: .\user\templates\registration\password_change_form.html.py:44
-#: .\user\templates\registration\password_reset_confirm.html.py:22
-msgid "Change my password"
-msgstr "Modifier mon mot de passe"
-
-#: .\user\templates\registration\password_reset_complete.html.py:6
-#: .\user\templates\registration\password_reset_confirm.html.py:6
-#: .\user\templates\registration\password_reset_confirm.html.py:9
-#: .\user\templates\registration\password_reset_done.html.py:6
-#: .\user\templates\registration\password_reset_form.html.py:13
-#: .\user\templates\registration\password_reset_form.html.py:15
-#: .\user\templates\registration\password_reset_form.html.py:18
-msgid "Password reset"
-msgstr "réinitialiser e mot de passe"
-
-#: .\user\templates\registration\password_reset_complete.html.py:9
-msgid "Password reset complete"
-msgstr "Réinitialisation du mot de passe terminée"
-
-#: .\user\templates\registration\password_reset_complete.html.py:12
-msgid "Your password has been set. You may go ahead and log in now."
-msgstr "Votre mot de passe a été fixé. vous pouvez vous connecter maintenant."
-
-#: .\user\templates\registration\password_reset_confirm.html.py:15
-msgid ""
-"Please enter your new password twice so we can verify you typed it in "
-"correctly."
-msgstr ""
-"veuillez enter votre nouveau mot de pass deux fois afin de le vérifier."
-
-#: .\user\templates\registration\password_reset_confirm.html.py:27
-msgid "Password reset unsuccessful"
-msgstr "Reinitialisation du mot de pass a échoué"
-
-#: .\user\templates\registration\password_reset_confirm.html.py:29
-msgid ""
-"The password reset link was invalid, possibly because it has already been "
-"used. Please request a new password reset."
-msgstr ""
-"Le lien de réinitialisation du mot de passe n'est pas valide, certainement "
-"car il a déjà été utilisé. veuiller demander une nouvelle réinitialisation."
-
-#: .\user\templates\registration\password_reset_done.html.py:8
-msgid "Password reset successful"
-msgstr "Réinitialisation du mot de passe réussie"
-
-#: .\user\templates\registration\password_reset_done.html.py:12
-msgid ""
-"We've e-mailed you instructions for setting your password to the e-mail "
-"address you submitted. You should be receiving it shortly."
-msgstr ""
-"Nous vous avons envoyer les instructions de reinitialisation de votre mot de "
-"passe à l'adresse email que vous nous avez fournie. vous devriez les "
-"recevoir bientôt."
-
-#: .\user\templates\registration\password_reset_email.html.py:2
-msgid "You're receiving this e-mail because you requested a password reset"
-msgstr ""
-"Vous recevez ce mail car vous avez damender la réinitialisation du mot de "
-"passe"
-
-#: .\user\templates\registration\password_reset_email.html.py:3
-#, python-format
-msgid "for your user account at %(site_name)s"
-msgstr "Pour votre compte sur le site %(site_name)s"
-
-#: .\user\templates\registration\password_reset_email.html.py:5
-msgid "Please go to the following page and choose a new password:"
-msgstr ""
-"veuillez aller à la page suivante et choisissez un nouveau mot de passe :"
-
-#: .\user\templates\registration\password_reset_email.html.py:9
-msgid "Your username, in case you've forgotten:"
-msgstr "Pour rappel votre nom d'autilisateur :"
-
-#: .\user\templates\registration\password_reset_email.html.py:11
-msgid "Thanks for using our site!"
-msgstr "Merci de votre visite."
-
-#: .\user\templates\registration\password_reset_email.html.py:13
-#, python-format
-msgid "The %(site_name)s team"
-msgstr "L'équipe du site %(site_name)s"
-
-#: .\user\templates\registration\password_reset_form.html.py:22
-msgid ""
-"Forgotten your password? Enter your e-mail address below, and we'll e-mail "
-"instructions for setting a new one."
-msgstr ""
-"Mot de passe oublié ? Entrez votre adresse email ci-dessous pour recevoir "
-"les instructions pour en entrer un nouveau."
-
-#: .\user\templates\registration\password_reset_form.html.py:27
-#, fuzzy
-msgid "Adresse émail"
-msgstr "Adresse email"
-
-#: .\user\templates\registration\password_reset_form.html.py:32
-msgid "Reset my password"
-msgstr "Reinitialiser mon mot de passe"
-
-#: .\user\templates\registration\registration_active.html.py:5
-#: .\user\templates\registration\registration_active.html.py:7
-msgid "Activate the account"
-msgstr "Activer le compte"
-
-#: .\user\templates\registration\registration_active.html.py:9
-#, fuzzy
-msgid ""
-"Vous avez bien activé votre compte, vous pouvez accedez à votre espace "
-"personnel."
-msgstr ""
-"Vous avez bien activé votre compte, vous pouvez accedez à votre espace "
-"personnel."
-
-#: .\user\templates\registration\registration_active.html.py:10
-#, fuzzy
-msgid "retourner à la page de connexion"
-msgstr "retourner à la page de connexion"
-
-#: .\user\templates\registration\registration_complete.html.py:6
-#: .\user\templates\registration\registration_form.html.py:11
-msgid "Sign up"
-msgstr "Création d'un compte"
-
-#: .\user\templates\registration\registration_complete.html.py:10
-msgid ""
-"We've e-mailed you instructions for activate your account to the e-mail "
-"address you submitted. You should be receiving it shortly."
-msgstr ""
-"Nous vous avons envoyé par courriel les instructions pour activer le compte "
-"à l'adresse que vous avez indiquée. Vous devriez le recevoir rapidement."
-
-#~ msgid "back link"
-#~ msgstr "plateforme"
-
-#~ msgid "connection"
-#~ msgstr "connexion"