From bbf31300b2e55eaea74cd0fe7954a7ec590fa475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 28 Sep 2018 10:53:20 +0200 Subject: [PATCH] correctly translate "name" (#26812) --- src/authentic2/locale/fr/LC_MESSAGES/django.po | 4 ++-- src/authentic2/manager/locale/fr/LC_MESSAGES/django.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/authentic2/locale/fr/LC_MESSAGES/django.po b/src/authentic2/locale/fr/LC_MESSAGES/django.po index de0264ec..dc9e695a 100644 --- a/src/authentic2/locale/fr/LC_MESSAGES/django.po +++ b/src/authentic2/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Authentic\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-07-23 11:07+0200\n" -"PO-Revision-Date: 2018-07-23 11:08+0200\n" +"PO-Revision-Date: 2018-09-28 11:03+0200\n" "Last-Translator: Mikaƫl Ates \n" "Language-Team: None\n" "Language: fr\n" @@ -472,7 +472,7 @@ msgstr "description" #: src/authentic2/models.py:131 src/authentic2/models.py:324 msgid "name" -msgstr "identifiant" +msgstr "nom" #: src/authentic2/models.py:134 msgid "required" diff --git a/src/authentic2/manager/locale/fr/LC_MESSAGES/django.po b/src/authentic2/manager/locale/fr/LC_MESSAGES/django.po index 023ae358..5f0f7ee0 100644 --- a/src/authentic2/manager/locale/fr/LC_MESSAGES/django.po +++ b/src/authentic2/manager/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: authentic2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-09-18 11:35+0200\n" -"PO-Revision-Date: 2018-09-18 11:35+0200\n" +"PO-Revision-Date: 2018-09-28 10:53+0200\n" "Last-Translator: Benjamin Dauvergne \n" "Language-Team: French \n" "Language: \n" @@ -283,7 +283,7 @@ msgstr "Nombre de membres directs" #: manager/tables.py:99 manager/tables.py:159 msgid "name" -msgstr "identifiant" +msgstr "nom" #: manager/tables.py:102 msgid "Direct child" -- 2.19.0