2022-12-31 13:28:34 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @package Dotclear
|
|
|
|
*
|
|
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
|
|
* @copyright GPL-2.0-only
|
|
|
|
*/
|
|
|
|
#
|
|
|
|
# DOT NOT MODIFY THIS FILE !
|
|
|
|
#
|
|
|
|
|
2023-04-22 12:54:56 +00:00
|
|
|
use Dotclear\Helper\L10n;
|
|
|
|
|
|
|
|
L10n::$locales['Style sheet'] = 'Feuille de style';
|
|
|
|
L10n::$locales['Style sheet:'] = 'Feuille de style :';
|
|
|
|
L10n::$locales['Enable additionnal CSS for the active theme'] = 'Autorisation la feuille de style additionnelle pour le thème actif';
|
|
|
|
L10n::$locales['Another CSS stylesheet for the active theme'] = 'Une autre feuille de style CSS pour le thème actif';
|