mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Update translations
This commit is contained in:
		@@ -231,7 +231,7 @@ class Alias(models.Model):
 | 
				
			|||||||
        try:
 | 
					        try:
 | 
				
			||||||
            sim_alias = Alias.objects.get(normalized_name=normalized_name)
 | 
					            sim_alias = Alias.objects.get(normalized_name=normalized_name)
 | 
				
			||||||
            if self != sim_alias:
 | 
					            if self != sim_alias:
 | 
				
			||||||
                raise ValidationError(_('An alias with a similar name already exists: {} '.format(sim_alias)),
 | 
					                raise ValidationError(_('An alias with a similar name already exists: {} ').format(sim_alias),
 | 
				
			||||||
                                      code="same_alias"
 | 
					                                      code="same_alias"
 | 
				
			||||||
                                      )
 | 
					                                      )
 | 
				
			||||||
        except Alias.DoesNotExist:
 | 
					        except Alias.DoesNotExist:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -136,7 +136,7 @@ class ConsoView(LoginRequiredMixin, CreateView):
 | 
				
			|||||||
        context = super().get_context_data(**kwargs)
 | 
					        context = super().get_context_data(**kwargs)
 | 
				
			||||||
        context['transaction_templates'] = TransactionTemplate.objects.filter(display=True) \
 | 
					        context['transaction_templates'] = TransactionTemplate.objects.filter(display=True) \
 | 
				
			||||||
            .order_by('category')
 | 
					            .order_by('category')
 | 
				
			||||||
        context['title'] = _("Consommations")
 | 
					        context['title'] = _("Consumptions")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # select2 compatibility
 | 
					        # select2 compatibility
 | 
				
			||||||
        context['no_cache'] = True
 | 
					        context['no_cache'] = True
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ msgid ""
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2020-03-07 18:01+0100\n"
 | 
					"POT-Creation-Date: 2020-03-11 11:44+0100\n"
 | 
				
			||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
@@ -24,7 +24,7 @@ msgstr ""
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#: apps/activity/models.py:19 apps/activity/models.py:44
 | 
					#: apps/activity/models.py:19 apps/activity/models.py:44
 | 
				
			||||||
#: apps/member/models.py:60 apps/member/models.py:111
 | 
					#: apps/member/models.py:60 apps/member/models.py:111
 | 
				
			||||||
#: apps/note/models/notes.py:187 apps/note/models/transactions.py:24
 | 
					#: apps/note/models/notes.py:188 apps/note/models/transactions.py:24
 | 
				
			||||||
#: apps/note/models/transactions.py:44 templates/member/profile_detail.html:15
 | 
					#: apps/note/models/transactions.py:44 templates/member/profile_detail.html:15
 | 
				
			||||||
msgid "name"
 | 
					msgid "name"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -49,7 +49,7 @@ msgstr ""
 | 
				
			|||||||
msgid "description"
 | 
					msgid "description"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/activity/models.py:54 apps/note/models/notes.py:163
 | 
					#: apps/activity/models.py:54 apps/note/models/notes.py:164
 | 
				
			||||||
#: apps/note/models/transactions.py:62
 | 
					#: apps/note/models/transactions.py:62
 | 
				
			||||||
msgid "type"
 | 
					msgid "type"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -90,7 +90,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Logs"
 | 
					msgid "Logs"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:21 apps/note/models/notes.py:116
 | 
					#: apps/logs/models.py:21 apps/note/models/notes.py:117
 | 
				
			||||||
msgid "user"
 | 
					msgid "user"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -114,15 +114,27 @@ msgstr ""
 | 
				
			|||||||
msgid "new data"
 | 
					msgid "new data"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:59
 | 
					#: apps/logs/models.py:60
 | 
				
			||||||
 | 
					msgid "create"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: apps/logs/models.py:61
 | 
				
			||||||
 | 
					msgid "edit"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: apps/logs/models.py:62
 | 
				
			||||||
 | 
					msgid "delete"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: apps/logs/models.py:65
 | 
				
			||||||
msgid "action"
 | 
					msgid "action"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:67
 | 
					#: apps/logs/models.py:73
 | 
				
			||||||
msgid "timestamp"
 | 
					msgid "timestamp"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:71
 | 
					#: apps/logs/models.py:77
 | 
				
			||||||
msgid "Logs cannot be destroyed."
 | 
					msgid "Logs cannot be destroyed."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -188,7 +200,7 @@ msgid ""
 | 
				
			|||||||
"members can renew their membership."
 | 
					"members can renew their membership."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/member/models.py:93 apps/note/models/notes.py:138
 | 
					#: apps/member/models.py:93 apps/note/models/notes.py:139
 | 
				
			||||||
msgid "club"
 | 
					msgid "club"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -237,7 +249,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Account #%(id)s: %(username)s"
 | 
					msgid "Account #%(id)s: %(username)s"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/member/views.py:200
 | 
					#: apps/member/views.py:202
 | 
				
			||||||
msgid "Alias successfully deleted"
 | 
					msgid "Alias successfully deleted"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -250,127 +262,127 @@ msgstr ""
 | 
				
			|||||||
msgid "destination"
 | 
					msgid "destination"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/apps.py:14 apps/note/models/notes.py:57
 | 
					#: apps/note/apps.py:14 apps/note/models/notes.py:58
 | 
				
			||||||
msgid "note"
 | 
					msgid "note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:26
 | 
					#: apps/note/forms.py:20
 | 
				
			||||||
msgid "New Alias"
 | 
					msgid "New Alias"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:31
 | 
					#: apps/note/forms.py:25
 | 
				
			||||||
msgid "select an image"
 | 
					msgid "select an image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:32
 | 
					#: apps/note/forms.py:26
 | 
				
			||||||
msgid "Maximal size: 2MB"
 | 
					msgid "Maximal size: 2MB"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:77
 | 
					#: apps/note/forms.py:70
 | 
				
			||||||
msgid "Source and destination must be different."
 | 
					msgid "Source and destination must be different."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:26
 | 
					#: apps/note/models/notes.py:27
 | 
				
			||||||
msgid "account balance"
 | 
					msgid "account balance"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:27
 | 
					#: apps/note/models/notes.py:28
 | 
				
			||||||
msgid "in centimes, money credited for this instance"
 | 
					msgid "in centimes, money credited for this instance"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:31
 | 
					#: apps/note/models/notes.py:32
 | 
				
			||||||
msgid "last negative date"
 | 
					msgid "last negative date"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:32
 | 
					#: apps/note/models/notes.py:33
 | 
				
			||||||
msgid "last time the balance was negative"
 | 
					msgid "last time the balance was negative"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:37
 | 
					#: apps/note/models/notes.py:38
 | 
				
			||||||
msgid "active"
 | 
					msgid "active"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:40
 | 
					#: apps/note/models/notes.py:41
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Designates whether this note should be treated as active. Unselect this "
 | 
					"Designates whether this note should be treated as active. Unselect this "
 | 
				
			||||||
"instead of deleting notes."
 | 
					"instead of deleting notes."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:44
 | 
					#: apps/note/models/notes.py:45
 | 
				
			||||||
msgid "display image"
 | 
					msgid "display image"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:52 apps/note/models/transactions.py:102
 | 
					#: apps/note/models/notes.py:53 apps/note/models/transactions.py:102
 | 
				
			||||||
msgid "created at"
 | 
					msgid "created at"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:58
 | 
					#: apps/note/models/notes.py:59
 | 
				
			||||||
msgid "notes"
 | 
					msgid "notes"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:66
 | 
					#: apps/note/models/notes.py:67
 | 
				
			||||||
msgid "Note"
 | 
					msgid "Note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:76 apps/note/models/notes.py:100
 | 
					#: apps/note/models/notes.py:77 apps/note/models/notes.py:101
 | 
				
			||||||
msgid "This alias is already taken."
 | 
					msgid "This alias is already taken."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:120
 | 
					#: apps/note/models/notes.py:121
 | 
				
			||||||
msgid "one's note"
 | 
					msgid "one's note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:121
 | 
					#: apps/note/models/notes.py:122
 | 
				
			||||||
msgid "users note"
 | 
					msgid "users note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:127
 | 
					#: apps/note/models/notes.py:128
 | 
				
			||||||
#, python-format
 | 
					#, python-format
 | 
				
			||||||
msgid "%(user)s's note"
 | 
					msgid "%(user)s's note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:142
 | 
					#: apps/note/models/notes.py:143
 | 
				
			||||||
msgid "club note"
 | 
					msgid "club note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:143
 | 
					#: apps/note/models/notes.py:144
 | 
				
			||||||
msgid "clubs notes"
 | 
					msgid "clubs notes"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:149
 | 
					#: apps/note/models/notes.py:150
 | 
				
			||||||
#, python-format
 | 
					#, python-format
 | 
				
			||||||
msgid "Note of %(club)s club"
 | 
					msgid "Note of %(club)s club"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:169
 | 
					#: apps/note/models/notes.py:170
 | 
				
			||||||
msgid "special note"
 | 
					msgid "special note"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:170
 | 
					#: apps/note/models/notes.py:171
 | 
				
			||||||
msgid "special notes"
 | 
					msgid "special notes"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:193
 | 
					#: apps/note/models/notes.py:194
 | 
				
			||||||
msgid "Invalid alias"
 | 
					msgid "Invalid alias"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:209
 | 
					#: apps/note/models/notes.py:210
 | 
				
			||||||
msgid "alias"
 | 
					msgid "alias"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:210 templates/member/profile_detail.html:37
 | 
					#: apps/note/models/notes.py:211 templates/member/profile_detail.html:37
 | 
				
			||||||
msgid "aliases"
 | 
					msgid "aliases"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:228
 | 
					#: apps/note/models/notes.py:229
 | 
				
			||||||
msgid "Alias is too long."
 | 
					msgid "Alias is too long."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:233
 | 
					#: apps/note/models/notes.py:234
 | 
				
			||||||
msgid "An alias with a similar name already exists: {} "
 | 
					msgid "An alias with a similar name already exists: {} "
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:242
 | 
					#: apps/note/models/notes.py:243
 | 
				
			||||||
msgid "You can't delete your main alias."
 | 
					msgid "You can't delete your main alias."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -422,11 +434,11 @@ msgstr ""
 | 
				
			|||||||
msgid "transactions"
 | 
					msgid "transactions"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:184
 | 
					#: apps/note/models/transactions.py:185
 | 
				
			||||||
msgid "membership transaction"
 | 
					msgid "membership transaction"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:185
 | 
					#: apps/note/models/transactions.py:186
 | 
				
			||||||
msgid "membership transactions"
 | 
					msgid "membership transactions"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -434,34 +446,54 @@ msgstr ""
 | 
				
			|||||||
msgid "Transfer money from your account to one or others"
 | 
					msgid "Transfer money from your account to one or others"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/views.py:138
 | 
					#: apps/note/views.py:139
 | 
				
			||||||
msgid "Consommations"
 | 
					msgid "Consommations"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: note_kfet/settings/base.py:162
 | 
					#: note_kfet/settings/__init__.py:63
 | 
				
			||||||
msgid "German"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:163
 | 
					 | 
				
			||||||
msgid "English"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:164
 | 
					 | 
				
			||||||
msgid "French"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:215
 | 
					 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The Central Authentication Service grants you access to most of our websites "
 | 
					"The Central Authentication Service grants you access to most of our websites "
 | 
				
			||||||
"by authenticating only once, so you don't need to type your credentials "
 | 
					"by authenticating only once, so you don't need to type your credentials "
 | 
				
			||||||
"again unless your session expires or you logout."
 | 
					"again unless your session expires or you logout."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: note_kfet/settings/base.py:156
 | 
				
			||||||
 | 
					msgid "German"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: note_kfet/settings/base.py:157
 | 
				
			||||||
 | 
					msgid "English"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: note_kfet/settings/base.py:158
 | 
				
			||||||
 | 
					msgid "French"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/base.html:13
 | 
					#: templates/base.html:13
 | 
				
			||||||
msgid "The ENS Paris-Saclay BDE note."
 | 
					msgid "The ENS Paris-Saclay BDE note."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/cas_server/base.html:7 templates/cas_server/base.html:26
 | 
					#: templates/base.html:70
 | 
				
			||||||
 | 
					msgid "Consumptions"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:73
 | 
				
			||||||
 | 
					msgid "Clubs"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:76
 | 
				
			||||||
 | 
					msgid "Activities"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:79
 | 
				
			||||||
 | 
					msgid "Button"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:82 templates/note/transaction_form.html:35
 | 
				
			||||||
 | 
					msgid "Transfer"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/cas_server/base.html:7
 | 
				
			||||||
msgid "Central Authentication Service"
 | 
					msgid "Central Authentication Service"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -511,6 +543,15 @@ msgstr ""
 | 
				
			|||||||
msgid "Connect to the service"
 | 
					msgid "Connect to the service"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/django_filters/rest_framework/crispy_form.html:4
 | 
				
			||||||
 | 
					#: templates/django_filters/rest_framework/form.html:2
 | 
				
			||||||
 | 
					msgid "Field filters"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/django_filters/rest_framework/form.html:5
 | 
				
			||||||
 | 
					msgid "Submit"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/member/club_detail.html:10
 | 
					#: templates/member/club_detail.html:10
 | 
				
			||||||
msgid "Membership starts on"
 | 
					msgid "Membership starts on"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -583,10 +624,6 @@ msgstr ""
 | 
				
			|||||||
msgid "Sign Up"
 | 
					msgid "Sign Up"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/note/transaction_form.html:35
 | 
					 | 
				
			||||||
msgid "Transfer"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: templates/registration/logged_out.html:8
 | 
					#: templates/registration/logged_out.html:8
 | 
				
			||||||
msgid "Thanks for spending some quality time with the Web site today."
 | 
					msgid "Thanks for spending some quality time with the Web site today."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -596,7 +633,7 @@ msgid "Log in again"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/registration/login.html:7 templates/registration/login.html:8
 | 
					#: templates/registration/login.html:7 templates/registration/login.html:8
 | 
				
			||||||
#: templates/registration/login.html:22
 | 
					#: templates/registration/login.html:26
 | 
				
			||||||
#: templates/registration/password_reset_complete.html:10
 | 
					#: templates/registration/password_reset_complete.html:10
 | 
				
			||||||
msgid "Log in"
 | 
					msgid "Log in"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -608,7 +645,7 @@ msgid ""
 | 
				
			|||||||
"page. Would you like to login to a different account?"
 | 
					"page. Would you like to login to a different account?"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/registration/login.html:23
 | 
					#: templates/registration/login.html:27
 | 
				
			||||||
msgid "Forgotten your password or username?"
 | 
					msgid "Forgotten your password or username?"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@ msgid ""
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2020-03-07 18:01+0100\n"
 | 
					"POT-Creation-Date: 2020-03-11 11:44+0100\n"
 | 
				
			||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
@@ -19,7 +19,7 @@ msgstr "activité"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#: apps/activity/models.py:19 apps/activity/models.py:44
 | 
					#: apps/activity/models.py:19 apps/activity/models.py:44
 | 
				
			||||||
#: apps/member/models.py:60 apps/member/models.py:111
 | 
					#: apps/member/models.py:60 apps/member/models.py:111
 | 
				
			||||||
#: apps/note/models/notes.py:187 apps/note/models/transactions.py:24
 | 
					#: apps/note/models/notes.py:188 apps/note/models/transactions.py:24
 | 
				
			||||||
#: apps/note/models/transactions.py:44 templates/member/profile_detail.html:15
 | 
					#: apps/note/models/transactions.py:44 templates/member/profile_detail.html:15
 | 
				
			||||||
msgid "name"
 | 
					msgid "name"
 | 
				
			||||||
msgstr "nom"
 | 
					msgstr "nom"
 | 
				
			||||||
@@ -44,7 +44,7 @@ msgstr "types d'activité"
 | 
				
			|||||||
msgid "description"
 | 
					msgid "description"
 | 
				
			||||||
msgstr "description"
 | 
					msgstr "description"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/activity/models.py:54 apps/note/models/notes.py:163
 | 
					#: apps/activity/models.py:54 apps/note/models/notes.py:164
 | 
				
			||||||
#: apps/note/models/transactions.py:62
 | 
					#: apps/note/models/transactions.py:62
 | 
				
			||||||
msgid "type"
 | 
					msgid "type"
 | 
				
			||||||
msgstr "type"
 | 
					msgstr "type"
 | 
				
			||||||
@@ -85,15 +85,13 @@ msgstr ""
 | 
				
			|||||||
msgid "Logs"
 | 
					msgid "Logs"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:21 apps/note/models/notes.py:116
 | 
					#: apps/logs/models.py:21 apps/note/models/notes.py:117
 | 
				
			||||||
msgid "user"
 | 
					msgid "user"
 | 
				
			||||||
msgstr "utilisateur"
 | 
					msgstr "utilisateur"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:27
 | 
					#: apps/logs/models.py:27
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
#| msgid "address"
 | 
					 | 
				
			||||||
msgid "IP Address"
 | 
					msgid "IP Address"
 | 
				
			||||||
msgstr "adresse"
 | 
					msgstr "Adresse IP"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:35
 | 
					#: apps/logs/models.py:35
 | 
				
			||||||
msgid "model"
 | 
					msgid "model"
 | 
				
			||||||
@@ -108,22 +106,30 @@ msgid "previous data"
 | 
				
			|||||||
msgstr "Données précédentes"
 | 
					msgstr "Données précédentes"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:52
 | 
					#: apps/logs/models.py:52
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
#| msgid "end date"
 | 
					 | 
				
			||||||
msgid "new data"
 | 
					msgid "new data"
 | 
				
			||||||
msgstr "Nouvelles données"
 | 
					msgstr "Nouvelles données"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:59
 | 
					#: apps/logs/models.py:60
 | 
				
			||||||
#, fuzzy
 | 
					msgid "create"
 | 
				
			||||||
#| msgid "section"
 | 
					msgstr "Créer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: apps/logs/models.py:61
 | 
				
			||||||
 | 
					msgid "edit"
 | 
				
			||||||
 | 
					msgstr "Modifier"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: apps/logs/models.py:62
 | 
				
			||||||
 | 
					msgid "delete"
 | 
				
			||||||
 | 
					msgstr "Supprimer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: apps/logs/models.py:65
 | 
				
			||||||
msgid "action"
 | 
					msgid "action"
 | 
				
			||||||
msgstr "Action"
 | 
					msgstr "Action"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:67
 | 
					#: apps/logs/models.py:73
 | 
				
			||||||
msgid "timestamp"
 | 
					msgid "timestamp"
 | 
				
			||||||
msgstr "Date"
 | 
					msgstr "Date"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/logs/models.py:71
 | 
					#: apps/logs/models.py:77
 | 
				
			||||||
msgid "Logs cannot be destroyed."
 | 
					msgid "Logs cannot be destroyed."
 | 
				
			||||||
msgstr "Les logs ne peuvent pas être détruits."
 | 
					msgstr "Les logs ne peuvent pas être détruits."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -193,10 +199,16 @@ msgstr ""
 | 
				
			|||||||
"Combien de temps l'adhésion peut durer après le 1er Janvier de l'année "
 | 
					"Combien de temps l'adhésion peut durer après le 1er Janvier de l'année "
 | 
				
			||||||
"suivante avant que les adhérents peuvent renouveler leur adhésion."
 | 
					"suivante avant que les adhérents peuvent renouveler leur adhésion."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/member/models.py:93 apps/note/models/notes.py:138
 | 
					#: apps/member/models.py:93 apps/note/models/notes.py:139
 | 
				
			||||||
msgid "club"
 | 
					msgid "club"
 | 
				
			||||||
msgstr "club"
 | 
					msgstr "club"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					msgid "New club"
 | 
				
			||||||
 | 
					msgstr "Nouveau club"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					msgid "Clubs list"
 | 
				
			||||||
 | 
					msgstr "Liste des clubs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/member/models.py:94
 | 
					#: apps/member/models.py:94
 | 
				
			||||||
msgid "clubs"
 | 
					msgid "clubs"
 | 
				
			||||||
msgstr "clubs"
 | 
					msgstr "clubs"
 | 
				
			||||||
@@ -242,9 +254,9 @@ msgstr "Un alias avec un nom similaire existe déjà."
 | 
				
			|||||||
msgid "Account #%(id)s: %(username)s"
 | 
					msgid "Account #%(id)s: %(username)s"
 | 
				
			||||||
msgstr "Compte n°%(id)s : %(username)s"
 | 
					msgstr "Compte n°%(id)s : %(username)s"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/member/views.py:200
 | 
					#: apps/member/views.py:202
 | 
				
			||||||
msgid "Alias successfully deleted"
 | 
					msgid "Alias successfully deleted"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "L'alias a bien été supprimé"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/admin.py:120 apps/note/models/transactions.py:93
 | 
					#: apps/note/admin.py:120 apps/note/models/transactions.py:93
 | 
				
			||||||
msgid "source"
 | 
					msgid "source"
 | 
				
			||||||
@@ -255,132 +267,128 @@ msgstr "source"
 | 
				
			|||||||
msgid "destination"
 | 
					msgid "destination"
 | 
				
			||||||
msgstr "destination"
 | 
					msgstr "destination"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/apps.py:14 apps/note/models/notes.py:57
 | 
					#: apps/note/apps.py:14 apps/note/models/notes.py:58
 | 
				
			||||||
msgid "note"
 | 
					msgid "note"
 | 
				
			||||||
msgstr "note"
 | 
					msgstr "note"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:26
 | 
					#: apps/note/forms.py:20
 | 
				
			||||||
msgid "New Alias"
 | 
					msgid "New Alias"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Nouvel alias"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:31
 | 
					#: apps/note/forms.py:25
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
#| msgid "display image"
 | 
					 | 
				
			||||||
msgid "select an image"
 | 
					msgid "select an image"
 | 
				
			||||||
msgstr "image affichée"
 | 
					msgstr "Choisissez une image"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:32
 | 
					#: apps/note/forms.py:26
 | 
				
			||||||
msgid "Maximal size: 2MB"
 | 
					msgid "Maximal size: 2MB"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Taille maximale : 2 Mo"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/forms.py:77
 | 
					#: apps/note/forms.py:70
 | 
				
			||||||
msgid "Source and destination must be different."
 | 
					msgid "Source and destination must be different."
 | 
				
			||||||
msgstr "La source et la destination doivent être différentes."
 | 
					msgstr "La source et la destination doivent être différentes."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:26
 | 
					#: apps/note/models/notes.py:27
 | 
				
			||||||
msgid "account balance"
 | 
					msgid "account balance"
 | 
				
			||||||
msgstr "solde du compte"
 | 
					msgstr "solde du compte"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:27
 | 
					#: apps/note/models/notes.py:28
 | 
				
			||||||
msgid "in centimes, money credited for this instance"
 | 
					msgid "in centimes, money credited for this instance"
 | 
				
			||||||
msgstr "en centimes, argent crédité pour cette instance"
 | 
					msgstr "en centimes, argent crédité pour cette instance"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:31
 | 
					#: apps/note/models/notes.py:32
 | 
				
			||||||
msgid "last negative date"
 | 
					msgid "last negative date"
 | 
				
			||||||
msgstr "dernier date de négatif"
 | 
					msgstr "dernier date de négatif"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:32
 | 
					#: apps/note/models/notes.py:33
 | 
				
			||||||
msgid "last time the balance was negative"
 | 
					msgid "last time the balance was negative"
 | 
				
			||||||
msgstr "dernier instant où la note était en négatif"
 | 
					msgstr "dernier instant où la note était en négatif"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:37
 | 
					#: apps/note/models/notes.py:38
 | 
				
			||||||
msgid "active"
 | 
					msgid "active"
 | 
				
			||||||
msgstr "actif"
 | 
					msgstr "actif"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:40
 | 
					#: apps/note/models/notes.py:41
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"Designates whether this note should be treated as active. Unselect this "
 | 
					"Designates whether this note should be treated as active. Unselect this "
 | 
				
			||||||
"instead of deleting notes."
 | 
					"instead of deleting notes."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Indique si la note est active. Désactiver cela plutôt que supprimer la note."
 | 
					"Indique si la note est active. Désactiver cela plutôt que supprimer la note."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:44
 | 
					#: apps/note/models/notes.py:45
 | 
				
			||||||
msgid "display image"
 | 
					msgid "display image"
 | 
				
			||||||
msgstr "image affichée"
 | 
					msgstr "image affichée"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:52 apps/note/models/transactions.py:102
 | 
					#: apps/note/models/notes.py:53 apps/note/models/transactions.py:102
 | 
				
			||||||
msgid "created at"
 | 
					msgid "created at"
 | 
				
			||||||
msgstr "créée le"
 | 
					msgstr "créée le"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:58
 | 
					#: apps/note/models/notes.py:59
 | 
				
			||||||
msgid "notes"
 | 
					msgid "notes"
 | 
				
			||||||
msgstr "notes"
 | 
					msgstr "notes"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:66
 | 
					#: apps/note/models/notes.py:67
 | 
				
			||||||
msgid "Note"
 | 
					msgid "Note"
 | 
				
			||||||
msgstr "Note"
 | 
					msgstr "Note"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:76 apps/note/models/notes.py:100
 | 
					#: apps/note/models/notes.py:77 apps/note/models/notes.py:101
 | 
				
			||||||
msgid "This alias is already taken."
 | 
					msgid "This alias is already taken."
 | 
				
			||||||
msgstr "Cet alias est déjà pris."
 | 
					msgstr "Cet alias est déjà pris."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:120
 | 
					#: apps/note/models/notes.py:121
 | 
				
			||||||
msgid "one's note"
 | 
					msgid "one's note"
 | 
				
			||||||
msgstr "note d'un utilisateur"
 | 
					msgstr "note d'un utilisateur"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:121
 | 
					#: apps/note/models/notes.py:122
 | 
				
			||||||
msgid "users note"
 | 
					msgid "users note"
 | 
				
			||||||
msgstr "notes des utilisateurs"
 | 
					msgstr "notes des utilisateurs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:127
 | 
					#: apps/note/models/notes.py:128
 | 
				
			||||||
#, python-format
 | 
					#, python-format
 | 
				
			||||||
msgid "%(user)s's note"
 | 
					msgid "%(user)s's note"
 | 
				
			||||||
msgstr "Note de %(user)s"
 | 
					msgstr "Note de %(user)s"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:142
 | 
					#: apps/note/models/notes.py:143
 | 
				
			||||||
msgid "club note"
 | 
					msgid "club note"
 | 
				
			||||||
msgstr "note d'un club"
 | 
					msgstr "note d'un club"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:143
 | 
					#: apps/note/models/notes.py:144
 | 
				
			||||||
msgid "clubs notes"
 | 
					msgid "clubs notes"
 | 
				
			||||||
msgstr "notes des clubs"
 | 
					msgstr "notes des clubs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:149
 | 
					#: apps/note/models/notes.py:150
 | 
				
			||||||
#, python-format
 | 
					#, python-format
 | 
				
			||||||
msgid "Note of %(club)s club"
 | 
					msgid "Note of %(club)s club"
 | 
				
			||||||
msgstr "Note du club %(club)s"
 | 
					msgstr "Note du club %(club)s"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:169
 | 
					#: apps/note/models/notes.py:170
 | 
				
			||||||
msgid "special note"
 | 
					msgid "special note"
 | 
				
			||||||
msgstr "note spéciale"
 | 
					msgstr "note spéciale"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:170
 | 
					#: apps/note/models/notes.py:171
 | 
				
			||||||
msgid "special notes"
 | 
					msgid "special notes"
 | 
				
			||||||
msgstr "notes spéciales"
 | 
					msgstr "notes spéciales"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:193
 | 
					#: apps/note/models/notes.py:194
 | 
				
			||||||
msgid "Invalid alias"
 | 
					msgid "Invalid alias"
 | 
				
			||||||
msgstr "Alias invalide"
 | 
					msgstr "Alias invalide"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:209
 | 
					#: apps/note/models/notes.py:210
 | 
				
			||||||
msgid "alias"
 | 
					msgid "alias"
 | 
				
			||||||
msgstr "alias"
 | 
					msgstr "alias"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:210 templates/member/profile_detail.html:37
 | 
					#: apps/note/models/notes.py:211 templates/member/profile_detail.html:37
 | 
				
			||||||
msgid "aliases"
 | 
					msgid "aliases"
 | 
				
			||||||
msgstr "alias"
 | 
					msgstr "alias"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:228
 | 
					#: apps/note/models/notes.py:229
 | 
				
			||||||
msgid "Alias is too long."
 | 
					msgid "Alias is too long."
 | 
				
			||||||
msgstr "L'alias est trop long."
 | 
					msgstr "L'alias est trop long."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:233
 | 
					#: apps/note/models/notes.py:234
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
#| msgid "An alias with a similar name already exists:"
 | 
					 | 
				
			||||||
msgid "An alias with a similar name already exists: {} "
 | 
					msgid "An alias with a similar name already exists: {} "
 | 
				
			||||||
msgstr "Un alias avec un nom similaire existe déjà."
 | 
					msgstr "Un alias avec un nom similaire existe déjà : {}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/notes.py:242
 | 
					#: apps/note/models/notes.py:243
 | 
				
			||||||
msgid "You can't delete your main alias."
 | 
					msgid "You can't delete your main alias."
 | 
				
			||||||
msgstr "Vous ne pouvez pas supprimer votre alias principal."
 | 
					msgstr "Vous ne pouvez pas supprimer votre alias principal."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -393,7 +401,6 @@ msgid "transaction categories"
 | 
				
			|||||||
msgstr "catégories de transaction"
 | 
					msgstr "catégories de transaction"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:47
 | 
					#: apps/note/models/transactions.py:47
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
msgid "A template with this name already exist"
 | 
					msgid "A template with this name already exist"
 | 
				
			||||||
msgstr "Un modèle de transaction avec un nom similaire existe déjà."
 | 
					msgstr "Un modèle de transaction avec un nom similaire existe déjà."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -433,11 +440,11 @@ msgstr "transaction"
 | 
				
			|||||||
msgid "transactions"
 | 
					msgid "transactions"
 | 
				
			||||||
msgstr "transactions"
 | 
					msgstr "transactions"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:184
 | 
					#: apps/note/models/transactions.py:185
 | 
				
			||||||
msgid "membership transaction"
 | 
					msgid "membership transaction"
 | 
				
			||||||
msgstr "transaction d'adhésion"
 | 
					msgstr "transaction d'adhésion"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:185
 | 
					#: apps/note/models/transactions.py:186
 | 
				
			||||||
msgid "membership transactions"
 | 
					msgid "membership transactions"
 | 
				
			||||||
msgstr "transactions d'adhésion"
 | 
					msgstr "transactions d'adhésion"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -445,34 +452,53 @@ msgstr "transactions d'adhésion"
 | 
				
			|||||||
msgid "Transfer money from your account to one or others"
 | 
					msgid "Transfer money from your account to one or others"
 | 
				
			||||||
msgstr "Transfert d'argent de ton compte vers un ou plusieurs autres"
 | 
					msgstr "Transfert d'argent de ton compte vers un ou plusieurs autres"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/views.py:138
 | 
					#: note_kfet/settings/__init__.py:63
 | 
				
			||||||
msgid "Consommations"
 | 
					 | 
				
			||||||
msgstr "transactions"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:162
 | 
					 | 
				
			||||||
msgid "German"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:163
 | 
					 | 
				
			||||||
msgid "English"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:164
 | 
					 | 
				
			||||||
msgid "French"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: note_kfet/settings/base.py:215
 | 
					 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"The Central Authentication Service grants you access to most of our websites "
 | 
					"The Central Authentication Service grants you access to most of our websites "
 | 
				
			||||||
"by authenticating only once, so you don't need to type your credentials "
 | 
					"by authenticating only once, so you don't need to type your credentials "
 | 
				
			||||||
"again unless your session expires or you logout."
 | 
					"again unless your session expires or you logout."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: note_kfet/settings/base.py:156
 | 
				
			||||||
 | 
					msgid "German"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: note_kfet/settings/base.py:157
 | 
				
			||||||
 | 
					msgid "English"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: note_kfet/settings/base.py:158
 | 
				
			||||||
 | 
					msgid "French"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/base.html:13
 | 
					#: templates/base.html:13
 | 
				
			||||||
msgid "The ENS Paris-Saclay BDE note."
 | 
					msgid "The ENS Paris-Saclay BDE note."
 | 
				
			||||||
msgstr "La note du BDE de l'ENS Paris-Saclay."
 | 
					msgstr "La note du BDE de l'ENS Paris-Saclay."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/cas_server/base.html:7 templates/cas_server/base.html:26
 | 
					#: templates/base.html:70
 | 
				
			||||||
 | 
					msgid "Consumptions"
 | 
				
			||||||
 | 
					msgstr "Consommations"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:73
 | 
				
			||||||
 | 
					msgid "Clubs"
 | 
				
			||||||
 | 
					msgstr "Clubs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:76
 | 
				
			||||||
 | 
					msgid "Activities"
 | 
				
			||||||
 | 
					msgstr "Activités"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:79
 | 
				
			||||||
 | 
					msgid "Buttons"
 | 
				
			||||||
 | 
					msgstr "Boutons"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					msgid "Buttons list"
 | 
				
			||||||
 | 
					msgstr "Liste des boutons"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/base.html:82 templates/note/transaction_form.html:35
 | 
				
			||||||
 | 
					msgid "Transfer"
 | 
				
			||||||
 | 
					msgstr "Virement"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/cas_server/base.html:7
 | 
				
			||||||
msgid "Central Authentication Service"
 | 
					msgid "Central Authentication Service"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -510,11 +536,11 @@ msgstr ""
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#: templates/cas_server/login.html:11
 | 
					#: templates/cas_server/login.html:11
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"If you don't have any Note Kfet account, please follow <a href='/accounts"
 | 
					"If you don't have any Note Kfet account, please follow <a href='/accounts/"
 | 
				
			||||||
"/signup'>this link to sign up</a>."
 | 
					"signup'>this link to sign up</a>."
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Si vous n'avez pas de compte Note Kfet, veuillez suivre <a href='/accounts"
 | 
					"Si vous n'avez pas de compte Note Kfet, veuillez suivre <a href='/accounts/"
 | 
				
			||||||
"/signup'>ce lien pour vous inscrire</a>."
 | 
					"signup'>ce lien pour vous inscrire</a>."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/cas_server/login.html:17
 | 
					#: templates/cas_server/login.html:17
 | 
				
			||||||
msgid "Login"
 | 
					msgid "Login"
 | 
				
			||||||
@@ -524,6 +550,15 @@ msgstr ""
 | 
				
			|||||||
msgid "Connect to the service"
 | 
					msgid "Connect to the service"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/django_filters/rest_framework/crispy_form.html:4
 | 
				
			||||||
 | 
					#: templates/django_filters/rest_framework/form.html:2
 | 
				
			||||||
 | 
					msgid "Field filters"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/django_filters/rest_framework/form.html:5
 | 
				
			||||||
 | 
					msgid "Submit"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/member/club_detail.html:10
 | 
					#: templates/member/club_detail.html:10
 | 
				
			||||||
msgid "Membership starts on"
 | 
					msgid "Membership starts on"
 | 
				
			||||||
msgstr "L'adhésion commence le"
 | 
					msgstr "L'adhésion commence le"
 | 
				
			||||||
@@ -557,10 +592,8 @@ msgid "Regenerate token"
 | 
				
			|||||||
msgstr "Regénérer le jeton"
 | 
					msgstr "Regénérer le jeton"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/member/profile_alias.html:10
 | 
					#: templates/member/profile_alias.html:10
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
#| msgid "alias"
 | 
					 | 
				
			||||||
msgid "Add alias"
 | 
					msgid "Add alias"
 | 
				
			||||||
msgstr "alias"
 | 
					msgstr "Ajouter un alias"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/member/profile_detail.html:15
 | 
					#: templates/member/profile_detail.html:15
 | 
				
			||||||
msgid "first name"
 | 
					msgid "first name"
 | 
				
			||||||
@@ -583,10 +616,8 @@ msgid "Manage auth token"
 | 
				
			|||||||
msgstr "Gérer les jetons d'authentification"
 | 
					msgstr "Gérer les jetons d'authentification"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/member/profile_detail.html:49
 | 
					#: templates/member/profile_detail.html:49
 | 
				
			||||||
#, fuzzy
 | 
					 | 
				
			||||||
#| msgid "Update Profile"
 | 
					 | 
				
			||||||
msgid "View Profile"
 | 
					msgid "View Profile"
 | 
				
			||||||
msgstr "Modifier le profil"
 | 
					msgstr "Voir le profil"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/member/profile_detail.html:62
 | 
					#: templates/member/profile_detail.html:62
 | 
				
			||||||
msgid "View my memberships"
 | 
					msgid "View my memberships"
 | 
				
			||||||
@@ -596,13 +627,10 @@ msgstr "Voir mes adhésions"
 | 
				
			|||||||
msgid "Save Changes"
 | 
					msgid "Save Changes"
 | 
				
			||||||
msgstr "Sauvegarder les changements"
 | 
					msgstr "Sauvegarder les changements"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/member/signup.html:8
 | 
				
			||||||
#: templates/member/signup.html:14
 | 
					#: templates/member/signup.html:14
 | 
				
			||||||
msgid "Sign Up"
 | 
					msgid "Sign up"
 | 
				
			||||||
msgstr ""
 | 
					msgstr "Inscription"
 | 
				
			||||||
 | 
					 | 
				
			||||||
#: templates/note/transaction_form.html:35
 | 
					 | 
				
			||||||
msgid "Transfer"
 | 
					 | 
				
			||||||
msgstr "Virement"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/registration/logged_out.html:8
 | 
					#: templates/registration/logged_out.html:8
 | 
				
			||||||
msgid "Thanks for spending some quality time with the Web site today."
 | 
					msgid "Thanks for spending some quality time with the Web site today."
 | 
				
			||||||
@@ -613,7 +641,7 @@ msgid "Log in again"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/registration/login.html:7 templates/registration/login.html:8
 | 
					#: templates/registration/login.html:7 templates/registration/login.html:8
 | 
				
			||||||
#: templates/registration/login.html:22
 | 
					#: templates/registration/login.html:26
 | 
				
			||||||
#: templates/registration/password_reset_complete.html:10
 | 
					#: templates/registration/password_reset_complete.html:10
 | 
				
			||||||
msgid "Log in"
 | 
					msgid "Log in"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -625,7 +653,7 @@ msgid ""
 | 
				
			|||||||
"page. Would you like to login to a different account?"
 | 
					"page. Would you like to login to a different account?"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/registration/login.html:23
 | 
					#: templates/registration/login.html:27
 | 
				
			||||||
msgid "Forgotten your password or username?"
 | 
					msgid "Forgotten your password or username?"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,7 +76,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			|||||||
                    <a class="nav-link" href="#"><i class="fa fa-calendar"></i> {% trans 'Activities' %}</a>
 | 
					                    <a class="nav-link" href="#"><i class="fa fa-calendar"></i> {% trans 'Activities' %}</a>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
                <li class="nav-item active">
 | 
					                <li class="nav-item active">
 | 
				
			||||||
                    <a class="nav-link" href="{% url 'note:template_list' %}"><i class="fa fa-coffee"></i> {% trans 'Button' %}</a>
 | 
					                    <a class="nav-link" href="{% url 'note:template_list' %}"><i class="fa fa-coffee"></i> {% trans 'Buttons' %}</a>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
                <li class="nav-item active">
 | 
					                <li class="nav-item active">
 | 
				
			||||||
                    <a class="nav-link" href="{% url 'note:transfer' %}"><i class="fa fa-exchange"></i>{% trans 'Transfer' %} </a>
 | 
					                    <a class="nav-link" href="{% url 'note:transfer' %}"><i class="fa fa-exchange"></i>{% trans 'Transfer' %} </a>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,11 +1,12 @@
 | 
				
			|||||||
{% extends "base.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
{% load static %}
 | 
					{% load static %}
 | 
				
			||||||
 | 
					{% load i18n %}
 | 
				
			||||||
{% load crispy_forms_tags %}
 | 
					{% load crispy_forms_tags %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<p><a class="btn btn-default" href="{% url 'note:template_list' %}">Template Listing</a></p>
 | 
					<p><a class="btn btn-default" href="{% url 'note:template_list' %}">{% trans "Clubs list" %}</a></p>
 | 
				
			||||||
<form method="post">
 | 
					<form method="post">
 | 
				
			||||||
{% csrf_token %}
 | 
					{% csrf_token %}
 | 
				
			||||||
{{form|crispy}}
 | 
					{{form|crispy}}
 | 
				
			||||||
<button class="btn btn-primary" type="submit">Submit</button>
 | 
					<button class="btn btn-primary" type="submit">{% trans "Submit" %}</button>
 | 
				
			||||||
</form>
 | 
					</form>
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,11 @@
 | 
				
			|||||||
{% extends "base.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
{% load render_table from django_tables2 %}
 | 
					{% load render_table from django_tables2 %}
 | 
				
			||||||
 | 
					{% load i18n %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% render_table  table %}
 | 
					{% render_table  table %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a class="btn btn-primary" href="{% url 'member:club_create' %}">New Club</a>
 | 
					<a class="btn btn-primary" href="{% url 'member:club_create' %}">{% trans "New club" %}</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
{% block extrajavascript %}
 | 
					{% block extrajavascript %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,16 +2,16 @@
 | 
				
			|||||||
{% extends 'base.html' %}
 | 
					{% extends 'base.html' %}
 | 
				
			||||||
{% load crispy_forms_tags %}
 | 
					{% load crispy_forms_tags %}
 | 
				
			||||||
{% load i18n %}
 | 
					{% load i18n %}
 | 
				
			||||||
{% block title %}Sign Up{% endblock %}
 | 
					{% block title %}{% trans "Sign up" %}{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
  <h2>Sign up</h2>
 | 
					  <h2>{% trans "Sign up" %}</h2>
 | 
				
			||||||
  <form method="post">
 | 
					  <form method="post">
 | 
				
			||||||
      {% csrf_token %}
 | 
					      {% csrf_token %}
 | 
				
			||||||
      {{ form|crispy }}
 | 
					      {{ form|crispy }}
 | 
				
			||||||
      {{ profile_form|crispy }}
 | 
					      {{ profile_form|crispy }}
 | 
				
			||||||
      <button class="btn btn-success" type="submit">
 | 
					      <button class="btn btn-success" type="submit">
 | 
				
			||||||
          {% trans "Sign Up" %}
 | 
					          {% trans "Sign up" %}
 | 
				
			||||||
      </button>
 | 
					      </button>
 | 
				
			||||||
  </form>
 | 
					  </form>
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,9 @@
 | 
				
			|||||||
{% extends "base.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
{% load static %}
 | 
					{% load static %}
 | 
				
			||||||
 | 
					{% load i18n %}
 | 
				
			||||||
{% load crispy_forms_tags %}
 | 
					{% load crispy_forms_tags %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<p><a class="btn btn-default" href="{% url 'note:template_list' %}">Template Listing</a></p>
 | 
					<p><a class="btn btn-default" href="{% url 'note:template_list' %}">{% trans "Buttons list" %}</a></p>
 | 
				
			||||||
<form method="post">
 | 
					<form method="post">
 | 
				
			||||||
{% csrf_token %}
 | 
					{% csrf_token %}
 | 
				
			||||||
{{form|crispy}}
 | 
					{{form|crispy}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user