castopod/modules/Admin/Language/fr/Settings.php
Yassine Doghri 5c529a83aa feat(settings): add theme settings to set an accent color for all public pages
set 6 base accent colors: pine, lake, jacaranda, crimson, amber and onyx
2021-12-29 12:06:13 +00:00

38 lines
1.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => 'Paramètres généraux',
'general' => [
'site_section_title' => 'Instance',
'site_icon' => 'Favicon du site',
'site_icon_delete' => 'Supprimer la favicon du site',
'site_icon_hint' => 'Les favicons sont ce que vous voyez sur les onglets de votre navigateur, dans votre barre de favoris, et lorsque vous ajoutez un site web en raccourci sur des appareils mobiles.',
'site_icon_helper' => 'La favicon doit être carrée, avec au minimum 512px de largeur et de hauteur.',
'site_name' => 'Titre du site',
'site_description' => 'Description du site',
'submit' => 'Sauvegarder',
'instanceEditSuccess' => 'Linstance a bien été mise à jour!',
'deleteIconSuccess' => 'La favicon du site a bien été retirée!',
],
'theme' => [
'title' => 'Thème',
'accent_section_title' => 'Couleur daccentuation',
'accent_section_subtitle' => 'Sélectionnez une couleur qui déterminera lapparence de toutes les pages publiques.',
'pine' => 'Pin',
'crimson' => 'Cramoisi',
'amber' => 'Ambre',
'lake' => 'Lac',
'jacaranda' => 'Jacaranda',
'onyx' => 'Onyx',
'setInstanceThemeSuccess' => 'Le thème a bien été mis à jour!',
],
];