1<?php 2/** 3 * French language file for the Ad Hominem template settings 4 * 5 * @author Sascha Leib <sascha@leib.be> (machine-translated with DeepL.com) 6 */ 7 8$lang['darkmode'] = 'Autoriser un mode sombre côté client'; 9$lang['darkmode_o_allow'] = 'Autoriser'; 10$lang['darkmode_o_disable'] = 'Désactiver'; 11 12$lang['navtrail'] = 'Afficher la page actuelle dans le fil d’Ariane hiérarchique'; 13$lang['navtrail_o_none'] = 'Ne pas afficher'; 14$lang['navtrail_o_text'] = 'Afficher en tant que texte'; 15$lang['navtrail_o_link'] = 'Afficher en tant que lien'; 16