<?php

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

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

	// fuzzy_date
	'fuzzy_today' => 'aujourd\'hui',
	'fuzzy_yesterday' => 'hier',
	'fuzzy_last_w0' => 'dimanche dernier',
	'fuzzy_last_w1' => 'lundi dernier',
	'fuzzy_last_w2' => 'mardi dernier',
	'fuzzy_last_w3' => 'mercredi dernier',
	'fuzzy_last_w4' => 'jeudi dernier',
	'fuzzy_last_w5' => 'vendredi dernier',
	'fuzzy_last_w6' => 'samedi dernier'

);

?>
