diff options
| author | 2015-07-20 19:07:33 +0200 | |
|---|---|---|
| committer | 2015-07-20 19:07:33 +0200 | |
| commit | 3c35cdd7b7e8353d10cd299e19a23e528ad51280 (patch) | |
| tree | 9a0e9b95122544edfa57a6adab36eefe28b14558 /app/i18n/de/install.php | |
| parent | 5d9b5f07feee3e388e747e5791cd91d1b98f55ef (diff) | |
Add translations for confirmation (installation)
See https://github.com/FreshRSS/FreshRSS/issues/909
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index 6d937a638..222c65b32 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -96,6 +96,9 @@ return array( 'delete_articles_after' => 'Entferne Artikel nach', 'fix_errors_before' => 'Bitte den Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.', 'javascript_is_better' => 'FreshRSS ist ansprechender mit aktiviertem JavaScript', + 'js' => array( + 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', // TODO: translate + ), 'language' => array( '_' => 'Sprache', 'choose' => 'Wählen Sie eine Sprache für FreshRSS', |
