aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/sk/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-02-07 15:19:29 +0100
committerGravatar GitHub <noreply@github.com> 2021-02-07 15:19:29 +0100
commita626e5fff8d1cfcc7280396bd8b17b177b6345d2 (patch)
treef7ad919978822510c3006ad4e932f7093f351a56 /app/i18n/sk/install.php
parentafc30cef3d8ca3728af35f2385d05e91e857ea0e (diff)
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
Diffstat (limited to 'app/i18n/sk/install.php')
-rw-r--r--app/i18n/sk/install.php3
1 files changed, 3 insertions, 0 deletions
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 <em>%s</em>.',
'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',