23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
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['Counting the number of days before and after a particular date'] = 'Décompte du nombre de jours avant et après une date donnée';
|
||
|
L10n::$locales['Born Date (dd/mm/yyyy) or blank:'] = 'Date de naissance (jj/mm/aaaa) ou vide :';
|
||
|
L10n::$locales['Display Born Date'] = 'Affichage date de naissance';
|
||
|
L10n::$locales['Display Year(s) Old'] = 'Affichage âge en année(s)';
|
||
|
L10n::$locales['Born:'] = 'Né le :';
|
||
|
L10n::$locales['Age:'] = 'Âge :';
|
||
|
L10n::$locales['year(s)'] = 'an(s)';
|
||
|
L10n::$locales['Birthday in'] = 'Anniversaire dans';
|
||
|
L10n::$locales['day(s)'] = 'jour(s)';
|