Skip to content

Commit

Permalink
Merge pull request #69 from Microsoft/dev15loc
Browse files Browse the repository at this point in the history
Merge Loc changes
  • Loading branch information
Łukasz Mendakiewicz authored Oct 6, 2017
2 parents c912d17 + cbbbeae commit 59017a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions loc/lcl/TRK/GoogleTestAdapter.Core.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Str Cat="Text">
<Val><![CDATA[Attaching debugger to {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hata ayıklayıcısı {0} komutuna ekleniyor]]></Val>
<Val><![CDATA[Hata ayıklayıcısı {0} komutuna iliştiriliyor]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -572,7 +572,7 @@
<Str Cat="Text">
<Val><![CDATA[If enabled, a potentially attached debugger will catch assertion failures and automatically drop into interactive mode.]D;]A;Google Test option: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Etkinleştirilirse, eklenmiş olabilecek bir hata ayıklayıcısı, onaylama hatalarını yakalar ve etkileşimli moda otomatik olarak bırakır.]D;]A;Google Test seçeneği: {0}]]></Val>
<Val><![CDATA[Etkinleştirilirse, iliştirilmiş olabilecek bir hata ayıklayıcısı, onaylama hatalarını yakalar ve etkileşimli moda otomatik olarak bırakır.]D;]A;Google Test seçeneği: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down Expand Up @@ -977,7 +977,7 @@
<Str Cat="Text">
<Val><![CDATA[Parallel execution is selected in options, but tests are executed sequentially because debugger is attached.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Seçeneklerde paralel çalıştırma belirtilmiş, ancak hata ayıklayıcısı ekli olduğundan testler sırayla çalıştırılıyor.]]></Val>
<Val><![CDATA[Seçeneklerde paralel çalıştırma belirtilmiş, ancak hata ayıklayıcısı iliştirilmiş olduğundan testler sırayla çalıştırılıyor.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
6 changes: 3 additions & 3 deletions loc/lcl/TRK/GoogleTestAdapter.TestAdapter.dll.lcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Str Cat="Text">
<Val><![CDATA[Could not attach debugger to process {0}:{1}{2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hata ayıklayıcısı {0} işlemine eklenemedi:{1}{2}]]></Val>
<Val><![CDATA[Hata ayıklayıcısı {0} işlemine iliştirilemedi:{1}{2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand All @@ -32,7 +32,7 @@
<Str Cat="Text">
<Val><![CDATA[Could not attach debugger to process {0}, no error message available]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hata ayıklayıcısı {0} işlemine eklenemedi, hata iletisi yok]]></Val>
<Val><![CDATA[Hata ayıklayıcısı {0} işlemine iliştirilemedi, hata iletisi yok]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand All @@ -41,7 +41,7 @@
<Str Cat="Text">
<Val><![CDATA[Debugger attached to process {0}, took {1} ms]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hata ayıklayıcısı {0} işlemine eklendi, işlem {1} ms sürdü]]></Val>
<Val><![CDATA[Hata ayıklayıcısı {0} işlemine iliştirildi, işlem {1} ms sürdü]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down

0 comments on commit 59017a1

Please sign in to comment.