diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index eceef5bb508af277411cc36882ab7470a08b7f56..25d763f849ad35aa9622d534e0ba5ebad9375d31 100644 --- a/lib/AccountManager/L10N/fr.pm +++ b/lib/AccountManager/L10N/fr.pm @@ -120,10 +120,6 @@ msgstr "Language" msgid "Legal mentions" msgstr "Mentions légales" -#: templates/web/edugain/create_accounts.tt2.html:48 templates/web/edugain/create_accounts.tt2.html:55 templates/web/renater/create_accounts.tt2.html:50 templates/web/renater/create_accounts.tt2.html:57 -msgid "List of user attributes" -msgstr "Liste des attributs utilisateur" - #: templates/web/edugain/home.tt2.html:5 templates/web/renater/home.tt2.html:5 msgid "More information" msgstr "Plus d'information" @@ -253,6 +249,10 @@ msgstr "Pour commencer à tester vos propres services, commencez par en sélecti msgid "User %1, authenticated by Identity Provider %2, has requested creation of test accounts for Service Provider %3." msgstr "L'utilisateur %1, authentifié par le fournisseur d'identité %2, a demandé la création de comptes de test pour le fournisseur de service %3." +#: templates/web/edugain/create_accounts.tt2.html:48 templates/web/renater/create_accounts.tt2.html:50 +msgid "User attributes list" +msgstr "Liste des attributs utilisateur" + #: templates/web/renater/index.tt2.html:132 msgid "Users feedback" msgstr "Retour utilisateurs" diff --git a/templates/web/edugain/create_accounts.tt2.html b/templates/web/edugain/create_accounts.tt2.html index 5e0f4d12f1236503a85feee7c6d355730b446e78..a496036e6d0f515fa294744f4e733e5669ae360f 100644 --- a/templates/web/edugain/create_accounts.tt2.html +++ b/templates/web/edugain/create_accounts.tt2.html @@ -45,7 +45,7 @@ <button class="close-button" data-close aria-label="Close modal" type="button"> <span aria-hidden="true">×</span> </button> - <h3>[% lh.maketext("List of user attributes") %]</h3> + <h3>[% lh.maketext("User attributes list") %]</h3> <p> [% lh.maketext("Below is the list of user attributes associated to this test account.") %] [% lh.maketext("After a successfull authentication process these attributes are transmitted via the SAML protocol to your service provider.") %] diff --git a/templates/web/renater/create_accounts.tt2.html b/templates/web/renater/create_accounts.tt2.html index 894c9bc717771ff2ae50568cce39962b0c53b382..68a461c777ecbc4ea097b25aa787da816e51ff38 100644 --- a/templates/web/renater/create_accounts.tt2.html +++ b/templates/web/renater/create_accounts.tt2.html @@ -47,7 +47,7 @@ <button class="close-button" data-close aria-label="Close modal" type="button"> <span aria-hidden="true">×</span> </button> - <h3>[% lh.maketext("List of user attributes") %]</h3> + <h3>[% lh.maketext("User attributes list") %]</h3> <p> [% lh.maketext("Below is the list of user attributes associated to this test account.") %] [% lh.maketext("After a successfull authentication process these attributes are transmitted via the SAML protocol to your service provider.") %]