diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index 1a085a5b826e43b73f714083eba90984020c7e31..d37bd2dcfdf0012565eeeb97c3a713df5f6eedd1 100644 --- a/lib/AccountManager/L10N/fr.pm +++ b/lib/AccountManager/L10N/fr.pm @@ -28,8 +28,8 @@ msgstr "<a href=\"%1\">Cette comparaison des usages de l'attribut eduPersonAffil #. (entityid) #: templates/web/edugain/create_accounts.tt2.html:4 templates/web/renater/create_accounts.tt2.html:5 -msgid "<strong>Success:</strong> your identity as administrator of the Service Provider with entityID <strong>%1</strong> has been validated!" -msgstr "<strong>Succès:</strong> votre identité comme administrateur du service <strong>%1</strong> a été validée!" +msgid "<strong>Success:</strong> your identity as administrator of the Service Provider <strong>%1</strong> has been validated!" +msgstr "<strong>Succès:</strong> votre identité comme administrateur du fournisseur de service <strong>%1</strong> a été validée!" #: templates/web/renater/index.tt2.html:129 msgid "About" @@ -59,8 +59,8 @@ msgstr "En tant que membre de l'accord GÉANT 2020 Framework Partnership Agreeme #. (sp.displayname) #: templates/web/edugain/select_email.tt2.html:13 templates/web/renater/select_email.tt2.html:13 -msgid "Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of '%1'." -msgstr "Avant de pouvoir créer des comptes de test sur ce fournisseur d'identité, nous devons nous assurer que vous êtes un administateur légitime de '%1'." +msgid "Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of the Service Provider <strong>%1</strong>." +msgstr "Avant de pouvoir créer des comptes de test sur ce fournisseur d'identité, nous devons nous assurer que vous êtes un administateur légitime du fournisseur de service <strong>%1</strong>." #: templates/web/edugain/create_accounts.tt2.html:50 templates/web/renater/create_accounts.tt2.html:52 msgid "Below is the list of user attributes associated to this test account." @@ -117,10 +117,6 @@ msgstr "Liste des attributs utilisateur" msgid "More information" msgstr "Plus d'information" -#: lib/AccountManager/App.pm:295 -msgid "My organization" -msgstr "Mon organisme" - #: templates/web/edugain/complete_challenge.tt2.html:29 templates/web/edugain/select_email.tt2.html:38 templates/web/edugain/select_sp.tt2.html:37 templates/web/renater/complete_challenge.tt2.html:29 templates/web/renater/select_email.tt2.html:38 templates/web/renater/select_sp.tt2.html:37 msgid "Next" msgstr "Suivant" diff --git a/templates/web/edugain/create_accounts.tt2.html b/templates/web/edugain/create_accounts.tt2.html index 3310ef7cfd3fabf0ad605b997138ed8c59c824d5..f8d3e03dca253d8874eaa29c05096b8028bcff9f 100644 --- a/templates/web/edugain/create_accounts.tt2.html +++ b/templates/web/edugain/create_accounts.tt2.html @@ -1,7 +1,7 @@ [% WRAPPER index.tt2.html %] <div class="row"> <div class="callout success"> - [% lh.maketext("<strong>Success:</strong> your identity as administrator of the Service Provider with entityID <strong>[_1]</strong> has been validated!", entityid) %] + [% lh.maketext("<strong>Success:</strong> your identity as administrator of the Service Provider <strong>[_1]</strong> has been validated!", entityid) %] </div> </div> diff --git a/templates/web/edugain/select_email.tt2.html b/templates/web/edugain/select_email.tt2.html index 7ccc2245b6b6f1271ed133696ba0bc51f11fdc0c..0ba39f1826f3ba4a063ecccbca535546c3487de7 100644 --- a/templates/web/edugain/select_email.tt2.html +++ b/templates/web/edugain/select_email.tt2.html @@ -10,7 +10,7 @@ <div class="content clearfix"> <h2>[% lh.maketext("Select your email address") %]</h2> - <p>[% lh.maketext("Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of '[_1]'.", sp.display_name()) %]</p> + <p>[% lh.maketext("Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of the Service Provider <strong>[_1]</strong>.", entityid) %]</p> [% IF sp.contacts.defined %] <fieldset> diff --git a/templates/web/renater/create_accounts.tt2.html b/templates/web/renater/create_accounts.tt2.html index 0ddddce5d368061bc4989f0be7ac556591a3e6c3..c3e3b787106fd99c81d34f299b2f9ac7c87f180d 100644 --- a/templates/web/renater/create_accounts.tt2.html +++ b/templates/web/renater/create_accounts.tt2.html @@ -2,7 +2,7 @@ <div class="row"> <div class="small-12 columns"> <p class="callout alert-callout-border success text-center"> - [% lh.maketext("<strong>Success:</strong> your identity as administrator of the Service Provider with entityID <strong>[_1]</strong> has been validated!", entityid) %] + [% lh.maketext("<strong>Success:</strong> your identity as administrator of the Service Provider <strong>[_1]</strong> has been validated!", entityid) %] </p> </div> </div> diff --git a/templates/web/renater/select_email.tt2.html b/templates/web/renater/select_email.tt2.html index fb32d1cb9fea5b5d7b0c27d1eb611ae698322146..47b3178e4dbed15cba06f9e8a8668bc466fdac99 100644 --- a/templates/web/renater/select_email.tt2.html +++ b/templates/web/renater/select_email.tt2.html @@ -10,7 +10,7 @@ <div class="content clearfix"> <h2>[% lh.maketext("Select your email address") %]</h2> - <p>[% lh.maketext("Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of '[_1]'.", sp.display_name()) %]</p> + <p>[% lh.maketext("Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of the Service Provider <strong>[_1]</strong>.", entityid) %]</p> [% IF sp.contacts.defined %] <fieldset>