41 lines
5.2 KiB
PHP
41 lines
5.2 KiB
PHP
<?php
|
|
/**
|
|
* @package Dotclear
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
#
|
|
|
|
l10n::$locales['Countdown and stopwatch'] = 'Compte à rebours ou chronomètre';
|
|
l10n::$locales['A countdown to a future date or stopwatch to a past date'] = 'Un compte à rebours vers une date à venir ou un chronomètre vers une date passée';
|
|
l10n::$locales['Countdown'] = 'Chronomètre';
|
|
l10n::$locales['Text displayed if the date is in the future:'] = 'Texte affiché si la date est dans le futur :';
|
|
l10n::$locales['In'] = 'Dans';
|
|
l10n::$locales['Text displayed if the date is in the past:'] = 'Texte affiché si la date est passée :';
|
|
l10n::$locales['For'] = 'Depuis';
|
|
l10n::$locales['all'] = 'tous';
|
|
l10n::$locales['year'] = 'an';
|
|
l10n::$locales['month'] = 'mois';
|
|
l10n::$locales['day'] = 'jour';
|
|
l10n::$locales['hour'] = 'heure';
|
|
l10n::$locales['minute'] = 'minute';
|
|
l10n::$locales['second'] = 'seconde';
|
|
l10n::$locales['Number of values to be displayed:'] = 'Nombre de valeurs à afficher :';
|
|
l10n::$locales['Show zeros before hours, minutes and seconds'] = 'Afficher des zéros devant les heures, les minutes et les secondes';
|
|
l10n::$locales['Enable dynamic display'] = 'Activer l\'affichage dynamique';
|
|
l10n::$locales['Dynamic display format (see <a href="%1$s" %2$s>jQuery Countdown Reference</a>):'] = 'Format de l\'affichage dynamique (voir <a href="%1$s" %2$s>jQuery Countdown Reference</a>) :';
|
|
l10n::$locales['Dynamic display layout if the date is in the future (see <a href="%1$s" %2$s>jQuery Countdown Reference</a>):'] = 'Mise en page de l\'affichage dynamique si la date est dans le futur (voir <a href="%1$s" %2$s>jQuery Countdown Reference</a>) :';
|
|
l10n::$locales['In {y<}{yn} {yl}, {y>} {o<}{on} {ol}, {o>} {w<}{wn} {wl}, {w>} {d<}{dn} {dl}, {d>} {hn} {hl}, {mn} {ml} and {sn} {sl}'] = 'Dans {y<}{yn} {yl}, {y>}{o<}{on} {ol}, {o>}{d<}{dn} {dl}, {d>}{hn} {hl}, {mn} {ml} et {sn} {sl}';
|
|
l10n::$locales['Dynamic display layout if the date is in the past (see <a href="%1$s" %2$s>jQuery Countdown Reference</a>):'] = 'Mise en page de l\'affichage dynamique si la date est passée (voir <a href="%1$s" %2$s>jQuery Countdown Reference</a>) :';
|
|
l10n::$locales['For {y<}{yn} {yl}, {y>} {o<}{on} {ol}, {o>} {w<}{wn} {wl}, {w>} {d<}{dn} {dl}, {d>} {hn} {hl}, {mn} {ml} and {sn} {sl}'] = 'Depuis {y<}{yn} {yl}, {y>} {o<}{on} {ol}, {o>} {w<}{wn} {wl}, {w>} {d<}{dn} {dl}, {d>} {hn} {hl}, {mn} {ml} et {sn} {sl}';
|
|
l10n::$locales['years'] = 'ans';
|
|
l10n::$locales['months'] = 'mois';
|
|
l10n::$locales['days'] = 'jours';
|
|
l10n::$locales['hours'] = 'heures';
|
|
l10n::$locales['minutes'] = 'minutes';
|
|
l10n::$locales['seconds'] = 'secondes';
|
|
l10n::$locales['and'] = 'et';
|