mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +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 "Precision is out of range"
|
||||
IDS_INVALID_LENGTH "La lunghezza dell'array deve essere un intero finito e positivo"
|
||||
IDS_ARRAY_EXPECTED "Richiesto un oggetto 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