Projet

Général

Profil

0003-update-french-translation-24833.patch

Benjamin Dauvergne, 18 juillet 2018 10:52

Télécharger (70,4 ko)

Voir les différences:

Subject: [PATCH 3/3] update french translation (#24833)

 .../locale/fr/LC_MESSAGES/django.po           | 800 ++++++++----------
 .../locale/fr/LC_MESSAGES/django.po           | 118 +--
 2 files changed, 428 insertions(+), 490 deletions(-)
src/authentic2/locale/fr/LC_MESSAGES/django.po
7 7
msgstr ""
8 8
"Project-Id-Version: Authentic\n"
9 9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2018-07-05 16:39+0200\n"
10
"POT-Creation-Date: 2018-07-18 10:33+0200\n"
11 11
"PO-Revision-Date: 2018-07-05 14:08+0200\n"
12 12
"Last-Translator: Mikaël Ates <mates@entrouvert.com>\n"
13 13
"Language-Team: None\n"
......
17 17
"Content-Transfer-Encoding: 8bit\n"
18 18
"Plural-Forms: nplurals=2; plural=n>1;\n"
19 19

  
20
#: authentic2/admin.py:26
20
#: debian-jessie/multitenant/debian_config.py:37
21
#: debian-wheezy/multitenant/debian_config.py:38
22
#: src/authentic2/profile_forms.py:19
23
#: src/authentic2/registration_backend/forms.py:32
24
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:4
25
msgid "Email"
26
msgstr "Courriel"
27

  
28
#: src/authentic2/admin.py:26
21 29
msgid "Cleanup expired objects"
22 30
msgstr "Nettoyer les objets qui ont expiré"
23 31

  
24
#: authentic2/admin.py:73
32
#: src/authentic2/admin.py:73
25 33
msgid "session data"
26 34
msgstr "données de session"
27 35

  
28
#: authentic2/admin.py:84
36
#: src/authentic2/admin.py:84
29 37
msgid "IP adresses"
30 38
msgstr "adresses IP"
31 39

  
32
#: authentic2/admin.py:100
40
#: src/authentic2/admin.py:100
33 41
#, python-format
34 42
msgid "deleted user %r"
35 43
msgstr "utilisateur supprimé %r"
36 44

  
37
#: authentic2/admin.py:102 authentic2/models.py:37 authentic2/models.py:47
38
#: authentic2/models.py:306
45
#: src/authentic2/admin.py:102 src/authentic2/models.py:37
46
#: src/authentic2/models.py:47 src/authentic2/models.py:306
39 47
msgid "user"
40 48
msgstr "utilisateur"
41 49

  
42
#: authentic2/admin.py:106
50
#: src/authentic2/admin.py:106
43 51
msgid "clear expired sessions"
44 52
msgstr "Supprimer les sessions expirées"
45 53

  
46
#: authentic2/admin.py:111
54
#: src/authentic2/admin.py:111
47 55
msgid "external"
48 56
msgstr "identifiant externe"
49 57

  
50
#: authentic2/admin.py:117
58
#: src/authentic2/admin.py:117
51 59
msgid "Yes"
52 60
msgstr "Oui"
53 61

  
54
#: authentic2/admin.py:118
62
#: src/authentic2/admin.py:118
55 63
msgid "No"
56 64
msgstr "Non"
57 65

  
58
#: authentic2/admin.py:136
66
#: src/authentic2/admin.py:136
59 67
msgid "realm"
60 68
msgstr "domaine"
61 69

  
62
#: authentic2/admin.py:164 authentic2/admin.py:202
70
#: src/authentic2/admin.py:164 src/authentic2/admin.py:202
63 71
msgid "You must at least give a username or an email to your user"
64 72
msgstr "Un utilisateur doit au minimum posséder un courriel ou un identifiant."
65 73

  
66
#: authentic2/admin.py:167 authentic2/admin.py:204
67
#: authentic2/auth_frontends.py:14 authentic2/forms.py:24
68
#: authentic2/registration_backend/forms.py:118
69
#: authentic2/registration_backend/forms.py:204
70
#: authentic2/templates/authentic2/login_password_profile.html:4
74
#: src/authentic2/admin.py:167 src/authentic2/admin.py:204
75
#: src/authentic2/auth_frontends.py:14 src/authentic2/forms.py:24
76
#: src/authentic2/registration_backend/forms.py:118
77
#: src/authentic2/registration_backend/forms.py:204
78
#: src/authentic2/templates/authentic2/login_password_profile.html:4
71 79
msgid "Password"
72 80
msgstr "Mot de passe"
73 81

  
74
#: authentic2/admin.py:168
82
#: src/authentic2/admin.py:168
75 83
msgid ""
76 84
"Raw passwords are not stored, so there is no way to see this user's "
77 85
"password, but you can change the password using <a href=\"password/\">this "
......
82 90
"modifier le mot de passe de l'usager en utilisant <a href=\"password/\">ce "
83 91
"formulaire</a>."
84 92

  
85
#: authentic2/admin.py:201 authentic2/registration_backend/forms.py:132
93
#: src/authentic2/admin.py:201 src/authentic2/registration_backend/forms.py:132
86 94
msgid "The two password fields didn't match."
87 95
msgstr "Les deux champs mot de passe ne correspondent pas."
88 96

  
89
#: authentic2/admin.py:206
97
#: src/authentic2/admin.py:206
90 98
msgid "Password confirmation"
91 99
msgstr "Confirmation du mot de passe"
92 100

  
93
#: authentic2/admin.py:208
101
#: src/authentic2/admin.py:208
94 102
msgid "Enter the same password as above, for verification."
95 103
msgstr "Entrez le même mot de passe qu'au dessus, pour validation."
96 104

  
97
#: authentic2/admin.py:241
105
#: src/authentic2/admin.py:241
98 106
msgid "Personal info"
99 107
msgstr "Informations personnelles"
100 108

  
101
#: authentic2/admin.py:242
109
#: src/authentic2/admin.py:242
102 110
msgid "Permissions"
103 111
msgstr "Permissions"
104 112

  
105
#: authentic2/admin.py:244
113
#: src/authentic2/admin.py:244
106 114
msgid "Important dates"
107 115
msgstr "Dates importantes"
108 116

  
109
#: authentic2/admin.py:271
117
#: src/authentic2/admin.py:271
110 118
msgid "Attributes"
111 119
msgstr "Attributs"
112 120

  
113
#: authentic2/api_views.py:111
121
#: src/authentic2/api_views.py:112
114 122
msgid "you are not authorized to create users in this ou"
115 123
msgstr "Vous n'êtes pas autorisé à vous inscrire dans cette collectivité."
116 124

  
117
#: authentic2/api_views.py:119 authentic2/api_views.py:126
125
#: src/authentic2/api_views.py:120 src/authentic2/api_views.py:127
126
#: tests/test_all.py:518 tests/test_all.py:543 tests/test_all.py:663
127
#: tests/test_all.py:688
118 128
msgid "You already have an account"
119 129
msgstr "Vous avez déjà un compte."
120 130

  
121
#: authentic2/api_views.py:123
131
#: src/authentic2/api_views.py:124 tests/test_all.py:530 tests/test_all.py:675
122 132
msgid "Username is required in this ou"
123 133
msgstr "L'identifiant est requis dans cette collectivité."
124 134

  
125
#: authentic2/api_views.py:654
135
#: src/authentic2/api_views.py:663
126 136
msgid "User successfully added to role"
127 137
msgstr "Utilisateur ajouté au rôle"
128 138

  
129
#: authentic2/api_views.py:659
139
#: src/authentic2/api_views.py:668
130 140
msgid "User successfully removed from role"
131 141
msgstr "Utilisateur retiré du rôle"
132 142

  
133
#: authentic2/app_settings.py:116
143
#: src/authentic2/app_settings.py:116
134 144
msgid "Required. At most 30 characters. Letters, digits, and @/./+/-/_ only."
135 145
msgstr ""
136 146
"Requis. 30 caractères maximum. Uniquement des lettres, nombres et les "
137 147
"caractères « @ », « . », « + », « - » et « _ »."
138 148

  
139
#: authentic2/app_settings.py:118
140
#: authentic2/templates/authentic2/api_user_create_registration_email_body.txt:3
149
#: src/authentic2/app_settings.py:118
150
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:3
141 151
msgid "Username"
142 152
msgstr "Identifiant"
143 153

  
144
#: authentic2/attribute_kinds.py:23
154
#: src/authentic2/attribute_kinds.py:23
145 155
msgctxt "title"
146 156
msgid "Mrs"
147 157
msgstr "Madame"
148 158

  
149
#: authentic2/attribute_kinds.py:24
159
#: src/authentic2/attribute_kinds.py:24
150 160
msgctxt "title"
151 161
msgid "Mr"
152 162
msgstr "Monsieur"
153 163

  
154
#: authentic2/attribute_kinds.py:29
164
#: src/authentic2/attribute_kinds.py:29
155 165
msgid "Format: yyyy-mm-dd"
156 166
msgstr "Format : jj/mm/aaaa"
157 167

  
158
#: authentic2/attribute_kinds.py:43
168
#: src/authentic2/attribute_kinds.py:43
159 169
msgid "birthdate must be in the past."
160 170
msgstr "Une date de naissance doit être dans le passé."
161 171

  
162
#: authentic2/attribute_kinds.py:51
172
#: src/authentic2/attribute_kinds.py:51
163 173
msgid "Phone number can start with a + an must contain only digits."
164 174
msgstr ""
165 175
"Un numéro de téléphone peut commencer par un + et ne doit contenir que des "
166 176
"chiffres."
167 177

  
168
#: authentic2/attribute_kinds.py:58
178
#: src/authentic2/attribute_kinds.py:58
169 179
msgid "ex.: 0699999999, +33 6 99 99 99 99"
170 180
msgstr "ex.: 0699999999"
171 181

  
172
#: authentic2/attribute_kinds.py:73
182
#: src/authentic2/attribute_kinds.py:73
173 183
msgid "The value must be a valid french postcode"
174 184
msgstr "Vous devez entrer un code postal"
175 185

  
176
#: authentic2/attribute_kinds.py:78
186
#: src/authentic2/attribute_kinds.py:78
177 187
msgid "ex.: 13260"
178 188
msgstr "ex : 13260"
179 189

  
180
#: authentic2/attribute_kinds.py:98
190
#: src/authentic2/attribute_kinds.py:98
181 191
msgid "string"
182 192
msgstr "chaîne de caractère"
183 193

  
184
#: authentic2/attribute_kinds.py:106
194
#: src/authentic2/attribute_kinds.py:106
185 195
msgid "title"
186 196
msgstr "civilité"
187 197

  
188
#: authentic2/attribute_kinds.py:115
198
#: src/authentic2/attribute_kinds.py:115
189 199
msgid "boolean"
190 200
msgstr "booléen"
191 201

  
192
#: authentic2/attribute_kinds.py:122
202
#: src/authentic2/attribute_kinds.py:122
193 203
msgid "date"
194 204
msgstr "date"
195 205

  
196
#: authentic2/attribute_kinds.py:133
206
#: src/authentic2/attribute_kinds.py:133
197 207
msgid "birthdate"
198 208
msgstr "date de naissance"
199 209

  
200
#: authentic2/attribute_kinds.py:141
210
#: src/authentic2/attribute_kinds.py:141
201 211
msgid "french postcode"
202 212
msgstr "code postal"
203 213

  
204
#: authentic2/attribute_kinds.py:147
214
#: src/authentic2/attribute_kinds.py:147
205 215
msgid "phone number"
206 216
msgstr "numéro de téléphone"
207 217

  
208
#: authentic2/attribute_kinds.py:181
218
#: src/authentic2/attribute_kinds.py:181
209 219
msgid "SIRET number must contain 14 digits"
210 220
msgstr "Le SIRET doit contenir 14 chiffres"
211 221

  
212
#: authentic2/attribute_kinds.py:184
222
#: src/authentic2/attribute_kinds.py:184
213 223
msgid "SIRET validation code does not match"
214 224
msgstr "Les clé de validation de votre SIRET sont inexactes"
215 225

  
216
#: authentic2/attributes_ng/engine.py:103
226
#: src/authentic2/attributes_ng/engine.py:103
217 227
msgid "None"
218 228
msgstr "Aucun"
219 229

  
220
#: authentic2/attributes_ng/engine.py:104
230
#: src/authentic2/attributes_ng/engine.py:104
221 231
msgid "List of verified attributes"
222 232
msgstr "Liste des attributés vérifiés"
223 233

  
224
#: authentic2/attributes_ng/sources/django_user.py:29
234
#: src/authentic2/attributes_ng/sources/django_user.py:29
225 235
msgid "OU UUIDs"
226 236
msgstr "Identifiants uniques des entités"
227 237

  
228
#: authentic2/attributes_ng/sources/django_user.py:30
238
#: src/authentic2/attributes_ng/sources/django_user.py:30
229 239
msgid "OU slug"
230 240
msgstr "identifiant court de l'entité"
231 241

  
232
#: authentic2/attributes_ng/sources/django_user.py:31
242
#: src/authentic2/attributes_ng/sources/django_user.py:31
233 243
msgid "OU name"
234 244
msgstr "Nom de l'entité"
235 245

  
236
#: authentic2/attributes_ng/sources/django_user.py:40
246
#: src/authentic2/attributes_ng/sources/django_user.py:40
237 247
msgid "User domain"
238 248
msgstr "Domaine de l'utilisateur."
239 249

  
240
#: authentic2/attributes_ng/sources/django_user.py:41
250
#: src/authentic2/attributes_ng/sources/django_user.py:41
241 251
msgid "User identifier"
242 252
msgstr "Identifiant de l'utilisateur"
243 253

  
244
#: authentic2/attributes_ng/sources/django_user.py:42
254
#: src/authentic2/attributes_ng/sources/django_user.py:42
245 255
msgid "Full name"
246 256
msgstr "Nom complet"
247 257

  
248
#: authentic2/attributes_ng/sources/django_user.py:43
258
#: src/authentic2/attributes_ng/sources/django_user.py:43
249 259
msgid "Role slugs"
250 260
msgstr "Identifiants courts du rôle"
251 261

  
252
#: authentic2/attributes_ng/sources/django_user.py:44
262
#: src/authentic2/attributes_ng/sources/django_user.py:44
253 263
msgid "Role names"
254 264
msgstr "Noms des rôles"
255 265

  
256
#: authentic2/attributes_ng/sources/django_user.py:45
266
#: src/authentic2/attributes_ng/sources/django_user.py:45
257 267
msgid "Role UUIDs"
258 268
msgstr "Identifiants uniques des rôles"
259 269

  
260
#: authentic2/attributes_ng/sources/django_user.py:46
270
#: src/authentic2/attributes_ng/sources/django_user.py:46
261 271
msgid "Role slugs from same organizational unit as the service"
262 272
msgstr "Identifiants des rôles de la même collectivité que le service"
263 273

  
264
#: authentic2/attributes_ng/sources/django_user.py:47
274
#: src/authentic2/attributes_ng/sources/django_user.py:47
265 275
msgid "Role names from same organizational unit as the service"
266 276
msgstr "Nom des rôles de la même collectivité que le service"
267 277

  
268
#: authentic2/attributes_ng/sources/django_user.py:48
278
#: src/authentic2/attributes_ng/sources/django_user.py:48
269 279
msgid "Role uuids from same organizational unit as the service"
270 280
msgstr "UUID des rôles de la même collectivité que le service"
271 281

  
272
#: authentic2/attributes_ng/sources/service_roles.py:28
282
#: src/authentic2/attributes_ng/sources/service_roles.py:28
273 283
msgid "role attribute"
274 284
msgstr "attribut de rôle"
275 285

  
276
#: authentic2/auth_frontends.py:25
286
#: src/authentic2/auth_frontends.py:25
277 287
msgid "Username or email"
278 288
msgstr "Identifiant ou courriel"
279 289

  
280
#: authentic2/dashboard.py:30
281
msgid "Quick links"
282
msgstr "Raccourcis"
283

  
284
#: authentic2/dashboard.py:36
285
msgid "Return to site"
286
msgstr "Retourner au site"
287

  
288
#: authentic2/dashboard.py:37
289
msgid "Change password"
290
msgstr "Modification du mot de passe"
291

  
292
#: authentic2/dashboard.py:39
293
msgid "Log out"
294
msgstr "Me déconnecter"
295

  
296
#: authentic2/dashboard.py:47
297
msgid "Users and groups"
298
msgstr "Utilisateurs et groupes"
299

  
300
#: authentic2/dashboard.py:54
301
msgid "Access control"
302
msgstr "Contrôle d'accès"
303

  
304
#: authentic2/dashboard.py:62
305
msgid "Debug"
306
msgstr "Débogage"
307

  
308
#: authentic2/dashboard.py:80 authentic2/dashboard.py:120
309
msgid "Recent Actions"
310
msgstr "Actions récentes"
311

  
312
#: authentic2/dashboard.py:84
313
msgid "Support"
314
msgstr "Support"
315

  
316
#: authentic2/dashboard.py:87
317
msgid "Authentic2 documentation"
318
msgstr "Documentation sur authentic2"
319

  
320
#: authentic2/dashboard.py:92
321
msgid "Authentic2 project"
322
msgstr "Projet Authentic2"
323

  
324
#: authentic2/dashboard.py:97
325
msgid "Authentic Mailing List"
326
msgstr "List de diffusion sur Authentic"
327

  
328
#: authentic2/forms.py:16
290
#: src/authentic2/forms.py:16
329 291
msgid "New email"
330 292
msgstr "Nouveau courriel"
331 293

  
332
#: authentic2/forms.py:30
294
#: src/authentic2/forms.py:30
333 295
msgid "This is already your email address."
334 296
msgstr "Cette adresse de courriel est déjà la vôtre."
335 297

  
336
#: authentic2/forms.py:37
298
#: src/authentic2/forms.py:37
337 299
msgid "Incorrect password."
338 300
msgstr "Mot de passe incorrect."
339 301

  
340
#: authentic2/forms.py:60
302
#: src/authentic2/forms.py:60
341 303
msgid "A user with that username already exists."
342 304
msgstr "Un utilisateur avec cet identidiant existe déjà."
343 305

  
344
#: authentic2/forms.py:177
306
#: src/authentic2/forms.py:177
345 307
#, python-format
346 308
msgid ""
347 309
"You made too many login errors recently, you must wait <span class=\"js-"
......
350 312
"Vous avez fait trop d'erreurs de connexions, vous devez attendre <span class="
351 313
"\"js-seconds-until\">%s</span> secondes avant de pouvoir à nouveau essayer."
352 314

  
353
#: authentic2/forms.py:197
315
#: src/authentic2/forms.py:197
354 316
msgid "Site Export File"
355 317
msgstr "Fichier d'export de site"
356 318

  
357
#: authentic2/hashers.py:82 authentic2/hashers.py:112
319
#: src/authentic2/hashers.py:82 src/authentic2/hashers.py:112
358 320
msgid "algorithm"
359 321
msgstr "algorithme"
360 322

  
361
#: authentic2/hashers.py:83
323
#: src/authentic2/hashers.py:83
362 324
msgid "iterations"
363 325
msgstr "itérations"
364 326

  
365
#: authentic2/hashers.py:84 authentic2/hashers.py:113
327
#: src/authentic2/hashers.py:84 src/authentic2/hashers.py:113
366 328
msgid "salt"
367 329
msgstr "sel"
368 330

  
369
#: authentic2/hashers.py:85 authentic2/hashers.py:114
331
#: src/authentic2/hashers.py:85 src/authentic2/hashers.py:114
370 332
msgid "hash"
371 333
msgstr "condensé"
372 334

  
373
#: authentic2/menu.py:22
374
msgid "Dashboard"
375
msgstr "Tableau de bord"
376

  
377
#: authentic2/middleware.py:181
335
#: src/authentic2/middleware.py:181
378 336
msgid "You must change your password to continue"
379 337
msgstr "Vous devez changer votre mot de passe avant de continuer."
380 338

  
381
#: authentic2/models.py:39 authentic2/models.py:53
339
#: src/authentic2/models.py:39 src/authentic2/models.py:53
382 340
msgid "creation date"
383 341
msgstr "date de création"
384 342

  
385
#: authentic2/models.py:42
343
#: src/authentic2/models.py:42
386 344
msgid "user to delete"
387 345
msgstr "utilisateur à effacer"
388 346

  
389
#: authentic2/models.py:43
347
#: src/authentic2/models.py:43
390 348
msgid "users to delete"
391 349
msgstr "utilisateurs à effacer"
392 350

  
393
#: authentic2/models.py:49
351
#: src/authentic2/models.py:49
394 352
msgid "source"
395 353
msgstr "source"
396 354

  
397
#: authentic2/models.py:51
355
#: src/authentic2/models.py:51
398 356
msgid "external id"
399 357
msgstr "identifiant externe"
400 358

  
401
#: authentic2/models.py:55
359
#: src/authentic2/models.py:55
402 360
msgid "last update date"
403 361
msgstr "dernière date de mise à jour"
404 362

  
405
#: authentic2/models.py:68
363
#: src/authentic2/models.py:68
406 364
msgid "user external id"
407 365
msgstr "identifiant externe d'un utilisateur"
408 366

  
409
#: authentic2/models.py:69
367
#: src/authentic2/models.py:69
410 368
msgid "user external ids"
411 369
msgstr "identifiants externes des utilisateurs"
412 370

  
413
#: authentic2/models.py:74
371
#: src/authentic2/models.py:74
414 372
msgid "when"
415 373
msgstr "quand"
416 374

  
417
#: authentic2/models.py:76
375
#: src/authentic2/models.py:76
418 376
msgid "who"
419 377
msgstr "qui"
420 378

  
421
#: authentic2/models.py:78
379
#: src/authentic2/models.py:78
422 380
msgid "how"
423 381
msgstr "comment"
424 382

  
425
#: authentic2/models.py:80
383
#: src/authentic2/models.py:80
426 384
msgid "nonce"
427 385
msgstr "numéro unique"
428 386

  
429
#: authentic2/models.py:85
387
#: src/authentic2/models.py:85
430 388
msgid "authentication log"
431 389
msgstr "Journal des authentifications"
432 390

  
433
#: authentic2/models.py:86
391
#: src/authentic2/models.py:86
434 392
msgid "authentication logs"
435 393
msgstr "Journaux des authentification"
436 394

  
437
#: authentic2/models.py:89
395
#: src/authentic2/models.py:89
438 396
#, python-format
439 397
msgid "Authentication of %(who)s by %(how)s at %(when)s"
440 398
msgstr "Authentification de %(who)s par %(how)s à %(when)s"
441 399

  
442
#: authentic2/models.py:93
400
#: src/authentic2/models.py:93
443 401
msgid "url"
444 402
msgstr "url"
445 403

  
446
#: authentic2/models.py:93
404
#: src/authentic2/models.py:93
447 405
msgid ""
448 406
"you can use a {} to pass the URL of the success icon, ex.: http://example."
449 407
"com/logout?next={}"
......
451 409
"vous pouvez utiliser la chaîne {} pour passer l'URL de l'icône de succès,  "
452 410
"ex.: http://example.com/logout?next={}"
453 411

  
454
#: authentic2/models.py:97
412
#: src/authentic2/models.py:97
455 413
msgid "use an iframe instead of an img tag for logout"
456 414
msgstr "utiliser une iframe au lieu d'un tag img pour la déconnexion"
457 415

  
458
#: authentic2/models.py:100
416
#: src/authentic2/models.py:100
459 417
msgid "iframe logout timeout (ms)"
460 418
msgstr "temps d'expiration pour les iframe de déconnexion (en ms)"
461 419

  
462
#: authentic2/models.py:101
420
#: src/authentic2/models.py:101
463 421
msgid ""
464 422
"if iframe logout is used, it's the time between the onload event for this "
465 423
"iframe and the moment we consider its loading to be really finished"
......
468 426
"l'évènement onload pour cette iframe et le moment où l'on peut considérer "
469 427
"que le chargement vraiment terminé."
470 428

  
471
#: authentic2/models.py:117 authentic2/models.py:262
429
#: src/authentic2/models.py:117 src/authentic2/models.py:262
472 430
msgid "content type"
473 431
msgstr "type d'objet"
474 432

  
475
#: authentic2/models.py:119 authentic2/models.py:264
433
#: src/authentic2/models.py:119 src/authentic2/models.py:264
476 434
msgid "object identifier"
477 435
msgstr "identifiant d'objet"
478 436

  
479
#: authentic2/models.py:123 authentic2/models.py:124
437
#: src/authentic2/models.py:123 src/authentic2/models.py:124
480 438
msgid "logout URL"
481 439
msgstr "URL de déconnexion"
482 440

  
483
#: authentic2/models.py:128
441
#: src/authentic2/models.py:128
484 442
msgid "label"
485 443
msgstr "libellé"
486 444

  
487
#: authentic2/models.py:130
445
#: src/authentic2/models.py:130
488 446
msgid "description"
489 447
msgstr "description"
490 448

  
491
#: authentic2/models.py:131 authentic2/models.py:324
449
#: src/authentic2/models.py:131 src/authentic2/models.py:324
492 450
msgid "name"
493 451
msgstr "identifiant"
494 452

  
495
#: authentic2/models.py:134
453
#: src/authentic2/models.py:134
496 454
msgid "required"
497 455
msgstr "requis"
498 456

  
499
#: authentic2/models.py:137
457
#: src/authentic2/models.py:137
500 458
msgid "asked on registration"
501 459
msgstr "demandé à la création du compte"
502 460

  
503
#: authentic2/models.py:140
461
#: src/authentic2/models.py:140
504 462
msgid "user editable"
505 463
msgstr "éditable par l'utilisateur"
506 464

  
507
#: authentic2/models.py:143
465
#: src/authentic2/models.py:143
508 466
msgid "user visible"
509 467
msgstr "visible de l'utilisateur"
510 468

  
511
#: authentic2/models.py:146
469
#: src/authentic2/models.py:146
512 470
msgid "multiple"
513 471
msgstr "multiple"
514 472

  
515
#: authentic2/models.py:149
473
#: src/authentic2/models.py:149
516 474
msgid "kind"
517 475
msgstr "type"
518 476

  
519
#: authentic2/models.py:150
477
#: src/authentic2/models.py:150
520 478
msgid "disabled"
521 479
msgstr "désactivé"
522 480

  
523
#: authentic2/models.py:153
481
#: src/authentic2/models.py:153
524 482
msgid "searchable"
525 483
msgstr "indexé"
526 484

  
527
#: authentic2/models.py:157
485
#: src/authentic2/models.py:157
528 486
msgid "scopes"
529 487
msgstr "portées"
530 488

  
531
#: authentic2/models.py:158
489
#: src/authentic2/models.py:158
532 490
msgid "scopes separated by spaces"
533 491
msgstr "portées séparées par des espaces"
534 492

  
535
#: authentic2/models.py:164
493
#: src/authentic2/models.py:164
536 494
msgid "order"
537 495
msgstr "ordre"
538 496

  
539
#: authentic2/models.py:255
497
#: src/authentic2/models.py:255
540 498
msgid "attribute definition"
541 499
msgstr "définition d'un attribut"
542 500

  
543
#: authentic2/models.py:256
501
#: src/authentic2/models.py:256
544 502
msgid "attribute definitions"
545 503
msgstr "définition des attributs"
546 504

  
547
#: authentic2/models.py:269
505
#: src/authentic2/models.py:269
548 506
msgid "attribute"
549 507
msgstr "attribut"
550 508

  
551
#: authentic2/models.py:272
509
#: src/authentic2/models.py:272
552 510
msgid "content"
553 511
msgstr "contenu"
554 512

  
555
#: authentic2/models.py:297
513
#: src/authentic2/models.py:297
556 514
msgid "attribute value"
557 515
msgstr "valeur d'un attribut"
558 516

  
559
#: authentic2/models.py:298
517
#: src/authentic2/models.py:298
560 518
msgid "attribute values"
561 519
msgstr "valeurs des attributs"
562 520

  
563
#: authentic2/models.py:315 authentic2/models.py:316
521
#: src/authentic2/models.py:315 src/authentic2/models.py:316
564 522
msgid "password reset"
565 523
msgstr "obligation de changement de mot de passe"
566 524

  
567
#: authentic2/models.py:327
525
#: src/authentic2/models.py:327
568 526
msgid "slug"
569 527
msgstr "identifiant court"
570 528

  
571
#: authentic2/models.py:330
529
#: src/authentic2/models.py:330
572 530
msgid "organizational unit"
573 531
msgstr "collectivité"
574 532

  
575
#: authentic2/models.py:336
533
#: src/authentic2/models.py:336
576 534
msgid "authorized services"
577 535
msgstr "services autorisés"
578 536

  
579
#: authentic2/models.py:340
537
#: src/authentic2/models.py:340
580 538
msgid "callback url when unauthorized"
581 539
msgstr "URL de retour quand non-autorisé"
582 540

  
583
#: authentic2/models.py:351
541
#: src/authentic2/models.py:351
584 542
msgid "The slug must be unique for this ou"
585 543
msgstr "L'identifiant court doit être unique au sein de cette collectivité."
586 544

  
587
#: authentic2/models.py:356
545
#: src/authentic2/models.py:356
588 546
msgid "The name must be unique for this ou"
589 547
msgstr "Le nom doit être unique au sein de cette collectivité."
590 548

  
591
#: authentic2/models.py:362
549
#: src/authentic2/models.py:362
592 550
msgid "base service model"
593 551
msgstr "application"
594 552

  
595
#: authentic2/models.py:363
553
#: src/authentic2/models.py:363
596 554
msgid "base service models"
597 555
msgstr "applications"
598 556

  
599
#: authentic2/profile_forms.py:19 authentic2/registration_backend/forms.py:32
600
#: authentic2/templates/authentic2/api_user_create_registration_email_body.txt:4
601
msgid "Email"
602
msgstr "Courriel"
557
#: src/authentic2/passwords.py:79
558
#, python-format
559
msgid "%s characters"
560
msgstr "%s caractères"
561

  
562
#: src/authentic2/passwords.py:84
563
msgid "1 lowercase letter"
564
msgstr "1 minuscule"
565

  
566
#: src/authentic2/passwords.py:89
567
msgid "1 digit"
568
msgstr "1 chiffre"
603 569

  
604
#: authentic2/profile_urls.py:41
605
#: authentic2/templates/registration/password_change_done.html:9
570
#: src/authentic2/passwords.py:94
571
msgid "1 uppercase letter"
572
msgstr "1 majuscule"
573

  
574
#: src/authentic2/profile_urls.py:31
575
msgid "Password change is forbidden"
576
msgstr "Changement de mot de passe interdit"
577

  
578
#: src/authentic2/profile_urls.py:44
579
#: src/authentic2/templates/registration/password_change_done.html:9
606 580
msgid "Password changed"
607 581
msgstr "Mot de passe modifié"
608 582

  
609
#: authentic2/profile_urls.py:44
583
#: src/authentic2/profile_urls.py:47
610 584
msgid "Password Change"
611 585
msgstr "Changement de mot de passe"
612 586

  
613
#: authentic2/profile_views.py:17 authentic2/profile_views.py:53
587
#: src/authentic2/profile_views.py:17 src/authentic2/profile_views.py:53
614 588
msgid "Password Reset"
615 589
msgstr "Réinitialisation du mot de passe"
616 590

  
617
#: authentic2/profile_views.py:33
591
#: src/authentic2/profile_views.py:33
618 592
msgid "Password reset"
619 593
msgstr "Réinitialisation du mot de passe"
620 594

  
621
#: authentic2/profile_views.py:39
595
#: src/authentic2/profile_views.py:39
622 596
msgid ""
623 597
"If your email address exists in our database, you will receive an email "
624 598
"containing instructions to reset your password"
......
626 600
"Si votre adresse électronique est présente dans notre base, vous recevrez un "
627 601
"courriel contenant les instructions pour ré-initialiser votre mot de passe."
628 602

  
629
#: authentic2/profile_views.py:76
603
#: src/authentic2/profile_views.py:76
630 604
msgid "User not found"
631 605
msgstr "Utilisateur introuvable"
632 606

  
633
#: authentic2/profile_views.py:80
607
#: src/authentic2/profile_views.py:80
634 608
msgid "You reset password link is invalid or has expired"
635 609
msgstr ""
636 610
"Votre lien de ré-initialisation de mot de passe est invalide ou expiré."
637 611

  
638
#: authentic2/profile_views.py:85
612
#: src/authentic2/profile_views.py:85
639 613
msgid ""
640 614
"It's not possible to reset your password. Please contact an administrator."
641 615
msgstr ""
642 616
"Votre mot de passe n'a pas pu être réinitialisé. Veuillez contacter votre "
643 617
"administrateur."
644 618

  
645
#: authentic2/profile_views.py:94
619
#: src/authentic2/profile_views.py:94
646 620
msgid "Enter new password"
647 621
msgstr "Entrez un nouveau mot de passe"
648 622

  
649
#: authentic2/registration_backend/forms.py:52
623
#: src/authentic2/registration_backend/forms.py:52
650 624
msgid "You cannot register with this email."
651 625
msgstr "Vous ne pouvez pas vous inscrire avec cette adresse de courriel."
652 626

  
653
#: authentic2/registration_backend/forms.py:81
627
#: src/authentic2/registration_backend/forms.py:81 tests/test_all.py:763
654 628
msgid "This username is already in use. Please supply a different username."
655 629
msgstr ""
656 630
"Cet identifiant est déjà utilisé. Utilisez s'il vous plait un autre "
657 631
"identifiant."
658 632

  
659
#: authentic2/registration_backend/forms.py:100
633
#: src/authentic2/registration_backend/forms.py:100
660 634
msgid ""
661 635
"This email address is already in use. Please supply a different email "
662 636
"address."
......
664 638
"Cette adresse de courriel est déjà utilisée. Utilisez s'il vous plait une "
665 639
"autre adresse de courriel."
666 640

  
667
#: authentic2/registration_backend/forms.py:121
641
#: src/authentic2/registration_backend/forms.py:121
668 642
msgid "Password (again)"
669 643
msgstr "Confirmation du mot de passe"
670 644

  
671
#: authentic2/registration_backend/forms.py:168
672
#: authentic2/registration_backend/forms.py:182
645
#: src/authentic2/registration_backend/forms.py:168
646
#: src/authentic2/registration_backend/forms.py:182
673 647
msgid "New password"
674 648
msgstr "Nouveau mot de passe"
675 649

  
676
#: authentic2/registration_backend/forms.py:176
677
#: authentic2/registration_backend/forms.py:191
650
#: src/authentic2/registration_backend/forms.py:176
651
#: src/authentic2/registration_backend/forms.py:191
678 652
msgid "New password must differ from old password"
679 653
msgstr "Le nouveau mot de passe doit être différent de l'ancien."
680 654

  
681
#: authentic2/registration_backend/forms.py:213
655
#: src/authentic2/registration_backend/forms.py:213
682 656
msgid "Password is invalid"
683 657
msgstr "Le mot de passe est invalide"
684 658

  
685
#: authentic2/registration_backend/views.py:44
659
#: src/authentic2/registration_backend/views.py:43
686 660
msgid "Your activation key is expired"
687 661
msgstr "Votre clé d'activation a expiré"
688 662

  
689
#: authentic2/registration_backend/views.py:47
663
#: src/authentic2/registration_backend/views.py:46
690 664
msgid "Activation failed"
691 665
msgstr "Échec à l'activation du compte"
692 666

  
693
#: authentic2/registration_backend/views.py:56
694
#: authentic2/templates/registration/registration_completion_choose.html:6
695
#: authentic2/templates/registration/registration_completion_form.html:17
696
#: authentic2/templates/registration/registration_completion_form.html:26
667
#: src/authentic2/registration_backend/views.py:55
668
#: src/authentic2/templates/registration/registration_completion_choose.html:6
669
#: src/authentic2/templates/registration/registration_completion_form.html:17
670
#: src/authentic2/templates/registration/registration_completion_form.html:26
697 671
msgid "Registration"
698 672
msgstr "Création d'un compte"
699 673

  
700
#: authentic2/registration_backend/views.py:344
674
#: src/authentic2/registration_backend/views.py:342
701 675
msgid "You have just created an account."
702 676
msgstr "Vous venez de créer un compte."
703 677

  
704
#: authentic2/registration_backend/views.py:369
705
#: authentic2/templates/authentic2/accounts.html:41
678
#: src/authentic2/registration_backend/views.py:367
679
#: src/authentic2/templates/authentic2/accounts.html:41
706 680
msgid "Delete account"
707 681
msgstr "Supprimer votre compte"
708 682

  
709
#: authentic2/registration_backend/views.py:400
683
#: src/authentic2/registration_backend/views.py:398
710 684
msgid ""
711 685
"Your account has been scheduled for deletion. You cannot use it anymore."
712 686
msgstr ""
713 687
"Votre compte est en cours de suppression. Vous ne pouvez plus vous en servir."
714 688

  
715
#: authentic2/templates/404.html:4 authentic2/templates/404.html:8
689
#: src/authentic2/templates/404.html:4 src/authentic2/templates/404.html:8
716 690
msgid "Error: page not found"
717 691
msgstr "Erreur: page introuvable"
718 692

  
719
#: authentic2/templates/404.html:10
693
#: src/authentic2/templates/404.html:10
720 694
msgid "The page you requested has not been found on this server."
721 695
msgstr "La page que vous recherchez n'a pas été trouvée sur ce serveur."
722 696

  
723
#: authentic2/templates/500.html:4
697
#: src/authentic2/templates/500.html:4
724 698
msgid "Error: server error (500)"
725 699
msgstr "Erreur interne (500)"
726 700

  
727
#: authentic2/templates/500.html:8
701
#: src/authentic2/templates/500.html:8
728 702
msgid "Server Error"
729 703
msgstr "Erreur de serveur"
730 704

  
731
#: authentic2/templates/500.html:10
705
#: src/authentic2/templates/500.html:10
732 706
msgid "We're sorry but a server error has occurred."
733 707
msgstr "Nous sommes désolés mais nous constatons une erreur serveur."
734 708

  
735
#: authentic2/templates/admin/base_site.html:4
709
#: src/authentic2/templates/admin/base_site.html:4
736 710
msgid "Authentic site admin"
737 711
msgstr "Administration d'Authentic"
738 712

  
739
#: authentic2/templates/admin/base_site.html:7
713
#: src/authentic2/templates/admin/base_site.html:7
740 714
msgid "Authentic administration"
741 715
msgstr "Administration d'Authentic"
742 716

  
743
#: authentic2/templates/admin/log_view.html:4
717
#: src/authentic2/templates/admin/log_view.html:4
744 718
msgid "Logs"
745 719
msgstr "Logs"
746 720

  
747
#: authentic2/templates/admin/log_view.html:6
721
#: src/authentic2/templates/admin/log_view.html:6
748 722
msgid "Home"
749 723
msgstr "Accueil"
750 724

  
751
#: authentic2/templates/admin/log_view.html:10
725
#: src/authentic2/templates/admin/log_view.html:10
752 726
msgid "Logs page"
753 727
msgstr "Page de logs"
754 728

  
755
#: authentic2/templates/authentic2/accounts.html:35
729
#: src/authentic2/templates/authentic2/accounts.html:35
756 730
msgid "Change email"
757 731
msgstr "Modifier votre adresse électronique"
758 732

  
759
#: authentic2/templates/authentic2/accounts.html:38 authentic2/views.py:71
733
#: src/authentic2/templates/authentic2/accounts.html:38
734
#: src/authentic2/views.py:70
760 735
msgid "Edit account data"
761 736
msgstr "Éditer les données du compte"
762 737

  
763
#: authentic2/templates/authentic2/accounts.html:45
738
#: src/authentic2/templates/authentic2/accounts.html:45
764 739
msgid "Credentials"
765 740
msgstr "Moyens d'authentification"
766 741

  
767
#: authentic2/templates/authentic2/accounts.html:51
742
#: src/authentic2/templates/authentic2/accounts.html:51
768 743
msgid "Federation management"
769 744
msgstr "Gestion des liaisons"
770 745

  
771
#: authentic2/templates/authentic2/accounts_delete.html:10
772
#: authentic2/templates/authentic2/accounts_edit.html:20
773
#: authentic2/templates/authentic2/change_email.html:10
774
#: authentic2/templates/authentic2/homepage.html:10
775
#: authentic2/templates/registration/password_change_form.html:10
776
#: authentic2/views.py:402
746
#: src/authentic2/templates/authentic2/accounts_delete.html:10
747
#: src/authentic2/templates/authentic2/accounts_edit.html:20
748
#: src/authentic2/templates/authentic2/change_email.html:10
749
#: src/authentic2/templates/authentic2/homepage.html:10
750
#: src/authentic2/templates/registration/password_change_form.html:10
751
#: src/authentic2/views.py:400
777 752
msgid "Your account"
778 753
msgstr "Votre compte"
779 754

  
780
#: authentic2/templates/authentic2/accounts_delete.html:18
755
#: src/authentic2/templates/authentic2/accounts_delete.html:18
781 756
msgid "Delete my account and all my personal datas ?"
782 757
msgstr "Supprimer votre compte et toutes vos données personnelles ?"
783 758

  
784
#: authentic2/templates/authentic2/accounts_delete.html:20
759
#: src/authentic2/templates/authentic2/accounts_delete.html:20
785 760
msgid "Delete"
786 761
msgstr "Supprimer"
787 762

  
788
#: authentic2/templates/authentic2/accounts_delete.html:21
789
#: authentic2/templates/authentic2/accounts_edit.html:30
790
#: authentic2/templates/authentic2/change_email.html:21
791
#: authentic2/templates/authentic2/login_password_form.html:8
792
#: authentic2/templates/authentic2/logout_confirm.html:20
793
#: authentic2/templates/registration/password_change_form.html:22
763
#: src/authentic2/templates/authentic2/accounts_delete.html:21
764
#: src/authentic2/templates/authentic2/accounts_edit.html:30
765
#: src/authentic2/templates/authentic2/change_email.html:21
766
#: src/authentic2/templates/authentic2/login_password_form.html:8
767
#: src/authentic2/templates/authentic2/logout_confirm.html:20
768
#: src/authentic2/templates/registration/password_change_form.html:22
769
#: tests/test_idp_saml2.py:261
794 770
msgid "Cancel"
795 771
msgstr "Annuler"
796 772

  
797
#: authentic2/templates/authentic2/accounts_edit.html:29
798
#: authentic2/templates/registration/password_change_form.html:21
799
#: authentic2/templates/registration/password_reset_confirm.html:16
800
#: authentic2/templates/registration/password_reset_form.html:16
801
#: authentic2/templates/registration/registration_completion_form.html:31
802
#: authentic2/templates/registration/registration_form.html:21
773
#: src/authentic2/templates/authentic2/accounts_edit.html:29
774
#: src/authentic2/templates/registration/password_change_form.html:21
775
#: src/authentic2/templates/registration/password_reset_confirm.html:16
776
#: src/authentic2/templates/registration/password_reset_form.html:16
777
#: src/authentic2/templates/registration/registration_completion_form.html:31
778
#: src/authentic2/templates/registration/registration_form.html:21
803 779
msgid "Submit"
804 780
msgstr "Valider"
805 781

  
806
#: authentic2/templates/authentic2/accounts_edit.html:32
782
#: src/authentic2/templates/authentic2/accounts_edit.html:32
807 783
msgid "Create"
808 784
msgstr "Créer"
809 785

  
810
#: authentic2/templates/authentic2/api_user_create_registration_email_body.txt:1
786
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:1
811 787
#, python-format
812 788
msgid "A new account was created for you on %(hostname)s"
813 789
msgstr "Un nouveau compte vous a été créé sur %(hostname)s"
814 790

  
815
#: authentic2/templates/authentic2/api_user_create_registration_email_body.txt:5
791
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:5
816 792
msgid "First name"
817 793
msgstr "Prénom"
818 794

  
819
#: authentic2/templates/authentic2/api_user_create_registration_email_body.txt:6
795
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:6
820 796
msgid "Last name"
821 797
msgstr "Nom"
822 798

  
823
#: authentic2/templates/authentic2/api_user_create_registration_email_body.txt:8
799
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:8
824 800
msgid "Please click on the following link to set your password:"
825 801
msgstr ""
826 802
"Veuillez cliquer sur le lien suivant pour ré-initialiser votre mot de passe"
827 803

  
828
#: authentic2/templates/authentic2/api_user_create_registration_email_subject.txt:1
804
#: src/authentic2/templates/authentic2/api_user_create_registration_email_subject.txt:1
829 805
#, python-format
830 806
msgid "Your account was created on %(hostname)s"
831 807
msgstr "Votre compte a été créé sur %(hostname)s"
832 808

  
833
#: authentic2/templates/authentic2/base.html:29
809
#: src/authentic2/templates/authentic2/base.html:29
834 810
#, python-format
835 811
msgid "Last login %(LAST_LOGIN)s"
836 812
msgstr "Date de dernière connexion: %(LAST_LOGIN)s"
837 813

  
838
#: authentic2/templates/authentic2/base.html:30
839
#: authentic2/templates/authentic2/logout.html:5
840
#: authentic2/templates/authentic2/logout_confirm.html:6
814
#: src/authentic2/templates/authentic2/base.html:30
815
#: src/authentic2/templates/authentic2/logout.html:5
816
#: src/authentic2/templates/authentic2/logout_confirm.html:6
841 817
msgid "Logout"
842 818
msgstr "Déconnexion"
843 819

  
844
#: authentic2/templates/authentic2/change_email.html:15
820
#: src/authentic2/templates/authentic2/change_email.html:15
845 821
#, python-format
846 822
msgid ""
847 823
"Your current email is %(email)s.\n"
......
851 827
"La nouvelle adresse souhaitée pour votre compte sera vérifiée par l'envoi "
852 828
"d'un courriel."
853 829

  
854
#: authentic2/templates/authentic2/change_email.html:20
830
#: src/authentic2/templates/authentic2/change_email.html:20
855 831
msgid "Validate"
856 832
msgstr "Valider"
857 833

  
858
#: authentic2/templates/authentic2/change_email_notification_body.txt:1
834
#: src/authentic2/templates/authentic2/change_email_notification_body.txt:1
859 835
#, python-format
860 836
msgid ""
861 837
"Hi %(name)s !\n"
......
898 874
"--\n"
899 875
"%(domain)s"
900 876

  
901
#: authentic2/templates/authentic2/change_email_notification_body.txt:18
877
#: src/authentic2/templates/authentic2/change_email_notification_body.txt:18
902 878
#, python-format
903 879
msgid ""
904 880
"Hi %(name)s !\n"
......
939 915
"--\n"
940 916
"%(domain)s"
941 917

  
942
#: authentic2/templates/authentic2/change_email_notification_subject.txt:1
918
#: src/authentic2/templates/authentic2/change_email_notification_subject.txt:1
943 919
#, python-format
944 920
msgid "Change email on %(domain)s"
945 921
msgstr "Changer l'adresse de courriel sur %(domain)s"
946 922

  
947
#: authentic2/templates/authentic2/display_message_and_continue.html:6
948
#: authentic2/templates/authentic2/logout_confirm.html:19
923
#: src/authentic2/templates/authentic2/display_message_and_continue.html:6
924
#: src/authentic2/templates/authentic2/logout_confirm.html:19
949 925
msgid "Continue"
950 926
msgstr "Continuer"
951 927

  
952
#: authentic2/templates/authentic2/homepage.html:7
928
#: src/authentic2/templates/authentic2/homepage.html:7
953 929
msgid "Administration"
954 930
msgstr "Administration"
955 931

  
956
#: authentic2/templates/authentic2/homepage.html:17
932
#: src/authentic2/templates/authentic2/homepage.html:17
957 933
msgid "Services"
958 934
msgstr "Services"
959 935

  
960
#: authentic2/templates/authentic2/login.html:7
961
#: authentic2/templates/registration/registration_completion_choose.html:15
936
#: src/authentic2/templates/authentic2/login.html:7
937
#: src/authentic2/templates/registration/registration_completion_choose.html:15
962 938
msgid "Login"
963 939
msgstr "Connexion"
964 940

  
965
#: authentic2/templates/authentic2/login_password_form.html:6
966
#: authentic2/templates/registration/activate.html:14
941
#: src/authentic2/templates/authentic2/login_password_form.html:6
942
#: src/authentic2/templates/registration/activate.html:14
967 943
msgid "Log in"
968 944
msgstr "Connexion"
969 945

  
970
#: authentic2/templates/authentic2/login_password_form.html:15
946
#: src/authentic2/templates/authentic2/login_password_form.html:15
971 947
msgid "Forgot password?"
972 948
msgstr "Mot de passe perdu ?"
973 949

  
974
#: authentic2/templates/authentic2/login_password_form.html:15
950
#: src/authentic2/templates/authentic2/login_password_form.html:15
975 951
msgid "Reset it!"
976 952
msgstr "Ré-initialisez le !"
977 953

  
978
#: authentic2/templates/authentic2/login_password_form.html:18
954
#: src/authentic2/templates/authentic2/login_password_form.html:18
979 955
msgid "Not a member?"
980 956
msgstr "Pas de compte ?"
981 957

  
982
#: authentic2/templates/authentic2/login_password_form.html:18
958
#: src/authentic2/templates/authentic2/login_password_form.html:18
983 959
msgid "Register!"
984 960
msgstr "Enregistrez-vous !"
985 961

  
986
#: authentic2/templates/authentic2/login_password_profile.html:10
962
#: src/authentic2/templates/authentic2/login_password_profile.html:10
987 963
msgid "Change your password"
988 964
msgstr "Modifier votre mot de passe"
989 965

  
990
#: authentic2/templates/authentic2/login_password_profile.html:12
966
#: src/authentic2/templates/authentic2/login_password_profile.html:12
991 967
msgid "Set your password"
992 968
msgstr "Définir votre mot de passe"
993 969

  
994
#: authentic2/templates/authentic2/logout.html:30
970
#: src/authentic2/templates/authentic2/logout.html:30
995 971
msgid "Continue logout"
996 972
msgstr "Continuer la déconnexion"
997 973

  
998
#: authentic2/templates/authentic2/logout_confirm.html:13
974
#: src/authentic2/templates/authentic2/logout_confirm.html:13
999 975
msgid "You are going to do a global logout, do you want to continue ?"
1000 976
msgstr "Vous avez demandé une déconnexion globale, voulez-vous continuer ?"
1001 977

  
1002
#: authentic2/templates/authentic2/password_change_body.txt:1
978
#: src/authentic2/templates/authentic2/password_change_body.txt:1
1003 979
#, python-format
1004 980
msgid ""
1005 981
"Password of account %(user)s has been changed.\n"
......
1010 986
"l'origine de ce changement, veuillez prendre contact avec votre "
1011 987
"administrateur."
1012 988

  
1013
#: authentic2/templates/authentic2/password_change_subject.txt:1
989
#: src/authentic2/templates/authentic2/password_change_subject.txt:1
1014 990
#, python-format
1015 991
msgid "Password changed on %(host)s for account %(user)s"
1016 992
msgstr "Mot de passe du compte %(user)s modifié sur %(host)s"
1017 993

  
1018
#: authentic2/templates/authentic2/registration_success_body.html:4
994
#: src/authentic2/templates/authentic2/registration_success_body.html:4
1019 995
#, python-format
1020 996
msgid ""
1021 997
"\n"
......
1032 1008
"        <p><a href=\"%(login_url)s\">Connectez-vous !</a></p>\n"
1033 1009
"    "
1034 1010

  
1035
#: authentic2/templates/authentic2/registration_success_body.html:12
1036
#: authentic2/templates/authentic2/registration_success_body.txt:9
1011
#: src/authentic2/templates/authentic2/registration_success_body.html:12
1012
#: src/authentic2/templates/authentic2/registration_success_body.txt:9
1037 1013
msgid "Username:"
1038 1014
msgstr "Identifiant :"
1039 1015

  
1040
#: authentic2/templates/authentic2/registration_success_body.html:14
1041
#: authentic2/templates/authentic2/registration_success_body.txt:10
1016
#: src/authentic2/templates/authentic2/registration_success_body.html:14
1017
#: src/authentic2/templates/authentic2/registration_success_body.txt:10
1042 1018
msgid "Email:"
1043 1019
msgstr "Courriel :"
1044 1020

  
1045
#: authentic2/templates/authentic2/registration_success_body.html:16
1046
#: authentic2/templates/authentic2/registration_success_body.txt:11
1021
#: src/authentic2/templates/authentic2/registration_success_body.html:16
1022
#: src/authentic2/templates/authentic2/registration_success_body.txt:11
1047 1023
msgid "First name:"
1048 1024
msgstr "Prénom :"
1049 1025

  
1050
#: authentic2/templates/authentic2/registration_success_body.html:19
1051
#: authentic2/templates/authentic2/registration_success_body.txt:12
1026
#: src/authentic2/templates/authentic2/registration_success_body.html:19
1027
#: src/authentic2/templates/authentic2/registration_success_body.txt:12
1052 1028
msgid "Last name:"
1053 1029
msgstr "Nom :"
1054 1030

  
1055
#: authentic2/templates/authentic2/registration_success_body.txt:1
1031
#: src/authentic2/templates/authentic2/registration_success_body.txt:1
1056 1032
#, python-format
1057 1033
msgid ""
1058 1034
"Hi %(full_name)s !\n"
......
1071 1047
"\n"
1072 1048
"\t%(login_url)s\n"
1073 1049

  
1074
#: authentic2/templates/authentic2/registration_success_subject.txt:1
1050
#: src/authentic2/templates/authentic2/registration_success_subject.txt:1
1075 1051
msgid "You successfully registered on"
1076 1052
msgstr "Création de compte réussie sur"
1077 1053

  
1078
#: authentic2/templates/authentic2/unauthorized.html:5
1054
#: src/authentic2/templates/authentic2/unauthorized.html:5
1079 1055
msgid "Access denied"
1080 1056
msgstr "Accès refusé"
1081 1057

  
1082
#: authentic2/templates/authentic2/unauthorized.html:9
1058
#: src/authentic2/templates/authentic2/unauthorized.html:9
1083 1059
msgid ""
1084 1060
"You are not authorized to access this service, please contact your "
1085 1061
"administrator."
......
1087 1063
"Vous n'êtes pas autorisé à accéder à ce service, veuillez contacter votre "
1088 1064
"administrateur."
1089 1065

  
1090
#: authentic2/templates/authentic2/unauthorized.html:9
1091
#: authentic2/templates/error.html:18
1092
#: authentic2/templates/registration/logout.html:10
1093
#: authentic2/templates/registration/registration_complete.html:24
1066
#: src/authentic2/templates/authentic2/unauthorized.html:9
1067
#: src/authentic2/templates/error.html:18
1068
#: src/authentic2/templates/registration/logout.html:10
1069
#: src/authentic2/templates/registration/registration_complete.html:24
1094 1070
msgid "Back"
1095 1071
msgstr "Retour"
1096 1072

  
1097
#: authentic2/templates/authentic2/unused_account_alert_body.txt:1
1073
#: src/authentic2/templates/authentic2/unused_account_alert_body.txt:1
1098 1074
#, python-format
1099 1075
msgid ""
1100 1076
"Hi %(user)s,\n"
......
1109 1085
"%(clean_threshold)s jours \n"
1110 1086
"votre compte sera supprimé."
1111 1087

  
1112
#: authentic2/templates/authentic2/unused_account_alert_subject.txt:1
1088
#: src/authentic2/templates/authentic2/unused_account_alert_subject.txt:1
1113 1089
#, python-format
1114 1090
msgid "Alert: %(user)s you have not logged since %(threshold)s"
1115 1091
msgstr "Alerte: %(user)s, vous ne vous êtes pas connecté depuis %(threshold)s"
1116 1092

  
1117
#: authentic2/templates/authentic2/unused_account_delete_body.txt:1
1093
#: src/authentic2/templates/authentic2/unused_account_delete_body.txt:1
1118 1094
#, python-format
1119 1095
msgid ""
1120 1096
"Hi %(user)s,\n"
......
1128 1104
"donc\n"
1129 1105
"été supprimé."
1130 1106

  
1131
#: authentic2/templates/authentic2/unused_account_delete_subject.txt:1
1107
#: src/authentic2/templates/authentic2/unused_account_delete_subject.txt:1
1132 1108
#, python-format
1133 1109
msgid "Notification: %(user)s, your account has been deleted"
1134 1110
msgstr "Notification: %(user)s, votre compte a été supprimé"
1135 1111

  
1136
#: authentic2/templates/error_ssl.html:4
1112
#: src/authentic2/templates/error_ssl.html:4
1137 1113
msgid "Error: authentication failure"
1138 1114
msgstr "Erreur: échec de l'authentification"
1139 1115

  
1140
#: authentic2/templates/error_ssl.html:8
1116
#: src/authentic2/templates/error_ssl.html:8
1141 1117
msgid "Authentication failure"
1142 1118
msgstr "Échec de l'authentification"
1143 1119

  
1144
#: authentic2/templates/error_ssl.html:10
1120
#: src/authentic2/templates/error_ssl.html:10
1145 1121
msgid "The SSL authentication has failed"
1146 1122
msgstr "L'authentification SSL a échouée"
1147 1123

  
1148
#: authentic2/templates/interaction/consent_attributes.html:4
1124
#: src/authentic2/templates/interaction/consent_attributes.html:4
1149 1125
msgid "Consent page for attribute propagation"
1150 1126
msgstr "Page de consentement pour la transmission des attributs"
1151 1127

  
1152
#: authentic2/templates/interaction/consent_attributes.html:14
1128
#: src/authentic2/templates/interaction/consent_attributes.html:14
1153 1129
msgid "Choose attributes to send to "
1154 1130
msgstr "Choisissez les attributs à envoyer"
1155 1131

  
1156
#: authentic2/templates/interaction/consent_attributes.html:31
1132
#: src/authentic2/templates/interaction/consent_attributes.html:31
1157 1133
msgid "Send selected"
1158 1134
msgstr "Envoyer la selection"
1159 1135

  
1160
#: authentic2/templates/interaction/consent_attributes.html:33
1136
#: src/authentic2/templates/interaction/consent_attributes.html:33
1161 1137
msgid "Send all"
1162 1138
msgstr "Tout envoyer"
1163 1139

  
1164
#: authentic2/templates/interaction/consent_attributes.html:35
1140
#: src/authentic2/templates/interaction/consent_attributes.html:35
1165 1141
msgid "Refuse all"
1166 1142
msgstr "Aucun"
1167 1143

  
1168
#: authentic2/templates/interaction/consent_federation.html:4
1144
#: src/authentic2/templates/interaction/consent_federation.html:4
1169 1145
msgid "Consent page for federation"
1170 1146
msgstr "Page de consentement pour la fédération"
1171 1147

  
1172
#: authentic2/templates/interaction/consent_federation.html:13
1148
#: src/authentic2/templates/interaction/consent_federation.html:13
1173 1149
msgid "Do you accept to federate your account with "
1174 1150
msgstr "Acceptez-vous de fédérer votre compte avec "
1175 1151

  
1176
#: authentic2/templates/interaction/consent_federation.html:15
1152
#: src/authentic2/templates/interaction/consent_federation.html:15
1177 1153
msgid "Do you accept to federate your account ?"
1178 1154
msgstr "Acceptez-vous de federez vos comptes ?"
1179 1155

  
1180
#: authentic2/templates/interaction/consent_federation.html:23
1156
#: src/authentic2/templates/interaction/consent_federation.html:23
1181 1157
msgid "Accept"
1182 1158
msgstr "Accepter"
1183 1159

  
1184
#: authentic2/templates/interaction/consent_federation.html:24
1160
#: src/authentic2/templates/interaction/consent_federation.html:24
1185 1161
msgid "Refuse"
1186 1162
msgstr "Refuser"
1187 1163

  
1188
#: authentic2/templates/registration/activate.html:5
1164
#: src/authentic2/templates/registration/activate.html:5
1189 1165
msgid "Account activation"
1190 1166
msgstr "Activer le compte sur"
1191 1167

  
1192
#: authentic2/templates/registration/activate.html:12
1168
#: src/authentic2/templates/registration/activate.html:12
1193 1169
msgid "Account successfully activated"
1194 1170
msgstr "Activation du compte réussie"
1195 1171

  
1196
#: authentic2/templates/registration/activate.html:18
1172
#: src/authentic2/templates/registration/activate.html:18
1197 1173
msgid "Account activation failed"
1198 1174
msgstr "Échec à l'activation du compte"
1199 1175

  
1200
#: authentic2/templates/registration/activation_complete.html:5
1176
#: src/authentic2/templates/registration/activation_complete.html:5
1201 1177
msgid "Your account is now activated"
1202 1178
msgstr "Votre compte est maintenant activé"
1203 1179

  
1204
#: authentic2/templates/registration/activation_email.html:5
1180
#: src/authentic2/templates/registration/activation_email.html:5
1205 1181
#, python-format
1206 1182
msgid ""
1207 1183
"You requested registration on %(site)s. To finish your registration, please\n"
......
1210 1186
"Vous avez demandé la création d'un compte sur %(site)s. <a href="
1211 1187
"\"%(registration_url)s\">Continuez la création de votre compte!</a>."
1212 1188

  
1213
#: authentic2/templates/registration/activation_email.html:9
1189
#: src/authentic2/templates/registration/activation_email.html:9
1214 1190
#, python-format
1215 1191
msgid ""
1216 1192
"You requested registration on %(site)s. You already have an\n"
......
1219 1195
"Vous demandez la création d'un compte sur %(site)s. Vous disposez déjà d'un "
1220 1196
"compte, <a href=\"%(registration_url)s\">connectez vous !</a>."
1221 1197

  
1222
#: authentic2/templates/registration/activation_email.html:15
1198
#: src/authentic2/templates/registration/activation_email.html:15
1223 1199
#, python-format
1224 1200
msgid "This link is valid for %(expiration_days)s days."
1225 1201
msgstr "Ce lien est valide pendant %(expiration_days)s jours."
1226 1202

  
1227
#: authentic2/templates/registration/activation_email.html:17
1203
#: src/authentic2/templates/registration/activation_email.html:17
1228 1204
msgid "This link is valid for 24 hours."
1229 1205
msgstr "Ce lien est valide pendant 24 heures."
1230 1206

  
1231
#: authentic2/templates/registration/activation_email.html:20
1232
#: authentic2/templates/registration/activation_email.txt:15
1207
#: src/authentic2/templates/registration/activation_email.html:20
1208
#: src/authentic2/templates/registration/activation_email.txt:15
1233 1209
#, python-format
1234 1210
msgid "If you did not register on %(site)s, ignore this email."
1235 1211
msgstr ""
1236 1212
"Si vous n'avez pas demandé la création d'un compte sur %(site)s, veuillez "
1237 1213
"ignorer ce courriel."
1238 1214

  
1239
#: authentic2/templates/registration/activation_email.txt:1
1215
#: src/authentic2/templates/registration/activation_email.txt:1
1240 1216
#, python-format
1241 1217
msgid ""
1242 1218
"You requested registration on %(site)s.\n"
......
1251 1227
"  %(registration_url)s\n"
1252 1228
"\n"
1253 1229

  
1254
#: authentic2/templates/registration/activation_email.txt:6
1230
#: src/authentic2/templates/registration/activation_email.txt:6
1255 1231
#, python-format
1256 1232
msgid ""
1257 1233
"You requested registration on %(site)s.\n"
......
1266 1242
"  %(registration_url)s\n"
1267 1243
"\n"
1268 1244

  
1269
#: authentic2/templates/registration/activation_email.txt:12
1245
#: src/authentic2/templates/registration/activation_email.txt:12
1270 1246
#, python-format
1271 1247
msgid "Link is valid for %(expiration_days)s days."
1272 1248
msgstr "Ce lien est valide pendant %(expiration_days)s jours."
1273 1249

  
1274
#: authentic2/templates/registration/activation_email.txt:13
1275
#, fuzzy
1276
#| msgid "Link is valid for %(expiration_days)s days."
1250
#: src/authentic2/templates/registration/activation_email.txt:13
1277 1251
msgid "Link is valid for 24 hours."
1278
msgstr "Ce lien est valide pendant %(expiration_days)s jours."
1252
msgstr "Ce lien est valide pendant 1 jour."
1279 1253

  
1280
#: authentic2/templates/registration/activation_email_subject.txt:1
1254
#: src/authentic2/templates/registration/activation_email_subject.txt:1
1281 1255
msgid "You requested registration on"
1282 1256
msgstr "Vous demandez la création d'un compte sur"
1283 1257

  
1284
#: authentic2/templates/registration/logout.html:5
1258
#: src/authentic2/templates/registration/logout.html:5
1285 1259
msgid "Logging out"
1286 1260
msgstr "Déconnexion"
1287 1261

  
1288
#: authentic2/templates/registration/logout.html:9
1262
#: src/authentic2/templates/registration/logout.html:9
1289 1263
msgid "Logged out"
1290 1264
msgstr "Déconnecté"
1291 1265

  
1292
#: authentic2/templates/registration/password_change_form.html:16
1266
#: src/authentic2/templates/registration/password_change_form.html:16
1293 1267
msgid ""
1294 1268
"To change your password you must provide your current password, then "
1295 1269
"provide\n"
......
1299 1273
"Pour modifier votre mot de passe vous devez fournir votre mot de passe "
1300 1274
"actuel ainsi que le nouveau, puis confirmer ce dernier."
1301 1275

  
1302
#: authentic2/templates/registration/password_reset_confirm.html:21
1276
#: src/authentic2/templates/registration/password_reset_confirm.html:21
1303 1277
msgid "Password reset failed"
1304 1278
msgstr "Ré-initialistion du mot de passe échouée"
1305 1279

  
1306
#: authentic2/templates/registration/password_reset_email.html:2
1280
#: src/authentic2/templates/registration/password_reset_email.html:2
1307 1281
#, python-format
1308 1282
msgid ""
1309 1283
"You requested reset of your password on %(hostname)s, to proceed please\n"
......
1312 1286
"Vous avez demandé la ré-initialisation de votre mot de passe sur\n"
1313 1287
"%(hostname)s, veuillez cliquer sur le lien suivant :"
1314 1288

  
1315
#: authentic2/templates/registration/password_reset_form.html:5
1316
#: authentic2/templates/registration/password_reset_form.html:10
1289
#: src/authentic2/templates/registration/password_reset_form.html:5
1290
#: src/authentic2/templates/registration/password_reset_form.html:10
1317 1291
msgid "Resetting password"
1318 1292
msgstr "Ré-initialiser le mot de passe"
1319 1293

  
1320
#: authentic2/templates/registration/password_reset_subject.txt:2
1294
#: src/authentic2/templates/registration/password_reset_subject.txt:2
1321 1295
#, python-format
1322 1296
msgid "Password reset on %(hostname)s"
1323 1297
msgstr "Ré-initialiser le mot de passe sur %(hostname)s"
1324 1298

  
1325
#: authentic2/templates/registration/registration_closed.html:5
1326
#: authentic2/templates/registration/registration_closed.html:9
1299
#: src/authentic2/templates/registration/registration_closed.html:5
1300
#: src/authentic2/templates/registration/registration_closed.html:9
1327 1301
msgid "Registration closed"
1328 1302
msgstr "La création de compte est actuellement interdite."
1329 1303

  
1330
#: authentic2/templates/registration/registration_complete.html:5
1304
#: src/authentic2/templates/registration/registration_complete.html:5
1331 1305
msgid "Registration in progress"
1332 1306
msgstr "Création du compte en cours"
1333 1307

  
1334
#: authentic2/templates/registration/registration_complete.html:10
1308
#: src/authentic2/templates/registration/registration_complete.html:10
1335 1309
#, python-format
1336 1310
msgid ""
1337 1311
"\n"
......
1342 1316
"   <p>Un courriel a été envoyé à %(email)s.</p>\n"
1343 1317
"  "
1344 1318

  
1345
#: authentic2/templates/registration/registration_complete.html:14
1319
#: src/authentic2/templates/registration/registration_complete.html:14
1346 1320
#, python-format
1347 1321
msgid ""
1348 1322
"\n"
......
1356 1330
"p>\n"
1357 1331
"  "
1358 1332

  
1359
#: authentic2/templates/registration/registration_complete.html:19
1333
#: src/authentic2/templates/registration/registration_complete.html:19
1360 1334
msgid ""
1361 1335
"\n"
1362 1336
"    <p>Follow instruction in this email to continue your registration, this\n"
......
1368 1342
"votre compte, il restera valide pendant 24 heures.</p>\n"
1369 1343
"  "
1370 1344

  
1371
#: authentic2/templates/registration/registration_completion_choose.html:17
1345
#: src/authentic2/templates/registration/registration_completion_choose.html:17
1372 1346
msgid ""
1373 1347
"An account already exists for this email. Please click on the account name "
1374 1348
"to log in with."
......
1382 1356
"Plusieurs comptes sont associés à cette adresse de courriel.\n"
1383 1357
"Veuillez choisir le compte avec lequel vous souhaitez vous connecter :"
1384 1358

  
1385
#: authentic2/templates/registration/registration_completion_choose.html:27
1359
#: src/authentic2/templates/registration/registration_completion_choose.html:27
1386 1360
#, python-format
1387 1361
msgid "Account #%(c)s: %(fullname)s"
1388 1362
msgstr "Compte #%(c)s: %(fullname)s"
1389 1363

  
1390
#: authentic2/templates/registration/registration_completion_choose.html:30
1364
#: src/authentic2/templates/registration/registration_completion_choose.html:30
1391 1365
#, python-format
1392 1366
msgid ""
1393 1367
"created on %(creation_date)s\n"
1394 1368
"                    "
1395 1369
msgstr "créé le %(creation_date)s"
1396 1370

  
1397
#: authentic2/templates/registration/registration_completion_choose.html:33
1371
#: src/authentic2/templates/registration/registration_completion_choose.html:33
1398 1372
#, python-format
1399 1373
msgid "last login on %(login_date)s"
1400 1374
msgstr "date de dernière connexion: %(login_date)s"
1401 1375

  
1402
#: authentic2/templates/registration/registration_completion_choose.html:42
1376
#: src/authentic2/templates/registration/registration_completion_choose.html:42
1403 1377
msgid "or"
1404 1378
msgstr "ou"
1405 1379

  
1406
#: authentic2/templates/registration/registration_completion_choose.html:44
1380
#: src/authentic2/templates/registration/registration_completion_choose.html:44
1407 1381
msgid "create a new account"
1408 1382
msgstr "créez un nouveau compte"
1409 1383

  
1410
#: authentic2/templates/registration/registration_completion_form.html:27
1384
#: src/authentic2/templates/registration/registration_completion_form.html:27
1411 1385
msgid "Please fill the form to complete your registration"
1412 1386
msgstr ""
1413 1387
"Veuillez remplir le formulaire afin de finir la création de votre compte"
1414 1388

  
1415
#: authentic2/utils.py:558
1389
#: src/authentic2/utils.py:557
1416 1390
msgid "The form was out of date, please try again."
1417 1391
msgstr "Ce formulaire était périmé, veuillez ré-essayer."
1418 1392

  
1419
#: authentic2/utils.py:809
1393
#: src/authentic2/utils.py:794
1420 1394
msgid ""
1421 1395
"Your user is already switched, go to your account page and come back to your "
1422 1396
"original user to do it again."
......
1424 1398
"Vous avez déjà procédé à une reconnexion, veuillez allez sur « Mon compte » "
1425 1399
"pour vous reconnecter avec votre utilisateur d'origine."
1426 1400

  
1427
#: authentic2/utils.py:825
1401
#: src/authentic2/utils.py:810
1428 1402
#, python-format
1429 1403
msgid "Successfully switched to user %s"
1430 1404
msgstr "Re-connexion avec l'utilisateur « %s » réussie"
1431 1405

  
1432
#: authentic2/utils.py:841
1406
#: src/authentic2/utils.py:826
1433 1407
#, python-format
1434 1408
msgid "Successfully switched back to user %s"
1435 1409
msgstr "Re-connexion avec l'utilisateur « %s » réussie"
1436 1410

  
1437
#: authentic2/utils.py:845
1411
#: src/authentic2/utils.py:830
1438 1412
msgid "No user to switch back to"
1439 1413
msgstr "Pas d'utilisateur vers lequel se reconnecter"
1440 1414

  
1441
#: authentic2/utils.py:926
1415
#: src/authentic2/utils.py:911
1442 1416
#, python-format
1443 1417
msgid "%s day"
1444 1418
msgid_plural "%s days"
1445 1419
msgstr[0] "%s jour"
1446 1420
msgstr[1] "%s jours"
1447 1421

  
1448
#: authentic2/utils.py:928
1422
#: src/authentic2/utils.py:913
1449 1423
#, python-format
1450 1424
msgid "%s hour"
1451 1425
msgid_plural "%s hours"
1452 1426
msgstr[0] "%s heure"
1453 1427
msgstr[1] "%s heures"
1454 1428

  
1455
#: authentic2/utils.py:930
1429
#: src/authentic2/utils.py:915
1456 1430
#, python-format
1457 1431
msgid "%s minute"
1458 1432
msgid_plural "%s minutes"
1459 1433
msgstr[0] "%s minute"
1460 1434
msgstr[1] "%s minutes"
1461 1435

  
1462
#: authentic2/utils.py:932
1436
#: src/authentic2/utils.py:917
1463 1437
#, python-format
1464 1438
msgid "%s second"
1465 1439
msgid_plural "%s seconds"
1466 1440
msgstr[0] "%s seconde"
1467 1441
msgstr[1] "%s secondes"
1468 1442

  
1469
#: authentic2/validators.py:47
1443
#: src/authentic2/validators.py:47
1470 1444
msgid "Enter a valid email address."
1471 1445
msgstr "Entrez une adresse de courriel valide."
1472 1446

  
1473
#: authentic2/validators.py:53
1447
#: src/authentic2/validators.py:53
1474 1448
msgid "Email domain is invalid"
1475 1449
msgstr "Le domaine de l'adresse de courriel est invalide."
1476 1450

  
1477
#: authentic2/validators.py:69
1451
#: src/authentic2/validators.py:69
1478 1452
msgid "Invalid email address."
1479 1453
msgstr "Adresse de courriel invalide."
1480 1454

  
1481
#: authentic2/validators.py:77
1455
#: src/authentic2/validators.py:77
1482 1456
msgid "Nonexistent domain."
1483 1457
msgstr "Domaine inexistant."
1484 1458

  
1485
#: authentic2/validators.py:79
1459
#: src/authentic2/validators.py:79
1486 1460
msgid "Nonexistent email address."
1487 1461
msgstr "Adresse de courriel inexistante."
1488 1462

  
1489
#: authentic2/validators.py:95
1463
#: src/authentic2/validators.py:100
1490 1464
#, python-format
1491
msgid "password must contain at least %d characters"
1492
msgstr "Le mot de passe doit contenir au moins %d caractères."
1465
msgid "In order to create a secure password, please use at least: %s"
1466
msgstr "Pour la sécurité du mot de passe veuillez avoir a minima : %s"
1493 1467

  
1494
#: authentic2/validators.py:104
1495
#, python-format
1496
msgid ""
1497
"password must contain characters from at least %d classes among: lowercase "
1498
"letters, uppercase letters, digits, and punctuations"
1499
msgstr ""
1500
"Le mot de passe doit contenir des caractères d'au moins %d types parmi: "
1501
"minuscules, majuscules, chiffres et ponctuations."
1502

  
1503
#: authentic2/validators.py:110
1504
#, python-format
1505
msgid "your password dit not match the regular expession %s"
1506
msgstr "Votre mot de passe ne valide pas l'expression régulière %s."
1507

  
1508
#: authentic2/validators.py:125
1509
#, python-format
1510
msgid ""
1511
"Your password must contain at least %(min_length)d characters from at least "
1512
"%(min_classes)d classes among: lowercase letters, uppercase letters, digits "
1513
"and punctuations."
1514
msgstr ""
1515
"Le mot de passe doit contenir au moins %(min_length)d caractères d'au moins "
1516
"%(min_classes)d types parmi : minuscules, majuscules, chiffres et "
1517
"ponctuation."
1518

  
1519
#: authentic2/validators.py:132
1520
#, python-format
1521
msgid "Your password must contain at least %(min_length)d characters."
1522
msgstr "Le mot de passe doit contenir au moins %(min_length)d caractères."
1523

  
1524
#: authentic2/validators.py:134
1525
#, python-format
1526
msgid ""
1527
"Your password must contain characters from at least %(min_classes)d classes "
1528
"among: lowercase letters, uppercase letters, digits and punctuations."
1529
msgstr ""
1530
"Le mot de passe doit contenir des caractères d'au moins %(min_classes)d "
1531
"types parmi: minuscules, majuscules, chiffres et ponctuations."
1532

  
1533
#: authentic2/validators.py:139
1534
#, python-format
1535
msgid ""
1536
"Your password must match the regular expression: %(regexp)s, please change "
1537
"this message using the A2_PASSWORD_POLICY_REGEX_ERROR_MSG setting."
1538
msgstr ""
1539
"Votre mot de passe ne valide pas l'expression régulière %(regexp)s. Veuillez "
1540
"changer ce message en modifiant le paramètre "
1541
"A2_PASSWORD_POLICY_REGEX_ERROR_MSG."
1542

  
1543
#: authentic2/views.py:175
1468
#: src/authentic2/views.py:174
1544 1469
msgid "Email Change"
1545 1470
msgstr "Changement d'adresse de courriel"
1546 1471

  
1547
#: authentic2/views.py:199
1472
#: src/authentic2/views.py:198
1548 1473
msgid ""
1549 1474
"Your request for changing your email is received. An email of validation was "
1550 1475
"sent to you. Please click on the link contained inside."
......
1553 1478
"courriel de validation vous a été envoyé. Veuillez cliquer sur le lien "
1554 1479
"contenu dans ce courriel."
1555 1480

  
1556
#: authentic2/views.py:227
1481
#: src/authentic2/views.py:226
1557 1482
msgid "This email is already used by another account."
1558 1483
msgstr "Cette adresse de courriel est déjà utilisée par un autre compte."
1559 1484

  
1560
#: authentic2/views.py:232
1485
#: src/authentic2/views.py:231
1561 1486
#, python-brace-format
1562 1487
msgid "your request for changing your email for {0} is successful"
1563 1488
msgstr "Votre demande de changement d'adresse de courriel pour {0} est validée"
1564 1489

  
1565
#: authentic2/views.py:239
1490
#: src/authentic2/views.py:238
1566 1491
msgid "your request for changing your email is too old, try again"
1567 1492
msgstr ""
1568 1493
"Votre demande de changement d'adresse de courriel est trop ancienne, "
1569 1494
"veuillez réessayez"
1570 1495

  
1571
#: authentic2/views.py:242
1496
#: src/authentic2/views.py:241
1572 1497
msgid "your request for changing your email is invalid, try again"
1573 1498
msgstr ""
1574 1499
"Votre demande de changement d'adresse de courriel est invalide, veuillez "
1575 1500
"réessayer"
1576 1501

  
1577
#: authentic2/views.py:245
1502
#: src/authentic2/views.py:244
1578 1503
msgid "your request for changing your email was not on this site, try again"
1579 1504
msgstr ""
1580 1505
"Votre demande de changement d'adresse de courriel vient d'un autre site que "
1581 1506
"celui-ci."
1582 1507

  
1583
#: authentic2/views.py:248
1508
#: src/authentic2/views.py:247
1584 1509
msgid "your request for changing your email is for an unknown user, try again"
1585 1510
msgstr ""
1586 1511
"Votre demande de changement d'adresse de courriel concerne un utilisateur "
1587 1512
"inconnu."
1588 1513

  
1589
#: authentic2/views.py:551
1514
#: src/authentic2/views.py:555
1590 1515
msgid "Logging out from all your services"
1591 1516
msgstr "Déconnexion de toutes vos applications"
1592 1517

  
1593
#: authentic2/views.py:577
1518
#: src/authentic2/views.py:581
1594 1519
msgid "You have been logged out"
1595 1520
msgstr "Vous avez été déconnecté."
1596 1521

  
1597
#: authentic2/views.py:614
1522
#: src/authentic2/views.py:618
1598 1523
msgid "The page is out of date, it was reloaded for you"
1599 1524
msgstr ""
1600 1525
"Cette page est périmée car vous vous êtes connecté entre temps; nous l'avons "
1601 1526
"rechargé pour vous."
1602 1527

  
1603
#: authentic2/widgets.py:124
1528
#: src/authentic2/widgets.py:124
1604 1529
msgid "Format:"
1605 1530
msgstr "Format :"
1606

  
1607
#~ msgid "Modify"
1608
#~ msgstr "Modifier"
1609

  
1610
#~ msgid "Authentic2 Plugin Template"
1611
#~ msgstr "Modèle de greffon Authentic 2"
1612

  
1613
#~ msgid "Changing password"
1614
#~ msgstr "Modification du mot de passe"
src/authentic2_idp_oidc/locale/fr/LC_MESSAGES/django.po
7 7
msgstr ""
8 8
"Project-Id-Version: Authentic\n"
9 9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2018-01-24 12:02+0100\n"
10
"POT-Creation-Date: 2018-07-18 10:33+0200\n"
11 11
"PO-Revision-Date: 2018-04-03 09:50+0200\n"
12 12
"Last-Translator: Benjamin Dauvergne <bdauvergne@entrouvert.com>\n"
13 13
"Language-Team: None\n"
......
17 17
"Content-Transfer-Encoding: 8bit\n"
18 18
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
19 19

  
20
#: src/authentic2_idp_oidc/__init__.py:20
21
msgid "OpenID Connect authentication"
22
msgstr "Authentification OpenID Connect"
23

  
24
#: src/authentic2_idp_oidc/models.py:46 src/authentic2_idp_oidc/models.py:176
25
#: src/authentic2_idp_oidc/models.py:237
20
#: src/authentic2_idp_oidc/models.py:48 src/authentic2_idp_oidc/models.py:188
21
#: src/authentic2_idp_oidc/models.py:249
26 22
msgid "uuid"
27 23
msgstr "identifiant unique interne"
28 24

  
29
#: src/authentic2_idp_oidc/models.py:47
25
#: src/authentic2_idp_oidc/models.py:49
30 26
msgid "pairwise unreversible"
31 27
msgstr "pseudonyme irréversible"
32 28

  
33
#: src/authentic2_idp_oidc/models.py:48
29
#: src/authentic2_idp_oidc/models.py:50
34 30
msgid "pairwise reversible"
35 31
msgstr "pseudonyme réversible"
36 32

  
37
#: src/authentic2_idp_oidc/models.py:49
33
#: src/authentic2_idp_oidc/models.py:51
38 34
msgid "email"
39 35
msgstr "courriel"
40 36

  
41
#: src/authentic2_idp_oidc/models.py:55
37
#: src/authentic2_idp_oidc/models.py:57
42 38
msgid "RSA"
43 39
msgstr "RSA"
44 40

  
45
#: src/authentic2_idp_oidc/models.py:56
41
#: src/authentic2_idp_oidc/models.py:58
46 42
msgid "HMAC"
47 43
msgstr "HMAC"
48 44

  
49
#: src/authentic2_idp_oidc/models.py:61
45
#: src/authentic2_idp_oidc/models.py:63
50 46
msgid "authorization code"
51 47
msgstr "code d'autorisation"
52 48

  
53
#: src/authentic2_idp_oidc/models.py:62
49
#: src/authentic2_idp_oidc/models.py:64
54 50
msgid "implicit/native"
55 51
msgstr ""
56 52

  
57
#: src/authentic2_idp_oidc/models.py:69
53
#: src/authentic2_idp_oidc/models.py:71
58 54
msgid "authorization by service"
59 55
msgstr "autoriser par service"
60 56

  
61
#: src/authentic2_idp_oidc/models.py:70
57
#: src/authentic2_idp_oidc/models.py:72
62 58
msgid "authorization by ou"
63 59
msgstr "autoriser par collectivité"
64 60

  
65
#: src/authentic2_idp_oidc/models.py:71
61
#: src/authentic2_idp_oidc/models.py:73
66 62
msgid "none"
67 63
msgstr ""
68 64

  
69
#: src/authentic2_idp_oidc/models.py:76 src/authentic2_idp_oidc/models.py:145
65
#: src/authentic2_idp_oidc/models.py:78 src/authentic2_idp_oidc/models.py:157
70 66
msgid "client id"
71 67
msgstr ""
72 68

  
73
#: src/authentic2_idp_oidc/models.py:81
69
#: src/authentic2_idp_oidc/models.py:83
74 70
msgid "client secret"
75 71
msgstr ""
76 72

  
77
#: src/authentic2_idp_oidc/models.py:84
73
#: src/authentic2_idp_oidc/models.py:86
78 74
msgid "time during which the token is valid"
79 75
msgstr ""
80 76

  
81
#: src/authentic2_idp_oidc/models.py:91
77
#: src/authentic2_idp_oidc/models.py:93
82 78
msgid "authorization mode"
83 79
msgstr "mode d'autorisation"
84 80

  
85
#: src/authentic2_idp_oidc/models.py:93
81
#: src/authentic2_idp_oidc/models.py:95
86 82
msgid "authorization flow"
87 83
msgstr "processus d'autorisation"
88 84

  
89
#: src/authentic2_idp_oidc/models.py:97
85
#: src/authentic2_idp_oidc/models.py:99
90 86
msgid "redirect URIs"
91 87
msgstr "URIs de redirection"
92 88

  
93
#: src/authentic2_idp_oidc/models.py:100
89
#: src/authentic2_idp_oidc/models.py:102
94 90
msgid "post logout redirect URIs"
95 91
msgstr "URIs de redirection après déconnexion"
96 92

  
97
#: src/authentic2_idp_oidc/models.py:105
93
#: src/authentic2_idp_oidc/models.py:107
98 94
msgid "sector identifier URI"
99 95
msgstr "URI d'identifiant de secteur"
100 96

  
101
#: src/authentic2_idp_oidc/models.py:108
97
#: src/authentic2_idp_oidc/models.py:110
102 98
msgid "identifier policy"
103 99
msgstr "politique des identifiants"
104 100

  
105
#: src/authentic2_idp_oidc/models.py:114
101
#: src/authentic2_idp_oidc/models.py:116
106 102
msgid "IDToken signature algorithm"
107 103
msgstr "algorithme de signature de l'IDToken"
108 104

  
109
#: src/authentic2_idp_oidc/models.py:116
105
#: src/authentic2_idp_oidc/models.py:118
110 106
msgid "has API access"
111 107
msgstr "doit accéder à l'API"
112 108

  
113
#: src/authentic2_idp_oidc/models.py:125 src/authentic2_idp_oidc/models.py:156
114
#: src/authentic2_idp_oidc/models.py:202 src/authentic2_idp_oidc/models.py:253
109
#: src/authentic2_idp_oidc/models.py:121
110
msgid "frontchannel logout URI"
111
msgstr "URI de déconnexion frontchannel"
112

  
113
#: src/authentic2_idp_oidc/models.py:124
114
msgid "frontchannel timeout"
115
msgstr "temps d'expiration pour la déconnexion frontchannel"
116

  
117
#: src/authentic2_idp_oidc/models.py:134 src/authentic2_idp_oidc/models.py:168
118
#: src/authentic2_idp_oidc/models.py:214 src/authentic2_idp_oidc/models.py:265
115 119
msgid "created"
116 120
msgstr "créé"
117 121

  
118
#: src/authentic2_idp_oidc/models.py:128
122
#: src/authentic2_idp_oidc/models.py:137
119 123
msgid "modified"
120 124
msgstr "modifié"
121 125

  
122
#: src/authentic2_idp_oidc/models.py:143
126
#: src/authentic2_idp_oidc/models.py:155
123 127
msgid "client ct"
124 128
msgstr ""
125 129

  
126
#: src/authentic2_idp_oidc/models.py:149 src/authentic2_idp_oidc/models.py:183
127
#: src/authentic2_idp_oidc/models.py:244
130
#: src/authentic2_idp_oidc/models.py:161 src/authentic2_idp_oidc/models.py:195
131
#: src/authentic2_idp_oidc/models.py:256
128 132
msgid "user"
129 133
msgstr "utilisateur"
130 134

  
131
#: src/authentic2_idp_oidc/models.py:152 src/authentic2_idp_oidc/models.py:185
132
#: src/authentic2_idp_oidc/models.py:246
135
#: src/authentic2_idp_oidc/models.py:164 src/authentic2_idp_oidc/models.py:197
136
#: src/authentic2_idp_oidc/models.py:258
133 137
msgid "scopes"
134 138
msgstr ""
135 139

  
136
#: src/authentic2_idp_oidc/models.py:159 src/authentic2_idp_oidc/models.py:205
137
#: src/authentic2_idp_oidc/models.py:256
140
#: src/authentic2_idp_oidc/models.py:171 src/authentic2_idp_oidc/models.py:217
141
#: src/authentic2_idp_oidc/models.py:268
138 142
msgid "expire"
139 143
msgstr "expiration"
140 144

  
141
#: src/authentic2_idp_oidc/models.py:180 src/authentic2_idp_oidc/models.py:241
145
#: src/authentic2_idp_oidc/models.py:192 src/authentic2_idp_oidc/models.py:253
146
#: src/authentic2_idp_oidc/models.py:305
142 147
msgid "client"
143 148
msgstr ""
144 149

  
145
#: src/authentic2_idp_oidc/models.py:188
150
#: src/authentic2_idp_oidc/models.py:200
146 151
msgid "state"
147 152
msgstr "statut"
148 153

  
149
#: src/authentic2_idp_oidc/models.py:191
154
#: src/authentic2_idp_oidc/models.py:203
150 155
msgid "nonce"
151 156
msgstr ""
152 157

  
153
#: src/authentic2_idp_oidc/models.py:193
158
#: src/authentic2_idp_oidc/models.py:205
154 159
msgid "redirect URI"
155 160
msgstr "URI de redirection"
156 161

  
157
#: src/authentic2_idp_oidc/models.py:195 src/authentic2_idp_oidc/models.py:248
162
#: src/authentic2_idp_oidc/models.py:207 src/authentic2_idp_oidc/models.py:260
158 163
msgid "session key"
159 164
msgstr "clé de session"
160 165

  
161
#: src/authentic2_idp_oidc/models.py:198
166
#: src/authentic2_idp_oidc/models.py:210
162 167
msgid "auth time"
163 168
msgstr "date d'autorisation"
164 169

  
170
#: src/authentic2_idp_oidc/models.py:308
171
msgid "attribute name"
172
msgstr "nom d'attribut"
173

  
174
#: src/authentic2_idp_oidc/models.py:311
175
msgid "attribute value"
176
msgstr "valeur de l'attribut"
177

  
178
#: src/authentic2_idp_oidc/models.py:314
179
msgid "attribute scopes"
180
msgstr "scopes liés à cet attribut"
181

  
165 182
#: src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html:5
166 183
#, python-format
167 184
msgid "Do you want to be authenticated on service %(client_name)s ?"
168
msgstr "Souhaitez-vous être authentifié sur le service %(client_name)s&nbsp;?"
185
msgstr "Souhaitez-vous être authentifié sur le service %(client_name)s ?"
169 186

  
170 187
#: src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html:7
171 188
msgid "The following informations will be sent to the service:"
172
msgstr "Les informations suivantes seront envoyées au service&nbsp;:"
189
msgstr "Les informations suivantes seront envoyées au service :"
173 190

  
174 191
#: src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html:11
175 192
msgid "Your first and last name, your username"
176 193
msgstr "Vos prénom, nom et identifiants"
177 194

  
178 195
#: src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html:13
179
msgid "Your email"
196
msgid "Your email:"
180 197
msgstr "Votre adresse de courriel :"
181 198

  
182 199
#: src/authentic2_idp_oidc/templates/authentic2_idp_oidc/authorization.html:19
......
187 204
msgid "Refuse"
188 205
msgstr "Refuser"
189 206

  
190
#: src/authentic2_idp_oidc/views.py:442
207
#: src/authentic2_idp_oidc/templates/authentic2_idp_oidc/logout_fragment.html:2
208
#, python-format
209
msgid "Sending logout to %(name)s..."
210
msgstr "Déconnexion de %(name)s..."
211

  
212
#: src/authentic2_idp_oidc/views.py:449
191 213
msgid "Invalid post logout URI"
192 214
msgstr "URI de retour après déconnexion invalide"
193
-