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/cz/install.php | 3 +++ app/i18n/de/install.php | 3 +++ app/i18n/en-us/install.php | 3 +++ app/i18n/en/install.php | 3 +++ app/i18n/es/install.php | 3 +++ app/i18n/fr/install.php | 3 +++ app/i18n/he/install.php | 3 +++ app/i18n/it/install.php | 3 +++ app/i18n/kr/install.php | 3 +++ app/i18n/nl/install.php | 3 +++ app/i18n/oc/install.php | 3 +++ app/i18n/pl/install.php | 3 +++ app/i18n/pt-br/install.php | 3 +++ app/i18n/ru/install.php | 3 +++ app/i18n/sk/install.php | 3 +++ app/i18n/tr/install.php | 3 +++ app/i18n/zh-cn/install.php | 3 +++ 17 files changed, 51 insertions(+) (limited to 'app/i18n') diff --git a/app/i18n/cz/install.php b/app/i18n/cz/install.php index 4d97a92bf..cebad4aee 100644 --- a/app/i18n/cz/install.php +++ b/app/i18n/cz/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Nastala chyba, soubor %s musíte smazat ručně.', 'ok' => 'Instalace byla úspěš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' => 'Konec', diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index 693b0b2d7..8aad28ad2 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Etwas ist schiefgelaufen; Sie müssen die Datei %s manuell löschen.', 'ok' => 'Der Installationsvorgang war erfolgreich.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'Schritt %d', 'steps' => 'Schritte', 'this_is_the_end' => 'Das ist das Ende', diff --git a/app/i18n/en-us/install.php b/app/i18n/en-us/install.php index 9e8b0ff9e..6808a8c77 100644 --- a/app/i18n/en-us/install.php +++ b/app/i18n/en-us/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Something went wrong; you must delete the file %s manually.', 'ok' => 'The installation process was successful.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', + ), 'step' => 'step %d', 'steps' => 'Steps', 'this_is_the_end' => 'This is the end', diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 9551d1d75..b06e47bb2 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Something went wrong; you must delete the file %s manually.', 'ok' => 'The installation process was successful.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', + ), 'step' => 'step %d', 'steps' => 'Steps', 'this_is_the_end' => 'This is the end', diff --git a/app/i18n/es/install.php b/app/i18n/es/install.php index cbe7140b3..fe4538cb5 100755 --- a/app/i18n/es/install.php +++ b/app/i18n/es/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Parece que ha habido un error. Debes eliminar el archivo %s de forma manual.', 'ok' => 'La instalación se ha completado correctamente.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'paso %d', 'steps' => 'Pasos', 'this_is_the_end' => '¡Terminamos!', diff --git a/app/i18n/fr/install.php b/app/i18n/fr/install.php index 6b36d2b7b..c92bd3ca2 100644 --- a/app/i18n/fr/install.php +++ b/app/i18n/fr/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Quelque chose s’est mal passé, vous devez supprimer le fichier %s à la main.', 'ok' => 'L’installation s’est bien passée.', + 'session' => array( + 'nok' => 'Le serveur Web semble mal configué pour les cookies nécessaires aux sessions PHP!', + ), 'step' => 'étape %d', 'steps' => 'Étapes', 'this_is_the_end' => 'This is the end', diff --git a/app/i18n/he/install.php b/app/i18n/he/install.php index e36ff6226..1cc289c14 100644 --- a/app/i18n/he/install.php +++ b/app/i18n/he/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'משהו נכשל; יש צורך למחוק את הקובץ %s ידנית.', 'ok' => 'The installation process was successful.', // TODO - Translation + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'step %d', // TODO - Translation 'steps' => 'שלבים', 'this_is_the_end' => 'סיום', diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php index e1eab2ca4..7f5de42d8 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Qualcosa non ha funzionato; devi cancellare il file %s manualmente.', 'ok' => 'Processo di installazione terminato con successo.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'Passaggio %d', 'steps' => 'Passaggi', 'this_is_the_end' => 'Fine', diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php index 64e1680a4..b0afe532c 100644 --- a/app/i18n/kr/install.php +++ b/app/i18n/kr/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => '무언가 잘못되었습니다; %s 파일을 직접 삭제해주세요.', 'ok' => '설치 과정이 성공적으로 끝났습니다.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => '단계 %d', 'steps' => '단계', 'this_is_the_end' => '마침', diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index 739eb44c7..dcab37fdd 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Er ging iets fout! U moet het bestand %s handmatig verwijderen.', 'ok' => 'De installatieprocedure is geslaagd.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'stap %d', 'steps' => 'Stappen', 'this_is_the_end' => 'Dit is het einde', diff --git a/app/i18n/oc/install.php b/app/i18n/oc/install.php index 80817f808..770b1aebc 100644 --- a/app/i18n/oc/install.php +++ b/app/i18n/oc/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Quicòm a trucat, sembla qu’avètz suprimit %s a la man.', 'ok' => 'L’installacion s’es corrèctament passada.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'etapa %d', 'steps' => 'Etapas', 'this_is_the_end' => 'Es la fin', diff --git a/app/i18n/pl/install.php b/app/i18n/pl/install.php index 658744453..c8f7c98e3 100644 --- a/app/i18n/pl/install.php +++ b/app/i18n/pl/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Something went wrong; you must delete the file %s manually.', // TODO - Translation 'ok' => 'The installation process was successful.', // TODO - Translation + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'step %d', // TODO - Translation 'steps' => 'Steps', // TODO - Translation 'this_is_the_end' => 'This is the end', // TODO - Translation diff --git a/app/i18n/pt-br/install.php b/app/i18n/pt-br/install.php index e74add675..abb5f6982 100644 --- a/app/i18n/pt-br/install.php +++ b/app/i18n/pt-br/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Algo deu errado; você deve deletar o arquivo %s manualmente.', 'ok' => 'O processo de instalação foi um sucesso.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'passo %d', 'steps' => 'Passos', 'this_is_the_end' => 'Este é o final', diff --git a/app/i18n/ru/install.php b/app/i18n/ru/install.php index 7925a609e..a8db3f436 100644 --- a/app/i18n/ru/install.php +++ b/app/i18n/ru/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Что-то пошло не так; удалите файл %s вручную.', 'ok' => 'Установка успешна.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => '%d этап', 'steps' => 'Этапы', 'this_is_the_end' => 'Это конец', 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', diff --git a/app/i18n/tr/install.php b/app/i18n/tr/install.php index fe5991939..e4c9bd10d 100644 --- a/app/i18n/tr/install.php +++ b/app/i18n/tr/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => 'Hata meydana geldi; %s dosyasını elle silmelisiniz.', 'ok' => 'Kurulum başarıyla tamamlandı.', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => 'adım %d', 'steps' => 'Adımlar', 'this_is_the_end' => 'Son Adım', diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php index a06ac6e9c..fa6fd9f90 100644 --- a/app/i18n/zh-cn/install.php +++ b/app/i18n/zh-cn/install.php @@ -121,6 +121,9 @@ return array( ), 'not_deleted' => '出错!你必须手动删除文件 %s', 'ok' => '安装成功', + 'session' => array( + 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation + ), 'step' => '步骤 %d', 'steps' => '步骤', 'this_is_the_end' => '最后一步', -- cgit v1.2.3