changeset 292:f5791b0b34d9

Typo: memberlist -> members list
author Sylvain Beucler <beuc@beuc.net>
date Sat, 14 Aug 2010 17:09:32 +0200
parents 4e9b5f87ad9f
children df0e87b3b7b9
files locale/fr/LC_MESSAGES/django.po savane/svmain/urls.py
diffstat 2 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/locale/fr/LC_MESSAGES/django.po
+++ b/locale/fr/LC_MESSAGES/django.po
@@ -39,8 +39,8 @@
 msgstr ""
 "Project-Id-Version: Savane\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-14 14:03+0000\n"
-"PO-Revision-Date: 2010-08-14 16:07+0200\n"
+"POT-Creation-Date: 2010-08-14 15:08+0000\n"
+"PO-Revision-Date: 2010-08-14 17:08+0200\n"
 "Last-Translator: Sylvain Beucler <beuc@beuc.net>\n"
 "Language-Team: French <fr@li.org>\n"
 "Language: fr\n"
@@ -364,7 +364,9 @@
 
 #: savane/svmain/models.py:248
 msgid "This is useful if you want project to select a license on submission."
-msgstr "C'est utile si vous voulez que le projet puisse choisir une licence lors de son inscription."
+msgstr ""
+"C'est utile si vous voulez que le projet puisse choisir une licence lors de "
+"son inscription."
 
 #: savane/svmain/models.py:250
 msgid ""
@@ -524,7 +526,7 @@
 msgstr "Projets"
 
 #: savane/svmain/urls.py:98
-msgid "Project memberlist"
+msgid "Project members list"
 msgstr "Liste des membres du projet"
 
 #: savane/svmain/urls.py:103
@@ -736,6 +738,10 @@
 msgid "Add"
 msgstr "Ajouter"
 
+#: savane/svpeople/forms.py:67 savane/svpeople/models.py:121
+msgid "Resume"
+msgstr "CV"
+
 #: savane/svpeople/models.py:30
 msgid "Open"
 msgstr "Ouvert"
@@ -873,10 +879,6 @@
 msgid "job inventories"
 msgstr "compétences pour un poste"
 
-#: savane/svpeople/models.py:121
-msgid "Resume"
-msgstr "CV"
-
 #: savane/svpeople/models.py:122
 msgid "Publicly viewable"
 msgstr "Public"
@@ -1414,7 +1416,9 @@
 
 #: templates/registration/registration_complete.html:8
 msgid "An email containing account-activation information has been sent."
-msgstr "Un courriel contenant les instructions d'activation du compte vous a été envoyé."
+msgstr ""
+"Un courriel contenant les instructions d'activation du compte vous a été "
+"envoyé."
 
 #: templates/svmain/generic_confirm.html:9
 msgid "Are you sure?"
--- a/savane/svmain/urls.py
+++ b/savane/svmain/urls.py
@@ -95,7 +95,7 @@
   url(r'^p/(?P<slug>[-\w]+)/memberlist/$', object_detail,
       { 'queryset' : auth_models.Group.objects.all(),
         'slug_field' : 'name',
-        'extra_context' : { 'title' : _("Project memberlist") },
+        'extra_context' : { 'title' : _("Project members list") },
         'template_name' : 'svmain/group_memberlist.html',
         'template_object_name' : 'group', },
       name='group_memberlist'),