jscript: Update French translation.

This commit is contained in:
Frédéric Delanoy 2009-07-24 21:10:28 +02:00 committed by Alexandre Julliard
parent 08f09d0dd4
commit af3f0ec964
1 changed files with 5 additions and 0 deletions

View File

@ -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"