diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index ccc3c7a3ed1df8a38a96f31abeb23ffb3e38474e..df2f12bdcebfca3841f129de47c70b3ce9cb0737 100644 --- a/lib/AccountManager/L10N/fr.pm +++ b/lib/AccountManager/L10N/fr.pm @@ -10,7 +10,7 @@ our %Lexicon = ( '_AUTO' => 1, "Objective" => "Objectif", - "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in <a href=\"[_1]\">eduGAIN</a> federation to create test accounts with different profiles to validate the behaviour and test federated login." => "eduGAIN Access Check permet aux administrateurs d'un fournisseur de service (Service Provider) enregistré dans la fédération <a href=\"[_1]\">eduGAIN</a> de créer des comptes de test avec différents profils, afin de tester l'authentification fédérée et de valider le comportement du service.", + "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in an identity federation to create test accounts with different profiles to validate the behaviour and test federated login." => "eduGAIN Access Check permet aux administrateurs d'un fournisseur de service (Service Provider) enregistré dans une fédération d'identité de créer des comptes de test avec différents profils, afin de tester l'authentification fédérée et de valider le comportement du service.", "The test accounts can only be used to access own services." => "Ces comptes de test ne peuvent être utilisés qu'avec ce service.", "More information" => "Plus d'information", "Functionning" => "Fonctionnement", diff --git a/templates/renater/web/home.tt2.html b/templates/renater/web/home.tt2.html index 3217f3e8ae9ab5af0eccfbb0c589f7544c893f97..94fe144a93d147ad7a4d7df68ad82b98f935abb5 100644 --- a/templates/renater/web/home.tt2.html +++ b/templates/renater/web/home.tt2.html @@ -3,10 +3,7 @@ <h2>[% lh.maketext("Objective") %]</h2> <p> [% - lh.maketext( - "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in <a href=\"[_1]\">eduGAIN</a> federation to create test accounts with different profiles to validate the behaviour and test federated login.", - "http://www.geant.net/service/eduGAIN/Pages/home.aspx" - ) + lh.maketext("eduGAIN Access Check allows administrators of a Service Provider (SP) registered in an identity federation to create test accounts with different profiles to validate the behaviour and test federated login.") %] [% lh.maketext("The test accounts can only be used to access own services.") %] </p> diff --git a/templates/web/home.tt2.html b/templates/web/home.tt2.html index 3217f3e8ae9ab5af0eccfbb0c589f7544c893f97..94fe144a93d147ad7a4d7df68ad82b98f935abb5 100644 --- a/templates/web/home.tt2.html +++ b/templates/web/home.tt2.html @@ -3,10 +3,7 @@ <h2>[% lh.maketext("Objective") %]</h2> <p> [% - lh.maketext( - "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in <a href=\"[_1]\">eduGAIN</a> federation to create test accounts with different profiles to validate the behaviour and test federated login.", - "http://www.geant.net/service/eduGAIN/Pages/home.aspx" - ) + lh.maketext("eduGAIN Access Check allows administrators of a Service Provider (SP) registered in an identity federation to create test accounts with different profiles to validate the behaviour and test federated login.") %] [% lh.maketext("The test accounts can only be used to access own services.") %] </p>