saba/locales/fr/public.lang.php

32 lines
1.2 KiB
PHP
Raw Normal View History

2022-12-22 22:28:28 +00:00
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
#
# DOT NOT MODIFY THIS FILE !
#
2023-04-25 16:37:39 +00:00
use Dotclear\Helper\L10n;
L10n::$locales['With comments'] = 'Avec commentaires';
L10n::$locales['With trackbacks'] = 'Avec rétroliens';
L10n::$locales['Comments count'] = 'Nombre de commentaires';
L10n::$locales['Trackbacks count'] = 'Nombre de rétroliens';
L10n::$locales['All'] = 'Tous';
L10n::$locales['Less than a month'] = 'Moins d\'un mois';
L10n::$locales['From 1 to 6 month'] = 'De 1 à 6 mois';
L10n::$locales['From 6 to 12 month'] = 'De 6 à 12 mois';
L10n::$locales['More than a year'] = 'Plus d\'un an';
L10n::$locales['Poll'] = 'Sondage';
L10n::$locales['Event'] = 'Événement';
L10n::$locales['Reverse order'] = 'Inverser l\'ordre';
L10n::$locales['Filter order'] = 'Options de tri';
L10n::$locales['Filter options'] = 'Options du filtre';
L10n::$locales['Filter by age'] = 'Filtrer par date';
L10n::$locales['Filter by type'] = 'Filtrer par type';
L10n::$locales['Filter by category'] = 'Filter par catégorie';
L10n::$locales['Filter by author'] = 'Filtrer par auteur';