Projet

Général

Profil

0001-translation-adjust-matching-password-messages-25409.patch

Frédéric Péters, 23 juillet 2018 09:51

Télécharger (1,55 ko)

Voir les différences:

Subject: [PATCH] translation: adjust matching password messages (#25409)

 src/authentic2/locale/fr/LC_MESSAGES/django.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
src/authentic2/locale/fr/LC_MESSAGES/django.po
8 8
"Project-Id-Version: Authentic\n"
9 9
"Report-Msgid-Bugs-To: \n"
10 10
"POT-Creation-Date: 2018-07-19 22:07+0200\n"
11
"PO-Revision-Date: 2018-07-05 14:08+0200\n"
11
"PO-Revision-Date: 2018-07-23 09:51+0200\n"
12 12
"Last-Translator: Mikaël Ates <mates@entrouvert.com>\n"
13 13
"Language-Team: None\n"
14 14
"Language: fr\n"
......
318 318

  
319 319
#: src/authentic2/forms/fields.py:29
320 320
msgid "Both passwords must match."
321
msgstr "Les deux mots de passe doivent être égaux."
321
msgstr "Les deux mots de passe doivent être identiques."
322 322

  
323 323
#: src/authentic2/forms/fields.py:30
324 324
msgid "Passwords match."
325
msgstr "Les mots de passe sont égaux."
325
msgstr "Les mots de passe sont identiques."
326 326

  
327 327
#: src/authentic2/forms/fields.py:31
328 328
msgid "Passwords do not match."
329
msgstr "Les mots de passe ne sont pas égaux."
329
msgstr "Les mots de passe ne sont pas identiques."
330 330

  
331 331
#: src/authentic2/forms/widgets.py:125
332 332
msgid "Format:"
333
-