jscript: Update French translation.

This commit is contained in:
Frédéric Delanoy 2010-08-16 21:10:00 +02:00 committed by Alexandre Julliard
parent 728aaf2902
commit 80e85cdb89
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/*
* French resources for jscript
*
* Copyright 2009 Frédéric Delanoy
* Copyright 2009-2010 Frédéric Delanoy
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -31,6 +31,7 @@ STRINGTABLE
IDS_INVALID_CALL_ARG "Appel de procédure ou argument invalide"
IDS_CREATE_OBJ_ERROR "Le serveur d'automatisation ne peut créer l'objet"
IDS_NO_PROPERTY "Cet objet ne supporte pas cette propriété ou méthode"
IDS_UNSUPPORTED_ACTION "Cet objet ne supporte pas cette action"
IDS_ARG_NOT_OPT "Argument non optionnel"
IDS_SYNTAX_ERROR "Erreur de syntaxe"
IDS_SEMICOLON "« ; » attendu"