Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install routine: Reload button if checks fail #3771

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/i18n/de/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Ihnen fehlt die benötigte Bibliothek um XML zu parsen.',
'ok' => 'Sie haben die benötigte Bibliothek um XML zu parsen.',
),
'reload' => 'Nochmal prüfen',
),
'conf' => array(
'_' => 'Allgemeine Konfiguration',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/en-us/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Cannot find the required library to parse XML.',
'ok' => 'You have the required library to parse XML.',
),
'reload' => 'Check again',
),
'conf' => array(
'_' => 'General configuration',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/en/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Cannot find the required library to parse XML.',
'ok' => 'You have the required library to parse XML.',
),
'reload' => 'Check again',
),
'conf' => array(
'_' => 'General configuration',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/es/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'No se ha podido localizar la librería necesaria para procesar XML.',
'ok' => 'Dispones de la librería necesaria para procesar XML.',
),
'reload' => 'Revisar otra vez',
),
'conf' => array(
'_' => 'Configuración general',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/fr/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Impossible de trouver une librairie requise pour XML.',
'ok' => 'Vouz disposez de la librairie requise pour XML.',
),
'reload' => 'Revérifier',
),
'conf' => array(
'_' => 'Configuration générale',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/he/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Cannot find the required library to parse XML.', // TODO - Translation
'ok' => 'You have the required library to parse XML.', // TODO - Translation
),
'reload' => 'בדוק שוב',
),
'conf' => array(
'_' => 'הגדרות כלליות',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/it/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'You lack the required library to parse XML.',
'ok' => 'You have the required library to parse XML.', // TODO - Translation
),
'reload' => 'Controlla di nuovo',
),
'conf' => array(
'_' => 'Configurazioni generali',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/kr/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'XML 해석을 위한 라이브러리르 찾을 수 없습니다.',
'ok' => 'XML 해석을 위한 라이브러리가 설치되어 있습니다.',
),
'reload' => 'Check again', // TODO - Translation
),
'conf' => array(
'_' => '일반 설정',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/nl/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'U mist de benodigde bibliotheek om XML te gebruiken.',
'ok' => 'U hebt de benodigde bibliotheek om XML te gebruiken.',
),
'reload' => 'Controleer nog eens',
),
'conf' => array(
'_' => 'Algemene configuratie',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/oc/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Impossible de trobar una bibliotèca necessària per XML.',
'ok' => 'Avètz la bibliotèca per percórrer los XML.',
),
'reload' => 'Revérifier',
),
'conf' => array(
'_' => 'Configuracion generala',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/pl/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Cannot find the required library to parse XML.', // TODO - Translation
'ok' => 'You have the required library to parse XML.', // TODO - Translation
),
'reload' => 'Sprawdź ponownie',
),
'conf' => array(
'_' => 'General configuration', // TODO - Translation
Expand Down
1 change: 1 addition & 0 deletions app/i18n/pt-br/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Não foi possível encontrar a biblioteca necessária para parse o XML.',
'ok' => 'Você tem a biblioteca necessária para parse o XML.',
),
'reload' => 'Verifique novamente',
),
'conf' => array(
'_' => 'Configurações gerais',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/ru/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'У вас нет необходимой библиотеки для разбора XML.',
'ok' => 'У вас установлена необходимая библиотека для разбора XML.',
),
'reload' => 'Проверьте еще раз',
),
'conf' => array(
'_' => 'Общие настройки',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/sk/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => 'Nepodarilo sa nájsť požadovanú knižnicu na spracovanie formátu XML.',
'ok' => 'Našla sa požadovaná knižnica na spracovanie formátu XML.',
),
'reload' => 'Tekrar kontrol et',
),
'conf' => array(
'_' => 'Hlavné nastavenia',
Expand Down
1 change: 1 addition & 0 deletions app/i18n/zh-cn/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'nok' => '找不到用于 XML 解析库',
'ok' => '已找到 XML 解析库',
),
'reload' => '再检查一遍',
),
'conf' => array(
'_' => '常规配置',
Expand Down
3 changes: 3 additions & 0 deletions app/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ function printStep1() {
<a class="btn btn-important next-step" href="?step=2" tabindex="1" ><?= _t('install.action.next_step') ?></a>
<?php } else { ?>
<p class="alert alert-error"><?= _t('install.action.fix_errors_before') ?></p>
<a id="actualize" class="btn" href="./index.php?step=1" title="<?= _t('install.check.reload') ?>">
<img class="icon" src="../themes/icons/refresh.svg" alt="🔃">
math-GH marked this conversation as resolved.
Show resolved Hide resolved
</a>
<?php } ?>
<?php
}
Expand Down