diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index a84c069f56a2fba152dc612ebd988fabfec9cb4c..5e05cf0d2cdae8a3272be22b4352401ef1f37277 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 373d256f81e844747c2094487b3df12dd986311f..2ff2529a3fb7e997aadebdcca6530f8ac94a4631 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 e7d198f24dd0b2301417c119affa360b43d893b9..2672807d8966430d80a1a71e51f685faf19cf274 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 de7fd7ecda3436d065565e3dd30acd44931f445a..02666bb2015f059bf2a2b2cbb8033d049f787517 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 3a938c76883f3ec1ae1b1e630782711ce486c918..c3912991c79c4cad7e024ce5aa5048d0fa684e38 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>