diff options
| author | 2014-12-11 21:15:01 +0100 | |
|---|---|---|
| committer | 2014-12-11 21:15:01 +0100 | |
| commit | a84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (patch) | |
| tree | dc8661ab8f4d933c5d0637b72791a286f2374ef9 /app/i18n/en/admin.php | |
| parent | 59fc73baa9cbd87fdc2d63e83533a36533c740bf (diff) | |
Fix french i18n for auth and configure views
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 7778c56a7..b79b17bc4 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -2,8 +2,19 @@ return array( 'auth' => array( + 'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)', + 'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles', + 'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps)</small>', + 'form' => 'Web form (traditional, requires JavaScript)', + 'http' => 'HTTP (for advanced users with HTTPS)', + 'none' => 'None (dangerous)', + 'persona' => 'Mozilla Persona (modern, requires JavaScript)', 'title' => 'Authentication', 'title_reset' => 'Authentication reset', + 'token' => 'Authentication token', + 'token_help' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?output=rss&token=%s</kbd>', + 'type' => 'Authentication method', + 'unsafe_autologin' => 'Allow unsafe automatic login using the format: ', ), 'check_install' => array( 'cache' => array( |
