aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/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/de/install.php
parent118e0ddd0a3dcd7e08d695567c6caa2d79d4b606 (diff)
Add translations
TODO: german and czech translations See https://github.com/FreshRSS/FreshRSS/issues/909
Diffstat (limited to 'app/i18n/de/install.php')
-rw-r--r--app/i18n/de/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index a5899bb52..6d937a638 100644
--- a/app/i18n/de/install.php
+++ b/app/i18n/de/install.php
@@ -4,7 +4,9 @@ return array(
'action' => array(
'finish' => 'Installation fertigstellen',
'fix_errors_before' => 'Bitte Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.',
+ 'keep_install' => 'Keep previous installation', // TODO: translate
'next_step' => 'Zum nächsten Schritt springen',
+ 'reinstall' => 'Reinstall FreshRSS', // TODO: translate
),
'auth' => array(
'email_persona' => 'Anmelde-E-Mail-Adresse<br /><small>(für <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
@@ -31,6 +33,7 @@ return array(
),
'check' => array(
'_' => 'Überprüfungen',
+ 'already_installed' => 'We have detected that FreshRSS is already installed!', // TODO: translate
'cache' => array(
'nok' => 'Überprüfen Sie die Berechtigungen des Verzeichnisses <em>./data/cache</em>. Der HTTP-Server muss Schreibrechte besitzen.',
'ok' => 'Die Berechtigungen des Verzeichnisses <em>./data/cache</em> sind in Ordnung.',