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/FRA/Microsoft.VisualStudio.Threading.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NoAmbientTask" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No JoinableTask is active.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Aucun JoinableTask n’est actif.]]></Val>
Comment thread
AArnott marked this conversation as resolved.
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";NotAllowedUnderURorWLock" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[This operation is not allowed while holding an active upgradeable read or write lock from an AsyncReaderWriterLock.]]></Val>
Expand Down
Loading