From 3e0e93efaf60b5ee6593dc733cae179295790701 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 7 Apr 2025 15:06:26 +0200
Subject: [PATCH] lang

---
 src/strass/strass_app/locale/en/LC_MESSAGES/django.po | 3 +++
 src/strass/strass_app/locale/fr/LC_MESSAGES/django.po | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/strass/strass_app/locale/en/LC_MESSAGES/django.po b/src/strass/strass_app/locale/en/LC_MESSAGES/django.po
index d728cb64..360ad9b9 100644
--- a/src/strass/strass_app/locale/en/LC_MESSAGES/django.po
+++ b/src/strass/strass_app/locale/en/LC_MESSAGES/django.po
@@ -293,6 +293,9 @@ msgstr "Too much choices selected (%(c)i), at most %(m)i choices are allowed."
 msgid "The email cannot be used to apply"
 msgstr ""
 
+msgid "Error while importing CV"
+msgstr ""
+
 msgid "AppSettingsForm.reviewer_can_see_all_candidates.label"
 msgstr "Reviewers can read all applications."
 
diff --git a/src/strass/strass_app/locale/fr/LC_MESSAGES/django.po b/src/strass/strass_app/locale/fr/LC_MESSAGES/django.po
index f9fdc50c..f6e166e8 100644
--- a/src/strass/strass_app/locale/fr/LC_MESSAGES/django.po
+++ b/src/strass/strass_app/locale/fr/LC_MESSAGES/django.po
@@ -306,6 +306,9 @@ msgstr ""
 msgid "The email cannot be used to apply"
 msgstr "Ce courriel ne peut être utilisé pour soumettre une candidature."
 
+msgid "Error while importing CV"
+msgstr "Erreur durant l'import du CV"
+
 msgid "AppSettingsForm.reviewer_can_see_all_candidates.label"
 msgstr "Les reviewers peuvent voir toutes les dossiers de candidature."
 
-- 
GitLab