--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_ldt.html Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_ldt.html Thu Sep 08 14:46:57 2011 +0200
@@ -19,6 +19,7 @@
{% block js_declaration %}
{{ block.super }}
+ <script type="text/javascript" src="/pf/ldtplatform/ldt/jsi18n"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#close_button").click(function (e) {
@@ -26,14 +27,17 @@
parent.$.nmTop().close();
});
- $("#check_projects").attr('title', 'uncheck all');
+ var check_all = '{% trans "check all" %}';
+ var uncheck_all = '{% trans "uncheck all" %}';
+
+ $("#check_projects").attr('title', uncheck_all);
$("#check_projects").change(function () {
if ($("#check_projects").is(":checked")) {
$(".cellcheckbox input").attr('checked', 'true');
- $("#check_projects").attr('title', 'uncheck all');
+ $("#check_projects").attr('title', uncheck_all );
} else {
$(".cellcheckbox input").removeAttr('checked');
- $("#check_projects").attr('title', 'check all');
+ $("#check_projects").attr('title', check_all);
}
});
@@ -60,7 +64,8 @@
{% if contents|length > 1 %}
<input class="selectallprojects" id="check_projects" type="checkbox" checked="true" />
{% endif %}
- {% endif %}
+ {% endif %}
+ </td>
<td class="projectcontentsheadertitle">{% trans "name" %}</td>
</tr>
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html Thu Sep 08 14:46:57 2011 +0200
@@ -9,7 +9,7 @@
<tr class="imageline {% cycle 'projectscontentsoddline' 'projectscontentsevenline'%}">
<td class="cellimg"><div class="cellimgdiv"><img src="{{LDT_MEDIA_PREFIX}}/img/page_add.png" title="{% trans 'create project' %}" alt="{% trans 'create project' %}" href="{% url ldt.ldt_utils.views.create_project content.iri_id %}" class="ldt_link_create_project"/></div></td>
<td class="cellimg"><div class="cellimgdiv"><img alt="{% trans 'preview media'%}" title="{% trans 'preview media'%}" src="{{LDT_MEDIA_PREFIX}}/img/control_play.png" href="{% url ldt.ldt_utils.views.index content.iri_id %}" class="ldt_link_open_ldt"/></div></td>
- <td class="contenttitle"><a class="contenttitlelink" href="{% url ldt.ldt_utils.views.write_content iri_id=content.iri_id %}">{{ content.title|default:"_" }}</a></td>
+ <td class="contenttitle"><a class="contenttitlelink" href="{% url ldt.ldt_utils.views.write_content iri_id=content.iri_id %}"">{{ content.title|default:"_" }}</a></td>
</tr>
{% endfor %}
</tbody>
Binary file src/ldt/ldt/locale/en/LC_MESSAGES/django.mo has changed
--- a/src/ldt/ldt/locale/en/LC_MESSAGES/django.po Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/locale/en/LC_MESSAGES/django.po Thu Sep 08 14:46:57 2011 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-02 11:53+0200\n"
+"POT-Creation-Date: 2011-09-08 14:19+0200\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"
@@ -26,13 +26,12 @@
#: .\ldt_utils\forms.py:25
#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:53
-#, fuzzy
msgid "Search"
msgstr "search"
#: .\ldt_utils\forms.py:26
msgid "all"
-msgstr ""
+msgstr "all"
#: .\ldt_utils\forms.py:26 .\ldt_utils\models.py:39
#: .\ldt_utils\templates\ldt\ldt_utils\content_list.html.py:69
@@ -41,7 +40,7 @@
#: .\ldt_utils\forms.py:26
msgid "resume"
-msgstr ""
+msgstr "resume"
#: .\ldt_utils\forms.py:26
#, fuzzy
@@ -50,11 +49,11 @@
#: .\ldt_utils\forms.py:26
msgid "Fields"
-msgstr ""
+msgstr "Fields"
#: .\ldt_utils\forms.py:27
msgid "Display the results in Lignes De Temps"
-msgstr ""
+msgstr "Display the results in Lignes De Temps"
#: .\ldt_utils\forms.py:40 .\ldt_utils\models.py:108
msgid "content.content_creation_date"
@@ -287,7 +286,7 @@
msgstr "Copy your project"
#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:16
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:47
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:54
msgid "Title"
msgstr "Title"
@@ -305,12 +304,12 @@
#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:43
msgid "Please wait, the upload is not finished yet"
-msgstr ""
+msgstr "Please wait, the upload is not finished yet"
#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:44
#, fuzzy
msgid "Cancel upload"
-msgstr "File uploaded"
+msgstr "Cancel upload"
#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:55
msgid ""
@@ -338,7 +337,7 @@
msgstr "media file is being processed please wait."
#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:124
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:73
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:87
#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:49
msgid "close_cancel"
msgstr "Close"
@@ -351,36 +350,42 @@
msgid "write"
msgstr "Write"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:43
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:30
+msgid "check all"
+msgstr "check all"
+
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:31
+msgid "uncheck all"
+msgstr "uncheck all"
+
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:50
msgid "Update your project"
msgstr "Create your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:43
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:50
msgid "Create your project"
msgstr "Create your project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:49
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:56
msgid "List of contents"
msgstr "List of contents"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:51
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:69
#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:3
#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:3
#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:3
-#: .\user\templates\ldt\user\change_name.html.py:31
-#: .\user\templates\ldt\user\change_profile.html.py:73
msgid "name"
msgstr "name"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:75
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:89
msgid "delete_project"
msgstr "delete project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:76
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:90
msgid "update_project"
msgstr "update project"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:78
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:92
msgid "create_project"
msgstr "Create new project"
@@ -449,12 +454,13 @@
#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:71
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:56
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:68
+#: .\templates\ldt\ldt_base.html.py:119
msgid "search"
msgstr "search"
#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:105
msgid "You do not belong to any group."
-msgstr ""
+msgstr "You do not belong to any group."
#: .\ldt_utils\templates\ldt\ldt_utils\init_ldt_full.html.py:16
msgid ""
@@ -470,12 +476,12 @@
#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:63
msgid "Submit"
-msgstr ""
+msgstr "Submit"
#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:68
#: .\templates\ldt\ldt_base.html.py:109
msgid "Published projects"
-msgstr ""
+msgstr "Published projects"
#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:69
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:66
@@ -484,16 +490,15 @@
#: .\ldt_utils\templates\ldt\ldt_utils\search_form.html.py:10
msgid "The search field can not be empty."
-msgstr ""
+msgstr "The search field can not be empty."
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:53
msgid "content list"
msgstr "Contents"
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:65
-#, fuzzy
msgid "My projects"
-msgstr "Copy your project"
+msgstr "My projects"
#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:11
msgid "preview media"
@@ -522,15 +527,22 @@
msgstr "Project not published, click to publish"
#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:11
-#, fuzzy
msgid "copy the project"
msgstr "Copy your project"
#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:14
-#, fuzzy
msgid "Project published"
msgstr " published"
+#: .\templates\admin\base_site.html.py:4
+msgid "Django site admin"
+msgstr "Django administration"
+
+#: .\templates\admin\base_site.html.py:7
+#: .\templates\admin\page_base_site.html.py:7
+msgid "Django administration"
+msgstr "Django administration"
+
#: .\templates\admin\cms_change_form.html.py:30
msgid "Approve page deletion"
msgstr "Approve page deletion"
@@ -698,10 +710,6 @@
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"
@@ -759,10 +767,21 @@
msgstr "Ldt Platform"
#: .\templates\ldt\ldt_base.html.py:85
+#, fuzzy
+msgid "Link to admin"
+msgstr "link to administration"
+
+#: .\templates\ldt\ldt_base.html.py:85
msgid "Staff"
msgstr "admin"
-#: .\templates\ldt\ldt_base.html.py:107
+#: .\templates\ldt\ldt_base.html.py:88
+#: .\user\templates\ldt\user\change_profile.html.py:85
+#, fuzzy
+msgid "Profile change"
+msgstr "Mail change"
+
+#: .\templates\ldt\ldt_base.html.py:107 .\templates\ldt\ldt_base.html.py:108
msgid "home"
msgstr "home"
@@ -786,12 +805,13 @@
msgstr "Profiles"
#: .\templates\ldt\ldt_base.html.py:139
-msgid "web"
-msgstr ""
+msgid "Version number"
+msgstr "Version number"
#: .\templates\ldt\ldt_base.html.py:139
-msgid "platform"
-msgstr ""
+#, 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"
@@ -841,189 +861,95 @@
msgid "annotation.update_date"
msgstr "update date"
-#: .\user\admin.py:13
+#: .\user\admin.py:16
msgid "User details"
msgstr "User details"
-#: .\user\admin.py:14
+#: .\user\admin.py:17
msgid "Groups"
msgstr "Groups"
-#: .\user\admin.py:15
+#: .\user\admin.py:18
msgid "Permissions"
msgstr "Permissions"
-#: .\user\admin.py:25 .\user\templates\ldt\user\login_form.html.py:61
+#: .\user\admin.py:29 .\user\templates\ldt\user\change_profile.html.py:95
+#: .\user\templates\ldt\user\login_form.html.py:61
msgid "Password"
msgstr "Password"
#: .\user\forms.py:28 .\user\templates\ldt\user\change_password.html.py:40
+#: .\user\templates\ldt\user\change_profile.html.py:108
msgid "New password"
msgstr "New password"
#: .\user\forms.py:30 .\user\templates\ldt\user\change_password.html.py:50
+#: .\user\templates\ldt\user\change_profile.html.py:121
msgid "New password confirmation"
msgstr "New password confirmation"
-#: .\user\forms.py:59 .\user\forms.py:60 .\user\forms.py:100
-#: .\user\forms.py:101
+#: .\user\forms.py:59 .\user\forms.py:60
msgid "E-mail"
msgstr "E-mail"
-#: .\user\forms.py:71 .\user\forms.py:113
+#: .\user\forms.py:71
msgid "The two emails didn't match."
msgstr "The two emails didn't match."
-#: .\user\forms.py:82 .\user\forms.py:98
+#: .\user\forms.py:82 .\user\templates\ldt\user\change_profile.html.py:44
msgid "First name"
-msgstr ""
+msgstr "First name"
-#: .\user\forms.py:83 .\user\forms.py:99
-#, fuzzy
+#: .\user\forms.py:83
msgid "Last name"
-msgstr "name"
+msgstr "Last name"
-#: .\user\forms.py:102
-#, fuzzy
-msgid "Username"
-msgstr "Username:"
+#: .\user\forms.py:110 .\user\templates\ldt\user\change_profile.html.py:73
+msgid "Language"
+msgstr "Language"
-#: .\user\forms.py:119
-#, python-format
-msgid "username %s is already used."
-msgstr ""
+#: .\user\views.py:30
+msgid "Your profile has been updated."
+msgstr "Your profile has been changed."
-#: .\user\forms.py:125 .\user\forms.py:131
-msgid "Please use only letter, blanks, or dashes."
-msgstr ""
+#: .\user\views.py:54
+msgid "Your password has been updated."
+msgstr "Your password has been updated."
-#: .\user\views.py:38 .\user\templates\registration\login.html.py:24
+#: .\user\views.py:74 .\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_email.html.py:5
-msgid "Modification de l'adresse émail"
-msgstr "E-mail change"
-
-#: .\user\templates\ldt\user\change_email.html.py:24
-msgid ""
-"Please enter your new e-mail twice so we can verify you typed it in "
-"correctly."
-msgstr ""
-"Please enter your new e-mail twice so we can verify you typed it in "
-"correctly."
-
-#: .\user\templates\ldt\user\change_email.html.py:24
-msgid "Your actual email address is"
-msgstr ""
-
-#: .\user\templates\ldt\user\change_email.html.py:30
-#: .\user\templates\ldt\user\change_profile.html.py:87
-msgid "email"
-msgstr "email"
-
-#: .\user\templates\ldt\user\change_email.html.py:39
-#: .\user\templates\ldt\user\change_profile.html.py:102
-#, fuzzy
-msgid "Confirmation de l'adresse émail"
-msgstr "E-mail confirmation"
-
-#: .\user\templates\ldt\user\change_email.html.py:46
-msgid "change my e-mail"
-msgstr "e-mail change"
-
-#: .\user\templates\ldt\user\change_email.html.py:50
-#, fuzzy
-msgid "Your new email address has been saved."
-msgstr "Your password has been changed."
-
-#: .\user\templates\ldt\user\change_language.html.py:5
-#: .\user\templates\ldt\user\user_change.html.py:76
-#, fuzzy
-msgid "Language change"
-msgstr "Mail change"
-
-#: .\user\templates\ldt\user\change_language.html.py:16
-msgid "Please change the language"
-msgstr ""
-
-#: .\user\templates\ldt\user\change_language.html.py:20
-#, fuzzy
-msgid "Language"
-msgstr "Langue"
-
-#: .\user\templates\ldt\user\change_name.html.py:5
-#: .\user\templates\ldt\user\change_name.html.py:37
-#, fuzzy
-msgid "Name change"
-msgstr "Mail change"
-
-#: .\user\templates\ldt\user\change_name.html.py:17
-msgid "Please change your name"
-msgstr ""
-
-#: .\user\templates\ldt\user\change_name.html.py:23
-#: .\user\templates\ldt\user\change_profile.html.py:59
-msgid "first name"
-msgstr ""
-
-#: .\user\templates\ldt\user\change_name.html.py:41
-#, fuzzy
-msgid "Your name has been modified"
-msgstr "Your password has been changed."
-
#: .\user\templates\ldt\user\change_password.html.py:31
-#, fuzzy
msgid "Old password"
msgstr "Old password:"
#: .\user\templates\ldt\user\change_password.html.py:44
-#, fuzzy
msgid "passwords don't match"
-msgstr "password change"
+msgstr "passwords don't match"
#: .\user\templates\ldt\user\change_password.html.py:57
-#: .\user\templates\ldt\user\user_change.html.py:75
+#: .\user\templates\ldt\user\change_profile.html.py:134
#: .\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
-#, fuzzy
msgid "Your new password has been saved."
msgstr "Your password has been changed."
-#: .\user\templates\ldt\user\change_profile.html.py:39
-#, fuzzy
-msgid "Your profile has been updated"
-msgstr "Your password has been changed."
-
-#: .\user\templates\ldt\user\change_profile.html.py:46
-#, fuzzy
-msgid "user name"
+#: .\user\templates\ldt\user\change_profile.html.py:33
+msgid "Username"
msgstr "Username:"
-#: .\user\templates\ldt\user\change_profile.html.py:63
-#: .\user\templates\ldt\user\change_profile.html.py:77
-msgid "Please use only letters, blanks or dashes"
-msgstr ""
-
-#: .\user\templates\ldt\user\change_profile.html.py:91
-#, fuzzy
-msgid "emails don't match"
-msgstr "The two emails didn't match."
+#: .\user\templates\ldt\user\change_profile.html.py:52
+msgid "Name"
+msgstr "name"
-#: .\user\templates\ldt\user\change_profile.html.py:92
-#: .\user\templates\ldt\user\change_profile.html.py:106
-msgid "incorrect email"
-msgstr ""
-
-#: .\user\templates\ldt\user\change_profile.html.py:114
-#: .\user\templates\ldt\user\user_change.html.py:74
-#, fuzzy
-msgid "Profile change"
-msgstr "Mail change"
+#: .\user\templates\ldt\user\change_profile.html.py:60
+msgid "Email"
+msgstr "E-mail"
#: .\user\templates\ldt\user\login_form.html.py:50
msgid "create account"
@@ -1209,6 +1135,7 @@
"instructions for setting a new one."
#: .\user\templates\registration\password_reset_form.html.py:27
+#, fuzzy
msgid "Adresse émail"
msgstr "E-mail"
@@ -1222,12 +1149,14 @@
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"
@@ -1243,42 +1172,3 @@
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 "email change"
-#~ msgstr "email change"
-
-#~ msgid "email changed"
-#~ msgstr "changed by"
-
-#~ msgid "back to profile"
-#~ msgstr "back to profile"
-
-#~ msgid "Se connecter"
-#~ msgstr "Login"
-
-#~ msgid "Créer un compte"
-#~ msgstr "Create an account"
-
-#~ msgid "récupérer mot de passe"
-#~ msgstr "Forget password?"
-
-#~ msgid "Page"
-#~ msgstr "Pages"
-
-#~ msgid "Projets Lignes de temps"
-#~ msgstr "Lignes de temps projects"
-
-#~ msgid "Create"
-#~ msgstr "Create"
-
-#~ msgid "Create new project"
-#~ msgstr "Create new project"
-
-#~ msgid "Changement de l'adresse émail"
-#~ msgstr "E-mail change"
-
-#~ msgid "Mot de passe"
-#~ msgstr "Password"
-
-#~ msgid "Déconnexion"
-#~ msgstr "Logout"
Binary file src/ldt/ldt/locale/fr/LC_MESSAGES/django.mo has changed
--- a/src/ldt/ldt/locale/fr/LC_MESSAGES/django.po Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/locale/fr/LC_MESSAGES/django.po Thu Sep 08 14:46:57 2011 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-07 18:07+0200\n"
+"POT-Creation-Date: 2011-09-08 14:36+0200\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"
@@ -238,13 +238,11 @@
"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] ""
-msgstr[2] ""
-"Le contenu '%(title)s' est référencé par le projet '%(project_titles)s'."
-msgstr[3] "Veuillez l'effacer préalablement."
-msgstr[4] ""
-msgstr[5] "Le contenu '%(title)s' est référencé par les projets suivants : "
-msgstr[6] "'%(project_titles)s'.Veuillez les effacer préalablement."
+"Le contenu '%(title)s' est référencé par les projets suivants : '%"
+"(project_titles)s'.Veuillez les effacer préalablement."
#: .\ldt_utils\templates\admin\ldt_utils\app_action.html.py:4
#: .\templates\admin\cms_change_list.html.py:7
@@ -288,7 +286,7 @@
msgstr "Copier votre projet"
#: .\ldt_utils\templates\ldt\ldt_utils\copy_ldt.html.py:16
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:50
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:54
msgid "Title"
msgstr "Titre"
@@ -338,7 +336,7 @@
msgstr "Le fichier média est en cours de traitement. Veuillez patienter."
#: .\ldt_utils\templates\ldt\ldt_utils\create_content.html.py:124
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:82
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:87
#: .\ldt_utils\templates\ldt\ldt_utils\error_confirm.html.py:49
msgid "close_cancel"
msgstr "Fermer"
@@ -351,34 +349,42 @@
msgid "write"
msgstr "Enregistrer"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:46
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:30
+msgid "check all"
+msgstr "Tout cocher"
+
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:31
+msgid "uncheck all"
+msgstr "Tout décocher"
+
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:50
msgid "Update your project"
msgstr "Mettre à jour votre projet Lignes de Temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:46
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:50
msgid "Create your project"
msgstr "Créer votre projet Lignes de Temps"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:52
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:56
msgid "List of contents"
msgstr "Liste de contenus"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:64
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:69
#: .\ldt_utils\templates\ldt\ldt_utils\partial\contentslist.html.py:3
#: .\ldt_utils\templates\ldt\ldt_utils\partial\projectslist.html.py:3
#: .\ldt_utils\templates\ldt\ldt_utils\partial\publishedprojectslist.html.py:3
msgid "name"
msgstr "Nom"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:84
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:89
msgid "delete_project"
msgstr "Effacer"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:85
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:90
msgid "update_project"
msgstr "Mettre à jour"
-#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:87
+#: .\ldt_utils\templates\ldt\ldt_utils\create_ldt.html.py:92
msgid "create_project"
msgstr "Créer un nouveau projet Ligne de Temps"
@@ -432,20 +438,19 @@
msgstr "Groupes"
#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:79
-#, fuzzy
msgid "Click on the line to see the group's projects"
-msgstr "cliquer ici pour voir le contenu du projet"
+msgstr "cliquer ici pour voir les projets du groupe"
#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:95
-#, fuzzy
msgid "The group's projects"
-msgstr "Copier votre projet"
+msgstr "projets du groupe"
#: .\ldt_utils\templates\ldt\ldt_utils\groups.html.py:97
#: .\ldt_utils\templates\ldt\ldt_utils\ldt_list.html.py:79
#: .\ldt_utils\templates\ldt\ldt_utils\published_projects.html.py:71
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:56
#: .\ldt_utils\templates\ldt\ldt_utils\workspace_base.html.py:68
+#: .\templates\ldt\ldt_base.html.py:119
msgid "search"
msgstr "Recherche"
@@ -526,7 +531,6 @@
msgstr "Projet publié"
#: .\templates\admin\base_site.html.py:4
-#, fuzzy
msgid "Django site admin"
msgstr "Administration de Django"
@@ -759,10 +763,20 @@
msgstr "Plateforme Ldt"
#: .\templates\ldt\ldt_base.html.py:85
+#, fuzzy
+msgid "Link to admin"
+msgstr "Lien vers admin"
+
+#: .\templates\ldt\ldt_base.html.py:85
msgid "Staff"
msgstr "admin"
-#: .\templates\ldt\ldt_base.html.py:107
+#: .\templates\ldt\ldt_base.html.py:88
+#: .\user\templates\ldt\user\change_profile.html.py:85
+msgid "Profile change"
+msgstr "Modification du profil"
+
+#: .\templates\ldt\ldt_base.html.py:107 .\templates\ldt\ldt_base.html.py:108
msgid "home"
msgstr "accueil"
@@ -786,6 +800,10 @@
msgstr "Mon profil"
#: .\templates\ldt\ldt_base.html.py:139
+msgid "Version number"
+msgstr "Numéro de version"
+
+#: .\templates\ldt\ldt_base.html.py:139
#, python-format
msgid " web %(WEB_VERSION)s | platform %(VERSION)s"
msgstr "web v%(WEB_VERSION)s | platform v%(VERSION)s "
@@ -838,19 +856,19 @@
msgid "annotation.update_date"
msgstr "Date de maj"
-#: .\user\admin.py:13
+#: .\user\admin.py:16
msgid "User details"
msgstr "Détail utilisateur"
-#: .\user\admin.py:14
+#: .\user\admin.py:17
msgid "Groups"
msgstr "Groupes"
-#: .\user\admin.py:15
+#: .\user\admin.py:18
msgid "Permissions"
msgstr "Permissions"
-#: .\user\admin.py:25 .\user\templates\ldt\user\change_profile.html.py:95
+#: .\user\admin.py:29 .\user\templates\ldt\user\change_profile.html.py:95
#: .\user\templates\ldt\user\login_form.html.py:61
msgid "Password"
msgstr "Mot de passe"
@@ -886,12 +904,10 @@
msgstr "Langue"
#: .\user\views.py:30
-#, fuzzy
msgid "Your profile has been updated."
-msgstr "Votre nom a été modifié"
+msgstr "Votre profil a été modifié"
#: .\user\views.py:54
-#, fuzzy
msgid "Your password has been updated."
msgstr "Votre mot de passe a été changeé."
@@ -900,7 +916,6 @@
msgstr "Saisissez un nom d'utilisateur et un mot de passe valide."
#: .\user\templates\ldt\user\change_password.html.py:31
-#, fuzzy
msgid "Old password"
msgstr "Ancien mot de passe"
@@ -920,9 +935,8 @@
msgstr "Votre mot de passe a été changeé."
#: .\user\templates\ldt\user\change_profile.html.py:33
-#, fuzzy
msgid "Username"
-msgstr "Nom de utilisateur :"
+msgstr "Nom d'utilisateur :"
#: .\user\templates\ldt\user\change_profile.html.py:52
#, fuzzy
@@ -934,10 +948,6 @@
msgid "Email"
msgstr "E-mail"
-#: .\user\templates\ldt\user\change_profile.html.py:85
-msgid "Profile change"
-msgstr "Modification du profil"
-
#: .\user\templates\ldt\user\login_form.html.py:50
msgid "create account"
msgstr "Créer un compte"
@@ -1165,45 +1175,6 @@
"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 "web"
-#~ msgstr "web"
-
-#~ msgid "platform"
-#~ msgstr "platform"
-
#, fuzzy
-#~ msgid "profile change"
-#~ msgstr "Modification de l'adresse émail"
-
-#~ msgid "username"
-#~ msgstr "Nom d'utilisateur"
-
-#~ msgid "first name"
-#~ msgstr "Prénom"
-
-#~ msgid "email"
-#~ msgstr "Adresse émail"
-
-#, fuzzy
-#~ msgid "log out"
-#~ msgstr "Déconnexion"
-
-#~ msgid ""
-#~ "Please enter your new e-mail twice so we can verify you typed it in "
-#~ "correctly."
-#~ msgstr ""
-#~ "Saisissez deux fois votre nouvelle adresse émail afin de vérifier qu'il "
-#~ "est correctment"
-
-#~ msgid "Your actual email address is"
-#~ msgstr "Votre adresse émail est "
-
-#~ msgid "change my e-mail"
-#~ msgstr "Changer l'adresse émail"
-
-#, fuzzy
-#~ msgid "Your new email address has been saved."
-#~ msgstr "Votre mot de passe a été changeé."
-
-#~ msgid "Please change the language"
-#~ msgstr "Veuillez changer la langue du site."
+#~ msgid "Change this project"
+#~ msgstr "Créer un nouveau projet d'indexation"
--- a/src/ldt/ldt/templates/ldt/ldt_base.html Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/templates/ldt/ldt_base.html Thu Sep 08 14:46:57 2011 +0200
@@ -82,7 +82,7 @@
</div>
<div id="loginstate" >
{% if user.is_staff %}
- <a href="{% url admin:index %}" title="{% trans "link to admin" %}">{% trans "Staff" %}</a>|
+ <a href="{% url admin:index %}" title="{% trans "Link to admin" %}">{% trans "Staff" %}</a>|
{% endif %}
{% if user.is_authenticated %}
<a href="{% url ldt.user.views.profile %}" title="{% trans "Profile change" %}">{{user.username}}</a>| <a href="{% url ldt.user.views.logout_view %}" title="{% trans "Log out" %}">{% trans "Log out" %}</a>
@@ -116,7 +116,7 @@
</div>
{% if user.is_authenticated %}
<div class="block span-4 last">
- <form method="post" id="quick_search_form" action="{% url ldt.ldt_utils.views.search_index %}" accept-charset="utf-8">
+ <form method="post" id="quick_search_form" action="{% url ldt.ldt_utils.views.search_index %}" title="{% trans "search"%}" accept-charset="utf-8">
<input type="text" name="search" id="id_search" size="16"/>
<input type='hidden' name='field' value='all' />
<input type="submit" class="quick_search_submit" value="" />{% csrf_token %}</form>
@@ -136,7 +136,7 @@
</div>
<div style="float: right; text-align: right;" class="small" id="copyright_version">
<div>©2011 <a style="text-decoration: none; color: #4F5155;" href="http://www.iri.centrepompidou.fr">IRI</a></div>
- <div id="versionwrapper"><span class="version" id="version"> {% blocktrans %} web {{WEB_VERSION}} | platform {{ VERSION }}{% endblocktrans %}</span></div>
+ <div id="versionwrapper"><span class="version" id="version" title="{% trans "Version number" %}"> {% blocktrans %} web {{WEB_VERSION}} | platform {{ VERSION }}{% endblocktrans %}</span></div>
</div>
{% endblock %}
</div>
--- a/src/ldt/ldt/user/models.py Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/user/models.py Thu Sep 08 14:46:57 2011 +0200
@@ -1,6 +1,5 @@
from django.contrib import admin
from django.db import models
-from django.conf import settings
from django.contrib.auth.models import User, UserManager
import datetime
--- a/src/ldt/ldt/user/templates/ldt/user/user_base.html Thu Sep 08 11:32:09 2011 +0200
+++ b/src/ldt/ldt/user/templates/ldt/user/user_base.html Thu Sep 08 14:46:57 2011 +0200
@@ -5,7 +5,7 @@
{% block css_import %}
{{ block.super }}
- <link rel="stylesheet" href="/pf/static/site/ldt//css/workspace.css" type="text/css"/>
+ <link rel="stylesheet" href="{{LDT_MEDIA_PREFIX}}/css/workspace.css" type="text/css"/>
{% endblock %}