André Hentschel : jscript: Update German translation.

Alexandre Julliard julliard at winehq.org
Tue Oct 19 13:03:43 CDT 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Oct 18 23:44:28 2010 +0200

jscript: Update German translation.

---

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

diff --git a/dlls/jscript/jscript_De.rc b/dlls/jscript/jscript_De.rc
index f3a643c..a78afd2 100644
--- a/dlls/jscript/jscript_De.rc
+++ b/dlls/jscript/jscript_De.rc
@@ -26,6 +26,7 @@ STRINGTABLE
 {
     IDS_TO_PRIMITIVE        "Fehler beim umwandeln des Objektes in einen Grundtyp"
     IDS_INVALID_CALL_ARG    "Ungültiger Funktionsaufruf oder Argument"
+    IDS_SUBSCRIPT_OUT_OF_RANGE "Index außerhalb des Bereichs"
     IDS_CREATE_OBJ_ERROR    "Automatisierungsserver konnte das Objekt nicht erstellen"
     IDS_NO_PROPERTY         "Das Objekt unterstützt diese Eigenschaft oder Methode nicht"
     IDS_UNSUPPORTED_ACTION  "Das Objekt unterstützt diese Aktion nicht"
@@ -42,6 +43,7 @@ STRINGTABLE
     IDS_ILLEGAL_ASSIGN      "Unzulässige Zuweisung"
     IDS_UNDEFINED           "'|' nicht definiert"
     IDS_NOT_BOOL            "Boolisches Objekt erwartet"
+    IDS_NOT_VBARRAY         "VBArray Objekt erwartet"
     IDS_JSCRIPT_EXPECTED    "JScript Objekt erwartet"
     IDS_REGEXP_SYNTAX_ERROR "Syntax Fehler in regulärem Ausdruck"
     IDS_URI_INVALID_CHAR    "Zu verschlüsselnde URI enthält ungültige Zeichen"




More information about the wine-cvs mailing list