simplyFavicon/locales/fr/main.lang.php

20 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2022-12-23 10:51:49 +00:00
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
#
# DOT NOT MODIFY THIS FILE !
#
2023-04-23 19:36:44 +00:00
use Dotclear\Helper\L10n;
L10n::$locales['Enable favorite icon'] = 'Activer l\'icône de favori';
L10n::$locales['You must place an image called favicon.png or .jpg or .ico into your blog\'s public directory.'] = 'Vous devez placer une image nommée favicon.png, .jpg ou .ico dans le répertoire publique du blog.';
L10n::$locales['There are no favicon in blog public directory'] = 'Il n\'y a pas de Favicon dans le répertoire public du blog.';
L10n::$locales['Current favicons:'] = 'Favicons actuels :';
L10n::$locales['Multi-agents favicon'] = 'Favicon multi-agents';
L10n::$locales['Simply favicon'] = 'Simple favicon';