From a626e5fff8d1cfcc7280396bd8b17b177b6345d2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 7 Feb 2021 15:19:29 +0100 Subject: Check that PHP session is working during install (#3430) * Check that PHP session is working during install #fix https://github.com/FreshRSS/FreshRSS/issues/3198 * Minor whitespace * Missing he --- app/i18n/sk/install.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/i18n/sk/install.php') diff --git a/app/i18n/sk/install.php b/app/i18n/sk/install.php index 9cf9a7f45..998119102 100644 --- a/app/i18n/sk/install.php +++ b/app/i18n/sk/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Niečo sa nepodarilo. Musíte ručne zmazať súbor %s.', 'ok' => 'Inštalácia bola úspešná.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'krok %d', 'steps' => 'Kroky', 'this_is_the_end' => 'Toto je koniec', -- cgit v1.2.3