Sven Baars : jscript: Update the Dutch translation.

Alexandre Julliard julliard at winehq.org
Tue Oct 26 12:34:53 CDT 2010


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

Author: Sven Baars <sven.wine at gmail.com>
Date:   Tue Oct 26 14:15:28 2010 +0200

jscript: Update the Dutch translation.

---

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

diff --git a/dlls/jscript/jscript_Nl.rc b/dlls/jscript/jscript_Nl.rc
index 0e5798b..3311ba4 100644
--- a/dlls/jscript/jscript_Nl.rc
+++ b/dlls/jscript/jscript_Nl.rc
@@ -26,6 +26,7 @@ STRINGTABLE
 {
     IDS_TO_PRIMITIVE        "Fout bij het omzetten van het object naar een primitief type"
     IDS_INVALID_CALL_ARG    "Ongeldige procedure-aanroep of argument"
+    IDS_SUBSCRIPT_OUT_OF_RANGE "Index buiten bereik"
     IDS_CREATE_OBJ_ERROR    "Automatiseringsserver kan het object niet creëren"
     IDS_NO_PROPERTY         "Dit object ondersteunt deze eigenschap of methode niet"
     IDS_UNSUPPORTED_ACTION  "Dit object ondersteunt deze actie niet"
@@ -42,6 +43,7 @@ STRINGTABLE
     IDS_ILLEGAL_ASSIGN      "Ongeldige toekenning"
     IDS_UNDEFINED           "'|' is ongedefinieerd"
     IDS_NOT_BOOL            "Boolean object verwacht"
+    IDS_NOT_VBARRAY         "VBArray object verwacht"
     IDS_JSCRIPT_EXPECTED    "JScript object verwacht"
     IDS_REGEXP_SYNTAX_ERROR "Syntax fout in reguliere expressie"
     IDS_URI_INVALID_CHAR    "De te coderen URI bevat ongeldige tekens"




More information about the wine-cvs mailing list