Frédéric Delanoy : jscript: Update French translation.

Alexandre Julliard julliard at winehq.org
Thu Jul 23 09:59:34 CDT 2009


Module: wine
Branch: master
Commit: 47cbc3ae65f47a7c2d564caf642ec1ffb215e7a6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=47cbc3ae65f47a7c2d564caf642ec1ffb215e7a6

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Jul 22 22:12:12 2009 +0200

jscript: Update French translation.

---

 dlls/jscript/jscript_Fr.rc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/jscript/jscript_Fr.rc b/dlls/jscript/jscript_Fr.rc
index 04d19ed..3d31d51 100644
--- a/dlls/jscript/jscript_Fr.rc
+++ b/dlls/jscript/jscript_Fr.rc
@@ -27,11 +27,14 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
 {
+    IDS_TO_PRIMITIVE        "Erreur lors de la conversion de l'objet vers un type primitif"
     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_NOT_FUNC            "Fonction attendue"
     IDS_NOT_DATE            "« [objet] » n'est pas un objet de type date"
     IDS_NOT_NUM             "Nombre attendu"
+    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"
 }




More information about the wine-cvs mailing list