aboutsummaryrefslogtreecommitdiff
path: root/app/views/auth/personaLogin.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 21:15:01 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 21:15:01 +0100
commita84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (patch)
treedc8661ab8f4d933c5d0637b72791a286f2374ef9 /app/views/auth/personaLogin.phtml
parent59fc73baa9cbd87fdc2d63e83533a36533c740bf (diff)
Fix french i18n for auth and configure views
Diffstat (limited to 'app/views/auth/personaLogin.phtml')
-rw-r--r--app/views/auth/personaLogin.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/auth/personaLogin.phtml b/app/views/auth/personaLogin.phtml
index dd3e22b52..545ed2eac 100644
--- a/app/views/auth/personaLogin.phtml
+++ b/app/views/auth/personaLogin.phtml
@@ -1,21 +1,21 @@
<?php if ($this->res === false) { ?>
<div class="prompt">
- <h1><?php echo _t('login'); ?></h1>
+ <h1><?php echo _t('gen.auth.login'); ?></h1>
<p>
<a class="signin btn btn-important" href="<?php echo _url('auth', 'login'); ?>">
- <?php echo _i('login'); ?> <?php echo _t('login_with_persona'); ?>
+ <?php echo _i('login'); ?> <?php echo _t('gen.auth.login_persona'); ?>
</a>
<br /><br />
<?php echo _i('help'); ?>
<small>
- <a href="<?php echo _url('auth', 'reset'); ?>"><?php echo _t('login_persona_problem'); ?></a>
+ <a href="<?php echo _url('auth', 'reset'); ?>"><?php echo _t('gen.auth.login_persona_problem'); ?></a>
</small>
</p>
- <p><a href="<?php echo _url('index', 'about'); ?>"><?php echo _t('about_freshrss'); ?></a></p>
+ <p><a href="<?php echo _url('index', 'about'); ?>"><?php echo _t('gen.freshrss.about'); ?></a></p>
</div>
<?php
} else {