diff options
| author | 2021-08-15 23:35:36 +0200 | |
|---|---|---|
| committer | 2021-08-15 23:35:36 +0200 | |
| commit | 5506b71051ca698d15e5e48a1cf847880f8220a6 (patch) | |
| tree | 7808fa5ff5729522f93a8303d9dcd4d9d25090e0 /app/i18n/en/install.php | |
| parent | 802409be90d860ae1648fb59a5dab3ff5ce85f4b (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>
Diffstat (limited to 'app/i18n/en/install.php')
| -rw-r--r-- | app/i18n/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |
