Projet

Général

Profil

0002-add-UI-messages-23210.patch

Emmanuel Cazenave, 03 mai 2018 11:42

Télécharger (3,3 ko)

Voir les différences:

Subject: [PATCH 2/2] add UI messages (#23210)

 .../locale/fr/LC_MESSAGES/django.po           |  6 ++++-
 .../manager/locale/fr/LC_MESSAGES/django.po   | 24 +++++++++++++++++--
 2 files changed, 27 insertions(+), 3 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-03-17 17:39+0100\n"
10
"POT-Creation-Date: 2018-05-02 12:09+0200\n"
11 11
"PO-Revision-Date: 2018-03-17 17:39+0100\n"
12 12
"Last-Translator: Mikaël Ates <mates@entrouvert.com>\n"
13 13
"Language-Team: None\n"
......
327 327
"Vous avez fait trop d'erreurs de connexions, vous devez attendre <span class="
328 328
"\"js-seconds-until\">%s</span> secondes avant de pouvoir à nouveau essayer."
329 329

  
330
#: forms.py:197
331
msgid "Site Export File"
332
msgstr "Fichier d'export de site"
333

  
330 334
#: hashers.py:82 hashers.py:112
331 335
msgid "algorithm"
332 336
msgstr "algorithme"
src/authentic2/manager/locale/fr/LC_MESSAGES/django.po
7 7
msgstr ""
8 8
"Project-Id-Version: authentic2\n"
9 9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2018-04-17 10:39+0200\n"
10
"POT-Creation-Date: 2018-05-02 11:49+0200\n"
11 11
"PO-Revision-Date: 2018-04-17 10:40+0200\n"
12 12
"Last-Translator: Benjamin Dauvergne <bdauvergne@entrouvert.com>\n"
13 13
"Language-Team: French <fr@li.org>\n"
......
396 396
"and applications."
397 397
msgstr "Gérer les collectivités, les utilisateurs, les rôles et les services"
398 398

  
399
#: manager/templates/authentic2/manager/homepage.html:23
399
#: manager/templates/authentic2/manager/homepage.html:11
400
msgid "Export Site"
401
msgstr "Exporter le site"
402

  
403
#: manager/templates/authentic2/manager/homepage.html:12
404
msgid "Import Site"
405
msgstr "Importer un site"
406

  
407
#: manager/templates/authentic2/manager/homepage.html:29
400 408
#: manager/templates/authentic2/manager/user_add.html:10
401 409
#: manager/templates/authentic2/manager/user_detail.html:24
402 410
#: manager/templates/authentic2/manager/user_edit.html:7
......
652 660
"Souhaitez-vous vraiment retirer le rôle « %(name)s » du service "
653 661
"« %(object)s » ?"
654 662

  
663
#: manager/templates/authentic2/manager/site_import.html:5
664
msgid "Site Import"
665
msgstr "Importation de site"
666

  
667
#: manager/templates/authentic2/manager/site_import.html:14
668
msgid "Import"
669
msgstr "Importer"
670

  
655 671
#: manager/templates/authentic2/manager/user_change_email.html:6
656 672
msgid ""
657 673
"User's email will not be changed immediately. First an email will be sent to "
......
948 964
msgid "Edit %s"
949 965
msgstr "Éditer l'objet « %s »"
950 966

  
967
#: manager/views.py:632
968
msgid "File is not in the expected JSON format."
969
msgstr "Le fichier n'est pas au format JSON attendu."
970

  
951 971
#~ msgid "Logout"
952 972
#~ msgstr "Déconnexion"
953
-