aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/install.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-20 16:27:10 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-20 16:27:10 +0200
commit2c8b4f5a502cb387f5eccfcc38aa7434bd75637a (patch)
treed48c02c8813f1fcd120f8510ac7e6b7f7a784da5 /app/i18n/en/install.php
parent118e0ddd0a3dcd7e08d695567c6caa2d79d4b606 (diff)
Add translations
TODO: german and czech translations See https://github.com/FreshRSS/FreshRSS/issues/909
Diffstat (limited to 'app/i18n/en/install.php')
-rw-r--r--app/i18n/en/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index d4137309a..80488ca4a 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -4,7 +4,9 @@ return array(
'action' => array(
'finish' => 'Complete installation',
'fix_errors_before' => 'Please fix errors before skipping to the next step.',
+ 'keep_install' => 'Keep previous installation',
'next_step' => 'Go to the next step',
+ 'reinstall' => 'Reinstall FreshRSS',
),
'auth' => array(
'email_persona' => 'Login email address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
@@ -31,6 +33,7 @@ return array(
),
'check' => array(
'_' => 'Checks',
+ 'already_installed' => 'We have detected that FreshRSS is already installed!',
'cache' => array(
'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
'ok' => 'Permissions on cache directory are good.',