getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Paramètres'; $text[1] = 'Mise à jour automatisée'; $text[2] = 'Maintenance'; $text[3] = 'Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.'; $text[4] = 'Favicon'; $text[5] = 'Sélectionnez une icône adaptée à un thème sombre.
Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.'; $text[6] = 'Favicon thème sombre'; $text[7] = 'Fuseau horaire'; $text[8] = 'Le fuseau horaire est utile au bon référencement'; $text[9] = 'Message de consentement aux cookies'; $text[10] = 'Activation obligatoire selon les lois françaises sauf si vous utilisez votre propre système de consentement.'; $text[11] = 'URL intelligentes'; $text[12] = 'Vérifiez d\'abord que votre serveur autorise l\'URL rewriting (ce qui n\'est pas le cas chez Free).'; $text[13] = 'Rechercher une mise à jour en ligne'; $text[14] = 'La vérification est quotidienne. Option désactivée si la configuration du serveur ne le permet pas.'; $text[15] = 'Préserver le fichier htaccess racine'; $text[16] = 'Lors d\'une mise à jour automatique, conserve le fichier htaccess de la racine du site.'; $text[17] = 'Réinstaller'; $text[18] = 'Sauvegarde automatique quotidienne du site'; $text[19] = 'Une archive contenant le dossier /site/data est copiée dans le dossier \'site/backup\'. La sauvegarde est conservée pendant 30 jours.

Les fichiers du site ne sont pas sauvegardés automatiquement. Activation recommandée.'; $text[20] = 'Site en maintenance'; $text[21] = 'Sauvegarder'; $text[22] = 'Restaurer'; $text[23] = 'Copie sauvegardes auto'; break; case 'en' : $text[0] = 'Parameters'; $text[1] = 'Automated update'; $text[2] = 'Maintenance'; $text[3] = 'Remember to clear your browser\'s cache if the favicon does not change'; $text[4] = 'Favicon'; $text[5] = 'Select a suitable icon for a dark theme.
Remember to clear your browser\'s cache if the favicon does not change.'; $text[6] = 'Favicon dark theme'; $text[7] = 'Time zone'; $text[8] = 'The time zone is useful for good referencing'; $text[9] = 'Cookie consent message'; $text[10] = 'Mandatory activation under French law unless you use your own consent system'; $text[11] = 'Smart URLs'; $text[12] = 'First check that your server allows URL rewriting (which is not the case with Free)'; $text[13] = 'Search for an online update'; $text[14] = 'The check is daily. Option disabled if server configuration does not allow it.'; $text[15] = 'Preserve the root htaccess file'; $text[16] = 'On auto-update, keep the root htaccess file'; $text[17] = 'Reinstall'; $text[18] = 'Automatic daily site backup'; $text[19] = 'An archive containing the folder /site/data is copied to the folder \'site/backup\'. The backup is kept for 30 days.

Site files are not backed up automatically. Activation recommended.'; $text[20] = 'Site under maintenance'; $text[21] = 'Save'; $text[22] = 'Restore'; $text[23] = 'Auto backup copy'; break; } ?>

1, 'help' => $text[3], 'label' => $text[4], 'value' => $this->getData(['config', 'favicon']) ]); ?>
1, 'help' => $text[5], 'label' => $text[6], 'value' => $this->getData(['config', 'faviconDark']) ]); ?>
$text[7], 'selected' => $this->getData(['config', 'timezone']), 'help' => $text[8] ]); ?>
$this->getData(['config', 'cookieConsent']), 'help' => $text[10] ]); ?>
helper::checkRewrite(), 'help' => $text[12] ]); ?>

$this->getData(['config', 'autoUpdate']), 'help' => $text[14], 'disabled' => !$updateError ]); ?>
$this->getData(['config', 'autoUpdateHtaccess']), 'help' => $text[16], 'disabled' => !$updateError ]); ?>
'download-cloud', 'href' => helper::baseUrl() . 'install/update', 'value' => $text[17], 'class' => 'buttonRed', 'disabled' => !$updateError ]); ?>

$this->getData(['config', 'autoBackup']), 'help' => $text[19] ]); ?>
$this->getData(['config', 'maintenance']) ]); ?>
helper::baseUrl() . 'config/backup', 'value' => $text[21], 'ico' => 'download-cloud' ]); ?>
helper::baseUrl() . 'config/restore', 'value' => $text[22], 'ico' => 'upload-cloud' ]); ?>
helper::baseUrl() . 'config/copyBackups', 'value' => $text[23], 'ico' => 'download-cloud' ]); ?>