From 995761a52c334447cde571e984fbfda205ecc0ed Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 24 May 2018 18:12:42 +0200
Subject: [PATCH] more neutral formulation

---
 lib/AccountManager/L10N/fr.pm             | 2 +-
 templates/web/complete_challenge.tt2.html | 2 +-
 templates/web/select_email.tt2.html       | 2 +-
 templates/web/select_federation.tt2.html  | 4 ++--
 templates/web/select_sp.tt2.html          | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm
index a84c069..5e05cf0 100644
--- a/lib/AccountManager/L10N/fr.pm
+++ b/lib/AccountManager/L10N/fr.pm
@@ -72,7 +72,7 @@ our %Lexicon = (
     "Best Regards" => "Cordialement",
     "Next" => "Suivant",
     "Previous" => "Précédent",
-    "Select your federation" => "Sélectionnez votre fédération",
+    "Select a federation" => "Sélectionnez une fédération",
     "Select the federation corresponding to the service you want to test:" => "Sélectionner la fédération correspondant au service à tester:",
     "As part of the GÉANT 2020 Framework Partnership Agreement (FPA), this project receives funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 731122 (GN4-2)." => "En tant que membre de l'accord GÉANT 2020 Framework Partnership Agreement (FPA), ce projet bénéficie d'un financement du programme de recherche de l'Union Européenne Horizon 2020 sous l'agrément No. 731122 (GN4-2).",
     "Test another service" => "Tester un autre service",
diff --git a/templates/web/complete_challenge.tt2.html b/templates/web/complete_challenge.tt2.html
index 373d256..2ff2529 100644
--- a/templates/web/complete_challenge.tt2.html
+++ b/templates/web/complete_challenge.tt2.html
@@ -2,7 +2,7 @@
 <form class="wizard clearfix" action="[% app.url %]" method="get">
     <div class="steps clearfix">
         <ol>
-            <li class="done">[% lh.maketext("Select your federation") %]</li>
+            <li class="done">[% lh.maketext("Select a federation") %]</li>
             <li class="done">[% lh.maketext("Select your service") %]</li>
             <li class="done">[% lh.maketext("Select your email address") %]</li>
             <li class="current">[% lh.maketext("Complete email challenge") %]</li>
diff --git a/templates/web/select_email.tt2.html b/templates/web/select_email.tt2.html
index e7d198f..2672807 100644
--- a/templates/web/select_email.tt2.html
+++ b/templates/web/select_email.tt2.html
@@ -2,7 +2,7 @@
 <form class="wizard clearfix" action="[% app.url %]" method="get">
     <div class="steps clearfix">
         <ol>
-            <li class="done">[% lh.maketext("Select your federation") %]</li>
+            <li class="done">[% lh.maketext("Select a federation") %]</li>
             <li class="done">[% lh.maketext("Select your service") %]</li>
             <li class="current">[% lh.maketext("Select your email address") %]</li>
             <li class="disabled">[% lh.maketext("Complete email challenge") %]</li>
diff --git a/templates/web/select_federation.tt2.html b/templates/web/select_federation.tt2.html
index de7fd7e..02666bb 100644
--- a/templates/web/select_federation.tt2.html
+++ b/templates/web/select_federation.tt2.html
@@ -2,7 +2,7 @@
 <form class="wizard clearfix" action="[% app.url %]" method="get">
     <div class="steps clearfix">
         <ol>
-            <li class="current">[% lh.maketext("Select your federation") %]</li>
+            <li class="current">[% lh.maketext("Select a federation") %]</li>
             <li class="disabled">[% lh.maketext("Select your service") %]</li>
             <li class="disabled">[% lh.maketext("Select your email address") %]</li>
             <li class="disabled">[% lh.maketext("Complete email challenge") %]</li>
@@ -10,7 +10,7 @@
     </div>
 
     <div class="content clearfix">
-        <h2>[% lh.maketext("Select your federation") %]</h2>
+        <h2>[% lh.maketext("Select a federation") %]</h2>
 
         <p>[% lh.maketext("Select the federation corresponding to the service you want to test::") %]</p>
         [% FOREACH federation IN federations.sort %]
diff --git a/templates/web/select_sp.tt2.html b/templates/web/select_sp.tt2.html
index 3a938c7..c391299 100644
--- a/templates/web/select_sp.tt2.html
+++ b/templates/web/select_sp.tt2.html
@@ -2,7 +2,7 @@
 <form class="wizard clearfix" action="[% app.url %]" method="get">
     <div class="steps clearfix">
         <ol>
-            <li class="done">[% lh.maketext("Select your federation") %]</li>
+            <li class="done">[% lh.maketext("Select a federation") %]</li>
             <li class="current">[% lh.maketext("Select your service") %]</li>
             <li class="disabled">[% lh.maketext("Select your email address") %]</li>
             <li class="disabled">[% lh.maketext("Complete email challenge") %]</li>
-- 
GitLab