aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-15 23:35:36 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-15 23:35:36 +0200
commit5506b71051ca698d15e5e48a1cf847880f8220a6 (patch)
tree7808fa5ff5729522f93a8303d9dcd4d9d25090e0
parent802409be90d860ae1648fb59a5dab3ff5ce85f4b (diff)
Install routine: Reload button if checks fail (#3771)
* template + translations translation made with Google translate + check with my knowledge + recheck with invers translation * Update app/install.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
-rw-r--r--app/i18n/de/install.php1
-rw-r--r--app/i18n/en-us/install.php1
-rw-r--r--app/i18n/en/install.php1
-rwxr-xr-xapp/i18n/es/install.php1
-rw-r--r--app/i18n/fr/install.php1
-rw-r--r--app/i18n/he/install.php1
-rw-r--r--app/i18n/it/install.php1
-rw-r--r--app/i18n/kr/install.php1
-rw-r--r--app/i18n/nl/install.php1
-rw-r--r--app/i18n/oc/install.php1
-rw-r--r--app/i18n/pl/install.php1
-rw-r--r--app/i18n/pt-br/install.php1
-rw-r--r--app/i18n/ru/install.php1
-rw-r--r--app/i18n/sk/install.php1
-rw-r--r--app/i18n/zh-cn/install.php1
-rw-r--r--app/install.php3
16 files changed, 18 insertions, 0 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index 6dd0cedba..9c3299bff 100644
--- a/app/i18n/de/install.php
+++ b/app/i18n/de/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/en-us/install.php b/app/i18n/en-us/install.php
index 8e6446128..71356eaf0 100644
--- a/app/i18n/en-us/install.php
+++ b/app/i18n/en-us/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index c84f0ffaa..dd5017550 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/es/install.php b/app/i18n/es/install.php
index 0d2985fdf..952edab09 100755
--- a/app/i18n/es/install.php
+++ b/app/i18n/es/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/fr/install.php b/app/i18n/fr/install.php
index 977ef0fc2..48184000a 100644
--- a/app/i18n/fr/install.php
+++ b/app/i18n/fr/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/he/install.php b/app/i18n/he/install.php
index e4a6e6ee4..5581c0a4f 100644
--- a/app/i18n/he/install.php
+++ b/app/i18n/he/install.php
@@ -93,6 +93,7 @@ return array(
'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(
'_' => 'הגדרות כלליות',
diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php
index 4dcbfda96..90561981c 100644
--- a/app/i18n/it/install.php
+++ b/app/i18n/it/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php
index 0406489b3..4c308cba7 100644
--- a/app/i18n/kr/install.php
+++ b/app/i18n/kr/install.php
@@ -93,6 +93,7 @@ return array(
'nok' => 'XML 해석을 위한 라이브러리르 찾을 수 없습니다.',
'ok' => 'XML 해석을 위한 라이브러리가 설치되어 있습니다.',
),
+ 'reload' => 'Check again', // TODO - Translation
),
'conf' => array(
'_' => '일반 설정',
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php
index 56b6f23e2..2b72585e4 100644
--- a/app/i18n/nl/install.php
+++ b/app/i18n/nl/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/oc/install.php b/app/i18n/oc/install.php
index 072b55f0d..d7ae46850 100644
--- a/app/i18n/oc/install.php
+++ b/app/i18n/oc/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/pl/install.php b/app/i18n/pl/install.php
index 244557f2f..02deb3cbe 100644
--- a/app/i18n/pl/install.php
+++ b/app/i18n/pl/install.php
@@ -93,6 +93,7 @@ return array(
'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
diff --git a/app/i18n/pt-br/install.php b/app/i18n/pt-br/install.php
index 30cc03f44..fc5288bf6 100644
--- a/app/i18n/pt-br/install.php
+++ b/app/i18n/pt-br/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/ru/install.php b/app/i18n/ru/install.php
index 03e09c09d..6570aff96 100644
--- a/app/i18n/ru/install.php
+++ b/app/i18n/ru/install.php
@@ -93,6 +93,7 @@ return array(
'nok' => 'У вас нет необходимой библиотеки для разбора XML.',
'ok' => 'У вас установлена необходимая библиотека для разбора XML.',
),
+ 'reload' => 'Проверьте еще раз',
),
'conf' => array(
'_' => 'Общие настройки',
diff --git a/app/i18n/sk/install.php b/app/i18n/sk/install.php
index e6dffdb08..a026fb146 100644
--- a/app/i18n/sk/install.php
+++ b/app/i18n/sk/install.php
@@ -93,6 +93,7 @@ return array(
'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',
diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php
index 1b29dac9d..80cb34421 100644
--- a/app/i18n/zh-cn/install.php
+++ b/app/i18n/zh-cn/install.php
@@ -93,6 +93,7 @@ return array(
'nok' => '找不到用于 XML 解析库',
'ok' => '已找到 XML 解析库',
),
+ 'reload' => '再检查一遍',
),
'conf' => array(
'_' => '常规配置',
diff --git a/app/install.php b/app/install.php
index 8e3d857a7..e42e789f5 100644
--- a/app/install.php
+++ b/app/install.php
@@ -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="🔃" />
+ </a>
<?php } ?>
<?php
}