diff options
| author | 2021-07-26 13:46:44 +0200 | |
|---|---|---|
| committer | 2021-07-26 13:46:44 +0200 | |
| commit | d820cf7098d36a74879227b563e8915e698f226b (patch) | |
| tree | 4a5a1ed01aaa3558db665e1ec63e171a88a2915f /app/i18n/de/install.php | |
| parent | d66f277b30307b550f84e056fccdfe4fd0365b65 (diff) | |
fix i18n translation (#3720)
original (English):
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
Diffstat (limited to 'app/i18n/de/install.php')
| -rw-r--r-- | app/i18n/de/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index aded58da3..6dd0cedba 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -104,7 +104,7 @@ return array( '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' => 'Du wirst deine vorherige Konfiguration (Daten) verlieren FreshRSS. Bist du sicher, dass du fortfahren willst?', + 'confirm_reinstall' => 'Die vorherige Konfiguration (Daten) geht verloren während FreshRSS neu installiert wird. Sind Sie sich sicher fortzufahren?', ), 'language' => array( '_' => 'Sprache', |
