Update french translation

This commit is contained in:
Benjamin Dauvergne 2010-11-19 14:55:03 +01:00
parent f53f95381a
commit 86700dd221
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
'saml_auth:settings:label:firstname' => "Prénom",
'saml_auth:settings:label:surname' => "Nom",
'saml_auth:settings:label:email' => "Courriel",
'saml_auth:account:authentication:text' => "Veuillez cliquer sur le bouton Connexion",
'saml_auth:samlerror' => "Le plugin SAML n'est pas configuré correctement. Il n'est pas utilisé.",
);

View File

@ -35,7 +35,7 @@ $isAuth = $as->isAuthenticated();
<form method="post" action=".">
<?php echo '<p>' . elgg_echo('saml_auth:account:authentication:text') . '</p>' ?>
<input type="hidden" value="1" name="login">
<input type="submit" value="Log in" class="submit_button" name="">
<input type="submit" value="<? elgg_echo('login') ?>" class="submit_button" name="">
</form>
</div>
<?php else: ?>