mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00
[JSCRIPT] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
9a0babd145
commit
660f7b9090
50 changed files with 1562 additions and 1242 deletions
|
@ -65,4 +65,8 @@ STRINGTABLE
|
|||
IDS_PRECISION_OUT_OF_RANGE "Точность вне диапазона"
|
||||
IDS_INVALID_LENGTH "Длиной массива должно быть конечное положительное число"
|
||||
IDS_ARRAY_EXPECTED "Предполагается наличие объекта 'Array'"
|
||||
IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
|
||||
IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
|
||||
IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
|
||||
IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue