<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/when?lang_cible=en
// ** ne pas modifier le fichier **

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

$GLOBALS[$GLOBALS['idx_lang']] = array(

	// I
	'info_1_fois' => '1 time',
	'info_byday_1_day' => 'the first @day@ of the month',
	'info_byday_2_day' => 'The second @day@ month',
	'info_byday_3_day' => 'the third @day@ of the month',
	'info_byday_4_day' => 'the fourth @day@ of the month',
	'info_byday_5_day' => 'the fifth @day@ of the month',
	'info_byday_day' => 'The @day@',
	'info_byday_moins_1_day' => 'last @day@ of the month',
	'info_byday_moins_2_day' => 'penultimate @day@ of the month',
	'info_byday_moins_3_day' => 'the day before the penultimate @day@ of the month',
	'info_byday_moins_4_day' => 'the fourth @day@ before the end of the month',
	'info_byday_moins_5_day' => 'the fifth @day@ before the end of the month',
	'info_bymonth_1' => 'in @month@',
	'info_bymonth_nb' => 'in @months@',
	'info_bymonthday_1' => 'the first',
	'info_bymonthday_moins_1' => 'the last day of the month',
	'info_bymonthday_moins_2' => 'the day before the penultimate day of the month',
	'info_bymonthday_moins_nb' => 'The @nb@nd day before the end of the month',
	'info_bymonthday_nb' => 'The @nb@',
	'info_byweek_1' => 'Week No. 1',
	'info_byweek_nb' => 'week No. @nb@',
	'info_byyearday_1' => 'The first day of the year',
	'info_byyearday_moins_1' => 'the last day of the year',
	'info_byyearday_moins_2' => 'the penultimate day of the year',
	'info_byyearday_moins_nb' => 'The @nb@nd day before the end of the year',
	'info_byyearday_nb' => 'The @nb@nd day of the year',
	'info_freq_DAILY' => 'Every day',
	'info_freq_DAILY_nb' => 'All day @nb@',
	'info_freq_HOURLY' => 'Every hour',
	'info_freq_HOURLY_nb' => 'All hours @nb@',
	'info_freq_MINUTELY' => 'Every minute',
	'info_freq_MINUTELY_nb' => 'All @nb@ minutes',
	'info_freq_MONTHLY' => 'Every month',
	'info_freq_MONTHLY_nb' => 'Every month @nb@',
	'info_freq_SECONDLY' => 'Every second',
	'info_freq_SECONDLY_nb' => 'All @nb@ seconds',
	'info_freq_WEEKLY' => 'Every week',
	'info_freq_WEEKLY_nb' => 'All week @nb@',
	'info_freq_YEARLY' => 'Every year',
	'info_freq_YEARLY_nb' => '@nb@ All years',
	'info_nb_fois' => '@nb@ times',
	'info_until_date' => 'until @date@',
	'info_wkst_day' => 'week starting on @day@'
);
