Skip to content

Commit 60d6760

Browse files
[JSCRIPT] add language
1 parent 452445f commit 60d6760

22 files changed

+25
-1
lines changed

dll/win32/jscript/lang/jscript_Da.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ STRINGTABLE
7575
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7676
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7777
IDS_WRONG_THIS "«[objekt]» er ikke et dato objekt"
78+
IDS_KEY_NOT_OBJECT "«[objekt]» er ikke et dato objekt"
7879
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7980
}

dll/win32/jscript/lang/jscript_De.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ STRINGTABLE
7474
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7575
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7676
IDS_WRONG_THIS "'[Objekt]' ist kein Datums-Objekt"
77+
IDS_KEY_NOT_OBJECT "'key' ist kein Objekt"
7778
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7879
}

dll/win32/jscript/lang/jscript_En.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ STRINGTABLE
7676
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7777
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7878
IDS_WRONG_THIS "'this' is not a | object"
79+
IDS_KEY_NOT_OBJECT "'key' is not an object"
7980
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
8081
}

dll/win32/jscript/lang/jscript_Es.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ STRINGTABLE
7474
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7575
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7676
IDS_WRONG_THIS "'this' is not a | object"
77+
IDS_KEY_NOT_OBJECT "'key' is not an object"
7778
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7879
}

dll/win32/jscript/lang/jscript_Fr.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ STRINGTABLE
7676
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7777
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7878
IDS_WRONG_THIS "« [objet] » n'est pas un objet de type date"
79+
IDS_KEY_NOT_OBJECT "'key' is not an object"
7980
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
8081
}

dll/win32/jscript/lang/jscript_He.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ STRINGTABLE
7676
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7777
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7878
IDS_WRONG_THIS "'%s' אינו שם תקני לפתחה"
79+
IDS_KEY_NOT_OBJECT "'key' is not an object"
7980
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
8081
}

dll/win32/jscript/lang/jscript_Hu.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ STRINGTABLE
7474
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7575
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7676
IDS_WRONG_THIS "'Az [object]' nem egy date (dátum) objektum"
77+
IDS_KEY_NOT_OBJECT "'key' is not an object"
7778
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7879
}

dll/win32/jscript/lang/jscript_It.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ STRINGTABLE
7575
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7676
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7777
IDS_WRONG_THIS "'[oggetto]' non è un oggetto data"
78+
IDS_KEY_NOT_OBJECT "'key' is not an object"
7879
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7980
}

dll/win32/jscript/lang/jscript_Ja.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ STRINGTABLE
7575
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7676
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7777
IDS_WRONG_THIS "'[object]' は日付オブジェクトではありません"
78+
IDS_KEY_NOT_OBJECT "'key' はオブジェクトではありません"
7879
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7980
}

dll/win32/jscript/lang/jscript_Ko.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ STRINGTABLE
7575
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7676
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7777
IDS_WRONG_THIS "'[object]'은(는) 날짜 개체가 아닙니다"
78+
IDS_KEY_NOT_OBJECT "'key'는 개체가 아닙니다"
7879
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
7980
}

0 commit comments

Comments
 (0)