aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en/install.php')
-rw-r--r--app/i18n/en/install.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index 4b5bbc62e..d1c5f37c8 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -9,13 +9,11 @@ return array(
'reinstall' => 'Reinstall FreshRSS',
),
'auth' => array(
- 'email_persona' => 'Login email address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
'form' => 'Web form (traditional, requires JavaScript)',
'http' => 'HTTP (for advanced users with HTTPS)',
'none' => 'None (dangerous)',
'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
'password_format' => 'At least 7 characters',
- 'persona' => 'Mozilla Persona (modern, requires JavaScript)',
'type' => 'Authentication method',
),
'bdd' => array(
@@ -78,10 +76,6 @@ return array(
'nok' => 'You lack PDO or one of the supported drivers (pdo_mysql, pdo_sqlite).',
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite).',
),
- 'persona' => array(
- 'nok' => 'Check permissions on <em>./data/persona</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on Mozilla Persona directory are good.',
- ),
'php' => array(
'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',