From 9d8bd2c1435d2fb6d50eb77a792bf79af5e90346 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sun, 3 Oct 2004 11:55:57 +0000
Subject: [PATCH] multilinguisme d'"il y a 1 semaines"

---
 ecrire/lang/spip_fr.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecrire/lang/spip_fr.php3 b/ecrire/lang/spip_fr.php3
index b297f0835f..6b97ddcf9d 100644
--- a/ecrire/lang/spip_fr.php3
+++ b/ecrire/lang/spip_fr.php3
@@ -180,7 +180,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 // D
 'date_aujourdhui' => 'aujourd\'hui',
 'date_avant_jc' => 'av. J.C.',
-'date_dans' => 'dans',
+'date_dans' => 'dans @delai@',
 'date_de_mois_1' => '@j@ @nommois@',
 'date_de_mois_10' => '@j@ @nommois@',
 'date_de_mois_11' => '@j@ @nommois@',
@@ -202,7 +202,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 'date_fmt_nomjour_date' => 'le @nomjour@ @date@',
 'date_heures' => 'heures',
 'date_hier' => 'hier',
-'date_il_y_a' => 'il y a',
+'date_il_y_a' => 'il y a @delai@',
 'date_jnum1' => '1er',
 'date_jnum10' => '10',
 'date_jnum11' => '11',
-- 
GitLab