This commit is contained in:
Brett V. Forsgren 2017-10-27 11:07:53 -07:00
Родитель 706694a4d9
Коммит 58d5114d67
385 изменённых файлов: 200601 добавлений и 11 удалений

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

@ -627,8 +627,8 @@ if "%BUILD_PROTO%" == "1" (
if "%BUILD_PROTO_WITH_CORECLR_LKG%" == "1" (
echo %_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto
%_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto
echo %_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto /p:DisableLocalization=true
%_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto /p:DisableLocalization=true
@if ERRORLEVEL 1 echo Error: compiler proto build failed && goto :failure
)
@ -637,8 +637,8 @@ if "%BUILD_PROTO%" == "1" (
echo %_ngenexe% install packages\FSharp.Compiler.Tools.4.1.27\tools\fsc.exe /nologo
%_ngenexe% install packages\FSharp.Compiler.Tools.4.1.27\tools\fsc.exe /nologo
echo %_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto
%_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto
echo %_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto /p:DisableLocalization=true
%_msbuildexe% %msbuildflags% src\fsharp-proto-build.proj /p:BUILD_PROTO_WITH_CORECLR_LKG=%BUILD_PROTO_WITH_CORECLR_LKG% /p:Configuration=Proto /p:DisableLocalization=true
@if ERRORLEVEL 1 echo Error: compiler proto build failed && goto :failure
)

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

@ -503,12 +503,12 @@ if [ "$BUILD_PROTO" = '1' ]; then
{ pushd ./lkg/fsc && eval "$_dotnetexe publish project.json --no-build -o ${_scriptdir}Tools/lkg -r $_architecture" && popd; } || failwith "dotnet publish failed"
{ pushd ./lkg/fsi && eval "$_dotnetexe publish project.json --no-build -o ${_scriptdir}Tools/lkg -r $_architecture" && popd; } || failwith "dotnet publish failed"
{ printeval "$_msbuildexe $msbuildflags src/fsharp-proto-build.proj /p:Configuration=Proto"; } || failwith "compiler proto build failed"
{ printeval "$_msbuildexe $msbuildflags src/fsharp-proto-build.proj /p:Configuration=Proto /p:DisableLocalization=true"; } || failwith "compiler proto build failed"
# { printeval "$_ngenexe install Proto/net40/bin/fsc-proto.exe /nologo"; } || failwith "NGen of proto failed"
else
# Build proto-compiler and libs
{ printeval "$_msbuildexe $msbuildflags src/fsharp-proto-build.proj /p:UseMonoPackaging=true /p:Configuration=Proto"; } || failwith "compiler proto build failed"
{ printeval "$_msbuildexe $msbuildflags src/fsharp-proto-build.proj /p:UseMonoPackaging=true /p:Configuration=Proto /p:DisableLocalization=true"; } || failwith "compiler proto build failed"
fi
fi

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

@ -68,4 +68,7 @@
<!-- Perl is used for the fsharpqa test suite -->
<package id="StrawberryPerl64" version="5.22.2.1" />
<!-- Xliff localization -->
<package id="XliffTasks" version="0.2.0-beta-000070" />
</packages>

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

@ -49,6 +49,10 @@
<FSharpCore41FrozenPortableVersion>4.1.20</FSharpCore41FrozenPortableVersion>
<FSharpCore41FrozenPortableTargetVersion>4.1.21</FSharpCore41FrozenPortableTargetVersion>
<FSharpCore42TargetVersion>4.2.4</FSharpCore42TargetVersion>
<!-- Localization -->
<UpdateXlfOnBuild Condition="'$(CI)' != '1'">true</UpdateXlfOnBuild>
<XliffTasksVersion>0.2.0-beta-000070</XliffTasksVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(MonoPackaging)' != 'true' AND '$(OS)' != 'Unix'">
@ -144,6 +148,8 @@
<FsiToolPath>$(FSharpSourcesRoot)\..\packages\FSharp.Compiler.Tools.4.1.27\tools</FsiToolPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\packages\XliffTasks.$(XliffTasksVersion)\build\XliffTasks.props" Condition="'$(DisableLocalization)' != 'true'" />
<Import Project="$(RestorePackagesPath)\XliffTasks.$(XliffTasksVersion)\build\XliffTasks.targets" Condition="'$(DisableLocalization)' != 'true'" />
<Import Project="../Tools/Build.Common.props" Condition="'$(TargetDotnetProfile)'=='coreclr'"/>
<Import Project="$(BuildVersionFilePath)" Condition="Exists('$(BuildVersionFilePath)')" />

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

@ -368,7 +368,7 @@
Condition="'$(Configuration)' != 'Proto'" />
<Target Name="GenerateFSharpTextResources"
BeforeTargets="CoreResGen;PrepareForBuild"
BeforeTargets="GetXlfSources;CoreResGen;PrepareForBuild"
Condition="'$(Configuration)' != 'Proto'">
<MakeDir Directories="$(IntermediateOutputPath)" />

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

@ -354,7 +354,7 @@ open Printf
File.GetLastWriteTimeUtc(filename) <= File.GetLastWriteTimeUtc(outFilename) &&
File.GetLastWriteTimeUtc(filename) <= File.GetLastWriteTimeUtc(outXmlFilename) then
printMessage (sprintf "Skipping generation of %s and %s since up-to-date" outFilename outXmlFilename)
Some (outFilename, outXmlFilename)
Some (filename, outFilename, outXmlFilename)
else
printMessage (sprintf "Reading %s" filename)
@ -450,7 +450,7 @@ open Printf
use outXmlStream = File.Create outXmlFilename
xd.Save outXmlStream
printMessage (sprintf "Done %s" outFilename)
Some (outFilename, outXmlFilename)
Some (filename, outFilename, outXmlFilename)
with e ->
PrintErr(filename, 0, sprintf "An exception occurred when processing '%s'\n%s" filename (e.ToString()))
None
@ -487,7 +487,7 @@ open Printf
|> Array.choose (fun item -> generateResxAndSource item.ItemSpec)
let generatedSource, generatedResx =
[| for (source, resx) in generatedFiles do
[| for (textFile, source, resx) in generatedFiles do
let sourceItem =
let item = TaskItem(source)
item.SetMetadata("AutoGen", "true")
@ -497,6 +497,7 @@ open Printf
let resxItem =
let item = TaskItem(resx)
item.SetMetadata("ManifestResourceName", Path.GetFileNameWithoutExtension(resx))
item.SetMetadata("SourceDocumentPath", textFile)
item :> ITaskItem
yield (sourceItem, resxItem) |]
|> Array.unzip

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../FSBuild.resx">
<body>
<trans-unit id="toolpathUnknown">
<source>ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</source>
<target state="new">ToolPath is unknown; specify the path to fsc.exe as the ToolPath property.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,712 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../FSCore.resx">
<body>
<trans-unit id="matchCasesIncomplete">
<source>The match cases were incomplete</source>
<target state="new">The match cases were incomplete</target>
<note />
</trans-unit>
<trans-unit id="addressOpNotFirstClass">
<source>First class uses of address-of operators are not permitted.</source>
<target state="new">First class uses of address-of operators are not permitted.</target>
<note />
</trans-unit>
<trans-unit id="arraysHadDifferentLengths">
<source>The arrays have different lengths.</source>
<target state="new">The arrays have different lengths.</target>
<note />
</trans-unit>
<trans-unit id="arrayWasEmpty">
<source>The input array was empty.</source>
<target state="new">The input array was empty.</target>
<note />
</trans-unit>
<trans-unit id="badFormatString">
<source>Input string was not in a correct format.</source>
<target state="new">Input string was not in a correct format.</target>
<note />
</trans-unit>
<trans-unit id="delegateExpected">
<source>Expecting delegate type.</source>
<target state="new">Expecting delegate type.</target>
<note />
</trans-unit>
<trans-unit id="dyInvDivByIntCoerce">
<source>Dynamic invocation of DivideByInt involving coercions is not supported.</source>
<target state="new">Dynamic invocation of DivideByInt involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddCoerce">
<source>Dynamic invocation of op_Addition involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpAddOverload">
<source>Dynamic invocation of op_Addition involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Addition involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultCoerce">
<source>Dynamic invocation of op_Multiply involving coercions is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving coercions is not supported.</target>
<note />
</trans-unit>
<trans-unit id="dyInvOpMultOverload">
<source>Dynamic invocation of op_Multiply involving overloading is not supported.</source>
<target state="new">Dynamic invocation of op_Multiply involving overloading is not supported.</target>
<note />
</trans-unit>
<trans-unit id="endCannotBeNaN">
<source>The end of a range cannot be NaN.</source>
<target state="new">The end of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="enumerationAlreadyFinished">
<source>Enumeration already finished.</source>
<target state="new">Enumeration already finished.</target>
<note />
</trans-unit>
<trans-unit id="enumerationNotStarted">
<source>Enumeration has not started. Call MoveNext.</source>
<target state="new">Enumeration has not started. Call MoveNext.</target>
<note />
</trans-unit>
<trans-unit id="setContainsNoElements">
<source>Set contains no elements.</source>
<target state="new">Set contains no elements.</target>
<note />
</trans-unit>
<trans-unit id="enumerationPastIntMaxValue">
<source>Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</source>
<target state="new">Enumeration based on System.Int32 exceeded System.Int32.MaxValue.</target>
<note />
</trans-unit>
<trans-unit id="failedReadEnoughBytes">
<source>Failed to read enough bytes from the stream.</source>
<target state="new">Failed to read enough bytes from the stream.</target>
<note />
</trans-unit>
<trans-unit id="genericCompareFail1">
<source>Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</source>
<target state="new">Failure during generic comparison: the type '{0}' does not implement the System.IComparable interface. This error may be arise from the use of a function such as 'compare', 'max' or 'min' or a data structure such as 'Set' or 'Map' whose keys contain instances of this type.</target>
<note />
</trans-unit>
<trans-unit id="indexOutOfBounds">
<source>The index was outside the range of elements in the list.</source>
<target state="new">The index was outside the range of elements in the list.</target>
<note />
</trans-unit>
<trans-unit id="inputListWasEmpty">
<source>The input list was empty.</source>
<target state="new">The input list was empty.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBeNonNegative">
<source>The input must be non-negative.</source>
<target state="new">The input must be non-negative.</target>
<note />
</trans-unit>
<trans-unit id="inputMustBePositive">
<source>The input must be positive.</source>
<target state="new">The input must be positive.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceEmpty">
<source>The input sequence was empty.</source>
<target state="new">The input sequence was empty.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypes">
<source>This is not a valid tuple type for the F# reflection library.</source>
<target state="new">This is not a valid tuple type for the F# reflection library.</target>
<note />
</trans-unit>
<trans-unit id="keyNotFound">
<source>The item, key, or index was not found in the collection.</source>
<target state="new">The item, key, or index was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="listsHadDifferentLengths">
<source>The lists had different lengths.</source>
<target state="new">The lists had different lengths.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorAlreadyStarted">
<source>The MailboxProcessor has already been started.</source>
<target state="new">The MailboxProcessor has already been started.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndAsyncReplyTimedOut">
<source>MailboxProcessor.PostAndAsyncReply timed out.</source>
<target state="new">MailboxProcessor.PostAndAsyncReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxProcessorPostAndReplyTimedOut">
<source>MailboxProcessor.PostAndReply timed out.</source>
<target state="new">MailboxProcessor.PostAndReply timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxReceiveTimedOut">
<source>Mailbox.Receive timed out.</source>
<target state="new">Mailbox.Receive timed out.</target>
<note />
</trans-unit>
<trans-unit id="mailboxScanTimedOut">
<source>Mailbox.Scan timed out.</source>
<target state="new">Mailbox.Scan timed out.</target>
<note />
</trans-unit>
<trans-unit id="mapCannotBeMutated">
<source>Map values cannot be mutated.</source>
<target state="new">Map values cannot be mutated.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIARCancel">
<source>The IAsyncResult object provided does not match this 'Cancel' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'Cancel' operation.</target>
<note />
</trans-unit>
<trans-unit id="mismatchIAREnd">
<source>The IAsyncResult object provided does not match this 'End' operation.</source>
<target state="new">The IAsyncResult object provided does not match this 'End' operation.</target>
<note />
</trans-unit>
<trans-unit id="noNegateMinValue">
<source>Negating the minimum value of a twos complement number is invalid.</source>
<target state="new">Negating the minimum value of a twos complement number is invalid.</target>
<note />
</trans-unit>
<trans-unit id="checkInit">
<source>The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</source>
<target state="new">The initialization of an object or value resulted in an object or value being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="checkStaticInit">
<source>The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</source>
<target state="new">The static initialization of a file or type resulted in static data being accessed recursively before it was fully initialized.</target>
<note />
</trans-unit>
<trans-unit id="nonZeroBasedDisallowed">
<source>Arrays with non-zero base cannot be created on this platform.</source>
<target state="new">Arrays with non-zero base cannot be created on this platform.</target>
<note />
</trans-unit>
<trans-unit id="notAFunctionType">
<source>Type '{0}' is not a function type.</source>
<target state="new">Type '{0}' is not a function type.</target>
<note />
</trans-unit>
<trans-unit id="notAnExceptionType">
<source>Type '{0}' is not the representation of an F# exception declaration.</source>
<target state="new">Type '{0}' is not the representation of an F# exception declaration.</target>
<note />
</trans-unit>
<trans-unit id="notAPermutation">
<source>The function did not compute a permutation.</source>
<target state="new">The function did not compute a permutation.</target>
<note />
</trans-unit>
<trans-unit id="notARecordType">
<source>Type '{0}' is not an F# record type.</source>
<target state="new">Type '{0}' is not an F# record type.</target>
<note />
</trans-unit>
<trans-unit id="notATupleType">
<source>Type '{0}' is not a tuple type.</source>
<target state="new">Type '{0}' is not a tuple type.</target>
<note />
</trans-unit>
<trans-unit id="notAUnionType">
<source>Type '{0}' is not an F# union type.</source>
<target state="new">Type '{0}' is not an F# union type.</target>
<note />
</trans-unit>
<trans-unit id="notComparable">
<source>The two objects have different types and are not comparable.</source>
<target state="new">The two objects have different types and are not comparable.</target>
<note />
</trans-unit>
<trans-unit id="notEnoughElements">
<source>The input sequence has an insufficient number of elements.</source>
<target state="new">The input sequence has an insufficient number of elements.</target>
<note />
</trans-unit>
<trans-unit id="notUsedForHashing">
<source>This object is for recursive equality calls and cannot be used for hashing.</source>
<target state="new">This object is for recursive equality calls and cannot be used for hashing.</target>
<note />
</trans-unit>
<trans-unit id="nullsNotAllowedInArray">
<source>One of the elements in the array is null.</source>
<target state="new">One of the elements in the array is null.</target>
<note />
</trans-unit>
<trans-unit id="objIsNotARecord">
<source>The object is not an F# record value.</source>
<target state="new">The object is not an F# record value.</target>
<note />
</trans-unit>
<trans-unit id="objIsNullAndNoType">
<source>The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</source>
<target state="new">The object is null and no type was given. Either pass a non-null object or a non-null type parameter.</target>
<note />
</trans-unit>
<trans-unit id="outOfRange">
<source>The index is outside the legal range.</source>
<target state="new">The index is outside the legal range.</target>
<note />
</trans-unit>
<trans-unit id="privateExceptionType">
<source>The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is the representation of an F# exception declaration but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateRecordType">
<source>The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# record type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="privateUnionType">
<source>The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</source>
<target state="new">The type '{0}' is an F# union type but its representation is private. You must specify BindingFlags.NonPublic to access private type representations.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedOneType">
<source>Expected exactly one type argument.</source>
<target state="new">Expected exactly one type argument.</target>
<note />
</trans-unit>
<trans-unit id="QexpectedTwoTypes">
<source>Expected exactly two type arguments.</source>
<target state="new">Expected exactly two type arguments.</target>
<note />
</trans-unit>
<trans-unit id="QinvalidCaseIndex">
<source>Not a valid F# union case index.</source>
<target state="new">Not a valid F# union case index.</target>
<note />
</trans-unit>
<trans-unit id="QmissingRecordField">
<source>Type '{0}' did not have an F# record field named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# record field named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QmissingUnionCase">
<source>Type '{0}' did not have an F# union case named '{1}'.</source>
<target state="new">Type '{0}' did not have an F# union case named '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBadFieldType">
<source>Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the type of the field was incorrect. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmBodyMustBeUnit">
<source>Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body must return unit. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmCondMustBeBool">
<source>Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': condition expression must be of type bool. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExpectedFunction">
<source>Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expected function type in function application or let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprNotMatchTuple">
<source>Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': expression doesn't match the tuple type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprTypeMismatch">
<source>Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of expression does not match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunctionArgTypeMismatch">
<source>Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function argument type doesn't match. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmGuardMustBeBool">
<source>Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': guard must return boolean. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForRecord">
<source>Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# record. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmIncorrectArgForUnion">
<source>Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': incorrect argument type for an F# union. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInitArray">
<source>Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': initializer doesn't match array type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmInvalidParam">
<source>Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': invalid parameter for a method or indexer property. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLoopBodyMustBeLambdaTakingInteger">
<source>Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': body of the for loop must be lambda taking integer as an argument. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmLowerUpperBoundMustBeInt">
<source>Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': lower and upper bounds must be integers. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTrueAndFalseMustMatch">
<source>Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': types of true and false branches differ. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmTuple">
<source>Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': mismatched type of argument and tuple element. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmVarTypeNotMatchRHS">
<source>Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the variable type doesn't match the type of the right-hand-side of a let binding. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QunexpectedHole">
<source>Unexpected quotation hole in expression.</source>
<target state="new">Unexpected quotation hole in expression.</target>
<note />
</trans-unit>
<trans-unit id="QunrecognizedMethodCall">
<source>The parameter is not a recognized method name.</source>
<target state="new">The parameter is not a recognized method name.</target>
<note />
</trans-unit>
<trans-unit id="resetNotSupported">
<source>Reset is not supported on this enumerator.</source>
<target state="new">Reset is not supported on this enumerator.</target>
<note />
</trans-unit>
<trans-unit id="startCannotBeNaN">
<source>The start of a range cannot be NaN.</source>
<target state="new">The start of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeNaN">
<source>The step of a range cannot be NaN.</source>
<target state="new">The step of a range cannot be NaN.</target>
<note />
</trans-unit>
<trans-unit id="stepCannotBeZero">
<source>The step of a range cannot be zero.</source>
<target state="new">The step of a range cannot be zero.</target>
<note />
</trans-unit>
<trans-unit id="syncContextNull">
<source>The System.Threading.SynchronizationContext.Current of the calling thread is null.</source>
<target state="new">The System.Threading.SynchronizationContext.Current of the calling thread is null.</target>
<note />
</trans-unit>
<trans-unit id="tupleIndexOutOfRange">
<source>The tuple index '{1}' was out of range for tuple type '{0}'.</source>
<target state="new">The tuple index '{1}' was out of range for tuple type '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindConstructor">
<source>Failed to bind constructor</source>
<target state="new">Failed to bind constructor</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindField">
<source>Failed to bind field '{0}'</source>
<target state="new">Failed to bind field '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindProperty">
<source>Failed to bind property '{0}'</source>
<target state="new">Failed to bind property '{0}'</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindTypeInAssembly">
<source>Failed to bind type '{0}' in assembly '{1}'</source>
<target state="new">Failed to bind type '{0}' in assembly '{1}'</target>
<note />
</trans-unit>
<trans-unit id="QincompatibleRecordLength">
<source>Incompatible record length</source>
<target state="new">Incompatible record length</target>
<note />
</trans-unit>
<trans-unit id="QincorrectInstanceType">
<source>Incorrect instance type</source>
<target state="new">Incorrect instance type</target>
<note />
</trans-unit>
<trans-unit id="QincorrectNumArgs">
<source>Incorrect number of arguments</source>
<target state="new">Incorrect number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QincorrectType">
<source>Incorrect type</source>
<target state="new">Incorrect type</target>
<note />
</trans-unit>
<trans-unit id="QinvalidFuncType">
<source>Invalid function type</source>
<target state="new">Invalid function type</target>
<note />
</trans-unit>
<trans-unit id="QnonStaticNoReceiverObject">
<source>The member is non-static (instance), but no receiver object was supplied</source>
<target state="new">The member is non-static (instance), but no receiver object was supplied</target>
<note />
</trans-unit>
<trans-unit id="QparentCannotBeNull">
<source>Parent type cannot be null</source>
<target state="new">Parent type cannot be null</target>
<note />
</trans-unit>
<trans-unit id="QreadingSetOnly">
<source>Reading a set-only property</source>
<target state="new">Reading a set-only property</target>
<note />
</trans-unit>
<trans-unit id="QstaticWithReceiverObject">
<source>Receiver object was unexpected, as member is static</source>
<target state="new">Receiver object was unexpected, as member is static</target>
<note />
</trans-unit>
<trans-unit id="QtmmExprHasWrongType">
<source>Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': the expression has the wrong type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmFunTypeNotMatchDelegate">
<source>Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</source>
<target state="new">Type mismatch when building '{0}': function type doesn't match delegate type. Expected '{1}', but received type '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="QtmmRaw">
<source>Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</source>
<target state="new">Type mismatch when splicing expression into quotation literal. The type of the expression tree being inserted doesn't match the type expected by the splicing operation. Expected '{0}', but received type '{1}'. Consider type-annotating with the expected expression type, e.g., (%% x : {0}) or (%x : {0}).</target>
<note />
</trans-unit>
<trans-unit id="QtupleAccessOutOfRange">
<source>Tuple access out of range</source>
<target state="new">Tuple access out of range</target>
<note />
</trans-unit>
<trans-unit id="QtupleLengthsDiffer">
<source>The tuple lengths are different</source>
<target state="new">The tuple lengths are different</target>
<note />
</trans-unit>
<trans-unit id="QunionNeedsDiffNumArgs">
<source>F# union type requires different number of arguments</source>
<target state="new">F# union type requires different number of arguments</target>
<note />
</trans-unit>
<trans-unit id="QwritingGetOnly">
<source>Writing a get-only property</source>
<target state="new">Writing a get-only property</target>
<note />
</trans-unit>
<trans-unit id="QwrongNumOfTypeArgs">
<source>The method '{0}' expects {1} type arguments but {2} were provided</source>
<target state="new">The method '{0}' expects {1} type arguments but {2} were provided</target>
<note />
</trans-unit>
<trans-unit id="keyNotFoundAlt">
<source>An index satisfying the predicate was not found in the collection.</source>
<target state="new">An index satisfying the predicate was not found in the collection.</target>
<note />
</trans-unit>
<trans-unit id="constructorForUnionCaseNotFound">
<source>The constructor method '{0}' for the union case could not be found</source>
<target state="new">The constructor method '{0}' for the union case could not be found</target>
<note />
</trans-unit>
<trans-unit id="firstClassUsesOfSplice">
<source>first class uses of '%' or '%%' are not permitted</source>
<target state="new">first class uses of '%' or '%%' are not permitted</target>
<note />
</trans-unit>
<trans-unit id="moveNextNotCalledOrFinished">
<source>MoveNext not called, or finished</source>
<target state="new">MoveNext not called, or finished</target>
<note />
</trans-unit>
<trans-unit id="multipleCompilationMappings">
<source>Multiple CompilationMappingAttributes, expected at most one</source>
<target state="new">Multiple CompilationMappingAttributes, expected at most one</target>
<note />
</trans-unit>
<trans-unit id="printfBadFloatValue">
<source>Bad float value</source>
<target state="new">Bad float value</target>
<note />
</trans-unit>
<trans-unit id="printfBadFormatSpecifier">
<source>Bad format specifier:{0}</source>
<target state="new">Bad format specifier:{0}</target>
<note />
</trans-unit>
<trans-unit id="printfBadIntegerForDynamicFomatter">
<source>Bad integer supplied to dynamic formatter</source>
<target state="new">Bad integer supplied to dynamic formatter</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedPrecision">
<source>Expected a precision argument</source>
<target state="new">Expected a precision argument</target>
<note />
</trans-unit>
<trans-unit id="printfExpectedWidth">
<source>Expected a width argument</source>
<target state="new">Expected a width argument</target>
<note />
</trans-unit>
<trans-unit id="printfHashFormatSpecifierIllegal">
<source>The # formatting modifier is invalid in F#</source>
<target state="new">The # formatting modifier is invalid in F#</target>
<note />
</trans-unit>
<trans-unit id="printfMissingFormatSpecifier">
<source>Missing format specifier</source>
<target state="new">Missing format specifier</target>
<note />
</trans-unit>
<trans-unit id="printfNotAFunType">
<source>Not a function type</source>
<target state="new">Not a function type</target>
<note />
</trans-unit>
<trans-unit id="printfPrecisonSpecifierIllegal">
<source>Bad format specifier (precision)</source>
<target state="new">Bad format specifier (precision)</target>
<note />
</trans-unit>
<trans-unit id="printfSpecifierAfterIllegal">
<source>Bad format specifier (after {0})</source>
<target state="new">Bad format specifier (after {0})</target>
<note />
</trans-unit>
<trans-unit id="printfWidthSpecifierIllegal">
<source>Bad format specifier (width)</source>
<target state="new">Bad format specifier (width)</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindFunction">
<source>Could not bind function {0} in type {1}</source>
<target state="new">Could not bind function {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindProperty">
<source>Could not bind property {0} in type {1}</source>
<target state="new">Could not bind property {0} in type {1}</target>
<note />
</trans-unit>
<trans-unit id="QcannotBindToMethod">
<source>Could not bind to method</source>
<target state="new">Could not bind to method</target>
<note />
</trans-unit>
<trans-unit id="QcannotTakeAddress">
<source>Cannot take the address of this quotation</source>
<target state="new">Cannot take the address of this quotation</target>
<note />
</trans-unit>
<trans-unit id="QfailedToBindAssembly">
<source>Failed to bind assembly '{0}' while processing quotation data</source>
<target state="new">Failed to bind assembly '{0}' while processing quotation data</target>
<note />
</trans-unit>
<trans-unit id="QillFormedAppOrLet">
<source>ill formed expression: AppOp or LetOp</source>
<target state="new">ill formed expression: AppOp or LetOp</target>
<note />
</trans-unit>
<trans-unit id="QtypeArgumentOutOfRange">
<source>type argument out of range</source>
<target state="new">type argument out of range</target>
<note />
</trans-unit>
<trans-unit id="thisValueCannotBeMutated">
<source>This value cannot be mutated</source>
<target state="new">This value cannot be mutated</target>
<note />
</trans-unit>
<trans-unit id="optionValueWasNone">
<source>The option value was None</source>
<target state="new">The option value was None</target>
<note />
</trans-unit>
<trans-unit id="controlContinuationInvokedMultipleTimes">
<source>A continuation provided by Async.FromContinuations was invoked multiple times</source>
<target state="new">A continuation provided by Async.FromContinuations was invoked multiple times</target>
<note />
</trans-unit>
<trans-unit id="invalidRecordTypeConstructorNotDefined">
<source>The record type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The record type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="invalidTupleTypeConstructorNotDefined">
<source>The tuple type '{0}' is invalid. Required constructor is not defined.</source>
<target state="new">The tuple type '{0}' is invalid. Required constructor is not defined.</target>
<note />
</trans-unit>
<trans-unit id="inputSequenceTooLong">
<source>The input sequence contains more than one element.</source>
<target state="new">The input sequence contains more than one element.</target>
<note />
</trans-unit>
<trans-unit id="thenByError">
<source>'thenBy' and 'thenByDescending' may only be used with an ordered input</source>
<target state="new">'thenBy' and 'thenByDescending' may only be used with an ordered input</target>
<note />
</trans-unit>
<trans-unit id="failDueToUnsupportedInputTypeInSumByOrAverageBy">
<source>Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</source>
<target state="new">Unrecognized use of a 'sumBy' or 'averageBy' operator in a query. In queries whose original data is of static type IQueryable, these operators may only be used with result type int32, int64, single, double or decimal</target>
<note />
</trans-unit>
<trans-unit id="unsupportedIfThenElse">
<source>An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</source>
<target state="new">An if/then/else conditional or pattern matching expression with multiple branches is not permitted in a query. An if/then/else conditional may be used.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstruct">
<source>This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The following construct was used in a query but is not recognized by the F#-to-LINQ query translator:\n{0}\nCheck the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryCall">
<source>This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</source>
<target state="new">This is not a valid query expression. The method '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryProperty">
<source>This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The property '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
<trans-unit id="unsupportedQueryConstructKind">
<source>This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</source>
<target state="new">This is not a valid query expression. The construct '{0}' was used in a query but is not recognized by the F#-to-LINQ query translator. Check the specification of permitted queries and consider moving some of the operations out of the query expression.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../FSIstrings.resx">
<body>
<trans-unit id="stoppedDueToError">
<source>Stopped due to error\n</source>
<target state="new">Stopped due to error\n</target>
<note />
</trans-unit>
<trans-unit id="fsiUsage">
<source>Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</source>
<target state="new">Usage: {0} &lt;options&gt; [script.fsx [&lt;arguments&gt;]]</target>
<note />
</trans-unit>
<trans-unit id="fsiInputFiles">
<source>- INPUT FILES -</source>
<target state="new">- INPUT FILES -</target>
<note />
</trans-unit>
<trans-unit id="fsiCodeGeneration">
<source>- CODE GENERATION -</source>
<target state="new">- CODE GENERATION -</target>
<note />
</trans-unit>
<trans-unit id="fsiErrorsAndWarnings">
<source>- ERRORS AND WARNINGS -</source>
<target state="new">- ERRORS AND WARNINGS -</target>
<note />
</trans-unit>
<trans-unit id="fsiLanguage">
<source>- LANGUAGE -</source>
<target state="new">- LANGUAGE -</target>
<note />
</trans-unit>
<trans-unit id="fsiMiscellaneous">
<source>- MISCELLANEOUS -</source>
<target state="new">- MISCELLANEOUS -</target>
<note />
</trans-unit>
<trans-unit id="fsiAdvanced">
<source>- ADVANCED -</source>
<target state="new">- ADVANCED -</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionRaisedStartingServer">
<source>Exception raised when starting remoting server.\n{0}</source>
<target state="new">Exception raised when starting remoting server.\n{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiUse">
<source>Use the given file on startup as initial input</source>
<target state="new">Use the given file on startup as initial input</target>
<note />
</trans-unit>
<trans-unit id="fsiLoad">
<source>#load the given file on startup</source>
<target state="new">#load the given file on startup</target>
<note />
</trans-unit>
<trans-unit id="fsiRemaining">
<source>Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</source>
<target state="new">Treat remaining arguments as command line arguments, accessed using fsi.CommandLineArgs</target>
<note />
</trans-unit>
<trans-unit id="fsiHelp">
<source>Display this usage message (Short form: -?)</source>
<target state="new">Display this usage message (Short form: -?)</target>
<note />
</trans-unit>
<trans-unit id="fsiExec">
<source>Exit fsi after loading the files or running the .fsx script given on the command line</source>
<target state="new">Exit fsi after loading the files or running the .fsx script given on the command line</target>
<note />
</trans-unit>
<trans-unit id="fsiGui">
<source>Execute interactions on a Windows Forms event loop (on by default)</source>
<target state="new">Execute interactions on a Windows Forms event loop (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiQuiet">
<source>Suppress fsi writing to stdout</source>
<target state="new">Suppress fsi writing to stdout</target>
<note />
</trans-unit>
<trans-unit id="fsiReadline">
<source>Support TAB completion in console (on by default)</source>
<target state="new">Support TAB completion in console (on by default)</target>
<note />
</trans-unit>
<trans-unit id="fsiEmitDebugInfoInQuotations">
<source>Emit debug information in quotations</source>
<target state="new">Emit debug information in quotations</target>
<note />
</trans-unit>
<trans-unit id="fsiBanner3">
<source>For help type #help;;</source>
<target state="new">For help type #help;;</target>
<note />
</trans-unit>
<trans-unit id="fsiConsoleProblem">
<source>A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</source>
<target state="new">A problem occurred starting the F# Interactive process. This may be due to a known problem with background process console support for Unicode-enabled applications on some Windows systems. Try selecting Tools-&gt;Options-&gt;F# Interactive for Visual Studio and enter '--fsi-server-no-unicode'.</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidAssembly">
<source>'{0}' is not a valid assembly name</source>
<target state="new">'{0}' is not a valid assembly name</target>
<note />
</trans-unit>
<trans-unit id="fsiDirectoryDoesNotExist">
<source>Directory '{0}' doesn't exist</source>
<target state="new">Directory '{0}' doesn't exist</target>
<note />
</trans-unit>
<trans-unit id="fsiInvalidDirective">
<source>Invalid directive '#{0} {1}'</source>
<target state="new">Invalid directive '#{0} {1}'</target>
<note />
</trans-unit>
<trans-unit id="fsiLineTooLong">
<source>Warning: line too long, ignoring some characters\n</source>
<target state="new">Warning: line too long, ignoring some characters\n</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoMainString">
<source>Real: {0}, CPU: {1}, GC {2}</source>
<target state="new">Real: {0}, CPU: {1}, GC {2}</target>
<note />
</trans-unit>
<trans-unit id="fsiTimeInfoGCGenerationLabelSomeShorthandForTheWordGeneration">
<source>gen</source>
<target state="new">gen</target>
<note />
</trans-unit>
<trans-unit id="fsiExceptionDuringPrettyPrinting">
<source>\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</source>
<target state="new">\n\nException raised during pretty printing.\nPlease report this so it can be fixed.\nTrace: {0}\n</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader1directives">
<source> F# Interactive directives:</source>
<target state="new"> F# Interactive directives:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashrInfo">
<source>Reference (dynamically load) the given DLL</source>
<target state="new">Reference (dynamically load) the given DLL</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashIInfo">
<source>Add the given search path for referenced DLLs</source>
<target state="new">Add the given search path for referenced DLLs</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashloadInfo">
<source>Load the given file(s) as if compiled and referenced</source>
<target state="new">Load the given file(s) as if compiled and referenced</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashtimeInfo">
<source>Toggle timing on/off</source>
<target state="new">Toggle timing on/off</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashhelpInfo">
<source>Display help</source>
<target state="new">Display help</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHashquitInfo">
<source>Exit</source>
<target state="new">Exit</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader2commandLine">
<source> F# Interactive command line options:</source>
<target state="new"> F# Interactive command line options:</target>
<note />
</trans-unit>
<trans-unit id="fsiIntroTextHeader3">
<source> See '{0}' for options</source>
<target state="new"> See '{0}' for options</target>
<note />
</trans-unit>
<trans-unit id="fsiLoadingFilesPrefixText">
<source>Loading</source>
<target state="new">Loading</target>
<note />
</trans-unit>
<trans-unit id="fsiInterrupt">
<source>\n- Interrupt\n</source>
<target state="new">\n- Interrupt\n</target>
<note />
</trans-unit>
<trans-unit id="fsiExit">
<source>\n- Exit...\n</source>
<target state="new">\n- Exit...\n</target>
<note />
</trans-unit>
<trans-unit id="fsiAbortingMainThread">
<source>- Aborting main thread...</source>
<target state="new">- Aborting main thread...</target>
<note />
</trans-unit>
<trans-unit id="fsiCouldNotInstallCtrlCHandler">
<source>Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</source>
<target state="new">Failed to install ctrl-c handler - Ctrl-C handling will not be available. Error was:\n\t{0}</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashr">
<source>--&gt; Referenced '{0}'</source>
<target state="new">--&gt; Referenced '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithLockWarning">
<source>--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</source>
<target state="new">--&gt; Referenced '{0}' (file may be locked by F# Interactive process)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashrWithStaleWarning">
<source>--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</source>
<target state="new">--&gt; Referenced '{0}' (an assembly with a different timestamp has already been referenced from this location, reset fsi to load the updated assembly)</target>
<note />
</trans-unit>
<trans-unit id="fsiDidAHashI">
<source>--&gt; Added '{0}' to library include path</source>
<target state="new">--&gt; Added '{0}' to library include path</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOn">
<source>--&gt; Timing now on</source>
<target state="new">--&gt; Timing now on</target>
<note />
</trans-unit>
<trans-unit id="fsiTurnedTimingOff">
<source>--&gt; Timing now off</source>
<target state="new">--&gt; Timing now off</target>
<note />
</trans-unit>
<trans-unit id="fsiUnexpectedThreadAbortException">
<source>- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</source>
<target state="new">- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart...</target>
<note />
</trans-unit>
<trans-unit id="fsiFailedToResolveAssembly">
<source>Failed to resolve assembly '{0}'</source>
<target state="new">Failed to resolve assembly '{0}'</target>
<note />
</trans-unit>
<trans-unit id="fsiBindingSessionTo">
<source>Binding session to '{0}'...</source>
<target state="new">Binding session to '{0}'...</target>
<note />
</trans-unit>
<trans-unit id="fsiProductName">
<source>Microsoft (R) F# Interactive version {0}</source>
<target state="new">Microsoft (R) F# Interactive version {0}</target>
<note />
</trans-unit>
<trans-unit id="fsiProductNameCommunity">
<source>F# Interactive for F# {0}</source>
<target state="new">F# Interactive for F# {0}</target>
<note />
</trans-unit>
<trans-unit id="shadowCopyReferences">
<source>Prevents references from being locked by the F# Interactive process</source>
<target state="new">Prevents references from being locked by the F# Interactive process</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

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

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../FSInteractiveSettings.resx">
<body />
</file>
</xliff>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="fr" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="it" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pl" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../FSharp.Editor.resx">
<body>
<trans-unit id="AddNewKeyword">
<source>Add 'new' keyword</source>
<target state="new">Add 'new' keyword</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
<source>Implement interface</source>
<target state="new">Implement interface</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
<source>Implement interface without type annotation</source>
<target state="new">Implement interface without type annotation</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
<source>Prefix '{0}' with underscore</source>
<target state="new">Prefix '{0}' with underscore</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToUnderscore">
<source>Rename '{0}' to '_'</source>
<target state="new">Rename '{0}' to '_'</target>
<note />
</trans-unit>
<trans-unit id="SimplifyName">
<source>Simplify name</source>
<target state="new">Simplify name</target>
<note />
</trans-unit>
<trans-unit id="NameCanBeSimplified">
<source>Name can be simplified.</source>
<target state="new">Name can be simplified.</target>
<note />
</trans-unit>
<trans-unit id="FSharpFunctionsOrMethodsClassificationType">
<source>F# Functions / Methods</source>
<target state="new">F# Functions / Methods</target>
<note />
</trans-unit>
<trans-unit id="FSharpMutableVarsClassificationType">
<source>F# Mutable Variables / Reference Cells</source>
<target state="new">F# Mutable Variables / Reference Cells</target>
<note />
</trans-unit>
<trans-unit id="FSharpPrintfFormatClassificationType">
<source>F# Printf Format</source>
<target state="new">F# Printf Format</target>
<note />
</trans-unit>
<trans-unit id="FSharpPropertiesClassificationType">
<source>F# Properties</source>
<target state="new">F# Properties</target>
<note />
</trans-unit>
<trans-unit id="FSharpDisposablesClassificationType">
<source>F# Disposable Types</source>
<target state="new">F# Disposable Types</target>
<note />
</trans-unit>
<trans-unit id="RemoveUnusedOpens">
<source>Remove unused open declarations</source>
<target state="new">Remove unused open declarations</target>
<note />
</trans-unit>
<trans-unit id="UnusedOpens">
<source>Open declaration can be removed.</source>
<target state="new">Open declaration can be removed.</target>
<note />
</trans-unit>
<trans-unit id="6008">
<source>IntelliSense</source>
<target state="new">IntelliSense</target>
<note />
</trans-unit>
<trans-unit id="6009">
<source>QuickInfo</source>
<target state="new">QuickInfo</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyReference">
<source>Add an assembly reference to '{0}'</source>
<target state="new">Add an assembly reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="AddProjectReference">
<source>Add a project reference to '{0}'</source>
<target state="new">Add a project reference to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="6010">
<source>Code Fixes</source>
<target state="new">Code Fixes</target>
<note />
</trans-unit>
<trans-unit id="6011">
<source>Performance</source>
<target state="new">Performance</target>
<note />
</trans-unit>
<trans-unit id="TheValueIsUnused">
<source>The value is unused</source>
<target state="new">The value is unused</target>
<note />
</trans-unit>
<trans-unit id="CannotDetermineSymbol">
<source>Cannot determine the symbol under the caret</source>
<target state="new">Cannot determine the symbol under the caret</target>
<note />
</trans-unit>
<trans-unit id="CannotNavigateUnknown">
<source>Cannot navigate to the requested location</source>
<target state="new">Cannot navigate to the requested location</target>
<note />
</trans-unit>
<trans-unit id="LocatingSymbol">
<source>Locating the symbol under the caret...</source>
<target state="new">Locating the symbol under the caret...</target>
<note />
</trans-unit>
<trans-unit id="NavigatingTo">
<source>Navigating to symbol...</source>
<target state="new">Navigating to symbol...</target>
<note />
</trans-unit>
<trans-unit id="NavigateToFailed">
<source>Navigate to symbol failed: {0}</source>
<target state="new">Navigate to symbol failed: {0}</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsHeader">
<source>Exceptions:</source>
<target state="new">Exceptions:</target>
<note />
</trans-unit>
<trans-unit id="GenericParametersHeader">
<source>Generic parameters:</source>
<target state="new">Generic parameters:</target>
<note />
</trans-unit>
<trans-unit id="RenameValueToDoubleUnderscore">
<source>Rename '{0}' to '__'</source>
<target state="new">Rename '{0}' to '__'</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="cs" original="../Microsoft.VisualStudio.Package.LanguageService.resx">
<body>
<trans-unit id="BraceMatchStatus">
<source>Matches: {0}</source>
<target state="new">Matches: {0}</target>
<note>This is shown in status bar when ctrl-] brace matching is done.</note>
</trans-unit>
<trans-unit id="BufferChanged">
<source>The buffer has changed since the EditArray was created, so edits cannot be applied.</source>
<target state="new">The buffer has changed since the EditArray was created, so edits cannot be applied.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="ComboMembersTip">
<source>Members</source>
<target state="new">Members</target>
<note>Tooltip for the drop down combo at top of document window showing list of known members.</note>
</trans-unit>
<trans-unit id="ComboTypesTip">
<source>Types</source>
<target state="new">Types</target>
<note>Tooltip for the drop down combo at top of document window showing list of known types.</note>
</trans-unit>
<trans-unit id="CommentSelection">
<source>Comment Selection</source>
<target state="new">Comment Selection</target>
<note>IVsCompoundAction::OpenCompoundAction description</note>
</trans-unit>
<trans-unit id="EditIntersects">
<source>Existing edit number {0} intersects 'editSpan' argument.</source>
<target state="new">Existing edit number {0} intersects 'editSpan' argument.</target>
<note>ArgumentException.</note>
</trans-unit>
<trans-unit id="FormatSpan">
<source>Format Span</source>
<target state="new">Format Span</target>
<note>IVsCompoundAction::OpenCompoundAction description.</note>
</trans-unit>
<trans-unit id="MaxErrorsReached">
<source>The maximum number of errors or warnings has been reached.</source>
<target state="new">The maximum number of errors or warnings has been reached.</target>
<note>Shown in Error List window</note>
</trans-unit>
<trans-unit id="NoExpansionSession">
<source>There is no active expansion session.</source>
<target state="new">There is no active expansion session.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="Truncated">
<source>{0}...</source>
<target state="new">{0}...</target>
<note>Adds an ellipsis for text that is truncated before displaying to the user.</note>
</trans-unit>
<trans-unit id="UncommentSelection">
<source>Uncomment Selection</source>
<target state="new">Uncomment Selection</target>
<note>IVsCompoundAction::OpenCompoundAction description</note>
</trans-unit>
<trans-unit id="UnsupportedFormat">
<source>The file cannot be opened with the selected editor. Please choose another editor.</source>
<target state="new">The file cannot be opened with the selected editor. Please choose another editor.</target>
<note>Message returned when Open With... is used, and editor does not support the specified file type.</note>
</trans-unit>
<trans-unit id="TemplateNotPrepared">
<source>PrepareTemplate has not been called.</source>
<target state="new">PrepareTemplate has not been called.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="UnknownBuffer">
<source>IVsTextLines buffer does not match the expected buffer</source>
<target state="new">IVsTextLines buffer does not match the expected buffer</target>
<note>ArgumentException</note>
</trans-unit>
<trans-unit id="UnrecognizedFilterFormat">
<source>Unrecognized filter format: {0}</source>
<target state="new">Unrecognized filter format: {0}</target>
<note>ArgumentException</note>
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../Microsoft.VisualStudio.Package.LanguageService.resx">
<body>
<trans-unit id="BraceMatchStatus">
<source>Matches: {0}</source>
<target state="new">Matches: {0}</target>
<note>This is shown in status bar when ctrl-] brace matching is done.</note>
</trans-unit>
<trans-unit id="BufferChanged">
<source>The buffer has changed since the EditArray was created, so edits cannot be applied.</source>
<target state="new">The buffer has changed since the EditArray was created, so edits cannot be applied.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="ComboMembersTip">
<source>Members</source>
<target state="new">Members</target>
<note>Tooltip for the drop down combo at top of document window showing list of known members.</note>
</trans-unit>
<trans-unit id="ComboTypesTip">
<source>Types</source>
<target state="new">Types</target>
<note>Tooltip for the drop down combo at top of document window showing list of known types.</note>
</trans-unit>
<trans-unit id="CommentSelection">
<source>Comment Selection</source>
<target state="new">Comment Selection</target>
<note>IVsCompoundAction::OpenCompoundAction description</note>
</trans-unit>
<trans-unit id="EditIntersects">
<source>Existing edit number {0} intersects 'editSpan' argument.</source>
<target state="new">Existing edit number {0} intersects 'editSpan' argument.</target>
<note>ArgumentException.</note>
</trans-unit>
<trans-unit id="FormatSpan">
<source>Format Span</source>
<target state="new">Format Span</target>
<note>IVsCompoundAction::OpenCompoundAction description.</note>
</trans-unit>
<trans-unit id="MaxErrorsReached">
<source>The maximum number of errors or warnings has been reached.</source>
<target state="new">The maximum number of errors or warnings has been reached.</target>
<note>Shown in Error List window</note>
</trans-unit>
<trans-unit id="NoExpansionSession">
<source>There is no active expansion session.</source>
<target state="new">There is no active expansion session.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="Truncated">
<source>{0}...</source>
<target state="new">{0}...</target>
<note>Adds an ellipsis for text that is truncated before displaying to the user.</note>
</trans-unit>
<trans-unit id="UncommentSelection">
<source>Uncomment Selection</source>
<target state="new">Uncomment Selection</target>
<note>IVsCompoundAction::OpenCompoundAction description</note>
</trans-unit>
<trans-unit id="UnsupportedFormat">
<source>The file cannot be opened with the selected editor. Please choose another editor.</source>
<target state="new">The file cannot be opened with the selected editor. Please choose another editor.</target>
<note>Message returned when Open With... is used, and editor does not support the specified file type.</note>
</trans-unit>
<trans-unit id="TemplateNotPrepared">
<source>PrepareTemplate has not been called.</source>
<target state="new">PrepareTemplate has not been called.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="UnknownBuffer">
<source>IVsTextLines buffer does not match the expected buffer</source>
<target state="new">IVsTextLines buffer does not match the expected buffer</target>
<note>ArgumentException</note>
</trans-unit>
<trans-unit id="UnrecognizedFilterFormat">
<source>Unrecognized filter format: {0}</source>
<target state="new">Unrecognized filter format: {0}</target>
<note>ArgumentException</note>
</trans-unit>
</body>
</file>
</xliff>

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

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../Microsoft.VisualStudio.Package.LanguageService.resx">
<body>
<trans-unit id="BraceMatchStatus">
<source>Matches: {0}</source>
<target state="new">Matches: {0}</target>
<note>This is shown in status bar when ctrl-] brace matching is done.</note>
</trans-unit>
<trans-unit id="BufferChanged">
<source>The buffer has changed since the EditArray was created, so edits cannot be applied.</source>
<target state="new">The buffer has changed since the EditArray was created, so edits cannot be applied.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="ComboMembersTip">
<source>Members</source>
<target state="new">Members</target>
<note>Tooltip for the drop down combo at top of document window showing list of known members.</note>
</trans-unit>
<trans-unit id="ComboTypesTip">
<source>Types</source>
<target state="new">Types</target>
<note>Tooltip for the drop down combo at top of document window showing list of known types.</note>
</trans-unit>
<trans-unit id="CommentSelection">
<source>Comment Selection</source>
<target state="new">Comment Selection</target>
<note>IVsCompoundAction::OpenCompoundAction description</note>
</trans-unit>
<trans-unit id="EditIntersects">
<source>Existing edit number {0} intersects 'editSpan' argument.</source>
<target state="new">Existing edit number {0} intersects 'editSpan' argument.</target>
<note>ArgumentException.</note>
</trans-unit>
<trans-unit id="FormatSpan">
<source>Format Span</source>
<target state="new">Format Span</target>
<note>IVsCompoundAction::OpenCompoundAction description.</note>
</trans-unit>
<trans-unit id="MaxErrorsReached">
<source>The maximum number of errors or warnings has been reached.</source>
<target state="new">The maximum number of errors or warnings has been reached.</target>
<note>Shown in Error List window</note>
</trans-unit>
<trans-unit id="NoExpansionSession">
<source>There is no active expansion session.</source>
<target state="new">There is no active expansion session.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="Truncated">
<source>{0}...</source>
<target state="new">{0}...</target>
<note>Adds an ellipsis for text that is truncated before displaying to the user.</note>
</trans-unit>
<trans-unit id="UncommentSelection">
<source>Uncomment Selection</source>
<target state="new">Uncomment Selection</target>
<note>IVsCompoundAction::OpenCompoundAction description</note>
</trans-unit>
<trans-unit id="UnsupportedFormat">
<source>The file cannot be opened with the selected editor. Please choose another editor.</source>
<target state="new">The file cannot be opened with the selected editor. Please choose another editor.</target>
<note>Message returned when Open With... is used, and editor does not support the specified file type.</note>
</trans-unit>
<trans-unit id="TemplateNotPrepared">
<source>PrepareTemplate has not been called.</source>
<target state="new">PrepareTemplate has not been called.</target>
<note>InvalidOperationException</note>
</trans-unit>
<trans-unit id="UnknownBuffer">
<source>IVsTextLines buffer does not match the expected buffer</source>
<target state="new">IVsTextLines buffer does not match the expected buffer</target>
<note>ArgumentException</note>
</trans-unit>
<trans-unit id="UnrecognizedFilterFormat">
<source>Unrecognized filter format: {0}</source>
<target state="new">Unrecognized filter format: {0}</target>
<note>ArgumentException</note>
</trans-unit>
</body>
</file>
</xliff>

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше