diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index cfd4285c97da67e3bd7ebb3f1473bfc18947f244..f62dfe65bdbfae830ca5962603172c02323e2eec 100644 --- a/lib/AccountManager/L10N/fr.pm +++ b/lib/AccountManager/L10N/fr.pm @@ -307,8 +307,8 @@ msgid "missing parameter '%1'" msgstr "paramètre manquant '%1'" #: templates/web/edugain/create_accounts.tt2.html:27 templates/web/renater/create_accounts.tt2.html:29 -msgid "password:" -msgstr "mot de passe:" +msgid "password" +msgstr "mot de passe" #: templates/web/edugain/create_accounts.tt2.html:38 templates/web/renater/create_accounts.tt2.html:40 msgid "show details" @@ -332,8 +332,8 @@ msgid "unknown action" msgstr "action inconnue" #: templates/web/edugain/create_accounts.tt2.html:23 templates/web/renater/create_accounts.tt2.html:25 -msgid "user name:" -msgstr "nom d'utilisateur:" +msgid "user name" +msgstr "nom d'utilisateur" #: templates/web/edugain/create_accounts.tt2.html:68 templates/web/renater/create_accounts.tt2.html:70 msgid "value dynamically generated for each SP" diff --git a/templates/web/edugain/create_accounts.tt2.html b/templates/web/edugain/create_accounts.tt2.html index f6575d471d3cc15b1439af265f11b494765022e3..f80e516461bfc2cb98fc350e5f262fd8c5037efa 100644 --- a/templates/web/edugain/create_accounts.tt2.html +++ b/templates/web/edugain/create_accounts.tt2.html @@ -26,11 +26,11 @@ <table> <tr> - <td><strong>[% lh.maketext("user name:") %]</strong></td> + <td><strong>[% lh.maketext("user name") %]</strong></td> <td>user[% account.id() %]</td> </tr> <tr> - <td><strong>[% lh.maketext("password:") %]</strong></td> + <td><strong>[% lh.maketext("password") %]</strong></td> <td>[% account.password() %]</td> </tr> </table> @@ -56,7 +56,7 @@ </tr> [% END %] <tr> - <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> + <th>eduPersonTargetedID</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> </tr> </table> diff --git a/templates/web/renater/create_accounts.tt2.html b/templates/web/renater/create_accounts.tt2.html index df5c136afd004628b5bc607cb1ed066df469ad9c..8841e2033d94712414e22194f9e945bb39e15ff6 100644 --- a/templates/web/renater/create_accounts.tt2.html +++ b/templates/web/renater/create_accounts.tt2.html @@ -28,11 +28,11 @@ <table> <tr> - <td><strong>[% lh.maketext("user name:") %]</strong></td> + <td><strong>[% lh.maketext("user name") %]</strong></td> <td>user[% account.id() %]</td> </tr> <tr> - <td><strong>[% lh.maketext("password:") %]</strong></td> + <td><strong>[% lh.maketext("password") %]</strong></td> <td>[% account.password() %]</td> </tr> </table> @@ -58,7 +58,7 @@ </tr> [% END %] <tr> - <th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> + <th>eduPersonTargetedID</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> </tr> </table>