From 52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8 Mon Sep 17 00:00:00 2001 From: Sam Cohen Date: Wed, 13 Sep 2023 14:58:10 -0600 Subject: Allow configuration of Base URL via website (#5656) * Allow configuration of Base URL via website * Fix alphabetization of CREDITS * Apply suggestions from code review * Add Automatic recommendation --------- Co-authored-by: Alexandre Alapetite --- app/i18n/fr/admin.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/fr') diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 31bc7ebb4..86d4eaa59 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -159,6 +159,10 @@ return array( 'system' => array( '_' => 'Configuration du système', 'auto-update-url' => 'URL du service de mise à jour', + 'base-url' => array( + '_' => 'URL de la racine', + 'recommendation' => 'Recommandation automatique: %s', + ), 'cookie-duration' => array( 'help' => 'en secondes', 'number' => 'Durée avant expiration de la session', -- cgit v1.2.3