From 90d2c259618014044060edbfa44787ac14199fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Wed, 2 Sep 2009 22:25:37 +0200 Subject: [PATCH] jscript: Update French translation. --- dlls/jscript/jscript_Fr.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/jscript/jscript_Fr.rc b/dlls/jscript/jscript_Fr.rc index 4554fb06ff3..620605512ad 100644 --- a/dlls/jscript/jscript_Fr.rc +++ b/dlls/jscript/jscript_Fr.rc @@ -39,6 +39,7 @@ STRINGTABLE DISCARDABLE IDS_NOT_FUNC "Fonction attendue" IDS_NOT_DATE "« [objet] » n'est pas un objet de type date" IDS_NOT_NUM "Nombre attendu" + IDS_OBJECT_EXPECTED "Objet attendu" IDS_ILLEGAL_ASSIGN "Affectation illégale" IDS_UNDEFINED "« | » n'est pas défini" IDS_NOT_BOOL "Booléen attendu"