dotnet-installer/src/dotnet/BuildServer/xlf/LocalizableStrings.cs.xlf
2018-07-12 16:38:31 +02:00

32 lines
No EOL
1.4 KiB
XML

<?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="../LocalizableStrings.resx">
<body>
<trans-unit id="MSBuildServer">
<source>MSBuild server</source>
<target state="translated">Server MSBuild</target>
<note />
</trans-unit>
<trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source>
<target state="translated">Server kompilátoru VB/C#</target>
<note />
</trans-unit>
<trans-unit id="RazorServer">
<source>Razor build server</source>
<target state="translated">Buildovací server Razor</target>
<note />
</trans-unit>
<trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source>
<target state="translated">Příkaz pro vypnutí selhal: {0}</target>
<note />
</trans-unit>
<trans-unit id="FailedToReadPidFile">
<source>Failed to read pid file '{0}': {1}</source>
<target state="translated">Nepodařilo se přečíst soubor s identifikátorem PID {0}: {1}</target>
<note />
</trans-unit>
</body>
</file>
</xliff>