Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions loc/lcl/DEU/StreamJsonRpc.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CallScopedMarshaledObjectInReturnValueNotAllowed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[A call-scoped marshaled object was included in a return value, which is not allowed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ein auf Aufrufe bezogenes gemarshalltes Objekt wurde in einen Rückgabewert eingeschlossen, was nicht zulässig ist.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";CancellationTokenMustBeLastParameter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[A CancellationToken is only allowed as the last parameter.]]></Val>
Expand Down