18 lines
702 B
PHP
18 lines
702 B
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
#
|
|
|
|
use Dotclear\Helper\L10n;
|
|
|
|
L10n::$locales['Blog Archive List an accordion menu, sorted by year'] = 'Liste des archives du blog dans un menu accordéon, trié par années';
|
|
L10n::$locales['Link to all archives:'] = 'Lien vers toutes les archives :';
|
|
L10n::$locales['All archives'] = 'Toutes les archives';
|
|
L10n::$locales['Display blog archives in an accordion menu, sorted by year'] = 'Afficher les archives du blog dans un menu accordéon, trié par années';
|