PR 27317: Remove old style localization

- Remove old style localization
This commit is contained in:
Andrew L Arnott 2016-06-30 04:20:02 +00:00
Родитель 50b55e0cd5 bf9bcd9918
Коммит 7473d19b34
28 изменённых файлов: 0 добавлений и 7051 удалений

Просмотреть файл

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<OwnedComments>
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
</OwnedComments>
</LCX>

Просмотреть файл

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<OwnedComments>
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
</OwnedComments>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="zh-CN" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="zh-CN" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[可读和可写均为 Null。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已获取执行“{0}”的请求,但没有回调对象。正在删除该请求。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[分隔符为空字符串。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[写入 JSON RPC 结果时出现错误: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[序列化传入 JSON RPC“{0}”失败: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC 不得为 Null。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 具有 ref 或 out 参数]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 不是公共的]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[“{0}”方法名称与请求的“{1}”具有不同的大小写]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 参数: {1}, 但请求提供 {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 参数不兼容请求: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[找到了多个目标方法: {0}。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已达到流的结尾。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[可读无法读取。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[未设置可读。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[从流读取 JSON RPC 失败,异常为 {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已释放流]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[任务未完成。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[任务已取消。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[无法在 {2} 上找到方法“{0}/{1}”: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[处理 JSON RPC“{0}”时出现意外错误: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[无法识别的传入 JSON RPC“{0}”]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[可写无法写入。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[未设置可写。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="zh-TW" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="zh-TW" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[可讀取與可寫入皆為 null。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[取得執行 '{0}' 的要求但不具回撥物件。正在卸除要求。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[分隔符號為空白字串。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[寫入 JSON RPC 時發生錯誤。結果: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[將連入 JSON RPC '{0}' 還原序列化失敗: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC 不得為 null。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 具有 ref 或 out 參數]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 並非公用]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 方法名稱與要求的 '{1}' 大小寫不同]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 參數: {1} 個,但要求提供了 {2} 個]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 參數與要求不相容: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[在下方項目找到一個以上的目標方法: {0}。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已達資料流結尾。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法讀取可讀取。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[未設定可讀取。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[從資料流讀取 JSON RPC 失敗,發生 {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已處置資料流]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[工作未完成。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[工作已取消。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[在 {2} 上找不到方法 '{0}/{1}': {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[處理 JSON RPC '{0}' 時發生未預期的錯誤: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法識別的連入 JSON RPC '{0}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法寫入可寫入。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[未設定可寫入。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="cs-CZ" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="cs-CZ" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hodnoty pro čtení i zápis jsou null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Přišel požadavek na provedení {0}, ale bez objektu zpětného volání. Zrušení požadavku.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Oddělovač je prázdný řetězec.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Chyba při zápisu výsledku JSON RPC: {0}:{1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Chyba při rekonstrukci příchozí RPC JSON {0}:{1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC nesmí být null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} má parametr ref nebo out]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} není veřejný]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[V názvu metody {0} je rozdíl mezi malými a velkými písmeny oproti názvu požadované metody {1}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Parametry {0}: {1}, ale žádost uvádí {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Parametry {0} nejsou kompatibilní s žádostí: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Našlo se víc cílových metod než jedna: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Bylo dosaženo konce toku.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hodnotu pro čtení nejde číst.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hodnota pro čtení není nastavená.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Čtení vzdáleného volání procedur JSON z datového proudu se nepodařilo s chybou {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Datový proud je vyřazený.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Úloha není dokončená.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Úloha byla zrušena.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Není možné najít metodu {0}/{1} v {2}: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nečekaná chyba při zpracování vzdáleného volání procedur JSON {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nerozpoznané příchozí vzdálené volání procedur JSON {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nejde zapisovat do zapisovatelné hodnoty.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Zapisovatelná hodnota není nastavená.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["readable" und "writable" sind NULL.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Eine Anforderung zum Ausführen von "{0}" wurde erhalten, es ist aber kein Rückrufobjekt vorhanden. Die Anforderung wird gelöscht.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Das Trennzeichen ist eine leere Zeichenfolge.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Schreiben des JSON-RPC-Ergebnisses: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Deserialisieren des eingehenden JSON-RPC "{0}": {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der JSON-RPC darf nicht NULL sein.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} weist ref- oder out-Parameter auf.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["{0}" ist nicht öffentlich.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der Methodenname "{0}" weist andere Groß-/Kleinbuchstaben als der angeforderte Name "{1}" auf]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0}-Parameter: {1}, die Anforderung gibt aber {2} an.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0}-Parameter sind nicht kompatibel mit der Anforderung: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Es wurden mehrere Zielmethoden gefunden: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Das Ende des Datenstroms wurde erreicht.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["Readable" kann nicht lesen.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["Readable" ist nicht festgelegt.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fehler beim Lesen des JSON-RPC aus dem Datenstrom mit {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der Datenstrom wurde verworfen.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der Task wurde nicht abgeschlossen.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die Aufgabe wurde abgebrochen.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die Methode "{0}/{1}" für {2} kann nicht gefunden werden: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Unerwarteter Fehler beim Verarbeiten des JSON-RPC "{0}": {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Unbekannter eingehender JSON-RPC "{0}".]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["Writable" kann nicht schreiben.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["Writable" ist nicht festgelegt.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,259 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Se recibió una solicitud para ejecutar '{0}', pero no tiene objeto de devolución de llamada. Se va a eliminar la solicitud.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[El delimitador es una cadena vacía.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} tiene parámetros ref o out]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} no es público]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[El uso de mayúsculas y minúsculas en el nombre de método '{0}' es diferente al del nombre '{1}' solicitado.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Parámetros de {0}: {1}, pero la solicitud proporciona {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Los parámetros de {0} no son compatibles con la solicitud: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Hay más de un método de destino: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Se alcanzó el final de la secuencia.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Se ha eliminado la secuencia]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La tarea no se ha completado.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La tarea se canceló.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[No se encuentra el método '{0}/{1}' en {2}: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[readable et writable ont la valeur Null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Requête à exécuter '{0}' sans objet de rappel. Annulation de la requête.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le délimiteur est une chaîne vide.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Erreur durant l'écriture du résultat du protocole JSON RPC : {0} : {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Échec de la désérialisation du protocole JSON RPC entrant '{0}' : {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le protocole JSON RPC ne doit pas avoir la valeur Null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} a un ou plusieurs paramètres ref ou out]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} n'est pas public]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le nom de méthode '{0}' n'a pas la même casse que le nom de méthode '{1}' demandé]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} paramètre(s) : {1}, mais la requête indique {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} paramètres ne sont pas compatibles avec la requête : {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Plusieurs méthodes cibles trouvées : {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Fin de flux atteinte.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable ne peut pas lire.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable n'est pas défini.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Échec de la lecture du protocole JSON RPC à partir du flux. {0} : {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le flux a été supprimé]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La tâche est inachevée.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La tâche a été annulée.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La méthode '{0}/{1}' est introuvable sur {2} : {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Erreur inattendue durant le traitement du protocole JSON RPC '{0}' : {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Protocole JSON RPC entrant inconnu '{0}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Writable ne peut pas écrire.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Writable n'est pas défini.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,277 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[È stata ricevuta una richiesta per l'esecuzione di '{0}' ma non sono presenti oggetti di callback. La richiesta verrà eliminata.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il delimitatore è una stringa vuota.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore durante la scrittura del risultato della RPC JSON. {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore durante la deserializzazione della RPC JSON in arrivo '{0}': {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La RPC JSON non deve essere Null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} contiene parametri ref o out]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} non è pubblico]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La combinazione di maiuscole/minuscole nel nome del metodo '{0}' è diversa da quella del metodo richiesto '{1}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[I parametri di {0} sono {1}, ma la richiesta ne fornisce {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[I parametri di {0} non sono compatibili con la richiesta: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[È stato trovato più di un metodo di destinazione: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[È stata raggiunta la fine del flusso.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La lettura della RPC JSON dal flusso non è riuscita. {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il flusso è stato eliminato]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[L'attività non è stata completata.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[L'attività è stata annullata.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il metodo '{0}/{1}' non è stato trovato in {2}: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore imprevisto durante l'elaborazione della RPC JSON '{0}': {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La RPC JSON in arrivo '{0}' non è stata riconosciuta]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ja-JP" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ja-JP" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable と Writable の両方が null です。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' を実行する要求を取得しましたが、コールバック オブジェクトがありません。要求を削除しています。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[区切り記号が空の文字列です。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC 結果の書き込み中にエラーが発生しました: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[受信 JSON RPC '{0}' の逆シリアル化中にエラーが発生しました: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC を null にすることはできません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} に ref または out パラメーターが指定されています]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} がパブリックではありません]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' メソッド名に要求された '{1}' と異なる大文字/小文字が含まれています]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} パラメーター数は {1} ですが、要求では {2} 個です]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} パラメーターは要求と互換性がありません: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[複数のターゲット メソッドがみつかりました: {0}。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ストリームの終わりに達しました。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable が読み取れません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable が設定されていません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ストリームからの JSON RPC の読み取りが {0} で失敗しました: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ストリームが破棄されました]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[タスクが完了していません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[タスクはキャンセルされました。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{2} でメソッド '{0}/{1}' が見つかりません: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC '{0}' の処理中に予期しないエラーが発生しました: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[認識されていない受信 JSON RPC '{0}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Writable が書き込めません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Writable が設定されていません。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ko-KR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ko-KR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[읽기 및 쓰기 모두 null입니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 실행 요청을 받았지만 콜백 개체가 없습니다. 요청을 삭제합니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[구분 기호가 빈 문자열입니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC 결과를 쓰는 중 오류 발생: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[들어오는 JSON RPC '{0}'을(를) 역직렬화하는 중 오류 발생: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC는 null일 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0}에 ref 또는 out 매개 변수가 있습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0}이(가) public이 아닙니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 메서드 이름에 요청한 '{1}'과(와) 다른 대/소문자가 있습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 매개 변수는 {1}개이지만 요청은 {2}개를 제공합니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 매개 변수가 다음 요청과 호환되지 않습니다. {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[대상 메서드가 둘 이상 있습니다. {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[스트림 끝에 도달했습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable을 읽을 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Readable이 설정되어 있지 않습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} 때문에 스트림에서 JSON RPC 읽기 실패: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[스트림이 삭제되었습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[작업이 완료되지 않았습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[작업이 취소되었습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{2}에서 '{0}/{1}' 메서드를 찾을 수 없음: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC '{0}'을(를) 처리하는 중 예기치 않은 오류 발생: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[들어오는 JSON RPC '{0}'을(를) 인식할 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Writable을 쓸 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Writable이 설정되어 있지 않습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pl-PL" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pl-PL" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Elementy do odczytu i do zapisu mają wartość null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Odebrano żądanie wykonania metody „{0}”, lecz nie ma obiektu wywołania zwrotnego. Żądanie zostanie porzucone.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ogranicznik jest pustym ciągiem.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Błąd zapisywania wyniku wywołania RPC JSON: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Błąd deserializacji przychodzącego wywołania RPC JSON „{0}”: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Wywołanie RPC JSON nie może mieć wartości null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Metoda {0} ma parametry ref lub out]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Metoda {0} nie jest publiczna]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nazwa metody „{0}” zawiera litery innej wielkości niż żądana nazwa „{1}”]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Liczba parametrów metody {0} to {1}, lecz w żądaniu podano {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Parametry metody {0} nie są zgodne z żądaniem: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Znaleziono więcej niż jedna metodę docelową: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Osiągnięto koniec strumienia.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nie można odczytać elementu do odczytu.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Element do odczytu nie jest ustawiony.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Błąd odczytywania wywołania RPC JSON ze strumienia — {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Strumień został usunięty]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Zadanie nie jest zakończone.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Zadanie zostało anulowane.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nie można znaleźć metody „{0}/{1}” w klasie {2}: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nieoczekiwany błąd przetwarzania wywołania RPC JSON „{0}”: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nierozpoznane przychodzące wywołanie RPC JSON „{0}”]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Nie można zapisać elementu do zapisu.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Element do zapisu nie jest ustawiony.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pt-BR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pt-BR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Legível e gravável são nulos.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Recebeu uma solicitação para executar '{0}', mas não tem qualquer objeto de retorno de chamada. Cancelar a solicitação.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Delimitador é uma cadeia de caracteres vazia.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Erro ao gravar o Resultado JSON RPC: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Falha ao desserializar JSON RPC de entrada '{0}':{1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC não pode ser nulo.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} tem parâmetros ref ou out]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} não é público]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[O nome do método '{0}' tem caso diferente do solicitado '{1}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Parâmetros {0}: {1}, mas a solicitação fornece {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Parâmetros {0} não são compatíveis com a solicitação: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Mais de um método de destino encontrado: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Final do fluxo atingido.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Legível não pode ler.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Legível não está definido.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ler JSON RPC do fluxo apresentou falha com {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[O fluxo foi descartado]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[A tarefa não foi concluída.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[A tarefa foi cancelada.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Não é possível localizar o método '{0}/{1}' em {2}: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ocorreu um erro inesperado ao processar JSON RPC '{0}': {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC de entrada não reconhecido '{0}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Gravável não pode gravar.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Gravável não está definido.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ru-RU" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ru-RU" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Свойства для чтения и записи имеют значение null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Получен запрос на выполнение "{0}", но объект обратного вызова не существует. Запрос будет отменен.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Разделитель — это пустая строка.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ошибка при записи результата RPC JSON: {0}, {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ошибка десериализации входящего RPC JSON "{0}": {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[RPC JSON не должно иметь значение null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} содержит ссылочные или внешние параметры]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} не является общедоступной]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Регистр имени метода "{0}" отличается от запрошенного, "{1}"]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Параметров в {0}: {1}, предоставлено параметров в запросе: {2}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Параметры {0} несовместимы с запросом: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Найдено более одного целевого метода: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Достигнут конец потока.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Не удается считать свойство для чтения.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Свойство для чтения не задано.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ошибка чтения RPC JSON из потока: {0}, {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Поток был удален]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Задача не завершена.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Задача отменена.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Не удается найти метод "{0}/{1}" в {2}: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Непредвиденная ошибка при обработке RPC JSON "{0}": {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Нераспознанный входящий RPC JSON "{0}"]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Не удается записать свойство для записи.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Свойство для записи не задано.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\125\s\bin\Release\StreamJsonRpc.Desktop\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="tr-TR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="60f18812-e480-468a-8022-71821c566fcd" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name to execute.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the JSON RPC, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the requested method name.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the method parameter count, {2} is the request parameter count.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method signature, {1} is the error message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the list of method signatures.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the exception type, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the method name, {1} is arity, {2} is target class full name, {3} is the error list.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json, {1} is the exception message.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
</Str>
<Disp Icon="Str" />
<Cmts>
<Cmt Name="RCCX"><![CDATA[{0} is the json.]]></Cmt>
</Cmts>
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21.44744]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.21-alpha+gc8ae7bee1d.RR]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>

Просмотреть файл

@ -1,292 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\A\_work\68\s\bin\Release\StreamJsonRpc\StreamJsonRpc.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="tr-TR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="HobbitID" Val="4301a90d-22aa-49f7-b221-58bbc5cb41aa" />
</Props>
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
<Cmt Name="RCCX" />
</OwnedComments>
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
<Item ItemId=";StreamJsonRpc.Resources.resources" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId=";BothReadableWritableAreNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Both readable and writable are null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Okunabilir ve yazılabilir null.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";DroppingRequestDueToNoTargetObject" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Got a request to execute '{0}' but have no callback object. Dropping the request.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' metodunu yürütme isteği alındı ancak geri çağırma nesnesi yok. İstek bırakılıyor.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";EmptyDelimiter" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Delimiter is empty string.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Sınırlayıcı boş dizedir.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ErrorWritingJsonRpcResult" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error writing JSON RPC Result: {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC Sonucu yazılırken hata oluştu: {0}: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FailureDeserializingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failure deserializing incoming JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Gelen JSON RPC '{0}' serileştirilemedi: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";JsonRpcCannotBeNull" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[JSON RPC must not be null.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC null olmamalıdır.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodHasRefOrOutParameters" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} has ref or out parameter(s)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} ref veya out parametreleri içeriyor]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodIsNotPublic" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} is not public]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} genel değil]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodNameCaseIsDifferent" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['{0}' method name has different case from requested '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' metot adı, istenen '{1}' öğesinden farklı büyük küçük/harf durumuna sahip]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParameterCountDoesNotMatch" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameter(s): {1}, but the request supplies {2}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} parametreleri: {1} parametre var, ancak istekte {2} parametre belirtilmiş]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MethodParametersNotCompatible" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} parameters are not compatible with the request: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} parametreleri istekle uyumlu değil: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";MoreThanOneMethodFound" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More than one target method found: {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Birden fazla hedef metot bulundu: {0}.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReachedEndOfStream" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reached end of stream.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Akışın sonuna ulaşıldı.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableCannotRead" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable cannot read.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Okunabilir okuyamıyor.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Readable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Okunabilir ayarlanmadı.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ReadingJsonRpcStreamFailed" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Reading JSON RPC from the stream failed with {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Akıştan JSON RPC okuma {0} ile başarısız oldu: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";StreamDisposed" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Stream has been disposed]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Akış atıldı]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskNotCompleted" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task is not completed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Görev tamamlanmadı.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TaskWasCancelled" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The task was cancelled.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Görev iptal edildi.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnableToFindMethod" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find method '{0}/{1}' on {2}: {3}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{2} üzerinde '{0}/{1}' metodu bulunamıyor: {3}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnexpectedErrorProcessingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unexpected error processing JSON RPC '{0}': {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[JSON RPC '{0}' işlenirken beklenmeyen bir hata oluştu: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";UnrecognizedIncomingJsonRpc" ItemType="0" PsrId="211" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unrecognized incoming JSON RPC '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Tanınmayan gelen JSON RPC '{0}']]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableCannotWrite" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable cannot write.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Yazılabilir yazamıyor.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";WritableNotSet" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Writable is not set.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Yazılabilir ayarlanmadı.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.0.0]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52.2604]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ ]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ ]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[StreamJsonRpc.dll]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
<Str Cat="Text" DevLk="true">
<Val><![CDATA[0.12.52-alpha+g2c0afdd3c6.RT]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
</Item>
</LCX>