Skip to content

Commit 8e3a17c

Browse files
[JSCRIPT] add langauge
1 parent b274dce commit 8e3a17c

22 files changed

+23
-0
lines changed

dll/win32/jscript/lang/jscript_Da.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ STRINGTABLE
7070
IDS_INVALID_LENGTH "Array længde skal være et endeligt positivt heltal"
7171
IDS_ARRAY_EXPECTED "Array objekt forventet"
7272
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_De.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ STRINGTABLE
6969
IDS_INVALID_LENGTH "Größe des Array muss eine endliche, positive Ganzzahl sein"
7070
IDS_ARRAY_EXPECTED "Array-Objekt erwartet"
7171
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_En.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ STRINGTABLE
6969
IDS_INVALID_LENGTH "Array length must be a finite positive integer"
7070
IDS_ARRAY_EXPECTED "Array object expected"
7171
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_Es.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ STRINGTABLE
6969
IDS_INVALID_LENGTH "La longitud del arreglo debe ser un entero positivo finito"
7070
IDS_ARRAY_EXPECTED "Objeto Arreglo esperado"
7171
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_Fr.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ STRINGTABLE
7171
IDS_INVALID_LENGTH "La longueur d'un tableau doit être un entier positif"
7272
IDS_ARRAY_EXPECTED "Objet tableau attendu"
7373
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
74+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7475
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7576
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7677
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_He.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ STRINGTABLE
7171
IDS_INVALID_LENGTH "Array length must be a finite positive integer"
7272
IDS_ARRAY_EXPECTED "אובייקט מערך היה צפוי"
7373
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
74+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7475
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7576
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7677
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_Hu.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ STRINGTABLE
6969
IDS_INVALID_LENGTH "A tömb hosszának egy véges pozitív egész számnak kell lennie"
7070
IDS_ARRAY_EXPECTED "Tömb objektumot vártam"
7171
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_It.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ STRINGTABLE
7070
IDS_INVALID_LENGTH "La lunghezza dell'array deve essere un intero finito e positivo"
7171
IDS_ARRAY_EXPECTED "Richiesto un oggetto array"
7272
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_Ja.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ STRINGTABLE
7070
IDS_INVALID_LENGTH "配列の長さは有限の正整数でなければなりません"
7171
IDS_ARRAY_EXPECTED "配列オブジェクトを期待していました"
7272
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

dll/win32/jscript/lang/jscript_Ko.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ STRINGTABLE
7070
IDS_INVALID_LENGTH "배열 길이는 반드시 한정된 양의 정수이어야 합니다"
7171
IDS_ARRAY_EXPECTED "배열 객체가 필요합니다"
7272
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+
IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"

0 commit comments

Comments
 (0)