Module: wine Branch: master Commit: af3f0ec96406f2f7b0afdf721fae717744287b61 URL: http://source.winehq.org/git/wine.git/?a=commit;h=af3f0ec96406f2f7b0afdf721f...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Fri Jul 24 21:10:28 2009 +0200
jscript: Update French translation.
---
dlls/jscript/jscript_Fr.rc | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dlls/jscript/jscript_Fr.rc b/dlls/jscript/jscript_Fr.rc index 3d31d51..6ef3502 100644 --- a/dlls/jscript/jscript_Fr.rc +++ b/dlls/jscript/jscript_Fr.rc @@ -31,9 +31,14 @@ STRINGTABLE DISCARDABLE IDS_INVALID_CALL_ARG "Appel de procédure ou argument invalide" IDS_NO_PROPERTY "Cet objet ne supporte pas cette propriété ou méthode" IDS_ARG_NOT_OPT "Argument non optionnel" + IDS_SYNTAX_ERROR "Erreur de syntaxe" + IDS_SEMICOLON "« ; » attendu" + IDS_LBRACKET "« ( » attendu" + IDS_RBRACKET "« ) » attendu" IDS_NOT_FUNC "Fonction attendue" IDS_NOT_DATE "« [objet] » n'est pas un objet de type date" IDS_NOT_NUM "Nombre attendu" + IDS_ILLEGAL_ASSIGN "Affectation illégale" IDS_UNDEFINED "« | » n'est pas défini" IDS_NOT_BOOL "Booléen attendu" IDS_INVALID_LENGTH "La longueur d'un tableau doit être un entier positif"