From d820cf7098d36a74879227b563e8915e698f226b Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 26 Jul 2021 13:46:44 +0200 Subject: fix i18n translation (#3720) original (English): 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', --- app/i18n/de/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/de/install.php') 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', -- cgit v1.2.3