From a1311900078ee56225fd574135e9dc9d5e3175dc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 6 Oct 2016 17:41:01 +0200 Subject: [PATCH 1/2] i18n: Keep previous configuration https://github.com/FreshRSS/FreshRSS/issues/1284 --- app/i18n/de/install.php | 2 +- app/i18n/en/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index eb0c2eb89..756929323 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -4,7 +4,7 @@ return array( 'action' => array( 'finish' => 'Installation fertigstellen', 'fix_errors_before' => 'Bitte Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.', - 'keep_install' => 'Vorherige Installation beibehalten (Daten)', + 'keep_install' => 'Vorherige Konfiguration beibehalten', 'next_step' => 'Zum nächsten Schritt springen', 'reinstall' => 'Neuinstallation von FreshRSS', ), diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 54ce8edb2..ca9cfbd20 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -4,7 +4,7 @@ return array( 'action' => array( 'finish' => 'Complete installation', 'fix_errors_before' => 'Please fix errors before skipping to the next step.', - 'keep_install' => 'Keep previous installation', + 'keep_install' => 'Keep previous configuration', 'next_step' => 'Go to the next step', 'reinstall' => 'Reinstall FreshRSS', ), From 4efc8f76e6948e6102fc5b8f11f8027374d87a35 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 6 Oct 2016 17:43:09 +0200 Subject: [PATCH 2/2] i18n italian keep previous installation --- app/i18n/it/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php index e7ea61d23..f8c26e2ed 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -4,7 +4,7 @@ return array( 'action' => array( 'finish' => 'Installazione completata', 'fix_errors_before' => 'Per favore correggi gli errori prima di passare al passaggio successivo.', - 'keep_install' => 'Mantieni installazione precedente', + 'keep_install' => 'Mantieni configurazione precedente', 'next_step' => 'Vai al prossimo passaggio', 'reinstall' => 'Reinstalla FreshRSS', ),