Merge pull request #1286 from Alkarex/install-message

i18n: Keep previous configuration
pull/1288/head
Alexandre Alapetite 8 years ago committed by GitHub
commit 136d6fb0b4
  1. 2
      app/i18n/de/install.php
  2. 2
      app/i18n/en/install.php
  3. 2
      app/i18n/it/install.php

@ -4,7 +4,7 @@ return array(
'action' => array( 'action' => array(
'finish' => 'Installation fertigstellen', 'finish' => 'Installation fertigstellen',
'fix_errors_before' => 'Bitte Fehler korrigieren, bevor zum nächsten Schritt gesprungen wird.', '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', 'next_step' => 'Zum nächsten Schritt springen',
'reinstall' => 'Neuinstallation von FreshRSS', 'reinstall' => 'Neuinstallation von FreshRSS',
), ),

@ -4,7 +4,7 @@ return array(
'action' => array( 'action' => array(
'finish' => 'Complete installation', 'finish' => 'Complete installation',
'fix_errors_before' => 'Please fix errors before skipping to the next step.', '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', 'next_step' => 'Go to the next step',
'reinstall' => 'Reinstall FreshRSS', 'reinstall' => 'Reinstall FreshRSS',
), ),

@ -4,7 +4,7 @@ return array(
'action' => array( 'action' => array(
'finish' => 'Installazione completata', 'finish' => 'Installazione completata',
'fix_errors_before' => 'Per favore correggi gli errori prima di passare al passaggio successivo.', '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', 'next_step' => 'Vai al prossimo passaggio',
'reinstall' => 'Reinstalla FreshRSS', 'reinstall' => 'Reinstalla FreshRSS',
), ),

Loading…
Cancel
Save